@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../sass/__normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../sass/__normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/__normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/__normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../sass/__normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/__normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/__normalize.scss */
a:focus {
  outline: none;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 125, ../sass/__normalize.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
  margin: 0;
}

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

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

/* line 149, ../sass/__normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 157, ../sass/__normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 166, ../sass/__normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 176, ../sass/__normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 185, ../sass/__normalize.scss */
p,
pre {
  margin: 0 0 28px 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 194, ../sass/__normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 207, ../sass/__normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 217, ../sass/__normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 225, ../sass/__normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 235, ../sass/__normalize.scss */
small {
  font-size: 80%;
}

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

/* line 251, ../sass/__normalize.scss */
sup {
  top: -0.5em;
}

/* line 255, ../sass/__normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 267, ../sass/__normalize.scss */
dl,
menu,
ol,
ul {
  margin: 0 0 28px 0;
}

/* line 274, ../sass/__normalize.scss */
dd {
  margin: 0 0 0 30px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 282, ../sass/__normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 292, ../sass/__normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 307, ../sass/__normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 316, ../sass/__normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 328, ../sass/__normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 340, ../sass/__normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 348, ../sass/__normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 360, ../sass/__normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 374, ../sass/__normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 389, ../sass/__normalize.scss */
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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 401, ../sass/__normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 416, ../sass/__normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 429, ../sass/__normalize.scss */
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 441, ../sass/__normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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).
 */
/* line 455, ../sass/__normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 476, ../sass/__normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 487, ../sass/__normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 500, ../sass/__normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 505, ../sass/__normalize.scss */
input:focus {
  outline: none;
}

/* line 1, ../sass/__initialstyling.scss */
html,
button,
input,
select,
textarea {
  color: black;
}

/* line 9, ../sass/__initialstyling.scss */
input, input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 14, ../sass/__initialstyling.scss */
html {
  font-size: 16px;
  line-height: 1.4em;
}

/* line 19, ../sass/__initialstyling.scss */
::-moz-selection {
  background: #95bcd4;
  text-shadow: none;
}

/* line 24, ../sass/__initialstyling.scss */
::selection {
  background: #95bcd4;
  text-shadow: none;
}

/* line 29, ../sass/__initialstyling.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 38, ../sass/__initialstyling.scss */
a,
span.gc-cs-link {
  text-decoration: none;
  -moz-transition: color 150ms ease-in;
  -o-transition: color 150ms ease-in;
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
  color: #2ea7bc;
}

/* line 46, ../sass/__initialstyling.scss */
.safari a,
.safari span.gc-cs-link {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* line 52, ../sass/__initialstyling.scss */
li {
  display: block;
}

/* line 56, ../sass/__initialstyling.scss */
a:hover,
span.gc-cs-link:hover {
  color: #ff6f00;
}

/* line 61, ../sass/__initialstyling.scss */
a:active {
  outline: none;
  background: inherit;
}

/* line 66, ../sass/__initialstyling.scss */
em {
  font-style: italic;
}

/* line 70, ../sass/__initialstyling.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/* line 77, ../sass/__initialstyling.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 83, ../sass/__initialstyling.scss */
textarea {
  resize: vertical;
}

/* line 87, ../sass/__initialstyling.scss */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 112, ../sass/__initialstyling.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 119, ../sass/__initialstyling.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 124, ../sass/__initialstyling.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 128, ../sass/__initialstyling.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 132, ../sass/__initialstyling.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 138, ../sass/__initialstyling.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 144, ../sass/__initialstyling.scss */
  thead {
    display: table-header-group;
  }

  /* line 148, ../sass/__initialstyling.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 153, ../sass/__initialstyling.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 161, ../sass/__initialstyling.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 168, ../sass/__initialstyling.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 6, ../sass/__helperclasses.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 13, ../sass/__helperclasses.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 21, ../sass/__helperclasses.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 26, ../sass/__helperclasses.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 37, ../sass/__helperclasses.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 49, ../sass/__helperclasses.scss */
.invisible {
  visibility: hidden;
}

/* line 55, ../sass/__helperclasses.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 61, ../sass/__helperclasses.scss */
.orange-header {
  font-size: 0.75em;
  line-height: 16px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ff6f00;
  height: 23px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
/* line 67, ../sass/__helperclasses.scss */
.orange-header > span {
  padding-bottom: 8px;
  border-bottom: 1px solid #ff6f00;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  /* line 61, ../sass/__helperclasses.scss */
  .orange-header {
    margin-bottom: 28px;
  }
}

/* line 78, ../sass/__helperclasses.scss */
.lt-ie9 .orange-header {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */
/* Images
-------------------------------------------------------------- */
/* line 11, ../sass/__wp.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
}

/* line 14, ../sass/__wp.scss */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 20, ../sass/__wp.scss */
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 26, ../sass/__wp.scss */
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 33, ../sass/__wp.scss */
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
/* line 36, ../sass/__wp.scss */
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
/* line 42, ../sass/__wp.scss */
.wp-caption p.wp-caption-text {
  margin: 0;
}

/* line 48, ../sass/__wp.scss */
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}

/* line 52, ../sass/__wp.scss */
.gallery dl {
  margin: 0;
}

/* line 55, ../sass/__wp.scss */
.gallery-caption {
  margin: -1.5em 0 0 0;
}

/* Pullquotes
-------------------------------------------------------------- */
/* line 64, ../sass/__wp.scss */
blockquote .left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
/* line 71, ../sass/__wp.scss */
blockquote .right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

@font-face {
  font-family: "Fort Bold";
  src: url("/fonts/Fort-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Fort-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Fort-Bold.woff") format("woff"), url("/fonts/Fort-Bold.svg#font") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Fort Bold IE8";
  src: url("/fonts/Fort-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Fort-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Fort-Bold.woff") format("woff"), url("/fonts/Fort-Bold.svg#font") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Fort Bold";
  src: url("/fonts/Fort-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Fort-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Fort-BoldItalic.woff") format("woff"), url("/fonts/Fort-BoldItalic.svg#font") format("svg");
  /* Legacy iOS */
  font-style: italic;
}
@font-face {
  font-family: "Fort Book";
  src: url("/fonts/Fort-Book.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Fort-Book.eot?#iefix") format("embedded-opentype"), url("/fonts/Fort-Book.woff") format("woff"), url("/fonts/Fort-Book.svg#font") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Fort Book IE8";
  src: url("/fonts/Fort-Book.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Fort-Book.eot?#iefix") format("embedded-opentype"), url("/fonts/Fort-Book.woff") format("woff"), url("/fonts/Fort-Book.svg#font") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Fort Book";
  src: url("/fonts/Fort-BookItalic.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Fort-BookItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Fort-BookItalic.woff") format("woff"), url("/fonts/Fort-BookItalic.svg#font") format("svg");
  /* Legacy iOS */
  font-style: italic;
}
@font-face {
  font-family: "Fort Medium";
  src: url("/fonts/Fort-Medium.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Fort-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Fort-Medium.woff") format("woff"), url("/fonts/Fort-Medium.svg#font") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Fort Medium IE8";
  src: url("/fonts/Fort-Medium.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Fort-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Fort-Medium.woff") format("woff"), url("/fonts/Fort-Medium.svg#font") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Fort Medium";
  src: url("/fonts/Fort-MediumItalic.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Fort-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Fort-MediumItalic.woff") format("woff"), url("/fonts/Fort-MediumItalic.svg#font") format("svg");
  /* Legacy iOS */
  font-style: italic;
}
@font-face {
  font-family: "Fort Light";
  src: url("/fonts/Fort-Light.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Fort-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Fort-Light.woff") format("woff"), url("/fonts/Fort-Light.svg#font") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Fort Light IE8";
  src: url("/fonts/Fort-Light.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Fort-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Fort-Light.woff") format("woff"), url("/fonts/Fort-Light.svg#font") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Fort Light";
  src: url("/fonts/Fort-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Fort-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Fort-LightItalic.woff") format("woff"), url("/fonts/Fort-LightItalic.svg#font") format("svg");
  /* Legacy iOS */
  font-style: italic;
}
/* Grid Code Styling */
/* line 2, ../sass/__grids.scss */
.grid {
  margin: 0 -14.5px 29px -14.5px;
}
/* line 4, ../sass/__grids.scss */
.grid .row {
  margin-bottom: 30px;
}

/* line 10, ../sass/__grids.scss */
.flexbox .grid .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 13, ../sass/__grids.scss */
.flexbox .grid [class*='col-'] {
  margin-left: 14.5px;
  margin-right: 14.5px;
  padding: 0;
}
/* line 18, ../sass/__grids.scss */
.flexbox .grid .col-1-3 {
  width: 33.33%;
}
/* line 21, ../sass/__grids.scss */
.flexbox .grid .col-1-2 {
  width: 50%;
}
/* line 24, ../sass/__grids.scss */
.flexbox .grid .col-2-3 {
  width: 66.66%;
}
/* line 28, ../sass/__grids.scss */
.flexbox .grid.contains-sh-modules .col-1-3 {
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  background-color: #f8f8f8;
}
/* line 32, ../sass/__grids.scss */
.flexbox .grid.contains-sh-modules .col-1-3 .sh-module {
  border: none;
  background-color: transparent;
}
/* line 36, ../sass/__grids.scss */
.flexbox .grid.contains-sh-modules .col-1-3.empty {
  background-color: transparent;
  border: none;
}
@media only screen and (max-width: 1023px) {
  /* line 43, ../sass/__grids.scss */
  .flexbox .grid [class*='col-'] {
    margin-left: 11.5px;
    margin-right: 11.5px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 9, ../sass/__grids.scss */
  .flexbox .grid {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 53, ../sass/__grids.scss */
  .flexbox .grid .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  /* line 55, ../sass/__grids.scss */
  .flexbox .grid .row.row-1-2 {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  /* line 58, ../sass/__grids.scss */
  .flexbox .grid .row .col-1-2 {
    width: 50%;
  }
  /* line 62, ../sass/__grids.scss */
  .flexbox .grid [class*='col-'] {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 66, ../sass/__grids.scss */
  .flexbox .grid .col-1-3,
  .flexbox .grid .col-1-2,
  .flexbox .grid .col-2-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 539px) {
  /* line 73, ../sass/__grids.scss */
  .flexbox .grid .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  /* line 75, ../sass/__grids.scss */
  .flexbox .grid .row.row-1-2 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  /* line 78, ../sass/__grids.scss */
  .flexbox .grid .row .col-1-2 {
    width: 100%;
  }
}

/* line 85, ../sass/__grids.scss */
.no-flexbox .grid,
.no-js .grid {
  display: block;
  margin: 0 -14.5px 29px -14.5px;
}
/* line 89, ../sass/__grids.scss */
.no-flexbox .grid .row,
.no-js .grid .row {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
/* line 94, ../sass/__grids.scss */
.no-flexbox .grid [class*='col-'],
.no-js .grid [class*='col-'] {
  display: table-cell;
  padding-left: 14.5px;
  padding-right: 14.5px;
  height: 100%;
  vertical-align: top;
}
/* line 102, ../sass/__grids.scss */
.no-flexbox .grid .col-2-3,
.no-js .grid .col-2-3 {
  width: 66.66%;
}
/* line 105, ../sass/__grids.scss */
.no-flexbox .grid .col-1-3,
.no-js .grid .col-1-3 {
  width: 33.33%;
}
/* line 108, ../sass/__grids.scss */
.no-flexbox .grid .col-1-2,
.no-js .grid .col-1-2 {
  width: 50%;
}
/* line 111, ../sass/__grids.scss */
.no-flexbox .grid .col-1-4,
.no-js .grid .col-1-4 {
  width: 25%;
}
/* line 114, ../sass/__grids.scss */
.no-flexbox .grid .col-1-8,
.no-js .grid .col-1-8 {
  width: 12.5%;
}
/* line 121, ../sass/__grids.scss */
.no-flexbox .grid.contains-sh-modules [class*='col-'],
.no-js .grid.contains-sh-modules [class*='col-'] {
  border-right: 14.5px solid white;
  border-left: 14.5px solid white;
  background-color: #f8f8f8;
  padding-right: 0;
  padding-left: 0;
}
/* line 127, ../sass/__grids.scss */
.no-flexbox .grid.contains-sh-modules [class*='col-'] .sh-module,
.no-js .grid.contains-sh-modules [class*='col-'] .sh-module {
  background-color: transparent;
  border: none;
  height: 100%;
}
/* line 132, ../sass/__grids.scss */
.no-flexbox .grid.contains-sh-modules [class*='col-'].empty,
.no-js .grid.contains-sh-modules [class*='col-'].empty {
  background-color: transparent;
}

/* Opt-in outside padding */
/* line 140, ../sass/__grids.scss */
.grid-pad {
  padding: 42px;
}

/* Responsive Grid Code */
@media only screen and (max-width: 1023px) {
  /* line 151, ../sass/__grids.scss */
  .grid {
    margin-left: -11.5px;
    margin-right: -11.5px;
  }
  /* line 154, ../sass/__grids.scss */
  .grid .row {
    margin-bottom: 23px;
  }
  /* line 157, ../sass/__grids.scss */
  .grid [class*='col-'] {
    padding-left: 11.5px;
    padding-right: 11.5px;
  }

  /* line 163, ../sass/__grids.scss */
  .grid-pad {
    padding: 31px;
  }

  /* line 170, ../sass/__grids.scss */
  .no-flexbox .grid.contains-sh-modules [class*='col-'],
  .no-js .grid.contains-sh-modules [class*='col-'] {
    border-right: 11.5px solid white;
    border-left: 11.5px solid white;
  }
}
@media only screen and (min-width: 540px) and (max-width: 600px) {
  /* line 181, ../sass/__grids.scss */
  .no-flexbox .grid .col-1-2,
  .no-js .grid .col-1-2 {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 190, ../sass/__grids.scss */
  .grid {
    margin-left: -11px;
    margin-right: -11px;
  }
  /* line 193, ../sass/__grids.scss */
  .grid .row {
    margin-bottom: 0;
  }
  /* line 196, ../sass/__grids.scss */
  .grid [class*='col-'] {
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 22px;
    min-height: 1px;
  }
  /* line 201, ../sass/__grids.scss */
  .grid [class*='col-'].empty {
    display: none;
  }

  /* line 209, ../sass/__grids.scss */
  .no-flexbox .grid,
  .no-js .grid {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 213, ../sass/__grids.scss */
  .no-flexbox .grid .row,
  .no-js .grid .row {
    display: block;
  }
  /* line 215, ../sass/__grids.scss */
  .no-flexbox .grid .row.row-1-2,
  .no-js .grid .row.row-1-2 {
    display: table;
  }
  /* line 217, ../sass/__grids.scss */
  .no-flexbox .grid .row.row-1-2 [class*='col-'],
  .no-js .grid .row.row-1-2 [class*='col-'] {
    display: table-cell;
  }
  /* line 220, ../sass/__grids.scss */
  .no-flexbox .grid .row.row-1-2 .col-1-2,
  .no-js .grid .row.row-1-2 .col-1-2 {
    width: 50%;
  }
  /* line 225, ../sass/__grids.scss */
  .no-flexbox .grid [class*='col-'],
  .no-js .grid [class*='col-'] {
    display: block;
  }
  /* line 228, ../sass/__grids.scss */
  .no-flexbox .grid .col-1-3, .no-flexbox .grid .col-1-2, .no-flexbox .grid .col-1-4, .no-flexbox .grid .col-1-8, .no-flexbox .grid .col-2-3,
  .no-js .grid .col-1-3,
  .no-js .grid .col-1-2,
  .no-js .grid .col-1-4,
  .no-js .grid .col-1-8,
  .no-js .grid .col-2-3 {
    width: 100%;
  }
  /* line 232, ../sass/__grids.scss */
  .no-flexbox .grid.contains-sh-modules [class*='col-'],
  .no-js .grid.contains-sh-modules [class*='col-'] {
    border: none;
    background: transparent;
    padding-right: 11px;
    padding-left: 11px;
  }
  /* line 237, ../sass/__grids.scss */
  .no-flexbox .grid.contains-sh-modules [class*='col-'] .sh-module,
  .no-js .grid.contains-sh-modules [class*='col-'] .sh-module {
    background-color: #f8f8f8;
  }

  /* line 245, ../sass/__grids.scss */
  .grid-pad {
    padding: 22px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 251, ../sass/__grids.scss */
  .grid {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 254, ../sass/__grids.scss */
  .grid [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 35px;
  }
  /* line 260, ../sass/__grids.scss */
  .grid .col-1-2,
  .grid .col-1-4,
  .grid .col-1-8 {
    width: 100%;
  }

  /* line 269, ../sass/__grids.scss */
  .no-flexbox .grid .row.row-1-2,
  .no-js .grid .row.row-1-2 {
    display: block;
  }
  /* line 271, ../sass/__grids.scss */
  .no-flexbox .grid .row.row-1-2 [class*='col-'],
  .no-js .grid .row.row-1-2 [class*='col-'] {
    display: block;
  }
  /* line 274, ../sass/__grids.scss */
  .no-flexbox .grid .row.row-1-2 .col-1-2,
  .no-js .grid .row.row-1-2 .col-1-2 {
    width: 100%;
  }
  /* line 280, ../sass/__grids.scss */
  .no-flexbox .grid.contains-sh-modules [class*='col-'],
  .no-js .grid.contains-sh-modules [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 286, ../sass/__grids.scss */
  .grid-pad {
    padding: 13px;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, ../sass/__chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875em;
  line-height: 18px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 26, ../sass/__chosen.scss */
.lt-ie9 .chosen-container {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 31, ../sass/__chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #2ea7bc;
  border-top: 0;
  background: white;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
/* line 44, ../sass/__chosen.scss */
.chosen-container .chosen-drop * {
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

/* line 51, ../sass/__chosen.scss */
.safari .chosen-container .chosen-drop * {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* line 57, ../sass/__chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 60, ../sass/__chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
/* line 66, ../sass/__chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 30px;
  border: 1px solid #2ea7bc;
  background-color: #2ea7bc;
  background-clip: padding-box;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
}

/* line 80, ../sass/__chosen.scss */
.chosen-container-single .chosen-default {
  color: white;
}

/* line 83, ../sass/__chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: 1px solid #4b9faf;
}

/* line 91, ../sass/__chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 94, ../sass/__chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 104, ../sass/__chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 107, ../sass/__chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 110, ../sass/__chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 100%;
  border-left: 1px solid #73b8c9;
  border-right: 1px solid #2ea7bc;
}

/* line 120, ../sass/__chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 12px;
  height: 5px;
  width: 8px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1685px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .chosen-container-single .chosen-single div b {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1683.5px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}

/* line 127, ../sass/__chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 135, ../sass/__chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-results {
  padding-top: 3px;
}

/* line 139, ../sass/__chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 156, ../sass/__chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

/* line 160, ../sass/__chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 167, ../sass/__chosen.scss */
.chosen-container .chosen-results {
  color: black;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 177, ../sass/__chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

/* line 185, ../sass/__chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 189, ../sass/__chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 194, ../sass/__chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #2ea7bc;
  color: white;
}

/* line 198, ../sass/__chosen.scss */
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

/* line 202, ../sass/__chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 207, ../sass/__chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 210, ../sass/__chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 217, ../sass/__chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, white 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

/* line 237, ../sass/__chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 241, ../sass/__chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 246, ../sass/__chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 260, ../sass/__chosen.scss */
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

/* line 263, ../sass/__chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 281, ../sass/__chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 291, ../sass/__chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 294, ../sass/__chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 305, ../sass/__chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 308, ../sass/__chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 311, ../sass/__chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 315, ../sass/__chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 329, ../sass/__chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  background-color: #2d8595;
}

/* line 335, ../sass/__chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 339, ../sass/__chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
/* line 345, ../sass/__chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 349, ../sass/__chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 352, ../sass/__chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 358, ../sass/__chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 361, ../sass/__chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 365, ../sass/__chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 370, ../sass/__chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 373, ../sass/__chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 377, ../sass/__chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 381, ../sass/__chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 384, ../sass/__chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 387, ../sass/__chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 391, ../sass/__chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 395, ../sass/__chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 399, ../sass/__chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 403, ../sass/__chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 407, ../sass/__chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 410, ../sass/__chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* line 416, ../sass/__chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 419, ../sass/__chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 426, ../sass/__chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/**/
/* defaults */
/**/
/* line 4, ../sass/__tabs.scss */
.sky-tabs,
.sky-tabs * {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
}

/* line 13, ../sass/__tabs.scss */
.sky-tabs {
  position: relative;
  text-align: left;
  color: #666;
}
/* line 17, ../sass/__tabs.scss */
.sky-tabs > input {
  position: absolute;
  display: none;
}
/* line 20, ../sass/__tabs.scss */
.sky-tabs > input:checked + label {
  cursor: default;
  background-color: #ff6f00;
  color: white;
}
/* line 24, ../sass/__tabs.scss */
.sky-tabs > input:checked + label span.tabtitle {
  color: white;
}
/* line 27, ../sass/__tabs.scss */
.sky-tabs > input:checked + label .arrow {
  display: block;
  background: transparent;
}
/* line 33, ../sass/__tabs.scss */
.sky-tabs > label {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  color: black;
  font-size: 0.688em;
  line-height: 15px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  width: 16.66%;
  border-left: 3px solid white;
  background-color: #f0f0f0;
  -moz-transition: background-color 90ms ease-in;
  -o-transition: background-color 90ms ease-in;
  -webkit-transition: background-color 90ms ease-in;
  transition: background-color 90ms ease-in;
}
/* line 50, ../sass/__tabs.scss */
.sky-tabs > label:first-of-type {
  padding-left: 0;
  border-left: none;
}
/* line 54, ../sass/__tabs.scss */
.sky-tabs > label.inverse {
  float: right;
  padding-right: 0;
  padding-left: 1px;
}
/* line 59, ../sass/__tabs.scss */
.sky-tabs > label.disabled {
  cursor: default;
}
/* line 62, ../sass/__tabs.scss */
.sky-tabs > label span {
  display: block;
  padding: 0 5px;
  -moz-transition: color 90ms ease-in;
  -o-transition: color 90ms ease-in;
  -webkit-transition: color 90ms ease-in;
  transition: color 90ms ease-in;
  text-align: center;
}
/* line 68, ../sass/__tabs.scss */
.sky-tabs > label:hover {
  background-color: #ff6f00;
}
/* line 70, ../sass/__tabs.scss */
.sky-tabs > label:hover span {
  color: white;
}
/* line 72, ../sass/__tabs.scss */
.sky-tabs > label:hover span.arrow {
  background-color: transparent;
}
/* line 77, ../sass/__tabs.scss */
.sky-tabs > label .arrow {
  display: none;
  z-index: 2;
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ff6f00;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
}
/* line 91, ../sass/__tabs.scss */
.sky-tabs > label .arrow:hover {
  background-color: transparent;
}
/* line 96, ../sass/__tabs.scss */
.sky-tabs > .switcher {
  display: none;
}
/* line 98, ../sass/__tabs.scss */
.sky-tabs > .switcher a {
  display: block;
  margin: 0 -20px;
  padding: 0 20px;
  text-decoration: none;
  color: inherit;
}
/* line 106, ../sass/__tabs.scss */
.sky-tabs > ul {
  list-style: none;
  position: relative;
  display: block;
}
/* line 110, ../sass/__tabs.scss */
.sky-tabs > ul > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 26px 0 0 0;
  background: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 110, ../sass/__tabs.scss */
  .sky-tabs > ul > li {
    display: block;
  }
}
/* line 127, ../sass/__tabs.scss */
.sky-tabs > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
  position: relative;
  z-index: 1;
  opacity: 1;
  display: block;
}
/* line 142, ../sass/__tabs.scss */
.sky-tabs.totaltabs-1 > label {
  width: 100%;
}
/* line 147, ../sass/__tabs.scss */
.sky-tabs.totaltabs-2 > label {
  width: 50%;
}
/* line 152, ../sass/__tabs.scss */
.sky-tabs.totaltabs-3 > label {
  width: 33.33%;
}
/* line 157, ../sass/__tabs.scss */
.sky-tabs.totaltabs-4 > label {
  width: 25%;
}
/* line 162, ../sass/__tabs.scss */
.sky-tabs.totaltabs-5 > label {
  width: 20%;
}
/* line 167, ../sass/__tabs.scss */
.sky-tabs.totaltabs-6 > label {
  width: 16.66%;
}

/* line 175, ../sass/__tabs.scss */
.safari .sky-tabs > label {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 177, ../sass/__tabs.scss */
.safari .sky-tabs > label span {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* line 185, ../sass/__tabs.scss */
.no-js .sky-tabs > ul > li {
  display: block;
}

/* line 192, ../sass/__tabs.scss */
.lt-ie9 {
  /**/
  /* defaults */
  /**/
}
/* line 196, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs {
  /**/
  /* grid */
  /**/
}
/* line 197, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > label {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  background-color: #f0f0f0;
}
/* line 201, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > label:hover {
  background-color: #ff6f00;
}
/* line 203, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > label:hover span {
  color: white;
}
/* line 207, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > label span {
  color: black;
}
/* line 211, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > .active {
  cursor: default;
  background-color: #ff6f00;
}
/* line 214, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > .active span {
  background-color: #ff6f00;
  color: white;
}
/* line 217, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > .active span.arrow {
  background-color: transparent;
  display: block;
}
/* line 223, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > ul > li {
  position: relative;
  display: none;
  background-color: transparent;
}
/* line 232, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs .grid-col .inner {
  background: #f2f2f2;
}

/* line 20, ../sass/main.scss */
.content-wrap {
  margin: 0 auto;
  width: 1024px;
}
@media only screen and (max-width: 1023px) {
  /* line 20, ../sass/main.scss */
  .content-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 20, ../sass/main.scss */
  .content-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 539px) {
  /* line 20, ../sass/main.scss */
  .content-wrap {
    width: 100%;
  }
}

/*Header Styling */
/* line 41, ../sass/main.scss */
.main-header {
  width: 100%;
}

/* Styling for Main Site Navigation*/
/* line 2, ../sass/__mainnavigation.scss */
.top-nav {
  width: 100%;
  height: 105px;
  margin: 0;
  background-color: black;
}
/* line 7, ../sass/__mainnavigation.scss */
.top-nav .content-wrap {
  display: table;
  height: 100%;
  position: relative;
}
/* line 12, ../sass/__mainnavigation.scss */
.top-nav a:active, .top-nav a:focus {
  outline: none;
}
/* line 15, ../sass/__mainnavigation.scss */
.top-nav .logo {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
/* line 19, ../sass/__mainnavigation.scss */
.top-nav .logo a {
  display: block;
  height: 53px;
  width: 237px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1439px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .top-nav .logo a {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1439px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 25, ../sass/__mainnavigation.scss */
.top-nav .nav-links {
  display: table-cell;
  margin: 0;
  padding: 0;
  color: #c8c8c8;
  width: 50%;
  vertical-align: middle;
}
/* line 33, ../sass/__mainnavigation.scss */
.top-nav .nav-links .desktop {
  margin: 0;
  padding: 0;
  height: 30px;
  float: right;
}
/* line 38, ../sass/__mainnavigation.scss */
.top-nav .nav-links .desktop > li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  height: 30px;
  margin-left: 17px;
}
/* line 45, ../sass/__mainnavigation.scss */
.top-nav .nav-links .desktop > li.facebook {
  margin-left: 15px;
}
/* line 48, ../sass/__mainnavigation.scss */
.top-nav .nav-links .desktop > li.newsletter {
  padding-right: 15px;
  border-right: 1px solid #959595;
}
/* line 51, ../sass/__mainnavigation.scss */
.top-nav .nav-links .desktop > li.newsletter > span {
  font-size: 0.75em;
  line-height: 16px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
}
/* line 59, ../sass/__mainnavigation.scss */
.top-nav .nav-links .desktop > li.newsletter > a {
  float: left;
}
/* line 64, ../sass/__mainnavigation.scss */
.top-nav .nav-links .desktop > li > a {
  display: block;
  height: 30px;
  width: 30px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
/* line 70, ../sass/__mainnavigation.scss */
.top-nav .nav-links .desktop .newsletter > a {
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -698px;
  background-repeat: no-repeat;
}
/* line 29, ../sass/__retina-sprites.scss */
.top-nav .nav-links .desktop .newsletter > a:hover {
  background-position: 0 -738px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .top-nav .nav-links .desktop .newsletter > a {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -698px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
  /* line 56, ../sass/__retina-sprites.scss */
  .top-nav .nav-links .desktop .newsletter > a:hover {
    background-position: 0 -738px;
  }
}
/* line 73, ../sass/__mainnavigation.scss */
.top-nav .nav-links .desktop .facebook > a {
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -538px;
  background-repeat: no-repeat;
}
/* line 29, ../sass/__retina-sprites.scss */
.top-nav .nav-links .desktop .facebook > a:hover {
  background-position: 0 -578px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .top-nav .nav-links .desktop .facebook > a {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -538px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
  /* line 56, ../sass/__retina-sprites.scss */
  .top-nav .nav-links .desktop .facebook > a:hover {
    background-position: 0 -578px;
  }
}
/* line 76, ../sass/__mainnavigation.scss */
.top-nav .nav-links .desktop .twitter > a {
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -778px;
  background-repeat: no-repeat;
}
/* line 29, ../sass/__retina-sprites.scss */
.top-nav .nav-links .desktop .twitter > a:hover {
  background-position: 0 -818px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .top-nav .nav-links .desktop .twitter > a {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -778px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
  /* line 56, ../sass/__retina-sprites.scss */
  .top-nav .nav-links .desktop .twitter > a:hover {
    background-position: 0 -818px;
  }
}
/* line 79, ../sass/__mainnavigation.scss */
.top-nav .nav-links .desktop .linkedin > a {
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -618px;
  background-repeat: no-repeat;
}
/* line 29, ../sass/__retina-sprites.scss */
.top-nav .nav-links .desktop .linkedin > a:hover {
  background-position: 0 -658px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .top-nav .nav-links .desktop .linkedin > a {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -618px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
  /* line 56, ../sass/__retina-sprites.scss */
  .top-nav .nav-links .desktop .linkedin > a:hover {
    background-position: 0 -658px;
  }
}
/* line 82, ../sass/__mainnavigation.scss */
.top-nav .nav-links .desktop .youtube > a {
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -858px;
  background-repeat: no-repeat;
}
/* line 29, ../sass/__retina-sprites.scss */
.top-nav .nav-links .desktop .youtube > a:hover {
  background-position: 0 -898px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .top-nav .nav-links .desktop .youtube > a {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -858px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
  /* line 56, ../sass/__retina-sprites.scss */
  .top-nav .nav-links .desktop .youtube > a:hover {
    background-position: 0 -898px;
  }
}
/* line 86, ../sass/__mainnavigation.scss */
.top-nav .nav-links .mobile {
  display: none;
  position: relative;
  width: 100%;
}
/* line 91, ../sass/__mainnavigation.scss */
.top-nav .nav-links .mobile .mnav a {
  height: 16px;
  width: 25px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -938px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .top-nav .nav-links .mobile .mnav a {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -938px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 96, ../sass/__mainnavigation.scss */
.top-nav .nav-links .mobile .site-menu {
  margin: 0;
  padding: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/__mainnavigation.scss */
  .top-nav {
    height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  /* line 111, ../sass/__mainnavigation.scss */
  .top-nav .logo {
    width: 80%;
  }
  /* line 113, ../sass/__mainnavigation.scss */
  .top-nav .logo a {
    height: 29px;
    width: 218px;
    background-image: url('../img/sprites-sed64990c28.png');
    background-position: 0 -1400px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .top-nav .logo a {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1400px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 117, ../sass/__mainnavigation.scss */
  .top-nav .nav-links {
    width: 20%;
    text-align: right;
  }
  /* line 120, ../sass/__mainnavigation.scss */
  .top-nav .nav-links .desktop {
    display: none;
  }
  /* line 123, ../sass/__mainnavigation.scss */
  .top-nav .nav-links .mobile {
    display: block;
    text-align: right;
  }
  /* line 126, ../sass/__mainnavigation.scss */
  .top-nav .nav-links .mobile .mnav a {
    display: block;
    float: right;
  }
}

/* line 138, ../sass/__mainnavigation.scss */
.lt-ie10 .top-nav .logo a {
  position: relative;
  height: 55px;
  top: 1px;
}

/* line 153, ../sass/__mainnavigation.scss */
.lt-ie9 .top-nav .nav-links .desktop > li.newsletter > span {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 163, ../sass/__mainnavigation.scss */
#main-nav {
  width: 100%;
  height: 48px;
  background-color: #191919;
}
/* line 168, ../sass/__mainnavigation.scss */
#main-nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
/* line 176, ../sass/__mainnavigation.scss */
#main-nav .content-wrap {
  position: relative;
}
/* line 179, ../sass/__mainnavigation.scss */
#main-nav ul {
  padding: 0;
  margin: 0;
}
/* line 183, ../sass/__mainnavigation.scss */
#main-nav li {
  padding: 0;
  margin: 0;
  font-size: 0.75em;
  line-height: 16px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 188, ../sass/__mainnavigation.scss */
#main-nav li.current-menu-item a {
  color: #ff6f00;
}
/* line 193, ../sass/__mainnavigation.scss */
#main-nav a {
  color: white;
}
/* line 195, ../sass/__mainnavigation.scss */
#main-nav a:hover {
  color: #ff6f00;
  text-decoration: none;
}
/* line 200, ../sass/__mainnavigation.scss */
#main-nav .site-menu {
  float: left;
}
/* line 202, ../sass/__mainnavigation.scss */
#main-nav .site-menu li {
  float: left;
  line-height: 48px;
}
/* line 207, ../sass/__mainnavigation.scss */
#main-nav .site-menu li:first-of-type a, #main-nav .site-menu li.menu-item-270 a {
  padding-left: 0;
  border-left: none;
}
/* line 213, ../sass/__mainnavigation.scss */
#main-nav .site-menu a {
  display: inline-block;
  line-height: 12px;
  padding: 0 15px;
  border-left: 1px solid #959595;
}
/* line 221, ../sass/__mainnavigation.scss */
#main-nav .menu-search {
  position: absolute;
  top: 0;
  right: 42px;
  height: 48px;
  padding-left: 35px;
  margin: 10px 0;
  width: auto;
}
/* line 229, ../sass/__mainnavigation.scss */
#main-nav .menu-search * {
  -moz-transition: width 150ms ease-in;
  -o-transition: width 150ms ease-in;
  -webkit-transition: width 150ms ease-in;
  transition: width 150ms ease-in;
}
/* line 232, ../sass/__mainnavigation.scss */
#main-nav .menu-search .search-wrap {
  width: 91px;
  height: 28px;
  position: relative;
  text-align: right;
}
/* line 237, ../sass/__mainnavigation.scss */
#main-nav .menu-search .search-wrap form {
  height: 100%;
}
/* line 240, ../sass/__mainnavigation.scss */
#main-nav .menu-search .search-wrap .search-icon {
  display: block;
  position: absolute;
  top: 6px;
  right: 5px;
  height: 15px;
  width: 15px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1375px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  #main-nav .menu-search .search-wrap .search-icon {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1375px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 248, ../sass/__mainnavigation.scss */
#main-nav .menu-search .search-wrap .btn-cancel {
  display: none;
  position: absolute;
  top: 6px;
  right: 5px;
  height: 16px;
  width: 16px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -486px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  cursor: pointer;
}
/* line 29, ../sass/__retina-sprites.scss */
#main-nav .menu-search .search-wrap .btn-cancel:hover {
  background-position: 0 -512px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  #main-nav .menu-search .search-wrap .btn-cancel {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -486px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
  /* line 56, ../sass/__retina-sprites.scss */
  #main-nav .menu-search .search-wrap .btn-cancel:hover {
    background-position: 0 -512px;
  }
}
/* line 258, ../sass/__mainnavigation.scss */
#main-nav .menu-search .search {
  border: none;
  background-color: transparent;
  padding: 0 0 0 10px;
  color: #646464;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  border-right: 24px solid transparent;
  font-size: 0.75em;
  line-height: 16px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-transition: width 150ms ease-in, background-color 150ms ease-in, color 150ms ease-in, border-color 25ms ease-in;
  -o-transition: width 150ms ease-in, background-color 150ms ease-in, color 150ms ease-in, border-color 25ms ease-in;
  -webkit-transition: width 150ms ease-in, background-color 150ms ease-in, color 150ms ease-in, border-color 25ms ease-in;
  transition: width 150ms ease-in, background-color 150ms ease-in, color 150ms ease-in, border-color 25ms ease-in;
}
/* line 269, ../sass/__mainnavigation.scss */
#main-nav .menu-search .search::-ms-clear {
  display: none;
}
/* line 273, ../sass/__mainnavigation.scss */
#main-nav .menu-search.active {
  height: 35px;
  width: 35px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1700px;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  #main-nav .menu-search.active {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1698.5px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 277, ../sass/__mainnavigation.scss */
#main-nav .menu-search.active .search-wrap {
  width: 182px;
}
/* line 279, ../sass/__mainnavigation.scss */
#main-nav .menu-search.active .search-wrap .search-icon {
  display: none;
}
/* line 282, ../sass/__mainnavigation.scss */
#main-nav .menu-search.active .search-wrap .btn-cancel {
  display: block;
}
/* line 286, ../sass/__mainnavigation.scss */
#main-nav .menu-search.active .search {
  background-color: #323232;
  color: #afafaf;
  text-transform: none;
  width: 100%;
  border-right-color: #323232;
}
@media only screen and (max-width: 1023px) {
  /* line 298, ../sass/__mainnavigation.scss */
  #main-nav .menu-search {
    right: 31px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 163, ../sass/__mainnavigation.scss */
  #main-nav {
    display: none;
  }
}

/* line 312, ../sass/__mainnavigation.scss */
.safari #main-nav .menu-search * {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 315, ../sass/__mainnavigation.scss */
.safari #main-nav .menu-search .search {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* line 325, ../sass/__mainnavigation.scss */
.lt-ie9 #main-nav .menu-search.active .search {
  display: block;
  padding-top: 5px;
}
/* line 332, ../sass/__mainnavigation.scss */
.lt-ie9 #main-nav .site-menu li.menu-item-270 a {
  border-left: none;
  padding-left: 0;
}
/* line 338, ../sass/__mainnavigation.scss */
.lt-ie9 #main-nav li {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 342, ../sass/__mainnavigation.scss */
.lt-ie9 #main-nav .menu-search .search {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 350, ../sass/__mainnavigation.scss */
#mobile-navigation.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 355, ../sass/__mainnavigation.scss */
.mobile-site-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 267px;
  margin-top: 55px;
  padding: 0 20px;
  background-color: #191919;
  text-align: left;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99999;
  -moz-box-shadow: -2px 0 10px 0 black;
  -webkit-box-shadow: -2px 0 10px 0 black;
  box-shadow: -2px 0 10px 0 black;
}
/* line 370, ../sass/__mainnavigation.scss */
.mobile-site-menu.active {
  display: block;
}
/* line 373, ../sass/__mainnavigation.scss */
.mobile-site-menu .search-wrap {
  height: 55px;
  padding-top: 13px;
}
/* line 376, ../sass/__mainnavigation.scss */
.mobile-site-menu .search-wrap input {
  height: 30px;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  background-color: #4b4b4b;
  color: #afafaf;
  border: none;
}
/* line 386, ../sass/__mainnavigation.scss */
.mobile-site-menu ul {
  margin: 0;
  padding: 0;
}
/* line 390, ../sass/__mainnavigation.scss */
.mobile-site-menu .site-links {
  margin: 16px 0 59px 0;
}
/* line 393, ../sass/__mainnavigation.scss */
.mobile-site-menu .social-links {
  padding-bottom: 27px;
}
/* line 396, ../sass/__mainnavigation.scss */
.mobile-site-menu li {
  margin: 0 0 10px 0;
  padding: 0;
  color: white;
  font-size: 0.75em;
  line-height: 16px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 402, ../sass/__mainnavigation.scss */
.mobile-site-menu li a {
  color: white;
}
/* line 404, ../sass/__mainnavigation.scss */
.mobile-site-menu li a:hover {
  text-decoration: none;
  color: #ff6f00;
}

/* line 414, ../sass/__mainnavigation.scss */
.lt-ie9 .mobile-site-menu li {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 421, ../sass/__mainnavigation.scss */
.fixfixed #main-nav.fixed {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  /* line 425, ../sass/__mainnavigation.scss */
  .fixfixed .top-nav,
  .fixfixed .mobile-site-menu {
    position: absolute;
  }
}

/* line 435, ../sass/__mainnavigation.scss */
.after-nav.fixed-active, .frame-padding.after-nav.fixed-active {
  padding-top: 48px;
}
@media only screen and (max-width: 767px) {
  /* line 434, ../sass/__mainnavigation.scss */
  .after-nav, .frame-padding.after-nav {
    padding-top: 55px;
  }
  /* line 440, ../sass/__mainnavigation.scss */
  .after-nav.fixed-active, .frame-padding.after-nav.fixed-active {
    padding-top: 55px;
  }
}

/* line 447, ../sass/__mainnavigation.scss */
.admin-bar #main-nav.fixed {
  top: 32px !important;
}

/* line 48, ../sass/main.scss */
.frame-padding {
  padding: 0 42px;
}
@media only screen and (max-width: 1023px) {
  /* line 48, ../sass/main.scss */
  .frame-padding {
    padding: 0 31px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 48, ../sass/main.scss */
  .frame-padding {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 48, ../sass/main.scss */
  .frame-padding {
    padding: 0 13px;
  }
}

/* line 61, ../sass/main.scss */
.load-more-wrap {
  margin-top: 7px;
  text-align: center;
}

/* line 66, ../sass/main.scss */
.no-js .lazy {
  display: none;
}

/* line 70, ../sass/main.scss */
.load-more {
  display: block;
  font-size: 0.688em;
  line-height: 15px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #191919;
}
/* line 75, ../sass/main.scss */
.load-more:hover {
  color: #ff6f00;
}

/* line 80, ../sass/main.scss */
.lt-ie9 .load-more {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 85, ../sass/main.scss */
.ajax-loader {
  display: none;
}

/* line 90, ../sass/main.scss */
.admin-bar .mfp-close {
  top: 30px;
}
/* line 92, ../sass/main.scss */
.admin-bar .mfp-close:active {
  top: 30px;
}
/* line 96, ../sass/main.scss */
.admin-bar .mfp-iframe-holder .mfp-close {
  top: -40px;
}
/* line 98, ../sass/main.scss */
.admin-bar .mfp-iframe-holder .mfp-close:active {
  top: -40px;
}

/* line 107, ../sass/main.scss */
.newsletter-submit, .newsletter-ok, .post .post-password-form button[type="submit"],
.type-page .post-password-form button[type="submit"], .contactus-form button[type="submit"],
.post .post-password-form input[type="submit"],
.type-page .post-password-form input[type="submit"],
.contactus-form input[type="submit"], .single-speaker .speaker-details .contact-title a, .single-speaker .speaker-details .speaker-sections .books .buy-book-url {
  color: white;
  background-color: #2ea7bc;
  text-align: center;
  text-transform: uppercase;
  display: block;
  border: 3px solid #2ea7bc;
  -moz-transition: color 100ms ease-in, background-color 100ms ease-in;
  -o-transition: color 100ms ease-in, background-color 100ms ease-in;
  -webkit-transition: color 100ms ease-in, background-color 100ms ease-in;
  transition: color 100ms ease-in, background-color 100ms ease-in;
}
/* line 116, ../sass/main.scss */
.newsletter-submit:hover, .newsletter-ok:hover, .post .post-password-form button[type="submit"]:hover,
.type-page .post-password-form button[type="submit"]:hover, .contactus-form button[type="submit"]:hover,
.post .post-password-form input[type="submit"]:hover,
.type-page .post-password-form input[type="submit"]:hover,
.contactus-form input[type="submit"]:hover, .single-speaker .speaker-details .contact-title a:hover, .single-speaker .speaker-details .speaker-sections .books .buy-book-url:hover {
  background-color: white;
  color: #2ea7bc;
}

/* line 122, ../sass/main.scss */
.safari .newsletter-submit, .safari .newsletter-ok, .safari .post .post-password-form button[type="submit"], .post .post-password-form .safari button[type="submit"],
.safari .type-page .post-password-form button[type="submit"],
.type-page .post-password-form .safari button[type="submit"], .safari .contactus-form button[type="submit"], .contactus-form .safari button[type="submit"],
.safari .post .post-password-form input[type="submit"],
.post .post-password-form .safari input[type="submit"],
.safari .type-page .post-password-form input[type="submit"],
.type-page .post-password-form .safari input[type="submit"],
.safari .contactus-form input[type="submit"],
.contactus-form .safari input[type="submit"], .safari .single-speaker .speaker-details .contact-title a, .single-speaker .speaker-details .contact-title .safari a, .safari .single-speaker .speaker-details .speaker-sections .books .buy-book-url, .single-speaker .speaker-details .speaker-sections .books .safari .buy-book-url {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* line 126, ../sass/main.scss */
.main-content {
  margin-top: 31px;
}
@media only screen and (max-width: 539px) {
  /* line 126, ../sass/main.scss */
  .main-content {
    margin-top: 26px;
  }
}

/* line 133, ../sass/main.scss */
.center {
  text-align: center;
}

/* content from wordpress posts fields */
/* line 136, ../sass/main.scss */
.post,
.type-page {
  color: #191919;
}
/* line 139, ../sass/main.scss */
.post img,
.type-page img {
  max-width: 100%;
  height: auto;
}
/* line 143, ../sass/main.scss */
.post h1,
.type-page h1 {
  color: black;
  font-size: 1.875em;
  line-height: 38px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 9px;
}
/* line 148, ../sass/main.scss */
.post h2,
.type-page h2 {
  color: black;
  font-size: 1.438em;
  line-height: 29px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 14px;
}
/* line 153, ../sass/main.scss */
.post h3,
.type-page h3 {
  color: black;
  font-size: 0.875em;
  line-height: 18px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 14px;
}
/* line 159, ../sass/main.scss */
.post h1 strong, .post h2 strong, .post h3 strong,
.type-page h1 strong,
.type-page h2 strong,
.type-page h3 strong {
  font-weight: normal;
}
/* line 164, ../sass/main.scss */
.post p,
.type-page p {
  font-size: 0.938em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 28px;
}
/* line 168, ../sass/main.scss */
.post ol, .post ul,
.type-page ol,
.type-page ul {
  padding-left: 30px;
  display: block;
  margin-bottom: 28px;
}
/* line 172, ../sass/main.scss */
.post ol li, .post ul li,
.type-page ol li,
.type-page ul li {
  font-size: 0.938em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: list-item;
}
/* line 177, ../sass/main.scss */
.post ol,
.type-page ol {
  list-style: decimal outside;
}
/* line 180, ../sass/main.scss */
.post ul,
.type-page ul {
  list-style: disc outside;
}
/* line 184, ../sass/main.scss */
.post blockquote,
.type-page blockquote {
  margin: 0 30px 28px;
  font-size: 0.938em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 189, ../sass/main.scss */
.post pre,
.type-page pre {
  margin: 0 0 28px;
  font-size: 0.938em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 194, ../sass/main.scss */
.post .entry-meta,
.type-page .entry-meta {
  color: #787878;
  font-size: 0.813em;
  line-height: 18px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -1px;
}
/* line 198, ../sass/main.scss */
.post .entry-meta.bottom,
.type-page .entry-meta.bottom {
  margin-top: -3px;
}
/* line 202, ../sass/main.scss */
.post .entry-content,
.type-page .entry-content {
  margin-top: 13px;
}
/* line 207, ../sass/main.scss */
.post p strong, .post li strong, .post blockquote strong, .post pre strong,
.type-page p strong,
.type-page li strong,
.type-page blockquote strong,
.type-page pre strong {
  font-family: "Fort Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 212, ../sass/main.scss */
.post .featured-image,
.type-page .featured-image {
  margin-top: 31px;
  margin-bottom: 13px;
  text-align: center;
}
/* line 218, ../sass/main.scss */
.post h1.orange-header, .post h2.orange-header, .post h3.orange-header, .post h4.orange-header, .post h5.orange-header, .post h6.orange-header,
.type-page h1.orange-header,
.type-page h2.orange-header,
.type-page h3.orange-header,
.type-page h4.orange-header,
.type-page h5.orange-header,
.type-page h6.orange-header {
  font-size: 0.75em;
  line-height: 16px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ff6f00;
  height: 23px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 50px;
}
/* line 225, ../sass/main.scss */
.post h1.orange-header span, .post h2.orange-header span, .post h3.orange-header span, .post h4.orange-header span, .post h5.orange-header span, .post h6.orange-header span,
.type-page h1.orange-header span,
.type-page h2.orange-header span,
.type-page h3.orange-header span,
.type-page h4.orange-header span,
.type-page h5.orange-header span,
.type-page h6.orange-header span {
  padding-bottom: 8px;
  border-bottom: 1px solid #ff6f00;
}
@media only screen and (max-width: 767px) {
  /* line 218, ../sass/main.scss */
  .post h1.orange-header, .post h2.orange-header, .post h3.orange-header, .post h4.orange-header, .post h5.orange-header, .post h6.orange-header,
  .type-page h1.orange-header,
  .type-page h2.orange-header,
  .type-page h3.orange-header,
  .type-page h4.orange-header,
  .type-page h5.orange-header,
  .type-page h6.orange-header {
    margin-bottom: 23px;
  }
}
/* line 235, ../sass/main.scss */
.post p .blue-text, .post pre .blue-text, .post blockquote .blue-text,
.type-page p .blue-text,
.type-page pre .blue-text,
.type-page blockquote .blue-text {
  font-size: 0.75em;
  line-height: 16px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2ea7bc;
  text-transform: uppercase;
}
/* line 241, ../sass/main.scss */
.post .post-password-form,
.type-page .post-password-form {
  width: 100%;
}
/* line 244, ../sass/main.scss */
.post .post-password-form input[type="text"], .post .post-password-form input[type="email"], .post .post-password-form input[type="tel"], .post .post-password-form input[type="password"], .post .post-password-form textarea,
.type-page .post-password-form input[type="text"],
.type-page .post-password-form input[type="email"],
.type-page .post-password-form input[type="tel"],
.type-page .post-password-form input[type="password"],
.type-page .post-password-form textarea {
  width: 300px;
}
@media only screen and (max-width: 539px) {
  /* line 244, ../sass/main.scss */
  .post .post-password-form input[type="text"], .post .post-password-form input[type="email"], .post .post-password-form input[type="tel"], .post .post-password-form input[type="password"], .post .post-password-form textarea,
  .type-page .post-password-form input[type="text"],
  .type-page .post-password-form input[type="email"],
  .type-page .post-password-form input[type="tel"],
  .type-page .post-password-form input[type="password"],
  .type-page .post-password-form textarea {
    width: 100%;
  }
}
/* line 250, ../sass/main.scss */
.post .post-password-form input[type="password"],
.type-page .post-password-form input[type="password"] {
  margin-bottom: 20px;
}

/* line 259, ../sass/main.scss */
.lt-ie9 .post h1,
.lt-ie9 .type-page h1 {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 262, ../sass/main.scss */
.lt-ie9 .post h2,
.lt-ie9 .type-page h2 {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 265, ../sass/main.scss */
.lt-ie9 .post h3,
.lt-ie9 .type-page h3 {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 269, ../sass/main.scss */
.lt-ie9 .post p,
.lt-ie9 .type-page p {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 273, ../sass/main.scss */
.lt-ie9 .post ol li, .lt-ie9 .post ul li,
.lt-ie9 .type-page ol li,
.lt-ie9 .type-page ul li {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 278, ../sass/main.scss */
.lt-ie9 .post blockquote,
.lt-ie9 .type-page blockquote {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 282, ../sass/main.scss */
.lt-ie9 .post pre,
.lt-ie9 .type-page pre {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 286, ../sass/main.scss */
.lt-ie9 .post .entry-meta,
.lt-ie9 .type-page .entry-meta {
  font-size: 0.813em;
  line-height: 18px;
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 291, ../sass/main.scss */
.lt-ie9 .post p strong, .lt-ie9 .post li strong, .lt-ie9 .post blockquote strong, .lt-ie9 .post pre strong,
.lt-ie9 .type-page p strong,
.lt-ie9 .type-page li strong,
.lt-ie9 .type-page blockquote strong,
.lt-ie9 .type-page pre strong {
  font-family: "Fort Medium IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 296, ../sass/main.scss */
.lt-ie9 .post h1.orange-header, .lt-ie9 .post h2.orange-header, .lt-ie9 .post h3.orange-header, .lt-ie9 .post h4.orange-header, .lt-ie9 .post h5.orange-header, .lt-ie9 .post h6.orange-header,
.lt-ie9 .type-page h1.orange-header,
.lt-ie9 .type-page h2.orange-header,
.lt-ie9 .type-page h3.orange-header,
.lt-ie9 .type-page h4.orange-header,
.lt-ie9 .type-page h5.orange-header,
.lt-ie9 .type-page h6.orange-header {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 301, ../sass/main.scss */
.lt-ie9 .post p .blue-text, .lt-ie9 .post pre .blue-text, .lt-ie9 .post blockquote .blue-text,
.lt-ie9 .type-page p .blue-text,
.lt-ie9 .type-page pre .blue-text,
.lt-ie9 .type-page blockquote .blue-text {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 308, ../sass/main.scss */
.nav-below {
  padding-top: 17px;
  border-top: 1px solid #f0f0f0;
  margin-top: 28px;
  font-size: 0.813em;
  line-height: 15px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 313, ../sass/main.scss */
.nav-below .navleft {
  float: left;
}
/* line 316, ../sass/main.scss */
.nav-below .navright {
  float: right;
}

/* line 322, ../sass/main.scss */
.lt-ie9 .nav-below {
  font-size: 0.813em;
  line-height: 15px;
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
Styling for Wdigets and Side bar
*/
/* line 330, ../sass/main.scss */
.widget-container {
  margin-bottom: 30px;
}

/* line 334, ../sass/main.scss */
.contact-us-widget,
.find-a-speaker-widget {
  width: 100%;
  background-color: #f8f8f8;
  padding: 26px 32px 30px;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

/* line 343, ../sass/main.scss */
.contact-us-widget .icon-element {
  margin: 0 0 7px 0;
  padding: 0;
  color: black;
  font-size: 0.875em;
  line-height: 18px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
}
/* line 350, ../sass/main.scss */
.contact-us-widget .phone {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1159px;
  background-repeat: no-repeat;
  width: auto;
  padding-left: 31px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .contact-us-widget .phone {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1159px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 355, ../sass/main.scss */
.contact-us-widget .email {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1267px;
  background-repeat: no-repeat;
  width: auto;
  padding-left: 31px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .contact-us-widget .email {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1267px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}

/* line 364, ../sass/main.scss */
.lt-ie9 .contact-us-widget .icon-element {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 371, ../sass/main.scss */
.find-a-speaker-widget select {
  width: 100%;
  height: 30px;
}
/* line 375, ../sass/main.scss */
.find-a-speaker-widget input {
  width: 100%;
  font-size: 0.875em;
  line-height: 19px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: none;
  background: white;
  border: 1px solid gainsboro;
  height: 30px;
  padding: 0 10px;
  color: #4b4b4b;
}
/* line 385, ../sass/main.scss */
.find-a-speaker-widget .chosen-container {
  width: 100% !important;
}
/* line 388, ../sass/main.scss */
.find-a-speaker-widget .inputwrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 392, ../sass/main.scss */
.find-a-speaker-widget .inputwrap:first-of-type {
  margin-top: 0;
}

/* line 399, ../sass/main.scss */
.lt-ie9 .find-a-speaker-widget input {
  line-height: 30px;
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 403, ../sass/main.scss */
.lt-ie9 .find-a-speaker-widget .inputwrap {
  margin-top: 0;
  padding-top: 20px;
}
/* line 406, ../sass/main.scss */
.lt-ie9 .find-a-speaker-widget .inputwrap:first-of-type {
  padding-top: 0;
}

@media only screen and (max-width: 1023px) {
  /* line 413, ../sass/main.scss */
  .find-a-speaker-widget,
  .contact-us-widget {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 421, ../sass/main.scss */
  .widget-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 294px;
  }

  /* line 426, ../sass/main.scss */
  .find-a-speaker-widget,
  .contact-us-widget {
    padding-left: 32px;
    padding-right: 32px;
  }
}
/* line 434, ../sass/main.scss */
.sidebar .extratopmargin {
  margin-top: 56px;
}
/* line 437, ../sass/main.scss */
.sidebar .widget-title {
  text-align: center;
}
/* line 440, ../sass/main.scss */
.sidebar .sh-module {
  margin-top: 30px;
}
/* line 442, ../sass/main.scss */
.sidebar .sh-module:first-of-type {
  margin-top: 0;
}

/*
Styling for the 404 Page
*/
/* line 452, ../sass/main.scss */
.error404 .main-content {
  margin-top: 68px;
}

/* line 457, ../sass/main.scss */
.not-found-wrap .title {
  font-size: 2.75em;
  line-height: 57px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  text-align: center;
  margin-bottom: 9px;
}
/* line 463, ../sass/main.scss */
.not-found-wrap p, .not-found-wrap pre, .not-found-wrap blockquote {
  font-size: 1em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
  text-align: center;
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}
/* line 472, ../sass/main.scss */
.not-found-wrap .widget-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 294px;
  margin-bottom: 110px;
}

/* line 482, ../sass/main.scss */
.lt-ie9 .not-found-wrap .title {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 485, ../sass/main.scss */
.lt-ie9 .not-found-wrap p, .lt-ie9 .not-found-wrap pre, .lt-ie9 .not-found-wrap blockquote {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Speaker Highlights Module*/
/* line 493, ../sass/main.scss */
.sh-module {
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 500, ../sass/main.scss */
.sh-module img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/* line 505, ../sass/main.scss */
.sh-module .featured-image {
  position: relative;
}
/* line 507, ../sass/main.scss */
.sh-module .featured-image img {
  max-width: 100%;
}
/* line 511, ../sass/main.scss */
.sh-module .post-content {
  padding: 6px 18px 19px 18px;
  overflow: hidden;
}
/* line 514, ../sass/main.scss */
.sh-module .post-content p {
  margin-bottom: 0;
}
/* line 518, ../sass/main.scss */
.sh-module .title {
  font-size: 1.438em;
  line-height: 29px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2ea7bc;
}
/* line 521, ../sass/main.scss */
.sh-module .title a {
  color: #2ea7bc;
}
/* line 523, ../sass/main.scss */
.sh-module .title a:hover {
  color: #ff6f00;
}
/* line 528, ../sass/main.scss */
.sh-module .short {
  padding-top: 4px;
  font-size: 0.938em;
  line-height: 22px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1023px) {
  /* line 537, ../sass/main.scss */
  .sh-module .post-content {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 548, ../sass/main.scss */
  .sh-module .post-content {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 559, ../sass/main.scss */
  .sh-module .post-content {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* line 568, ../sass/main.scss */
.lt-ie9 .sh-module .title {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 571, ../sass/main.scss */
.lt-ie9 .sh-module .short {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 577, ../sass/main.scss */
.defaulthumb {
  height: 45px;
  width: 47px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1064px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -22px;
  margin-left: -21px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .defaulthumb {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1064px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}

/* line 588, ../sass/main.scss */
.newsletter-signup .inner, .newsletter-popup .inner, .newsletter-signup-container .inner {
  position: relative;
}
/* line 592, ../sass/main.scss */
.newsletter-signup .ajax-loader, .newsletter-popup .ajax-loader, .newsletter-signup-container .ajax-loader {
  margin-left: 10px;
}
/* line 596, ../sass/main.scss */
.newsletter-signup .newsletter-photo, .newsletter-popup .newsletter-photo, .newsletter-signup-container .newsletter-photo {
  position: absolute;
  float: none;
  width: 150px !important;
  height: auto !important;
  left: 0;
  top: 0;
  border: solid 1px gainsboro;
  background-image: none !important;
}
/* line 606, ../sass/main.scss */
.newsletter-signup .newsletter-photo a, .newsletter-popup .newsletter-photo a, .newsletter-signup-container .newsletter-photo a {
  position: relative;
  display: block;
}
/* line 609, ../sass/main.scss */
.newsletter-signup .newsletter-photo a span, .newsletter-popup .newsletter-photo a span, .newsletter-signup-container .newsletter-photo a span {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: white;
  font: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 30px;
  padding-left: 8px;
}
/* line 625, ../sass/main.scss */
.newsletter-signup .newsletter-photo img, .newsletter-popup .newsletter-photo img, .newsletter-signup-container .newsletter-photo img {
  width: 100%;
  height: auto;
  text-indent: 0px;
}
/* line 632, ../sass/main.scss */
.newsletter-signup .input-container, .newsletter-popup .input-container, .newsletter-signup-container .input-container {
  font-size: 0;
  margin-top: -12px;
}
/* line 635, ../sass/main.scss */
.newsletter-signup .input-container input, .newsletter-popup .input-container input, .newsletter-signup-container .input-container input {
  height: 30px;
  padding: 0 10px;
  font-size: 0.875em;
  line-height: 19px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4b4b4b;
  border: solid 1px gainsboro;
}
/* line 643, ../sass/main.scss */
.newsletter-signup .input-container .email-input, .newsletter-popup .input-container .email-input, .newsletter-signup-container .input-container .email-input {
  width: 230px;
  margin-right: 5px;
}
/* line 648, ../sass/main.scss */
.newsletter-signup .input-container .zipcode-input, .newsletter-popup .input-container .zipcode-input, .newsletter-signup-container .input-container .zipcode-input {
  width: 131px;
}
/* line 652, ../sass/main.scss */
.newsletter-signup .input-container .error, .newsletter-popup .input-container .error, .newsletter-signup-container .input-container .error {
  display: none;
  font-size: 0.75em;
  line-height: 16px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: red;
  margin-top: 6px;
  margin-bottom: 4px;
}
/* line 660, ../sass/main.scss */
.newsletter-signup .input-container .input-wrapper, .newsletter-popup .input-container .input-wrapper, .newsletter-signup-container .input-container .input-wrapper {
  position: relative;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
/* line 667, ../sass/main.scss */
.newsletter-signup .input-container .input-wrapper.has-error input, .newsletter-popup .input-container .input-wrapper.has-error input, .newsletter-signup-container .input-container .input-wrapper.has-error input {
  border-color: red;
}
/* line 671, ../sass/main.scss */
.newsletter-signup .input-container .input-wrapper.has-error .error, .newsletter-popup .input-container .input-wrapper.has-error .error, .newsletter-signup-container .input-container .input-wrapper.has-error .error {
  display: block;
}
/* line 677, ../sass/main.scss */
.newsletter-signup .input-container .input-wrapper.zipcode-input-wrapper .error, .newsletter-popup .input-container .input-wrapper.zipcode-input-wrapper .error, .newsletter-signup-container .input-container .input-wrapper.zipcode-input-wrapper .error {
  width: 131px;
}
/* line 684, ../sass/main.scss */
.newsletter-signup .form-container, .newsletter-popup .form-container, .newsletter-signup-container .form-container {
  position: relative;
  width: 366px;
  min-height: 230px;
  margin-left: 170px;
}
/* line 690, ../sass/main.scss */
.newsletter-signup .form-container h6, .newsletter-popup .form-container h6, .newsletter-signup-container .form-container h6 {
  font-size: 1.438em;
  line-height: 29px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
  color: black;
}
/* line 696, ../sass/main.scss */
.newsletter-signup .form-container p, .newsletter-popup .form-container p, .newsletter-signup-container .form-container p {
  font-size: 0.938em;
  line-height: 22px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
  margin-bottom: 22px;
}
/* line 702, ../sass/main.scss */
.newsletter-signup .form-container .privacypolicy, .newsletter-popup .form-container .privacypolicy, .newsletter-signup-container .form-container .privacypolicy {
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 15px;
}
/* line 708, ../sass/main.scss */
.newsletter-signup .form-container .form-error, .newsletter-popup .form-container .form-error, .newsletter-signup-container .form-container .form-error {
  display: none;
}
/* line 711, ../sass/main.scss */
.newsletter-signup .form-container .form-error p, .newsletter-popup .form-container .form-error p, .newsletter-signup-container .form-container .form-error p {
  font-size: 1.313em;
  line-height: 27px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
}

/* line 722, ../sass/main.scss */
.lt-ie9 .newsletter-signup .input-container input, .lt-ie9 .newsletter-popup .input-container input, .lt-ie9 .newsletter-signup-container .input-container input {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 725, ../sass/main.scss */
.lt-ie9 .newsletter-signup .input-container .error, .lt-ie9 .newsletter-popup .input-container .error, .lt-ie9 .newsletter-signup-container .input-container .error {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 731, ../sass/main.scss */
.lt-ie9 .newsletter-signup .form-container h6, .lt-ie9 .newsletter-popup .form-container h6, .lt-ie9 .newsletter-signup-container .form-container h6 {
  font-size: 1.438em;
  line-height: 29px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 735, ../sass/main.scss */
.lt-ie9 .newsletter-signup .form-container p, .lt-ie9 .newsletter-popup .form-container p, .lt-ie9 .newsletter-signup-container .form-container p {
  font-size: 0.938em;
  line-height: 22px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 739, ../sass/main.scss */
.lt-ie9 .newsletter-signup .form-container .privacypolicy, .lt-ie9 .newsletter-popup .form-container .privacypolicy, .lt-ie9 .newsletter-signup-container .form-container .privacypolicy {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 744, ../sass/main.scss */
.lt-ie9 .newsletter-signup .form-container .form-error p, .lt-ie9 .newsletter-popup .form-container .form-error p, .lt-ie9 .newsletter-signup-container .form-container .form-error p {
  font-size: 1.313em;
  line-height: 27px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 752, ../sass/main.scss */
.newsletter-submit {
  font-size: 0.875em;
  line-height: 18px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background-color: #2ea7bc;
  text-transform: none;
  outline: none;
  padding: 0 10px;
  line-height: 30px;
  margin-top: 10px;
  display: inline-block;
  -moz-transition: background-color 100ms ease-in;
  -o-transition: background-color 100ms ease-in;
  -webkit-transition: background-color 100ms ease-in;
  transition: background-color 100ms ease-in;
}

/* line 767, ../sass/main.scss */
.lt-ie9 .newsletter-submit {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 772, ../sass/main.scss */
.newsletter-ok {
  display: none;
  color: white;
  background-color: #2ea7bc;
  text-transform: none;
  outline: none;
  padding: 0 10px;
  line-height: 25px;
  width: 60px;
  height: 30px;
  font-size: 0.875em;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-transition: background-color 100ms ease-in;
  -o-transition: background-color 100ms ease-in;
  -webkit-transition: background-color 100ms ease-in;
  transition: background-color 100ms ease-in;
}

/* line 788, ../sass/main.scss */
.lt-ie9 .newsletter-ok {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@-moz-document url-prefix() {
  /* line 794, ../sass/main.scss */
  .newsletter-ok {
    line-height: 25px;
  }
}
/* line 799, ../sass/main.scss */
.form-success {
  display: none;
}
/* line 802, ../sass/main.scss */
.form-success ul {
  font-size: 0.938em;
  line-height: 22px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
  list-style: disc inside;
  padding: 0;
  margin-left: 0;
  display: block;
}
/* line 809, ../sass/main.scss */
.form-success ul li {
  display: list-item;
  list-style: disc inside;
  float: none;
  margin: 0 0 2px 0;
  padding: 0;
  height: auto;
}
/* line 817, ../sass/main.scss */
.form-success ul li span {
  position: relative;
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  display: inline !important;
  height: inherit !important;
  float: none !important;
  margin: 0px !important;
  left: -5px;
}

/* line 833, ../sass/main.scss */
.lt-ie9 .form-success ul {
  display: block;
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@-moz-document url-prefix() {
  /* line 847, ../sass/main.scss */
  .newsletter-signup .form-container .form-success ul li span, .newsletter-popup .form-container .form-success ul li span, .newsletter-signup-container .form-container .form-success ul li span {
    left: -2px;
    top: -1px;
  }
}
/* line 853, ../sass/main.scss */
.lt-ie9 .newsletter-signup .form-container .input-container input, .lt-ie9 .newsletter-popup .form-container .input-container input, .lt-ie9 .newsletter-signup-container .form-container .input-container input {
  display: inline;
  line-height: 26px;
}

/* line 860, ../sass/main.scss */
#newsletter-signup-footer.newsletter-signup .input-container .email-input, #newsletter-signup-footer.newsletter-popup .input-container .email-input, #newsletter-signup-footer.newsletter-signup-container .input-container .email-input {
  width: 100%;
  margin-right: 0px;
}
/* line 865, ../sass/main.scss */
#newsletter-signup-footer.newsletter-signup .input-container .zipcode-input, #newsletter-signup-footer.newsletter-popup .input-container .zipcode-input, #newsletter-signup-footer.newsletter-signup-container .input-container .zipcode-input {
  width: 100%;
}
/* line 869, ../sass/main.scss */
#newsletter-signup-footer.newsletter-signup .input-container .input-wrapper, #newsletter-signup-footer.newsletter-popup .input-container .input-wrapper, #newsletter-signup-footer.newsletter-signup-container .input-container .input-wrapper {
  display: block;
}
/* line 873, ../sass/main.scss */
#newsletter-signup-footer.newsletter-signup .input-container .input-wrapper.zipcode-input-wrapper .error, #newsletter-signup-footer.newsletter-popup .input-container .input-wrapper.zipcode-input-wrapper .error, #newsletter-signup-footer.newsletter-signup-container .input-container .input-wrapper.zipcode-input-wrapper .error {
  width: 100%;
}

/* line 882, ../sass/main.scss */
.site-footer .orange-header {
  text-align: center;
  margin-bottom: 20px;
}
/* line 886, ../sass/main.scss */
.site-footer .top-footer {
  margin-top: 57px;
  padding-top: 46px;
  width: 100%;
  background-color: #f8f8f8;
  border-top: 1px solid #f0f0f0;
}
/* line 892, ../sass/main.scss */
.site-footer .top-footer .grid {
  padding-bottom: 26px;
  margin-bottom: 0;
}
/* line 897, ../sass/main.scss */
.site-footer .top-footer .about-us p {
  font-size: 0.875em;
  line-height: 20px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  margin-bottom: 2px;
}
/* line 902, ../sass/main.scss */
.site-footer .top-footer .about-us .link-wrap a {
  font-size: 0.625em;
  line-height: 12px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase;
}
/* line 906, ../sass/main.scss */
.site-footer .top-footer .about-us .link-wrap a:hover {
  color: #ff6f00;
}
/* line 912, ../sass/main.scss */
.site-footer .top-footer .contact-us .icon-element {
  margin: 0 0 7px 0;
  padding: 0;
  color: black;
  font-size: 0.875em;
  line-height: 20px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 917, ../sass/main.scss */
.site-footer .top-footer .contact-us .icon-element a {
  color: black;
}
/* line 919, ../sass/main.scss */
.site-footer .top-footer .contact-us .icon-element a:hover {
  color: #ff6f00;
}
/* line 924, ../sass/main.scss */
.site-footer .top-footer .contact-us .phone {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1159px;
  background-repeat: no-repeat;
  width: auto;
  padding-left: 31px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .site-footer .top-footer .contact-us .phone {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1159px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 929, ../sass/main.scss */
.site-footer .top-footer .contact-us .email {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1267px;
  background-repeat: no-repeat;
  width: auto;
  padding-left: 31px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .site-footer .top-footer .contact-us .email {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1267px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 936, ../sass/main.scss */
.site-footer .top-footer .mailing-list input {
  width: 100%;
  padding: 0 10px;
  height: 40px;
  font-size: 0.875em;
  line-height: 19px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #828282;
  border: 1px solid gainsboro;
}
/* line 944, ../sass/main.scss */
.site-footer .top-footer .mailing-list .input-wrapper {
  margin-bottom: 10px;
}
/* line 947, ../sass/main.scss */
.site-footer .top-footer .mailing-list .input-container {
  margin-top: 0;
}
/* line 952, ../sass/main.scss */
.site-footer .bottom-footer {
  width: 100%;
  background-color: black;
}
/* line 955, ../sass/main.scss */
.site-footer .bottom-footer .content-wrap {
  color: #f0f0f0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 960, ../sass/main.scss */
.site-footer .bottom-footer .top {
  padding-top: 27px;
  padding-bottom: 37px;
  border-bottom: 1px solid #323232;
  margin-bottom: 0;
}
/* line 965, ../sass/main.scss */
.site-footer .bottom-footer .top .row {
  margin-bottom: 0;
}
/* line 968, ../sass/main.scss */
.site-footer .bottom-footer .top .links {
  color: #c8c8c8;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.813em;
  line-height: 16px;
}
/* line 973, ../sass/main.scss */
.site-footer .bottom-footer .top .links a {
  display: block;
  float: left;
  margin-left: 18px;
  color: #c8c8c8;
}
/* line 978, ../sass/main.scss */
.site-footer .bottom-footer .top .links a:first-of-type {
  margin-left: 0;
}
/* line 981, ../sass/main.scss */
.site-footer .bottom-footer .top .links a:hover {
  color: #ff6f00;
}
/* line 986, ../sass/main.scss */
.site-footer .bottom-footer .top .copy {
  color: #828282;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.813em;
  line-height: 16px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  /* line 960, ../sass/main.scss */
  .site-footer .bottom-footer .top {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  /* line 996, ../sass/main.scss */
  .site-footer .bottom-footer .top .links {
    margin-bottom: 25px;
  }
  /* line 998, ../sass/main.scss */
  .site-footer .bottom-footer .top .links a {
    float: none;
    margin-left: 0;
    margin-top: 15px;
  }
  /* line 1002, ../sass/main.scss */
  .site-footer .bottom-footer .top .links a:first-of-type {
    margin-top: 0;
  }
  /* line 1007, ../sass/main.scss */
  .site-footer .bottom-footer .top .copy {
    text-align: left;
    margin-bottom: 0;
  }
}
/* line 1013, ../sass/main.scss */
.site-footer .bottom-footer .bottom {
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 40px;
}
/* line 1017, ../sass/main.scss */
.site-footer .bottom-footer .bottom .col-1-3 {
  margin-bottom: 0;
  vertical-align: bottom;
}
/* line 1021, ../sass/main.scss */
.site-footer .bottom-footer .bottom .row {
  margin-bottom: 0;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
/* line 1025, ../sass/main.scss */
.site-footer .bottom-footer .bottom .prh-logo {
  display: block;
  height: 42px;
  width: 82px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1604px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .site-footer .bottom-footer .bottom .prh-logo {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1604px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 1030, ../sass/main.scss */
.site-footer .bottom-footer .bottom .tagline {
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 16px;
  color: #828282;
}
/* line 1035, ../sass/main.scss */
.site-footer .bottom-footer .bottom .tagline strong {
  font-family: "Fort Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1039, ../sass/main.scss */
.site-footer .bottom-footer .bottom .link {
  font-family: "Fort Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 16px;
  text-align: right;
}
/* line 1044, ../sass/main.scss */
.site-footer .bottom-footer .bottom .link a {
  color: #ff6f00;
}
/* line 1046, ../sass/main.scss */
.site-footer .bottom-footer .bottom .link a:hover {
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 1013, ../sass/main.scss */
  .site-footer .bottom-footer .bottom {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  /* line 1054, ../sass/main.scss */
  .site-footer .bottom-footer .bottom .logocol {
    margin-bottom: 20px;
  }
  /* line 1057, ../sass/main.scss */
  .site-footer .bottom-footer .bottom .tagline {
    margin-bottom: 25px;
  }
  /* line 1060, ../sass/main.scss */
  .site-footer .bottom-footer .bottom .link {
    text-align: left;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 1068, ../sass/main.scss */
  .site-footer .top-footer .mailing-lists {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1076, ../sass/main.scss */
  .site-footer .top-footer .grid [class*="col-"] {
    float: none;
  }
  /* line 1079, ../sass/main.scss */
  .site-footer .top-footer .about-us {
    margin-bottom: 46px;
  }
  /* line 1082, ../sass/main.scss */
  .site-footer .top-footer .contact-us {
    width: auto;
    max-width: 294px;
    margin: 0 auto 46px auto;
  }
  /* line 1087, ../sass/main.scss */
  .site-footer .top-footer .mailing-list {
    text-align: center;
    margin-bottom: 29px;
  }
  /* line 1090, ../sass/main.scss */
  .site-footer .top-footer .mailing-list input {
    max-width: 294px;
  }
  /* line 1093, ../sass/main.scss */
  .site-footer .top-footer .mailing-list .newsletter-subscribe-form {
    max-width: 294px;
    margin: 0 auto;
  }
}

/* line 1106, ../sass/main.scss */
.lt-ie10 .site-footer .bottom-footer .bottom .prh-logo {
  height: 44px;
  background-position: 0 -1602px;
}

/* line 1120, ../sass/main.scss */
.lt-ie9 .site-footer .top-footer .about-us p {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1123, ../sass/main.scss */
.lt-ie9 .site-footer .top-footer .about-us .link-wrap a {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1128, ../sass/main.scss */
.lt-ie9 .site-footer .top-footer .contact-us .icon-element {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1133, ../sass/main.scss */
.lt-ie9 .site-footer .top-footer .mailing-list input {
  line-height: 40px;
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1142, ../sass/main.scss */
.lt-ie9 .site-footer .bottom-footer .top .links {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1145, ../sass/main.scss */
.lt-ie9 .site-footer .bottom-footer .top .copy {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1150, ../sass/main.scss */
.lt-ie9 .site-footer .bottom-footer .bottom .tagline {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1152, ../sass/main.scss */
.lt-ie9 .site-footer .bottom-footer .bottom .tagline strong {
  font-family: "Fort Medium IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1156, ../sass/main.scss */
.lt-ie9 .site-footer .bottom-footer .bottom .link {
  font-family: "Fort Medium IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1, ../sass/__popups.scss */
.popup-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 10, ../sass/__popups.scss */
.popup-mask.showBlackMask {
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 16, ../sass/__popups.scss */
.popup, .newsletter-popup {
  display: none;
  z-index: 1000100;
}

/* line 21, ../sass/__popups.scss */
.nav-links {
  position: relative;
}

/* line 25, ../sass/__popups.scss */
.newsletter-popup {
  position: absolute;
  right: 0;
  top: 81px;
  background-color: #f8f8f8;
  -moz-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.5);
}
/* line 34, ../sass/__popups.scss */
.newsletter-popup .button-tether {
  position: absolute;
  width: 0;
  height: 0;
  right: 203px;
  top: -11px;
  border-left: solid 13px transparent;
  border-right: solid 13px transparent;
  border-bottom: solid 11px #f8f8f8;
}
/* line 45, ../sass/__popups.scss */
.newsletter-popup .inner {
  margin: 20px;
}
/* line 49, ../sass/__popups.scss */
.newsletter-popup .form-success ul {
  margin-bottom: 20px;
}
/* line 53, ../sass/__popups.scss */
.newsletter-popup .newsletter-ok {
  display: inline-block;
}

/* line 58, ../sass/__popups.scss */
.firefox-29-or-less .newsletter-popup {
  right: 42px;
}
@media only screen and (max-width: 1023px) {
  /* line 58, ../sass/__popups.scss */
  .firefox-29-or-less .newsletter-popup {
    right: 31px;
  }
}

/* line 67, ../sass/__popups.scss */
.newsletter-popup.footerMode {
  position: fixed;
}
/* line 70, ../sass/__popups.scss */
.newsletter-popup.footerMode .button-tether {
  display: none;
}
/* line 75, ../sass/__popups.scss */
.newsletter-popup.footerMode.showingErrorMessage .newsletter-photo {
  display: none;
}
/* line 79, ../sass/__popups.scss */
.newsletter-popup.footerMode.showingErrorMessage .inner {
  width: 536px;
  margin: 60px 70px 70px 70px;
}
/* line 84, ../sass/__popups.scss */
.newsletter-popup.footerMode.showingErrorMessage .form-container {
  width: 100%;
  margin-left: 0;
  min-height: 0;
}
/* line 89, ../sass/__popups.scss */
.newsletter-popup.footerMode.showingErrorMessage .form-container .form-error {
  text-align: center;
}
/* line 92, ../sass/__popups.scss */
.newsletter-popup.footerMode.showingErrorMessage .form-container .form-error p {
  margin-bottom: 30px;
}

/* line 1, ../sass/__forms.scss */
.post .post-password-form,
.type-page .post-password-form, .contactus-form {
  position: relative;
  font-size: 0.938em;
  line-height: 22px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
}
/* line 6, ../sass/__forms.scss */
.post .post-password-form input[type="text"],
.type-page .post-password-form input[type="text"], .contactus-form input[type="text"], .post .post-password-form input[type="email"],
.type-page .post-password-form input[type="email"], .contactus-form input[type="email"], .post .post-password-form input[type="tel"],
.type-page .post-password-form input[type="tel"], .contactus-form input[type="tel"], .post .post-password-form input[type="password"],
.type-page .post-password-form input[type="password"], .contactus-form input[type="password"], .post .post-password-form textarea,
.type-page .post-password-form textarea, .contactus-form textarea {
  padding: 0 10px;
  border: solid 1px gainsboro;
  font-size: 0.938em;
  line-height: 22px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f8f8f8;
  outline: none;
}
/* line 14, ../sass/__forms.scss */
.post .post-password-form input[type="text"],
.type-page .post-password-form input[type="text"], .contactus-form input[type="text"], .post .post-password-form input[type="email"],
.type-page .post-password-form input[type="email"], .contactus-form input[type="email"], .post .post-password-form input[type="tel"],
.type-page .post-password-form input[type="tel"], .contactus-form input[type="tel"], .post .post-password-form input[type="password"],
.type-page .post-password-form input[type="password"], .contactus-form input[type="password"] {
  height: 30px;
}
/* line 18, ../sass/__forms.scss */
.post .post-password-form textarea,
.type-page .post-password-form textarea, .contactus-form textarea {
  width: 100%;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 25, ../sass/__forms.scss */
.post .post-password-form input[type="checkbox"],
.type-page .post-password-form input[type="checkbox"], .contactus-form input[type="checkbox"] {
  width: 14px;
  height: 14px;
  -webkit-appearance: checkbox;
}
/* line 31, ../sass/__forms.scss */
.post .post-password-form button[type="submit"],
.type-page .post-password-form button[type="submit"], .contactus-form button[type="submit"],
.post .post-password-form input[type="submit"],
.type-page .post-password-form input[type="submit"],
.contactus-form input[type="submit"] {
  font-size: 0.688em;
  line-height: 15px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 120px;
  height: 40px;
  padding-top: 4px;
  -moz-transition: background-color 100ms ease-in;
  -o-transition: background-color 100ms ease-in;
  -webkit-transition: background-color 100ms ease-in;
  transition: background-color 100ms ease-in;
}
/* line 41, ../sass/__forms.scss */
.post .post-password-form select,
.type-page .post-password-form select, .contactus-form select, .post .post-password-form .chosen-container,
.type-page .post-password-form .chosen-container, .contactus-form .chosen-container {
  width: 200px !important;
}
/* line 45, ../sass/__forms.scss */
.post .post-password-form .chosen-container-multi,
.type-page .post-password-form .chosen-container-multi, .contactus-form .chosen-container-multi {
  min-height: 30px;
  height: auto;
  line-height: 30px;
}
/* line 50, ../sass/__forms.scss */
.post .post-password-form .chosen-container-multi .chosen-choices,
.type-page .post-password-form .chosen-container-multi .chosen-choices, .contactus-form .chosen-container-multi .chosen-choices {
  background-image: none;
  background-color: #f8f8f8;
  border: solid 1px gainsboro;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 56, ../sass/__forms.scss */
.post .post-password-form .chosen-container-multi .chosen-choices li.search-field .default,
.type-page .post-password-form .chosen-container-multi .chosen-choices li.search-field .default, .contactus-form .chosen-container-multi .chosen-choices li.search-field .default {
  padding: 0 10px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
}
/* line 62, ../sass/__forms.scss */
.post .post-password-form .chosen-container-multi .chosen-choices li.search-choice,
.type-page .post-password-form .chosen-container-multi .chosen-choices li.search-choice, .contactus-form .chosen-container-multi .chosen-choices li.search-choice {
  margin-top: 4px;
}
/* line 69, ../sass/__forms.scss */
.post .post-password-form .input-wrapper.has-required-error .chosen-container .chosen-drop,
.type-page .post-password-form .input-wrapper.has-required-error .chosen-container .chosen-drop, .contactus-form .input-wrapper.has-required-error .chosen-container .chosen-drop, .post .post-password-form .input-wrapper.has-error .chosen-container .chosen-drop,
.type-page .post-password-form .input-wrapper.has-error .chosen-container .chosen-drop, .contactus-form .input-wrapper.has-error .chosen-container .chosen-drop {
  margin-top: 1px;
}
/* line 75, ../sass/__forms.scss */
.post .post-password-form label,
.type-page .post-password-form label, .contactus-form label {
  display: block;
}
/* line 79, ../sass/__forms.scss */
.post .post-password-form fieldset,
.type-page .post-password-form fieldset, .contactus-form fieldset {
  position: relative;
}
/* line 81, ../sass/__forms.scss */
.post .post-password-form fieldset .fieldset-row,
.type-page .post-password-form fieldset .fieldset-row, .contactus-form fieldset .fieldset-row {
  position: relative;
}
/* line 83, ../sass/__forms.scss */
.post .post-password-form fieldset .fieldset-row .input-wrapper,
.type-page .post-password-form fieldset .fieldset-row .input-wrapper, .contactus-form fieldset .fieldset-row .input-wrapper {
  position: relative;
}
/* line 91, ../sass/__forms.scss */
.post .post-password-form .input-wrapper.has-error input,
.type-page .post-password-form .input-wrapper.has-error input, .contactus-form .input-wrapper.has-error input, .post .post-password-form .input-wrapper.has-error textarea,
.type-page .post-password-form .input-wrapper.has-error textarea, .contactus-form .input-wrapper.has-error textarea, .post .post-password-form .input-wrapper.has-error select,
.type-page .post-password-form .input-wrapper.has-error select, .contactus-form .input-wrapper.has-error select, .post .post-password-form .input-wrapper.has-error .chosen-container,
.type-page .post-password-form .input-wrapper.has-error .chosen-container, .contactus-form .input-wrapper.has-error .chosen-container, .post .post-password-form .input-wrapper.has-required-error input,
.type-page .post-password-form .input-wrapper.has-required-error input, .contactus-form .input-wrapper.has-required-error input, .post .post-password-form .input-wrapper.has-required-error textarea,
.type-page .post-password-form .input-wrapper.has-required-error textarea, .contactus-form .input-wrapper.has-required-error textarea, .post .post-password-form .input-wrapper.has-required-error select,
.type-page .post-password-form .input-wrapper.has-required-error select, .contactus-form .input-wrapper.has-required-error select, .post .post-password-form .input-wrapper.has-required-error .chosen-container,
.type-page .post-password-form .input-wrapper.has-required-error .chosen-container, .contactus-form .input-wrapper.has-required-error .chosen-container {
  border: solid 1px red;
}
/* line 97, ../sass/__forms.scss */
.post .post-password-form .required-asterik,
.type-page .post-password-form .required-asterik, .contactus-form .required-asterik {
  color: red;
}
/* line 101, ../sass/__forms.scss */
.post .post-password-form .error,
.type-page .post-password-form .error, .contactus-form .error {
  display: none;
  font-size: 0.75em;
  line-height: 16px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: red;
  padding-top: 6px;
  padding-bottom: 4px;
}
/* line 110, ../sass/__forms.scss */
.post .post-password-form .has-error .error,
.type-page .post-password-form .has-error .error, .contactus-form .has-error .error {
  display: block;
}
/* line 116, ../sass/__forms.scss */
.post .post-password-form .has-required-error .error,
.type-page .post-password-form .has-required-error .error, .contactus-form .has-required-error .error {
  display: none;
}
/* line 120, ../sass/__forms.scss */
.post .post-password-form .has-required-error .error.required-error,
.type-page .post-password-form .has-required-error .error.required-error, .contactus-form .has-required-error .error.required-error {
  display: block;
}
/* line 126, ../sass/__forms.scss */
.post .post-password-form .labelsleft-fieldset .fieldset-row,
.type-page .post-password-form .labelsleft-fieldset .fieldset-row, .contactus-form .labelsleft-fieldset .fieldset-row {
  font-size: 0;
}
/* line 129, ../sass/__forms.scss */
.post .post-password-form .labelsleft-fieldset .fieldset-row .input-wrapper,
.type-page .post-password-form .labelsleft-fieldset .fieldset-row .input-wrapper, .contactus-form .labelsleft-fieldset .fieldset-row .input-wrapper, .post .post-password-form .labelsleft-fieldset .fieldset-row .label-wrapper,
.type-page .post-password-form .labelsleft-fieldset .fieldset-row .label-wrapper, .contactus-form .labelsleft-fieldset .fieldset-row .label-wrapper {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
@media only screen and (max-width: 539px) {
  /* line 129, ../sass/__forms.scss */
  .post .post-password-form .labelsleft-fieldset .fieldset-row .input-wrapper,
  .type-page .post-password-form .labelsleft-fieldset .fieldset-row .input-wrapper, .contactus-form .labelsleft-fieldset .fieldset-row .input-wrapper, .post .post-password-form .labelsleft-fieldset .fieldset-row .label-wrapper,
  .type-page .post-password-form .labelsleft-fieldset .fieldset-row .label-wrapper, .contactus-form .labelsleft-fieldset .fieldset-row .label-wrapper {
    display: block;
  }
}
/* line 139, ../sass/__forms.scss */
.post .post-password-form .labelsleft-fieldset .fieldset-row .label-wrapper,
.type-page .post-password-form .labelsleft-fieldset .fieldset-row .label-wrapper, .contactus-form .labelsleft-fieldset .fieldset-row .label-wrapper {
  text-align: right;
}
@media only screen and (max-width: 539px) {
  /* line 139, ../sass/__forms.scss */
  .post .post-password-form .labelsleft-fieldset .fieldset-row .label-wrapper,
  .type-page .post-password-form .labelsleft-fieldset .fieldset-row .label-wrapper, .contactus-form .labelsleft-fieldset .fieldset-row .label-wrapper {
    text-align: left;
  }
}
/* line 150, ../sass/__forms.scss */
.post .post-password-form .checkbox-fieldset .fieldset-row,
.type-page .post-password-form .checkbox-fieldset .fieldset-row, .contactus-form .checkbox-fieldset .fieldset-row {
  font-size: 0;
}
/* line 154, ../sass/__forms.scss */
.post .post-password-form .checkbox-fieldset .input-wrapper,
.type-page .post-password-form .checkbox-fieldset .input-wrapper, .contactus-form .checkbox-fieldset .input-wrapper, .post .post-password-form .checkbox-fieldset .label-wrapper,
.type-page .post-password-form .checkbox-fieldset .label-wrapper, .contactus-form .checkbox-fieldset .label-wrapper {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
/* line 161, ../sass/__forms.scss */
.post .post-password-form .pre-submit-info,
.type-page .post-password-form .pre-submit-info, .contactus-form .pre-submit-info {
  font-size: 0.813em;
  line-height: 17px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@-moz-document url-prefix() {
  /* line 166, ../sass/__forms.scss */
  button[type="submit"],
  input[type="submit"] {
    padding-top: 1px !important;
  }
}
/* line 172, ../sass/__forms.scss */
.lt-ie9 .post .post-password-form, .post .lt-ie9 .post-password-form,
.lt-ie9 .type-page .post-password-form,
.type-page .lt-ie9 .post-password-form, .lt-ie9 .contactus-form {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
}
/* line 173, ../sass/__forms.scss */
.lt-ie9 .post .post-password-form input[type="text"], .post .lt-ie9 .post-password-form input[type="text"],
.lt-ie9 .type-page .post-password-form input[type="text"],
.type-page .lt-ie9 .post-password-form input[type="text"], .lt-ie9 .contactus-form input[type="text"], .lt-ie9 .post .post-password-form input[type="email"], .post .lt-ie9 .post-password-form input[type="email"],
.lt-ie9 .type-page .post-password-form input[type="email"],
.type-page .lt-ie9 .post-password-form input[type="email"], .lt-ie9 .contactus-form input[type="email"], .lt-ie9 .post .post-password-form input[type="tel"], .post .lt-ie9 .post-password-form input[type="tel"],
.lt-ie9 .type-page .post-password-form input[type="tel"],
.type-page .lt-ie9 .post-password-form input[type="tel"], .lt-ie9 .contactus-form input[type="tel"], .lt-ie9 .post .post-password-form input[type="password"], .post .lt-ie9 .post-password-form input[type="password"],
.lt-ie9 .type-page .post-password-form input[type="password"],
.type-page .lt-ie9 .post-password-form input[type="password"], .lt-ie9 .contactus-form input[type="password"] {
  display: inline;
  line-height: 28px;
}
/* line 181, ../sass/__forms.scss */
.lt-ie9 .post .post-password-form input[type="text"], .post .lt-ie9 .post-password-form input[type="text"],
.lt-ie9 .type-page .post-password-form input[type="text"],
.type-page .lt-ie9 .post-password-form input[type="text"], .lt-ie9 .contactus-form input[type="text"], .lt-ie9 .post .post-password-form input[type="email"], .post .lt-ie9 .post-password-form input[type="email"],
.lt-ie9 .type-page .post-password-form input[type="email"],
.type-page .lt-ie9 .post-password-form input[type="email"], .lt-ie9 .contactus-form input[type="email"], .lt-ie9 .post .post-password-form input[type="tel"], .post .lt-ie9 .post-password-form input[type="tel"],
.lt-ie9 .type-page .post-password-form input[type="tel"],
.type-page .lt-ie9 .post-password-form input[type="tel"], .lt-ie9 .contactus-form input[type="tel"], .lt-ie9 .post .post-password-form input[type="password"], .post .lt-ie9 .post-password-form input[type="password"],
.lt-ie9 .type-page .post-password-form input[type="password"],
.type-page .lt-ie9 .post-password-form input[type="password"], .lt-ie9 .contactus-form input[type="password"], .lt-ie9 .post .post-password-form textarea, .post .lt-ie9 .post-password-form textarea,
.lt-ie9 .type-page .post-password-form textarea,
.type-page .lt-ie9 .post-password-form textarea, .lt-ie9 .contactus-form textarea {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 185, ../sass/__forms.scss */
.lt-ie9 .post .post-password-form button[type="submit"], .post .lt-ie9 .post-password-form button[type="submit"],
.lt-ie9 .type-page .post-password-form button[type="submit"],
.type-page .lt-ie9 .post-password-form button[type="submit"], .lt-ie9 .contactus-form button[type="submit"],
.lt-ie9 .post .post-password-form input[type="submit"],
.post .lt-ie9 .post-password-form input[type="submit"],
.lt-ie9 .type-page .post-password-form input[type="submit"],
.type-page .lt-ie9 .post-password-form input[type="submit"],
.lt-ie9 .contactus-form input[type="submit"] {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 194, ../sass/__forms.scss */
.lt-ie9 .post .post-password-form .chosen-container-multi .chosen-choices li.search-field .default, .post .lt-ie9 .post-password-form .chosen-container-multi .chosen-choices li.search-field .default,
.lt-ie9 .type-page .post-password-form .chosen-container-multi .chosen-choices li.search-field .default,
.type-page .lt-ie9 .post-password-form .chosen-container-multi .chosen-choices li.search-field .default, .lt-ie9 .contactus-form .chosen-container-multi .chosen-choices li.search-field .default {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 200, ../sass/__forms.scss */
.lt-ie9 .post .post-password-form .error, .post .lt-ie9 .post-password-form .error,
.lt-ie9 .type-page .post-password-form .error,
.type-page .lt-ie9 .post-password-form .error, .lt-ie9 .contactus-form .error {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 204, ../sass/__forms.scss */
.lt-ie9 .post .post-password-form .pre-submit-info, .post .lt-ie9 .post-password-form .pre-submit-info,
.lt-ie9 .type-page .post-password-form .pre-submit-info,
.type-page .lt-ie9 .post-password-form .pre-submit-info, .lt-ie9 .contactus-form .pre-submit-info {
  font-size: 0.813em;
  line-height: 17px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 2, ../sass/__homepage.scss */
.featured-slider {
  margin-bottom: 40px;
  width: 100%;
  background-color: black;
}
/* line 6, ../sass/__homepage.scss */
.featured-slider img {
  max-width: 100%;
}

/* line 12, ../sass/__homepage.scss */
.home .find-a-speaker {
  background-color: #f8f8f8;
  width: 100%;
  height: 80px;
  margin-bottom: 48px;
  padding: 0 18px;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
/* line 20, ../sass/__homepage.scss */
.home .find-a-speaker .wrap {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 24, ../sass/__homepage.scss */
.home .find-a-speaker .wrap > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 28, ../sass/__homepage.scss */
.home .find-a-speaker .wrap select {
  width: 100%;
  height: 30px;
}
/* line 32, ../sass/__homepage.scss */
.home .find-a-speaker .wrap input {
  width: 100%;
  font-size: 0.875em;
  line-height: 19px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: none;
  background-color: white;
  border: 1px solid gainsboro;
  height: 30px;
  padding: 0 10px;
  color: #4b4b4b;
}
/* line 42, ../sass/__homepage.scss */
.home .find-a-speaker .wrap .chosen-container {
  width: 100% !important;
}
/* line 45, ../sass/__homepage.scss */
.home .find-a-speaker .wrap .col-1 {
  width: 14%;
  font-size: 0.75em;
  line-height: 16px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ff6f00;
  text-transform: uppercase;
}
/* line 51, ../sass/__homepage.scss */
.home .find-a-speaker .wrap .col-2, .home .find-a-speaker .wrap .col-4, .home .find-a-speaker .wrap .col-6 {
  width: 27%;
}
/* line 54, ../sass/__homepage.scss */
.home .find-a-speaker .wrap .col-3, .home .find-a-speaker .wrap .col-5 {
  text-transform: uppercase;
  text-align: center;
  width: 5%;
  font-size: 0.75em;
  line-height: 16px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
}
/* line 64, ../sass/__homepage.scss */
.home .highlights.grid {
  margin-bottom: 50px;
}
/* line 67, ../sass/__homepage.scss */
.home .highlights-header {
  text-align: center;
  margin-bottom: 25px;
}
/* line 72, ../sass/__homepage.scss */
.home .main-content {
  margin-top: 0;
}
/* line 76, ../sass/__homepage.scss */
.home .feed-content {
  width: 100%;
  background-color: #f8f8f8;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
/* line 81, ../sass/__homepage.scss */
.home .feed-content .content-wrap {
  padding-top: 46px;
  padding-bottom: 27px;
}
/* line 85, ../sass/__homepage.scss */
.home .feed-content .grid {
  padding-top: 0;
}
/* line 88, ../sass/__homepage.scss */
.home .feed-content .orange-header {
  text-align: center;
}
/* line 91, ../sass/__homepage.scss */
.home .feed-content ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}
/* line 96, ../sass/__homepage.scss */
.home .feed-content li {
  margin-bottom: 28px;
}
/* line 99, ../sass/__homepage.scss */
.home .feed-content p {
  font-size: 0.938em;
  line-height: 23px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
  margin: 0;
  padding: 0;
}
/* line 104, ../sass/__homepage.scss */
.home .feed-content p.citation {
  font-size: 0.875em;
  line-height: 23px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 108, ../sass/__homepage.scss */
.home .feed-content h4 {
  margin-bottom: 8px;
  font-size: 0.688em;
  line-height: 15px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #191919;
}
/* line 113, ../sass/__homepage.scss */
.home .feed-content h4 span {
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 117, ../sass/__homepage.scss */
.home .feed-content h4 a {
  color: #191919;
}
/* line 121, ../sass/__homepage.scss */
.home .feed-content a {
  color: #2ea7bc;
}
/* line 123, ../sass/__homepage.scss */
.home .feed-content a:hover {
  color: #ff6f00;
}
/* line 127, ../sass/__homepage.scss */
.home .feed-content .load-more {
  display: block;
  color: #191919;
}
/* line 130, ../sass/__homepage.scss */
.home .feed-content .load-more:hover {
  color: #ff6f00;
}
/* line 135, ../sass/__homepage.scss */
.home .feed-content .ajax-loader {
  text-align: center;
}
/* line 140, ../sass/__homepage.scss */
.home .feed-content #speaker-praise-feed h4 a,
.home .feed-content #speaker-praise-feed h4 a:visited {
  color: #2ea7bc;
}
/* line 143, ../sass/__homepage.scss */
.home .feed-content #speaker-praise-feed h4 a:hover, .home .feed-content #speaker-praise-feed h4 a:active,
.home .feed-content #speaker-praise-feed h4 a:visited:hover,
.home .feed-content #speaker-praise-feed h4 a:visited:active {
  color: #ff6f00;
}
/* line 153, ../sass/__homepage.scss */
.home .site-footer .top-footer {
  background-color: transparent;
  border-top-color: none;
  margin-top: 0;
}
/* line 158, ../sass/__homepage.scss */
.home .site-footer .top-footer .contact-us .phone {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1193px;
  background-repeat: no-repeat;
  width: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .home .site-footer .top-footer .contact-us .phone {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1193px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 162, ../sass/__homepage.scss */
.home .site-footer .top-footer .contact-us .email {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1301px;
  background-repeat: no-repeat;
  width: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .home .site-footer .top-footer .contact-us .email {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1301px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 171, ../sass/__homepage.scss */
  .home .find-a-speaker {
    padding: 0 14px;
  }
  /* line 174, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-1 {
    width: 20%;
  }
  /* line 177, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-2, .home .find-a-speaker .wrap .col-4, .home .find-a-speaker .wrap .col-6 {
    width: 24%;
  }
  /* line 180, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-3, .home .find-a-speaker .wrap .col-5 {
    width: 8%;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1024px) {
  /* line 189, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-1 {
    width: 16%;
  }
  /* line 192, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-2, .home .find-a-speaker .wrap .col-4, .home .find-a-speaker .wrap .col-6 {
    width: 26%;
  }
  /* line 195, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-3, .home .find-a-speaker .wrap .col-5 {
    width: 6%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 202, ../sass/__homepage.scss */
  .home .find-a-speaker {
    height: auto;
    margin: 0 auto 38px auto;
    max-width: 294px;
    padding: 28px 32px 30px;
  }
  /* line 207, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap {
    display: block;
  }
  /* line 209, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap div {
    display: block;
  }
  /* line 212, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-1 {
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
  }
  /* line 216, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-1 label {
    padding-bottom: 8px;
    border-bottom: 1px solid #ff6f00;
  }
  /* line 221, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-2, .home .find-a-speaker .wrap .col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 225, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-3, .home .find-a-speaker .wrap .col-5 {
    width: 100%;
    display: none;
  }
  /* line 229, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-6 {
    width: 100%;
  }
  /* line 234, ../sass/__homepage.scss */
  .home .highlights-header {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 239, ../sass/__homepage.scss */
  .home .find-a-speaker {
    width: 100%;
    max-width: 294px;
  }
  /* line 244, ../sass/__homepage.scss */
  .home .feed-content .grid {
    padding-top: 38px;
  }
}

/* line 254, ../sass/__homepage.scss */
.lt-ie9 .home .find-a-speaker .wrap input {
  line-height: 30px;
}

/* line 3, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-header {
  text-align: center;
}
/* line 7, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav {
  margin: 0 auto 30px auto;
  text-align: center;
}
/* line 10, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav, .page-template-page-speakers-php .speakers-nav .sort-nav li {
  margin: 0;
  padding: 0;
  list-style: none inside;
}
/* line 15, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav {
  display: inline-block;
}
/* line 17, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav li {
  display: inline-block;
  margin-left: 12px;
}
/* line 20, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav li:first-of-type {
  margin-left: 0;
}
/* line 25, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .view-nav {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #959595;
}
/* line 31, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .view-nav .listview {
  margin-left: 12px;
}
/* line 35, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .mobile-sort-nav {
  display: none;
}
/* line 37, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .mobile-sort-nav select {
  min-width: 103px;
}
/* line 42, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav a, .page-template-page-speakers-php .speakers-nav .view-nav a {
  color: black;
  text-transform: uppercase;
  font-size: 0.813em;
  line-height: 18px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 46, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav a:hover, .page-template-page-speakers-php .speakers-nav .view-nav a:hover {
  color: #ff6f00;
}
/* line 50, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav .active, .page-template-page-speakers-php .speakers-nav .view-nav .active {
  color: #ff6f00;
  font-size: 0.813em;
  line-height: 18px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 55, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav .inactive, .page-template-page-speakers-php .speakers-nav .view-nav .inactive {
  color: #c8c8c8;
  font-size: 0.813em;
  line-height: 18px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 62, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakersgrid {
  margin-bottom: 0;
}
/* line 66, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist {
  margin-bottom: 30px;
}
/* line 68, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist .speaker {
  margin-bottom: 10px;
  background-color: #f8f8f8;
  padding: 18px 18px 25px 18px;
}
/* line 72, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist .speaker:after {
  content: "";
  display: table;
  clear: both;
}
/* line 77, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist .speaker .title {
  color: #2ea7bc;
  float: left;
  width: 33.33%;
  padding-right: 22px;
  font-size: 1.438em;
  line-height: 27px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 83, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist .speaker .title a {
  color: #2ea7bc;
}
/* line 85, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist .speaker .title a:hover {
  color: #ff6f00;
}
/* line 90, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist .speaker .short {
  width: 66.66%;
  float: left;
  color: black;
  font-size: 0.938em;
  line-height: 22px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1023px) {
  /* line 100, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav {
    width: 100%;
  }
  /* line 102, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .sort-nav {
    display: none;
  }
  /* line 105, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .view-nav {
    float: right;
    display: block;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 111, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .view-nav a {
    line-height: 30px;
  }
  /* line 115, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav {
    display: block;
    float: left;
  }
  /* line 122, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakerslist .speaker .title {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 131, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakerslist .speaker .title {
    padding-right: 0;
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
  /* line 137, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakerslist .speaker .short {
    float: none;
    width: auto;
  }
}

/* line 154, ../sass/__speakers.scss */
.lt-ie9 .page-template-page-speakers-php .speakers-nav .sort-nav a, .lt-ie9 .page-template-page-speakers-php .speakers-nav .view-nav a {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 157, ../sass/__speakers.scss */
.lt-ie9 .page-template-page-speakers-php .speakers-nav .sort-nav .active, .lt-ie9 .page-template-page-speakers-php .speakers-nav .view-nav .active {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 160, ../sass/__speakers.scss */
.lt-ie9 .page-template-page-speakers-php .speakers-nav .sort-nav .inactive, .lt-ie9 .page-template-page-speakers-php .speakers-nav .view-nav .inactive {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 166, ../sass/__speakers.scss */
.lt-ie9 .page-template-page-speakers-php .speakerslist {
  margin-bottom: 30px;
}
/* line 169, ../sass/__speakers.scss */
.lt-ie9 .page-template-page-speakers-php .speakerslist .speaker .title {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 172, ../sass/__speakers.scss */
.lt-ie9 .page-template-page-speakers-php .speakerslist .speaker .short {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 178, ../sass/__speakers.scss */
.lt-ie9 .page-template-page-speakers-php .ajax-loader {
  margin-bottom: 30px;
}

/* line 4, ../sass/__topics.scss */
.page-template-page-topics-php .topics-nav {
  padding-bottom: 20px;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 26px;
}
/* line 10, ../sass/__topics.scss */
.page-template-page-topics-php .topics-header {
  text-align: center;
  margin-bottom: 30px;
}
/* line 15, ../sass/__topics.scss */
.page-template-page-topics-php .topicsgrid {
  margin-bottom: 47px;
}
/* line 17, ../sass/__topics.scss */
.page-template-page-topics-php .topicsgrid .item {
  width: 100%;
  text-align: center;
  padding: 19px 25%;
  font-size: 1.063em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 22, ../sass/__topics.scss */
.page-template-page-topics-php .topicsgrid .item a {
  color: #2ea7bc;
}
/* line 24, ../sass/__topics.scss */
.page-template-page-topics-php .topicsgrid .item a:hover {
  color: #ff6f00;
}
@media only screen and (max-width: 539px) {
  /* line 40, ../sass/__topics.scss */
  .page-template-page-topics-php .topics-sort-select {
    max-width: 100%;
  }
}

/* line 48, ../sass/__topics.scss */
.flexbox .page-template-page-topics-php .topicsgrid .view-all-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 52, ../sass/__topics.scss */
.flexbox .page-template-page-topics-php .topicsgrid .view-all-column .sh-module {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 63, ../sass/__topics.scss */
.no-flexbox .page-template-page-topics-php .topicsgrid .view-all-column {
  vertical-align: middle;
}
/* line 66, ../sass/__topics.scss */
.no-flexbox .page-template-page-topics-php .topicsgrid .item {
  display: block;
}

/* line 75, ../sass/__topics.scss */
.lt-ie9 .page-template-page-topics-php .topicsgrid .item {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 80, ../sass/__topics.scss */
.lt-ie9 .page-template-page-topics-php .ajax-loader {
  margin-bottom: 30px;
}

/*
Styling for the Single Speaker Page
*/
/* line 7, ../sass/__speaker_single.scss */
.single-speaker .main-content {
  margin-top: 23px;
}
/* line 11, ../sass/__speaker_single.scss */
.single-speaker .passwordprotected {
  margin-top: 20px;
}
/* line 15, ../sass/__speaker_single.scss */
.single-speaker .speaker-title {
  font-size: 2.75em;
  line-height: 57px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
}
/* line 20, ../sass/__speaker_single.scss */
.single-speaker .speaker-caption {
  font-size: 1em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  margin-bottom: 14px;
}
/* line 26, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap {
  position: relative;
}
/* line 28, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap img {
  width: 100%;
  height: auto;
}
/* line 32, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .video-caption-wrap {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  font-size: 0.938em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
}
/* line 43, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .video-caption {
  display: table-cell;
  vertical-align: middle;
  padding-left: 73px;
  padding-right: 20px;
}
/* line 50, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .video-play-btn {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -964px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  bottom: 20px;
  left: 18px;
  z-index: 2;
}
/* line 29, ../sass/__retina-sprites.scss */
.single-speaker .featured-image-wrap .video-play-btn:hover {
  background-position: 0 -1014px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .featured-image-wrap .video-play-btn {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -964px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
  /* line 56, ../sass/__retina-sprites.scss */
  .single-speaker .featured-image-wrap .video-play-btn:hover {
    background-position: 0 -1014px;
  }
}
/* line 60, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .featured-quote-wrap {
  position: absolute;
  width: 400px;
  bottom: 20px;
  left: 19px;
  font-size: 1.938em;
  line-height: 44px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}
/* line 67, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .featured-quote-wrap.right {
  left: auto;
  bottom: 30px;
  right: 19px;
  text-align: right;
}
/* line 72, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .featured-quote-wrap.right .qmark-start {
  display: inline;
  position: relative;
  left: -3px;
}
/* line 77, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .featured-quote-wrap.right .qmark-end {
  display: block;
  position: absolute;
  right: -12px;
  left: auto;
  bottom: 0;
}
/* line 87, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap.has-video .featured-quote-wrap {
  bottom: 80px;
}
/* line 89, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap.has-video .featured-quote-wrap.right {
  bottom: 20px;
}
/* line 94, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .featured-quote {
  position: relative;
}
/* line 96, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .featured-quote .qmark-start {
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
}
/* line 102, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .featured-quote .qmark-end {
  position: relative;
  left: 3px;
}
/* line 108, ../sass/__speaker_single.scss */
.single-speaker .featured-video-wrap {
  position: absolute;
  top: -9999px;
  left: -9999px;
  margin-bottom: 22px;
  width: 100%;
}
/* line 115, ../sass/__speaker_single.scss */
.single-speaker .featured-video-wrap.show {
  position: relative;
  top: 0;
  left: 0;
}
/* line 120, ../sass/__speaker_single.scss */
.single-speaker .featured-video-wrap .close-btn {
  height: 14px;
  width: 14px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -36px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  position: absolute;
  top: -14px;
  right: 0;
}
/* line 29, ../sass/__retina-sprites.scss */
.single-speaker .featured-video-wrap .close-btn:hover {
  background-position: 0 -60px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .featured-video-wrap .close-btn {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -36px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
  /* line 56, ../sass/__retina-sprites.scss */
  .single-speaker .featured-video-wrap .close-btn:hover {
    background-position: 0 -60px;
  }
}
/* line 128, ../sass/__speaker_single.scss */
.single-speaker .mobile-video-caption {
  display: none;
  background-color: #f8f8f8;
  padding: 18px 18px 25px 18px;
}
/* line 132, ../sass/__speaker_single.scss */
.single-speaker .mobile-video-caption.hide {
  display: none;
}
/* line 137, ../sass/__speaker_single.scss */
.single-speaker .featured-image-credit {
  font-size: 0.625em;
  line-height: 13px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #787878;
  margin-top: 5px;
  margin-bottom: 22px;
}
/* line 144, ../sass/__speaker_single.scss */
.single-speaker .speaker-details {
  margin-top: 22px;
  margin-bottom: 30px;
  color: #191919;
}
/* line 148, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-text {
  font-size: 1em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 35px;
}
/* line 152, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .leftcol {
  border-right: 1px solid #e6e6e6;
  padding-right: 32px;
  padding-bottom: 20px;
}
/* line 157, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .rightcol {
  padding-right: 16px;
  padding-left: 0;
}
/* line 161, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .rightcol .orange-header {
  text-align: center;
}
/* line 164, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .rightcol img {
  max-width: 100%;
  height: auto;
}
/* line 169, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-title a {
  font-size: 0.813em;
  line-height: 18px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
}
/* line 174, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info {
  list-style: none inside;
  padding-left: 0;
  margin-bottom: 50px;
}
/* line 178, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info li {
  margin-top: 15px;
  display: table;
  font-size: 0.875em;
  line-height: 19px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 182, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info li span {
  display: table-cell;
  vertical-align: middle;
}
/* line 185, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info li span.icon {
  width: 30px;
}
/* line 189, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info li .text {
  padding-left: 6px;
}
/* line 193, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info .phone .icon span {
  display: block;
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1119px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .contact-info .phone .icon span {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1119px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 197, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info .email .icon span {
  display: block;
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1227px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .contact-info .email .icon span {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1227px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 201, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info .travelsfrom .icon span {
  display: block;
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1335px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .contact-info .travelsfrom .icon span {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1335px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 206, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-book-img {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
/* line 212, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-book {
  margin-bottom: 50px;
}
/* line 214, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-book h5 {
  font-size: 1.25em;
  line-height: 26px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  margin-bottom: 4px;
}
/* line 220, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-book .description.post p, .single-speaker .speaker-details .featured-book .description.post ol, .single-speaker .speaker-details .featured-book .description.post ul, .single-speaker .speaker-details .featured-book .description.post blockquote, .single-speaker .speaker-details .featured-book .description.post pre {
  font-size: 0.875em;
  line-height: 19px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 227, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons {
  text-align: center;
  margin-bottom: 15px;
}
/* line 230, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons a {
  display: inline-block;
  margin-left: 15px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
/* line 233, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons a:first-of-type {
  margin-left: 0;
}
/* line 237, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons a.twitter {
  height: 40px;
  width: 40px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -286px;
  background-repeat: no-repeat;
}
/* line 29, ../sass/__retina-sprites.scss */
.single-speaker .speaker-details .social-info .icons a.twitter:hover {
  background-position: 0 -336px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .social-info .icons a.twitter {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -286px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
  /* line 56, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .social-info .icons a.twitter:hover {
    background-position: 0 -336px;
  }
}
/* line 240, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons a.facebook {
  height: 40px;
  width: 40px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -84px;
  background-repeat: no-repeat;
}
/* line 29, ../sass/__retina-sprites.scss */
.single-speaker .speaker-details .social-info .icons a.facebook:hover {
  background-position: 0 -134px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .social-info .icons a.facebook {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -84px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
  /* line 56, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .social-info .icons a.facebook:hover {
    background-position: 0 -134px;
  }
}
/* line 243, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons a.linkedin {
  height: 42px;
  width: 40px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -184px;
  background-repeat: no-repeat;
}
/* line 29, ../sass/__retina-sprites.scss */
.single-speaker .speaker-details .social-info .icons a.linkedin:hover {
  background-position: 0 -236px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .social-info .icons a.linkedin {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -184px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
  /* line 56, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .social-info .icons a.linkedin:hover {
    background-position: 0 -236px;
  }
}
/* line 246, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons a.website {
  height: 40px;
  width: 40px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -386px;
  background-repeat: no-repeat;
}
/* line 29, ../sass/__retina-sprites.scss */
.single-speaker .speaker-details .social-info .icons a.website:hover {
  background-position: 0 -436px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .social-info .icons a.website {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -386px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
  /* line 56, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .social-info .icons a.website:hover {
    background-position: 0 -436px;
  }
}
/* line 251, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .additional-links {
  padding: 0;
  margin: 0;
}
/* line 254, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .additional-links li {
  text-align: center;
  font-size: 0.875em;
  line-height: 19px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin-top: 15px;
}
/* line 259, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .additional-links li:first-of-type {
  margin-top: 0;
}
/* line 267, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .topics .tab-wrap {
  color: #191919;
}
/* line 269, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-wrap.nobody {
  margin-bottom: 34px;
}
/* line 272, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-title {
  color: black;
  font-size: 1.313em;
  line-height: 27px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 3px;
}
/* line 277, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-details {
  margin-bottom: 6px;
}
/* line 278, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-details p, .single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-details ol, .single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-details ul, .single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-details blockquote, .single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-details pre {
  font-size: 0.938em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 283, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .topics .tab-wrap .speaker-categories {
  color: #787878;
  font-size: 0.813em;
  line-height: 18px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 72px;
}
/* line 290, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .accordian-header {
  border-bottom: none;
}
/* line 293, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .tab-wrap {
  padding-top: 0;
}
/* line 296, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .videorow {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e6e6e6;
}
/* line 301, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .video-thumbnail {
  position: relative;
  float: left;
  width: 42%;
}
/* line 305, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .video-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
/* line 310, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .video-thumbnail .video-btn {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 18px;
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1745px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .speaker-sections .video .video-thumbnail .video-btn {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1743.5px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 318, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .video-details {
  float: left;
  width: 58%;
  padding-left: 20px;
}
/* line 323, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .video-title {
  color: #2ea7bc;
  font-size: 1.313em;
  line-height: 27px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 327, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .post {
  color: #191919;
}
/* line 329, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .post p, .single-speaker .speaker-details .speaker-sections .video .post ol, .single-speaker .speaker-details .speaker-sections .video .post ul, .single-speaker .speaker-details .speaker-sections .video .post blockquote, .single-speaker .speaker-details .speaker-sections .video .post pre {
  font-size: 0.875em;
  line-height: 19px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 335, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .praise .quote-wrap {
  color: #191919;
  padding-left: 25px;
  margin-bottom: 39px;
}
/* line 340, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .praise .quote {
  position: relative;
}
/* line 342, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .praise .quote .qmark-start {
  position: absolute;
  display: block;
  top: 0px;
  left: -20px;
  font-size: 50px;
  color: #959595;
  height: 19px;
  width: 15px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -1656px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .speaker-sections .praise .quote .qmark-start {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -1655px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 352, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .praise .quote p:last-of-type:after {
  content: '”';
  font-size: 0.938em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
}
/* line 358, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .praise .citation {
  font-size: 0.938em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -22px;
}
/* line 361, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .praise .citation strong {
  font-weight: normal;
  font-family: "Fort Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 367, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .praise.nospeakerpraise .accordian-header {
  border-bottom: none;
}
/* line 370, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .praise.nospeakerpraise .tab-wrap {
  padding-top: 0;
}
/* line 376, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .book-praise .book-praise-row {
  border-top: 1px solid #2ea7bc;
}
/* line 378, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .book-praise .book-praise-row .book-title {
  position: relative;
  font-size: 1em;
  line-height: 24px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2ea7bc;
  padding-top: 9px;
  padding-bottom: 29px;
  cursor: pointer;
}
/* line 385, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .book-praise .book-praise-row .book-title .arrow {
  display: block;
  position: absolute;
  top: 14px;
  right: 3px;
  height: 8px;
  width: 14px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .speaker-sections .book-praise .book-praise-row .book-title .arrow {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 0;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 393, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .book-praise .book-praise-row .quote-wrap {
  display: none;
}
/* line 397, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .book-praise .book-praise-row.activetab .quote-wrap {
  display: block;
  margin-top: -7px;
  padding-bottom: 4px;
}
/* line 403, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .book-praise .book-praise-row.activetab .book-title .arrow {
  height: 8px;
  width: 14px;
  background-image: url('../img/sprites-sed64990c28.png');
  background-position: 0 -18px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .speaker-details .speaker-sections .book-praise .book-praise-row.activetab .book-title .arrow {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -18px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 410, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .books {
  width: 100%;
}
/* line 412, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .books .book-img {
  position: relative;
  display: block;
}
/* line 416, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .books .row {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
/* line 418, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .books .row .col-1-3 {
  vertical-align: bottom;
}
/* line 422, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .books img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
/* line 428, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .books .buy-book-url {
  font-size: 0.688em;
  line-height: 15px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  width: 80%;
  margin: 0 auto;
}
/* line 438, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .media .accordian-header {
  border-bottom: none;
}
/* line 441, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .media .tab-wrap {
  padding-top: 0;
}
/* line 444, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .media .media-element {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 18px;
  border-top: 1px solid #e6e6e6;
}
/* line 450, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .media .media-logo {
  margin-bottom: 10px;
}
/* line 452, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .media .media-logo img {
  max-width: 100%;
  display: block;
}
/* line 457, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .media .media-title {
  color: #2ea7bc;
  font-size: 1.313em;
  line-height: 27px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -3px;
}
/* line 462, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .media time {
  margin-top: 13px;
  font-size: 0.875em;
  line-height: 19px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #787878;
}
/* line 475, ../sass/__speaker_single.scss */
.single-speaker .sky-tabs > ul > li .accordian-header {
  color: black;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 18px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 11px;
  border-bottom: 1px solid #e6e6e6;
}
/* line 482, ../sass/__speaker_single.scss */
.single-speaker .sky-tabs > ul > li .tab-wrap {
  padding-top: 20px;
}
/* line 489, ../sass/__speaker_single.scss */
.single-speaker .more-speakers-header {
  text-align: center;
}
/* line 493, ../sass/__speaker_single.scss */
.single-speaker .more-speakers-wrap {
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
}
@media only screen and (max-width: 1023px) {
  /* line 500, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .leftcol {
    padding-right: 25px;
  }
  /* line 503, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .rightcol {
    padding-left: 0px;
    padding-right: 12.5px;
  }
  /* line 509, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .social-info .icons a {
    margin-left: 5%;
  }
  /* line 511, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .social-info .icons a:first-of-type {
    margin-left: 0;
  }
  /* line 522, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .video .video-details {
    padding-left: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  /* line 532, ../sass/__speaker_single.scss */
  .single-speaker .featured-image-wrap .featured-quote-wrap {
    width: 300px;
  }
  /* line 539, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .social-info .icons a {
    margin-left: 3.5%;
  }
  /* line 541, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .social-info .icons a:first-of-type {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 552, ../sass/__speaker_single.scss */
  .single-speaker .featured-image-wrap .featured-quote-wrap {
    display: none;
  }
  /* line 557, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .featured-text {
    margin-bottom: 30px;
  }
  /* line 560, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .leftcol {
    border-right: none;
    margin-bottom: 50px;
    padding-right: 0;
  }
  /* line 565, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .rightcol {
    max-width: 294px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 570, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .rightcol .featured-book-img {
    display: block;
    text-align: center;
  }
  /* line 573, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .rightcol .featured-book-img img {
    max-width: 256px;
  }
  /* line 580, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .social-info .icons a {
    margin-left: 10px;
  }
  /* line 582, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .social-info .icons a:first-of-type {
    margin-left: 0;
  }
  /* line 590, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .video .videorow {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 593, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .video .videorow:first-of-type {
    padding-top: 5px;
    border-top: none;
  }
  /* line 600, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .books .row {
    margin-bottom: 0;
  }
  /* line 603, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .books .col-1-3 {
    max-width: 256px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* line 611, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .media .media-element:first-of-type {
    border-top: none;
  }
  /* line 619, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > label {
    display: none;
  }
  /* line 623, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #2ea7bc;
    position: static;
    opacity: 1.0;
  }
  /* line 629, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li:first-of-type {
    border-top: 1px solid #2ea7bc;
  }
  /* line 632, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li .accordian-header {
    display: block;
    color: #2ea7bc;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 1em;
    line-height: 24px;
    font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 56px;
    cursor: pointer;
    text-transform: none;
    position: relative;
  }
  /* line 642, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li .accordian-header span {
    display: none;
  }
  /* line 645, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li .accordian-header span.arrow {
    display: block;
    height: 8px;
    width: 14px;
    background-image: url('../img/sprites-sed64990c28.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -4px;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .sky-tabs > ul > li .accordian-header span.arrow {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 0;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 654, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li .tab-wrap {
    display: none;
    padding-top: 0;
  }
  /* line 658, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.activetab {
    padding-bottom: 50px;
  }
  /* line 661, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.activetab .accordian-header span.arrow {
    height: 8px;
    width: 14px;
    background-image: url('../img/sprites-sed64990c28.png');
    background-position: 0 -18px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .single-speaker .sky-tabs > ul > li.activetab .accordian-header span.arrow {
    background-image: url('../img/sprites-retina-sbf51826c65.png');
    background-position: 0 -18px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 665, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.activetab .tab-wrap {
    display: block;
  }
  /* line 669, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.about.activetab {
    padding-bottom: 22px;
  }
  /* line 672, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.topics.activetab {
    padding-bottom: 16px;
  }
  /* line 675, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.video.activetab {
    padding-bottom: 30px;
  }
  /* line 678, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.praise.activetab {
    padding-bottom: 22px;
  }
  /* line 681, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.books.activetab {
    padding-bottom: 22px;
  }
  /* line 684, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.media.activetab {
    padding-bottom: 43px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 694, ../sass/__speaker_single.scss */
  .single-speaker .featured-image-wrap .featured-quote-wrap {
    display: none;
  }
  /* line 697, ../sass/__speaker_single.scss */
  .single-speaker .featured-image-wrap .video-caption-wrap {
    display: none;
  }
  /* line 701, ../sass/__speaker_single.scss */
  .single-speaker .mobile-video-caption {
    display: block;
  }
  /* line 703, ../sass/__speaker_single.scss */
  .single-speaker .mobile-video-caption.hide {
    display: none;
  }
  /* line 710, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .video .videorow {
    padding-top: 0;
    padding-bottom: 32pxpx;
    border: none;
  }
  /* line 715, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .video .video-thumbnail {
    float: none;
    width: 100%;
  }
  /* line 719, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .video .video-details {
    float: none;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    background-color: #f8f8f8;
    padding: 18px 18px 25px;
  }
  /* line 733, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.video.activetab {
    padding-bottom: 18px;
  }
}

/* line 746, ../sass/__speaker_single.scss */
.no-flexbox .single-speaker .speaker-details .leftcol,
.no-js .single-speaker .speaker-details .leftcol {
  padding-right: 32px;
}
/* line 749, ../sass/__speaker_single.scss */
.no-flexbox .single-speaker .speaker-details .rightcol,
.no-js .single-speaker .speaker-details .rightcol {
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1023px) {
  /* line 757, ../sass/__speaker_single.scss */
  .no-flexbox .speaker-details .leftcol,
  .no-js .speaker-details .leftcol {
    padding-right: 25px;
  }
  /* line 760, ../sass/__speaker_single.scss */
  .no-flexbox .speaker-details .rightcol,
  .no-js .speaker-details .rightcol {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 768, ../sass/__speaker_single.scss */
  .no-flexbox .speaker-details .leftcol,
  .no-js .speaker-details .leftcol {
    padding-right: 0;
  }
  /* line 771, ../sass/__speaker_single.scss */
  .no-flexbox .speaker-details .rightcol,
  .no-js .speaker-details .rightcol {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 784, ../sass/__speaker_single.scss */
.no-js .single-speaker .speaker-details .speaker-sections .book-praise .book-praise-row .quote-wrap {
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 795, ../sass/__speaker_single.scss */
  .no-js .single-speaker .sky-tabs > ul > li .tab-wrap {
    display: block;
  }
}

/* line 805, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-title {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 809, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-caption {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 814, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .featured-image-wrap .video-caption-wrap {
  background: url("video-caption-bg.png") repeat;
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 819, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .featured-image-wrap .featured-quote-wrap {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 824, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .featured-image-credit {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 830, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .featured-text {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 833, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .contact-title a {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 837, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .contact-info li {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 842, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .featured-book h5 {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 846, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .featured-book .description.post p, .lt-ie9 .single-speaker .speaker-details .featured-book .description.post ol, .lt-ie9 .single-speaker .speaker-details .featured-book .description.post ul, .lt-ie9 .single-speaker .speaker-details .featured-book .description.post blockquote, .lt-ie9 .single-speaker .speaker-details .featured-book .description.post pre {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 854, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .social-info .additional-links li {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 862, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-title {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 866, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-details p, .lt-ie9 .single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-details ol, .lt-ie9 .single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-details ul, .lt-ie9 .single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-details blockquote, .lt-ie9 .single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-details pre {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 870, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .topics .tab-wrap .speaker-categories {
  font-size: 0.813em;
  line-height: 18px;
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 875, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .video .tab-wrap {
  border-top: none;
  padding-top: 0;
}
/* line 879, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .video .videorow {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
/* line 883, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .video .video-title {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 887, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .video .post p, .lt-ie9 .single-speaker .speaker-details .speaker-sections .video .post ol, .lt-ie9 .single-speaker .speaker-details .speaker-sections .video .post ul, .lt-ie9 .single-speaker .speaker-details .speaker-sections .video .post blockquote, .lt-ie9 .single-speaker .speaker-details .speaker-sections .video .post pre {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 894, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .praise .quote p:after {
  content: '”';
  font-size: 0.938em;
  line-height: 24px;
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
}
/* line 901, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .praise .quote p:last-of-type:after {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 905, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .praise .citation {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 907, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .praise .citation strong {
  font-family: "Fort Medium IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 914, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .book-praise .book-praise-row .book-title {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 920, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .books .buy-book-url {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 925, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .media .media-title {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 928, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .media time {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 934, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .fluid-width-video-wrapper iframe, .lt-ie9 .single-speaker .fluid-width-video-wrapper object, .lt-ie9 .single-speaker .fluid-width-video-wrapper embed {
  position: static;
  width: 100%;
  height: 529px;
}
/* line 939, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .fluid-width-video-wrapper {
  padding-top: 0 !important;
}
/* line 945, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .sky-tabs > ul > li .accordian-header {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  /* line 956, ../sass/__speaker_single.scss */
  .lt-ie9 .single-speaker .sky-tabs > ul > li .accordian-header {
    font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}

/* line 965, ../sass/__speaker_single.scss */
.mfp-close-btn-in .speaker-videos .mfp-close {
  color: white;
  margin-top: -30px;
}

/* line 969, ../sass/__speaker_single.scss */
.speaker-videos {
  margin: 20px auto;
  text-align: center;
  width: 100%;
  max-width: 1080px;
  position: relative;
  padding: 35px 15px;
}
/* line 976, ../sass/__speaker_single.scss */
.speaker-videos.mfp-hide {
  display: block !important;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* line 982, ../sass/__speaker_single.scss */
.speaker-videos p {
  margin: 0;
}
/* line 986, ../sass/__speaker_single.scss */
.speaker-videos .mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}
/* line 991, ../sass/__speaker_single.scss */
.speaker-videos .mejs-overlay, .speaker-videos .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
/* line 995, ../sass/__speaker_single.scss */
.speaker-videos .mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 767px) {
  /* line 969, ../sass/__speaker_single.scss */
  .speaker-videos {
    width: 100%;
  }
}

/* line 2, ../sass/__contactus.scss */
.page-template-page-contact-us-php .orange-header {
  margin-top: 4px;
  margin-bottom: 35px;
}
/* line 6, ../sass/__contactus.scss */
.page-template-page-contact-us-php .orange-header.contactus-header {
  text-align: center;
}
@media only screen and (max-width: 539px) {
  /* line 2, ../sass/__contactus.scss */
  .page-template-page-contact-us-php .orange-header {
    margin-top: 0px;
    margin-bottom: 13px;
  }
}
/* line 16, ../sass/__contactus.scss */
.page-template-page-contact-us-php .contactus-form-complete {
  display: none;
}
/* line 19, ../sass/__contactus.scss */
.page-template-page-contact-us-php .contactus-form-complete p {
  font-size: 0.938em;
  line-height: 22px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  /* line 26, ../sass/__contactus.scss */
  .page-template-page-contact-us-php .sidebar {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  /* line 32, ../sass/__contactus.scss */
  .page-template-page-contact-us-php .sidebar .contact-us-widget {
    display: none;
  }
  /* line 36, ../sass/__contactus.scss */
  .page-template-page-contact-us-php .sidebar .find-a-speaker-widget {
    margin-bottom: 0px;
  }
}
/* line 43, ../sass/__contactus.scss */
.page-template-page-contact-us-php .contactusgrid .col-2-3 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 43, ../sass/__contactus.scss */
  .page-template-page-contact-us-php .contactusgrid .col-2-3 {
    margin-bottom: 50px;
  }
}

/* line 56, ../sass/__contactus.scss */
.lt-ie9 .page-template-page-contact-us-php .contactus-form-complete p {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 63, ../sass/__contactus.scss */
.contactus-form {
  width: 100%;
}
/* line 67, ../sass/__contactus.scss */
.contactus-form input[type="text"], .contactus-form input[type="email"], .contactus-form input[type="tel"], .contactus-form textarea {
  width: 300px;
}
@media only screen and (max-width: 539px) {
  /* line 67, ../sass/__contactus.scss */
  .contactus-form input[type="text"], .contactus-form input[type="email"], .contactus-form input[type="tel"], .contactus-form textarea {
    width: 100%;
  }
}
/* line 75, ../sass/__contactus.scss */
.contactus-form textarea {
  width: 100%;
}
/* line 79, ../sass/__contactus.scss */
.contactus-form .contactus-form-top-fieldset {
  padding-bottom: 27px;
}
@media only screen and (max-width: 539px) {
  /* line 79, ../sass/__contactus.scss */
  .contactus-form .contactus-form-top-fieldset {
    padding-bottom: 14px;
  }
}
/* line 86, ../sass/__contactus.scss */
.contactus-form .contactus-form-top-fieldset .fieldset-row {
  padding-bottom: 10px;
}
@media only screen and (max-width: 539px) {
  /* line 86, ../sass/__contactus.scss */
  .contactus-form .contactus-form-top-fieldset .fieldset-row {
    padding-bottom: 12px;
  }
}
/* line 94, ../sass/__contactus.scss */
.contactus-form .contactus-form-top-fieldset .label-wrapper {
  width: 148px;
  padding-right: 15px;
  text-align: right;
}
@media only screen and (max-width: 539px) {
  /* line 94, ../sass/__contactus.scss */
  .contactus-form .contactus-form-top-fieldset .label-wrapper {
    width: 100%;
  }
}
/* line 104, ../sass/__contactus.scss */
.contactus-form .contactus-form-top-fieldset label {
  padding: 4px 0;
}
/* line 110, ../sass/__contactus.scss */
.contactus-form .contactus-form-bottom-fieldset .fieldset-row {
  padding-bottom: 26px;
}
/* line 114, ../sass/__contactus.scss */
.contactus-form .contactus-form-bottom-fieldset #hear-about-contactus-fieldset-row, .contactus-form .contactus-form-bottom-fieldset #hear-about-other-contactus-fieldset-row {
  padding-bottom: 14px;
}
/* line 118, ../sass/__contactus.scss */
.contactus-form .contactus-form-bottom-fieldset #hear-about-other-contactus-fieldset-row {
  display: none;
}
/* line 122, ../sass/__contactus.scss */
.contactus-form .contactus-form-bottom-fieldset .textinput-wrapper, .contactus-form .contactus-form-bottom-fieldset .textarea-wrapper, .contactus-form .contactus-form-bottom-fieldset .select-wrapper {
  padding-top: 5px;
}
/* line 126, ../sass/__contactus.scss */
.contactus-form .contactus-form-bottom-fieldset .chosen-container-multi {
  width: 448px !important;
}
@media only screen and (max-width: 539px) {
  /* line 126, ../sass/__contactus.scss */
  .contactus-form .contactus-form-bottom-fieldset .chosen-container-multi {
    width: 100% !important;
  }
}
/* line 134, ../sass/__contactus.scss */
.contactus-form .contactus-form-bottom-fieldset #more-info-contactus {
  height: 120px;
}
/* line 139, ../sass/__contactus.scss */
.contactus-form .contactus-form-checkbox-fieldset {
  padding-bottom: 9px;
}
@media only screen and (max-width: 539px) {
  /* line 139, ../sass/__contactus.scss */
  .contactus-form .contactus-form-checkbox-fieldset {
    padding-top: 12px;
    padding-bottom: 22px;
  }
}
/* line 147, ../sass/__contactus.scss */
.contactus-form .contactus-form-checkbox-fieldset .label-wrapper {
  padding-left: 21px;
}
/* line 151, ../sass/__contactus.scss */
.contactus-form .contactus-form-checkbox-fieldset input[type="checkbox"] {
  position: absolute;
  margin-top: 3px;
}
/* line 157, ../sass/__contactus.scss */
.contactus-form .pre-submit-info {
  padding-bottom: 16px;
}
@media only screen and (max-width: 539px) {
  /* line 157, ../sass/__contactus.scss */
  .contactus-form .pre-submit-info {
    padding-bottom: 26px;
  }
}

/* line 4, ../sass/__search-results.scss */
.search .searchtitle,
.archive .searchtitle {
  font-size: 1.875em;
  line-height: 38px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  margin-bottom: 11px;
}
/* line 9, ../sass/__search-results.scss */
.search .post,
.archive .post {
  border-top: 1px solid #e6e6e6;
  padding-top: 22px;
  margin-top: 28px;
}
/* line 13, ../sass/__search-results.scss */
.search .post:first-of-type,
.archive .post:first-of-type {
  margin-top: 0;
}
/* line 16, ../sass/__search-results.scss */
.search .post .pagetitle,
.archive .post .pagetitle {
  font-size: 1.438em;
  line-height: 29px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: -2px;
}
/* line 20, ../sass/__search-results.scss */
.search .post .featured-image,
.archive .post .featured-image {
  float: left;
  width: 140px;
  height: auto;
  margin-top: 8px;
  margin-right: 30px;
  margin-bottom: 10px;
}
/* line 28, ../sass/__search-results.scss */
.search .post p,
.archive .post p {
  margin-bottom: 0;
}
/* line 32, ../sass/__search-results.scss */
.search .pagination,
.archive .pagination {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  color: #828282;
  font-size: 0.813em;
  line-height: 15px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 39, ../sass/__search-results.scss */
.search .pagination span,
.archive .pagination span {
  display: inline-block;
  margin-left: 22px;
}
/* line 42, ../sass/__search-results.scss */
.search .pagination span:first-of-type,
.archive .pagination span:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  /* line 49, ../sass/__search-results.scss */
  .search .post .featured-image,
  .archive .post .featured-image {
    display: none;
  }
  /* line 55, ../sass/__search-results.scss */
  .search .pagination span.hideonmobile,
  .archive .pagination span.hideonmobile {
    display: none;
  }
}

/* line 66, ../sass/__search-results.scss */
.lt-ie9 .search .searchtitle,
.lt-ie9 .archive .searchtitle {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 70, ../sass/__search-results.scss */
.lt-ie9 .search .post .pagetitle,
.lt-ie9 .archive .post .pagetitle {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 74, ../sass/__search-results.scss */
.lt-ie9 .search .pagination,
.lt-ie9 .archive .pagination {
  font-size: 0.813em;
  line-height: 15px;
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
	Styling specific for the Highlights page only
*/
/* line 6, ../sass/__highlights.scss */
.blog .highlights-header,
.archive .highlights-header {
  text-align: center;
}

/* line 2, ../sass/__newsletter.scss */
.page-template-page-newsletter-php .orange-header {
  margin-top: 4px;
  margin-bottom: 35px;
}
/* line 6, ../sass/__newsletter.scss */
.page-template-page-newsletter-php .orange-header.newsletter-signup-header {
  text-align: center;
}
@media only screen and (max-width: 539px) {
  /* line 2, ../sass/__newsletter.scss */
  .page-template-page-newsletter-php .orange-header {
    margin-top: 0px;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 20, ../sass/__newsletter.scss */
  .newsletter-signup-container .newsletter-photo {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 20, ../sass/__newsletter.scss */
  .newsletter-signup-container .newsletter-photo {
    display: block;
    position: relative;
    float: none;
  }
}
/* line 33, ../sass/__newsletter.scss */
.newsletter-signup-container .form-container {
  width: auto;
}
/* line 36, ../sass/__newsletter.scss */
.newsletter-signup-container .form-container h6 {
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.438em;
  line-height: 26px;
}
/* line 42, ../sass/__newsletter.scss */
.newsletter-signup-container .form-container p {
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.938em;
  line-height: 20px;
  color: black;
}
/* line 50, ../sass/__newsletter.scss */
.newsletter-signup-container .form-container .input-container input {
  border: solid 1px gainsboro;
  font-size: 0.875em;
  line-height: 19px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f8f8f8;
}
/* line 55, ../sass/__newsletter.scss */
.newsletter-signup-container .form-container .input-container input.placeholder {
  color: #4b4b4b;
}
/* line 60, ../sass/__newsletter.scss */
.newsletter-signup-container .form-container .input-container .input-wrapper {
  display: block;
}
/* line 63, ../sass/__newsletter.scss */
.newsletter-signup-container .form-container .input-container .input-wrapper.zipcode-input-wrapper {
  padding-top: 10px;
}
/* line 66, ../sass/__newsletter.scss */
.newsletter-signup-container .form-container .input-container .input-wrapper.zipcode-input-wrapper .error {
  width: auto;
}
@media only screen and (max-width: 767px) {
  /* line 75, ../sass/__newsletter.scss */
  .newsletter-signup-container .form-container .form-success ul {
    margin-left: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 539px) {
  /* line 33, ../sass/__newsletter.scss */
  .newsletter-signup-container .form-container {
    margin-left: 0px;
  }
  /* line 85, ../sass/__newsletter.scss */
  .newsletter-signup-container .form-container .form-success ul {
    padding-left: 0;
  }
}

/* line 96, ../sass/__newsletter.scss */
.lt-ie9 .newsletter-signup-container .form-container h6 {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 100, ../sass/__newsletter.scss */
.lt-ie9 .newsletter-signup-container .form-container p {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 105, ../sass/__newsletter.scss */
.lt-ie9 .newsletter-signup-container .form-container .input-container input {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Styling specific to the FAQ page */
/* line 3, ../sass/__faq.scss */
.type-page .faq h2 {
  font-size: 1.438em;
  line-height: 29px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  margin-bottom: 7px;
}
/* line 8, ../sass/__faq.scss */
.type-page .faq p, .type-page .faq pre, .type-page .faq blockquote {
  font-size: 0.938em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
  margin-bottom: 27px;
}

/* line 17, ../sass/__faq.scss */
.lt-ie9 .type-page .faq h2 {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 20, ../sass/__faq.scss */
.lt-ie9 .type-page .faq p, .lt-ie9 .type-page .faq pre, .lt-ie9 .type-page .faq blockquote {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Styling specific to the About page */
/* line 3, ../sass/__about.scss */
.type-page .about p, .type-page .about pre, .type-page .about blockquote {
  margin-bottom: 23px;
}

/* Styling for the team_photos and team_member shortcode*/
/* line 2, ../sass/__shortcode.scss */
.team-photos {
  margin-left: -25px;
  margin-bottom: 28px;
}
/* line 5, ../sass/__shortcode.scss */
.team-photos .team-member {
  width: 33.33%;
  float: left;
  padding-left: 25px;
  margin-top: 25px;
  text-align: center;
}
/* line 11, ../sass/__shortcode.scss */
.team-photos .team-member img {
  max-width: 100%;
  margin-bottom: 8px;
}
/* line 16, ../sass/__shortcode.scss */
.team-photos .name,
.team-photos .title {
  display: block;
  text-align: center;
  font-size: 0.938em;
  line-height: 24px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191919;
  white-space: nowrap;
  height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  /* line 26, ../sass/__shortcode.scss */
  .team-photos .team-member {
    width: 50%;
  }
}
@media only screen and (min-width: 540px) and (max-width: 600px) {
  /* line 31, ../sass/__shortcode.scss */
  .team-photos .team-member {
    width: 50%;
  }
}
@media only screen and (max-width: 539px) {
  /* line 2, ../sass/__shortcode.scss */
  .team-photos {
    margin-left: 0;
  }
  /* line 37, ../sass/__shortcode.scss */
  .team-photos .team-member {
    width: 100%;
    text-align: center;
  }
}

/* line 47, ../sass/__shortcode.scss */
.lt-ie9 .team-photos .name,
.lt-ie9 .team-photos .title {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* styling for best sellers list and best seller shortcode */
/* line 55, ../sass/__shortcode.scss */
.best-sellers-list {
  padding-top: 7px;
  margin-bottom: 50px;
}
/* line 58, ../sass/__shortcode.scss */
.best-sellers-list .bsl-title {
  font-size: 0.875em;
  line-height: 18px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  margin-bottom: 16px;
}
/* line 65, ../sass/__shortcode.scss */
.best-sellers-list .item-wrap {
  border-top: 1px solid gainsboro;
  padding-top: 30px;
  margin-top: 30px;
}
/* line 69, ../sass/__shortcode.scss */
.best-sellers-list .item-wrap:first-of-type {
  margin-top: 0;
}
/* line 72, ../sass/__shortcode.scss */
.best-sellers-list .item-wrap .item-cover {
  float: left;
  display: block;
  width: 136px;
  height: auto;
  margin-right: 30px;
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid gainsboro;
}
/* line 82, ../sass/__shortcode.scss */
.best-sellers-list .item-wrap .no-image {
  position: relative;
  float: left;
  width: 136px;
  height: auto;
  margin-right: 30px;
  margin-bottom: 10px;
}
/* line 89, ../sass/__shortcode.scss */
.best-sellers-list .item-wrap .no-image .item-cover {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
/* line 95, ../sass/__shortcode.scss */
.best-sellers-list .item-wrap .item-title {
  font-size: 1.438em;
  line-height: 29px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
}
@media only screen and (max-width: 539px) {
  /* line 102, ../sass/__shortcode.scss */
  .best-sellers-list .item-wrap .item-cover {
    margin-right: 20px;
    margin-bottom: 5px;
  }
}

/* line 112, ../sass/__shortcode.scss */
.lt-ie9 .best-sellers-list .bsl-title {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 117, ../sass/__shortcode.scss */
.lt-ie9 .best-sellers-list .item-wrap .item-title {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
