/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../sass/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../sass/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../sass/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../sass/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../sass/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../sass/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../sass/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../sass/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../sass/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../sass/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../sass/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../sass/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../sass/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../sass/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../sass/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, ../sass/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../sass/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../sass/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../sass/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, ../sass/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../sass/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../sass/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../sass/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../sass/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../sass/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../sass/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../sass/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../sass/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../sass/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../sass/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../sass/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../sass/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../sass/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../sass/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../sass/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../sass/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../sass/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../sass/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../sass/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../sass/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../sass/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../sass/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../sass/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../sass/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../sass/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../sass/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../sass/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../sass/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../sass/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../sass/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../sass/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../sass/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../sass/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../sass/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../sass/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../sass/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../sass/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../sass/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../sass/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../sass/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../sass/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../sass/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../sass/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../sass/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../sass/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../sass/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../sass/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../sass/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../sass/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../sass/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../sass/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../sass/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../sass/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../sass/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../sass/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../sass/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../sass/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../sass/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../sass/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../sass/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../sass/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../sass/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../sass/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../sass/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../sass/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../sass/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../sass/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../sass/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../sass/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../sass/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../sass/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../sass/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../sass/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../sass/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../sass/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../sass/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../sass/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../sass/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../sass/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../sass/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../sass/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../sass/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../sass/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../sass/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../sass/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../sass/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../sass/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../sass/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../sass/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../sass/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../sass/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../sass/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../sass/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../sass/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../sass/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../sass/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../sass/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../sass/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../sass/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../sass/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../sass/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../sass/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../sass/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../sass/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../sass/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../sass/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../sass/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../sass/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../sass/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../sass/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../sass/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../sass/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../sass/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../sass/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../sass/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../sass/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../sass/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../sass/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../sass/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../sass/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../sass/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../sass/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../sass/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../sass/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../sass/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../sass/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../sass/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../sass/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../sass/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../sass/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../sass/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../sass/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../sass/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../sass/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../sass/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../sass/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../sass/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../sass/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../sass/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../sass/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../sass/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../sass/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../sass/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../sass/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../sass/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../sass/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../sass/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../sass/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../sass/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../sass/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../sass/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../sass/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../sass/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../sass/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, ../sass/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, ../sass/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, ../sass/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, ../sass/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, ../sass/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, ../sass/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, ../sass/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, ../sass/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, ../sass/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, ../sass/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, ../sass/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, ../sass/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, ../sass/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, ../sass/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, ../sass/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, ../sass/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, ../sass/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, ../sass/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, ../sass/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, ../sass/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, ../sass/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, ../sass/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, ../sass/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, ../sass/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, ../sass/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, ../sass/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, ../sass/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, ../sass/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, ../sass/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, ../sass/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, ../sass/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, ../sass/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, ../sass/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, ../sass/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, ../sass/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, ../sass/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, ../sass/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, ../sass/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, ../sass/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, ../sass/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, ../sass/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, ../sass/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, ../sass/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, ../sass/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, ../sass/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, ../sass/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, ../sass/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, ../sass/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, ../sass/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, ../sass/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, ../sass/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, ../sass/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, ../sass/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, ../sass/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, ../sass/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, ../sass/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, ../sass/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, ../sass/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, ../sass/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, ../sass/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, ../sass/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, ../sass/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, ../sass/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, ../sass/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, ../sass/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, ../sass/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, ../sass/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, ../sass/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, ../sass/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, ../sass/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, ../sass/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, ../sass/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, ../sass/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, ../sass/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, ../sass/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, ../sass/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, ../sass/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, ../sass/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, ../sass/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, ../sass/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, ../sass/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, ../sass/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, ../sass/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, ../sass/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, ../sass/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, ../sass/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, ../sass/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, ../sass/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, ../sass/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, ../sass/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, ../sass/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, ../sass/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, ../sass/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, ../sass/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, ../sass/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, ../sass/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, ../sass/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, ../sass/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, ../sass/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, ../sass/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, ../sass/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, ../sass/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, ../sass/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, ../sass/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, ../sass/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, ../sass/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, ../sass/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, ../sass/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, ../sass/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, ../sass/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, ../sass/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, ../sass/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, ../sass/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, ../sass/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, ../sass/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, ../sass/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, ../sass/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, ../sass/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, ../sass/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, ../sass/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, ../sass/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, ../sass/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, ../sass/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, ../sass/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, ../sass/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, ../sass/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, ../sass/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, ../sass/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, ../sass/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, ../sass/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, ../sass/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, ../sass/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, ../sass/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, ../sass/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, ../sass/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, ../sass/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, ../sass/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, ../sass/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, ../sass/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, ../sass/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, ../sass/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, ../sass/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, ../sass/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, ../sass/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, ../sass/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, ../sass/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, ../sass/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, ../sass/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, ../sass/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, ../sass/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, ../sass/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, ../sass/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, ../sass/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, ../sass/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, ../sass/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, ../sass/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, ../sass/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, ../sass/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, ../sass/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, ../sass/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, ../sass/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, ../sass/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, ../sass/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, ../sass/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, ../sass/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, ../sass/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, ../sass/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, ../sass/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, ../sass/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, ../sass/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, ../sass/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, ../sass/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, ../sass/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, ../sass/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, ../sass/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, ../sass/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, ../sass/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, ../sass/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, ../sass/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, ../sass/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, ../sass/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, ../sass/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, ../sass/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, ../sass/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, ../sass/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, ../sass/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, ../sass/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, ../sass/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, ../sass/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, ../sass/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, ../sass/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, ../sass/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, ../sass/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, ../sass/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, ../sass/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, ../sass/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, ../sass/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, ../sass/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, ../sass/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, ../sass/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, ../sass/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, ../sass/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, ../sass/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, ../sass/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, ../sass/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, ../sass/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, ../sass/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, ../sass/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, ../sass/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, ../sass/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, ../sass/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, ../sass/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, ../sass/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, ../sass/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, ../sass/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, ../sass/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, ../sass/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, ../sass/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, ../sass/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, ../sass/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, ../sass/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, ../sass/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, ../sass/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, ../sass/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, ../sass/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, ../sass/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, ../sass/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, ../sass/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, ../sass/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, ../sass/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, ../sass/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, ../sass/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 442, ../sass/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, ../sass/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, ../sass/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, ../sass/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, ../sass/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, ../sass/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, ../sass/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, ../sass/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, ../sass/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, ../sass/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, ../sass/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, ../sass/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, ../sass/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, ../sass/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, ../sass/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, ../sass/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, ../sass/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, ../sass/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, ../sass/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, ../sass/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, ../sass/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, ../sass/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, ../sass/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, ../sass/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, ../sass/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, ../sass/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, ../sass/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, ../sass/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, ../sass/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, ../sass/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, ../sass/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, ../sass/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, ../sass/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, ../sass/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, ../sass/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, ../sass/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, ../sass/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, ../sass/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 493, ../sass/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 495, ../sass/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 496, ../sass/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 497, ../sass/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 500, ../sass/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 501, ../sass/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 502, ../sass/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 504, ../sass/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 506, ../sass/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 508, ../sass/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 509, ../sass/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 510, ../sass/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 511, ../sass/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 512, ../sass/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 513, ../sass/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 514, ../sass/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 515, ../sass/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 516, ../sass/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 518, ../sass/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 519, ../sass/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 520, ../sass/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 521, ../sass/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 522, ../sass/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 523, ../sass/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 524, ../sass/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 525, ../sass/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 526, ../sass/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 527, ../sass/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 528, ../sass/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 529, ../sass/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 530, ../sass/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 531, ../sass/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 532, ../sass/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 533, ../sass/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 534, ../sass/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 535, ../sass/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 536, ../sass/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 537, ../sass/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 538, ../sass/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 539, ../sass/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 540, ../sass/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 541, ../sass/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 542, ../sass/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 543, ../sass/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 544, ../sass/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 545, ../sass/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 546, ../sass/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 547, ../sass/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 548, ../sass/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 549, ../sass/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 550, ../sass/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 551, ../sass/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 552, ../sass/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 553, ../sass/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 554, ../sass/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 555, ../sass/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 558, ../sass/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 559, ../sass/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 560, ../sass/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 561, ../sass/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 562, ../sass/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 563, ../sass/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 564, ../sass/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 565, ../sass/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 566, ../sass/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 567, ../sass/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 568, ../sass/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 569, ../sass/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 570, ../sass/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 571, ../sass/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 572, ../sass/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 573, ../sass/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 574, ../sass/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 575, ../sass/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 576, ../sass/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 577, ../sass/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 578, ../sass/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 579, ../sass/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 581, ../sass/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 582, ../sass/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 583, ../sass/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 584, ../sass/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 585, ../sass/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 586, ../sass/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 587, ../sass/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 588, ../sass/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 589, ../sass/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 590, ../sass/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 591, ../sass/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 592, ../sass/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 593, ../sass/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 594, ../sass/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 595, ../sass/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 596, ../sass/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 598, ../sass/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 599, ../sass/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 600, ../sass/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 601, ../sass/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 602, ../sass/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 604, ../sass/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 605, ../sass/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 606, ../sass/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 607, ../sass/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 610, ../sass/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 612, ../sass/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 614, ../sass/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 616, ../sass/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 618, ../sass/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 619, ../sass/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 620, ../sass/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 621, ../sass/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 622, ../sass/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 623, ../sass/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 624, ../sass/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 625, ../sass/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 626, ../sass/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 627, ../sass/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 628, ../sass/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 629, ../sass/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 631, ../sass/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 633, ../sass/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 635, ../sass/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 636, ../sass/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 638, ../sass/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 640, ../sass/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 641, ../sass/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 642, ../sass/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 643, ../sass/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 644, ../sass/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 645, ../sass/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 646, ../sass/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 647, ../sass/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 648, ../sass/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 649, ../sass/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 650, ../sass/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 651, ../sass/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 652, ../sass/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 653, ../sass/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 654, ../sass/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 655, ../sass/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 656, ../sass/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 657, ../sass/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 658, ../sass/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 659, ../sass/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 660, ../sass/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 662, ../sass/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 663, ../sass/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 664, ../sass/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 665, ../sass/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 666, ../sass/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 667, ../sass/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 668, ../sass/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 669, ../sass/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 670, ../sass/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 671, ../sass/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 672, ../sass/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 673, ../sass/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 674, ../sass/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 675, ../sass/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 676, ../sass/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 677, ../sass/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 678, ../sass/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 679, ../sass/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 680, ../sass/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 681, ../sass/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 682, ../sass/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 683, ../sass/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 684, ../sass/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 685, ../sass/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 686, ../sass/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 687, ../sass/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 688, ../sass/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 689, ../sass/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 690, ../sass/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 691, ../sass/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 692, ../sass/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 693, ../sass/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 694, ../sass/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 695, ../sass/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 696, ../sass/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 697, ../sass/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 698, ../sass/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 699, ../sass/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 700, ../sass/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 701, ../sass/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 702, ../sass/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 703, ../sass/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 704, ../sass/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 705, ../sass/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 706, ../sass/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 707, ../sass/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 708, ../sass/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 709, ../sass/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 710, ../sass/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 711, ../sass/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 712, ../sass/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 714, ../sass/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 717, ../sass/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 718, ../sass/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 719, ../sass/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 721, ../sass/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 722, ../sass/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 723, ../sass/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 724, ../sass/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 725, ../sass/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 726, ../sass/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 727, ../sass/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 728, ../sass/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 729, ../sass/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 730, ../sass/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 731, ../sass/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 733, ../sass/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 735, ../sass/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 736, ../sass/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 737, ../sass/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 738, ../sass/font-awesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 739, ../sass/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 740, ../sass/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 741, ../sass/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 743, ../sass/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 745, ../sass/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 746, ../sass/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 747, ../sass/font-awesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 748, ../sass/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 749, ../sass/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 751, ../sass/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 753, ../sass/font-awesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 754, ../sass/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 755, ../sass/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 756, ../sass/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 759, ../sass/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 761, ../sass/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 763, ../sass/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 765, ../sass/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 767, ../sass/font-awesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 768, ../sass/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 771, ../sass/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 772, ../sass/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 773, ../sass/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 774, ../sass/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 775, ../sass/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 777, ../sass/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 779, ../sass/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 780, ../sass/font-awesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 781, ../sass/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 782, ../sass/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 783, ../sass/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 784, ../sass/font-awesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 785, ../sass/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 786, ../sass/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 787, ../sass/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 788, ../sass/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 789, ../sass/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, ../sass/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, ../sass/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! 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: #000000;
}

/* 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;
  }
}
@media only screen and (max-width: 767px) {
  /* line 75, ../sass/__helperclasses.scss */
  .orange-header.title-mobile-alt {
    background-color: #f0f0f0;
    margin-left: -22px;
    margin-right: -22px;
    margin-top: -31px;
    margin-bottom: 30px;
    padding: 26px 0 26px 0;
    height: auto;
    border-bottom: 1px solid #ebebeb;
  }
  /* line 85, ../sass/__helperclasses.scss */
  .orange-header.title-mobile-alt span {
    border: none;
    padding-bottom: 0;
    display: inline;
  }
}
@media only screen and (max-width: 539px) {
  /* line 75, ../sass/__helperclasses.scss */
  .orange-header.title-mobile-alt {
    margin-left: -13px;
    margin-right: -13px;
    margin-top: -26px;
  }
}

/* line 100, ../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 17, ../sass/__grids.scss */
.flexbox .grid [class*='col-'].norightpad {
  margin-right: 0;
}
/* line 20, ../sass/__grids.scss */
.flexbox .grid [class*='col-'].noleftpad {
  margin-left: 0;
}
/* line 24, ../sass/__grids.scss */
.flexbox .grid .col-1-3 {
  width: 33.33%;
}
/* line 27, ../sass/__grids.scss */
.flexbox .grid .col-1-2 {
  width: 50%;
}
/* line 30, ../sass/__grids.scss */
.flexbox .grid .col-2-3 {
  width: 66.66%;
}
/* line 34, ../sass/__grids.scss */
.flexbox .grid.contains-sh-modules .col-1-3,
.flexbox .grid.contains-sh-modules .col-1-2 {
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  background-color: #f8f8f8;
}
/* line 39, ../sass/__grids.scss */
.flexbox .grid.contains-sh-modules .col-1-3 .sh-module,
.flexbox .grid.contains-sh-modules .col-1-2 .sh-module {
  border: none;
  background-color: transparent;
}
/* line 43, ../sass/__grids.scss */
.flexbox .grid.contains-sh-modules .col-1-3.empty,
.flexbox .grid.contains-sh-modules .col-1-2.empty {
  background-color: transparent;
  border: none;
}
@media only screen and (max-width: 1023px) {
  /* line 50, ../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 60, ../sass/__grids.scss */
  .flexbox .grid .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  /* line 62, ../sass/__grids.scss */
  .flexbox .grid .row.row-1-2 {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    margin-left: -22px;
    margin-right: -22px;
  }
  /* line 67, ../sass/__grids.scss */
  .flexbox .grid .row .col-1-2 {
    width: 50%;
    margin-left: 11px;
    margin-right: 11px;
  }
  /* line 73, ../sass/__grids.scss */
  .flexbox .grid [class*='col-'] {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 76, ../sass/__grids.scss */
  .flexbox .grid [class*='col-'].nomargin-mobile {
    margin-bottom: 0;
  }
  /* line 80, ../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 87, ../sass/__grids.scss */
  .flexbox .grid .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  /* line 89, ../sass/__grids.scss */
  .flexbox .grid .row.row-1-2 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 94, ../sass/__grids.scss */
  .flexbox .grid .row .col-1-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 103, ../sass/__grids.scss */
.no-flexbox .grid,
.no-js .grid {
  display: block;
  margin: 0 -14.5px 29px -14.5px;
}
/* line 107, ../sass/__grids.scss */
.no-flexbox .grid .row,
.no-js .grid .row {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
/* line 112, ../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 120, ../sass/__grids.scss */
.no-flexbox .grid .col-2-3,
.no-js .grid .col-2-3 {
  width: 66.66%;
}
/* line 123, ../sass/__grids.scss */
.no-flexbox .grid .col-1-3,
.no-js .grid .col-1-3 {
  width: 33.33%;
}
/* line 126, ../sass/__grids.scss */
.no-flexbox .grid .col-1-2,
.no-js .grid .col-1-2 {
  width: 50%;
}
/* line 129, ../sass/__grids.scss */
.no-flexbox .grid .col-1-4,
.no-js .grid .col-1-4 {
  width: 25%;
}
/* line 132, ../sass/__grids.scss */
.no-flexbox .grid .col-1-6,
.no-js .grid .col-1-6 {
  width: 16.66%;
}
/* line 135, ../sass/__grids.scss */
.no-flexbox .grid .col-1-8,
.no-js .grid .col-1-8 {
  width: 12.5%;
}
/* line 142, ../sass/__grids.scss */
.no-flexbox .grid.contains-sh-modules [class*='col-'],
.no-js .grid.contains-sh-modules [class*='col-'] {
  border-right: 14.5px solid #FFFFFF;
  border-left: 14.5px solid #FFFFFF;
  background-color: #f8f8f8;
  padding-right: 0;
  padding-left: 0;
}
/* line 148, ../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 153, ../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 161, ../sass/__grids.scss */
.grid-pad {
  padding: 42px;
}

/* line 169, ../sass/__grids.scss */
.alt-content .grid-pad {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 173, ../sass/__grids.scss */
.alt-content .sh-module {
  background-color: #FFFFFF !important;
}

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

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

  /* line 201, ../sass/__grids.scss */
  .no-flexbox .grid.contains-sh-modules [class*='col-'],
  .no-js .grid.contains-sh-modules [class*='col-'] {
    border-right: 11.5px solid #FFFFFF;
    border-left: 11.5px solid #FFFFFF;
  }
}
@media only screen and (min-width: 540px) and (max-width: 600px) {
  /* line 212, ../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 221, ../sass/__grids.scss */
  .grid {
    margin-left: -11px;
    margin-right: -11px;
  }
  /* line 224, ../sass/__grids.scss */
  .grid .row {
    margin-bottom: 0;
  }
  /* line 227, ../sass/__grids.scss */
  .grid [class*='col-'] {
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 22px;
    min-height: 1px;
  }
  /* line 231, ../sass/__grids.scss */
  .grid [class*='col-'].nomargin-mobile {
    margin-bottom: 0;
  }
  /* line 235, ../sass/__grids.scss */
  .grid [class*='col-'].empty {
    display: none;
  }

  /* line 243, ../sass/__grids.scss */
  .no-flexbox .grid,
  .no-js .grid {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 247, ../sass/__grids.scss */
  .no-flexbox .grid .row,
  .no-js .grid .row {
    display: block;
  }
  /* line 249, ../sass/__grids.scss */
  .no-flexbox .grid .row.row-1-2,
  .no-js .grid .row.row-1-2 {
    display: table;
  }
  /* line 251, ../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 254, ../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 259, ../sass/__grids.scss */
  .no-flexbox .grid [class*='col-'],
  .no-js .grid [class*='col-'] {
    display: block;
  }
  /* line 262, ../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 266, ../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 271, ../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 279, ../sass/__grids.scss */
  .grid-pad {
    padding: 22px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 285, ../sass/__grids.scss */
  .grid {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 288, ../sass/__grids.scss */
  .grid [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 35px;
  }
  /* line 294, ../sass/__grids.scss */
  .grid .col-1-2,
  .grid .col-1-4,
  .grid .col-1-8 {
    width: 100%;
  }

  /* line 303, ../sass/__grids.scss */
  .no-flexbox .grid .row.row-1-2,
  .no-js .grid .row.row-1-2 {
    display: block;
  }
  /* line 305, ../sass/__grids.scss */
  .no-flexbox .grid .row.row-1-2 [class*='col-'],
  .no-js .grid .row.row-1-2 [class*='col-'] {
    display: block;
  }
  /* line 308, ../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 314, ../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 320, ../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: #FFFFFF;
  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: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
}

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

/* 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-saade08c609.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-sc2ff96b7da.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: #000000;
  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: #FFFFFF;
}

/* 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%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 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: #FFFFFF;
}
/* line 24, ../sass/__tabs.scss */
.sky-tabs > input:checked + label span.tabtitle {
  color: #FFFFFF;
}
/* 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: #000000;
  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 #FFFFFF;
  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: #FFFFFF;
}
/* 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: #000000;
  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: #FFFFFF;
}
/* line 207, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > label span {
  color: #000000;
}
/* 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: #FFFFFF;
}
/* 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 21, ../sass/main.scss */
.content-wrap {
  margin: 0 auto;
  width: 1024px;
}
@media only screen and (max-width: 1023px) {
  /* line 21, ../sass/main.scss */
  .content-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 21, ../sass/main.scss */
  .content-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 539px) {
  /* line 21, ../sass/main.scss */
  .content-wrap {
    width: 100%;
  }
}

/*Header Styling */
/* line 42, ../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: #000000;
}
/* 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-saade08c609.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-sc2ff96b7da.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-saade08c609.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-sc2ff96b7da.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-saade08c609.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-sc2ff96b7da.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-saade08c609.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-sc2ff96b7da.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-saade08c609.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-sc2ff96b7da.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-saade08c609.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-sc2ff96b7da.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-saade08c609.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-sc2ff96b7da.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-saade08c609.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-sc2ff96b7da.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: #FFFFFF;
}
/* 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-saade08c609.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-sc2ff96b7da.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-saade08c609.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-sc2ff96b7da.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-saade08c609.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-sc2ff96b7da.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 #000000;
  -webkit-box-shadow: -2px 0 10px 0 #000000;
  box-shadow: -2px 0 10px 0 #000000;
}
/* 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: #FFFFFF;
  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: #FFFFFF;
}
/* 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;
  }
}

@media only screen and (max-width: 767px) {
  /* line 447, ../sass/__mainnavigation.scss */
  .admin-bar {
    margin-top: -46px;
  }
  /* line 450, ../sass/__mainnavigation.scss */
  .admin-bar #wpadminbar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 454, ../sass/__mainnavigation.scss */
  .admin-bar #main-nav.fixed {
    top: 32px !important;
  }
}

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

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

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

/* line 71, ../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 76, ../sass/main.scss */
.load-more:hover {
  color: #ff6f00;
}

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

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

@media only screen and (min-width: 768px) {
  /* line 92, ../sass/main.scss */
  .admin-bar .mfp-close {
    top: 30px;
  }
  /* line 94, ../sass/main.scss */
  .admin-bar .mfp-close:active {
    top: 30px;
  }
  /* line 98, ../sass/main.scss */
  .admin-bar .mfp-iframe-holder .mfp-close {
    top: -40px;
  }
  /* line 100, ../sass/main.scss */
  .admin-bar .mfp-iframe-holder .mfp-close:active {
    top: -40px;
  }
}
/* line 110, ../sass/main.scss */
.newsletter-submit, .btn.subscribe, .newsletter-ok, a.btn, .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"], .page-template-page-speakercats .featured-topic-speakers .more-speakers, .single-speaker .speaker-details .contact-title a, .single-speaker .speaker-details .speaker-sections .books .buy-book-url {
  color: #FFFFFF;
  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 119, ../sass/main.scss */
.newsletter-submit:hover, .btn.subscribe:hover, .newsletter-ok:hover, a.btn: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, .page-template-page-speakercats .featured-topic-speakers .more-speakers:hover, .single-speaker .speaker-details .contact-title a:hover, .single-speaker .speaker-details .speaker-sections .books .buy-book-url:hover {
  background-color: #FFFFFF;
  color: #2ea7bc;
}

/* line 125, ../sass/main.scss */
.safari .newsletter-submit, .safari .btn.subscribe, .safari .newsletter-ok, .safari a.btn, .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 .page-template-page-speakercats .featured-topic-speakers .more-speakers, .page-template-page-speakercats .featured-topic-speakers .safari .more-speakers, .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 129, ../sass/main.scss */
.main-content {
  margin-top: 31px;
}
@media only screen and (max-width: 539px) {
  /* line 129, ../sass/main.scss */
  .main-content {
    margin-top: 26px;
  }
}

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

/* line 138, ../sass/main.scss */
.alt-content {
  width: 100%;
  background-color: #f8f8f8;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
/* line 143, ../sass/main.scss */
.alt-content .content-wrap {
  padding-top: 46px;
  padding-bottom: 27px;
}
/* line 147, ../sass/main.scss */
.alt-content .orange-header {
  text-align: center;
}

/* content from wordpress posts fields */
/* line 153, ../sass/main.scss */
.post,
.type-page {
  color: #191919;
}
/* line 156, ../sass/main.scss */
.post img,
.type-page img {
  max-width: 100%;
  height: auto;
}
/* line 160, ../sass/main.scss */
.post h1,
.type-page h1 {
  color: #000000;
  font-size: 1.875em;
  line-height: 38px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 9px;
}
/* line 165, ../sass/main.scss */
.post h2,
.type-page h2 {
  color: #000000;
  font-size: 1.438em;
  line-height: 29px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 4px;
  margin-top: 5px;
}
/* line 172, ../sass/main.scss */
.post h3,
.type-page h3 {
  color: #000000;
  font-size: 0.875em;
  line-height: 18px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 14px;
}
/* line 178, ../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 183, ../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 187, ../sass/main.scss */
.post ol, .post ul,
.type-page ol,
.type-page ul {
  padding-left: 30px;
  display: block;
  margin-bottom: 28px;
}
/* line 191, ../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 196, ../sass/main.scss */
.post ol,
.type-page ol {
  list-style: decimal outside;
}
/* line 199, ../sass/main.scss */
.post ul,
.type-page ul {
  list-style: disc outside;
}
/* line 203, ../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 208, ../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 213, ../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 217, ../sass/main.scss */
.post .entry-meta.bottom,
.type-page .entry-meta.bottom {
  margin-top: -3px;
}
/* line 221, ../sass/main.scss */
.post .entry-content,
.type-page .entry-content {
  margin-top: 13px;
}
/* line 226, ../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 231, ../sass/main.scss */
.post .featured-image,
.type-page .featured-image {
  margin-top: 31px;
  margin-bottom: 13px;
  text-align: center;
}
/* line 237, ../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 244, ../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 237, ../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 254, ../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 260, ../sass/main.scss */
.post .post-password-form,
.type-page .post-password-form {
  width: 100%;
}
/* line 263, ../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 263, ../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 269, ../sass/main.scss */
.post .post-password-form input[type="password"],
.type-page .post-password-form input[type="password"] {
  margin-bottom: 20px;
}

/* line 278, ../sass/main.scss */
.lt-ie9 .post h1,
.lt-ie9 .type-page h1 {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 281, ../sass/main.scss */
.lt-ie9 .post h2,
.lt-ie9 .type-page h2 {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 284, ../sass/main.scss */
.lt-ie9 .post h3,
.lt-ie9 .type-page h3 {
  font-family: "Fort Bold IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 288, ../sass/main.scss */
.lt-ie9 .post p,
.lt-ie9 .type-page p {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 292, ../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 297, ../sass/main.scss */
.lt-ie9 .post blockquote,
.lt-ie9 .type-page blockquote {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 301, ../sass/main.scss */
.lt-ie9 .post pre,
.lt-ie9 .type-page pre {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 305, ../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 310, ../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 315, ../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 320, ../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 327, ../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 332, ../sass/main.scss */
.nav-below .navleft {
  float: left;
}
/* line 335, ../sass/main.scss */
.nav-below .navright {
  float: right;
}

/* line 341, ../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;
}

/*
Additional Chosen Styling
*/
/* line 351, ../sass/main.scss */
.chosen-container .active-result.child-location {
  padding-left: 20px;
}
/* line 353, ../sass/main.scss */
.chosen-container .active-result.child-location.child-of-child {
  padding-left: 40px;
}

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

/* line 367, ../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 376, ../sass/main.scss */
.contact-us-widget .icon-element {
  margin: 0 0 7px 0;
  padding: 0;
  color: #000000;
  font-size: 0.875em;
  line-height: 18px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
}
/* line 383, ../sass/main.scss */
.contact-us-widget .phone {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 388, ../sass/main.scss */
.contact-us-widget .email {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 397, ../sass/main.scss */
.lt-ie9 .contact-us-widget .icon-element {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 404, ../sass/main.scss */
.find-a-speaker-widget select {
  width: 100%;
  height: 30px;
}
/* line 408, ../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: #FFFFFF;
  border: 1px solid #dcdcdc;
  height: 30px;
  padding: 0 10px;
  color: #4b4b4b;
}
/* line 418, ../sass/main.scss */
.find-a-speaker-widget .chosen-container {
  width: 100% !important;
}
/* line 421, ../sass/main.scss */
.find-a-speaker-widget .inputwrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 425, ../sass/main.scss */
.find-a-speaker-widget .inputwrap:first-of-type {
  margin-top: 0;
}

/* line 432, ../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 436, ../sass/main.scss */
.lt-ie9 .find-a-speaker-widget .inputwrap {
  margin-top: 0;
  padding-top: 20px;
}
/* line 439, ../sass/main.scss */
.lt-ie9 .find-a-speaker-widget .inputwrap:first-of-type {
  padding-top: 0;
}

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

  /* line 459, ../sass/main.scss */
  .find-a-speaker-widget,
  .contact-us-widget {
    padding-left: 32px;
    padding-right: 32px;
  }
}
/* line 467, ../sass/main.scss */
.sidebar .extratopmargin {
  margin-top: 56px;
}
/* line 470, ../sass/main.scss */
.sidebar .widget-title {
  text-align: center;
}
/* line 473, ../sass/main.scss */
.sidebar .sh-module {
  margin-top: 30px;
}
/* line 475, ../sass/main.scss */
.sidebar .sh-module:first-of-type {
  margin-top: 0;
}
/* line 481, ../sass/main.scss */
.sidebar .all-topics-widget ul > li {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  /* line 480, ../sass/main.scss */
  .sidebar .all-topics-widget {
    border-left: 1px solid #e6e6e6;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 489, ../sass/main.scss */
  .sidebar .all-topics-widget .orange-header {
    display: none;
  }
}

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

/* line 505, ../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: #000000;
  text-align: center;
  margin-bottom: 9px;
}
/* line 511, ../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 520, ../sass/main.scss */
.not-found-wrap .widget-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 294px;
  margin-bottom: 110px;
}

/* line 530, ../sass/main.scss */
.lt-ie9 .not-found-wrap .title {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 533, ../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 541, ../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 548, ../sass/main.scss */
.sh-module img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/* line 553, ../sass/main.scss */
.sh-module .featured-image {
  position: relative;
}
/* line 555, ../sass/main.scss */
.sh-module .featured-image img {
  max-width: 100%;
}
/* line 559, ../sass/main.scss */
.sh-module .post-content {
  padding: 12px 18px 19px 18px;
  overflow: hidden;
}
/* line 562, ../sass/main.scss */
.sh-module .post-content p {
  margin-bottom: 0;
}
/* line 566, ../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;
  -webkit-font-smoothing: antialiased;
}
/* line 570, ../sass/main.scss */
.sh-module .title a {
  color: #2ea7bc;
}
/* line 572, ../sass/main.scss */
.sh-module .title a:hover {
  color: #ff6f00;
}
/* line 577, ../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;
}
/* line 581, ../sass/main.scss */
.sh-module .new-speaker-tag {
  display: block;
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #ff6f00;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 10px;
  font-weight: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 581, ../sass/main.scss */
  .sh-module .new-speaker-tag {
    font-size: 11px;
    top: 5px;
    left: -5px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 606, ../sass/main.scss */
  .sh-module .post-content {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 617, ../sass/main.scss */
  .sh-module .post-content {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 628, ../sass/main.scss */
  .sh-module .post-content {
    padding-left: 18px;
    padding-right: 18px;
  }
}

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

/* line 646, ../sass/main.scss */
.defaulthumb {
  height: 45px;
  width: 47px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 657, ../sass/main.scss */
.newsletter-signup .inner, .newsletter-popup .inner, .newsletter-signup-container .inner {
  position: relative;
}
/* line 661, ../sass/main.scss */
.newsletter-signup .ajax-loader, .newsletter-popup .ajax-loader, .newsletter-signup-container .ajax-loader {
  margin-left: 10px;
}
/* line 665, ../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 #dcdcdc;
  background-image: none !important;
}
/* line 675, ../sass/main.scss */
.newsletter-signup .newsletter-photo a, .newsletter-popup .newsletter-photo a, .newsletter-signup-container .newsletter-photo a {
  position: relative;
  display: block;
}
/* line 678, ../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: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #FFFFFF;
  font: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 30px;
  padding-left: 8px;
}
/* line 694, ../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 701, ../sass/main.scss */
.newsletter-signup .input-container, .newsletter-popup .input-container, .newsletter-signup-container .input-container {
  font-size: 0;
  margin-top: -12px;
}
/* line 704, ../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 #dcdcdc;
}
/* line 712, ../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 717, ../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 721, ../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: #ff0000;
  margin-top: 6px;
  margin-bottom: 4px;
}
/* line 729, ../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 736, ../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: #ff0000;
}
/* line 740, ../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 746, ../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 753, ../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 759, ../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: #000000;
}
/* line 765, ../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 771, ../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 777, ../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 780, ../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: #000000;
}

/* line 791, ../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 794, ../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 800, ../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 804, ../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 808, ../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 813, ../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 820, ../sass/main.scss */
.subscribe .validationError {
  display: none;
}

/* line 823, ../sass/main.scss */
.newsletter-submit, .btn.subscribe {
  font-size: 0.875em;
  line-height: 18px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  background-color: #2ea7bc;
  text-transform: uppercase;
  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 838, ../sass/main.scss */
.lt-ie9 .newsletter-submit {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 843, ../sass/main.scss */
.newsletter-ok {
  display: none;
  color: #FFFFFF;
  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 859, ../sass/main.scss */
.lt-ie9 .newsletter-ok {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@-moz-document url-prefix() {
  /* line 865, ../sass/main.scss */
  .newsletter-ok {
    line-height: 25px;
  }
}
/* line 870, ../sass/main.scss */
.form-success {
  display: none;
}
/* line 873, ../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 880, ../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 888, ../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 904, ../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 918, ../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 924, ../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 931, ../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 936, ../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 940, ../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 944, ../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 953, ../sass/main.scss */
#prhwidget_footerNewsletter .inner input[type-text] {
  width: 100%;
  margin-right: 0px;
}
/* line 957, ../sass/main.scss */
#prhwidget_footerNewsletter .inner label {
  color: #777;
  display: block;
}
/* line 962, ../sass/main.scss */
#prhwidget_footerNewsletter .inner .field {
  margin-bottom: 10px;
}
/* line 966, ../sass/main.scss */
#prhwidget_footerNewsletter .terms {
  font-size: .8em;
  color: #777;
  line-height: 1.4em;
  margin-top: 5px;
}

/* line 974, ../sass/main.scss */
.site-footer .orange-header {
  text-align: center;
  margin-bottom: 20px;
}
/* line 978, ../sass/main.scss */
.site-footer .top-footer {
  margin-top: 57px;
  padding-top: 46px;
  width: 100%;
  background-color: #f8f8f8;
  border-top: 1px solid #f0f0f0;
}
/* line 984, ../sass/main.scss */
.site-footer .top-footer .grid {
  padding-bottom: 26px;
  margin-bottom: 0;
}
/* line 989, ../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: #000000;
  margin-bottom: 2px;
}
/* line 994, ../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: #000000;
  text-transform: uppercase;
}
/* line 998, ../sass/main.scss */
.site-footer .top-footer .about-us .link-wrap a:hover {
  color: #ff6f00;
}
/* line 1004, ../sass/main.scss */
.site-footer .top-footer .contact-us .icon-element {
  margin: 0 0 7px 0;
  padding: 0;
  color: #000000;
  font-size: 0.875em;
  line-height: 20px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1009, ../sass/main.scss */
.site-footer .top-footer .contact-us .icon-element a {
  color: #000000;
}
@media only screen and (max-width: 539px) {
  /* line 1009, ../sass/main.scss */
  .site-footer .top-footer .contact-us .icon-element a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 1009, ../sass/main.scss */
  .site-footer .top-footer .contact-us .icon-element a {
    font-size: .8em;
  }
}
/* line 1017, ../sass/main.scss */
.site-footer .top-footer .contact-us .icon-element a:hover {
  color: #ff6f00;
}
/* line 1022, ../sass/main.scss */
.site-footer .top-footer .contact-us .phone {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 1027, ../sass/main.scss */
.site-footer .top-footer .contact-us .email {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 1034, ../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 #dcdcdc;
}
/* line 1042, ../sass/main.scss */
.site-footer .top-footer .mailing-list .input-wrapper {
  margin-bottom: 10px;
}
/* line 1045, ../sass/main.scss */
.site-footer .top-footer .mailing-list .input-container {
  margin-top: 0;
}
/* line 1050, ../sass/main.scss */
.site-footer .bottom-footer {
  width: 100%;
  background-color: #000000;
}
/* line 1053, ../sass/main.scss */
.site-footer .bottom-footer .content-wrap {
  color: #f0f0f0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 1058, ../sass/main.scss */
.site-footer .bottom-footer .top {
  padding-top: 27px;
  padding-bottom: 37px;
  border-bottom: 1px solid #323232;
  margin-bottom: 0;
}
/* line 1063, ../sass/main.scss */
.site-footer .bottom-footer .top .row {
  margin-bottom: 0;
}
/* line 1066, ../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 1071, ../sass/main.scss */
.site-footer .bottom-footer .top .links a {
  display: block;
  float: left;
  margin-left: 18px;
  color: #c8c8c8;
}
/* line 1076, ../sass/main.scss */
.site-footer .bottom-footer .top .links a:first-of-type {
  margin-left: 0;
}
/* line 1079, ../sass/main.scss */
.site-footer .bottom-footer .top .links a:hover {
  color: #ff6f00;
}
/* line 1084, ../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 1058, ../sass/main.scss */
  .site-footer .bottom-footer .top {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  /* line 1094, ../sass/main.scss */
  .site-footer .bottom-footer .top .links {
    margin-bottom: 25px;
  }
  /* line 1096, ../sass/main.scss */
  .site-footer .bottom-footer .top .links a {
    float: none;
    margin-left: 0;
    margin-top: 15px;
  }
  /* line 1100, ../sass/main.scss */
  .site-footer .bottom-footer .top .links a:first-of-type {
    margin-top: 0;
  }
  /* line 1105, ../sass/main.scss */
  .site-footer .bottom-footer .top .copy {
    text-align: left;
    margin-bottom: 0;
  }
}
/* line 1111, ../sass/main.scss */
.site-footer .bottom-footer .bottom {
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 40px;
}
/* line 1115, ../sass/main.scss */
.site-footer .bottom-footer .bottom .col-1-3 {
  margin-bottom: 0;
  vertical-align: bottom;
}
/* line 1119, ../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 1123, ../sass/main.scss */
.site-footer .bottom-footer .bottom .prh-logo {
  display: block;
  height: 42px;
  width: 82px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 1128, ../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 1133, ../sass/main.scss */
.site-footer .bottom-footer .bottom .tagline strong {
  font-family: "Fort Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1137, ../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 1142, ../sass/main.scss */
.site-footer .bottom-footer .bottom .link a {
  color: #ff6f00;
}
/* line 1144, ../sass/main.scss */
.site-footer .bottom-footer .bottom .link a:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  /* line 1111, ../sass/main.scss */
  .site-footer .bottom-footer .bottom {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  /* line 1152, ../sass/main.scss */
  .site-footer .bottom-footer .bottom .logocol {
    margin-bottom: 20px;
  }
  /* line 1155, ../sass/main.scss */
  .site-footer .bottom-footer .bottom .tagline {
    margin-bottom: 25px;
  }
  /* line 1158, ../sass/main.scss */
  .site-footer .bottom-footer .bottom .link {
    text-align: left;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 1166, ../sass/main.scss */
  .site-footer .top-footer .mailing-lists {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1174, ../sass/main.scss */
  .site-footer .top-footer .grid [class*="col-"] {
    float: none;
  }
  /* line 1177, ../sass/main.scss */
  .site-footer .top-footer .about-us {
    margin-bottom: 46px;
  }
  /* line 1180, ../sass/main.scss */
  .site-footer .top-footer .contact-us {
    width: auto;
    max-width: 294px;
    margin: 0 auto 46px auto;
  }
  /* line 1185, ../sass/main.scss */
  .site-footer .top-footer .mailing-list {
    text-align: center;
    margin-bottom: 29px;
  }
  /* line 1188, ../sass/main.scss */
  .site-footer .top-footer .mailing-list input {
    max-width: 294px;
  }
  /* line 1191, ../sass/main.scss */
  .site-footer .top-footer .mailing-list .newsletter-subscribe-form {
    max-width: 294px;
    margin: 0 auto;
  }
}

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

/* line 1218, ../sass/main.scss */
.lt-ie9 .site-footer .top-footer .about-us p {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1221, ../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 1226, ../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 1231, ../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 1240, ../sass/main.scss */
.lt-ie9 .site-footer .bottom-footer .top .links {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1243, ../sass/main.scss */
.lt-ie9 .site-footer .bottom-footer .top .copy {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1248, ../sass/main.scss */
.lt-ie9 .site-footer .bottom-footer .bottom .tagline {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1250, ../sass/main.scss */
.lt-ie9 .site-footer .bottom-footer .bottom .tagline strong {
  font-family: "Fort Medium IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1254, ../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: #000000;
  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 33, ../sass/__popups.scss */
.newsletter-popup .subscribe.inner {
  margin: 0;
  padding: 0;
}
/* line 36, ../sass/__popups.scss */
.newsletter-popup .subscribe.inner .email.field {
  width: 230px;
  margin-right: 5px;
  display: inline-block;
}
/* line 41, ../sass/__popups.scss */
.newsletter-popup .subscribe.inner .zip.field {
  width: 131px;
  display: inline-block;
}
/* line 45, ../sass/__popups.scss */
.newsletter-popup .subscribe.inner label {
  color: #777;
  font-size: .9em;
}
/* line 51, ../sass/__popups.scss */
.newsletter-popup input {
  height: 30px;
  padding: 0 10px;
  font-size: .875em;
  line-height: 19px;
  font-family: "Fort Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #4b4b4b;
  border: 1px solid #dcdcdc;
  width: 100%;
}
/* line 61, ../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 72, ../sass/__popups.scss */
.newsletter-popup .inner {
  margin: 20px;
}
/* line 76, ../sass/__popups.scss */
.newsletter-popup .form-success ul {
  margin-bottom: 20px;
}
/* line 80, ../sass/__popups.scss */
.newsletter-popup .newsletter-ok {
  display: inline-block;
}

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

/* line 94, ../sass/__popups.scss */
.newsletter-popup.footerMode {
  position: fixed;
}
/* line 97, ../sass/__popups.scss */
.newsletter-popup.footerMode .button-tether {
  display: none;
}
/* line 102, ../sass/__popups.scss */
.newsletter-popup.footerMode.showingErrorMessage .newsletter-photo {
  display: none;
}
/* line 106, ../sass/__popups.scss */
.newsletter-popup.footerMode.showingErrorMessage .inner {
  width: 536px;
  margin: 60px 70px 70px 70px;
}
/* line 111, ../sass/__popups.scss */
.newsletter-popup.footerMode.showingErrorMessage .form-container {
  width: 100%;
  margin-left: 0;
  min-height: 0;
}
/* line 116, ../sass/__popups.scss */
.newsletter-popup.footerMode.showingErrorMessage .form-container .form-error {
  text-align: center;
}
/* line 119, ../sass/__popups.scss */
.newsletter-popup.footerMode.showingErrorMessage .form-container .form-error p {
  margin-bottom: 30px;
}

/* line 1, ../sass/__forms.scss */
a.btn {
  font-size: 0.688em;
  line-height: 15px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px 20px;
  margin: 0;
  display: inline-block;
}

/* line 9, ../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 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"], .post .post-password-form textarea,
.type-page .post-password-form textarea, .contactus-form textarea {
  padding: 0 10px;
  border: solid 1px #dcdcdc;
  font-size: 0.938em;
  line-height: 22px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f8f8f8;
  outline: none;
}
/* line 22, ../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 26, ../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 33, ../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 39, ../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 49, ../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 53, ../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 58, ../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 #dcdcdc;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 64, ../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 70, ../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 77, ../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 83, ../sass/__forms.scss */
.post .post-password-form label,
.type-page .post-password-form label, .contactus-form label {
  display: block;
}
/* line 87, ../sass/__forms.scss */
.post .post-password-form fieldset,
.type-page .post-password-form fieldset, .contactus-form fieldset {
  position: relative;
}
/* line 89, ../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 91, ../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 99, ../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 #ff0000;
}
/* line 105, ../sass/__forms.scss */
.post .post-password-form .required-asterik,
.type-page .post-password-form .required-asterik, .contactus-form .required-asterik {
  color: #ff0000;
}
/* line 109, ../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: #ff0000;
  padding-top: 6px;
  padding-bottom: 4px;
}
/* line 118, ../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 124, ../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 128, ../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 134, ../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 137, ../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: 14px;
  vertical-align: top;
}
@media only screen and (max-width: 539px) {
  /* line 137, ../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 147, ../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 147, ../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 158, ../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 162, ../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 169, ../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 174, ../sass/__forms.scss */
  button[type="submit"],
  input[type="submit"] {
    padding-top: 1px !important;
  }
}
/* line 180, ../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 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"] {
  display: inline;
  line-height: 28px;
}
/* line 189, ../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 193, ../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 202, ../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 208, ../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 212, ../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: 60px;
  width: 100%;
  background-color: #000000;
}
/* line 6, ../sass/__homepage.scss */
.featured-slider img {
  max-width: 100%;
}

/* line 12, ../sass/__homepage.scss */
.home .find-a-speaker {
  width: 100%;
  height: 30px;
  margin-bottom: 60px;
}
/* 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: #FFFFFF;
  border: 1px solid #dcdcdc;
  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, .home .find-a-speaker .wrap .col-3, .home .find-a-speaker .wrap .col-5 {
  width: 31.33%;
}
/* line 48, ../sass/__homepage.scss */
.home .find-a-speaker .wrap .col-2, .home .find-a-speaker .wrap .col-4 {
  width: 3%;
}
/* line 54, ../sass/__homepage.scss */
.home .newspeakers-header {
  text-align: center;
  margin-bottom: 20px;
}
/* line 59, ../sass/__homepage.scss */
.home .newspeakers {
  margin-bottom: 35px;
}
/* line 61, ../sass/__homepage.scss */
.home .newspeakers.grid .row:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 59, ../sass/__homepage.scss */
  .home .newspeakers {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 68, ../sass/__homepage.scss */
  .home .newspeakers [class*="col-"]:last-of-type {
    margin-bottom: 0;
  }
}
/* line 74, ../sass/__homepage.scss */
.home .see-all-wrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  /* line 74, ../sass/__homepage.scss */
  .home .see-all-wrap {
    margin-bottom: 40px;
  }
}
/* line 81, ../sass/__homepage.scss */
.home .main-content {
  margin-top: 0;
}
/* line 85, ../sass/__homepage.scss */
.home .sub-content {
  padding-top: 76px;
  padding-bottom: 51px;
}
@media only screen and (max-width: 767px) {
  /* line 85, ../sass/__homepage.scss */
  .home .sub-content {
    padding-top: 36px;
    padding-bottom: 5px;
  }
}
/* line 92, ../sass/__homepage.scss */
.home .sub-content .orange-header {
  margin-bottom: 20px;
}
/* line 98, ../sass/__homepage.scss */
.home .alt-content .orange-header {
  margin-bottom: 20px;
}
/* line 104, ../sass/__homepage.scss */
.home .programming-ideas .content-wrap {
  padding-top: 76px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 104, ../sass/__homepage.scss */
  .home .programming-ideas .content-wrap {
    padding-top: 36px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 114, ../sass/__homepage.scss */
  .home .programming-ideas .grid .row {
    margin-bottom: 30px;
  }
}
/* line 119, ../sass/__homepage.scss */
.home .programming-ideas .featured-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 123, ../sass/__homepage.scss */
.home .programming-ideas .featured-image img {
  display: none;
  max-width: 100%;
}
/* line 127, ../sass/__homepage.scss */
.home .programming-ideas .featured-image a {
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 133, ../sass/__homepage.scss */
  .home .programming-ideas .featured-image .featured-image {
    background: transparent;
  }
  /* line 136, ../sass/__homepage.scss */
  .home .programming-ideas .featured-image img {
    display: block;
  }
  /* line 139, ../sass/__homepage.scss */
  .home .programming-ideas .featured-image a {
    display: inline;
    height: auto;
    width: auto;
  }
}
/* line 146, ../sass/__homepage.scss */
.home .programming-ideas .post-content {
  padding: 30px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  /* line 150, ../sass/__homepage.scss */
  .home .programming-ideas .post-content .readmore {
    display: none;
  }
}
/* line 155, ../sass/__homepage.scss */
.home .programming-ideas .title {
  font-size: 1.438em;
  line-height: 29px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2ea7bc;
}
/* line 158, ../sass/__homepage.scss */
.home .programming-ideas .title a {
  color: #2ea7bc;
}
/* line 160, ../sass/__homepage.scss */
.home .programming-ideas .title a:hover {
  color: #ff6f00;
}
/* line 165, ../sass/__homepage.scss */
.home .programming-ideas .short {
  padding-top: 4px;
  font-size: 0.938em;
  line-height: 22px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 172, ../sass/__homepage.scss */
.home .featured-speaker-videos .featured-image {
  position: relative;
}
/* line 174, ../sass/__homepage.scss */
.home .featured-speaker-videos .featured-image .video-btn {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 18px;
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-saade08c609.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 */
  .home .featured-speaker-videos .featured-image .video-btn {
    background-image: url('../img/sprites-retina-sc2ff96b7da.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;
  }
}
@media only screen and (max-width: 767px) {
  /* line 171, ../sass/__homepage.scss */
  .home .featured-speaker-videos {
    background-color: #222222;
  }
  /* line 184, ../sass/__homepage.scss */
  .home .featured-speaker-videos .sh-module {
    background-color: #333333 !important;
    border: 1px solid #707070;
  }
  /* line 187, ../sass/__homepage.scss */
  .home .featured-speaker-videos .sh-module a {
    color: #FFFFFF;
  }
  /* line 189, ../sass/__homepage.scss */
  .home .featured-speaker-videos .sh-module a:hover, .home .featured-speaker-videos .sh-module a:active {
    color: #ff6f00;
  }
  /* line 195, ../sass/__homepage.scss */
  .home .featured-speaker-videos .content-wrap {
    padding-top: 36px;
    padding-bottom: 5px;
  }
  /* line 198, ../sass/__homepage.scss */
  .home .featured-speaker-videos .content-wrap .grid-pad {
    margin-bottom: 0;
  }
}
/* line 206, ../sass/__homepage.scss */
.home .featured-media .col-1-2 {
  border: 1px solid #f0f0f0;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 40%, #f2f2f2 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(40%, white), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, white 0%, white 40%, #f2f2f2 100%);
  background: -o-linear-gradient(top, white 0%, white 40%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, white 0%, white 40%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );
}
/* line 218, ../sass/__homepage.scss */
.home .featured-media .sh-module .post-content {
  padding: 30px;
}
/* line 221, ../sass/__homepage.scss */
.home .featured-media .sh-module .title {
  margin-bottom: 10px;
}
/* line 224, ../sass/__homepage.scss */
.home .featured-media .sh-module .logo {
  margin-bottom: 12px;
}
/* line 226, ../sass/__homepage.scss */
.home .featured-media .sh-module .logo img {
  max-height: 22px;
  width: auto;
}
/* line 231, ../sass/__homepage.scss */
.home .featured-media .sh-module .media-time {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.813em;
  line-height: 18px;
  color: #888888;
}
/* line 240, ../sass/__homepage.scss */
.home .featured-media .sh-module .media-speaker {
  display: table-cell;
  vertical-align: middle;
}
/* line 244, ../sass/__homepage.scss */
.home .featured-media .sh-module .speaker-thumbnail {
  display: inline-block;
  margin-right: 10px;
}
/* line 247, ../sass/__homepage.scss */
.home .featured-media .sh-module .speaker-thumbnail img {
  width: auto;
  max-height: 40px;
  display: inline-block;
}
/* line 254, ../sass/__homepage.scss */
.home .featured-media .sh-module .speaker-name {
  display: inline-block;
  border-bottom: 1px solid #e2e2e2;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.813em;
  line-height: 18px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  /* line 205, ../sass/__homepage.scss */
  .home .featured-media {
    padding-top: 36px;
    padding-bottom: 5px;
  }
  /* line 267, ../sass/__homepage.scss */
  .home .featured-media .sh-module .post-content {
    padding: 20px;
  }
}
/* line 275, ../sass/__homepage.scss */
.home .site-footer .top-footer {
  background-color: transparent;
  border-top-color: none;
  margin-top: 0;
}
/* line 280, ../sass/__homepage.scss */
.home .site-footer .top-footer .contact-us .phone {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 284, ../sass/__homepage.scss */
.home .site-footer .top-footer .contact-us .email {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 293, ../sass/__homepage.scss */
  .home .find-a-speaker {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 299, ../sass/__homepage.scss */
  .home .find-a-speaker {
    height: auto;
    margin: 0 auto 36px auto;
    max-width: 294px;
    padding: 28px 32px 30px;
  }
  /* line 304, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap {
    display: block;
  }
  /* line 306, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap div {
    display: block;
  }
  /* line 309, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-1 {
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
  }
  /* line 313, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-1 label {
    padding-bottom: 8px;
    border-bottom: 1px solid #ff6f00;
  }
  /* line 318, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-1, .home .find-a-speaker .wrap .col-3 {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 322, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-2, .home .find-a-speaker .wrap .col-4 {
    width: 100%;
    display: none;
  }
  /* line 326, ../sass/__homepage.scss */
  .home .find-a-speaker .wrap .col-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 539px) {
  /* line 333, ../sass/__homepage.scss */
  .home .find-a-speaker {
    width: 100%;
    max-width: 305px;
  }
}

/* line 343, ../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: block;
  float: left;
}
/* line 18, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav > li {
  display: inline-block;
  margin-left: 12px;
}
/* line 21, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav > li:first-of-type {
  margin-left: 0;
}
/* line 26, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav > li.featured:after, .page-template-page-speakers-php .speakers-nav .sort-nav > li.location:after {
  content: " |";
  color: #c8c8c8;
  display: inline-block;
  margin-left: 12px;
}
/* line 34, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav .chosen-container {
  height: 18px;
  text-align: left;
}
/* line 39, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav .chosen-container.chosen-with-drop .chosen-single div {
  background: transparent;
}
/* line 45, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav .chosen-single {
  border: none;
  background-color: transparent;
  display: block;
  height: auto;
  padding: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.813em;
  line-height: 18px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.813rem;
}
/* line 55, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav .chosen-single span {
  margin-right: 16px;
  border-right: none;
}
/* line 59, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav .chosen-single div {
  border: none;
  width: 12px;
}
/* line 62, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav .chosen-single div b {
  background: transparent;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  top: 5px;
}
/* line 74, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav .chosen-with-drop .chosen-single {
  color: #ff6f00;
}
/* line 78, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav .chosen-drop {
  border-top: 1px solid #2ea7bc;
  text-align: left;
  margin-top: 5px;
  width: 205px;
}
/* line 85, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav .active .chosen-single {
  color: #ff6f00;
}
/* line 90, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .view-nav {
  display: block;
  float: right;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
/* line 96, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .view-nav .listview {
  margin-left: 12px;
}
/* line 100, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .mobile-sort-nav {
  display: none;
  text-align: left;
}
/* line 103, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .mobile-sort-nav > form {
  display: inline-block;
}
@media only screen and (max-width: 400px) {
  /* line 103, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav > form {
    display: block;
  }
}
/* line 109, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .mobile-sort-nav select {
  min-width: 103px;
}
@media only screen and (max-width: 400px) {
  /* line 112, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav .location {
    display: block;
    width: 50%;
    padding-left: 13px;
  }
}
/* line 118, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .mobile-sort-nav .location .chosen-container,
.page-template-page-speakers-php .speakers-nav .mobile-sort-nav .location select {
  display: inline-block;
  margin-left: 12px;
}
@media only screen and (max-width: 400px) {
  /* line 118, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav .location .chosen-container,
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav .location select {
    display: block;
    margin-left: 0;
    margin-top: 12px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 400px) {
  /* line 130, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav .featured-alpha {
    display: block;
    width: 50%;
    margin-right: 13px;
  }
  /* line 135, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav .featured-alpha .chosen-container,
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav .featured-alpha select {
    width: 100% !important;
    display: block;
  }
}
/* line 144, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav > li > a,
.page-template-page-speakers-php .speakers-nav .sort-nav > a, .page-template-page-speakers-php .speakers-nav .view-nav > li > a,
.page-template-page-speakers-php .speakers-nav .view-nav > a {
  color: #000000;
  text-transform: uppercase;
  font-size: 0.813em;
  line-height: 18px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 149, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav > li > a:hover,
.page-template-page-speakers-php .speakers-nav .sort-nav > a:hover, .page-template-page-speakers-php .speakers-nav .view-nav > li > a:hover,
.page-template-page-speakers-php .speakers-nav .view-nav > a:hover {
  color: #ff6f00;
}
/* line 155, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav > li > .active {
  color: #ff6f00;
  font-size: 0.813em;
  line-height: 18px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 160, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .sort-nav > li > .inactive {
  color: #c8c8c8;
  font-size: 0.813em;
  line-height: 18px;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 167, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .view-nav .fa {
  font-size: 14px;
}
/* line 170, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .view-nav .active {
  color: #ff6f00;
}
/* line 174, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakers-nav .view-nav .inactive {
  color: #c8c8c8;
}
/* line 179, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakersgrid {
  margin-bottom: 0;
}
/* line 183, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist,
.page-template-page-speakers-php .newspeakerslist {
  margin-bottom: 30px;
}
/* line 186, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist .speaker,
.page-template-page-speakers-php .newspeakerslist .speaker {
  margin-bottom: 10px;
  background-color: #f8f8f8;
  padding: 18px 18px 25px 18px;
}
/* line 190, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist .speaker:after,
.page-template-page-speakers-php .newspeakerslist .speaker:after {
  content: "";
  display: table;
  clear: both;
}
/* line 195, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist .speaker .title,
.page-template-page-speakers-php .newspeakerslist .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 201, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist .speaker .title a,
.page-template-page-speakers-php .newspeakerslist .speaker .title a {
  color: #2ea7bc;
}
/* line 203, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist .speaker .title a:hover,
.page-template-page-speakers-php .newspeakerslist .speaker .title a:hover {
  color: #ff6f00;
}
/* line 208, ../sass/__speakers.scss */
.page-template-page-speakers-php .speakerslist .speaker .short,
.page-template-page-speakers-php .newspeakerslist .speaker .short {
  width: 66.66%;
  float: left;
  color: #000000;
  font-size: 0.938em;
  line-height: 22px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 216, ../sass/__speakers.scss */
.page-template-page-speakers-php .newspeakerslist {
  margin-bottom: 0;
}
/* line 218, ../sass/__speakers.scss */
.page-template-page-speakers-php .newspeakerslist .speaker .title .new-speaker-tag {
  display: block;
  color: #000000;
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 218, ../sass/__speakers.scss */
  .page-template-page-speakers-php .newspeakerslist .speaker .title .new-speaker-tag {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 233, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav {
    width: 100%;
  }
  /* line 235, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .sort-nav {
    display: none;
  }
  /* line 238, ../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 244, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .view-nav a {
    line-height: 30px;
  }
  /* line 248, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav {
    display: block;
    float: left;
  }
  /* line 256, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakerslist .speaker .title,
  .page-template-page-speakers-php .newspeakerslist .speaker .title {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 264, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .view-nav {
    display: none;
  }
  /* line 267, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav {
    float: none;
    position: relative;
  }
  /* line 270, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav .speaker-sort-form {
    display: block;
  }
  /* line 273, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav .location {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 278, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav .location .chosen-container,
  .page-template-page-speakers-php .speakers-nav .mobile-sort-nav .location select {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 290, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakerslist .speaker .title,
  .page-template-page-speakers-php .newspeakerslist .speaker .title {
    padding-right: 0;
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
  /* line 296, ../sass/__speakers.scss */
  .page-template-page-speakers-php .speakerslist .speaker .short,
  .page-template-page-speakers-php .newspeakerslist .speaker .short {
    float: none;
    width: auto;
  }
}

/* line 313, ../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 316, ../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 319, ../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 325, ../sass/__speakers.scss */
.lt-ie9 .page-template-page-speakers-php .speakerslist,
.lt-ie9 .page-template-page-speakers-php .newspeakerslist {
  margin-bottom: 30px;
}
/* line 329, ../sass/__speakers.scss */
.lt-ie9 .page-template-page-speakers-php .speakerslist .speaker .title,
.lt-ie9 .page-template-page-speakers-php .newspeakerslist .speaker .title {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 332, ../sass/__speakers.scss */
.lt-ie9 .page-template-page-speakers-php .speakerslist .speaker .short,
.lt-ie9 .page-template-page-speakers-php .newspeakerslist .speaker .short {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 337, ../sass/__speakers.scss */
.lt-ie9 .page-template-page-speakers-php .newspeakerslist {
  margin-bottom: 0;
}
/* line 341, ../sass/__speakers.scss */
.lt-ie9 .page-template-page-speakers-php .ajax-loader {
  margin-bottom: 30px;
}

/* line 3, ../sass/__topics.scss */
.tax-speakercats .topic-search-wrap {
  margin-bottom: 20px;
}
/* line 6, ../sass/__topics.scss */
.tax-speakercats .page-title {
  font-size: 2.5em;
  letter-spacing: -0.75px;
  line-height: 50px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/__topics.scss */
  .tax-speakercats .page-title {
    font-size: 2em;
    line-height: 37px;
  }
}
/* line 20, ../sass/__topics.scss */
.tax-speakercats .topicsgrid .cat-description {
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.188em;
  line-height: 26px;
}
/* line 22, ../sass/__topics.scss */
.tax-speakercats .topicsgrid .cat-description .sh-module .topics-logo-wrap {
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 18px;
  border-bottom: 1px solid #000000;
}
/* line 28, ../sass/__topics.scss */
.tax-speakercats .topicsgrid .cat-description .sh-module .topics-logo {
  height: 40px;
  width: 46px;
  background-image: url('../img/sprites-saade08c609.png');
  background-position: 0 -1785px;
  background-repeat: no-repeat;
  display: inline-block;
}
@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 */
  .tax-speakercats .topicsgrid .cat-description .sh-module .topics-logo {
    background-image: url('../img/sprites-retina-sc2ff96b7da.png');
    background-position: 0 -1783.5px;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -webkit-background-size: 237px auto;
    background-size: 237px auto;
  }
}
/* line 38, ../sass/__topics.scss */
.tax-speakercats .alt-content.topics-wrap {
  margin-top: 80px;
  margin-bottom: -58px;
}
/* line 41, ../sass/__topics.scss */
.tax-speakercats .alt-content.topics-wrap .sh-module {
  background-color: #FFFFFF;
}

/* line 49, ../sass/__topics.scss */
.flexbox .tax-speakercats .topicsgrid .cat-description {
  background-color: transparent !important;
  border: 2px solid #d5edf2 !important;
  padding: 30px 18px 19px;
}
/* line 53, ../sass/__topics.scss */
.flexbox .tax-speakercats .topicsgrid .cat-description .sh-module {
  background-color: transparent;
  border: none;
}

/* line 65, ../sass/__topics.scss */
.no-flexbox .tax-speakercats .topicsgrid .cat-description .sh-module .item {
  padding: 30px 18px 19px;
}

@media only screen and (max-width: 767px) {
  /* line 76, ../sass/__topics.scss */
  .page-template-page-speakercats .orange-header.more-topics {
    background-color: #f0f0f0;
    margin-top: -36px;
    margin-bottom: 0px;
    padding: 26px 0 26px 0;
    height: auto;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #ebebeb;
    margin-left: -22px;
    margin-right: -22px;
  }
  /* line 86, ../sass/__topics.scss */
  .page-template-page-speakercats .orange-header.more-topics span {
    border: none;
    padding-bottom: 0;
    display: inline;
  }
}
@media only screen and (max-width: 539px) {
  /* line 96, ../sass/__topics.scss */
  .page-template-page-speakercats .orange-header.more-topics {
    margin-left: -13px;
    margin-right: -13px;
  }
}
/* line 102, ../sass/__topics.scss */
.page-template-page-speakercats .featured-topic {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  /* line 102, ../sass/__topics.scss */
  .page-template-page-speakercats .featured-topic {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 2px;
    margin-bottom: 30px;
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 102, ../sass/__topics.scss */
  .page-template-page-speakercats .featured-topic {
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
/* line 119, ../sass/__topics.scss */
.page-template-page-speakercats .featured-topic .topic-title {
  margin-bottom: 10px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  /* line 119, ../sass/__topics.scss */
  .page-template-page-speakercats .featured-topic .topic-title {
    font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.938em;
    line-height: 20px;
    margin-bottom: 3px;
  }
}
/* line 130, ../sass/__topics.scss */
.page-template-page-speakercats .featured-topic .topic-title a {
  color: #000000;
}
/* line 132, ../sass/__topics.scss */
.page-template-page-speakercats .featured-topic .topic-title a:hover, .page-template-page-speakercats .featured-topic .topic-title a:active {
  color: #ff6f00;
}
/* line 139, ../sass/__topics.scss */
.page-template-page-speakercats .featured-topic .about-topic p.description {
  line-height: 21px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 138, ../sass/__topics.scss */
  .page-template-page-speakercats .featured-topic .about-topic {
    padding: 0px 0px 40px;
    border-left: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
  }
}
/* line 153, ../sass/__topics.scss */
.page-template-page-speakercats .featured-topic-speakers {
  margin-left: 0;
  height: 100%;
}
/* line 155, ../sass/__topics.scss */
.page-template-page-speakercats .featured-topic-speakers .more-speakers {
  background-color: #2ea7bc;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 165, ../sass/__topics.scss */
.page-template-page-speakercats .featured-topic-speakers [class*='col-'] {
  margin-left: 5px;
  margin-right: 5px;
}
/* line 168, ../sass/__topics.scss */
.page-template-page-speakercats .featured-topic-speakers [class*='col-'] img {
  max-width: 100%;
}
/* line 172, ../sass/__topics.scss */
.page-template-page-speakercats .featured-topic-speakers .col-1-6 {
  width: 16.66%;
}
/* line 175, ../sass/__topics.scss */
.page-template-page-speakercats .featured-topic-speakers .col-1-3 {
  width: 33.33%;
}
/* line 178, ../sass/__topics.scss */
.page-template-page-speakercats .featured-topic-speakers.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 182, ../sass/__topics.scss */
  .page-template-page-speakercats .featured-topic-speakers.desktop {
    display: none;
  }
  /* line 185, ../sass/__topics.scss */
  .page-template-page-speakercats .featured-topic-speakers.mobile {
    margin-bottom: 17px;
  }
  /* line 187, ../sass/__topics.scss */
  .page-template-page-speakercats .featured-topic-speakers.mobile .col-1-3 {
    margin: 0;
  }
}
/* line 194, ../sass/__topics.scss */
.page-template-page-speakercats .addltopics-grid {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 194, ../sass/__topics.scss */
  .page-template-page-speakercats .addltopics-grid {
    display: none;
  }
}

/* line 206, ../sass/__topics.scss */
.flexbox .page-template-page-speakercats .featured-topic-speakers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}
/* line 213, ../sass/__topics.scss */
.flexbox .page-template-page-speakercats .featured-topic-speakers [class*='col-'] {
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 220, ../sass/__topics.scss */
.flexbox .page-template-page-speakercats .featured-topic-speakers [class*='col-'] img {
  max-width: 100%;
}
/* line 224, ../sass/__topics.scss */
.flexbox .page-template-page-speakercats .featured-topic-speakers .col-1-6 {
  width: 16.66%;
}
/* line 227, ../sass/__topics.scss */
.flexbox .page-template-page-speakercats .featured-topic-speakers .col-1-3 {
  width: 33.33%;
}
/* line 230, ../sass/__topics.scss */
.flexbox .page-template-page-speakercats .featured-topic-speakers.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 234, ../sass/__topics.scss */
  .flexbox .page-template-page-speakercats .featured-topic-speakers.desktop {
    display: none;
  }
  /* line 237, ../sass/__topics.scss */
  .flexbox .page-template-page-speakercats .featured-topic-speakers.mobile {
    margin-bottom: 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 241, ../sass/__topics.scss */
  .flexbox .page-template-page-speakercats .featured-topic-speakers.mobile .col-1-3 {
    margin: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  /* line 255, ../sass/__topics.scss */
  .flexbox .page-template-page-speakercats .featured-topic-speakers [class*='col-'] {
    display: block;
  }
  /* line 258, ../sass/__topics.scss */
  .flexbox .page-template-page-speakercats .featured-topic-speakers .more-speakers {
    position: relative;
  }
  /* line 260, ../sass/__topics.scss */
  .flexbox .page-template-page-speakercats .featured-topic-speakers .more-speakers span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -10px;
    text-align: center;
  }
}
/*
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: #000000;
}
/* 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: #000000;
  margin-bottom: 14px;
  width: 70%;
  float: left;
}
@media only screen and (max-width: 1023px) {
  /* line 20, ../sass/__speaker_single.scss */
  .single-speaker .speaker-caption {
    width: 100%;
  }
}
/* line 30, ../sass/__speaker_single.scss */
.single-speaker .addtoany_shortcode {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  /* line 30, ../sass/__speaker_single.scss */
  .single-speaker .addtoany_shortcode {
    text-align: center;
  }
}
/* line 35, ../sass/__speaker_single.scss */
.single-speaker .addtoany_shortcode img {
  margin: 0px 0px 10px 10px;
}
/* line 39, ../sass/__speaker_single.scss */
.single-speaker .quote .addtoany_share_save_container {
  display: none;
}
/* line 42, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap {
  position: relative;
}
/* line 44, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap img {
  width: 100%;
  height: auto;
}
/* line 48, ../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: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
}
/* line 59, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .video-caption {
  display: table-cell;
  vertical-align: middle;
  padding-left: 73px;
  padding-right: 20px;
}
/* line 66, ../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-saade08c609.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-sc2ff96b7da.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 76, ../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: #FFFFFF;
}
/* line 83, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .featured-quote-wrap.right {
  left: auto;
  bottom: 30px;
  right: 19px;
  text-align: right;
}
/* line 88, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .featured-quote-wrap.right .qmark-start {
  display: inline;
  position: relative;
  left: -3px;
}
/* line 93, ../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 103, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap.has-video .featured-quote-wrap {
  bottom: 80px;
}
/* line 105, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap.has-video .featured-quote-wrap.right {
  bottom: 20px;
}
/* line 110, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .featured-quote {
  position: relative;
}
/* line 112, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .featured-quote .qmark-start {
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
}
/* line 118, ../sass/__speaker_single.scss */
.single-speaker .featured-image-wrap .featured-quote .qmark-end {
  position: relative;
  left: 3px;
}
/* line 124, ../sass/__speaker_single.scss */
.single-speaker .featured-video-wrap {
  position: absolute;
  top: -9999px;
  left: -9999px;
  margin-bottom: 22px;
  width: 100%;
}
/* line 131, ../sass/__speaker_single.scss */
.single-speaker .featured-video-wrap.show {
  position: relative;
  top: 0;
  left: 0;
}
/* line 136, ../sass/__speaker_single.scss */
.single-speaker .featured-video-wrap .close-btn {
  height: 14px;
  width: 14px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 144, ../sass/__speaker_single.scss */
.single-speaker .mobile-video-caption {
  display: none;
  background-color: #f8f8f8;
  padding: 18px 18px 25px 18px;
}
/* line 148, ../sass/__speaker_single.scss */
.single-speaker .mobile-video-caption.hide {
  display: none;
}
/* line 153, ../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 160, ../sass/__speaker_single.scss */
.single-speaker .speaker-details {
  margin-top: 22px;
  margin-bottom: 30px;
  color: #191919;
}
/* line 164, ../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 168, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .leftcol {
  border-right: 1px solid #e6e6e6;
  padding-right: 32px;
  padding-bottom: 20px;
}
/* line 173, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .rightcol {
  padding-right: 16px;
  padding-left: 0;
}
/* line 177, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .rightcol .orange-header {
  text-align: center;
}
/* line 180, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .rightcol img {
  max-width: 100%;
  height: auto;
}
/* line 185, ../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 190, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info {
  list-style: none inside;
  padding-left: 0;
  margin-bottom: 50px;
}
/* line 194, ../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 198, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info li span {
  display: table-cell;
  vertical-align: middle;
}
/* line 201, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info li span.icon {
  width: 30px;
}
/* line 205, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info li .text {
  padding-left: 6px;
}
/* line 209, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info .phone .icon span {
  display: block;
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 213, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info .email .icon span {
  display: block;
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 217, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .contact-info .travelsfrom .icon span {
  display: block;
  height: 30px;
  width: 30px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 222, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-book-img {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
/* line 228, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-book {
  margin-bottom: 50px;
}
/* line 230, ../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: #000000;
  margin-bottom: 4px;
}
/* line 236, ../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 242, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-audio {
  padding: 19px;
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
  margin-bottom: 27px;
  position: relative;
}
/* line 248, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-audio img {
  display: block;
  width: 80px;
  height: auto;
  margin-right: 20px;
}
/* line 254, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-audio .audio-img {
  display: table-cell;
  width: 80px;
  vertical-align: middle;
}
/* line 259, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-audio .learn-more {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.875em;
  line-height: 19px;
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 20px;
}
/* line 264, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-audio .learn-more .map_controlsBar {
  display: none !important;
}
/* line 268, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-audio .learn-more-link {
  display: block;
}
/* line 271, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-audio .audio-link-wrap {
  margin-top: 15px;
  text-align: center;
}
/* line 274, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .featured-audio .audio-link-wrap .map_controlsBar {
  display: none !important;
}
/* line 281, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons {
  text-align: center;
  margin-bottom: 15px;
}
/* line 284, ../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 287, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons a:first-of-type {
  margin-left: 0;
}
/* line 291, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons a.twitter {
  height: 40px;
  width: 40px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 294, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons a.facebook {
  height: 40px;
  width: 40px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 297, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons a.linkedin {
  height: 42px;
  width: 40px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 300, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .icons a.website {
  height: 40px;
  width: 40px;
  background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 305, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .additional-links {
  padding: 0;
  margin: 0;
}
/* line 308, ../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 313, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .social-info .additional-links li:first-of-type {
  margin-top: 0;
}
/* line 321, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .topics .tab-wrap {
  color: #191919;
}
/* line 323, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-wrap.nobody {
  margin-bottom: 34px;
}
/* line 326, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-title {
  color: #000000;
  font-size: 1.313em;
  line-height: 27px;
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 3px;
}
/* line 331, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .topics .tab-wrap .topic-details {
  margin-bottom: 6px;
}
/* line 332, ../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 337, ../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 344, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .accordian-header {
  border-bottom: none;
}
/* line 347, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .tab-wrap {
  padding-top: 0;
}
/* line 350, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .videorow {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e6e6e6;
}
/* line 355, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .video-thumbnail {
  position: relative;
  float: left;
  width: 42%;
}
/* line 359, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .video-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
/* line 364, ../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-saade08c609.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-sc2ff96b7da.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 372, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .video-details {
  float: left;
  width: 58%;
  padding-left: 20px;
}
/* line 377, ../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 381, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .video .post {
  color: #191919;
}
/* line 383, ../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 389, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .praise .quote-wrap {
  color: #191919;
  padding-left: 25px;
  margin-bottom: 39px;
}
/* line 394, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .praise .quote {
  position: relative;
}
/* line 396, ../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-saade08c609.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-sc2ff96b7da.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 406, ../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 412, ../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 415, ../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 421, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .praise.nospeakerpraise .accordian-header {
  border-bottom: none;
}
/* line 424, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .praise.nospeakerpraise .tab-wrap {
  padding-top: 0;
}
/* line 430, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .book-praise .book-praise-row {
  border-top: 1px solid #2ea7bc;
}
/* line 432, ../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 439, ../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-saade08c609.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-sc2ff96b7da.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 447, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .book-praise .book-praise-row .quote-wrap {
  display: none;
}
/* line 451, ../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 457, ../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-saade08c609.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-sc2ff96b7da.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 464, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .books {
  width: 100%;
}
/* line 466, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .books .book-img {
  position: relative;
  display: block;
}
/* line 470, ../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 472, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .books .row .col-1-3 {
  vertical-align: bottom;
}
/* line 476, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .books img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
/* line 482, ../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 492, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .media .accordian-header {
  border-bottom: none;
}
/* line 495, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .media .tab-wrap {
  padding-top: 0;
}
/* line 498, ../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 504, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .media .media-logo {
  margin-bottom: 10px;
}
/* line 506, ../sass/__speaker_single.scss */
.single-speaker .speaker-details .speaker-sections .media .media-logo img {
  max-width: 100%;
  display: block;
}
/* line 511, ../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 516, ../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 529, ../sass/__speaker_single.scss */
.single-speaker .sky-tabs > ul > li .accordian-header {
  color: #000000;
  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 536, ../sass/__speaker_single.scss */
.single-speaker .sky-tabs > ul > li .tab-wrap {
  padding-top: 20px;
}
/* line 543, ../sass/__speaker_single.scss */
.single-speaker .more-speakers-header {
  text-align: center;
}
/* line 547, ../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 554, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .leftcol {
    padding-right: 25px;
  }
  /* line 557, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .rightcol {
    padding-left: 0px;
    padding-right: 12.5px;
  }
  /* line 563, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .social-info .icons a {
    margin-left: 5%;
  }
  /* line 565, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .social-info .icons a:first-of-type {
    margin-left: 0;
  }
  /* line 576, ../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 586, ../sass/__speaker_single.scss */
  .single-speaker .featured-image-wrap .featured-quote-wrap {
    width: 300px;
  }
  /* line 593, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .social-info .icons a {
    margin-left: 3.5%;
  }
  /* line 595, ../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 606, ../sass/__speaker_single.scss */
  .single-speaker .featured-image-wrap .featured-quote-wrap {
    display: none;
  }
  /* line 611, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .featured-text {
    margin-bottom: 30px;
  }
  /* line 614, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .leftcol {
    border-right: none;
    margin-bottom: 50px;
    padding-right: 0;
  }
  /* line 619, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .rightcol {
    max-width: 294px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 624, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .rightcol .featured-book-img {
    display: block;
    text-align: center;
  }
  /* line 627, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .rightcol .featured-book-img img {
    max-width: 256px;
  }
  /* line 634, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .social-info .icons a {
    margin-left: 10px;
  }
  /* line 636, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .social-info .icons a:first-of-type {
    margin-left: 0;
  }
  /* line 644, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .video .videorow {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 647, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .video .videorow:first-of-type {
    padding-top: 5px;
    border-top: none;
  }
  /* line 654, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .books .row {
    margin-bottom: 0;
  }
  /* line 657, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .books .col-1-3 {
    max-width: 256px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* line 665, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .media .media-element:first-of-type {
    border-top: none;
  }
  /* line 673, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > label {
    display: none;
  }
  /* line 677, ../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 683, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li:first-of-type {
    border-top: 1px solid #2ea7bc;
  }
  /* line 686, ../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 696, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li .accordian-header span {
    display: none;
  }
  /* line 699, ../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-saade08c609.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-sc2ff96b7da.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 708, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li .tab-wrap {
    display: none;
    padding-top: 0;
  }
  /* line 712, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.activetab {
    padding-bottom: 50px;
  }
  /* line 715, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.activetab .accordian-header span.arrow {
    height: 8px;
    width: 14px;
    background-image: url('../img/sprites-saade08c609.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-sc2ff96b7da.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 719, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.activetab .tab-wrap {
    display: block;
  }
  /* line 723, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.about.activetab {
    padding-bottom: 22px;
  }
  /* line 726, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.topics.activetab {
    padding-bottom: 16px;
  }
  /* line 729, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.video.activetab {
    padding-bottom: 30px;
  }
  /* line 732, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.praise.activetab {
    padding-bottom: 22px;
  }
  /* line 735, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.books.activetab {
    padding-bottom: 22px;
  }
  /* line 738, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.media.activetab {
    padding-bottom: 43px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 748, ../sass/__speaker_single.scss */
  .single-speaker .featured-image-wrap .featured-quote-wrap {
    display: none;
  }
  /* line 751, ../sass/__speaker_single.scss */
  .single-speaker .featured-image-wrap .video-caption-wrap {
    display: none;
  }
  /* line 755, ../sass/__speaker_single.scss */
  .single-speaker .mobile-video-caption {
    display: block;
  }
  /* line 757, ../sass/__speaker_single.scss */
  .single-speaker .mobile-video-caption.hide {
    display: none;
  }
  /* line 764, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .video .videorow {
    padding-top: 0;
    padding-bottom: 32pxpx;
    border: none;
  }
  /* line 769, ../sass/__speaker_single.scss */
  .single-speaker .speaker-details .speaker-sections .video .video-thumbnail {
    float: none;
    width: 100%;
  }
  /* line 773, ../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 787, ../sass/__speaker_single.scss */
  .single-speaker .sky-tabs > ul > li.video.activetab {
    padding-bottom: 18px;
  }
}

/* line 800, ../sass/__speaker_single.scss */
.no-flexbox .single-speaker .speaker-details .leftcol,
.no-js .single-speaker .speaker-details .leftcol {
  padding-right: 32px;
}
/* line 803, ../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 811, ../sass/__speaker_single.scss */
  .no-flexbox .speaker-details .leftcol,
  .no-js .speaker-details .leftcol {
    padding-right: 25px;
  }
  /* line 814, ../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 822, ../sass/__speaker_single.scss */
  .no-flexbox .speaker-details .leftcol,
  .no-js .speaker-details .leftcol {
    padding-right: 0;
  }
  /* line 825, ../sass/__speaker_single.scss */
  .no-flexbox .speaker-details .rightcol,
  .no-js .speaker-details .rightcol {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 838, ../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 849, ../sass/__speaker_single.scss */
  .no-js .single-speaker .sky-tabs > ul > li .tab-wrap {
    display: block;
  }
}

/* line 859, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-title {
  font-family: "Fort Book IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 863, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-caption {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 868, ../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 873, ../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 878, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .featured-image-credit {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 884, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .featured-text {
  font-family: "Fort Light IE8", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 887, ../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 891, ../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 896, ../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 900, ../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 908, ../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 916, ../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 920, ../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 924, ../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 929, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .video .tab-wrap {
  border-top: none;
  padding-top: 0;
}
/* line 933, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .speaker-details .speaker-sections .video .videorow {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
/* line 937, ../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 941, ../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 948, ../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 955, ../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 959, ../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 961, ../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 968, ../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 974, ../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 979, ../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 982, ../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 988, ../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 993, ../sass/__speaker_single.scss */
.lt-ie9 .single-speaker .fluid-width-video-wrapper {
  padding-top: 0 !important;
}
/* line 999, ../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 1010, ../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 1019, ../sass/__speaker_single.scss */
.mfp-close-btn-in .speaker-videos .mfp-close {
  color: #FFFFFF;
  margin-top: -30px;
}

/* line 1023, ../sass/__speaker_single.scss */
.speaker-videos {
  margin: 20px auto;
  text-align: center;
  width: 100%;
  max-width: 1080px;
  position: relative;
  padding: 35px 15px;
}
/* line 1030, ../sass/__speaker_single.scss */
.speaker-videos.mfp-hide {
  display: block !important;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* line 1036, ../sass/__speaker_single.scss */
.speaker-videos p {
  margin: 0;
}
/* line 1040, ../sass/__speaker_single.scss */
.speaker-videos .mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}
/* line 1045, ../sass/__speaker_single.scss */
.speaker-videos .mejs-overlay, .speaker-videos .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
/* line 1049, ../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 1023, ../sass/__speaker_single.scss */
  .speaker-videos {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2, ../sass/__contactus.scss */
  .page-template-page-contact-us-php .orange-header {
    margin-bottom: 35px;
  }
}
/* line 6, ../sass/__contactus.scss */
.page-template-page-contact-us-php .orange-header.contactus-header {
  text-align: center;
}
/* line 11, ../sass/__contactus.scss */
.page-template-page-contact-us-php .contactus-form-complete {
  display: none;
}
/* line 14, ../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 21, ../sass/__contactus.scss */
  .page-template-page-contact-us-php .sidebar {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  /* line 27, ../sass/__contactus.scss */
  .page-template-page-contact-us-php .sidebar .contact-us-widget {
    display: none;
  }
  /* line 31, ../sass/__contactus.scss */
  .page-template-page-contact-us-php .sidebar .find-a-speaker-widget {
    margin-bottom: 0px;
  }
}
/* line 38, ../sass/__contactus.scss */
.page-template-page-contact-us-php .contactusgrid .col-2-3 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 38, ../sass/__contactus.scss */
  .page-template-page-contact-us-php .contactusgrid .col-2-3 {
    margin-bottom: 50px;
  }
}

/* line 51, ../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 58, ../sass/__contactus.scss */
.contactus-form {
  width: 100%;
}
/* line 62, ../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 62, ../sass/__contactus.scss */
  .contactus-form input[type="text"], .contactus-form input[type="email"], .contactus-form input[type="tel"], .contactus-form textarea {
    width: 100%;
  }
}
/* line 69, ../sass/__contactus.scss */
.contactus-form .g-recaptcha {
  margin: 10px 0;
}
/* line 72, ../sass/__contactus.scss */
.contactus-form textarea {
  width: 100%;
}
/* line 76, ../sass/__contactus.scss */
.contactus-form label {
  font-size: 14px;
}
/* line 80, ../sass/__contactus.scss */
.contactus-form .contactus-form-top-fieldset {
  padding-bottom: 27px;
}
@media only screen and (max-width: 539px) {
  /* line 80, ../sass/__contactus.scss */
  .contactus-form .contactus-form-top-fieldset {
    padding-bottom: 14px;
  }
}
/* line 87, ../sass/__contactus.scss */
.contactus-form .contactus-form-top-fieldset .fieldset-row {
  padding-bottom: 10px;
}
@media only screen and (max-width: 539px) {
  /* line 87, ../sass/__contactus.scss */
  .contactus-form .contactus-form-top-fieldset .fieldset-row {
    padding-bottom: 12px;
  }
}
/* line 95, ../sass/__contactus.scss */
.contactus-form .contactus-form-top-fieldset .label-wrapper {
  width: 151px;
  padding-right: 15px;
  text-align: right;
}
@media only screen and (max-width: 539px) {
  /* line 95, ../sass/__contactus.scss */
  .contactus-form .contactus-form-top-fieldset .label-wrapper {
    width: 100%;
  }
}
/* line 105, ../sass/__contactus.scss */
.contactus-form .contactus-form-top-fieldset label {
  padding: 4px 0;
}
/* line 111, ../sass/__contactus.scss */
.contactus-form .contactus-form-bottom-fieldset .fieldset-row {
  padding-bottom: 26px;
}
/* line 115, ../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 119, ../sass/__contactus.scss */
.contactus-form .contactus-form-bottom-fieldset #hear-about-other-contactus-fieldset-row {
  display: none;
}
/* line 123, ../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 127, ../sass/__contactus.scss */
.contactus-form .contactus-form-bottom-fieldset .chosen-container-multi {
  width: 448px !important;
}
@media only screen and (max-width: 539px) {
  /* line 127, ../sass/__contactus.scss */
  .contactus-form .contactus-form-bottom-fieldset .chosen-container-multi {
    width: 100% !important;
  }
}
/* line 135, ../sass/__contactus.scss */
.contactus-form .contactus-form-bottom-fieldset #more-info-contactus {
  height: 120px;
}
/* line 140, ../sass/__contactus.scss */
.contactus-form .contactus-form-checkbox-fieldset {
  padding-bottom: 9px;
}
@media only screen and (max-width: 539px) {
  /* line 140, ../sass/__contactus.scss */
  .contactus-form .contactus-form-checkbox-fieldset {
    padding-top: 12px;
    padding-bottom: 22px;
  }
}
/* line 148, ../sass/__contactus.scss */
.contactus-form .contactus-form-checkbox-fieldset .label-wrapper {
  padding-left: 21px;
}
/* line 152, ../sass/__contactus.scss */
.contactus-form .contactus-form-checkbox-fieldset input[type="checkbox"] {
  position: absolute;
  margin-top: 3px;
}
/* line 158, ../sass/__contactus.scss */
.contactus-form .pre-submit-info {
  padding-bottom: 16px;
}
@media only screen and (max-width: 539px) {
  /* line 158, ../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: #000000;
  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 pages only
*/
/* line 7, ../sass/__highlights.scss */
.blog .highlights-header,
.archive .highlights-header,
.single-post .highlights-header {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  /* line 13, ../sass/__highlights.scss */
  .single-post .highlights-header {
    display: none;
  }
}
/* line 18, ../sass/__highlights.scss */
.single-post .pagetitle {
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.75em;
  line-height: 50px;
  letter-spacing: -2px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  /* line 18, ../sass/__highlights.scss */
  .single-post .pagetitle {
    font-size: 1.5em;
    line-height: 40px;
    text-align: center;
  }
}
/* line 31, ../sass/__highlights.scss */
.single-post .post.post-header {
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  /* line 31, ../sass/__highlights.scss */
  .single-post .post.post-header {
    margin-bottom: 26px;
  }
}
/* line 37, ../sass/__highlights.scss */
.single-post .post .entry-meta {
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 37, ../sass/__highlights.scss */
  .single-post .post .entry-meta {
    text-align: center;
  }
}
/* line 46, ../sass/__highlights.scss */
.single-post .post .featured-image {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 46, ../sass/__highlights.scss */
  .single-post .post .featured-image {
    margin-bottom: 23px;
  }
}
/* line 54, ../sass/__highlights.scss */
.single-post .nav-below {
  border-top-color: #000000;
}

@media only screen and (max-width: 767px) {
  /* line 58, ../sass/__highlights.scss */
  .addtoany_share_save_container, .addtoany_shortcode {
    text-align: center;
  }
}
/* line 62, ../sass/__highlights.scss */
.addtoany_share_save_container a, .addtoany_shortcode a {
  display: inline-block;
  margin: 10px 0;
  padding: 5px;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: top center;
  width: 50px;
}
/* line 72, ../sass/__highlights.scss */
.addtoany_share_save_container .a2a_button_email, .addtoany_shortcode .a2a_button_email {
  background-image: url(../img/email.svg);
}
/* line 74, ../sass/__highlights.scss */
.addtoany_share_save_container .a2a_button_email:hover, .addtoany_shortcode .a2a_button_email:hover {
  background-image: url(../img/email-hover.svg);
}
/* line 78, ../sass/__highlights.scss */
.addtoany_share_save_container .a2a_button_facebook, .addtoany_shortcode .a2a_button_facebook {
  background-image: url(../img/facebook.svg);
}
/* line 80, ../sass/__highlights.scss */
.addtoany_share_save_container .a2a_button_facebook:hover, .addtoany_shortcode .a2a_button_facebook:hover {
  background-image: url(../img/facebook-hover.svg);
}
/* line 84, ../sass/__highlights.scss */
.addtoany_share_save_container .a2a_button_twitter, .addtoany_shortcode .a2a_button_twitter {
  background-image: url(../img/twitter.svg);
}
/* line 86, ../sass/__highlights.scss */
.addtoany_share_save_container .a2a_button_twitter:hover, .addtoany_shortcode .a2a_button_twitter:hover {
  background-image: url(../img/twitter-hover.svg);
}
/* line 90, ../sass/__highlights.scss */
.addtoany_share_save_container .a2a_button_linkedin, .addtoany_shortcode .a2a_button_linkedin {
  background-image: url(../img/linkedin.svg);
}
/* line 92, ../sass/__highlights.scss */
.addtoany_share_save_container .a2a_button_linkedin:hover, .addtoany_shortcode .a2a_button_linkedin:hover {
  background-image: url(../img/linkedin-hover.svg);
}
/* line 96, ../sass/__highlights.scss */
.addtoany_share_save_container img, .addtoany_shortcode img {
  opacity: 0;
}

/* line 102, ../sass/__highlights.scss */
.post .related-posts h3.orange-header {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin-top: -1px;
  margin-bottom: 21px;
}
/* line 109, ../sass/__highlights.scss */
.post .related-posts .featured-image {
  margin-bottom: 0;
}
/* line 113, ../sass/__highlights.scss */
.post .yarpp-related {
  margin-top: 0;
}
@media only screen and (max-width: 539px) {
  /* line 113, ../sass/__highlights.scss */
  .post .yarpp-related {
    max-width: 294px;
    margin: 0 auto;
  }
}
/* line 119, ../sass/__highlights.scss */
.post .yarpp-related a {
  font-weight: normal;
}
/* line 122, ../sass/__highlights.scss */
.post .yarpp-related h3.title {
  text-transform: none;
  font-size: 23px;
  line-height: 29px;
}
/* line 131, ../sass/__highlights.scss */
.post .yarpp-related .related-posts-grid .sh-module .post-content .short p {
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

/* 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: #000000;
}
/* line 50, ../sass/__newsletter.scss */
.newsletter-signup-container .form-container .input-container input {
  border: solid 1px #dcdcdc;
  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: #000000;
  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: #000000;
  text-transform: uppercase;
  margin-bottom: 16px;
}
/* line 65, ../sass/__shortcode.scss */
.best-sellers-list .item-wrap {
  border-top: 1px solid #dcdcdc;
  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 #dcdcdc;
}
/* 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: #000000;
}
@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;
}

/* line 128, ../sass/__shortcode.scss */
.post h1.intro-text, .post h2.intro-text, .post h3.intro-text, .post h4.intro-text, .post h5.intro-text, .post h6.intro-text,
.page h1.intro-text,
.page h2.intro-text,
.page h3.intro-text,
.page h4.intro-text,
.page h5.intro-text,
.page h6.intro-text,
.type-page h1.intro-text,
.type-page h2.intro-text,
.type-page h3.intro-text,
.type-page h4.intro-text,
.type-page h5.intro-text,
.type-page h6.intro-text {
  font-family: "Fort Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 23px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  /* line 128, ../sass/__shortcode.scss */
  .post h1.intro-text, .post h2.intro-text, .post h3.intro-text, .post h4.intro-text, .post h5.intro-text, .post h6.intro-text,
  .page h1.intro-text,
  .page h2.intro-text,
  .page h3.intro-text,
  .page h4.intro-text,
  .page h5.intro-text,
  .page h6.intro-text,
  .type-page h1.intro-text,
  .type-page h2.intro-text,
  .type-page h3.intro-text,
  .type-page h4.intro-text,
  .type-page h5.intro-text,
  .type-page h6.intro-text {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
/* line 140, ../sass/__shortcode.scss */
.post h1.intro-text.left, .post h2.intro-text.left, .post h3.intro-text.left, .post h4.intro-text.left, .post h5.intro-text.left, .post h6.intro-text.left,
.page h1.intro-text.left,
.page h2.intro-text.left,
.page h3.intro-text.left,
.page h4.intro-text.left,
.page h5.intro-text.left,
.page h6.intro-text.left,
.type-page h1.intro-text.left,
.type-page h2.intro-text.left,
.type-page h3.intro-text.left,
.type-page h4.intro-text.left,
.type-page h5.intro-text.left,
.type-page h6.intro-text.left {
  text-align: left;
}
/* line 143, ../sass/__shortcode.scss */
.post h1.intro-text.center, .post h2.intro-text.center, .post h3.intro-text.center, .post h4.intro-text.center, .post h5.intro-text.center, .post h6.intro-text.center,
.page h1.intro-text.center,
.page h2.intro-text.center,
.page h3.intro-text.center,
.page h4.intro-text.center,
.page h5.intro-text.center,
.page h6.intro-text.center,
.type-page h1.intro-text.center,
.type-page h2.intro-text.center,
.type-page h3.intro-text.center,
.type-page h4.intro-text.center,
.type-page h5.intro-text.center,
.type-page h6.intro-text.center {
  text-align: center;
}
/* line 146, ../sass/__shortcode.scss */
.post h1.intro-text.right, .post h2.intro-text.right, .post h3.intro-text.right, .post h4.intro-text.right, .post h5.intro-text.right, .post h6.intro-text.right,
.page h1.intro-text.right,
.page h2.intro-text.right,
.page h3.intro-text.right,
.page h4.intro-text.right,
.page h5.intro-text.right,
.page h6.intro-text.right,
.type-page h1.intro-text.right,
.type-page h2.intro-text.right,
.type-page h3.intro-text.right,
.type-page h4.intro-text.right,
.type-page h5.intro-text.right,
.type-page h6.intro-text.right {
  text-align: right;
}

/* line 153, ../sass/__shortcode.scss */
.speaker-profile-shortcode {
  position: relative;
  padding: 20px 20px 20px 130px;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 153, ../sass/__shortcode.scss */
  .speaker-profile-shortcode {
    padding: 15px 15px 15px 100px;
  }
}
/* line 162, ../sass/__shortcode.scss */
.speaker-profile-shortcode .thumbnail-wrap {
  display: block;
  position: absolute;
  top: 23px;
  left: 20px;
  width: 90px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /* line 162, ../sass/__shortcode.scss */
  .speaker-profile-shortcode .thumbnail-wrap {
    top: 19px;
    left: 15px;
  }
}
/* line 173, ../sass/__shortcode.scss */
.speaker-profile-shortcode .thumbnail-wrap img {
  width: 100%;
  height: auto;
  display: none;
}
/* line 178, ../sass/__shortcode.scss */
.speaker-profile-shortcode .thumbnail-wrap .thumbnail {
  display: block;
  height: 55px;
  width: 90px;
  background-size: cover;
}
/* line 186, ../sass/__shortcode.scss */
.speaker-profile-shortcode .speaker-details .name {
  font-family: "Fort Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 9px;
  font-weight: normal;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  /* line 186, ../sass/__shortcode.scss */
  .speaker-profile-shortcode .speaker-details .name {
    margin-bottom: 4px;
  }
}
/* line 197, ../sass/__shortcode.scss */
.speaker-profile-shortcode .speaker-details .caption {
  font-family: "Fort Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  /* line 197, ../sass/__shortcode.scss */
  .speaker-profile-shortcode .speaker-details .caption {
    margin-bottom: 11px;
  }
}
