@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}

@font-face {
  font-family: "SSSocialCircle";
  src: url("/css/fonts/ss-social-circle.eot");
  src: url("/css/fonts/ss-social-circle.eot?#iefix") format("embedded-opentype"), url("/css/fonts/ss-social-circle.woff") format("woff"), url("/css/fonts/ss-social-circle.ttf") format("truetype"), url("/css/fonts/ss-social-circle.svg#SSSocialCircle") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

.ss-icon, .ss-icon.ss-social-circle,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after {
  font-family: "SSSocialCircle";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}

.ss-facebook:before, .ss-facebook.right:after {
  content: '';
}

.ss-twitter:before, .ss-twitter.right:after {
  content: '';
}

.ss-linkedin:before, .ss-linkedin.right:after {
  content: '';
}

.ss-googleplus:before, .ss-googleplus.right:after {
  content: '';
}

.ss-appdotnet:before, .ss-appdotnet.right:after {
  content: '';
}

.ss-zerply:before, .ss-zerply.right:after {
  content: '';
}

.ss-reddit:before, .ss-reddit.right:after {
  content: '';
}

.ss-steam:before, .ss-steam.right:after {
  content: '';
}

.ss-tumblr:before, .ss-tumblr.right:after {
  content: '';
}

.ss-wordpress:before, .ss-wordpress.right:after {
  content: '';
}

.ss-blogger:before, .ss-blogger.right:after {
  content: '';
}

.ss-posterous:before, .ss-posterous.right:after {
  content: '';
}

.ss-quora:before, .ss-quora.right:after {
  content: '';
}

.ss-youtube:before, .ss-youtube.right:after {
  content: '';
}

.ss-vimeo:before, .ss-vimeo.right:after {
  content: '';
}

.ss-vine:before, .ss-vine.right:after {
  content: '';
}

.ss-letterboxd:before, .ss-letterboxd.right:after {
  content: '';
}

.ss-flickr:before, .ss-flickr.right:after {
  content: '';
}

.ss-instagram:before, .ss-instagram.right:after {
  content: '';
}

.ss-500px:before, .ss-500px.right:after {
  content: '';
}

.ss-etsy:before, .ss-etsy.right:after {
  content: '';
}

.ss-pinterest:before, .ss-pinterest.right:after {
  content: '';
}

.ss-svpply:before, .ss-svpply.right:after {
  content: '';
}

.ss-readmill:before, .ss-readmill.right:after {
  content: '';
}

.ss-dropbox:before, .ss-dropbox.right:after {
  content: '';
}

.ss-pinboard:before, .ss-pinboard.right:after {
  content: '';
}

.ss-delicious:before, .ss-delicious.right:after {
  content: '';
}

.ss-dribbble:before, .ss-dribbble.right:after {
  content: '';
}

.ss-behance:before, .ss-behance.right:after {
  content: '';
}

.ss-github:before, .ss-github.right:after {
  content: '';
}

.ss-octocat:before, .ss-octocat.right:after {
  content: '';
}

.ss-stackoverflow:before, .ss-stackoverflow.right:after {
  content: '';
}

.ss-paypal:before, .ss-paypal.right:after {
  content: '';
}

.ss-kickstarter:before, .ss-kickstarter.right:after {
  content: '';
}

.ss-foursquare:before, .ss-foursquare.right:after {
  content: '';
}

.ss-yelp:before, .ss-yelp.right:after {
  content: '';
}

.ss-skype:before, .ss-skype.right:after {
  content: '';
}

.ss-rdio:before, .ss-rdio.right:after {
  content: '';
}

.ss-spotify:before, .ss-spotify.right:after {
  content: '';
}

.ss-lastfm:before, .ss-lastfm.right:after {
  content: '';
}

.ss-soundcloud:before, .ss-soundcloud.right:after {
  content: '';
}

.ss-link:before, .ss-link.right:after {
  content: '🔗';
}

.ss-phone:before, .ss-phone.right:after {
  content: '📞';
}

.ss-mail:before, .ss-mail.right:after {
  content: '✉';
}

.ss-like:before, .ss-like.right:after {
  content: '👍';
}

.ss-rss:before, .ss-rss.right:after {
  content: '';
}

.ss-share:before, .ss-share.right:after {
  content: '';
}

.ss-apple:before, .ss-apple.right:after {
  content: '';
}

.ss-microsoft:before, .ss-microsoft.right:after {
  content: '';
}

.ss-windows:before, .ss-windows.right:after {
  content: '';
}

.ss-android:before, .ss-android.right:after {
  content: '';
}

.ss-blackberry:before, .ss-blackberry.right:after {
  content: '';
}

/* Legacy */
.ss-fivehundredpx:before, .ss-fivehundredpx.right:after {
  content: '';
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Custom Mixins
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Variables
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.secondary-color {
  color: #db760e;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #333333;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
}

a:focus {
  outline: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.3333333333%;
  }

  .small-2 {
    position: relative;
    width: 16.6666666667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.3333333333%;
  }

  .small-5 {
    position: relative;
    width: 41.6666666667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.3333333333%;
  }

  .small-8 {
    position: relative;
    width: 66.6666666667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.3333333333%;
  }

  .small-11 {
    position: relative;
    width: 91.6666666667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .large-1 {
    position: relative;
    width: 8.3333333333%;
  }

  .large-2 {
    position: relative;
    width: 16.6666666667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.3333333333%;
  }

  .large-5 {
    position: relative;
    width: 41.6666666667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.3333333333%;
  }

  .large-8 {
    position: relative;
    width: 66.6666666667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.3333333333%;
  }

  .large-11 {
    position: relative;
    width: 91.6666666667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.6666666667%;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .small-push-1 {
    left: inherit;
  }

  .small-pull-1 {
    right: inherit;
  }

  .small-push-2 {
    left: inherit;
  }

  .small-pull-2 {
    right: inherit;
  }

  .small-push-3 {
    left: inherit;
  }

  .small-pull-3 {
    right: inherit;
  }

  .small-push-4 {
    left: inherit;
  }

  .small-pull-4 {
    right: inherit;
  }

  .small-push-5 {
    left: inherit;
  }

  .small-pull-5 {
    right: inherit;
  }

  .small-push-6 {
    left: inherit;
  }

  .small-pull-6 {
    right: inherit;
  }

  .small-push-7 {
    left: inherit;
  }

  .small-pull-7 {
    right: inherit;
  }

  .small-push-8 {
    left: inherit;
  }

  .small-pull-8 {
    right: inherit;
  }

  .small-push-9 {
    left: inherit;
  }

  .small-pull-9 {
    right: inherit;
  }

  .small-push-10 {
    left: inherit;
  }

  .small-pull-10 {
    right: inherit;
  }

  .small-push-11 {
    left: inherit;
  }

  .small-pull-11 {
    right: inherit;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 48em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  .show-for-small {
    display: none !important;
  }

  .hide-for-small {
    display: inherit !important;
  }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 62.5em) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 90em) {
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1;
  }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  [class*="block-grid-"]:after {
    clear: both;
  }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 10px 10px;
  }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 10px 10px;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 10px 10px;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 10px 10px;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 10px 10px;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 10px 10px;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 10px 10px;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 48em) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 10px 10px;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 10px 10px;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 10px 10px;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 10px 10px;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 10px 10px;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 10px 10px;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
p.lead {
  font-size: 1.09375em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: gray;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
a {
  color: #db760e;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #c3690c;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.6;
  margin-bottom: 1.875em;
  text-rendering: optimizeLegibility;
}
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: gray;
  line-height: 0;
}

h1 {
  font-size: 2.125em;
}

h2 {
  font-size: 1.6875em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
ul,
ol,
dl {
  font-size: 0.875em;
  line-height: 1.6;
  margin-bottom: 1.875em;
  list-style-position: outside;
  font-family: inherit;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333333;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.875em;
  padding: 0 1.25em 0 0;
  border-left: none;
}
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #666666;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #666666;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #db760e;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75em;
  }

  h2 {
    font-size: 2.3125em;
  }

  h3 {
    font-size: 1.6875em;
  }

  h4 {
    font-size: 1.4375em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  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;
    /* h5bp.com/t */
  }

  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;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #267774;
  border-color: #1a504e;
  color: #fff;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #1a504e;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #fff;
}
button.secondary, .button.secondary {
  background-color: #db760e;
  border-color: #ab5c0b;
  color: #fff;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #ab5c0b;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #fff;
}
button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #267774;
  border-color: #1a504e;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1a504e;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #267774;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #db760e;
  border-color: #ab5c0b;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #ab5c0b;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #fff;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #db760e;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #457a1a;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #970b0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
}

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
}
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
}
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
}
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
}

@media only screen {
  button, .button {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    transition: background-color 300ms ease-out;
  }
  button:active, .button:active {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  button.radius, .button.radius {
    border-radius: 3px;
  }
  button.round, .button.round {
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 48em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: -0.5em;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button.radius {
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}
span.prefix.radius {
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}
span.postfix.radius {
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #fff;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fcfcfc;
  border-color: #e6e6e6;
  outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fcfcfc;
  border-color: #e6e6e6;
}

.error label,
label.error {
  color: #c60f13;
}

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

/* Custom Checkbox and Radio Inputs */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #ccc;
  background: #fff;
}
form.custom .custom.radio {
  border-radius: 1000px;
}
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  line-height: 0.8;
  height: 14px;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
}
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  background: #222;
  position: relative;
  top: 3px;
  left: 3px;
}
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
}

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */
}
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
}
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
}
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #aaa transparent transparent transparent;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  margin-top: -3px;
}
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #222 transparent transparent transparent;
}
form.custom .custom.dropdown .disabled {
  color: #888;
}
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  box-sizing: content-box;
}
form.custom .custom.dropdown.small {
  max-width: 134px;
}
form.custom .custom.dropdown.medium {
  max-width: 254px;
}
form.custom .custom.dropdown.large {
  max-width: 434px;
}
form.custom .custom.dropdown.expand {
  width: 100% !important;
}
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  box-sizing: border-box;
}
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  box-sizing: border-box;
}
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  box-sizing: border-box;
}
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
}
form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 0.875em;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: #000;
}
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: #000;
}
form.custom .custom.dropdown ul.show {
  display: block;
}
form.custom .custom.disabled {
  background-color: #ddd;
}

/* Button Groups */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}
.button-group > *:first-child {
  margin-left: 0;
}
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
.button-group.even-2 li {
  width: 50%;
}
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
.button-group.even-3 li {
  width: 33.3333333333%;
}
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
.button-group.even-4 li {
  width: 25%;
}
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
.button-group.even-5 li {
  width: 20%;
}
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
.button-group.even-6 li {
  width: 16.6666666667%;
}
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
.button-group.even-7 li {
  width: 14.2857142857%;
}
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
.button-group.even-8 li {
  width: 12.5%;
}
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

.button-bar {
  *zoom: 1;
}
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625em;
}
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em;
}
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}
.dropdown.button:before {
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}
.dropdown.button:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.tiny {
  padding-right: 2.1875em;
}
.dropdown.button.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}
.dropdown.button.tiny:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.small {
  padding-right: 2.8125em;
}
.dropdown.button.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}
.dropdown.button.small:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.large {
  padding-right: 4em;
}
.dropdown.button.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}
.dropdown.button.large:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.secondary:before {
  border-color: #333 transparent transparent transparent;
}

/* Split Buttons */
.split.button {
  position: relative;
  padding-right: 4.8em;
}
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  left: 50%;
}
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
  border-left-color: #133d3b;
}
.split.button span {
  width: 3em;
}
.split.button span:before {
  border-width: 0.5625em;
  top: 1.125em;
  margin-left: -0.5625em;
}
.split.button span:before {
  border-color: #fff transparent transparent transparent;
}
.split.button.secondary span {
  border-left-color: #934f09;
}
.split.button.secondary span:before {
  border-color: #fff transparent transparent transparent;
}
.split.button.alert span {
  border-left-color: #7f0a0c;
}
.split.button.success span {
  border-left-color: #396516;
}
.split.button.tiny {
  padding-right: 3.9375em;
}
.split.button.tiny span {
  width: 2.84375em;
}
.split.button.tiny span:before {
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}
.split.button.small {
  padding-right: 3.9375em;
}
.split.button.small span {
  width: 2.8125em;
}
.split.button.small span:before {
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}
.split.button.large {
  padding-right: 6em;
}
.split.button.large span {
  width: 3.75em;
}
.split.button.large span:before {
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}
.split.button.secondary span:before {
  border-color: #333 transparent transparent transparent;
}
.split.button.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sections */
.section-container, .section-container.auto {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #ccc;
  border-top: none;
}
.section-container > section, .section-container > .section, .section-container.auto > section, .section-container.auto > .section {
  border-top: 1px solid #ccc;
  position: relative;
}
.section-container > section .title, .section-container > .section .title, .section-container.auto > section .title, .section-container.auto > .section .title {
  top: 0;
  cursor: pointer;
  width: 100%;
  margin: 0;
  background-color: #efefef;
}
.section-container > section .title a, .section-container > .section .title a, .section-container.auto > section .title a, .section-container.auto > .section .title a {
  padding: 0.9375em;
  display: inline-block;
  color: #333;
  font-size: 0.875em;
  white-space: nowrap;
  width: 100%;
}
.section-container > section .title:hover, .section-container > .section .title:hover, .section-container.auto > section .title:hover, .section-container.auto > .section .title:hover {
  background-color: #e2e2e2;
}
.section-container > section .content, .section-container > .section .content, .section-container.auto > section .content, .section-container.auto > .section .content {
  display: none;
  padding: 0.9375em;
  background-color: #fff;
}
.section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
  margin-bottom: 0;
}
.section-container > section .content > *:first-child, .section-container > .section .content > *:first-child, .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
  padding-top: 0;
}
.section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
  padding-bottom: 0;
}
.section-container > section.active .content, .section-container > .section.active .content, .section-container.auto > section.active .content, .section-container.auto > .section.active .content {
  display: block;
}
.section-container > section.active .title, .section-container > .section.active .title, .section-container.auto > section.active .title, .section-container.auto > .section.active .title {
  background: #d6d6d6;
}

.section-container.tabs {
  border: 0;
  position: relative;
}
.section-container.tabs > section, .section-container.tabs > .section {
  padding-top: 0;
  border: 0;
  position: static;
}
.section-container.tabs > section .title, .section-container.tabs > .section .title {
  width: auto;
  border: 1px solid #ccc;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  z-index: 1;
}
.section-container.tabs > section .title a, .section-container.tabs > .section .title a {
  width: 100%;
}
.section-container.tabs > section:last-child .title, .section-container.tabs > .section:last-child .title {
  border-right: 1px solid #ccc;
}
.section-container.tabs > section .content, .section-container.tabs > .section .content {
  border: 1px solid #ccc;
  position: absolute;
  z-index: 10;
  top: -1px;
}
.section-container.tabs > section.active .title, .section-container.tabs > .section.active .title {
  background-color: #fff;
  z-index: 11;
  border-bottom: 0;
}
.section-container.tabs > section.active .content, .section-container.tabs > .section.active .content {
  position: relative;
}

@media only screen and (min-width: 48em) {
  .section-container.auto {
    border: 0;
    position: relative;
  }
  .section-container.auto > section, .section-container.auto > .section {
    padding-top: 0;
    border: 0;
    position: static;
  }
  .section-container.auto > section .title, .section-container.auto > .section .title {
    width: auto;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    z-index: 1;
  }
  .section-container.auto > section .title a, .section-container.auto > .section .title a {
    width: 100%;
  }
  .section-container.auto > section:last-child .title, .section-container.auto > .section:last-child .title {
    border-right: 1px solid #ccc;
  }
  .section-container.auto > section .content, .section-container.auto > .section .content {
    border: 1px solid #ccc;
    position: absolute;
    z-index: 10;
    top: -1px;
  }
  .section-container.auto > section.active .title, .section-container.auto > .section.active .title {
    background-color: #fff;
    z-index: 11;
    border-bottom: 0;
  }
  .section-container.auto > section.active .content, .section-container.auto > .section.active .content {
    position: relative;
  }

  .section-container.accordion .section {
    padding-top: 0 !important;
  }

  .section-container.vertical-tabs {
    border: 1px solid #ccc;
    position: relative;
  }
  .section-container.vertical-tabs section,
  .section-container.vertical-tabs .section {
    padding-top: 0 !important;
    border: 0;
    position: static;
    background-color: #efefef;
  }
  .section-container.vertical-tabs section .title,
  .section-container.vertical-tabs .section .title {
    position: absolute;
    border-top: 1px solid #ccc;
    width: 12.5em;
  }
  .section-container.vertical-tabs section:first-child .title,
  .section-container.vertical-tabs .section:first-child .title {
    border-top: 0;
  }
  .section-container.vertical-tabs section .content,
  .section-container.vertical-tabs .section .content {
    display: block;
    position: relative;
    left: 12.5em;
    border-left: 1px solid #ccc;
    z-index: 10;
  }
  .section-container.vertical-tabs section.active .title,
  .section-container.vertical-tabs .section.active .title {
    background-color: #fff;
    width: 12.625em;
    border-right: 0;
    z-index: 11;
  }
  .section-container.vertical-tabs section.active:last-child .title,
  .section-container.vertical-tabs .section.active:last-child .title {
    border-bottom: 1px solid #ccc;
  }

  .section-container.vertical-nav {
    border: 1px solid #ccc;
    border-top: none;
  }
  .section-container.vertical-nav > section, .section-container.vertical-nav > .section {
    padding-top: 0 !important;
  }
  .section-container.vertical-nav > section .title a, .section-container.vertical-nav > .section .title a {
    display: block;
    width: 100%;
  }
  .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
    display: none;
  }
  .section-container.vertical-nav > section.active .content, .section-container.vertical-nav > .section.active .content {
    display: block;
    position: absolute;
    left: 100%;
    top: -1px;
    z-index: 999;
    min-width: 12.5em;
    border: 1px solid #ccc;
  }

  .section-container.horizontal-nav {
    position: relative;
    background: #efefef;
    border: 1px solid #ccc;
  }
  .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section {
    padding-top: 0;
    border: 0;
    position: static;
  }
  .section-container.horizontal-nav > section .title, .section-container.horizontal-nav > .section .title {
    width: auto;
    border: 1px solid #ccc;
    border-left: 0;
    top: -1px;
    position: absolute;
    z-index: 1;
  }
  .section-container.horizontal-nav > section .title a, .section-container.horizontal-nav > .section .title a {
    width: 100%;
  }
  .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
    display: none;
  }
  .section-container.horizontal-nav > section.active .content, .section-container.horizontal-nav > .section.active .content {
    display: block;
    position: absolute;
    z-index: 999;
    left: 0;
    top: -2px;
    min-width: 12.5em;
    border: 1px solid #ccc;
  }
}
/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: rgba(255, 255, 255, 0);
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.top-bar {
  overflow: hidden;
  height: 81px;
  line-height: 81px;
  position: relative;
  background: rgba(255, 255, 255, 0);
  margin-bottom: 1.875em;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: 2.45em;
}
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
.top-bar .title-area {
  position: relative;
}
.top-bar .name {
  height: 81px;
  margin: 0;
  font-size: 16px;
}
.top-bar .name h1 {
  line-height: 81px;
  font-size: 1.0625em;
  margin: 0;
}
.top-bar .name h1 a {
  font-weight: bold;
  color: #333333;
  width: 50%;
  display: block;
  padding: 0 27px;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #333333;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 27px;
  height: 81px;
  line-height: 81px;
}
.top-bar .toggle-topbar.menu-icon {
  right: 27px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #333333;
}
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  box-shadow: 0 10px 0 1px #333333, 0 16px 0 1px #333333, 0 22px 0 1px #333333;
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: rgba(255, 255, 255, 0);
}
.top-bar.expanded .toggle-topbar a {
  color: #888;
}
.top-bar.expanded .toggle-topbar a span {
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  font-size: 16px;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px white;
  border-top: solid 1px #e6e6e6;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  padding: 12px 0 12px 0;
  padding-left: 27px;
  font-size: 1.5em;
  font-weight: normal;
  background: #fff;
  height: 63px;
}
@media only screen and (min-width: 62.5em) {
  .top-bar-section ul li > a {
    height: 81px;
  }
}
.top-bar-section ul li > a:hover {
  background: #f7f7f7;
}
.top-bar-section ul li > a.button {
  background: #267774;
  font-size: 1.5em;
}
.top-bar-section ul li > a.button:hover {
  background: #1a504e;
}
.top-bar-section ul li > a.button.secondary {
  background: #db760e;
}
.top-bar-section ul li > a.button.secondary:hover {
  background: #ab5c0b;
}
.top-bar-section ul li > a.button.success {
  background: #5da423;
}
.top-bar-section ul li > a.button.success:hover {
  background: #457a1a;
}
.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}
.top-bar-section ul li > a.button.alert:hover {
  background: #970b0e;
}
.top-bar-section ul li.nav-btn > a {
  background: #db760e;
  border-radius: 5px;
  line-height: 41px;
  height: 41px;
  margin-top: 20px;
  color: #fff;
}
.top-bar-section ul li.nav-btn > a:hover {
  background: #267774 !important;
}
@media screen and (max-width: 62.5em) {
  .top-bar-section ul li.nav-btn > a {
    color: #db760e;
    background: #fff;
    margin-top: 0;
    height: 63px;
  }
  .top-bar-section ul li.nav-btn > a:hover {
    background: #fff !important;
    color: #267774;
  }
}
.top-bar-section ul li.nav-btn.active > a {
  background: #267774 !important;
}
.top-bar-section ul li.active > a {
  background: #f7f7f7;
}
.top-bar-section .has-form {
  padding: 27px;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent transparent #267774;
  margin-right: 27px;
  margin-top: -4.5px;
  position: absolute;
  top: 22px;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}
.top-bar-section .dropdown li {
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 27px;
}
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
.top-bar-section .dropdown li.title h5 a {
  color: #333333;
  line-height: 40.5px;
  display: block;
}
.top-bar-section .dropdown label {
  padding: 8px 27px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 0.625em;
}

.top-bar-js-breakpoint {
  width: 62.5em !important;
  visibility: hidden;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 62.5em) {
  .top-bar {
    background: rgba(255, 255, 255, 0);
    *zoom: 1;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  .top-bar.expanded {
    background: rgba(255, 255, 255, 0);
  }

  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 1.875em;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li a:not(.button) {
    padding: 0 27px;
    line-height: 81px;
    background: rgba(255, 255, 255, 0);
  }
  .top-bar-section li a:not(.button):hover {
    background: white;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #267774 transparent transparent transparent;
    margin-top: -2.5px;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }
  .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
    visibility: visible;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    margin-top: -7px;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 27px;
    background: rgba(255, 255, 255, 0);
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: rgba(255, 255, 255, 0);
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px rgba(255, 255, 255, 0);
    border-left: solid 1px rgba(230, 230, 230, 0);
    clear: none;
    height: 81px;
    width: 0px;
  }
  .top-bar-section .has-form {
    background: rgba(255, 255, 255, 0);
    padding: 0 27px;
    height: 81px;
  }
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
}
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.orbit-container .orbit-slides-container img {
  display: block;
}
.orbit-container .orbit-slides-container > * {
  position: relative;
  float: left;
  height: 100%;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
.orbit-container .orbit-slides-container > * .orbit-caption * {
  color: #fff;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: solid 8px;
  border-color: transparent transparent transparent #000;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: solid 16px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-color: transparent;
  border-right-color: #fff;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
.orbit-bullets li {
  display: block;
  width: 18px;
  height: 18px;
  background: #999;
  float: left;
  margin-right: 6px;
  border: solid 2px #999;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #222;
  border: solid 2px #222;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 48em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  background-color: #fff;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.25em;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 48em) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  .reveal-modal.small {
    margin-left: -15%;
    width: 30%;
  }
  .reveal-modal.medium {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.large {
    margin-left: -30%;
    width: 60%;
  }
  .reveal-modal.xlarge {
    margin-left: -35%;
    width: 70%;
  }
  .reveal-modal.expand {
    margin-left: -47.5%;
    width: 95%;
  }
}
/* Foundation Joyride */
.joyride-list {
  display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em;
}
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
}
.joyride-tip-guide .joyride-nub.top {
  border-color: black;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-color: black !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
}
.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}

.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666;
}

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: .5 !important;
}
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0px 0px 15px #ffffff;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: black !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -28px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: black !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
  }
}
/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
}
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
[data-clearing]:after {
  clear: both;
}

.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none;
}
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

@media only screen and (min-width: 48em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }

  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #fff;
  }

  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #fff;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5;
  }

  .clearing-feature ~ li {
    display: none;
  }

  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #267774;
  border-color: #1a504e;
  color: #fff;
}
.alert-box .close {
  font-size: 1.375em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.4375em;
  right: 0.3125em;
  color: #333;
  opacity: 0.3;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 3px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
}
.alert-box.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}
.alert-box.secondary {
  background-color: #db760e;
  border-color: #ab5c0b;
  color: #fff;
}

/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f08313;
  border-color: #c3690c;
  border-radius: 3px;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
  color: #267774;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #267774;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #333;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999;
}
.breadcrumbs > *.unavailable a {
  color: #999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}
.breadcrumbs > *:before {
  content: "/";
  color: #aaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Keystroke Characters */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.9375em;
  padding: 0.125em 0.25em 0em;
  border-radius: 3px;
}

/* Labels */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #267774;
  color: #fff;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #c60f13;
  color: #fff;
}
.label.success {
  background-color: #5da423;
  color: #fff;
}
.label.secondary {
  background-color: #db760e;
  color: #fff;
}

/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
.inline-list > li > * {
  display: block;
}

/* Pagination */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
.pagination li {
  display: block;
  float: left;
  height: 1.5em;
  color: #222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999;
}
.pagination li:hover a,
.pagination li a:focus {
  background: #e6e6e6;
}
.pagination li.unavailable a {
  cursor: default;
  color: #999;
}
.pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
  background: transparent;
}
.pagination li.current a {
  background: #267774;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
.pagination li.current a:hover, .pagination li.current a:focus {
  background: #267774;
}

.pagination-centered {
  text-align: center;
}
.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #1a504e;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #267774;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #fff;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.radius {
  border-radius: 3px;
}

/* Pricing Tables */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25em;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: #ddd;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 1em;
}
.pricing-table .price {
  background-color: #eee;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 1.25em;
}
.pricing-table .description {
  background-color: #fff;
  padding: 0.9375em;
  text-align: center;
  color: #777;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #ddd;
}
.pricing-table .bullet-item {
  background-color: #fff;
  padding: 0.9375em;
  text-align: center;
  color: #333;
  font-size: 0.875em;
  font-weight: normal;
  border-bottom: dotted 1px #ddd;
}
.pricing-table .cta-button {
  background-color: #f5f5f5;
  text-align: center;
  padding: 1.25em 1.25em 0;
}

/* Progress Bar */
.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #cccccc;
  padding: 0.125em;
  margin-bottom: 0.625em;
}
.progress .meter {
  background: #267774;
  height: 100%;
  display: block;
}
.progress.secondary .meter {
  background: #db760e;
  height: 100%;
  display: block;
}
.progress.success .meter {
  background: #5da423;
  height: 100%;
  display: block;
}
.progress.alert .meter {
  background: #c60f13;
  height: 100%;
  display: block;
}
.progress.radius {
  border-radius: 3px;
}
.progress.radius .meter {
  border-radius: 2px;
}
.progress.round {
  border-radius: 1000px;
}
.progress.round .meter {
  border-radius: 999px;
}

/* Side Nav */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}
.side-nav li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}
.side-nav li a {
  display: block;
  color: #267774;
}
.side-nav li.active a {
  color: #4d4d4d;
  font-weight: bold;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

/* Side Nav */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em;
}
.sub-nav dt,
.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 0.875em;
}
.sub-nav dt a,
.sub-nav dd a {
  color: #999;
  text-decoration: none;
}
.sub-nav dt.active a,
.sub-nav dd.active a {
  border-radius: 1000px;
  font-weight: bold;
  background: #267774;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: #fff;
}

/* Foundation Switches */
@media only screen {
  div.switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: #fff;
    border-color: #cccccc;
  }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    transition: all 0.1s ease-out;
  }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  div.switch > span {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    transition: all 0.1s ease-out;
  }
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  div.switch input:checked {
    display: none !important;
  }
  div.switch input {
    left: 0;
    display: block !important;
  }
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%;
  }
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  div.switch span.custom {
    display: none !important;
  }
  div.switch label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  div.switch input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -2.1875em;
  }
  div.switch > span {
    width: 2.25em;
    height: 2.25em;
  }
  div.switch > span {
    border-color: #b3b3b3;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
  }
  div.switch:hover > span, div.switch:focus > span {
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  }
  div.switch:active {
    background: transparent;
  }
  div.switch.large {
    height: 44px;
  }
  div.switch.large label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 1.0625em;
  }
  div.switch.large input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -2.6875em;
  }
  div.switch.large > span {
    width: 2.75em;
    height: 2.75em;
  }
  div.switch.small {
    height: 28px;
  }
  div.switch.small label {
    padding: 0 0.375em;
    line-height: 2.1em;
    font-size: 0.75em;
  }
  div.switch.small input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -1.6875em;
  }
  div.switch.small > span {
    width: 1.75em;
    height: 1.75em;
  }
  div.switch.tiny {
    height: 22px;
  }
  div.switch.tiny label {
    padding: 0 0.375em;
    line-height: 1.9em;
    font-size: 0.6875em;
  }
  div.switch.tiny input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -1.3125em;
  }
  div.switch.tiny > span {
    width: 1.375em;
    height: 1.375em;
  }
  div.switch.radius {
    border-radius: 4px;
  }
  div.switch.radius > span {
    border-radius: 3px;
  }
  div.switch.round {
    border-radius: 1000px;
  }
  div.switch.round > span {
    border-radius: 999px;
  }
  div.switch.round label {
    padding: 0 0.5625em;
  }
}
[data-magellan-expedition] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

/* Tables */
table {
  background: #fff;
  margin-bottom: 1.25em;
  border: solid 1px #ddd;
}
table thead,
table tfoot {
  background: #f5f5f5;
  font-weight: bold;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #222;
  text-align: left;
}
table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(38, 119, 116, 0.5);
}
.th.radius {
  border-radius: 3px;
}

a.th {
  display: block;
}

/* Tooltips */
.has-tip {
  border-bottom: none;
  cursor: help;
  font-weight: normal;
  color: #333;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: none;
  color: #267774;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #db760e;
  border-radius: 0;
}
.tooltip > .nub {
  display: block;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 0;
  border-color: transparent transparent #db760e transparent;
  top: 0;
}
.tooltip.opened {
  color: #267774 !important;
  border-bottom: none !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888;
  font-weight: normal;
}

@media only screen and (min-width: 48em) {
  .tooltip > .nub {
    border-color: transparent transparent #db760e transparent;
    top: 0;
  }
  .tooltip.tip-top > .nub {
    border-color: #db760e transparent transparent transparent;
    top: auto;
    bottom: 0;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #db760e;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: 0;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #db760e transparent transparent;
    right: auto;
    left: 0;
    top: 50%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown *:first-child {
  margin-top: 0;
}
.f-dropdown *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: transparent transparent #cccccc transparent;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown li {
  font-size: 0.875em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
.f-dropdown li a {
  display: block;
  padding: 0.3125em 0.625em;
  color: #555;
}
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}
.f-dropdown.content *:first-child {
  margin-top: 0;
}
.f-dropdown.content *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Buttons
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a.read-more,
a.show-all,
a.back,
.post-previous a,
.post-next a {
  font-size: 1.375em;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  background: url(/img/icons/go-forward.png) no-repeat left center;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}

a.show-all {
  background: url(/img/icons/show-all.png) no-repeat left center;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}

a.back {
  background: url(/img/icons/go-back.png) no-repeat left center;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
  margin: 20px 0 10px;
}

.post-previous a {
  background: url(/img/icons/go-back.png) no-repeat left center;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}

button, .button {
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #db760e;
  font-size: 1.125em;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  background-color: #f18f2b;
  background-image: linear-gradient(to bottom, #f18f2b, #db760e);
}
button:hover, .button:hover {
  background-color: #f39c43;
  background-image: linear-gradient(to bottom, #f39c43, #f08313);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  * Typography & Elements
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
  -webkit-font-smoothing: antialiased;
}

blockquote {
  font-size: 3em;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  blockquote {
    float: left;
    width: 65%;
  }
}
blockquote p {
  line-height: 1em;
  margin-bottom: 30px;
}
blockquote h6 {
  font-size: 14px;
  color: #267774;
  text-transform: uppercase;
  margin: 0;
}

textarea {
  min-height: 100px;
}

ul {
  margin-left: 1.25em;
}

figure {
  margin-bottom: 1.875em;
}

figure.figure {
  margin: 0 auto;
  display: inline-block;
}
figure.figure figcaption {
  padding: 8px 10px;
  color: gray;
  margin-bottom: 1.875em;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.wp-post-image {
  margin-bottom: 0.9375em;
}

.tooltip {
  font-size: 0.75em;
  box-shadow: 0 0 3px #bf9e7f;
}

.shadow {
  background: url(/img/divider.png) no-repeat center top;
  height: 10px;
  clear: both;
}

.shadow-tall {
  height: 40px;
}

.page-numbers {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
.page-numbers li {
  display: block;
  float: left;
  height: 1.5em;
  color: #222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
.page-numbers li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6;
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #267774;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #267774;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6;
}
.page-numbers li span.current {
  background: #267774;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

.fb-like-box {
  background: white;
}

.loading {
  background: url(/img/loading.gif) no-repeat center center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Global
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.row {
  max-width: 63.75em;
}

.bd {
  padding: 20px 0 30px;
}

.reveal-modal-bg {
  z-index: 10000;
}

.reveal-modal {
  z-index: 10001;
}

.site-header {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1000;
}
.site-header .social {
  *zoom: 1;
  background: #333333;
}
.site-header .social:before, .site-header .social:after {
  content: " ";
  display: table;
}
.site-header .social:after {
  clear: both;
}
.site-header .social a.email-signup-link {
  padding: 12px 10px;
  margin-bottom: 0;
  background: #267774;
  background-color: #329e9a;
  background-image: linear-gradient(to bottom, #329e9a, #267774);
}
.site-header .social a.email-signup-link:hover {
  background-color: #39b1ad;
  background-image: linear-gradient(to bottom, #39b1ad, #2c8a87);
}
.site-header .social .gform_body, .site-header .social .gform_footer {
  float: left;
}
.site-header .social .gform_wrapper form {
  margin: 0;
}
.site-header .social .gform_wrapper .button {
  background: #595959;
  background-image: none;
  border: none;
  font-weight: bold;
  margin: 0 0 0 -5px;
  padding: 12px;
  box-shadow: none;
}
.site-header .social .gform_wrapper input {
  margin: 0;
  border: none;
  background: #474747;
  color: #fff;
}
.site-header .social .gform_wrapper ::-webkit-input-placeholder {
  font-style: italic;
}
.site-header .social .gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.site-header .social .gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.site-header .social .gform_wrapper :-ms-input-placeholder {
  font-style: italic;
}
.site-header .social .gform_wrapper input[type="email"] {
  padding: 13px;
}
@media only screen and (min-width: 48em) {
  .site-header .social .gform_wrapper input[type="email"] {
    width: 360px;
  }
}
.site-header .nav-container {
  *zoom: 1;
}
.site-header .nav-container:before, .site-header .nav-container:after {
  content: " ";
  display: table;
}
.site-header .nav-container:after {
  clear: both;
}
.site-header .search-form {
  position: relative;
}

.logo {
  background: url(/img/chastity-project-logo.png) no-repeat left center;
  display: block;
  text-indent: -999em;
  width: 183px;
  height: 81px;
  background-size: 183px auto;
  margin: 0;
}
@media only screen and (min-width: 62.5em) {
  .logo {
    float: left;
    display: block;
    text-indent: -999em;
    width: 250px;
    height: 81px;
    background-size: 100%;
  }
}

.hero {
  background: url(/img/hero.jpg) no-repeat center -10px;
  height: 165px;
  position: relative;
}

.home .hero {
  height: 150px;
  background: none;
}
@media only screen and (min-width: 62.5em) {
  .home .hero {
    height: auto;
  }
}

.page-title {
  position: absolute;
  left: 10px;
  bottom: -11px;
}
.page-title h1 {
  font-size: 3.375em;
  margin: 0 auto;
  line-height: 1em;
  color: #FFF;
  max-width: 1000px;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.5em) {
  .page-title h1 {
    font-size: 4.875em;
  }
}
@media only screen and (min-width: 90em) {
  .page-title h1 {
    font-size: 5.875em;
  }
}
@media only screen and (min-width: 62.5em) {
  .page-title {
    bottom: -16px;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 90em) {
  .page-title {
    bottom: -21px;
  }
}

.site-nav {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  background: #FFF;
  width: 100%;
  z-index: 1000;
  top: 0;
  margin: 0;
}
@media only screen and (min-width: 62.5em) {
  .site-nav {
    box-shadow: none;
  }
}
.site-nav .top-bar {
  margin: 0 auto;
  z-index: 1000;
  max-width: none;
}
.site-nav .top-bar.expanded .title-area {
  background: #FFF;
}
.site-nav .top-bar .name {
  padding-left: 10px;
}
.site-nav .top-bar .top-bar-section {
  z-index: 1000;
}
@media only screen and (min-width: 62.5em) {
  .site-nav .top-bar .title-area {
    display: none;
  }
}

.categories-nav {
  background: #267774;
}

.category-items {
  margin-bottom: 0;
}
.category-items a {
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 1.0625em;
  text-transform: uppercase;
  line-height: 36px;
}
.category-items a:hover, .category-items a.active {
  color: #f8a959;
}

.site-footer {
  background: #333333;
  color: #A3A3A3;
  padding: 60px 0;
}
.site-footer img {
  max-width: 70%;
}
@media only screen and (min-width: 62.5em) {
  .site-footer img {
    max-width: 100%;
  }
}
.site-footer ::-webkit-input-placeholder {
  font-style: italic;
}
.site-footer :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.site-footer ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.site-footer :-ms-input-placeholder {
  font-style: italic;
}
.site-footer .utility-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 13px;
}
.site-footer .utility-menu li:first-child {
  margin-left: 0;
}
.site-footer .utility-menu a {
  font-family: "SSSocialCircle";
  font-size: 24px;
  line-height: 1;
  color: inherit;
}
.site-footer .email-signup {
  margin-top: 30px;
}
.site-footer .opt-in-title {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 1.875em;
  color: #F2913D;
}
@media screen and (min-width: 62.5em) {
  .site-footer .opt-in-title {
    display: inline-block;
    margin: 45px 30px 0 0;
    width: 195px;
    vertical-align: top;
  }
}
.site-footer .subscribe-form {
  display: inline-block;
  max-width: 90%;
  width: 100%;
  text-align: left;
  color: #333333;
}
@media screen and (min-width: 62.5em) {
  .site-footer .subscribe-form {
    width: calc(100% - 235px);
  }
}
.site-footer .subscribe-form form .v_fw {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .site-footer .subscribe-form form .v_fw .v_fr:first-child {
    width: calc(100% - 170px);
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .site-footer .subscribe-form form .v_fw .v_fr:nth-child(2) {
    width: calc(100% - 170px);
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .site-footer .subscribe-form form .v_fw .v_fr:nth-child(3) {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: -32px;
  }
}
.site-footer .subscribe-form form label {
  color: #fff;
}
.site-footer .subscribe-form form .button.btn {
  background-color: transparent;
  margin-bottom: 0;
}
@media screen and (max-width: 48em) {
  .site-footer .subscribe-form form .button.btn {
    margin: 0 auto;
  }
}
.site-footer .gform_wrapper, .site-footer .gform_body, .site-footer .gform_footer {
  display: inline-block;
}
.site-footer .gform_wrapper input {
  margin: 0;
}
.site-footer .gform_wrapper input[type="email"] {
  padding: 17px 10px;
  border: none;
  color: #fff;
  background-color: #474747;
}
@media only screen and (min-width: 90em) {
  .site-footer .gform_wrapper input[type="email"] {
    width: 450px;
  }
}
.site-footer .gform_wrapper input[type="submit"] {
  margin-left: -4px;
  padding: 15px 10px 17px;
  border: none;
  box-shadow: none;
}

.copyright {
  text-align: center;
  font-size: 0.875em;
  color: #818181;
  margin: 30px auto 0 auto;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.copyright p {
  margin: 0;
  font-size: 1em;
}
.copyright .privacy {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Blog Posts
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.blog article.type-post .entry-content p {
  display: inline;
}
body.blog article.type-post .entry-content p a {
  display: inline-block;
  margin-bottom: 1.875em;
}
body.blog article.type-post .entry-content > a {
  font-size: 0.875em;
  display: inline-block;
  margin-bottom: 1.875em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Callouts
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.section-title {
  font-size: 3.75em;
  text-transform: uppercase;
  margin: 0;
}

.callout-subtitle {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff;
}

.callout-button {
  padding: 6px;
  font-size: 24px;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  transition: all 300ms ease-out;
}
.callout-button.primary {
  background-color: #267774;
  color: #fff;
}
.callout-button.secondary {
  background-color: #db760e;
  color: #fff;
}

.callout-secondary {
  background-color: #db760e;
}
.callout-secondary .callout-button:hover {
  background: rgba(38, 119, 116, 0.75);
}

.callout-light {
  background-color: #f3f3f3;
}

.callout-dark {
  background-color: #545454;
}
.callout-dark .callout-button {
  background: url(/img/icons/arrow-right-secondary.png) no-repeat 95% center white;
  padding-right: 25px;
  color: #db760e;
}
.callout-dark .callout-button:hover {
  background-color: #eee;
}

@font-face {
  font-family: 'AlternateGothicFSNo3';
  src: url("/css/fonts/AlternateGothicNo3-webfont.eot");
  src: url("/css/fonts/AlternateGothicNo3-webfont.eot?iefix") format("eot"), url("/css/fonts/AlternateGothicNo3-webfont.woff") format("woff"), url("/css/fonts/AlternateGothicNo3-webfont.ttf") format("truetype"), url("/css/fonts/AlternateGothicNo3-webfont.svg#webfontUJOPMwss") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SSGeomiconsSquared";
  src: url("/css/fonts/ss-geomicons-squared.eot");
  src: url("/css/fonts/ss-geomicons-squared.eot?#iefix") format("embedded-opentype"), url("/css/fonts/ss-geomicons-squared.woff") format("woff"), url("/css/fonts/ss-geomicons-squared.ttf") format("truetype"), url("/css/fonts/ss-geomicons-squared.svg#SSGeomiconsSquared") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SSSocialRegular";
  src: url("ss-social-regular.eot");
  src: url("ss-social-regular.eot?#iefix") format("embedded-opentype"), url("ss-social-regular.woff") format("woff"), url("ss-social-regular.ttf") format("truetype"), url("ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

.ss-icon, .ss-icon.ss-geomicons-squared,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-geomicons-squared:before, [class*=" ss-"].ss-geomicons-squared:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-geomicons-squared.right:after, [class*=" ss-"].ss-geomicons-squared.right:after {
  font-family: "SSGeomiconsSquared";
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖';
}

.ss-search:before, .ss-search.right:after {
  content: '🔎';
}

.ss-view:before, .ss-view.right:after {
  content: '👀';
}

.ss-link:before, .ss-link.right:after {
  content: '🔗';
}

.ss-move:before, .ss-move.right:after {
  content: '';
}

.ss-write:before, .ss-write.right:after {
  content: '✎';
}

.ss-compose:before, .ss-compose.right:after {
  content: '📝';
}

.ss-lock:before, .ss-lock.right:after {
  content: '🔒';
}

.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓';
}

.ss-key:before, .ss-key.right:after {
  content: '🔑';
}

.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫';
}

.ss-ban:before, .ss-ban.right:after {
  content: '🚫';
}

.ss-trash:before, .ss-trash.right:after {
  content: '';
}

.ss-radioactive:before, .ss-radioactive.right:after {
  content: '☢';
}

.ss-skull:before, .ss-skull.right:after {
  content: '💀';
}

.ss-lightning:before, .ss-lightning.right:after {
  content: '☇';
}

.ss-tag:before, .ss-tag.right:after {
  content: '';
}

.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖';
}

.ss-flag:before, .ss-flag.right:after {
  content: '⚑';
}

.ss-like:before, .ss-like.right:after {
  content: '👍';
}

.ss-dislike:before, .ss-dislike.right:after {
  content: '👎';
}

.ss-heart:before, .ss-heart.right:after {
  content: '♥';
}

.ss-star:before, .ss-star.right:after {
  content: '⋆';
}

.ss-shield:before, .ss-shield.right:after {
  content: '';
}

.ss-trophy:before, .ss-trophy.right:after {
  content: '🏆';
}

.ss-medal:before, .ss-medal.right:after {
  content: '';
}

.ss-crown:before, .ss-crown.right:after {
  content: '👑';
}

.ss-bullseye:before, .ss-bullseye.right:after {
  content: '🎯';
}

.ss-crop:before, .ss-crop.right:after {
  content: '';
}

.ss-layers:before, .ss-layers.right:after {
  content: '';
}

.ss-cut:before, .ss-cut.right:after {
  content: '✂';
}

.ss-clipboard:before, .ss-clipboard.right:after {
  content: '📋';
}

.ss-brush:before, .ss-brush.right:after {
  content: '';
}

.ss-paintroller:before, .ss-paintroller.right:after {
  content: '';
}

.ss-paint:before, .ss-paint.right:after {
  content: '';
}

.ss-phone:before, .ss-phone.right:after {
  content: '📞';
}

.ss-rotaryphone:before, .ss-rotaryphone.right:after {
  content: '☎';
}

.ss-voicemail:before, .ss-voicemail.right:after {
  content: '⌕';
}

.ss-megaphone:before, .ss-megaphone.right:after {
  content: '📢';
}

.ss-rss:before, .ss-rss.right:after {
  content: '';
}

.ss-reply:before, .ss-reply.right:after {
  content: '↩';
}

.ss-envelope:before, .ss-envelope.right:after {
  content: '✉';
}

.ss-inbox:before, .ss-inbox.right:after {
  content: '📥';
}

.ss-chat:before, .ss-chat.right:after {
  content: '💬';
}

.ss-user:before, .ss-user.right:after {
  content: '👤';
}

.ss-users:before, .ss-users.right:after {
  content: '👥';
}

.ss-usergroup:before, .ss-usergroup.right:after {
  content: '';
}

.ss-male:before, .ss-male.right:after {
  content: '';
}

.ss-userprofile:before, .ss-userprofile.right:after {
  content: '';
}

.ss-contacts:before, .ss-contacts.right:after {
  content: '📇';
}

.ss-ghost:before, .ss-ghost.right:after {
  content: '👻';
}

.ss-cart:before, .ss-cart.right:after {
  content: '';
}

.ss-emptycart:before, .ss-emptycart.right:after {
  content: '';
}

.ss-gift:before, .ss-gift.right:after {
  content: '🎁';
}

.ss-calculator:before, .ss-calculator.right:after {
  content: '';
}

.ss-barchart:before, .ss-barchart.right:after {
  content: '📊';
}

.ss-piechart:before, .ss-piechart.right:after {
  content: '';
}

.ss-stock:before, .ss-stock.right:after {
  content: '';
}

.ss-box:before, .ss-box.right:after {
  content: '📦';
}

.ss-home:before, .ss-home.right:after {
  content: '⌂';
}

.ss-warehouse:before, .ss-warehouse.right:after {
  content: '';
}

.ss-globe:before, .ss-globe.right:after {
  content: '🌐';
}

.ss-navigate:before, .ss-navigate.right:after {
  content: '';
}

.ss-compass:before, .ss-compass.right:after {
  content: '';
}

.ss-signpost:before, .ss-signpost.right:after {
  content: '';
}

.ss-map:before, .ss-map.right:after {
  content: '';
}

.ss-location:before, .ss-location.right:after {
  content: '';
}

.ss-pin:before, .ss-pin.right:after {
  content: '📍';
}

.ss-code:before, .ss-code.right:after {
  content: '';
}

.ss-bug:before, .ss-bug.right:after {
  content: '🐛';
}

.ss-puzzle:before, .ss-puzzle.right:after {
  content: '';
}

.ss-airplay:before, .ss-airplay.right:after {
  content: '';
}

.ss-music:before, .ss-music.right:after {
  content: '♫';
}

.ss-mic:before, .ss-mic.right:after {
  content: '🎤';
}

.ss-headphones:before, .ss-headphones.right:after {
  content: '🎧';
}

.ss-volume:before, .ss-volume.right:after {
  content: '🔈';
}

.ss-metronome:before, .ss-metronome.right:after {
  content: '';
}

.ss-camera:before, .ss-camera.right:after {
  content: '📷';
}

.ss-picture:before, .ss-picture.right:after {
  content: '🌄';
}

.ss-video:before, .ss-video.right:after {
  content: '📹';
}

.ss-tv:before, .ss-tv.right:after {
  content: '📺';
}

.ss-videogame:before, .ss-videogame.right:after {
  content: '🎮';
}

.ss-dpad:before, .ss-dpad.right:after {
  content: '';
}

.ss-play:before, .ss-play.right:after {
  content: '▶';
}

.ss-pause:before, .ss-pause.right:after {
  content: '';
}

.ss-stop:before, .ss-stop.right:after {
  content: '■';
}

.ss-record:before, .ss-record.right:after {
  content: '●';
}

.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪';
}

.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩';
}

.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮';
}

.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭';
}

.ss-eject:before, .ss-eject.right:after {
  content: '⏏';
}

.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁';
}

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀';
}

.ss-storagebox:before, .ss-storagebox.right:after {
  content: '';
}

.ss-book:before, .ss-book.right:after {
  content: '📕';
}

.ss-notebook:before, .ss-notebook.right:after {
  content: '📓';
}

.ss-grid:before, .ss-grid.right:after {
  content: '';
}

.ss-rows:before, .ss-rows.right:after {
  content: '';
}

.ss-columns:before, .ss-columns.right:after {
  content: '';
}

.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: '';
}

.ss-filter:before, .ss-filter.right:after {
  content: '';
}

.ss-desktop:before, .ss-desktop.right:after {
  content: '💻';
}

.ss-laptop:before, .ss-laptop.right:after {
  content: '';
}

.ss-tablet:before, .ss-tablet.right:after {
  content: '';
}

.ss-smartphone:before, .ss-smartphone.right:after {
  content: '';
}

.ss-cell:before, .ss-cell.right:after {
  content: '📱';
}

.ss-battery:before, .ss-battery.right:after {
  content: '🔋';
}

.ss-highbattery:before, .ss-highbattery.right:after {
  content: '';
}

.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: '';
}

.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: '';
}

.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: '';
}

.ss-chargingbattery:before, .ss-chargingbattery.right:after {
  content: '';
}

.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡';
}

.ss-spade:before, .ss-spade.right:after {
  content: '♠';
}

.ss-club:before, .ss-club.right:after {
  content: '♣';
}

.ss-diamond:before, .ss-diamond.right:after {
  content: '♦';
}

.ss-download:before, .ss-download.right:after {
  content: '';
}

.ss-downloadbox:before, .ss-downloadbox.right:after {
  content: '';
}

.ss-upload:before, .ss-upload.right:after {
  content: '';
}

.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: '';
}

.ss-addcloud:before, .ss-addcloud.right:after {
  content: '';
}

.ss-removecloud:before, .ss-removecloud.right:after {
  content: '';
}

.ss-fork:before, .ss-fork.right:after {
  content: '';
}

.ss-merge:before, .ss-merge.right:after {
  content: '';
}

.ss-replay:before, .ss-replay.right:after {
  content: '↺';
}

.ss-refresh:before, .ss-refresh.right:after {
  content: '↻';
}

.ss-sync:before, .ss-sync.right:after {
  content: '';
}

.ss-wifi:before, .ss-wifi.right:after {
  content: '';
}

.ss-index:before, .ss-index.right:after {
  content: '';
}

.ss-file:before, .ss-file.right:after {
  content: '📄';
}

.ss-files:before, .ss-files.right:after {
  content: '';
}

.ss-folder:before, .ss-folder.right:after {
  content: '📁';
}

.ss-print:before, .ss-print.right:after {
  content: '⎙';
}

.ss-list:before, .ss-list.right:after {
  content: '';
}

.ss-layout:before, .ss-layout.right:after {
  content: '';
}

.ss-action:before, .ss-action.right:after {
  content: '';
}

.ss-redirect:before, .ss-redirect.right:after {
  content: '↪';
}

.ss-expand:before, .ss-expand.right:after {
  content: '⤢';
}

.ss-contract:before, .ss-contract.right:after {
  content: '';
}

.ss-scaleup:before, .ss-scaleup.right:after {
  content: '';
}

.ss-scaledown:before, .ss-scaledown.right:after {
  content: '';
}

.ss-info:before, .ss-info.right:after {
  content: 'ℹ';
}

.ss-alert:before, .ss-alert.right:after {
  content: '⚠';
}

.ss-plus:before, .ss-plus.right:after {
  content: '+';
}

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-';
}

.ss-check:before, .ss-check.right:after {
  content: '✓';
}

.ss-delete:before, .ss-delete.right:after {
  content: '␡';
}

.ss-cat:before, .ss-cat.right:after {
  content: '🐈';
}

.ss-bird:before, .ss-bird.right:after {
  content: '🐦';
}

.ss-owl:before, .ss-owl.right:after {
  content: '';
}

.ss-bone:before, .ss-bone.right:after {
  content: '';
}

.ss-poo:before, .ss-poo.right:after {
  content: '💩';
}

.ss-tree:before, .ss-tree.right:after {
  content: '🌲';
}

.ss-leaf:before, .ss-leaf.right:after {
  content: '🍂';
}

.ss-flower:before, .ss-flower.right:after {
  content: '⚘';
}

.ss-mountains:before, .ss-mountains.right:after {
  content: '⛰';
}

.ss-settings:before, .ss-settings.right:after {
  content: '⚙';
}

.ss-dashboard:before, .ss-dashboard.right:after {
  content: '';
}

.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔';
}

.ss-contrast:before, .ss-contrast.right:after {
  content: '◐';
}

.ss-magnet:before, .ss-magnet.right:after {
  content: '';
}

.ss-toolbox:before, .ss-toolbox.right:after {
  content: '';
}

.ss-wrench:before, .ss-wrench.right:after {
  content: '🔧';
}

.ss-hammer:before, .ss-hammer.right:after {
  content: '🔨';
}

.ss-screwdriver:before, .ss-screwdriver.right:after {
  content: '';
}

.ss-nut:before, .ss-nut.right:after {
  content: '🔩';
}

.ss-clock:before, .ss-clock.right:after {
  content: '⏲';
}

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱';
}

.ss-watch:before, .ss-watch.right:after {
  content: '⌚';
}

.ss-alarmclock:before, .ss-alarmclock.right:after {
  content: '⏰';
}

.ss-counterclockwise:before, .ss-counterclockwise.right:after {
  content: '⥀';
}

.ss-clockwise:before, .ss-clockwise.right:after {
  content: '⥁';
}

.ss-calendar:before, .ss-calendar.right:after {
  content: '📅';
}

.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: '';
}

.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: '';
}

.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: '';
}

.ss-icecream:before, .ss-icecream.right:after {
  content: '🍨';
}

.ss-popsicle:before, .ss-popsicle.right:after {
  content: '';
}

.ss-coffee:before, .ss-coffee.right:after {
  content: '';
}

.ss-espresso:before, .ss-espresso.right:after {
  content: '';
}

.ss-mug:before, .ss-mug.right:after {
  content: '☕';
}

.ss-tea:before, .ss-tea.right:after {
  content: '🍵';
}

.ss-beer:before, .ss-beer.right:after {
  content: '🍺';
}

.ss-wineglass:before, .ss-wineglass.right:after {
  content: '🍷';
}

.ss-soda:before, .ss-soda.right:after {
  content: '';
}

.ss-utensils:before, .ss-utensils.right:after {
  content: '🍴';
}

.ss-tshirt:before, .ss-tshirt.right:after {
  content: '👕';
}

.ss-tie:before, .ss-tie.right:after {
  content: '';
}

.ss-glasses:before, .ss-glasses.right:after {
  content: '👓';
}

.ss-thermometer:before, .ss-thermometer.right:after {
  content: '';
}

.ss-sun:before, .ss-sun.right:after {
  content: '☀';
}

.ss-cloud:before, .ss-cloud.right:after {
  content: '☁';
}

.ss-crescentmoon:before, .ss-crescentmoon.right:after {
  content: '🌙';
}

.ss-planet:before, .ss-planet.right:after {
  content: '';
}

.ss-fan:before, .ss-fan.right:after {
  content: '';
}

.ss-outlet:before, .ss-outlet.right:after {
  content: '';
}

.ss-car:before, .ss-car.right:after {
  content: '🚘';
}

.ss-plane:before, .ss-plane.right:after {
  content: '✈';
}

.ss-bike:before, .ss-bike.right:after {
  content: '🚲';
}

.ss-sailboat:before, .ss-sailboat.right:after {
  content: '⛵';
}

.ss-rocket:before, .ss-rocket.right:after {
  content: '🚀';
}

.ss-highway:before, .ss-highway.right:after {
  content: '';
}

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼';
}

.ss-medicalbag:before, .ss-medicalbag.right:after {
  content: '';
}

.ss-flask:before, .ss-flask.right:after {
  content: '';
}

.ss-burst:before, .ss-burst.right:after {
  content: '';
}

.ss-infinity:before, .ss-infinity.right:after {
  content: '∞';
}

.ss-up:before, .ss-up.right:after {
  content: '⬆';
}

.ss-right:before, .ss-right.right:after {
  content: '➡';
}

.ss-down:before, .ss-down.right:after {
  content: '⬇';
}

.ss-left:before, .ss-left.right:after {
  content: '⬅';
}

.ss-navigateup:before, .ss-navigateup.right:after {
  content: '';
}

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻';
}

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: '';
}

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅';
}

.ss-directup:before, .ss-directup.right:after {
  content: '▴';
}

.ss-directright:before, .ss-directright.right:after {
  content: '▹';
}

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾';
}

.ss-directleft:before, .ss-directleft.right:after {
  content: '◃';
}

.ss-share:before, .ss-share.right:after {
  content: '';
}

.ss-retweet:before, .ss-retweet.right:after {
  content: '';
}

.ss-facebook:before, .ss-facebook.right:after {
  content: '';
}

.ss-twitter:before, .ss-twitter.right:after {
  content: '';
}

.ss-android:before, .ss-android.right:after {
  content: '';
}

.nav-container {
  background: #fff;
}
.nav-container .top-bar {
  margin: 0;
  float: right;
}

.email-signup .gform_wrapper {
  height: 42px !important;
  overflow: hidden !important;
}

.top-bar-section ul.utility-menu,
.utility-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px 0 5px 0;
  *zoom: 1;
  clear: both;
}
.top-bar-section ul.utility-menu:before, .top-bar-section ul.utility-menu:after,
.utility-menu:before,
.utility-menu:after {
  content: " ";
  display: table;
}
.top-bar-section ul.utility-menu:after,
.utility-menu:after {
  clear: both;
}
.top-bar-section ul.utility-menu li,
.utility-menu li {
  margin: 0 12px 0;
  display: inline-block;
  border-bottom: none;
}
@media only screen and (min-width: 62.5em) {
  .top-bar-section ul.utility-menu li,
  .utility-menu li {
    margin: 0 0 0 24px;
  }
}
.top-bar-section ul.utility-menu li a,
.utility-menu li a {
  display: inline-block;
  font-family: "SSSocialCircle";
  font-size: 24px;
  color: #fff;
  line-height: 1;
  background: transparent;
}
@media only screen and (min-width: 62.5em) {
  .top-bar-section ul.utility-menu li a,
  .utility-menu li a {
    display: block;
  }
}
.top-bar-section ul.utility-menu li a:hover,
.utility-menu li a:hover {
  opacity: .8;
  cursor: pointer;
}

.title-area {
  margin-left: 10px;
}
@media only screen and (min-width: 62.5em) {
  .title-area {
    margin: 0;
  }
}

@media only screen and (min-width: 62.5em) {
  .top-bar-section ul {
    background: none;
  }
}
.top-bar-section ul li {
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (min-width: 62.5em) {
  .top-bar-section ul li {
    border-bottom: none;
  }
}
.top-bar-section ul li.has-dropdown > a:after {
  right: -10px;
}
@media only screen and (min-width: 62.5em) {
  .top-bar-section ul li.has-dropdown:last-child .dropdown {
    left: -150px;
  }
}
@media only screen and (min-width: 62.5em) {
  .top-bar-section ul li.has-dropdown .dropdown li.has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent #267774;
    right: -10px;
    top: 27px;
  }
}
@media only screen and (min-width: 62.5em) {
  .top-bar-section ul li.has-dropdown .dropdown li,
  .top-bar-section ul li.has-dropdown .dropdown a {
    line-height: 50px;
    height: 50px;
  }
}
.top-bar-section ul li.has-dropdown > a:after {
  top: 50%;
  margin-top: -5px;
}
@media only screen and (min-width: 62.5em) {
  .top-bar-section ul li a:not(.button):hover {
    background: none;
  }
}
.top-bar-section a {
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #267774;
}
.top-bar-section a:hover {
  color: #db760e;
}
.top-bar-section .has-form,
.top-bar-section .has-form:hover {
  background: none;
}
@media only screen and (min-width: 62.5em) {
  .top-bar-section .has-form,
  .top-bar-section .has-form:hover {
    padding-left: 0;
  }
}
@media only screen and (min-width: 90em) {
  .top-bar-section .has-form,
  .top-bar-section .has-form:hover {
    padding-left: 21px;
  }
}
.top-bar-section .dropdown {
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 62.5em) {
  .top-bar-section .dropdown .back {
    display: none;
  }
}
.top-bar-section .dropdown .parent-item {
  display: none;
}
.top-bar-section .dropdown li a {
  padding: 0 21px;
  line-height: 81px;
  color: #267774;
}
.top-bar-section .dropdown li a:hover {
  color: #db760e;
}
@media only screen and (min-width: 62.5em) {
  .top-bar-section li.has-dropdown > ul.dropdown li.has-dropdown ul li.has-dropdown {
    height: auto;
  }
  .top-bar-section li.has-dropdown > ul.dropdown li.has-dropdown ul li.has-dropdown a:before, .top-bar-section li.has-dropdown > ul.dropdown li.has-dropdown ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar-section li.has-dropdown > ul.dropdown li.has-dropdown ul ul {
    display: none;
    background: none;
    position: static;
    font-size: 0.75em;
    padding-left: 20px;
    box-shadow: none;
  }
  .top-bar-section li.has-dropdown > ul.dropdown li.has-dropdown ul ul li {
    height: auto;
    float: none;
  }
  .top-bar-section li.has-dropdown > ul.dropdown li.has-dropdown ul ul li a {
    line-height: 30px;
    height: auto;
  }
  .top-bar-section li.has-dropdown > ul.dropdown li.has-dropdown:hover ul {
    display: block;
    visibility: visible;
  }
}

/* Search */
.search-container {
  margin-top: 15px;
}
.search-container .search-field {
  background: url("/img/icons/search.png") #e2e2e2 98% 50% no-repeat;
  width: 100%;
}
.search-container input[type="submit"] {
  background: #2a7773;
  border: none;
  color: #fff;
  width: 100%;
}
@media only screen and (min-width: 62.5em) {
  .search-container .search-field {
    background: url("/img/icons/search.png") #fff 98% 50% no-repeat;
    cursor: pointer;
    padding-right: 20px;
    width: 10px;
    transition: all .5s ease;
  }
  .search-container .search-field:focus {
    background: url("/img/icons/search.png") #e2e2e2 98% 50% no-repeat;
    padding-right: 35px;
    width: 200px;
  }
  .search-container input[type="submit"] {
    display: none;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Global
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
}
@media only screen and (min-width: 48em) {
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  textarea {
    font-size: inherit;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Gravity Forms Global Overrides
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 48em) {
  input[type="text"].input-medium {
    width: 59%;
  }
}

.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_fields input.medium {
  padding: 0.75em .5em;
  height: auto;
}

#gforms_confirmation_message {
  padding: 30px;
  border: solid 1px #267774;
  background: #b5e7e5;
  font-size: 1.4em;
  color: #329e9a;
}

.validation_error,
.validation_message {
  padding: 10px;
  border: solid 1px #c60f13;
  background: #fcd8d9;
  color: #ee1a1f;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Newsletter Opt In Form
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.opt-in {
  background: #db760e;
  padding: 45px 0 30px;
}
.opt-in .gform_wrapper {
  position: relative;
}
.opt-in .gform_wrapper .gform_body {
  float: left;
  width: 100%;
}
.opt-in .gform_wrapper .gform_footer {
  float: right;
  margin-top: -62px;
}
@media only screen and (min-width: 48em) {
  .opt-in .gform_wrapper .gform_footer {
    margin-top: -52px;
  }
}
.opt-in .gform_wrapper .validation_error ~ .gform_footer {
  margin-top: -106px;
}
@media only screen and (min-width: 48em) {
  .opt-in .gform_wrapper .validation_error ~ .gform_footer {
    margin-top: -96px;
  }
}
.opt-in .gform_wrapper .button {
  background: white;
  padding: 9px 9px 5px;
  font-size: 1.75em;
  color: #333333;
  border: none;
  margin: 0;
  box-shadow: none;
}
@media only screen and (min-width: 48em) {
  .opt-in .gform_wrapper .button {
    padding: 7px;
    font-size: 1.5em;
  }
}

.opt-in-title {
  margin: 0;
  line-height: 1em;
  font-size: 2.625em;
  text-transform: uppercase;
  color: #fff;
  text-align: justify;
}
@media only screen and (min-width: 48em) {
  .opt-in-title {
    font-size: 4.625em;
  }
}

.opt-in-content {
  color: #edc2a6;
  padding-top: 7px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Modal Forms
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.reveal-modal .gform_body input {
  background: #fcfcfc;
  border-color: #e6e6e6;
}
.reveal-modal .gform_body input:focus {
  border-color: #c6c6c6;
}

body.page .gform_wrapper input {
  padding: 17px 10px;
  border: none;
  color: #fff;
  background-color: #a8a8a8;
}
body.page .gform_wrapper input::-moz-placeholder {
  color: #FFF;
}
body.page .gform_wrapper input:-ms-input-placeholder {
  color: #FFF;
}
body.page .gform_wrapper input::placeholder {
  color: #FFF;
}

#searchform {
  background: #efefef;
  margin: 0;
}
@media only screen and (min-width: 62.5em) {
  #searchform {
    display: none;
    position: absolute;
    width: 300px;
    position: relative;
    top: 18px;
  }
}
#searchform input {
  top: 0;
  background: none;
  border: none;
  height: 2.45em;
  font-size: 16px;
  margin: 0;
  box-shadow: none;
}
@media only screen and (min-width: 62.5em) {
  #searchform input {
    font-size: 0.8125em;
  }
}
#searchform input:focus {
  background: none;
  font-size: 16px;
}
@media only screen and (min-width: 62.5em) {
  #searchform input:focus {
    font-size: 0.8125em;
  }
}
#searchform .search-icon {
  display: block;
  text-indent: -999em;
  width: 90%;
  height: 2.45em;
  background: url(/img/icons/search.png) no-repeat center right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Results Page
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.search-result .section-title {
  text-transform: uppercase;
  color: #333333;
  display: block;
  line-height: 1;
  font-size: 22px;
}

.custom-sidebar {
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.custom-sidebar p {
  font-size: 1.375em;
  margin-bottom: 1em;
}
.custom-sidebar h3 {
  font-size: 2.25em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.widget {
  margin-bottom: 40px;
}

.widget-title {
  font-size: 2.25em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.widget-entry-title {
  margin: 0;
  font-size: 1.375em;
  line-height: 1.1;
}
.widget-entry-title a {
  color: #267774;
}

.widget-entry-excerpt p {
  font-size: 0.75em;
}

.blog-sidebar-image {
  width: auto;
  height: 147px;
  display: block;
  margin-bottom: 5px;
}

#sidebar .related .video-thumb {
  max-width: 100%;
}

.qa-topics {
  margin-top: 30px;
  padding: 0;
  background: url(/img/divider.png) no-repeat center top;
  text-align: center;
}
@media only screen and (min-width: 62.5em) {
  .qa-topics {
    margin-top: 60px;
  }
}

.topics-grid {
  margin: 0;
}

li.qa-item {
  float: none;
  text-align: center;
  padding: 0;
}
li.qa-item img {
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  li.qa-item {
    float: left;
  }
}

.qa-topic {
  display: block;
  position: relative;
  overflow: hidden;
}
.qa-topic .context {
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  left: 14px;
  font-size: 24px;
  z-index: 10;
}
.qa-topic .context.dark {
  color: #333333;
}
@media only screen and (min-width: 62.5em) {
  .qa-topic .context {
    font-size: 3.25em;
  }
}
.qa-topic .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qa-topic .overlay.gradient {
  background-image: linear-gradient(-180deg, #000000 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
.qa-topic .overlay.color {
  background-image: linear-gradient(-180deg, #000000 0%, rgba(0, 0, 0, 0) 50%);
  background: rgba(0, 153, 147, 0.4);
  z-index: 2;
}
@media only screen and (min-width: 62.5em) {
  .qa-topic:hover .overlay.color {
    background-color: rgba(219, 118, 14, 0.4);
  }
}
.qa-topic img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 300ms ease-out;
}

.qa-featured {
  padding: 60px 0;
}
@media only screen and (min-width: 48em) {
  .qa-featured .callout-subtitle,
  .qa-featured p {
    padding: 0 0 0 30px;
  }
}

.featured-question {
  color: white;
  font-size: 2.3125em;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (min-width: 62.5em) {
  .featured-question {
    font-size: 3.125em;
  }
}

.team {
  margin: 30px 0;
}
@media only screen and (min-width: 62.5em) {
  .team {
    margin: 60px 0;
  }
}

.team-members {
  list-style: none;
  margin: 0;
}
.team-members li {
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 62.5em) {
  .team-members li {
    float: left;
    width: 50%;
  }
  .team-members li:nth-child(even) .team-member {
    margin-left: 10px;
  }
  .team-members li:nth-child(even) .team-member {
    margin-right: 10px;
  }
}

.team-member {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 100px;
  padding: 5px 0 0 130px;
  display: block;
}
@media only screen and (min-width: 48em) {
  .team-member {
    padding: 20px 0 0 145px;
  }
}

.team-members-header {
  text-align: center;
}

.team-description {
  font-size: 1em;
  margin: 0 0 20px;
}

.team-title {
  font-size: 3.125em;
  color: #545454;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.team-member-project {
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  display: block;
  color: #545454;
}

.team-member-name {
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.875em;
  margin: 0;
  line-height: 1;
  color: #267774;
  display: block;
}

.act {
  background-image: url("/img/divider.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 60px 0;
}

.act-header {
  background: #267774;
  margin: 0 0 2px;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
  padding: 20px;
  font-size: 3.375em;
}
.act-header .subtitle {
  font-size: 14px;
  color: #b3cbcb;
  text-transform: none;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  display: block;
}
@media only screen and (min-width: 48em) {
  .act-header .subtitle {
    display: inline;
    padding-left: 30px;
  }
}

.act-step {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  border: solid 1px #e5e5e5;
  margin-bottom: 2px;
  *zoom: 1;
}
.act-step:before, .act-step:after {
  content: " ";
  display: table;
}
.act-step:after {
  clear: both;
}
.act-step.primary .act-title {
  color: #267774;
}
.act-step.primary button, .act-step.primary .button {
  background: #267774;
  background-color: #329e9a;
  background-image: linear-gradient(to bottom, #329e9a, #267774);
}
.act-step.primary button:hover, .act-step.primary .button:hover {
  background-color: #39b1ad;
  background-image: linear-gradient(to bottom, #39b1ad, #2c8a87);
}
.act-step.secondary .act-title {
  color: #db760e;
}
.act-step.has-shadow {
  margin-bottom: 0;
}

.act-media {
  padding: 30px 0 0;
}

.act-title {
  text-transform: uppercase;
  font-size: 3.75em;
  margin: .4em 0 0;
  line-height: 1em;
}
@media only screen and (min-width: 62.5em) {
  .act-title {
    line-height: 1.4;
  }
}

.teasers {
  margin: 20px 0;
}
@media only screen and (min-width: 48em) {
  .teasers {
    margin: 50px 0;
  }
}

.blog-teasers,
.shop-teaser {
  overflow: auto;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
@media only screen and (min-width: 62.5em) {
  .blog-teasers,
  .shop-teaser {
    float: left;
    padding: 0;
  }
}

.blog-teasers img {
  width: 100%;
  max-width: 100%;
}

.shop-teaser .teaser-content {
  padding-bottom: 70px;
}

.teaser {
  background: white;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 62.5em) {
  .teaser {
    float: left;
    width: 300px;
    margin-left: 60px;
    margin-bottom: 0;
  }
  .teaser:first-child {
    margin-left: 0;
  }
}

.teaser-title {
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
  font-size: 2.25em;
}

.teaser-content {
  overflow: auto;
  text-align: center;
}
.teaser-content p {
  margin: 0;
}

.teaser-item-title {
  height: 60px;
  margin-top: 0;
  line-height: 1.1;
}
.teaser-item-title a {
  font-size: 32px;
  color: #db760e;
}
.teaser-item-title a:hover {
  color: #c3690c;
}
.teaser-item-title .ss-icon {
  font-size: .5em;
}
.teaser-item-title .ss-icon:before {
  vertical-align: middle;
}

.to-store {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 20px 20px;
  background: #db760e;
  transition: all 300ms ease-out;
}
.to-store:hover {
  background: #c3690c;
}
.to-store a {
  background: url(/img/icons/arrow-right.png) no-repeat right center;
  color: #FFF;
  text-transform: uppercase;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  display: block;
}

.featured-product-title,
.featured-product-price {
  font-size: 3em;
  line-height: 1;
  margin: 0;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.featured-product-title {
  margin-top: 15px;
}

.widgets {
  margin: 30px 0;
}
@media only screen and (min-width: 90em) {
  .widgets {
    margin: 60px 0;
  }
}
.widgets .widget-title {
  color: #545454;
}

.widgets-facebook,
.widgets-events,
.widgets-twitter,
.widgets-instagram {
  overflow: auto;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

@media only screen and (min-width: 48em) {
  .widgets-facebook,
  .widgets-instagram {
    float: left;
    position: relative;
    width: 50%;
  }
}

@media only screen and (min-width: 62.5em) {
  .widgets-facebook,
  .widgets-events,
  .widgets-twitter,
  .widgets-instagram {
    float: left;
    position: relative;
    width: 33.33333%;
  }
}

.widgets-twitter {
  clear: both;
}
@media only screen and (min-width: 62.5em) {
  .widgets-twitter {
    float: right;
    clear: none;
  }
}
.widgets-twitter a {
  color: #267774;
}

.widgets-facebook {
  margin-bottom: 30px;
}
@media only screen and (min-width: 62.5em) {
  .widgets-facebook {
    margin-bottom: 0;
  }
}
.widgets-facebook .fb-like-box {
  padding: 5px;
}

.widgets-instagram .ss-icon {
  font-family: "SSSocialCircle";
  font-size: 1em;
  margin-right: 5px;
  vertical-align: middle;
}

.home .widgets-twitter .bd a {
  text-decoration: underline;
}
.home .widgets-twitter .twitter-list .item {
  border-bottom: solid 1px #EBEBEB;
  padding-bottom: 20px;
}
.home .widgets-twitter .twitter-list .item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

#hero-slides {
  height: 450px;
}
#hero-slides .row {
  height: 100%;
  position: relative;
}
#hero-slides .slide-controls {
  height: 150px;
  z-index: 10;
}
@media only screen and (min-width: 62.5em) {
  #hero-slides .slide-controls {
    display: block;
    height: 100%;
    top: 60px;
  }
}
#hero-slides .slide {
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  display: none;
  background-size: cover;
}
@media only screen and (min-width: 62.5em) {
  #hero-slides .slide {
    background-size: auto 540px;
    background-size: cover;
  }
}
#hero-slides .slide-content {
  color: white;
  text-transform: uppercase;
  font-size: 1.25em;
  max-width: 650px !important;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 62.5em) {
  #hero-slides .slide-content {
    max-width: 75%;
    font-size: 4.5em;
    left: 0;
    right: auto;
    bottom: 40px;
  }
}
#hero-slides .slide-thumbs {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 370px;
}
#hero-slides .slide-thumbs a {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 6px;
  border-radius: 100%;
  border: solid 1px #fff;
}
#hero-slides .slide-thumbs a:hover, #hero-slides .slide-thumbs a.active {
  background-color: #fff;
}
#hero-slides .slide-link {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}

/*Author Carousel*/
.authors h2 {
  color: #545454;
  text-align: center;
  text-transform: uppercase;
}
.authors .title {
  font: 14px "NewsGothicFSMediumRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  text-align: center;
}
.authors .slide a {
  color: #2A2A2A;
  display: block;
  height: 100%;
  width: 100%;
}
.authors .slide a:hover img {
  border: 3px solid #D97623;
}
.authors .slide a:hover .title {
  color: #D97623;
}
.authors .slide img {
  border: 3px solid #FFFFFF;
  display: block;
  height: 100px;
  opacity: 0.69;
  width: 100px;
  border-radius: 50px;
  opacity: 0.5;
  transition: .5s;
}
.authors .slide img:hover {
  opacity: 1;
}

/*Carousel - Layout*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper .bx-viewport {
  left: -5px;
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/*Carousel - Loader*/
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/*Carousel - Pager*/
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #cacaca;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border: 1px solid #cacaca;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #cacaca;
}

/*Carousel - Controls*/
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 500;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/*Carousel - Auto Controls*/
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/*Carousel - Pagination*/
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/*Featured Video & Author Carousels*/
.featured-video, .authors {
  margin-bottom: 30px;
}
.featured-video h2, .authors h2 {
  color: #545454;
  font-size: 50px;
  line-height: 1;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.featured-video .bx-prev, .authors .bx-prev {
  background: url(/img/controls.png) no-repeat 0 -32px;
}
@media only screen and (min-width: 62.5em) {
  .featured-video .bx-prev, .authors .bx-prev {
    left: -50px;
  }
}
.featured-video .bx-next, .authors .bx-next {
  background: url(/img/controls.png) no-repeat -43px -32px;
}
@media only screen and (min-width: 62.5em) {
  .featured-video .bx-next, .authors .bx-next {
    right: -40px;
  }
}

/*Featured Video Carousel*/
.film_roll_wrapper {
  display: block;
  text-align: center;
  float: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
}

.film_roll_shuttle {
  text-align: left;
  float: none;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  margin: 0 !important;
  padding: 0 !important;
  z-index: auto;
}

.film_roll_shuttle.vertical_center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.film_roll_child {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
}
.film_roll_child:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}

.active:after {
  display: none;
}

.film_roll_prev, .film_roll_next {
  position: absolute;
  top: 48%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  padding: 0;
  font-family: "SSGeomiconsSquared";
  font-size: 50px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  text-align: center;
  z-index: 4000;
}

.film_roll_prev:hover, .film_roll_next:hover {
  color: #f09146;
  opacity: 1;
  text-decoration: none;
}

.film_roll_prev {
  content: '▻';
}

.film_roll_next {
  content: '◅';
  left: auto;
  right: 15px;
}

a.film_roll_prev, a.film_roll_next {
  box-sizing: content-box;
}

/*Listen Up*/
.listen-up .bx-prev {
  background: url(/img/controls.png) no-repeat 0 -62px;
}
@media only screen and (min-width: 62.5em) {
  .listen-up .bx-prev {
    left: -50px;
  }
}
.listen-up .bx-next {
  background: url(/img/controls.png) no-repeat -43px -62px;
}
@media only screen and (min-width: 62.5em) {
  .listen-up .bx-next {
    right: -40px;
  }
}
.listen-up .slide {
  position: relative;
}
.listen-up .slide audio {
  position: absolute;
  bottom: 70px;
  left: 0;
}

.featured-video {
  margin-bottom: 80px;
}
.featured-video .featured-icon {
  color: #F2913D;
  font: 30px "SSSocialRegular";
  line-height: 1;
  text-align: center;
}

.authors h2 {
  font-size: 30px;
}

section.events {
  margin-bottom: 60px;
}
section.events h2 {
  text-transform: uppercase;
  color: #545454;
  font-size: 3.125em;
}
section.events img:first-child {
  margin-bottom: 18px;
}
section.events .eventlist {
  margin-bottom: 10px;
}
section.events .eventlist .event {
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  opacity: 1;
}
section.events .eventlist .event:hover td {
  color: #fff;
}
section.events .eventlist .event .event-time {
  width: auto;
}
section.events .eventlist .event-time, section.events .eventlist .event-title {
  text-transform: uppercase;
}
section.events .eventlist .event-title, section.events .eventlist .event-location {
  background-color: #E5F5F5;
}
section.events .eventlist .event-time {
  color: #009994;
  background-color: #9FDAD8;
}
section.events .eventlist .event-title {
  color: #267774;
}
section.events .eventlist .event-location {
  color: rgba(84, 84, 84, 0.5);
  font-size: 1.125em !important;
}
section.events .eventlist .event td {
  font-size: 1.75em;
  border-top: none;
  border-bottom: solid 5px #fff;
}
section.events .eventlist tr:last-child td {
  border-bottom: none;
}
section.events h3.widget-title {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 62.5em) {
  section.events .large-6:first-child {
    padding-right: 10px;
  }
  section.events .large-6:last-child {
    padding-left: 0px;
  }
}

.year-in-review {
  padding: 30px;
  background: url("/img/year-in-review.png") no-repeat top left;
  background-size: cover;
}
@media only screen and (min-width: 90em) {
  .year-in-review {
    padding: 60px;
  }
}
.year-in-review h2, .year-in-review p {
  color: #80CCC9;
  text-transform: uppercase;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.year-in-review h2, .year-in-review h3, .year-in-review h4, .year-in-review .callout-button, .year-in-review p {
  font-weight: bold;
  margin: 0;
}
.year-in-review h3, .year-in-review h4 {
  color: #fff;
}
.year-in-review h2 {
  font-size: 1.5em;
}
.year-in-review h3 {
  font-size: 2.625em;
}
.year-in-review h4 {
  font-size: 5.625em;
  line-height: 1;
  margin: 0;
}
.year-in-review p {
  font-size: 1.5em;
}
@media only screen and (min-width: 48em) {
  .year-in-review .callout-button {
    font-size: 2.25em;
  }
}
.year-in-review .stats {
  margin: 60px auto;
}

section.get-involved h3 {
  font-size: 2.625em;
  color: #545454;
  text-transform: uppercase;
}
section.get-involved .video-wrapper {
  box-shadow: 0px -10px 34px 0px rgba(0, 153, 148, 0.2);
}
section.get-involved .flame-background {
  padding: 90px 0;
  background: url("/img/blue-flame.png") no-repeat center top;
}

section.featured-project {
  padding: 40px 0 60px 0;
}
@media only screen and (min-width: 90em) {
  section.featured-project {
    padding: 80px 0 160px 0;
  }
}
section.featured-project h3, section.featured-project h4, section.featured-project h5 {
  text-transform: uppercase;
}
section.featured-project h3 {
  font-size: 2.625em;
  color: #545454;
}
section.featured-project h4 {
  margin: 0 0 10px 0;
  line-height: 1;
  font-size: 2.25em;
  color: #267774;
}
section.featured-project .project-facts {
  margin: 30px 0;
}
section.featured-project .project-facts h5 {
  margin: 0;
  font-size: 0.875em;
}
section.featured-project .project-facts p {
  margin: 0;
  font-size: 1.125em;
}
section.featured-project .amount-needed, section.featured-project .amount-needed h5 {
  color: #267774;
}
section.featured-project .launched-by {
  *zoom: 1;
  margin: 30px 0 0 0;
}
section.featured-project .launched-by:before, section.featured-project .launched-by:after {
  content: " ";
  display: table;
}
section.featured-project .launched-by:after {
  clear: both;
}
@media only screen and (min-width: 48em) {
  section.featured-project .launched-by {
    margin: 0;
  }
}
section.featured-project .launched-by h5 {
  margin: 0;
  line-height: 1;
  color: #267774;
}
section.featured-project .launched-by img {
  margin-right: 10px;
}
section.featured-project .launched-by a {
  color: #545454;
}
section.featured-project .launched-by p {
  margin: 0;
  font-size: 1.125em;
}

section.listen-up {
  padding: 60px 0;
  background: url("/img/listen-up-background.png") no-repeat;
  background-size: cover;
}
section.listen-up h3 {
  color: #fff;
  font-size: 2.625em;
  text-transform: uppercase;
}
section.listen-up .clip .image-wrapper {
  margin: 0 auto 60px auto;
  cursor: pointer;
  position: relative;
}
section.listen-up .clip .image-wrapper:hover i.ss-icon {
  display: inline-block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: -10px;
}
section.listen-up .clip h4, section.listen-up .clip h5 {
  color: #fff;
}
section.listen-up .clip h4 {
  margin-bottom: 0;
  text-transform: uppercase;
}
section.listen-up .clip h5 {
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
}
section.listen-up .clip audio {
  display: none;
}

.tweet-this-page {
  margin: 15px 0;
}

.twitter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.twitter-list .item {
  margin-bottom: 25px;
  *zoom: 1;
}
.twitter-list .item:before, .twitter-list .item:after {
  content: " ";
  display: table;
}
.twitter-list .item:after {
  clear: both;
}
.twitter-list .img img {
  float: left;
  width: 50px;
  padding-right: 5px;
}
.twitter-list .bd {
  padding: 0;
}
.twitter-list .bd small {
  display: block;
  text-transform: uppercase;
  color: #c0c0c0;
  letter-spacing: 1px;
  font-size: 0.625em;
}
.twitter-list .stamp-info {
  margin-top: 15px;
  text-transform: uppercase;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.twitter-list .stamp-info .tweet-date {
  color: #929292;
}
.twitter-list .stamp-info .tweet-user {
  color: #db760e;
}

.section-container {
  border: none;
}
.section-container > section .title {
  background: none;
}
.section-container > section .title:hover {
  background: #f6f6f6;
}
.section-container > section .title:hover a {
  color: #333333;
}
.section-container > section .title:hover a:before {
  border-color: #333333 transparent transparent transparent;
}
.section-container > section .title a {
  font-size: 1em;
  color: #aaa;
  padding: 0.5em 0.5em 0.5em 1.25em;
  position: relative;
}
.section-container > section .title a:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -3px;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #aaa transparent transparent transparent;
}
.section-container > section.active .title {
  background: #efefef;
}
.section-container > section.active .title a {
  color: #333333;
}
.section-container > section.active .title a:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -3px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #333333 transparent;
}
.section-container > section .content.block-grid {
  padding-left: 0;
  padding-right: 0;
}

/*Footer*/
.bottom {
  background: #5a5a5a;
  color: #a8a8a8;
  padding: 30px 0;
}
.bottom .left {
  font: 15px "AlternateGothicFSNo3","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .bottom .left {
    margin: 0;
  }
}
.bottom img {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .bottom img {
    margin: 0 0 0 60px;
  }
}
.bottom .right {
  font: 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

.sharing {
  max-width: 62.5em;
  margin: 0 auto;
}

.share-this {
  background: white;
  border-top: solid 1px #e5e5e5;
  line-height: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1140px) {
  .share-this {
    position: fixed;
    left: -2px;
    top: 350px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    border: solid 1px #e5e5e5;
    border-bottom: none;
  }
}
.share-this li {
  padding: 12px;
  display: inline-block;
}
@media only screen and (min-width: 1140px) {
  .share-this li {
    display: block;
    border-bottom: solid 1px #e5e5e5;
  }
}
.share-this a {
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 4px top;
  color: #333333;
  line-height: 20px;
}
@media only screen and (min-width: 1140px) {
  .share-this a {
    display: block;
    width: auto;
    padding-top: 23px;
    line-height: 1em;
    padding-left: 0;
  }
}
.share-this a.facebook {
  background-image: url(/img/icons/share-facebook.png);
}
.share-this a.twitter {
  background-image: url(/img/icons/share-twitter.png);
}
.share-this a.print {
  display: none;
  background-image: url(/img/icons/share-print.png);
}
@media only screen and (min-width: 48em) {
  .share-this a.print {
    display: block;
  }
}
.share-this a.email {
  background-image: url(/img/icons/share-email.png);
  background-position: 2px top;
}
.share-this a.email:hover {
  background-position: -73px top;
}
.share-this a:hover {
  color: #db760e;
  background-position: -75px top;
}

@media only screen and (min-width: 48em) {
  .comment-count-meta {
    text-align: right;
  }
}

.comment-count {
  background: url(/img/icons/comments-small.png) no-repeat left center;
  line-height: 19px;
  padding-left: 25px;
  display: inline-block;
  color: #db760e;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#commentform,
.submit-comment {
  margin: 0;
}

.comments-title,
.reply-title {
  text-transform: uppercase;
  font-size: 2.25em;
  margin: 0;
}

.comments-title {
  color: #267774;
  background: url(/img/icons/comments-large.png) no-repeat left center;
  line-height: 1em;
  padding-left: 45px;
  display: inline-block;
}

.reply-title {
  margin: 0;
  background: url(/img/icons/edit-large.png) no-repeat left center;
  line-height: 1em;
  padding-left: 31px;
  display: inline-block;
}

.post-comment {
  background: url(/img/icons/edit-small.png) no-repeat left center;
  line-height: 4em;
  padding-left: 18px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.cancel-comment-reply {
  margin-bottom: 0.625em;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 48em) {
  .comments-list {
    padding-right: 80px;
  }
}
.comments-list li {
  margin-bottom: 1.875em;
}
.comments-list li p {
  margin-bottom: 0.625em;
  font-size: 0.857em;
}
.comments-list .comment-meta {
  color: #c0c0c0;
  text-transform: uppercase;
  font-size: 0.714em;
  letter-spacing: 1px;
}
.comments-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  font-size: 1em;
}
.comments-list .children p {
  font-size: 1em;
}

.comment-reply-form {
  padding: 30px;
  background: #f3f3f3;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Widget
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.fc-event-time {
  text-transform: uppercase;
}

.event-list-title {
  background: #267774;
  color: white;
  padding-left: 10px;
  margin-bottom: -2px !important;
}

.eventlist {
  width: 100%;
  background: none;
  border: none;
}
.eventlist .event {
  font-size: 1em;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.eventlist .event:hover {
  cursor: pointer;
}
.eventlist .event:hover td {
  background-color: #5fa2a2;
}
.eventlist .event td {
  color: white;
  vertical-align: middle;
  font-size: 12px;
  border-top: solid 1px white;
  padding: 10px;
  background-color: #267774;
}
.eventlist .aec-repeating .event-time {
  background-image: url(/img/icons/recurring.png);
  background-position: 11px center;
  background-repeat: no-repeat;
  padding-left: 28px !important;
}

.home .eventlist .event .event-time {
  width: 80px;
}
.home .eventlist .event .event-location {
  width: 100px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Modal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#aec-modal-container {
  background-color: #fff !important;
  color: #333333 !important;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-size: 1em !important;
  padding-bottom: 20px !important;
  height: auto !important;
  width: 90% !important;
  left: 50% !important;
  margin-left: -45% !important;
}
@media only screen and (min-width: 62.5em) {
  #aec-modal-container {
    width: 600px !important;
    margin-left: -300px !important;
  }
}

#aec-modal-container .close a {
  color: #fff !important;
  padding: 12px 12px 0 !important;
  text-shadow: none !important;
}

.aec-title {
  background: #267774 !important;
  color: white !important;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
  text-shadow: none !important;
  font-size: 1.375em;
  padding: 12px 16px !important;
}

#aec-modal-container .aec-content {
  padding: 12px 16px 0 !important;
  font-size: 1em !important;
}

#aec-modal .category {
  padding-right: 10px !important;
}
#aec-modal .description {
  font-size: 0.875em;
  line-height: 1.6;
  padding: 20px 0;
}
#aec-modal .duration,
#aec-modal .location {
  background: #f3f3f3 !important;
}
#aec-modal .location {
  font-size: 0.75em;
  line-height: 1.6;
  background: none !important;
  border-top: solid 1px #f3f3f3;
  border-left: solid 1px #f3f3f3;
}
#aec-modal .contact {
  padding-top: 10px;
}
#aec-modal .times {
  padding-bottom: 10px;
}
#aec-modal .link {
  right: 14px !important;
}
#aec-modal .link,
#aec-modal .maplink {
  background: #db760e !important;
}
#aec-modal .link:hover,
#aec-modal .maplink:hover {
  background: #ab5c0b !important;
  box-shadow: none !important;
}

.categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.249875em;
}
.categories-list li.current-cat a {
  color: #FFF;
  background: #db760e;
  padding-left: 12px;
}
.categories-list li.current-cat a:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -6px;
  top: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7px 5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.categories-list a {
  font-size: 22px;
  color: #267774;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding: 4px 8px 4px 0;
}
.categories-list a:hover {
  color: #c3690c;
}

@media only screen and (min-width: 48em) {
  .post,
  .type-page,
  .content-nav {
    padding-right: 50px;
  }
}

.entry-content {
  border-bottom: solid 1px #f3f3f3;
  margin-bottom: 1.249875em;
}
.entry-content h2 {
  font-size: 3em;
  line-height: 1em;
  color: #267774;
}
.entry-content.page-content {
  border-bottom: none;
}

.entry-head {
  margin-bottom: 1.249875em;
}

.entry-title {
  color: #267774;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0;
}
.entry-title a {
  color: #267774;
}
.entry-title a:hover {
  color: #c3690c;
}

.post-meta {
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #db760e;
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 1px;
  line-height: 20px;
}

/*Author Page*/
.author-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.product-categories {
  padding-top: 10px;
}

.product {
  background: url(/img/divider.png) center bottom no-repeat;
  padding: 25px 0;
}

.product-author {
  margin: 0;
  font-style: italic;
}

.product-specs {
  margin: 0;
}

.product-header {
  padding-top: 25px;
}
.product-header h2 {
  color: #db760e;
  margin: 0;
}

.products-widget-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-widget-list li {
  padding: 1em 0;
  border-bottom: solid 1px #ddd;
  display: table;
  width: 100%;
}
.products-widget-list li:last-child {
  border: none;
}
.products-widget-list li div {
  display: table-cell;
  vertical-align: middle;
}

.related-products-image {
  width: 30%;
}
.related-products-image img {
  margin: 0;
}

.related-products-name {
  width: 65%;
}

.projects-nav {
  background: #267774;
  padding: 18px 0 4px;
  margin-top: 20px;
  color: #FFF;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.375em;
}
.projects-nav .button {
  font-size: 14px;
  margin-left: 22px;
}
@media only screen and (min-width: 48em) {
  .projects-nav .button {
    font-size: 18px;
  }
}
.projects-nav .project-idea-cta {
  position: relative;
  z-index: 10;
  text-align: left;
}
@media only screen and (min-width: 48em) {
  .projects-nav .project-idea-cta {
    float: right;
    width: 350px;
    margin-right: 12%;
    text-align: right;
  }
}

@media only screen and (min-width: 48em) {
  #project-tabs {
    margin-top: -75px;
  }
}
#project-tabs .tab-content {
  padding-top: 15px;
}
@media only screen and (min-width: 48em) {
  #project-tabs .tab-content {
    padding-top: 35px;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * How To Slides
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.how-to-title {
  text-align: center;
  font-size: 1.9375em;
  text-transform: uppercase;
}

.launch-project-slides {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .launch-project-slides {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.launch-project-slides .orbit-slide-number,
.launch-project-slides .orbit-timer {
  display: none;
}
.launch-project-slides .orbit-container {
  background: none;
}
.launch-project-slides .orbit-slides-container {
  line-height: 1.2;
}
@media only screen and (min-width: 48em) {
  .launch-project-slides .slide {
    padding: 0 50px;
  }
}
.launch-project-slides .slide-image {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .launch-project-slides .slide-image {
    float: left;
    width: 42%;
  }
}
.launch-project-slides .slide-image img {
  display: inline-block;
}
.launch-project-slides .slide-content {
  padding: 10px;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.625em;
}
@media only screen and (min-width: 48em) {
  .launch-project-slides .slide-content {
    float: right;
    width: 51.7%;
    padding: 20px 70px 0 0;
  }
}
.launch-project-slides .slide-title {
  text-transform: uppercase;
  font-size: 1.53em;
  margin: 0 0 15px;
}
.launch-project-slides .orbit-bullets {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 48em) {
  .launch-project-slides .orbit-bullets {
    display: block;
  }
}
.launch-project-slides .orbit-bullets li {
  float: none;
  background: none;
  border: none;
  display: inline;
  font-size: 1.3125em;
  padding: 0 10px;
  font-weight: bold;
  color: #267774;
  cursor: pointer;
}
.launch-project-slides .orbit-bullets li.active {
  color: #db760e;
  cursor: default;
}
.launch-project-slides a.orbit-prev,
.launch-project-slides a.orbit-next {
  position: relative;
  display: block;
  color: #267774;
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  z-index: 100;
  background: none;
}
@media only screen and (min-width: 48em) {
  .launch-project-slides a.orbit-prev,
  .launch-project-slides a.orbit-next {
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.launch-project-slides a.orbit-prev span,
.launch-project-slides a.orbit-next span {
  display: none;
}
.launch-project-slides a.orbit-prev:before,
.launch-project-slides a.orbit-next:before {
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 32px 25px 0px;
  border-color: transparent #267774 transparent transparent;
}
.launch-project-slides a.orbit-prev {
  float: left;
}
.launch-project-slides a.orbit-next {
  float: right;
  right: 0;
  left: auto;
}
.launch-project-slides a.orbit-next:before {
  border-width: 25px 0px 25px 32px;
  border-color: transparent transparent transparent #267774;
}

.touch .orbit-container a.orbit-prev,
.touch .orbit-container a.orbit-next {
  display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Individual Projects
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.project {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  border: solid 1px #e5e5e5;
  margin-bottom: 2px;
  *zoom: 1;
  padding: 20px;
}
.project:before, .project:after {
  content: " ";
  display: table;
}
.project:after {
  clear: both;
}
@media only screen and (min-width: 48em) {
  .project {
    padding: 30px;
  }
}
.project .wp-post-image {
  margin: 0;
}
.project .entry-title {
  text-transform: uppercase;
}

.project-image img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 48em) {
  .project-image {
    float: left;
    width: 42%;
  }
}

@media only screen and (min-width: 48em) {
  .project-content {
    float: right;
    width: 51.7%;
  }
}

.project-cost {
  margin-bottom: 10px;
}

.amount-needed {
  margin-bottom: 15px;
  color: #267774;
}

@media only screen and (min-width: 48em) {
  .project-credits {
    text-align: right;
  }
}

.launched-by {
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .launched-by {
    margin-bottom: 0;
  }
}
.launched-by span {
  font-size: 0.6875em;
  color: #aaa;
  text-transform: uppercase;
}

@media only screen and (min-width: 48em) {
  .launched-by-photo {
    display: inline-block;
    width: 85px;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Submit Project
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.submit-project {
  background-image: url(/img/divider.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 35px 0;
}
@media only screen and (min-width: 48em) {
  .submit-project {
    padding: 70px 0;
  }
}

.submit-project-icon {
  display: none;
}
@media only screen and (min-width: 48em) {
  .submit-project-icon {
    display: inline;
  }
}

.submit-project-title {
  color: #267774;
  text-transform: uppercase;
  font-size: 3.75em;
  margin: 0;
  line-height: .9;
}
@media only screen and (min-width: 48em) {
  .submit-project-title {
    margin: 0 18%;
  }
}

.submit-project-subtitle {
  text-transform: uppercase;
  font-size: 2.25em;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .submit-project-subtitle {
    text-align: left;
  }
}

/*! jQuery UI - v1.10.2 - 2013-04-26
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.tabs.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0;
}

.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #fff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ffd27a_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

.ui-tabs {
  border-radius: 0;
  border: none;
  padding: 0;
  background: none;
  font-size: 1em;
}
.ui-tabs .ui-tabs-nav {
  background: none;
  border: none;
  font-weight: normal;
  font-size: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  border-radius: 0;
}
.ui-tabs .ui-tabs-nav:before, .ui-tabs .ui-tabs-nav:after {
  content: " ";
  display: table;
}
.ui-tabs .ui-tabs-nav:after {
  clear: both;
}
.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li.ui-state-default {
  margin: 0;
  margin-top: 3px;
  border: solid 1px #e5e5e5;
  background: white;
  border-left-width: 0;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs .ui-tabs-nav li.ui-state-default a {
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1em;
  padding: 6px;
  text-transform: uppercase;
  color: #878787;
}
@media only screen and (min-width: 48em) {
  .ui-tabs .ui-tabs-nav li a,
  .ui-tabs .ui-tabs-nav li.ui-state-default a {
    font-size: 1.25em;
    padding: 10px;
  }
}
@media only screen and (min-width: 62.5em) {
  .ui-tabs .ui-tabs-nav li a,
  .ui-tabs .ui-tabs-nav li.ui-state-default a {
    padding: 15px;
  }
}
.ui-tabs .ui-tabs-nav li a:hover,
.ui-tabs .ui-tabs-nav li.ui-state-default a:hover {
  color: #333333;
}
.ui-tabs .ui-tabs-nav li.loading a,
.ui-tabs .ui-tabs-nav li.ui-state-default.loading a {
  background: url(/img/loading.gif) no-repeat 15px center !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li.ui-state-default.ui-tabs-active {
  z-index: 10;
  margin-top: 0;
  border: solid 1px white;
  box-shadow: 2px -1px 3px rgba(0, 0, 0, 0.1);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-default.ui-tabs-active a {
  padding: 8px 6px 6px;
  color: #333333;
}
@media only screen and (min-width: 48em) {
  .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
  .ui-tabs .ui-tabs-nav li.ui-state-default.ui-tabs-active a {
    padding: 11px 10px 12px 10px;
  }
}
@media only screen and (min-width: 62.5em) {
  .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
  .ui-tabs .ui-tabs-nav li.ui-state-default.ui-tabs-active a {
    padding: 16px 15px 17px 15px;
  }
}
.ui-tabs .tab-content {
  padding: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #333333;
}
.ui-tabs .tab-content a {
  color: #db760e;
}
.ui-tabs .tab-content a.button {
  color: #FFF;
}

.mobile-tabs .section-container {
  border: none;
  margin-bottom: .75em;
}
@media only screen and (min-width: 48em) {
  .mobile-tabs .section-container {
    margin-bottom: 2.25em;
  }
}
.mobile-tabs .section-container section {
  border: none;
  text-transform: uppercase;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.mobile-tabs .section-container section .title {
  background: none;
  font-size: 1em;
}
.mobile-tabs .section-container section .title a {
  padding-right: 1.2em;
  position: relative;
}
.mobile-tabs .section-container section .title a:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.mobile-tabs .section-container section .title a:before {
  display: none;
}
.mobile-tabs .section-container section .content {
  background: none;
}
.mobile-tabs .section-container section .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-tabs .section-container section .content ul a {
  padding: .4em 0;
  display: block;
}
.mobile-tabs .section-container section a, .mobile-tabs .section-container section a:hover {
  color: #FFF;
  padding: 0;
}
.mobile-tabs .section-container section.active .title a {
  color: #f8a959;
}
.mobile-tabs .section-container section.active .title a:after {
  border-color: #f8a959 transparent transparent transparent;
}

.qa-categories-nav {
  margin-top: 20px;
  background: #267774;
}
.qa-categories-nav .category-items {
  padding-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .qa-categories-nav .category-items {
    height: 85px;
  }
}
.qa-categories-nav .mobile-tabs .section-container {
  margin-top: 10px;
  margin-bottom: 2.25em;
}

.ui-tabs.qa-tabs .ui-tabs-nav {
  margin-left: -15px;
}
@media only screen and (min-width: 48em) {
  .ui-tabs.qa-tabs .ui-tabs-nav {
    margin-left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .ui-tabs.qa-tabs .ui-tabs-nav li a {
    padding: 14px 15px 10px 44px;
    background-image: url(/img/icons/tabs.png);
    background-repeat: no-repeat;
  }
}
.ui-tabs.qa-tabs .ui-tabs-nav li a.video {
  background-position: -135px 15px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a.audio {
  background-position: -135px -55px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a.qa {
  background-position: -135px -125px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a.research {
  background-position: -135px -195px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a.links {
  background-position: -135px -265px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a.quotes {
  background-position: -135px -335px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a.blog {
  background-position: -135px -405px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a:hover.video {
  background-position: 15px 15px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a:hover.audio {
  background-position: 15px -55px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a:hover.qa {
  background-position: 15px -125px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a:hover.research {
  background-position: 15px -195px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a:hover.links {
  background-position: 15px -265px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a:hover.quotes {
  background-position: 15px -335px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li a:hover.blog {
  background-position: 15px -405px;
}
@media only screen and (min-width: 48em) {
  .ui-tabs.qa-tabs .ui-tabs-nav li.ui-tabs-active a {
    padding: 14px 15px 12px 44px;
  }
}
.ui-tabs.qa-tabs .ui-tabs-nav li.ui-tabs-active a.video {
  background-position: 15px 15px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li.ui-tabs-active a.audio {
  background-position: 15px -55px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li.ui-tabs-active a.qa {
  background-position: 15px -125px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li.ui-tabs-active a.research {
  background-position: 15px -195px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li.ui-tabs-active a.links {
  background-position: 15px -265px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li.ui-tabs-active a.quotes {
  background-position: 15px -335px;
}
.ui-tabs.qa-tabs .ui-tabs-nav li.ui-tabs-active a.blog {
  background-position: 15px -405px;
}

#qa-tabs {
  margin-top: -31px;
}
@media only screen and (min-width: 48em) {
  #qa-tabs {
    margin-top: -49px;
  }
}
#qa-tabs .tab-content a.video-thumb-title {
  color: #414141;
  line-height: 1.3em;
  margin-bottom: 10px;
  display: block;
}

.video-thumb {
  position: relative;
  display: block;
}
.video-thumb img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 48em) {
  .video-thumb img {
    min-height: 174px;
  }
}

.play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  left: 0;
  top: 0;
  background: url(/img/icons/play.png) no-repeat center center;
}

.answers {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  font-size: 1.125em;
}
.answers li {
  padding: 1em 0;
  border-top: solid 1px #ddd;
}
.answers li:first-child {
  border: none;
}
.answers li p {
  margin: 0;
}
@media only screen and (min-width: 48em) {
  .answers li.quote {
    padding: 1em 2.5em;
  }
}
.answers li.quote p {
  line-height: 1.1;
}
.answers li.quote cite {
  font-size: .7em;
  color: #333333;
}

.quote {
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #267774;
  line-height: 1.1;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  .quote {
    padding: 1em;
    font-size: 2.25em;
  }
}

.quote-author {
  font-style: normal;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #333333;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.related .section-title {
  font-size: 14px;
  color: #b1b1b1;
  padding-left: 12px;
  background-position: left center;
  background-repeat: no-repeat;
}
.related .section-title.icon-video {
  background-image: url(/img/icons/video-tiny.png);
}
.related .section-title.icon-audio {
  background-image: url(/img/icons/audio-tiny.png);
}
.related .section-title.icon-qa {
  background-image: url(/img/icons/qa-tiny.png);
}
.related .section-title.icon-research {
  background-image: url(/img/icons/research-tiny.png);
}
.related .section-title.icon-link {
  background-image: url(/img/icons/link-tiny.png);
}
.related .section-title.icon-quote {
  background-image: url(/img/icons/quote-tiny.png);
}
.related .section-title.icon-blog {
  background-image: url(/img/icons/blog-tiny.png);
}
.related .entry-title {
  font-size: 22px;
  font-family: "AlternateGothicFSNo3", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.related.answers li {
  border-bottom-color: #e5e5e5;
}
@media only screen and (min-width: 48em) {
  .related .video-thumb {
    max-width: 60%;
  }
}

@media print {
  #comments,
  #respond,
  .opt-in,
  .hero,
  .sharing,
  #searchform,
  .tabs-nav,
  .comment-count-meta,
  .categories-nav,
  .single .back,
  #sidebar {
    display: none;
  }

  .mobile-tabs {
    display: none !important;
  }

  .section-container .title {
    display: none;
  }
  .section-container .content .large-block-grid-4 {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .section-container .content .large-block-grid-4 li {
    margin-bottom: 40px;
  }
  .section-container > section .content {
    display: block;
  }
  .section-container .video-thumb:after {
    display: none;
  }

  .tab-content {
    display: block !important;
  }
}
.site-popup {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(25, 46, 49, 0.4);
  z-index: 1000;
  padding-top: 27px;
  padding-bottom: 17px;
  text-align: center;
  font-family: 'AlternateGothicFSNo3';
}
.site-popup .close {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.89px;
}
.site-popup .close:hover {
  cursor: pointer;
}
.site-popup .text-holder {
  display: inline-block;
  margin-right: 25px;
}
.site-popup .text-holder .title {
  font-size: 44px;
  letter-spacing: 0.02px;
  margin-bottom: 3px;
}
.site-popup .text-holder .sub-text,
.site-popup .text-holder .sub-text p {
  font-size: 12px;
  font-family: HelveticaNeue;
  letter-spacing: 0px;
  opacity: .7;
  margin-bottom: 0;
}
.site-popup .button-holder {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
@media screen and (max-width: 62.5em) {
  .site-popup {
    padding: 40px 10px;
  }
  .site-popup .close {
    top: 5px;
    right: 10px;
    transform: none;
  }
  .site-popup .text-holder {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .site-popup .text-holder .title {
    font-size: 32px;
  }
  .site-popup .button-holder {
    display: block;
    padding: 0;
  }
}

.oldie-show {
  display: block;
}

.ie8 .contain-to-grid .top-bar-wrap {
  background: url(/img/ie-transparent-white.png);
}
.ie8 .contain-to-grid .top-bar-wrap .top-bar {
  margin-bottom: 0;
}
.ie8 .contain-to-grid .top-bar-wrap .top-bar .top-bar-section ul li > a {
  background: none;
}
.ie8 .contain-to-grid .top-bar-wrap .top-bar .top-bar-section ul li > a:hover {
  background: url(/img/ie-transparent-white.png);
}
.ie8 .contain-to-grid .top-bar-wrap .top-bar .top-bar-section .dropdown {
  background: url(/img/ie-less-transparent-white.png);
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.ie8 .contain-to-grid .top-bar-wrap .top-bar .top-bar-section .dropdown li a {
  display: block;
  line-height: 63px;
  padding-top: 0;
}
.ie8 .contain-to-grid .top-bar-wrap .top-bar .top-bar-section .dropdown li a:hover {
  background: #fff;
}
.ie8 .contain-to-grid .top-bar-wrap .top-bar .top-bar-section .dropdown .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent transparent #545454;
  margin-top: 4px;
}
.ie8 .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ie8 .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-default {
  border-right: solid 1px #e5e5e5;
}
.ie8 .opt-in-content {
  float: right !important;
}
.ie8 .launch-project-slides a.orbit-next {
  right: 0 !important;
  left: auto !important;
}
.ie8 #hero-slides .slide-content {
  background: url(/img/ie-transparent-primary.png);
}
.ie8 .qa-item .qa-topic img {
  border: solid 5px transparent;
}
.ie8 .qa-item .qa-topic:hover img {
  width: auto;
  max-width: auto;
  position: static !important;
  margin: 0 auto;
  border: solid 5px #db760e;
}
