/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2015-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
/** { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box; 
	box-sizing:         border-box; 
}*/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANSITION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  position: relative;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  padding: 4px 12px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #666666;
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #fff;
  background-color: #4d4d4d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#4d4d4d));
  background-image: -webkit-linear-gradient(top, #595959, #4d4d4d);
  background-image: -moz-linear-gradient(top, #595959, #4d4d4d);
  background-image: -o-linear-gradient(top, #595959, #4d4d4d);
  background-image: linear-gradient(to bottom, #595959, #4d4d4d);
}
.button:active,
.button:visited:active {
  background-color: #666666;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#666666));
  background-image: -webkit-linear-gradient(top, #595959, #666666);
  background-image: -moz-linear-gradient(top, #595959, #666666);
  background-image: -o-linear-gradient(top, #595959, #666666);
  background-image: linear-gradient(to bottom, #595959, #666666);
}
.blue-button {
  background: #0079c2;
  color: #fff;
}
.blue-button:hover,
.blue-button:focus {
  color: #0079c2;
  background: #eee;
}
.blue-button:active {
  color: #0079c2;
  background: #eee;
}
.blue-button:visited {
  background: #0079c2;
  color: #fff;
}
.green-button,
.green-button:visited {
  background: #97c524;
}
.green-button:hover,
.green-button:visited:hover,
.green-button:focus,
.green-button:visited:focus {
  color: #0079c2;
  background: #fff;
}
.green-button:active,
.green-button:visited:active {
  color: #0079c2;
  background: #fff;
}
.white-button,
.white-button:visited {
  color: #666;
  background: #fff;
}
.white-button:hover,
.white-button:visited:hover,
.white-button:focus,
.white-button:visited:focus {
  color: #fff;
  background: #0079c2;
}
.white-button:active,
.white-button:visited:active {
  color: #fff;
  background: #0079c2;
}
.ltg-button,
.ltg-button:visited {
  background: #f5f5f5;
  color: #0079c2;
}
.ltg-button:hover,
.ltg-button:visited:hover,
.ltg-button:focus,
.ltg-button:visited:focus {
  color: #0079c2;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
  background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6);
  background-image: -o-linear-gradient(top, #e6e6e6, #e6e6e6);
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
}
.ltg-button:active,
.ltg-button:visited:active {
  color: #0079c2;
  background-color: #d9d9d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #d9d9d9, #d9d9d9);
  background-image: -moz-linear-gradient(top, #d9d9d9, #d9d9d9);
  background-image: -o-linear-gradient(top, #d9d9d9, #d9d9d9);
  background-image: linear-gradient(to bottom, #d9d9d9, #d9d9d9);
}
.button.fixed-size {
  width: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 30px;
  padding: 15px 0;
  border: none;
}
.button.fixed-size-med {
  width: 110px;
  text-align: center;
  padding: 13px 0;
  font-size: 14px;
  line-height: 100%;
}
.button.event-size {
  width: 170px;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  line-height: 100%;
}
.button.program-size {
  width: 220px;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  line-height: 100%;
}
a.button.fixed-size.twoline {
  position: relative;
  padding: 8px 0 8px;
  margin-top: 6px;
  top: 6px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.9);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
*:focus {
  outline: none;
}
html,
body {
  /* height: 100%; */
}
body {
  font-family: "TradeGothicLTPro", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656;
  background: #ffffff;
}
#container {
  padding: 0 1%;
  width: 98%;
}
.center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.screen-reader-text {
  display: none;
}
img {
  border: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
a {
  text-decoration: none;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
hr {
  margin: 40px 0 30px;
  border: none;
  border-top: 1px solid #dcdcdc;
}
select {
  padding: 9px 20px 9px 16px;
  text-align: left;
}
.customSelect {
  /* This is the default class that is used */
  /* Put whatever custom styles you want here */
  background: #e7e7e7 url(../images/drop-dn-arrow.jpg) no-repeat right top;
  color: #000000;
  font-size: 12px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  padding: 9px 20px 9px 16px;
  line-height: 18px;
  text-align: left;
  width: auto;
}
.hasCustomSelect {
  font-size: 18px !important;
}
.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */
}
.customSelect.customSelectOpen {
  /* Styles for when the select box is open */
}
.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */
}
.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */
}
.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */
}
.customSelectInner {
  /* You can style the inner box too */
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap,
.bigwrap {
  width: 100%;
  margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #0079c2;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #005c94;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 & STARTING FONT STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  margin: 0;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: normal;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
}
h3.section-head,
h4.section-head {
  display: block;
  text-align: center;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 28px;
  background: url(../images/section-header-u_11.jpg) no-repeat bottom center;
  padding: 0 0 14px 0;
  margin: 30px 0 46px 0;
  text-transform: uppercase;
}
h4.section-head {
  font-size: 18px;
  color: #535353;
}
p {
  color: #666666;
  margin-top: 0;
}
p.sponsoredByOverlay {
  z-index: 100;
  position: absolute;
  top: 3px;
  left: 6px;
  font-size: 12px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.text-center {
  text-align: center;
}
/*********************
06. HEADER STYLES
*********************/
.header #inner-header div.top {
  padding: 0 0 0 5px;
  overflow: hidden;
  background: #fff;
}
.header #inner-header div.top a#logo div {
  background: url('../images/unnamed.png?v=2') no-repeat;
  background-size: 78px 37px;
  width: 78px;
  height: 37px;
  margin: 9px 0;
  float: left;
  display: inline-block;
}
.header #inner-header a#menu-m div {
  background: url(../images/menu-icon-m.png) no-repeat;
  width: 29px;
  height: 22px;
  margin: 15px 0;
  float: right;
  display: inline-block;
}
.header nav {
  display: none;
}
.header nav ul.nav li a {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.header nav ul.nav li.menu-item-24 ul li.menu-item-9288 a {
  text-transform: none !important;
}
.sticky {
  display: none;
}
#jPanelMenu-menu {
  display: block;
  overflow-y: scroll;
  -moz-box-shadow: inset 4px 4px 9px -6px #000000;
  -webkit-box-shadow: inset 4px 4px 9px -6px #000000;
  box-shadow: inset 4px 4px 9px -6px #000000;
}
#jPanelMenu-menu .quicks {
  padding: 20px;
  text-align: center;
}
#jPanelMenu-menu .quicks .button {
  display: inline-block;
  width: 47%;
  margin: 0 1%;
  padding: 7px 0 3px;
}
#jPanelMenu-menu .quicks.desktop-only {
  display: none;
}
#jPanelMenu-menu ul.nav {
  margin: 0;
}
#jPanelMenu-menu ul.nav li {
  width: 95%;
  padding-left: 5%;
  border-bottom: 1px solid #d7d7d7;
}
#jPanelMenu-menu ul.nav li a {
  background: transparent;
  color: #727272;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 10px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
#jPanelMenu-menu ul.nav li ul.sub-menu {
  margin: 0;
  padding: 0;
}
#jPanelMenu-menu ul.nav li ul.sub-menu li {
  background: transparent;
  border-top: 1px solid #d7d7d7;
  border-bottom: none;
}
#jPanelMenu-menu ul.nav li ul.sub-menu li a {
  font-size: 13px;
  padding: 10px 10px 10px 15px;
}
#jPanelMenu-menu ul.nav.menu-item-24 ul li.menu-item-9288 a {
  text-transform: none;
}
#jPanelMenu-menu ul.nav li:nth-child(odd) {
  background: rgba(214, 214, 214, 0.1);
}
#jPanelMenu-menu a.button {
  margin: 25px 10px 0 10px;
}
#jPanelMenu-menu a.blue-button {
  margin-left: 25px;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/
}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
/*******************************
HOME PAGE
*******************************/
header.article-header {
  position: relative;
  overflow: hidden;
}
#content #inner-content {
  background: #fff;
}
#content #inner-content .wide-tiles {
  position: relative;
}
#content #inner-content .wide-tiles h2.lg-type {
  position: absolute;
  top: 50%;
  font-size: 50%;
  line-height: 50%;
  margin-top: 25%;
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: .8;
}
#content #inner-content .wide-tiles .hover-state {
  display: none;
}
#content #inner-content #manifesto {
  height: 704px;
  background: url(../images/1_08.jpg) no-repeat top left;
  text-align: center;
}
#content #inner-content #manifesto p {
  position: relative;
  top: 5%;
  padding: 0 5px;
  font-size: 24px;
  color: #666666;
}
#content #inner-content #manifesto p span.blue {
  color: #0079c2;
}
#content #inner-content #manifesto p a {
  display: block;
  position: relative;
  margin: 30px auto 0;
}
#content #inner-content .lt-bg {
  background: #dadada;
  padding: 40px 0 40px;
}
#content #inner-content .lt-bg .grey-nohead {
  margin: 45px 0 54px;
  font-size: 20px;
}
#content #inner-content .docu-info {
  padding-top: 80px;
  padding-bottom: 40px;
}
#content #inner-content .section {
  position: relative;
  overflow: hidden;
}
#content #inner-content .section div.promo-vid {
  float: none;
  margin: 20px auto;
}
#content #inner-content .section div.promo-vid iframe {
  margin-bottom: 80px;
}
#content #inner-content .section .hayoli-img {
  display: none;
}
#content #inner-content .section .social-home {
  display: none;
}
#content #inner-content .section .hayoli {
  width: 100%;
  background: #f1f1f1;
  text-align: center;
  border-bottom: 1px #d7d7d7 solid;
  overflow: hidden;
}
#content #inner-content .section .hayoli img {
  margin: 20px auto;
}
#content #inner-content .section .hayoli p {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 22px;
  color: #999;
  opacity: .8;
  padding: 0 0 30px;
}
#content #inner-content .section .hayoli p.clear-white-text {
  font-size: 32px;
  color: #fff;
  padding: 40px 30px;
  text-transform: uppercase;
}
#content #inner-content .section .progs {
  height: 150px;
  margin-top: 20px;
  text-align: center;
}
#content #inner-content .section .progs a.button {
  margin: 0 0 0px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#content #inner-content .section .progs p {
  color: #535353;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  max-width: 150px;
  margin: 0 auto;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#content #inner-content .section .progs p.lg {
  font-size: 20px;
}
#content #inner-content .section .progs:hover p {
  opacity: 1;
}
#content #inner-content .section .progs:hover a.button {
  background: #0079c2 url(../images/big-plus.png) no-repeat 50% 50%;
  background-size: 25px 25px;
  font-size: 0;
  height: 15px;
}
#content #inner-content .section .progs:hover a.button:hover {
  background-color: #999;
}
.headslider {
  display: none;
}
.flexslider {
  position: absolute;
  top: 0;
  left: 3.125%;
  width: 36.875%;
}
.flexslider ul {
  margin-top: 0;
}
.slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.headslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.progs {
  width: 49.9999999993%;
  float: left;
  margin: 0;
  padding: 0;
}
/*******************************
WHO WE ARE
*******************************/
.wwa-video {
  margin-bottom: 60px;
}
a.ATW-social div {
  margin: 15px 15px 100px;
  height: 170px;
  width: 170px;
  display: inline-block;
  font-size: 22px;
  background: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background-position: top center;
}
#atwFacebook div {
  background: url(../images/fdatw_03.png) no-repeat;
}
#atwFacebook div:hover {
  background: url(../images/fdatw-RO_03.png) no-repeat;
}
#atwTwitter div {
  background: url(../images/fdatw_05.png) no-repeat;
}
#atwTwitter div:hover {
  background: url(../images/fdatw-RO_05.png) no-repeat;
}
#atwInstagram div {
  background: url(../images/fdatw_07.png) no-repeat;
}
#atwInstagram div:hover {
  background: url(../images/fdatw-RO_07.png) no-repeat;
}
#atwYoutube div {
  background: url(../images/fdatw_09.png) no-repeat;
}
#atwYoutube div:hover {
  background: url(../images/fdatw-RO_09.png) no-repeat;
}
/*******************************
BOARDS
*******************************/
a.boards div {
  margin: 15px 15px 100px;
  height: 170px;
  width: 169px;
  display: inline-block;
  font-size: 22px;
  background: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background-position: top center;
}
#mainboard div {
  background: url(../images/boards_03.jpg) no-repeat;
}
#mainboard div:hover {
  background: url(../images/boards-RO_03.jpg) no-repeat;
}
#medboard div {
  background: url(../images/boards_05.jpg) no-repeat;
}
#medboard div:hover {
  background: url(../images/boards-RO_05.jpg) no-repeat;
}
#alumboard div {
  background: url(../images/boards_07.jpg) no-repeat;
}
#alumboard div:hover {
  background: url(../images/boards-RO_07.jpg) no-repeat;
}
#assocboard div {
  background: url(../images/boards_09.jpg) no-repeat;
}
#assocboard div:hover {
  background: url(../images/boards-RO_09.jpg) no-repeat;
}
.board-img img {
  margin: 0 auto;
}
.board-text h5 {
  font-size: 18px;
  margin: 10px 10px 30px;
  text-transform: none;
  line-height: 15px;
}
.board-text div p {
  font-size: 14px;
  margin: 10px 10px 30px;
}
.board-sep {
  margin-bottom: 130px;
}
/*******************************
OLIP
*******************************/
.proj-intro-section {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.olip-slider {
  overflow: hidden;
  position: relative;
}
.olip-logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 0 0 10px;
  max-width: 30%;
  z-index: 30;
}
.olip-stats {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 10px 10px 0;
  z-index: 30;
  text-align: right;
}
.olip-stats p {
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 20px;
  margin: 0;
  line-height: 1.2;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.olip-intro {
  background: #eaeaea;
  padding: 20px;
  margin-top: 1%;
}
.start-proj-section h1 {
  margin: 20px 0 30px;
}
.start-proj-section .button.fixed-size {
  width: 145px;
}
.proj-container {
  overflow: hidden;
}
.proj-choices {
  position: relative;
}
.proj-choices .proj-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.proj-choices .proj-content .vcenter {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.proj-choices .proj-content h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  text-shadow: 2px 2px #000;
  padding: 0 5px;
}
.proj-choices .proj-content .proj-desc {
  opacity: 0;
  color: #fff;
  padding: 10px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
.proj-choices:hover .proj-content {
  background: #0079c2;
}
.proj-choices:hover .proj-content .proj-desc {
  opacity: 1;
}
.team-events {
  list-style-type: none;
  text-align: center;
}
.team-events li.team-choices {
  list-style-type: none;
  position: relative;
}
.team-events li.team-choices .team-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 121, 194, 0.7);
}
.team-events li.team-choices .team-content .team-center h3 {
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 1;
}
.team-events li.team-choices .team-content .team-center .team-desc {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.team-events li.team-choices .team-content .team-center .team-desc p {
  color: #fff;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
.trib-post-instance {
  width: 300px;
  overflow: hidden;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.trib-location-container {
  margin-top: 10px;
}
/****************************
OUR STAFF
****************************/
.og-grid {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.og-grid li {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0;
  vertical-align: top;
  height: 319px;
  border: none;
}
.og-grid li .employee-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.og-grid li .employee-overlay h4 {
  position: relative;
  color: #fff;
  opacity: .8;
  font-size: 50px;
  bottom: -35%;
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.og-grid li .employee-overlay p {
  position: absolute;
  width: 100%;
  bottom: 2%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.og-grid li .employee-overlay a.small {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.og-grid li > a,
.og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
}
.og-expander {
  position: absolute;
  background: transparent;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  height: 0;
  overflow: auto;
}
.og-expander-inner {
  padding: 20px 60px 50px;
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.og-close {
  position: relative;
  cursor: pointer;
  float: right;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  color: #747474;
  font-size: 14px;
}
.og-fullimg,
.og-details {
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
/*.og-details {
	padding: 0 40px 0 20px;
}*/
.og-fullimg {
  text-align: center;
  display: none;
}
.og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
.og-details h3 {
  font-weight: 300;
  font-size: 52px;
  padding: 0 0 10px;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #666;
}
.og-details h3 span {
  font-size: 14px;
  text-transform: none;
}
.og-details p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #666;
}
.og-details a {
  display: none;
}
.og-details a::before {
  content: '\2192';
  display: inline-block;
  margin-right: 10px;
}
.og-details a:hover {
  border-color: #999;
  color: #999;
}
.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}
@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@-moz-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@media screen and (max-width: 650px) {
  .og-details {
    float: none;
    width: 100%;
  }
}
/****************************
BLOG
****************************/
/* end .hentry */
article {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
}
article {
  border: none;
}
.single-title,
.article-header h2 {
  font-size: 18px;
  color: #535353;
  text-transform: uppercase;
}
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #535353;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/
}
.entry-content p {
  font-size: 20px;
  color: #666;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/********************************
STORE		
********************************/
.entry-product {
  background: #dadada;
  padding: 40px 10px;
}
.entry-product input[type=submit] {
  margin-bottom: 40px;
}
.entry-product .wpcoimglist ul {
  margin: 3px 0 0;
}
.entry-product .wpcoimglist ul li {
  display: inline;
  width: 32.33%;
  margin: 0 1.5% 3px 0;
  float: left;
}
.entry-product .wpcoimglist ul li:last-child {
  margin-right: 0;
}
.entry-product h4 {
  line-height: 1;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.entry-product .productdescriptionview p {
  font-size: 20px;
  margin-bottom: 40px;
}
.entry-product .pricewrap {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.entry-product fieldset {
  border: none;
  margin: 20px 0;
  padding: 0;
}
.entry-product fieldset legend {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  background: 0;
  text-align: left;
}
.entry-product .customSelect {
  background-color: #fff;
}
.entry-product .wpcohowmany {
  margin-bottom: 20px;
}
.entry-product .wpcohowmany b {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
.entry-product .wpcohowmany input[type=text] {
  display: block;
  clear: both;
  border: none;
  font-size: 15px;
  line-height: 15px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  padding: 8px;
}
.entry-product .ui-button {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 12px;
  text-align: center;
  color: #fff;
  background: #0079c2;
  text-transform: uppercase;
}
.entry-product .ui-button:hover {
  background: #fff;
  color: #0079c2;
}
.entry-product .addthis_toolbox a.native-button {
  width: 130px;
  font-size: 14px;
  line-height: 14px;
  padding: 15px 0;
  margin-bottom: 5px;
}
.entry-product .addthis_toolbox .lt-button {
  color: #666666;
  background: #eeeeee;
}
.entry-product .addthis_toolbox .native-button.fin {
  margin-bottom: 16px;
}
.entry-product .addthis_toolbox a {
  display: block;
  clear: both;
}
input.ui-button {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 12px;
  text-align: center;
  color: #fff;
  background: #0079c2;
  text-transform: uppercase;
  border: none;
}
input.ui-button:hover {
  border: none;
  color: #0079c2;
}
.entry-products {
  margin: 40px 10px;
}
#wpco-3 {
  border: none;
}
#sidebar-cart {
  display: block;
  clear: both;
  text-align: right;
  position: absolute;
  top: 0;
  right: 5px;
  border-bottom: none;
}
#sidebar-cart div {
  margin: 0;
  padding: 0;
}
#sidebar-cart div ul {
  margin: 0;
  padding: 0;
  clear: both;
}
#sidebar-cart div ul li {
  margin: 0;
  padding: 0;
  display: block;
}
body.page-id-18 #sidebar-cart {
  position: relative;
}
.wpco_list li {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.wpco_list li strong {
  font-weight: normal;
}
a.wpco {
  font-size: 15px;
  color: #0079c2;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.productsgriditem {
  margin: 0 auto 40px auto;
  max-width: 400px;
  overflow: hidden;
  display: block;
}
.productsgriditem ul {
  overflow: hidden;
  display: block;
}
.productsgriditem .productimagelink img {
  margin: 0;
  height: auto;
}
.productsgriditem .producttitle {
  display: inline;
  float: left;
  width: 70%;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  margin-top: 8px;
}
.productsgriditem .productdetails {
  display: inline;
  float: right;
  width: 25%;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  text-align: right;
  margin-top: 8px;
}
#cboxTitle {
  display: none !important;
}
.productsgriditem.first {
  clear: left;
}
.wpcosubmit {
  padding: 40px 30px 0 0;
  text-align: right;
}
ul.wpco_list {
  float: right;
  text-align: right;
  padding-right: 30px;
}
.wpcoordersummarybox table {
  width: 100%;
}
.wpcoordersummarybox table thead tr th {
  text-align: left;
}
.wpcoordersummarybox table tbody tr {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 5px;
}
.wpcoordersummarybox table tbody tr.total th {
  text-align: right;
  padding-right: 10px;
}
.wpcoordersummarybox table tbody tr.total td {
  text-align: right;
}
.wpcoordersummarybox .wpcosubmit {
  margin-top: 20px;
}
.wpcoordersummarybox .wpcosubmit .ui-button {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 12px;
  text-align: center;
  color: #fff;
  background: #0079c2;
  text-transform: uppercase;
}
.wpcoordersummarybox .wpcosubmit .ui-button:hover {
  background: #666666;
}
table.wpcocart {
  width: 100%;
  border-collapse: collapse;
}
table.wpcocart thead {
  background: #aaaaaa;
}
table.wpcocart thead tr th {
  color: #333;
  font-size: 18px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  padding: 8px 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
}
table.wpcocart tbody tr td input {
  -moz-box-shadow: inset 0 1px 3px #000000;
  -webkit-box-shadow: inset 0 1px 3px #000000;
  box-shadow: inset 0 1px 3px #000000;
  padding: 3px 3px 3px 5px;
  border: none;
}
table.wpcocart tbody tr td table {
  border: 0;
}
table.wpcocart tbody tr td table tbody tr {
  background: transparent;
}
table.wpcocart tbody tr td table tbody tr:nth-of-type(odd) {
  background: transparent;
}
table.wpcocart tbody tr:nth-of-type(odd) {
  background: #f1f1f1;
}
table.wpcocart tbody tr.total {
  background: #aaaaaa;
}
table.wpcocart tbody tr.total td {
  color: #333;
  font-size: 18px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  padding: 8px 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
}
.wpcosteps ul {
  text-align: center;
}
.wpcosteps ul li {
  display: inline;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #a9a9a9;
}
.wpcosteps ul li .number {
  font-size: 40px;
  font-weight: normal;
  border-right: 1px solid #a9a9a9;
  padding-right: 5px;
}
.wpcosteps ul li .number:before {
  content: "0";
}
.wpcosteps ul .active {
  color: #0079c2;
}
.wpcosteps ul .active .number {
  border-right: 1px solid #0079c2;
}
.dd .ddTitle {
  background: #fff !important;
  border: none !important;
  overflow: hidden !important;
  padding: 10px 4px !important;
  height: 16px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  position: relative !important;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif !important;
}
.dd .ddTitle span.arrow {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  background: url(../img/msdropdown/dd_arrow.gif) no-repeat 0 0 !important;
  float: right !important;
  display: inline-block !important;
  width: 30px !important;
  height: 37px !important;
  cursor: pointer !important;
  background: #e7e7e7 url(http://firstdescents.org/wp-content/themes/fd/library/images/drop-dn-arrow.jpg) no-repeat !important;
}
.dd .ddTitle span.arrow:hover {
  background-position: 0px 0px !important;
}
/*********************************************
AMBASSADORS
**********************************************/
.tencol.section.center {
  overflow: hidden;
}
.ambassadorimages {
  overflow: hidden;
}
.ambassadorimages img {
  margin: 0 auto;
}
.ambassadorimages ul.photo-list {
  max-width: 320px;
  margin: 3px auto 0;
  padding: 0;
}
.ambassadorimages ul.photo-list li {
  display: inline;
  width: 49.5%;
  margin: 0 1% 3px 0;
  float: left;
}
.ambassadorimages ul.photo-list li img {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}
.ambassadorimages ul.photo-list li:nth-child(even) {
  margin-right: 0;
}
.ambass-social ul {
  border-bottom: 1px #dcdcdc solid;
  overflow: hidden;
}
.ambass-social ul li {
  display: inline;
  float: left;
  margin: 0 20px 20px 0;
}
/*********************************************
AMBASSADORS - Landing Page
**********************************************/
.ambass-block a img {
  max-height: 105%;
  max-width: 105%;
}
.ambass-block a img.bwhite-photo {
  display: block;
}
.ambass-block a img.color-photo {
  display: none;
}
.ambass-block a:hover img.bwhite-photo {
  display: none;
}
.ambass-block a:hover img.color-photo {
  display: block;
}
.ambass-block a .employee-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.ambass-block a .employee-overlay h4 {
  position: relative;
  color: #fff;
  opacity: .8;
  font-size: 50px;
  bottom: -35%;
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  line-height: 50px;
}
.ambass-block a .employee-overlay p {
  position: absolute;
  width: 100%;
  bottom: 2%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.ambass-block a .employee-overlay a.small {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
/*********************************************
Annual Events Single
**********************************************/
.announcement p {
  font-size: 20px;
  margin-bottom: 40px;
}
.announcement p.action-purchase-tickets {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.main-event-detail {
  background: #dadada;
  overflow: hidden;
}
.event-detail {
  padding: 58px 0;
}
.event-detail h5 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.event-detail h5.caps {
  text-transform: uppercase;
}
.event-detail h5.last-title {
  margin-bottom: 20px;
}
/*EVENT LIST FOR BOTH SINGLE PAGE AND LANDING PAGE*/
ul#filters li {
  display: inline;
  margin-right: 20px;
}
ul#filters li a.selected {
  background: #aaaaaa;
}
ul#filters li a.selected:hover {
  color: #fff;
}
.event-list-header {
  display: none;
}
.event-list-item {
  background: #f1f1f1;
  border-bottom: 1px #d7d7d7 solid;
}
.event-list-item div div p {
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 100%;
  margin: 10px 0;
}
.event-list-item div div p .mobile-only-event {
  color: #555;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.event-list-item div div .event-size {
  margin: 23px 0;
}
.event-list-item div div.event-name p {
  color: #0079c2;
}
.event-list-item div.description {
  display: none;
  overflow: hidden;
}
.event-list-item div.description div.desc {
  border-top: 1px solid #d7d7d7;
  padding: 10px 0;
  height: auto;
}
.event-list-item div.description div.desc p {
  line-height: 1.5;
}
.event-list-item:nth-child(even) {
  background: #ffffff;
}
.no-events {
  text-align: center;
  font-size: 20px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  margin: 20px;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
  direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 90%;
  padding: 0;
  margin: 0 auto 30px;
}
.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 100%;
  height: 444px;
}
.jcarousel-skin-tango .jcarousel-item {
  width: 30%;
  height: auto;
}
.jcarousel-skin-tango .jcarousel-item img {
  max-height: 100%;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 32px;
  height: 32px;
  margin: -16px;
  cursor: pointer;
  background: transparent url(next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(prev-horizontal.png);
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
  background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
  background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 32px;
  height: 32px;
  margin: -16px;
  cursor: pointer;
  background: transparent url(prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(next-horizontal.png);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
  background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
  background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
/******************************************************************
Form Assembly Forms
******************************************************************/
.formcontainer {
  padding-top: 30px;
  background: #dadada;
}
.formcontainer p {
  text-align: center;
}
.wFormContainer {
  padding: 0 !important;
  width: 100% !important;
  border: none !important;
}
.wFormContainer .saveAndResume {
  width: auto;
}
.wFormContainer .saveAndResume .oneField {
  text-align: center;
}
.wFormContainer .saveAndResume .oneField a {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  padding: 4px 12px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  text-transform: uppercase;
  background: #0079c2;
  margin-left: 5px;
  border-radius: 0;
}
.wFormContainer .saveAndResume .oneField label.postField {
  width: auto !important;
  font-size: 16px;
  line-height: 16px;
}
.wFormContainer .inputWrapper {
  width: 100%;
}
.wFormContainer legend,
.wFormContainer form .wfCurrentPage .pageSection h4 {
  display: block;
  text-align: center;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 28px;
  background: url(../images/section-header-u_11.jpg) no-repeat bottom center;
  padding: 0 0 14px 0!important;
  margin: 30px 0 46px 0;
  text-transform: uppercase;
  font-weight: normal;
}
.wFormContainer legend,
.wFormContainer form .wfCurrentPage .pageSection h4 {
  font-size: 18px;
  color: #535353;
}
.wFormContainer div.htmlSection {
  text-align: center !important;
}
.wFormContainer div.htmlSection p {
  text-align: center !important;
  font-size: 16px !important;
}
.wFormContainer .htmlSection,
.wFormContainer .saveAndResume {
  margin: 0 !important;
  background: #dadada;
  padding: 10px  !important;
}
.wFormContainer fieldset .htmlSection {
  margin: 20px 0;
  overflow: hidden;
  background: #fff;
}
.wFormContainer .wForm {
  background: #fff;
  padding: 0;
}
.wFormContainer h3.wFormTitle {
  display: none;
}
.wFormContainer .wForm fieldset {
  width: 100% !important;
  max-width: 650px !important;
  margin: 20px auto 40px!important;
  border: none !important;
  border-bottom: 1px solid #cacaca !important;
  background: #fff;
}
.wFormContainer .wForm fieldset div {
  margin: 0;
  padding: 0;
}
.wFormContainer .wForm fieldset div input[type="text"],
.wFormContainer .wForm fieldset div textarea,
.wFormContainer .wForm fieldset div input[type='password'] {
  width: 75%;
  height: 30px;
  -moz-box-shadow: inset 2px 2px 6px -4px #000;
  -webkit-box-shadow: inset 2px 2px 6px -4px #000;
  box-shadow: inset 2px 2px 6px -4px #000;
  border: 1px solid #cacaca;
}
.wFormContainer .wForm fieldset div textarea {
  height: 120px;
  width: 100%;
}
.wFormContainer .wForm fieldset div input.validate-datecal {
  width: 75% !important;
}
.wFormContainer #donationform fieldset {
  width: 100% !important;
  max-width: 650px !important;
  margin: 20px auto 40px!important;
  border: none !important;
  border-bottom: 1px solid #cacaca !important;
  background: #fff;
}
.wFormContainer #donationform fieldset input[type="text"],
.wFormContainer #donationform fieldset textarea,
.wFormContainer #donationform fieldset input[type='password'] {
  width: 75%;
  height: 30px;
  -moz-box-shadow: inset 2px 2px 6px -4px #000;
  -webkit-box-shadow: inset 2px 2px 6px -4px #000;
  box-shadow: inset 2px 2px 6px -4px #000;
  border: 1px solid #cacaca;
}
.wFormContainer #donationform fieldset textarea {
  height: 120px;
  width: 100%;
}
.wFormContainer #donationform fieldset input.validate-datecal {
  width: 75% !important;
}
.wFormContainer .inline .oneField {
  width: auto;
  clear: both;
  margin-left: 0 !important;
}
.wFormContainer .inline .oneField select,
.wFormContainer .inline .oneField .customSelect {
  width: 115px;
}
.wFormContainer .wForm .labelsLeftAligned label.preField {
  width: 100% !important;
  clear: both !important;
  display: block;
  float: none !important;
  white-space: normal !important;
  padding: 0 !important;
  margin: 0!important;
}
.wFormContainer .wForm form .oneChoice {
  white-space: normal !important;
}
.wFormContainer .wForm form .oneChoice input {
  float: left;
  margin-right: 5px;
}
.wFormContainer .wForm form .oneChoice label.postfield {
  float: left;
  width: auto;
}
.wFormContainer .wForm .postField {
  margin: 0 !important;
}
.wFormContainer fieldset.onstate-resumelater {
  -moz-column-count: 1 !important;
  -webkit-column-count: 1 !important;
  column-count: 1 !important;
}
.wFormContainer fieldset.onstate-resumelater .oneField {
  text-align: left !important;
  font-size: 16px;
}
.wFormContainer fieldset.onstate-resumelater p {
  font-size: 16px;
}
.wFormContainer form .wfPagingButtons {
  display: block !important;
  margin: 0!important;
  padding-top: 20px;
  text-align: center;
  float: none !important;
  padding: 0;
}
.wFormContainer form .wfPagingButtons .wfPageNextButton {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  background: #0079c2 !important;
  width: 100px  !important;
  text-align: center;
  font-size: 14px  !important;
  line-height: 15px  !important;
  margin-bottom: 30px  !important;
  padding: 15px 0  !important;
  border: none;
  font-weight: normal !important;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
}
.wFormContainer form .wfPagingButtons .wfPageNextButton:before {
  content: '+ ';
}
.wFormContainer form .wfPagingButtons .wfPageNextButton:hover,
.wFormContainer form .wfPagingButtons .wfPageNextButton:focus {
  color: #0079c2;
  background: #fff !important;
}
.wFormContainer form .wfPagingButtons .wfPageNextButton:active {
  color: #0079c2;
  background: #fff !important;
}
.wFormContainer .actions {
  margin: 0!important;
  padding-top: 60px;
  text-align: center;
}
.wFormContainer .actions .primaryAction {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  background: #0079c2 !important;
  width: 100px  !important;
  text-align: center;
  font-size: 14px  !important;
  line-height: 15px  !important;
  margin-bottom: 30px  !important;
  padding: 15px 0  !important;
  border: none;
  font-weight: normal !important;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
}
.wFormContainer .actions .primaryAction:before {
  content: '+ ';
}
.wFormContainer .actions .primaryAction:hover,
.wFormContainer .actions .primaryAction:focus {
  color: #0079c2;
  background: #fff !important;
}
.wFormContainer .actions .primaryAction:active {
  color: #0079c2;
  background: #fff !important;
}
.wFormContainer .actions .secondaryAction {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  background: #0079c2 !important;
  width: 100px  !important;
  text-align: center;
  font-size: 14px  !important;
  line-height: 15px  !important;
  margin-bottom: 30px  !important;
  padding: 15px 0  !important;
  border: none;
  font-weight: normal !important;
  margin-right: auto;
  margin-left: auto;
}
.wFormContainer .actions .secondaryAction:before {
  content: '+ ';
}
.wFormContainer .actions .secondaryAction:hover,
.wFormContainer .actions .secondaryAction:focus {
  color: #0079c2;
  background: #fff !important;
}
.wFormContainer .actions .secondaryAction:active {
  color: #0079c2;
  background: #fff !important;
}
.wFormContainer .wfCurrentPage .pageSection {
  width: 100% !important;
  max-width: 650px !important;
  margin: 20px auto 40px!important;
}
.wFormContainer .wfCurrentPage .pageSection .oneField {
  text-align: left;
  display: block;
}
.wFormContainer .wfCurrentPage .pageSection .oneField a {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  padding: 4px 12px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  text-transform: uppercase;
  background: #0079c2;
  margin-left: 5px;
  border-radius: 0;
}
.wFormContainer .wfCurrentPage .pageSection .oneField label.postField {
  width: auto !important;
  font-size: 16px;
  line-height: 16px;
}
.wFormContainer .wfCurrentPage .pageSection .oneField .inputWrapper input[type="text"],
.wFormContainer .wfCurrentPage .pageSection .oneField .inputWrapper textarea,
.wFormContainer .wfCurrentPage .pageSection .oneField .inputWrapper input[type='password'] {
  width: 75%;
  height: 30px;
  -moz-box-shadow: inset 2px 2px 6px -4px #000;
  -webkit-box-shadow: inset 2px 2px 6px -4px #000;
  box-shadow: inset 2px 2px 6px -4px #000;
  border: 1px solid #cacaca;
}
.wFormContainer .wfCurrentPage .pageSection .oneField .inputWrapper textarea {
  height: 120px;
  width: 100%;
}
.wFormContainer .wfCurrentPage .pageSection .oneField .inputWrapper input.validate-datecal {
  width: 75% !important;
}
.wFormContainer .wfCurrentPage .pageSection tr.oneField {
  display: table-row;
}
.supportInfo {
  font-size: 12px;
}
/******************************************************************
PROGRAMS
******************************************************************/
.bg-img {
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wt-b-o {
  color: #fff;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
}
.prog-quote {
  height: 440px;
  background: url(../images/prog-quote-bg.jpg) no-repeat top center;
  text-align: center;
}
.prog-quote p {
  position: relative;
  top: 5%;
  padding: 0 10px;
  font-size: 35px;
  line-height: 1.2;
  color: #ffffff;
  opacity: .9;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.program-pg-items {
  margin-top: 20px;
}
.program-pg-items div img {
  margin: 0 auto;
}
.fournot-full {
  margin-bottom: 40px;
}
.fournot-full p {
  padding: 20px 20px 0;
}
.fournot-full a {
  color: #0079c2;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.f-r p {
  padding-top: 0;
}
.program-apps {
  border-top: 1px solid #dcdcdc;
  padding-top: 58px;
  text-align: center;
}
.program-apps a {
  margin: 0 15px 65px;
}
.program-apps p {
  max-width: 914px;
  margin: 0 auto 45px;
  font-size: 20px;
}
.program-apps p a {
  margin: 0;
}
.program-apps p.bottom {
  font-size: 14px;
}
.program-apps p.bottom a {
  color: #0079c2;
  margin: 0;
  padding: 0;
}
.subhead {
  text-align: center;
  font-size: 18px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.program-info {
  margin-bottom: 30px;
}
.program-info h4.section-head {
  margin-bottom: 10px;
  text-transform: none;
}
.program-info p {
  margin: 0;
}
.program-info p span {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.program-info p a {
  color: #0079c2;
}
.program-info .prog-desc {
  font-size: 18px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.map-container {
  position: relative;
  margin-top: 20px;
}
.map-container .map-select {
  position: absolute;
  top: 15px;
  left: 30px;
}
.map-container .map-select .customSelect {
  background: #fff url(../images/blue-dd.jpg) no-repeat right top;
}
.acf-map {
  height: 600px;
}
.acf-map img {
  max-width: none;
}
.marker {
  display: none;
}
.infoBox {
  padding: 15px;
  width: 240px;
}
.infoBox h4.trib-map-title {
  background: url(../images/fd-blue.png) no-repeat;
  padding-left: 47px;
}
.infoBox h4.trib-map-title span {
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.infoBox h4.trib-map-title span.location {
  font-size: 15px;
}
.infoBox h4.trib-map-title span.title {
  font-size: 23px;
  line-height: 26px;
}
.infoBox .trib-image {
  max-width: 100%;
  padding: 15px 0;
}
.infoBox .trib-content {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}
.infoBox .trib-content .trib-detail {
  font-size: 13px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  width: 32%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.infoBox .trib-content .trib-detail .caps {
  text-transform: uppercase;
}
.infoBox .trib-content .indicator {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 4px;
}
.infoBox .trib-content .indicator.open {
  background: #52ba52;
}
.infoBox .trib-content .indicator.closed {
  background: red;
}
.infoBox .trib-content .white-button {
  width: 45%;
  margin: 0 2% 0 2%;
  padding: 25px 0;
  text-align: center;
  color: #0079c2;
}
.infoBox .trib-content .white-button:hover {
  background: #dfdfdf;
}
.infoBox .arrow-left {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #0079c2;
  position: absolute;
  left: -30px;
  top: 50px;
  margin-top: 0;
}
.hide {
  display: none;
}
.fb-like {
  margin-bottom: 7px;
}
#content #inner-content .section.side-by {
  padding: 0 20px;
  box-sizing: border-box;
}
h4.fd1-activity {
  font-family: "TradeGothicLTPro", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
h4.fd1-activity .title {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
/******************************************************************
VOLUNTEER
******************************************************************/
.volunteer-sec {
  text-align: left;
}
.volunteer-sec ol {
  max-width: 914px;
  margin: 0 auto 45px;
  text-align: left;
}
.volunteer-sec ol li {
  font-size: 20px;
}
.volunteer-sec p {
  max-width: 914px;
  margin: 0 auto 45px;
  text-align: left;
  font-size: 20px;
}
.volunteer-sec p.vol-invol-bottom {
  font-style: italic;
  max-width: 665px;
  text-align: center;
}
.volunteer-sec p.vol-invol-bottom .bold {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.volunteer-sec a.button {
  text-align: center;
}
.volunteer-sec a.button span {
  display: block;
  clear: both;
  font-size: 12px;
}
.b-top {
  border-top: 1px solid #dcdcdc;
}
.button-bottom-v {
  margin-top: 45px;
}
.button-bottom-v div {
  width: 28%;
  text-align: center;
  float: left;
  margin: 0 2.5%;
}
.button-bottom-v div p {
  font-size: 14px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.medi-vol-pg-items {
  text-align: center;
}
.medi-vol-pg-items .sevencol {
  margin-bottom: 60px;
  text-align: center;
}
.medi-vol-pg-items .sevencol .section-head {
  margin-bottom: 10px;
}
.medi-vol-pg-items .sevencol p {
  text-align: center;
}
.medi-vol-pg-items .sevencol p.notes {
  font-style: italic;
}
.medi-vol-pg-items .sevencol p.strong {
  margin: 0;
}
.medi-vol-pg-items a.button {
  margin: 0 auto;
}
/******************************************************************
TESTIMONIALS
******************************************************************/
.testimonial {
  margin-top: 60px;
  padding-bottom: 65px;
  border-bottom: 1px solid #dcdcdc;
}
.testimonial p {
  max-width: 956px;
  padding: 10px 45px 0 41px;
  background-image: url(../images/quote-left.png), url(../images/quote-right.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
  font-style: italic;
  font-size: 20px;
  text-align: center;
}
.test-wrap {
  text-align: center;
}
.test-wrap a.button {
  margin-top: 70px;
}
.vol-quote {
  height: 331px;
  background: url(../images/fd-roles_06.jpg) no-repeat top center;
  text-align: center;
  margin-bottom: 30px;
}
.vol-quote p {
  position: relative;
  top: 5%;
  padding: 0 10px;
  font-size: 26px;
  line-height: 1.2;
  color: #ffffff;
  opacity: .9;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.gen-vol-pg-items div p span.bld {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.gen-vol-pg-items div p span.ital {
  font-style: italic;
}
.gen-vol-pg-items div a.button {
  margin-top: 40px;
}
.momma-ludden {
  margin-top: 20px;
  margin-bottom: 100px;
}
.momma-ludden img {
  margin: 0 auto;
}
.get-involved-landing {
  padding: 0;
  margin: 0;
}
.get-involved-landing a img {
  width: 100%;
  margin: 0 auto 1px;
}
/******************************************************************
TRIB LOCATION LANDING PAGE
******************************************************************/
.trib-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 30px 0;
  padding: 0;
}
.trib-header .trib-header-cover {
  text-align: center;
}
.trib-header .trib-header-cover img {
  display: inline;
}
.trib-header h3 {
  background-color: transparent;
  color: #fff;
  background-image: url(../images/wt-underline.png);
  margin: 69px 0 60px;
}
.single-tribposts .trib-header {
  margin-top: 0;
}
.single-triblocation div.fs {
  margin-right: 2.762430939%;
}
.single-triblocation div.fs a.foot-social div {
  margin-right: 10px;
}
.single-triblocation .excerpt-read-more {
  display: block;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.tribpostlist {
  margin-top: 60px;
}
.tribpostlist .trib-post-instance {
  padding: 10px;
  overflow: hidden;
}
.tribpostlist .trib-post-instance h4 {
  margin: 30px 0 15px;
  text-transform: uppercase;
}
.tribpostlist .trib-post-instance h5 {
  line-height: 1;
  margin: 0 0 30px;
}
.single-title.trib-title {
  margin-top: 30px;
}
.trib-signup {
  padding: 15px 70px 12px;
}
.social-share li {
  display: inline;
}
.social-share li .fb-like {
  top: -7px;
  margin-right: 30px;
}
.trib-post-recent {
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.trib-post-recent span {
  color: #666666;
  font-size: 12px;
}
.all-tribs {
  margin: 0;
  padding: 8px 0 7px;
  width: 211px;
  margin-bottom: 14px;
}
/******************************************************************
DONATE
******************************************************************/
.donate-body {
  margin-top: 60px;
}
#sent {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
div.donate-form {
  width: 100%;
}
div.donate-form h4 {
  margin-bottom: 20px;
}
div.donate-form div {
  margin-bottom: 20px;
  position: relative;
}
div.donate-form .dollar {
  position: absolute;
  left: 3.5%;
  font-size: 28px;
  top: 10px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
div.donate-form label {
  display: block;
  clear: both;
  color: #545454;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
div.donate-form div.check {
  padding: 18px 0;
  background: #f1f1f1;
  width: 95%;
  overflow: hidden;
}
div.donate-form div.check .customSelect {
  background: #fff url(../images/drop-dn-arrow.jpg) no-repeat right top;
}
div.donate-form div.check label {
  display: inline;
  clear: none;
  margin-left: 5px;
  margin-bottom: 10px;
}
div.donate-form div.check input {
  margin-left: 25px;
}
div.donate-form input#amount {
  font-size: 24px !important;
}
div.donate-form div.radios {
  overflow: hidden;
}
div.donate-form div.radios label {
  display: inline;
  clear: none;
  float: left;
  width: 45%;
  padding: 23px 0;
  margin-right: 5%;
  color: #ffffff;
}
div.donate-form div.radios label:hover {
  color: #fff;
  background: #aaaaaa;
}
div.donate-form div.radios .sponsor-camper {
  padding: 13px 0;
}
div.donate-form div.radios .sponsor-camper span {
  display: block;
  clear: both;
  font-size: 12px;
}
div.donate-form div.hon-mem label {
  color: #fff;
  background: #aaaaaa;
}
div.donate-form div.hon-mem label:hover {
  color: #fff;
  background: #97c524;
}
div.donate-form div.hon-mem .active {
  color: #fff;
  background: #97c524;
}
div.donate-form .next .button {
  width: 45%;
  padding: 23px 0;
  margin-right: 5%;
}
div.donate-form .next .button:hover {
  color: #fff;
  background: #aaaaaa;
}
div.donate-form input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
div.donate-form input[type="text"],
div.donate-form textarea,
div.donate-form input[type='password'] {
  width: 86%;
  height: 30px;
  font-size: 16px;
  color: #535353;
  -moz-box-shadow: inset 2px 2px 6px -4px #000;
  -webkit-box-shadow: inset 2px 2px 6px -4px #000;
  box-shadow: inset 2px 2px 6px -4px #000;
  border: 1px solid #cacaca;
  padding: 15px 0 13px 8%;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
div.donate-form textarea {
  height: 60px;
}
div.donate-form .d-type-choice label {
  width: 95%;
  padding: 23px 0;
  margin-bottom: 5%;
  color: #fff;
}
div.donate-form .d-type-choice label:hover {
  color: #fff;
  background: #aaaaaa;
}
div.donate-form .error {
  color: red;
}
div.donate-form #recurring-payment {
  margin: 10px 0 0 25px;
  display: block;
  clear: both;
  color: #545454;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
div.donate-form #recurring-payment .limit {
  margin-left: 0;
}
#sent {
  display: none;
}
#rcv-only {
  display: none;
}
.partners-pg .partners-into {
  text-align: center;
  font-size: 20px;
}
.partners-pg .fournot-full img {
  margin: 0 auto;
}
.wp-inside-content {
  margin-top: 40px;
}
.wp-inside-content h4 {
  display: block;
  text-align: center;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background: url(../images/section-header-u_11.jpg) no-repeat bottom center;
  padding: 0 0 14px 0;
  margin: 40px 0 10px;
  text-transform: uppercase;
}
.center-buttons-only {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d7d7d7;
}
.center-buttons-only a.button {
  margin-left: 20px;
  margin-right: 20px;
}
.border-top {
  border-top: 1px solid #d7d7d7;
}
.video-lower-links {
  text-align: left;
}
.video-lower-links p {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.video-lower-links p.small {
  font-size: 10px;
  text-transform: uppercase;
}
.vids {
  max-width: 321px;
  margin: 0 auto 20px;
}
.fifty.img-bg {
  position: relative;
  text-align: center;
  width: 100%;
}
.fifty.img-bg img {
  margin: 0 auto;
}
.fifty.img-bg h4 {
  position: absolute;
  top: 50%;
  text-align: center;
}
.fifty.img-bg h4.white-op {
  color: #fff;
  opacity: .9;
  font-size: 32px;
  width: 100%;
  margin: 0 auto;
  margin: -50px auto 0;
}
.fifty.img-bg h4.two-ln-txt {
  margin: -75px auto 0;
}
.fifty.img-bg h4.section-head {
  width: 100%;
  top: 16px;
  margin: 0;
  padding: 0 0 5px;
}
.fifty.img-bg p,
.fifty.img-bg p.form-element {
  position: absolute;
  top: 100px;
  font-size: 16px;
  top: 65px;
}
.fifty.img-bg p.form-element.fe-email {
  top: 125px;
}
.fifty.img-bg .button {
  position: absolute;
  bottom: 0;
  margin: 0 0 20px -50px;
}
.fifty.img-bg .nletter {
  background: #dadada;
}
.fifty.img-bg div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}
.fifty.img-bg div div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}
.fifty.img-bg div div form {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}
.fifty.img-bg div div form p input.wpcf7-text {
  width: 93%;
  height: 10px;
  font-size: 16px;
  color: #535353;
  -moz-box-shadow: inset 2px 2px 6px -4px #000;
  -webkit-box-shadow: inset 2px 2px 6px -4px #000;
  box-shadow: inset 2px 2px 6px -4px #000;
  border: 1px solid #cacaca;
  padding: 15px 0 15px 5%;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.fifty.img-bg div div form p input.wpcf7-submit {
  border: none;
}
.fifty.img-bg div div form p.form-element {
  z-index: 2;
  text-align: left;
  width: 49.375%;
  margin-left: 25.3125%;
  font-size: 12px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  padding: 0;
}
.fifty.img-bg div div form p.submit {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}
.fifty.img-bg div div form div.wpcf7-response-output {
  width: 99%;
  height: 99%;
  margin: 0;
}
.nletter {
  background: #dadada;
}
#map-canvas img {
  max-width: none;
}
.contact-us-form {
  margin-bottom: 40px;
}
.contact-us-form form .red {
  color: red;
}
.contact-us-form form .wpcf7-text {
  width: 95%;
  height: 10px;
  font-size: 16px;
  color: #535353;
  -moz-box-shadow: inset 2px 2px 6px -4px #000;
  -webkit-box-shadow: inset 2px 2px 6px -4px #000;
  box-shadow: inset 2px 2px 6px -4px #000;
  border: 1px solid #cacaca;
  padding: 15px 0 15px 5%;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.contact-us-form form textarea {
  width: 95%;
  font-size: 16px;
  color: #535353;
  -moz-box-shadow: inset 2px 2px 6px -4px #000;
  -webkit-box-shadow: inset 2px 2px 6px -4px #000;
  box-shadow: inset 2px 2px 6px -4px #000;
  border: 1px solid #cacaca;
  padding: 15px 0 15px 5%;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.contact-us-form form .button {
  border: none;
  float: right;
}
body #FDNAME_context {
  width: 100%;
  background: #fff;
  height: auto;
}
#FDNAME_context h1 {
  color: #565656;
  font-size: 28px;
  text-align: center;
  margin: 0 0 10px 0;
  padding-top: 46px;
  padding-bottom: 15px;
}
#FDNAME_context img {
  width: 38px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
#FDNAME_context p {
  color: #565656;
  font-size: 18px;
  text-align: center;
  width: 80%;
  max-width: 732px;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 1.5;
}
#FDNAME_get_nickname {
  background: #dadada;
  height: 40px;
  padding: 10px 0 10px 0;
  position: relative;
}
#FDNAME_get_nickname h4 {
  text-align: center;
  color: #565656;
  font-size: 25px;
  color: #666666;
  position: relative;
  top: 7px;
}
#FDNAME_triangle {
  position: relative;
  display: block;
  top: 12px;
  width: 55px;
  margin: 0 auto;
  z-index: 100;
}
#FDNAME_content_holder {
  width: 100%;
  position: relative;
  height: auto;
  max-height: 500px;
  overflow: hidden;
  z-index: 0;
}
#FDNAME_questions {
  width: 100%;
  background: #0079c2;
  position: relative;
  height: 500px;
  max-height: 500px;
  overflow: hidden;
  z-index: 0;
}
#FDNAME_personalities,
#FDNAME_finalQuestion {
  display: none;
}
#FDNAME_finalQuestion {
  margin-top: 115px;
}
.FDNAME_buttons {
  width: 80%;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  padding-bottom: 150px;
}
.FDNAME_buttons li.question {
  font-size: 40px;
  padding: 10px;
  text-align: center;
  color: #fff;
}
#FDNAME_finalQuestion li.button {
  float: none;
  margin: 0 auto;
}
.FDNAME_buttons li.button {
  background: #fff;
  padding: 20px;
  margin: 5px;
  width: 100px;
  float: left;
  text-align: center;
  color: #0079c2;
}
li.button:hover {
  background: #999;
  color: #fff;
  cursor: pointer;
}
h1.FDNAME_nickName {
  /* color: #fff; */
  color: #0079c2;
  font-size: 40px;
  padding: 10px;
  background: #fff;
}
#FDNAME_response h3 {
  color: #fff;
  font-size: 30px;
  padding: 10px;
}
#FDNAME_kayaking,
#FDNAME_surfing,
#FDNAME_climbing {
  display: none;
}
.FDNAME_sportBG {
  width: 100%;
  overflow: hidden;
  height: 500px;
}
.FDNAME_kayakingBG {
  background: url(../images/kayaking.jpg) no-repeat center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.FDNAME_surfingBG {
  background: url(../images/surfing.jpg) no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.FDNAME_climbingBG {
  background: url(../images/climbing.jpg) no-repeat center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#FDNAME_response {
  background: #0079c2;
  margin-top: 5%;
  padding: 40px;
  opacity: 0.9;
  position: relative;
}
.FDNAME_start_over {
  font-size: 12px;
  color: #0079c2;
  position: relative;
  bottom: -35px;
  background: #fff;
  padding: 10px;
  width: 110px;
  margin: 0 auto;
}
.FDNAME_start_over:hover {
  cursor: pointer;
  color: #333;
}
.FDNAME_buttons li.button {
  float: none;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 5px;
}
/******************************************************************
SEARCH PAGE
******************************************************************/
.search-page form {
  text-align: center;
}
.search-page form input[type="text"] {
  height: 10px;
  font-size: 16px;
  color: #535353;
  -moz-box-shadow: inset 2px 2px 6px -4px #000;
  -webkit-box-shadow: inset 2px 2px 6px -4px #000;
  box-shadow: inset 2px 2px 6px -4px #000;
  border: 1px solid #cacaca;
  padding: 15px 0 15px 15px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.search-page form input[type="submit"] {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  padding: 10px 12px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #0079c2;
  border: 0;
  position: relative;
}
.search-page form input[type="submit"]:hover {
  color: #0079c2;
  background: #fff;
}
.search-page form #searchsubmit:before {
  content: "+ ";
}
.search-items {
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: #dcdcdc 1px solid;
}
.search-items article {
  margin-bottom: 0;
}
.page-navigation {
  float: right;
}
.jobs {
  background: #fff;
  text-align: center;
  padding: 34px 0;
  border-bottom: 1px solid #d7d7d7;
  font-size: 18px;
  text-transform: uppercase;
}
.jobs a {
  color: #0079c2;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.jobs:nth-child(even) {
  background: #f1f1f1;
}
.job-desc {
  display: none;
  margin-top: 30px;
  text-transform: none;
}
.wpcoproductimage img {
  height: auto;
}
.dd-select {
  max-width: 200px;
}
.dd-options {
  width: 100%;
  max-width: 200px;
}
/***** FACEBOOK CONVERSION PIXEL *****/
.fb_pixel_signup {
  background-image: url('https://www.facebook.com/offsite_event.php?id=6013828280244&amp;value=0&amp;currency=USD');
  display: none;
}
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
  height: 38px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
div.fs {
  text-align: left;
  position: relative;
}
div.fs h3 {
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: 18px;
  margin-bottom: 20px;
}
div.fs a.foot-social div {
  margin-right: 20px;
  height: 38px;
  width: 38px;
  display: inline-block;
  font-size: 22px;
  background: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background-position: top center;
}
#fsFacebook div {
  background: url(../images/sidebar-social_03.jpg) no-repeat;
}
#fsFacebook div:hover {
  background: url(../images/sidebar-social_03.jpg) no-repeat;
}
#fsTwitter div {
  background: url(../images/sidebar-social_07.jpg) no-repeat;
}
#fsTwitter div:hover {
  background: url(../images/sidebar-social_07.jpg) no-repeat;
}
#fsInstagram div {
  background: url(../images/sidebar-social_05.jpg) no-repeat;
}
#fsInstagram div:hover {
  background: url(../images/sidebar-social_05.jpg) no-repeat;
}
#fsYoutube div {
  background: url(../images/sidebar-social_09.jpg) no-repeat;
}
#fsYoutube div:hover {
  background: url(../images/sidebar-social_09.jpg) no-repeat;
}
.widgettitle {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}
.widget {
  padding: 0 0 24px;
  margin: 30px 0 0;
  border-bottom: 1px solid #dcdcdc;
}
.widget ul li {
  /* deep nesting */
}
.widget .customSelect {
  width: 257px;
}
.widget_archive h4 {
  margin-bottom: 20px;
}
.widget_categories ul li {
  color: #0079c2;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.widget_categories ul li a {
  color: #0079c2;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.FADV,
.FADVans {
  padding: 20px 10px 40px;
  background-size: cover;
  background-position: top right;
  box-sizing: border-box;
}
.FADV .inner,
.FADVans .inner {
  max-width: 1140px;
  margin: auto;
  text-align: center;
}
.FADV img,
.FADVans img {
  margin: 0 auto 30px;
}
.FADV h2,
.FADVans h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.FADV h4,
.FADVans h4 {
  color: #fff;
  font-family: "TradeGothicLTPro", Helvetica, Arial, sans-serif;
  text-align: center;
}
.FADV .qs input,
.FADVans .qs input {
  position: absolute;
  opacity: 0;
  left: -300em;
}
.FADV .qs input:checked + label,
.FADVans .qs input:checked + label {
  background: #6FDAF4;
}
.FADV .qs label,
.FADVans .qs label {
  background: #545261;
  display: block;
  width: 95%;
  padding: 20px 0;
  color: #fff;
  font-style: italic;
  text-align: center;
  margin: 10px auto;
}
.FADV .qs label:hover,
.FADVans .qs label:hover {
  background: #6FDAF4;
}
.FADV .q2,
.FADVans .q2,
.FADV .q3,
.FADVans .q3 {
  display: none;
}
.FADVans {
  display: none;
}
.FADVans h4 .loc {
  color: #fff;
  margin-right: 20px;
  display: block;
  font-size: 23px;
}
.FADVans h4 .fd {
  color: #fff;
}
.FADVans .one,
.FADVans .two,
.FADVans .three {
  color: #fff;
  font-style: italic;
  margin: 0;
  font-size: 20px;
}
.FADVans .one {
  margin-top: 30px;
}
.FADVans .return {
  margin-top: 30px;
}
.FADVans .return a {
  color: #fff;
}
/*********************
SITEMAP
*********************/
article.post-43 .manage-pagepost ul.manage_page {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}
article.post-43 .manage-pagepost ul.manage_page h3 {
  display: none;
}
article.post-43 .manage-pagepost ul.manage_page li {
  margin: 0;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
article.post-43 .manage-pagepost ul.manage_page li a {
  margin-left: 70px;
}
article.post-43 .manage-pagepost ul.manage_page li ul.children {
  margin: 0;
}
article.post-43 .manage-pagepost ul.manage_page li ul.children li a {
  margin: 0;
}
article.post-43 .manage-pagepost ul.manage_page li ul.children li:before {
  content: "- ";
  margin-left: 70px;
}
article.post-43 .manage-pagepost ul.manage_page li ul.children li ul li:before {
  content: "-- ";
}
/*********************
2015 DONATE PAGE
*********************/
.don-hero {
  background-size: cover;
  background-position: top center;
}
.don-hero .content {
  padding: 50px 0 30px;
  text-align: center;
}
.don-hero .content h1 {
  color: #fff;
}
.don-hero .curr {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.don-hero .curr img {
  display: inline;
  text-align: center;
  margin-bottom: 30px;
  max-width: 150px;
}
.don-hero .curr p {
  color: #000;
}
.don-hero .curr .button {
  padding: 15px 20px;
}
.don-content .test-wrap {
  border-top: 1px solid #dcdcdc;
}
.don-content.desc {
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
}
.wht-bg {
  background: #fff;
}
.donation-type {
  padding: 20px;
  text-align: center;
}
.donation-type img {
  display: inline;
}
.donation-type h3 {
  color: #0079c2;
  text-transform: uppercase;
  padding: 20px 0 10px;
}
.donation-type p {
  text-align: center;
}
.donation-type a.button {
  padding: 15px 20px;
  line-height: 1;
}
.donation-type a.button:hover {
  background: #eee;
}
.fund {
  padding: 50px 0 0;
}
.fund a.button {
  padding: 15px 20px;
  line-height: 1;
}
.fund a.button:hover {
  background: #eee;
}
.level-list {
  padding: 30px 10px 0;
}
.level {
  text-align: center;
  padding-bottom: 10px;
}
.level img {
  display: inline;
}
.level.sevencol {
  padding-bottom: 40px;
}
.level-detail {
  text-align: left;
}
.level-detail .amount {
  font-size: 30px;
  border-bottom: 1px solid #dcdcdc;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
ul.donors li {
  text-align: left;
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 5px;
}
/*********************
Marketing Overlay
*********************/
.mktg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.mktg-overlay .close {
  position: absolute;
  right: 0px;
  top: -18px;
  background: rgba(255, 255, 255, 0.2);
  padding: 3px;
  vertical-align: top;
  height: 12px;
  width: 12px;
  cursor: pointer;
}
.mktg-overlay .close:after {
  content: '×';
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 0;
  margin-top: 5px;
  margin-left: 1px;
}
.mktg-overlay .content-area {
  background: #fff;
  margin: 40px 20px 20px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.mktg-overlay .content-area svg {
  fill: #fff;
}
.mktg-overlay .halvsies {
  text-align: center;
}
.mktg-overlay .halvsies img {
  display: block;
  margin: 0 auto 20px;
}
.mktg-overlay .halvsies .button {
  width: auto;
  padding: 15px;
  margin-bottom: 0;
}
.mktg-overlay .img-side {
  background-image: url(http://firstdescents.org/wp-content/uploads/2015/11/bg.jpg);
  background-size: cover;
  background-position: center;
}
.mktg-overlay .img-side h2 {
  color: rgba(255, 255, 255, 0.9);
  padding: 60px 0;
  text-align: center;
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  background: #1f1f1f;
  clear: both;
}
.footer div.footer-links {
  margin: 30px auto 50px;
  text-align: center;
}
.footer div.footer-links ul.nav li {
  display: block;
}
.footer div.footer-links ul.nav li a {
  color: #fff;
  text-transform: uppercase;
  display: inline;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
}
.footer div.footer-links ul.nav li a:hover {
  color: #eaeaea;
}
.footer div.fs {
  text-align: center;
  position: relative;
}
.footer div.fs img {
  display: block;
  vertical-align: top;
  margin: 20px auto;
}
.footer div.fs a.foot-social div {
  margin: 10px;
  height: 38px;
  width: 38px;
  display: inline-block;
  font-size: 22px;
  background: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background-position: top center;
}
.footer div.fs ul li:not(.foot-form) {
  display: inline;
}
.footer #fsFacebook div {
  background: url(../images/foot_03.png) no-repeat;
}
.footer #fsFacebook div:hover {
  background: url(../images/foot-RO_03.png) no-repeat;
}
.footer #fsTwitter div {
  background: url(../images/foot_05.png) no-repeat;
}
.footer #fsTwitter div:hover {
  background: url(../images/foot-RO_05.png) no-repeat;
}
.footer #fsInstagram div {
  background: url(../images/foot_07.png) no-repeat;
}
.footer #fsInstagram div:hover {
  background: url(../images/foot-RO_07.png) no-repeat;
}
.footer #fsYoutube div {
  background: url(../images/foot_09.png) no-repeat;
}
.footer #fsYoutube div:hover {
  background: url(../images/foot-RO_09.png) no-repeat;
}
.footer form {
  display: inline-block;
  margin-left: 0;
  margin-right: -35px;
}
.footer form input[type="text"] {
  width: 118px;
  padding: 10px 11px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border: 0;
  background: transparent;
  background: #3f3f3f;
  box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
  color: #aaaaaa;
}
.footer form #searchsubmit {
  position: relative;
  right: 40px;
  width: 30px;
  height: 38px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: url(../images/search.jpg) no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.footer .contactinfo-foot {
  margin-top: 80px;
}
.footer .contactinfo-foot ul {
  text-align: center;
}
.footer .contactinfo-foot ul li {
  display: block;
  color: #fff;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 5px;
}
.footer .contactinfo-foot ul li a {
  color: #fff;
}
.footer .contactinfo-foot ul li a:hover {
  color: #999;
}
.footer .legal-foot p {
  text-align: center;
}
.footer .legal-foot p a {
  margin-right: 5px;
}
.footer #newletter-block {
  margin-top: 13px;
}
.footer #newletter-block .wpcf7 {
  position: relative;
  width: 235px;
  margin: 0 auto;
}
.footer #newletter-block .wpcf7 form {
  margin: 0;
}
.footer #newletter-block .wpcf7 form .wpcf7-email,
.footer #newletter-block .wpcf7 form .wpcf7-text {
  font-size: 12px;
  font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  color: #545454;
  padding: 6px;
  text-transform: uppercase;
  background: #fff;
  width: 100%;
  max-width: 140px;
  margin: 5px 0 5px;
  box-shadow: none;
}
.footer #newletter-block .wpcf7 form p {
  position: relative;
  margin: 0;
}
.footer #newletter-block .wpcf7 form p .wpcf7-submit {
  background: #0079c2;
  color: #fff;
  border: none;
  padding: 7px 7px 8px;
  text-transform: uppercase;
  display: inline;
  font-size: 13px;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  .fifty {
    position: relative;
    float: left;
    width: 49.999999993%;
    margin: 0;
    padding: 0;
  }
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  #content #inner-content #manifesto p {
    padding: 0 10%;
  }
  #content #inner-content #manifesto p a {
    margin: 90px auto 0;
  }
  .vol-quote p {
    padding: 0 5%;
    font-size: 35px;
    line-height: 1.5;
  }
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  .fifty.img-bg h4.white-op {
    font-size: 45px;
  }
  .fifty.img-bg h4.section-head {
    top: 34px;
  }
  .fifty.img-bg p,
  .fifty.img-bg p.form-element {
    top: 109px;
    padding: 0 10%;
  }
  .fifty.img-bg p.form-element {
    top: 82px;
  }
  .fifty.img-bg p.form-element.fe-email {
    top: 154px;
  }
  .fifty.img-bg p.form-element {
    z-index: 2;
    text-align: left;
    width: 49.375%;
    margin-left: 25.3125%;
    font-size: 12px;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
    padding: 0;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .gutter-sm-5,
  .gutter-sm-6,
  .gutter-sm-7 {
    position: relative;
    float: left;
    margin: .5%;
  }
  .gutter-sm-5 {
    width: 40.6666%;
  }
  .gutter-sm-6 {
    width: 49%;
  }
  .gutter-sm-7 {
    width: 57.3333%;
  }
  .gutter-sm-7.fst {
    margin-right: 0;
    width: 57.5555%;
  }
  .twentyfive {
    width: 25%;
    box-sizing: border-box;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .fournot-full {
    float: left;
    width: 31.25%;
    margin-right: 1.5625%;
  }
  .fournot-full.fst {
    margin-left: 1.5625%;
  }
  .offsetonecol {
    margin-left: 5.801104972%;
  }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  #container {
    padding: 0;
    width: 100%;
  }
  .wrap {
    max-width: 1170px;
  }
  .bigwrap {
    max-width: 1280px;
  }
  .bigwrap .wrap {
    margin: 0 auto;
  }
  .button.fixed-size {
    width: 150px;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 30px;
    padding: 27px 0 23px;
  }
  a.button.fixed-size.twoline {
    position: relative;
    padding: 18px 0 17px;
    top: 6px;
  }
  .twentyfive {
    position: relative;
    float: left;
    width: 24.999999993%;
    margin: 0;
    padding: 0;
  }
  .thirtythree {
    position: relative;
    float: left;
    width: 33.33333332%;
    margin: 0;
    padding: 0;
  }
  .center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /*********************
HEADER STYLES
*********************/
  /*********************
CONTENT STYLES
*********************/
  #content #inner-content {
    overflow: hidden;
    padding-bottom: 100px;
  }
  #content #inner-content #manifesto {
    height: 704px;
    background: url(../images/1_08.jpg) no-repeat bottom center;
    text-align: center;
  }
  #content #inner-content #manifesto p {
    top: 70px;
    padding: 0 10%;
    font-size: 36px;
    line-height: 52px;
  }
  #content #inner-content #manifesto p span.blue {
    color: #0079c2;
  }
  #content #inner-content #manifesto p a {
    display: block;
    position: relative;
    margin: 80px auto 0;
  }
  #content #inner-content .section .hayoli {
    border: 0;
  }
  #content #inner-content .section .hayoli-img {
    margin-top: 74px;
    display: block;
  }
  #content #inner-content .section .hayoli.absolute p.clear-white-text {
    display: none;
  }
  #content #inner-content .section .hayoli.absolute a {
    position: absolute;
    top: 66%;
    left: 50%;
    margin-left: -75px;
  }
  #content #inner-content .section .social-home {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
  }
  #content #inner-content .section .social-home-sm {
    display: none;
  }
  #content #inner-content .section .progs {
    height: 200px;
    margin-top: 50px;
    text-align: center;
  }
  #content #inner-content .section .progs a.button {
    margin: 18px 0 18px;
  }
  #content #inner-content .section .progs:hover a.button {
    background-size: 45px 45px;
  }
  .board-text h5 {
    font-size: 18px;
    margin: 0 0 30px;
    text-transform: none;
    line-height: 15px;
  }
  .board-text div p {
    font-size: 14px;
    margin: 0 0 30px;
  }
  .board-sep {
    margin-bottom: 130px;
  }
  .blog-body {
    padding: 34px 0 0;
  }
  .blog-body .eightcol {
    float: right;
  }
  .blog-body .eightcol article {
    padding-right: 30px;
  }
  .blog-body .fourcol {
    float: left;
  }
  .blog-body .fourcol div {
    margin-left: 30px;
  }
  .blog-body .fourcol div.fs div {
    margin-left: 0;
  }
  .blog-body .fourcol hr {
    margin-left: 30px;
  }
  .blog-body .fourcol .widget_archive option {
    font-size: 12px;
  }
  .blog-body .fourcol select,
  .blog-body .fourcol .customSelect {
    max-width: 175px;
  }
  .entry-product {
    padding: 40px 5%;
  }
  table.wpcocart thead tr th {
    padding-left: 20px;
  }
  table.wpcocart tbody tr td {
    padding: 10px 0 10px 20px;
  }
  table.wpcocart tbody tr td table tbody tr th {
    padding-right: 10px;
  }
  table.wpcocart tbody tr.total td {
    padding-left: 20px;
  }
  .og-expander {
    overflow: hidden;
  }
  .event-list-header {
    display: block;
    background: #aaaaaa;
  }
  .event-list-header div div p {
    color: #fff;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 100%;
    margin: 24px 0;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  }
  .event-list-item {
    background: #f1f1f1;
    padding: 30px 0;
  }
  .event-list-item div div {
    display: table-cell;
    vertical-align: middle;
  }
  .event-list-item div div div.inner p {
    font-size: 18px;
    padding: 0;
    line-height: 1.2;
    margin: 0;
  }
  .event-list-item div div div.inner p .mobile-only-event {
    display: none;
  }
  .event-list-item div div div.inner p.detail {
    font-size: 16px;
    color: #666666;
  }
  .event-list-item div div div.inner .event-size {
    margin: 0;
  }
  .prog-quote p {
    padding: 0 5%;
    font-size: 42px;
    line-height: 1.5;
  }
  .get-involved-landing a img {
    float: left;
    width: 33.28125%;
    margin: 0 .078125% 1px 0;
  }
  .get-involved-landing a img.last {
    margin-right: 0;
  }
  .donate-body .push {
    margin-right: 11%;
  }
  .fifty.img-bg {
    width: 49.9999999993%;
  }
  .fifty.img-bg h4.white-op {
    font-size: 36px;
  }
  .fifty.img-bg h4.section-head {
    top: 11px;
    padding: 0 0 10px;
  }
  .fifty.img-bg p,
  .fifty.img-bg p.form-element {
    top: 67px;
    padding: 0 3%;
  }
  .fifty.img-bg p.form-element {
    top: 52px;
  }
  .fifty.img-bg p.form-element.fe-email {
    top: 111px;
  }
  .fifty.img-bg .button {
    margin: 0 0 20px -75px;
  }
  .fifty.img-bg p.form-element {
    z-index: 2;
    text-align: left;
    width: 49.375%;
    margin-left: 25.3125%;
    font-size: 12px;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
    padding: 0;
  }
  body.page-id-7734 #content #inner-content {
    padding-bottom: 0px;
  }
  .infoBox {
    padding: 15px;
    width: 620px;
  }
  .infoBox .trib-image {
    max-width: 100%;
    padding: 15px 0;
  }
  .programs .infoBox {
    width: 260px;
  }
  .trib-content {
    margin: 0;
  }
  .trib-content .white-button {
    width: 46%;
    margin: 0 0 0 4%;
  }
  .olip-logo {
    max-width: 30%;
  }
  .olip-stats p {
    font-size: 40px;
  }
  .FADV,
  .FADVans {
    padding: 60px 10px 60px;
    background-size: cover;
    background-position: top right;
  }
  .FADV img,
  .FADVans img {
    margin: 0 0 30px;
  }
  .FADV h2,
  .FADVans h2 {
    color: #fff;
    text-align: left;
    font-size: 90px;
    max-width: 700px;
    margin-bottom: 0;
  }
  .FADV h4,
  .FADVans h4 {
    color: #6FDAF4;
    font-family: "TradeGothicLTPro", Helvetica, Arial, sans-serif;
    text-align: left;
    max-width: 700px;
    font-size: 26px;
    margin-bottom: 14px;
  }
  .FADV .qs input,
  .FADVans .qs input {
    position: absolute;
    opacity: 0;
    left: -300em;
  }
  .FADV .qs label,
  .FADVans .qs label {
    background: #545261;
    display: block;
    float: left;
    width: 30%;
    padding: 20px 0;
    color: #fff;
    font-style: italic;
    text-align: center;
    margin: 10px 20px 0 0;
  }
  .FADV .qs label:hover,
  .FADVans .qs label:hover {
    background: #6FDAF4;
  }
  .FADV .q2,
  .FADVans .q2,
  .FADV .q3,
  .FADVans .q3 {
    display: none;
  }
  .FADVans h4 .loc {
    color: #fff;
    margin-right: 30px;
    display: inline;
    font-size: 30px;
  }
  .FADVans h4 .fd {
    color: #6FDAF4;
  }
  .FADVans .one,
  .FADVans .two,
  .FADVans .three {
    color: #fff;
    font-style: italic;
    margin: 0;
    font-size: 20px;
    text-align: left;
  }
  .FADVans .one {
    margin-top: 30px;
  }
  .FADVans .return {
    margin-top: 30px;
    text-align: left;
  }
  .FADVans .return a {
    color: #fff;
  }
  .don-hero .content {
    padding: 100px 0 100px;
  }
  .don-hero .content h1 {
    color: #fff;
    font-size: 70px;
  }
  .don-hero .content .buttons a {
    margin: 0 10px;
  }
  .don-hero .curr {
    text-align: left;
    padding: 50px 20px 30px;
    box-sizing: border-box;
    text-align: center;
  }
  .don-hero .curr img {
    max-width: 100%;
  }
  .don-hero .curr p {
    font-size: 20px;
    text-align: left;
  }
  .don-hero .currH-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
  }
  .don-content.desc {
    padding: 60px 0;
  }
  .don-types {
    padding: 50px;
    box-sizing: border-box;
  }
  .donation-type {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .donation-type p {
    margin-bottom: 20px;
  }
  .level-list {
    padding: 30px 10px 0;
  }
  .level-detail {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .level-detail .amount {
    font-size: 45px;
  }
  .level-detail .description {
    padding-top: 10px;
  }
  ul.donors li {
    width: 33.3333%;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
Marketing Overlay
*********************/
  .mktg-overlay {
    padding: 20px;
    box-sizing: border-box;
  }
  .mktg-overlay .close {
    top: -23px;
    height: 19px;
    width: 19px;
  }
  .mktg-overlay .close:after {
    font-size: 28px;
  }
  .mktg-overlay .content-area {
    background: #fff;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 900px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .mktg-overlay .halvsies {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .mktg-overlay .halvsies .fimg {
    margin-top: 30px;
  }
  .mktg-overlay .halvsies .button {
    margin-bottom: 30px;
  }
  .mktg-overlay .img-side {
    height: 100%;
  }
  .mktg-overlay .img-side h2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
  }
  /*********************
FOOTER STYLES
*********************/
  .footer {
    background: #1f1f1f;
    clear: both;
  }
  .footer div.footer-links {
    margin: 30px auto 50px;
    text-align: center;
  }
  .footer div.footer-links ul.nav li {
    display: inline;
  }
  .footer div.footer-links ul.nav li a {
    color: #fff;
    text-transform: uppercase;
    display: inline;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  }
  .footer div.footer-links ul.nav li a:hover {
    color: #eaeaea;
  }
  .footer div.fs {
    text-align: center;
    position: relative;
  }
  .footer div.fs ul li {
    display: inline-block !important;
    width: 58px;
    height: 58px;
  }
  .footer div.fs ul li a {
    display: block;
    width: 58px;
    height: 58px;
  }
  .footer div.fs ul li a div {
    margin: 10px;
    height: 38px;
    width: 38px;
    display: block;
    font-size: 22px;
    background: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    background-position: top center;
  }
  .footer div.fs ul li #fsFacebook div {
    background: url(../images/foot_03.png) no-repeat;
  }
  .footer div.fs ul li #fsFacebook div:hover {
    background: url(../images/foot-RO_03.png) no-repeat;
  }
  .footer div.fs ul li #fsTwitter div {
    background: url(../images/foot_05.png) no-repeat;
  }
  .footer div.fs ul li #fsTwitter div:hover {
    background: url(../images/foot-RO_05.png) no-repeat;
  }
  .footer div.fs ul li #fsInstagram div {
    background: url(../images/foot_07.png) no-repeat;
  }
  .footer div.fs ul li #fsInstagram div:hover {
    background: url(../images/foot-RO_07.png) no-repeat;
  }
  .footer div.fs ul li #fsYoutube div {
    background: url(../images/foot_09.png) no-repeat;
  }
  .footer div.fs ul li #fsYoutube div:hover {
    background: url(../images/foot-RO_09.png) no-repeat;
  }
  .footer div.fs ul li.foot-form {
    top: -24px;
    width: 140px;
    margin-left: 12px;
    position: relative;
  }
  .footer div.fs ul li.foot-form form {
    position: relative;
    display: block;
    margin: 0;
  }
  .footer div.fs ul li.foot-form form input[type="text"] {
    width: 118px;
    padding: 10px 11px;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    background: transparent;
    background: #3f3f3f;
    box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #aaaaaa;
  }
  .footer div.fs ul li.foot-form form #searchsubmit {
    position: absolute;
    right: 5px;
    top: 0;
    width: 30px;
    height: 38px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: url(../images/search.jpg) no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .footer .contactinfo-foot {
    margin-top: 40px;
  }
  .footer .contactinfo-foot ul {
    text-align: center;
  }
  .footer .contactinfo-foot ul li {
    display: inline;
    color: #fff;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0 5px;
  }
  .footer .contactinfo-foot ul li a {
    color: #fff;
  }
  .footer .contactinfo-foot ul li a:hover {
    color: #999;
  }
  .footer .legal-foot p {
    text-align: center;
  }
  .footer .legal-foot p a {
    margin-right: 5px;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  body {
    background: #f1f1f1;
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .header {
    background: url(../images/home-header-bg.jpg) no-repeat top center;
    height: 100px;
  }
  .header .headslider {
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1600px;
    margin: 0 0 0 -800px;
  }
  .header .headslider ul {
    margin-top: 0;
  }
  .header #inner-header div.top {
    position: absolute;
    display: inline-block;
    background: transparent;
  }
  .header #inner-header div.top a#logo div {
    background: url('../images/fd-logo.png?v=3') no-repeat;
    width: 165px;
    height: 81px;
    margin: 9px 0;
    float: left;
    display: inline-block;
  }
  .header #inner-header a#menu-m {
    display: none;
  }
  .header #inner-header nav {
    float: right;
    display: inline-block;
  }
  .header #inner-header nav div.quicks {
    float: left;
    display: inline-block;
  }
  .header #inner-header nav div.quicks.mobile-only {
    display: none;
  }
  .header #inner-header nav div.quicks a.button {
    display: block;
    clear: both;
    margin: 10px 0 0 46px;
    background: #fff;
    color: #0079c2;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .header #inner-header nav div.quicks a.button:hover,
  .header #inner-header nav div.quicks a.button:focus {
    color: #fff;
    background: #ccc;
  }
  .header #inner-header nav div.quicks a.blue-button {
    color: #fff;
    background: #0079c2;
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .header #inner-header nav div.quicks a.blue-button:hover,
  .header #inner-header nav div.quicks a.blue-button:focus {
    background: #ccc;
    color: #0079c2;
  }
  .header #inner-header nav .nav {
    float: left;
    display: inline-block;
  }
  .page-id-6 .header {
    height: 345px;
  }
  .header.store-head {
    background: url(../images/store_02.jpg) no-repeat top center;
    height: 100px;
  }
  .header.store-head #inner-header div.top a#logo.logo-store div {
    background: url(../images/store-logo_05.png) no-repeat;
    width: 198px;
    height: 32px;
    margin: 24px 0 0;
    float: left;
    display: inline-block;
  }
  .page-id-18 .header.store-head {
    height: 379px;
  }
  .header.blog-head {
    height: 439px;
    background: url(../images/blog_02.jpg) no-repeat top center;
  }
  .header.blog-head #inner-header div.top a#logo.logo-blog div {
    background: url(../images/blog-logo_06.png) no-repeat;
    width: 177px;
    height: 32px;
    margin: 24px 0 0;
    float: left;
    display: inline-block;
  }
  .nav {
    background: transparent;
    border: 0;
    margin: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav li {
    float: left;
    position: relative;
    /*
		plan your menus and drop-downs wisely.
		*/
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    color: #fff;
    background: transparent;
    padding: 38px 20px;
    /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/
  }
  .nav li:hover a {
    background: #ffffff;
    color: #0079c2;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: none;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #dad9d7;
    background: #f1f1f1;
    color: #535353;
    padding: 10px;
    font-size: 14px;
  }
  .nav li ul.sub-menu li a:hover,
  .nav li ul.children li a:hover,
  .nav li ul.sub-menu li a:focus,
  .nav li ul.children li a:focus {
    background: #ffffff;
    color: #0079c2;
  }
  .nav li ul.sub-menu li a:before,
  .nav li ul.children li a:before {
    content: "+ ";
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */
  /* STICKY NAV*/
  .sticky {
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 1000;
    display: none;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .sticky #sticky-inner div.top {
    display: inline-block;
    background: transparent;
  }
  .sticky #sticky-inner div.top a#logo div {
    background: url('../images/unnamed.png?v=2') no-repeat;
    background-size: 78px 37px;
    width: 78px;
    height: 37px;
    margin: 5px 0 0 0;
    float: left;
    display: inline-block;
  }
  .sticky #sticky-inner div.stick-nav {
    padding-top: 10px;
    float: right;
    display: inline-block;
  }
  .sticky #sticky-inner div.stick-nav ul {
    margin: 0;
    padding: 0;
  }
  .sticky #sticky-inner div.stick-nav ul li a {
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  }
  .sticky #sticky-inner div.stick-nav ul li.menu-search {
    display: none;
  }
  .sticky #sticky-inner div.stick-nav ul li.menu-item-24 ul li.menu-item-9288 a {
    text-transform: none;
  }
  .sticky #sticky-inner div.stick-nav div.quicks {
    float: left;
    display: inline-block;
  }
  .sticky #sticky-inner div.stick-nav div.quicks a.button {
    display: inline;
    padding: 15px  0 0 20px;
    background: rgba(255, 255, 255, 0.6);
    color: #0079c2;
    background: #fff;
  }
  .sticky #sticky-inner div.stick-nav div.quicks a.button:hover,
  .sticky #sticky-inner div.stick-nav div.quicks a.button:focus {
    color: #0079c2;
    background: #fff;
  }
  .sticky #sticky-inner div.stick-nav .nav {
    float: left;
    display: inline-block;
  }
  /**
 * Search Button
 */
  .nav .menu-search a {
    text-indent: -9999em;
    overflow: hidden;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/search-icon-hi.png);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
  }
  .nav .menu-search a:hover {
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../images/search-icon-hi.png);
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
  }
  .nav .menu-search:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
  }
  .search-overlay form {
    margin: 100px auto;
    max-width: 1100px;
    text-align: center;
    position: relative;
  }
  .search-overlay form .close-search-overlay {
    position: absolute;
    top: 0;
    right: 10%;
    width: 20px;
    height: 20px;
    padding: 8px 0 0 8px;
    cursor: pointer;
  }
  .search-overlay form .close-search-overlay img {
    margin: 0;
  }
  .search-overlay form .close-search-overlay:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .search-overlay form input[type=text] {
    border: none;
    border-bottom: 1px dotted #fff;
    background: transparent;
    padding: 30px 20px 10px;
    width: 60%;
    font-size: 53px;
    color: #fff;
    text-transform: uppercase;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
  }
  .search-overlay form .button {
    background: #0079c2;
    color: #fff;
    padding: 20px 30px 17px;
    border: none;
    line-height: 1;
    vertical-align: top;
    margin-top: 32px;
  }
  #jPanelMenu-menu {
    display: none;
  }
  #content #inner-content #programs,
  #content #inner-content #team-fd,
  #content #inner-content #get-involved {
    position: relative;
  }
  #content #inner-content #programs:hover .hover-state,
  #content #inner-content #team-fd:hover .hover-state,
  #content #inner-content #get-involved:hover .hover-state {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
  }
  #content #inner-content #programs:hover .hover-state p,
  #content #inner-content #team-fd:hover .hover-state p,
  #content #inner-content #get-involved:hover .hover-state p {
    font-size: 18px;
    line-height: 20px;
    color: #575757;
    padding: 0px 10px 5px;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
    margin: 0;
  }
  #content #inner-content #programs:hover .hover-state a.button,
  #content #inner-content #team-fd:hover .hover-state a.button,
  #content #inner-content #get-involved:hover .hover-state a.button {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin: 0 0 5px -55px;
  }
  #content #inner-content #programs:hover .hover-state p {
    padding-top: 15px;
  }
  #content #inner-content #team-fd:hover .hover-state p {
    padding-top: 10px;
  }
  #content #inner-content #get-involved:hover .hover-state p {
    padding-top: 0;
  }
  #content #inner-content #manifesto {
    height: 704px;
    background: url(../images/1_08.jpg) no-repeat bottom center;
    text-align: center;
  }
  #content #inner-content #manifesto p {
    padding: 0 20%;
    font-size: 36px;
    line-height: 52px;
  }
  #content #inner-content #manifesto p span.blue {
    color: #0079c2;
  }
  #content #inner-content #manifesto p a {
    display: block;
    position: relative;
    margin: 90px auto 0;
  }
  #content #inner-content .section h3.section-head {
    margin: 70px 0 46px 0;
  }
  /*li.employee{
	position:relative;
	overflow:hidden;
	.employee-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
		h4{
		position:relative;
		opacity:.9;
		font-size:52px;
		top:35%;
		}
		p{
		position:absolute;
		width:100%;
		bottom:5%;
		}

	}	
}
.bios{
	.employee-bio{
	margin:40px 10%;
		h4{
		
		}
		p{
		
		}
		div.bio{
		
		}
	}
}*/
  .addthis_toolbox a {
    display: block;
    clear: both;
    margin-left: 30px;
  }
  .entry-products {
    margin: 0 30px;
  }
  table.wpcocart thead tr th {
    padding-left: 60px;
  }
  table.wpcocart tbody tr td {
    padding: 10px 0 10px 60px;
  }
  table.wpcocart tbody tr td table tbody tr th {
    padding-right: 10px;
  }
  table.wpcocart tbody tr.total td {
    padding-left: 60px;
  }
  .og-details p {
    font-size: 16px;
  }
  .inlineSection .oneField {
    clear: none;
  }
  .prog-quote p {
    padding: 0 15%;
  }
  .vol-quote p {
    padding: 0 5%;
    font-size: 42px;
    line-height: 1.5;
  }
  .trib-post-social-container {
    float: left;
    margin-top: 30px;
    width: 90%;
  }
  .trib-post-social-container .trib-post-fb-image {
    float: left;
    display: inline-block;
  }
  .trib-post-social-container .trib-post-social-text {
    margin-right: 10px;
    max-width: 205px;
    float: left;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
  }
  .trib-location-container {
    float: right;
    width: 45%;
    margin-top: 0px;
  }
  .trib-location-container .trib-location-fb-image {
    float: right;
  }
  .trib-location-container .social-text-trib-location {
    width: 300px;
    float: right;
    margin-right: 15px;
    text-align: right;
  }
  .fifty.img-bg h4.white-op {
    font-size: 44px;
    margin: -70px auto 0;
  }
  .fifty.img-bg h4.two-ln-txt {
    margin: -100px auto 0;
  }
  .fifty.img-bg h4.section-head {
    top: 40px;
  }
  .fifty.img-bg p,
  .fifty.img-bg p.form-element {
    top: 120px;
    padding: 0 10%;
  }
  .fifty.img-bg p.form-element {
    top: 100px;
  }
  .fifty.img-bg p.form-element.fe-email {
    top: 179px;
  }
  .fifty.img-bg p.form-element {
    z-index: 2;
    text-align: left;
    width: 49.375%;
    margin-left: 25.3125%;
    font-size: 12px;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
    padding: 0;
  }
  .FADV,
  .FADVans {
    padding: 30px 10px 40px;
    background-size: cover;
    background-position: top right;
  }
  .FADV h2,
  .FADVans h2 {
    color: #fff;
    text-align: left;
    font-size: 112px;
    max-width: 700px;
    margin-bottom: 0px;
  }
  .FADV h4,
  .FADVans h4 {
    color: #6FDAF4;
    font-family: "TradeGothicLTPro", Helvetica, Arial, sans-serif;
    text-align: left;
    max-width: 100%;
    font-size: 42px;
    margin-bottom: 20px;
  }
  .FADV h4 .loc,
  .FADVans h4 .loc {
    font-size: 55px;
  }
  .FADV .qs input,
  .FADVans .qs input {
    position: absolute;
    opacity: 0;
    left: -300em;
  }
  .FADV .qs label,
  .FADVans .qs label {
    background: #545261;
    display: block;
    float: left;
    width: 30%;
    max-width: 360px;
    padding: 40px 0;
    color: #fff;
    font-style: italic;
    text-align: center;
    margin: 10px 20px 0 0;
    font-size: 26px;
  }
  .FADV .qs label:hover,
  .FADVans .qs label:hover {
    background: #6FDAF4;
  }
  .FADV .q2,
  .FADVans .q2,
  .FADV .q3,
  .FADVans .q3 {
    display: none;
  }
  .don-hero .content {
    padding: 200px 0;
  }
  .don-hero .content h1 {
    color: #fff;
    font-size: 92px;
  }
  .don-hero .content .buttons a {
    margin: 0 10px;
  }
  .don-hero .curr {
    padding: 50px 20px 30px;
  }
  .don-hero .curr p {
    font-size: 30px;
  }
  .level-detail .amount {
    font-size: 60px;
  }
  ul.donors li {
    width: 25%;
  }
  .mktg-overlay .close {
    top: 0px;
    right: -23px;
    height: 17px;
    width: 18px;
  }
  .footer {
    background: #1f1f1f;
    clear: both;
  }
  .footer div.footer-links {
    text-align: center;
  }
  .footer div.footer-links ul.nav li {
    float: none;
  }
  .footer div.footer-links ul.nav li a {
    color: #fff;
    text-transform: uppercase;
    display: inline;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
    padding: 10px 20px;
  }
  .footer div.footer-links ul.nav li a:hover {
    color: #eaeaea;
    background: transparent;
  }
}
@media only screen and (min-width: 1140px) {
  #content #inner-content #programs:hover .hover-state p {
    padding-top: 25px;
  }
  #content #inner-content #team-fd:hover .hover-state p {
    padding-top: 20px;
  }
  #content #inner-content #get-involved:hover .hover-state p {
    padding-top: 10px;
  }
  .fifty.img-bg h4.white-op {
    font-size: 60px;
    margin: -115px auto 0;
  }
  .fifty.img-bg h4.two-ln-txt {
    margin: -160px auto 0;
  }
  .fifty.img-bg h4.section-head {
    top: 40px;
  }
  .fifty.img-bg p,
  .fifty.img-bg p.form-element {
    top: 117px;
    padding: 0 10%;
    font-size: 20px;
  }
  .fifty.img-bg p.form-element {
    top: 108px;
  }
  .fifty.img-bg p.form-element.fe-email {
    top: 187px;
  }
  .fifty.img-bg .button {
    margin-bottom: 55px;
  }
  .fifty.img-bg p.form-element {
    z-index: 2;
    text-align: left;
    width: 49.375%;
    margin-left: 25.3125%;
    font-size: 12px;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
    padding: 0;
  }
}
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  #content #inner-content #programs:hover .hover-state p {
    padding-top: 34px;
  }
  #content #inner-content #team-fd:hover .hover-state p {
    padding-top: 29px;
  }
  #content #inner-content #get-involved:hover .hover-state p {
    padding-top: 16px;
  }
  #content #inner-content #programs:hover .hover-state a.button,
  #content #inner-content #team-fd:hover .hover-state a.button,
  #content #inner-content #get-involved:hover .hover-state a.button {
    margin-bottom: 10px;
  }
  .og-grid li {
    width: 24%;
  }
  .fifty.img-bg h4.section-head {
    top: 40px;
  }
  .fifty.img-bg p,
  .fifty.img-bg p.form-element {
    top: 147px;
  }
  .fifty.img-bg p.form-element {
    top: 110px;
  }
  .fifty.img-bg p.form-element.fe-email {
    top: 194px;
  }
  .fifty.img-bg .button {
    margin-bottom: 55px;
  }
  .fifty.img-bg p.form-element {
    z-index: 2;
    text-align: left;
    width: 49.375%;
    margin-left: 25.3125%;
    font-size: 12px;
    font-family: "TradeGothicLTPro-Bold", Helvetica, Arial, sans-serif;
    padding: 0;
  }
}
/*
LARGE VIEWING SIZE
LIL EXTRA FOR THE MONSTER MONITORS
*/
@media only screen and (min-width: 1280px) {
  .header #inner-header nav {
    margin-right: -55px;
  }
}
@media only screen and (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
  body.page-template-page-store-internal-php,
  body.single-product {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  body.page-template-page-store-internal-php table,
  body.single-product table,
  body.page-template-page-store-internal-php thead,
  body.single-product thead,
  body.page-template-page-store-internal-php tbody,
  body.single-product tbody,
  body.page-template-page-store-internal-php th,
  body.single-product th,
  body.page-template-page-store-internal-php td,
  body.single-product td,
  body.page-template-page-store-internal-php tr,
  body.single-product tr {
    display: block;
  }
  body.page-template-page-store-internal-php thead tr,
  body.single-product thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  body.page-template-page-store-internal-php tr,
  body.single-product tr {
    border: 1px solid #ccc;
  }
  body.page-template-page-store-internal-php td,
  body.single-product td {
    /* Behave  like a "row" */
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding-left: 50%;
  }
  body.page-template-page-store-internal-php td table tbody tr,
  body.single-product td table tbody tr {
    border: none;
  }
  body.page-template-page-store-internal-php td table tbody tr td,
  body.single-product td table tbody tr td {
    padding-left: 0;
    border: none;
  }
  body.page-template-page-store-internal-php td table tbody tr th,
  body.single-product td table tbody tr th {
    text-align: left;
  }
  body.page-template-page-store-internal-php td:before,
  body.single-product td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  body.page-template-page-store-internal-php td:nth-of-type(1):before,
  body.single-product td:nth-of-type(1):before {
    content: "PRODUCT";
  }
  body.page-template-page-store-internal-php td:nth-of-type(2):before,
  body.single-product td:nth-of-type(2):before {
    content: "TITLE";
  }
  body.page-template-page-store-internal-php td:nth-of-type(3):before,
  body.single-product td:nth-of-type(3):before {
    content: "OPTIONS";
  }
  body.page-template-page-store-internal-php td:nth-of-type(4):before,
  body.single-product td:nth-of-type(4):before {
    content: "PRICE";
  }
  body.page-template-page-store-internal-php td:nth-of-type(5):before,
  body.single-product td:nth-of-type(5):before {
    content: "QUANTITY";
  }
  body.page-template-page-store-internal-php td:nth-of-type(6):before,
  body.single-product td:nth-of-type(6):before {
    content: "TOTAL";
  }
  body.page-template-page-store-internal-php td:nth-of-type(7):before,
  body.single-product td:nth-of-type(7):before {
    content: "REMOVE?";
  }
  body.page-template-page-store-internal-php td table tbody td:nth-of-type(1):before,
  body.single-product td table tbody td:nth-of-type(1):before {
    content: "";
  }
  body.page-template-page-store-internal-php td table tbody td:nth-of-type(2):before,
  body.single-product td table tbody td:nth-of-type(2):before {
    content: "";
  }
  body.page-template-page-store-internal-php td table tbody td:nth-of-type(3):before,
  body.single-product td table tbody td:nth-of-type(3):before {
    content: "";
  }
  body.page-template-page-store-internal-php td table tbody td:nth-of-type(4):before,
  body.single-product td table tbody td:nth-of-type(4):before {
    content: "";
  }
  body.page-template-page-store-internal-php td table tbody td:nth-of-type(5):before,
  body.single-product td table tbody td:nth-of-type(5):before {
    content: "";
  }
  body.page-template-page-store-internal-php td table tbody td:nth-of-type(6):before,
  body.single-product td table tbody td:nth-of-type(6):before {
    content: "";
  }
  body.page-template-page-store-internal-php td table tbody td:nth-of-type(7):before,
  body.single-product td table tbody td:nth-of-type(7):before {
    content: "";
  }
  body.page-template-page-store-internal-php .wpcoordersummarybox table tbody td:nth-of-type(1):before,
  body.single-product .wpcoordersummarybox table tbody td:nth-of-type(1):before {
    content: "PRODUCT";
  }
  body.page-template-page-store-internal-php .wpcoordersummarybox table tbody td:nth-of-type(2):before,
  body.single-product .wpcoordersummarybox table tbody td:nth-of-type(2):before {
    content: "PRICE";
  }
  body.page-template-page-store-internal-php .wpcoordersummarybox table tbody td:nth-of-type(3):before,
  body.single-product .wpcoordersummarybox table tbody td:nth-of-type(3):before {
    content: "QUANTITY";
  }
  body.page-template-page-store-internal-php .wpcoordersummarybox table tbody td:nth-of-type(4):before,
  body.single-product .wpcoordersummarybox table tbody td:nth-of-type(4):before {
    content: "TOTAL";
  }
  body.page-template-page-store-internal-php tr.total td:nth-of-type(n):before,
  body.single-product tr.total td:nth-of-type(n):before {
    content: "" !important;
  }
  body.page-template-page-store-internal-php tr.total td,
  body.single-product tr.total td {
    text-align: right !important;
    padding-right: 10px !important;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
.magazine-article .first-image {
  width: 50%;
}
