/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  font-family: 'proxima-nova';
  font-size: 15px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  text-rendering: geometricPrecision;
}
#panel {
  font-size: 1em;
}
@media screen and (max-width: 900px) {
  #panel {
    font-size: 1.1em;
  }
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
p {
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
img {
  max-width: 100%;
}
input[type=search],
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browser-upgrade {
  padding: 3em .2em;
  background: #B33A3A;
  color: white;
  text-align: center;
  border-bottom: 5px dotted black;
}
.browser-upgrade a {
  font-weight: bold;
  color: white;
}
/* ==========================================================================
   Vendor styles (from bower)
   ========================================================================== */
/*!
 *  Font Awesome 4.3.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('../eot/fontawesome-webfonte0a5.eot?v=4.3.0');
  src: url('../eot/fontawesome-webfontd41d.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../woff2/fontawesome-webfonte0a5.woff2?v=4.3.0') format('woff2'), url('../woff/fontawesome-webfonte0a5.woff?v=4.3.0') format('woff'), url('../ttf/fontawesome-webfonte0a5.ttf?v=4.3.0') format('truetype'), url('../svg/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-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);
  }
}
@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
     transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Custom Styles
   ========================================================================== */
/* ==========================================================================
   Auto-generated styles from gulp.
    ** WARNING **
    The content below is autogenerated using gulp.js.
    If you manually edit this section, your changes may get overwritten.
   ========================================================================== */
.bg {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.shadow {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* ie 6/7 */
}
input {
  -webkit-appearance: none;
}
.pos-rel {
  zoom: 1;
  /* ie 6/7 */
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
.pos-rel:before,
.pos-rel:after {
  content: "";
  display: table;
}
.pos-rel:after {
  clear: both;
}
.clear-a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
.clear-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.vtable {
  display: table;
  width: 100%;
}
.vtable > * {
  display: table-cell;
  vertical-align: middle;
}
.text-shadow-big {
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'freight-text-pro';
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
@media screen and (max-width: 900px) {
  .large-screen {
    display: none !important;
  }
}
.small-screen {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .small-screen {
    display: block !important;
  }
}
.mobile-screen {
  display: none !important;
}
@media screen and (max-width: 550px) {
  .mobile-screen {
    display: block !important;
  }
}
.small-screen-inline {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .small-screen-inline {
    display: inline-block !important;
  }
}
.mobile-screen-inline {
  display: none !important;
}
@media screen and (max-width: 550px) {
  .mobile-screen-inline {
    display: inline-block !important;
  }
}
.st-button {
  display: inline-block;
  text-decoration: none;
  background: #1593b8;
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'proxima-nova';
  letter-spacing: 1px;
  font-size: .8em;
  padding: .7em 1.4em;
}
.fade-trans-to-black {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}
.fade-trans-to-white {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.fade-trans-to-black-darken {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 99%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}
.fade-gray {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
}
.fade-red-horizontal {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e30000), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e30000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e30000 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#e30000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #e30000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e30000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.fade-yellow-horizontal {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fcdc3b), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fcdc3b 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fcdc3b 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#fcdc3b), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #fcdc3b 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcdc3b', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.grid {
  zoom: 1;
  /* ie 6/7 */
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 2%;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.grid.smaller {
  max-width: 900px;
}
.grid.slim {
  max-width: 1160px;
}
.grid .offset-right {
  padding-right: 1em;
}
.grid .offset-left {
  padding-left: 1em;
}
.grid .offset-center {
  float: none !important;
  margin: 0 auto;
}
.grid .pre1 {
  margin-left: 8.33%;
}
.grid .post1 {
  margin-right: 8.33%;
}
.grid .w12 {
  float: none;
  width: 100%;
}
.grid .w11 {
  float: left;
  width: 91.66%;
}
.grid .w10 {
  float: left;
  width: 83.33%;
}
.grid .w9 {
  float: left;
  width: 75%;
}
.grid .w8 {
  float: left;
  width: 66.66%;
}
.grid .w7 {
  float: left;
  width: 58.33%;
}
.grid .w6 {
  float: left;
  width: 50%;
}
.grid .w5 {
  float: left;
  width: 41.66%;
}
.grid .w4 {
  float: left;
  width: 33.33%;
}
.grid .w3 {
  float: left;
  width: 25%;
}
.grid .w2 {
  float: left;
  width: 16.66%;
}
.grid .w1 {
  float: left;
  width: 8.33%;
}
@media screen and (max-width: 900px) {
  .grid .w11,
  .grid .w10,
  .grid .w9,
  .grid .w8,
  .grid .w7,
  .grid .w6,
  .grid .w5,
  .grid .w4,
  .grid .w3,
  .grid .w2,
  .grid .w1 {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  .grid .w11:last-child,
  .grid .w10:last-child,
  .grid .w9:last-child,
  .grid .w8:last-child,
  .grid .w7:last-child,
  .grid .w6:last-child,
  .grid .w5:last-child,
  .grid .w4:last-child,
  .grid .w3:last-child,
  .grid .w2:last-child,
  .grid .w1:last-child {
    margin-bottom: 0;
  }
  .grid.flush-small {
    padding-left: 0;
    padding-right: 0;
  }
  .grid .offset-left {
    padding-left: 0;
  }
  .grid .offset-right {
    padding-right: 0;
  }
  .grid .pre1 {
    margin-left: 0;
  }
  .grid .post1 {
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .grid.flush-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-row {
  zoom: 1;
  /* ie 6/7 */
  padding: 2.2em 0;
}
.layout-row:before,
.layout-row:after {
  content: "";
  display: table;
}
.layout-row:after {
  clear: both;
}
.layout-row.xpad {
  padding-top: 2.86em;
  padding-bottom: 2.86em;
}
.layout-row.flush,
.layout-row.flush-top {
  padding-top: 0;
}
.layout-row.flush,
.layout-row.flush-bottom {
  padding-bottom: 0;
}
.layout-twocol {
  zoom: 1;
  /* ie 6/7 */
}
.layout-twocol:before,
.layout-twocol:after {
  content: "";
  display: table;
}
.layout-twocol:after {
  clear: both;
}
.layout-twocol .col.on-left,
.layout-twocol .col.pad-right {
  padding-right: 1.22222222em;
}
.layout-twocol .col.on-right,
.layout-twocol .col.pad-left {
  padding-left: 1.22222222em;
}
.layout-tile {
  margin: 2.2em 0;
}
@media screen and (max-width: 900px) {
  .layout-row {
    zoom: 1;
    /* ie 6/7 */
    padding: 1em 0;
  }
  .layout-row:before,
  .layout-row:after {
    content: "";
    display: table;
  }
  .layout-row:after {
    clear: both;
  }
  .layout-row.xpad {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
  }
  .layout-tile {
    margin: 1em 0;
  }
  .layout-twocol {
    zoom: 1;
    /* ie 6/7 */
  }
  .layout-twocol:before,
  .layout-twocol:after {
    content: "";
    display: table;
  }
  .layout-twocol:after {
    clear: both;
  }
  .layout-twocol .col.on-left,
  .layout-twocol .col.pad-right {
    padding-right: 0;
  }
  .layout-twocol .col.on-right,
  .layout-twocol .col.pad-left {
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .layout-row {
    zoom: 1;
    /* ie 6/7 */
    padding: 15px 0;
  }
  .layout-row:before,
  .layout-row:after {
    content: "";
    display: table;
  }
  .layout-row:after {
    clear: both;
  }
  .layout-row.xpad {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }
  .layout-twocol {
    zoom: 1;
    /* ie 6/7 */
    padding: 15px 0;
  }
  .layout-twocol:before,
  .layout-twocol:after {
    content: "";
    display: table;
  }
  .layout-twocol:after {
    clear: both;
  }
  .layout-tile {
    margin-bottom: 15px;
  }
  .layout-tile:last-of-type {
    margin-bottom: 15px;
  }
}
.st-alphabet {
  text-align: center;
  text-transform: uppercase;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
}
.st-alphabet table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.st-alphabet table tr td span,
.st-alphabet table tr td a {
  color: #333;
  font-size: 1.1em;
  padding: .25em 0;
  display: block;
  font-family: 'freight-text-pro';
  line-height: 1.4;
  text-decoration: none;
  font-weight: 100;
}
.st-alphabet table tr td span.sel,
.st-alphabet table tr td a.sel {
  background: #1593b8;
  color: white;
}
@media screen and (max-width: 900px) {
  .st-alphabet {
    overflow-y: auto;
    margin-bottom: 1.5em;
  }
  .st-alphabet table {
    font-size: 90%;
    width: 800px;
  }
}
.st-body {
  font-family: 'freight-text-pro';
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.5;
}
.st-body a {
  color: #039be5;
}
.st-body .dropcap {
  color: white;
  background-color: #0093ba;
  float: left;
  width: 2em;
  text-align: center;
  line-height: 2em;
  font-family: 'freight-text-pro';
  font-size: 1.5em;
  margin-right: .5em;
  margin-top: .2em;
}
.st-body h1,
.st-body h2,
.st-body h3,
.st-body h4,
.st-body h5,
.st-body h6 {
  font-family: 'proxima-nova';
  color: #0093ba;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: .2em 0 0;
}
.st-body p,
.st-body img,
.st-body iframe,
.st-body object,
.st-body ul,
.st-body ol,
.st-body .wp-caption,
.st-body blockquote {
  margin: 0 0 20px;
}
.st-body p p,
.st-body img p,
.st-body iframe p,
.st-body object p,
.st-body ul p,
.st-body ol p,
.st-body .wp-caption p,
.st-body blockquote p,
.st-body p img,
.st-body img img,
.st-body iframe img,
.st-body object img,
.st-body ul img,
.st-body ol img,
.st-body .wp-caption img,
.st-body blockquote img,
.st-body p iframe,
.st-body img iframe,
.st-body iframe iframe,
.st-body object iframe,
.st-body ul iframe,
.st-body ol iframe,
.st-body .wp-caption iframe,
.st-body blockquote iframe,
.st-body p object,
.st-body img object,
.st-body iframe object,
.st-body object object,
.st-body ul object,
.st-body ol object,
.st-body .wp-caption object,
.st-body blockquote object,
.st-body p ul,
.st-body img ul,
.st-body iframe ul,
.st-body object ul,
.st-body ul ul,
.st-body ol ul,
.st-body .wp-caption ul,
.st-body blockquote ul,
.st-body p ol,
.st-body img ol,
.st-body iframe ol,
.st-body object ol,
.st-body ul ol,
.st-body ol ol,
.st-body .wp-caption ol,
.st-body blockquote ol,
.st-body p .wp-caption,
.st-body img .wp-caption,
.st-body iframe .wp-caption,
.st-body object .wp-caption,
.st-body ul .wp-caption,
.st-body ol .wp-caption,
.st-body .wp-caption .wp-caption,
.st-body blockquote .wp-caption {
  margin: 0 0 0;
}
.st-body ul,
.st-body ol {
  overflow: auto;
}
.st-body .alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: .5em;
}
.st-body .alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: .5em;
}
.st-body .aligncenter {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  clear: both;
}
.st-body .dealign {
  float: none;
  width: 100% !important;
  margin: 0;
}
.st-body .dealign img {
  width: 100%;
  height: auto;
}
.st-body iframe {
  float: none;
  width: 100% !important;
  height: auto;
  margin-bottom: 20px !important;
}
.st-body .alignnone {
  display: block;
  width: 100% !important;
  margin: 0 0 20px;
  height: auto;
}
.st-body .alignnone img {
  width: 100%;
  height: auto;
}
.st-body .wp-caption {
  overflow: hidden;
  margin-bottom: 20px;
}
.st-body .wp-caption img {
  margin: 0;
  width: 100%;
}
.st-body .wp-caption .wp-caption-text {
  font-size: .9em;
  font-weight: bold;
  font-family: 'proxima-nova';
  padding: .5em 0;
  border-bottom: 1px solid #0093ba;
  margin: 0;
}
.st-body .st-button {
  color: white;
}
.st-body blockquote {
  font-family: 'proxima-nova';
  margin: 0 0 .5em;
  padding: 0;
  float: left;
  width: 320px;
  max-width: 100%;
  background: #cee4ee;
  padding: 1em;
  margin-right: 1.5em;
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.1em;
}
.st-body blockquote p:last-child {
  margin: 0;
}
.st-body .title-bar {
  font-size: .85em;
  background: #0093ba;
  color: white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .2em;
  margin: 0;
  padding: .2em 0;
}
.st-body .alignleft .title-bar,
.st-body .alignright .title-bar {
  font-size: .75em;
}
.st-body .shortcode-subheading {
  font-weight: bold;
  font-style: italic;
}
.st-body .shortcode-photo-title br {
  display: none;
}
.st-body .shortcode-photo-title .alignleft,
.st-body .shortcode-photo-title .alignright,
.st-body .shortcode-photo-title .alignnone,
.st-body .shortcode-photo-title .aligncenter {
  margin: 0;
}
.st-body .shortcode-listbox {
  width: 300px;
  max-width: 100%;
  background: #cee4ee;
  font-family: 'proxima-nova';
}
.st-body .shortcode-listbox .align {
  padding: 1.2em;
  font-size: .9em;
  line-height: 1.3;
  color: #333;
}
.st-body .shortcode-listbox .align ul,
.st-body .shortcode-listbox .align ol {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.st-body .shortcode-listbox .align ul li,
.st-body .shortcode-listbox .align ol li {
  margin-bottom: .5em;
}
.st-body .st-menu.tags {
  color: #888;
}
.st-body .enddot {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #0093ba;
  margin-left: .5em;
  padding: 4px;
  line-height: 0;
}
.st-body .enddot i {
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .shortcode-listbox,
  blockquote {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
}
.st-bookmark.loading {
  opacity: 0;
}
.st-bookmark .bookmark {
  display: inline-block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.3);
  vertical-align: top;
  margin-top: -5px;
}
.st-bookmark .bookmark .fa-bookmark {
  color: rgba(0, 0, 0, 0.15);
  font-size: 50px;
}
.st-bookmark .bookmark .fa-star {
  display: none;
  font-size: 16px;
  color: white;
}
.bookmark-selected .bookmark .fa-bookmark {
  color: #1593b8;
}
.bookmark-selected .bookmark .fa-star {
  display: inline-block;
}
.st-bookmark-extended {
  clear: both;
  border-top: 1px solid #eeeeee;
  margin-top: 2em;
  margin-bottom: 2.2em;
  overflow: hidden;
}
.st-bookmark-extended .st-bookmark .bookmark {
  float: left;
  margin-right: 1em;
  margin-top: -5px;
}
.st-bookmark-extended .st-bookmark .bookmark .fa-star {
  font-size: 14px;
  margin-top: 3px;
  margin-left: 1px;
}
.st-bookmark-extended .bookmark-label {
  float: left;
  line-height: 43px;
  font-size: .75em;
  text-transform: uppercase;
  color: #666;
}
.st-bookmark-extended .bookmark-label a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
.st-bookmark-extended .bookmark-label a.auth {
  color: #1593b8;
  text-decoration: underline;
}
.st-bookmark-extended .bookmark-label.if-bookmarked {
  display: none;
}
.st-bookmark-extended.bookmark-selected span.bookmark-label.if-not-bookmarked {
  display: none;
}
.st-bookmark-extended.bookmark-selected span.bookmark-label.if-bookmarked {
  display: block;
}
.st-bookmark-extended .st-menu.social {
  display: inline;
}
.st-bookmark-extended .st-menu.social ul.menu {
  margin: .2em 0 0 .5em;
  display: inline-block;
}
.st-bookmark-extended.loading .bookmark-label {
  display: none;
}
@media screen and (max-width: 900px) {
  .st-bookmark-extended {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 550px) {
  .st-bookmark-extended {
    margin-bottom: 0;
  }
}
.st-byline {
  padding: 1em 0;
  text-transform: uppercase;
  color: #666;
  letter-spacing: .15em;
}
.st-byline .delim {
  margin: 0 .3em;
}
.st-byline .by {
  float: left;
  font-weight: 100;
  opacity: .8;
  margin-right: .5em;
}
.st-byline .authors .author {
  float: left;
  margin-right: .5em;
}
.st-byline .authors .author .author-link span {
  float: left;
}
.st-byline .authors .author .author-link span.comma {
  font-weight: normal;
  opacity: .8;
}
.st-byline.with-thumbs {
  vertical-align: middle;
  overflow: hidden;
}
.st-byline.with-thumbs .by {
  line-height: 40px;
}
.st-byline.with-thumbs time {
  line-height: 40px;
  vertical-align: middle;
}
.st-byline.with-thumbs .delim {
  display: none;
}
.st-byline.with-thumbs cite {
  color: black;
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}
.st-byline.with-thumbs .thumb {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 .3em 0 .4em;
}
.st-byline cite {
  font-style: normal;
  text-transform: uppercase;
}
.st-byline cite a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
  font-weight: bold;
}
.st-favorites-from-fields .photo {
  display: block;
  float: left;
  width: 75px;
}
.st-favorites-from-fields img {
  height: auto !Important;
  float: left;
}
.st-favorites-from-fields h5 {
  font-size: 19px;
  color: black;
  margin: 0 0 5px;
  padding: 0;
  display: block;
  margin-left: 90px;
}
.st-favorites-from-fields h5 a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
.st-favorites-from-fields ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px;
  display: inline-block;
  clear: none;
  line-height: 1.4;
  display: block;
  margin-left: 90px;
  font-size: 19px;
}
.st-favorites-from-fields ul li {
  margin-bottom: .5em;
}
.st-favorites-from-fields ul li a {
  text-decoration: none;
  color: black;
}
.st-favorites-from-fields ul li cite {
  display: block;
  font-style: normal;
  font-family: 'proxima-nova';
  color: #666;
  font-size: 70%;
  padding-top: 2px;
  text-transform: uppercase;
}
.st-favorites-from-fields ul li cite a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  letter-spacing: 1px;
}
.st-form-box h1 {
  margin: 0 0 .2em;
  color: #333;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.4;
}
.st-form-box h2 {
  margin: 0 0 1em;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: normal;
  color: #1593b8;
}
.st-form-box .st-body-content {
  font-family: 'freight-text-pro';
  line-height: 1.4;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  opacity: .9;
}
.st-form-box.gray {
  background: #eeeeee;
  padding: 2em 2em 2.5em;
}
@media screen and (max-width: 550px) {
  .st-form-box.gray {
    font-size: .9em;
    background: #eee;
    padding: 2.5em 1em 3em;
  }
}
.st-form.search {
  zoom: 1;
  /* ie 6/7 */
}
.st-form.search:before,
.st-form.search:after {
  content: "";
  display: table;
}
.st-form.search:after {
  clear: both;
}
.st-form.search .single-line {
  position: relative;
  width: 100%;
  padding-right: 125px;
}
.st-form.search .single-line .twitter-typeahead {
  display: block !important;
}
.st-form.search .single-line input.s {
  border: 1px solid #1593b8;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: .9em .8em;
  font-size: 16px;
  outline: none;
  height: 50px;
}
.st-form.search .single-line button {
  font-size: .95em;
  display: block;
  background: #1593b8;
  color: white;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 125px;
  height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  height: 50px;
}
.st-form.search .cancel {
  color: #999999;
  float: right;
  padding: .8em 0 0;
  margin-bottom: -1.2em;
  font-size: .8em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial;
}
@media only screen and (max-width: 550px) {
  .st-modal.search .align {
    padding: 2em;
  }
  .st-form.search .single-line {
    padding-right: 0;
  }
  .st-form.search .single-line button {
    zoom: 1;
    /* ie 6/7 */
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
  }
  .st-form.search .single-line button:before,
  .st-form.search .single-line button:after {
    content: "";
    display: table;
  }
  .st-form.search .single-line button:after {
    clear: both;
  }
  .st-form.search .cancel {
    margin-bottom: -0.8em;
  }
}
.st-modal.sign-up .curtain,
.st-modal.sign-in .curtain {
  background: rgba(255, 255, 255, 0.85);
}
.st-modal.sign-up .align,
.st-modal.sign-in .align {
  max-width: 470px;
  padding: 2em 2em 0;
  background: #dddddd;
}
@media screen and (max-width: 550px) {
  .st-modal.sign-up .align,
  .st-modal.sign-in .align {
    padding: 1.5em 1.75em 0;
  }
}
.st-form.sign-up,
.st-form.sign-in {
  text-align: left;
  overflow: hidden;
}
.st-form.sign-up h1,
.st-form.sign-in h1 {
  margin: 0 0 .2em;
  color: #333;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.4;
}
.st-form.sign-up h2,
.st-form.sign-in h2 {
  margin: 0 0 1em;
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: normal;
}
.st-form.sign-up .single-line,
.st-form.sign-in .single-line {
  width: 100%;
}
.st-form.sign-up .single-line input,
.st-form.sign-in .single-line input {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: .9em .8em;
  font-size: 1em;
  outline: none;
  height: 50px;
  margin-bottom: 1.2em;
}
.st-form.sign-up .single-line button,
.st-form.sign-in .single-line button {
  cursor: pointer;
  font-size: .95em;
  display: block;
  background: #1593b8;
  color: white;
  border: none;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  height: 50px;
}
.st-form.sign-up .already-member,
.st-form.sign-in .already-member {
  color: #666;
  font-family: 'freight-text-pro';
  font-size: .9em;
  padding: 1em 0 0;
  text-align: center;
}
.st-form.sign-up .already-member a,
.st-form.sign-in .already-member a {
  color: #1593b8;
}
.st-form.sign-up .cancel,
.st-form.sign-in .cancel {
  color: rgba(0, 0, 0, 0.35);
  float: right;
  padding: 20px 0 30px;
  font-size: .65em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial;
}
.st-gravity-form .gform_wrapper {
  margin: 0;
  padding: 0;
  max-width: none;
}
.st-gravity-form .gform_wrapper .validation_error {
  padding: 0;
  border: none;
  font-size: .9em;
}
.st-gravity-form .gform_wrapper .gform_heading .gform_title {
  margin: 0 0 .2em;
  color: #333;
  font-family: 'freight-text-pro';
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.4;
}
.st-gravity-form .gform_wrapper .gform_heading .gform_description {
  font-family: 'freight-text-pro';
  margin: 0 0 1em;
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: normal;
}
.st-gravity-form .gform_wrapper .gform_body .gform_fields {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.st-gravity-form .gform_wrapper .gform_body .gfield {
  margin-bottom: 1em !important;
}
.st-gravity-form .gform_wrapper .gform_body .gfield .gfield_label {
  display: block;
  font-size: 1.15em;
  font-family: 'freight-text-pro';
  font-weight: normal;
  padding-bottom: .2em;
  margin: 0;
}
.st-gravity-form .gform_wrapper .gform_body .gfield .ginput_container {
  padding: 0 !important;
  margin: 0 !important;
}
.st-gravity-form .gform_wrapper .gform_body .gfield .ginput_container label {
  opacity: .8;
  font-family: 'freight-text-pro';
  font-weight: 100;
  font-size: .8em;
  text-align: center;
}
.st-gravity-form .gform_wrapper .gform_body .gfield input {
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 0 .8em;
  font-size: 16px;
  outline: none;
  height: 45px;
}
.st-gravity-form .gform_wrapper .gform_body .gfield.gfield_error {
  border: none;
  background: transparent;
  border-left: 5px dotted red;
  padding-left: 1em;
}
.st-gravity-form .gform_wrapper .gform_body .gfield .gfield_description {
  padding: 0;
  margin: 0;
}
.st-gravity-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half,
.st-gravity-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half {
  width: 50%;
  margin: 0;
}
.st-gravity-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half input,
.st-gravity-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half input {
  width: 100%;
}
.st-gravity-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half.gf_left_half,
.st-gravity-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half.gf_left_half {
  padding-right: .25em;
}
.st-gravity-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half.gf_right_half,
.st-gravity-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half.gf_right_half {
  padding-left: .25em;
}
.st-gravity-form .gform_wrapper .gform_body .ginput_complex .ginput_left,
.st-gravity-form .gform_wrapper .gform_body .ginput_complex .ginput_right {
  float: left;
  width: 50%;
  margin: 0;
}
.st-gravity-form .gform_wrapper .gform_body .ginput_complex .ginput_left input,
.st-gravity-form .gform_wrapper .gform_body .ginput_complex .ginput_right input {
  width: 100%;
}
.st-gravity-form .gform_wrapper .gform_body .ginput_complex .ginput_left.ginput_left,
.st-gravity-form .gform_wrapper .gform_body .ginput_complex .ginput_right.ginput_left {
  padding-right: .25em;
}
.st-gravity-form .gform_wrapper .gform_body .ginput_complex .ginput_left.ginput_right,
.st-gravity-form .gform_wrapper .gform_body .ginput_complex .ginput_right.ginput_right {
  padding-left: .25em;
}
.st-gravity-form .gform_wrapper .gform_footer {
  padding-bottom: 0;
}
.st-gravity-form .gform_wrapper .gform_footer .gform_button {
  -webkit-appearance: none;
  cursor: pointer;
  font-size: .95em;
  display: block;
  background: #1593b8;
  color: white;
  border: none;
  border-radius: 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  height: 50px;
}
@media screen and (max-width: 400px) {
  .st-gravity-form .gform_wrapper .gform_heading {
    width: 100%;
  }
  .st-gravity-form .gform_wrapper .top_label li.gfield.gf_left_half,
  .st-gravity-form .gform_wrapper .top_label li.gfield.gf_right_half {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .st-gravity-form .gform_wrapper .top_label li.gfield.gf_left_half input.large,
  .st-gravity-form .gform_wrapper .top_label li.gfield.gf_right_half input.large {
    width: 100%;
  }
  .st-gravity-form .gform_wrapper .ginput_complex .ginput_left,
  .st-gravity-form .gform_wrapper .ginput_complex .ginput_right {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.st-modal {
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
  top: 5em;
  display: none;
  padding: 0 1em;
}
.st-modal .align {
  max-width: 750px;
  width: 100%;
  display: block;
  background: white;
  margin: 0 auto;
  padding: 2em;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.st-modal .curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.st-modal.visible {
  display: block;
}
@media screen and (max-width: 550px) {
  .st-modal {
    position: absolute;
    top: 0;
    padding: 0;
  }
  .st-modal .align {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body.admin-bar .st-modal {
    top: 47px;
  }
}
.st-pagination {
  text-align: center;
  padding: 0 0 2em;
}
.st-pagination ul.pages {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.st-pagination ul.pages li {
  display: inline-block;
  padding: 0 .3em;
}
.st-pagination a {
  color: #1593b8;
  text-decoration: none;
  text-transform: uppercase;
}
.st-pagination .page-numbers {
  margin: 0 .3em;
}
.st-pdf-link {
  padding-top: .5em;
  display: none;
}
.st-pdf-link a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
  text-transform: uppercase;
  font-size: .9em;
}
.st-pdf-link a .fa {
  margin-right: .3em;
  font-size: 1.2em;
}
.st-posts-tiles {
  display: table;
  width: 100%;
  padding: 0;
  margin: 2.2em 0;
}
.st-posts-tiles .row {
  display: table-row;
}
.st-posts-tiles .row .cell {
  display: table-cell;
  width: 50%;
}
.st-posts-tiles .row .cell.cell-1 .st-excerpt {
  padding-left: 0;
  padding-right: .75em;
}
.st-posts-tiles .row .cell.cell-2 .st-excerpt {
  padding-right: 0;
  padding-left: .75em;
}
.st-posts-tiles .row .cell .st-excerpt {
  margin-bottom: 1.5em;
}
.st-posts-tiles .row.row-1 .st-excerpt {
  padding-left: 0;
}
.st-posts-tiles .row:first-child .st-excerpt {
  padding-top: 0;
}
.st-posts-tiles .row:last-child {
  margin-bottom: 0;
}
.st-posts-tiles.one-col {
  display: block;
  margin: 1em 0;
}
.st-posts-tiles.one-col .row {
  display: block;
  margin: 0;
}
.st-posts-tiles.one-col .row .cell {
  display: block;
  float: none;
  width: 100%;
}
.st-posts-tiles.one-col .row .cell .st-excerpt {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.st-posts-tiles.one-col .row .cell .st-excerpt:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .st-posts-tiles {
    display: block;
    margin: 1em 0;
  }
  .st-posts-tiles .row {
    display: block;
    margin: 0;
  }
  .st-posts-tiles .row .cell {
    display: block;
    float: none;
    width: 100%;
  }
  .st-posts-tiles .row .cell .st-excerpt {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 1.5em;
  }
  .st-posts-tiles .row .cell .st-excerpt:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .st-posts-tiles {
    display: block;
    margin: 0;
  }
  .st-posts-tiles .st-section-title {
    text-align: center;
    padding: 0 5px;
  }
}
.st-related {
  margin-bottom: 2em;
}
.st-related .st-section-title {
  margin-bottom: 0;
}
.st-related .st-posts-tiles {
  margin: 1em 0;
}
@media screen and (max-width: 900px) {
  .st-related {
    padding-top: 2em;
  }
  .st-related .st-posts-tiles .row:last-of-type .cell-2 .st-excerpt {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .st-related .st-posts-tiles .st-excerpt .thumb-align {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.st-section-title {
  color: #1593b8;
  font-size: 1.45em;
  font-weight: 100;
  line-height: 1.4;
  margin: 0 0 1em;
}
@media screen and (max-width: 550px) {
  .st-section-title.large {
    padding: 0 15px;
    margin-bottom: .75em;
  }
}
.st-square {
  opacity: 0;
}
.st-textualize {
  opacity: 0;
}
body.no-js .st-textualize {
  opacity: 1;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: none;
  outline: none;
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 1px solid #0097cf;
}
.tt-hint {
  color: #999999;
}
.tt-menu {
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-top: none;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.tt-menu .st-excerpt {
  margin-bottom: 0;
}
.tt-suggestion {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: .8em;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 1.3em;
}
.tt-suggestion .st-excerpt {
  margin-bottom: 0;
}
.tt-suggestion:last-child {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .tt-suggestion {
    font-size: .8em;
  }
  .tt-suggestion.st-excerpt {
    padding: 0;
  }
  .tt-suggestion.st-excerpt.thumb .st-thumb {
    display: none !important;
  }
  .tt-suggestion.st-excerpt.thumb .st-body {
    display: none !important;
  }
  .tt-suggestion.st-excerpt.thumb .thumb-align {
    padding: 10px !important;
  }
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
.st-wp-form p {
  margin: 0;
}
.st-wp-form label {
  display: block;
  font-size: 1.15em;
  font-family: 'freight-text-pro';
  font-weight: normal;
  padding-bottom: .2em;
}
.st-wp-form input[type="text"],
.st-wp-form input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: .9em .8em;
  font-size: 16px;
  outline: none;
  height: 50px;
  margin-bottom: 1em;
}
.st-wp-form .login-submit {
  padding-top: 1em;
}
.st-wp-form .login-submit input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  font-size: .95em;
  display: block;
  background: #1593b8;
  color: white;
  border: none;
  border-radius: 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  height: 50px;
}
.st-aside.author .thumb {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: .5em;
}
.st-aside.author h3 {
  margin: 0;
  font-size: 1.4em;
  line-height: 1;
}
.st-aside.author h3 a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
.st-aside.author small {
  font-size: 1.1em;
}
.st-aside.author small a {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
.st-aside {
  margin-bottom: 2em;
  padding: 0 0 0 2em;
}
.st-aside:last-child {
  margin-bottom: 0;
}
.st-aside h4 {
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: .2em;
  margin: 0 0 .4em;
}
.st-banner.author {
  padding: 2.2em 0;
  border-bottom: 1px solid #eeeeee;
}
.st-banner.author .author-thumb {
  float: left;
  margin-right: 1.5em;
  margin-bottom: .35em;
}
.st-banner.author .author-thumb img {
  width: 120px;
}
.st-banner.author .thumb-align h1 {
  margin: 0 0 5px;
  line-height: 1.2;
  padding: 0;
  font-size: 26px;
  line-height: 26px;
}
.st-banner.author .thumb-align h1 .social-links {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
  margin: -4px 0 0;
  color: #555555;
}
.st-banner.author .thumb-align h1 .social-links .fa {
  line-height: 0;
  margin: 0 .1em;
}
.st-banner.author .thumb-align h2 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: .3em;
  color: #555555;
}
.st-banner.author .thumb-align .st-post-body {
  font-family: 'freight-text-pro';
}
.st-banner.author.excerpt {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .st-banner.author {
    padding: 1em;
  }
}
.st-banner.feature {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 2.2em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.st-banner.feature .st-excerpt.square {
  width: 400px;
  max-width: 100%;
  display: table-cell;
  vertical-align: top;
}
.st-banner.feature .feature-categories {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1em;
}
.st-banner.feature .feature-categories .feature-categories-col {
  float: left;
  width: 50%;
  padding: 0 1em;
}
.st-banner.feature .feature-categories .feature-categories-col .category {
  margin-bottom: 2em;
}
.st-banner.feature .feature-categories .feature-categories-col .category:last-child {
  margin-bottom: 0;
}
.st-banner.feature .feature-categories .feature-categories-col .category .st-section-title {
  margin: 0;
  padding: 0 0 .2em 0;
  margin-bottom: .5em;
}
.st-banner.feature .feature-categories .feature-categories-col .category .category-posts ul.list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1.4;
  font-size: .95em;
}
.st-banner.feature .feature-categories .feature-categories-col .category .category-posts ul.list li {
  margin-bottom: .75em;
}
.st-banner.feature .feature-categories .feature-categories-col .category .category-posts ul.list li:last-child {
  margin-bottom: 0;
}
.st-banner.feature .feature-categories .feature-categories-col .category .category-posts ul.list li a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .st-banner.feature {
    display: block;
    padding: 0;
    border-bottom: none;
  }
  .st-banner.feature .st-excerpt.square {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .st-banner.feature .feature-categories {
    padding: 0;
    font-size: 1.1em;
  }
  .st-banner.feature .feature-categories .feature-categories-col {
    padding: 0;
    float: none;
    width: 100%;
  }
  .st-banner.feature .feature-categories .feature-categories-col .category,
  .st-banner.feature .feature-categories .feature-categories-col .category:last-child {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.1em 1em 1.3em;
  }
  .st-banner.feature .feature-categories .feature-categories-col:last-child .category:last-child {
    padding-bottom: 2em;
    margin-bottom: -15px;
  }
}
.st-banner.footer {
  background: #eeeeee;
  padding: 0;
}
.st-banner.footer .logo img {
  width: 250px;
}
.st-banner.footer .categories h4 {
  margin: 0 0 .5em;
}
.st-banner.footer .categories .st-menu {
  font-family: 'freight-text-pro';
}
.st-banner.footer .copyright {
  text-align: center;
  font-style: italic;
  font-size: .9em;
  color: #555555;
  margin: 0;
}
.st-banner.footer .copyright p {
  margin: 0;
}
.st-banner.footer .bottom-bar {
  padding-bottom: 1.1em;
}
@media screen and (max-width: 900px) {
  .st-banner.footer {
    text-align: center;
  }
  .st-banner.footer .logo {
    display: block;
    margin: 1em 0;
  }
  .st-banner.footer .categories {
    font-size: 1.2em;
    padding: 0;
  }
  .st-banner.footer .categories .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 30px 15px;
  }
  .st-banner.footer .bottom-bar {
    line-height: 1;
    padding: 22.5px 0 30px;
  }
}
.st-banner.main {
  background: white;
}
.st-banner.main .top-bar {
  position: relative;
}
.st-banner.main .top-bar .pos-rel {
  padding: 2em 0 1.5em 0;
}
.st-banner.main .top-bar .pos-rel .logo {
  float: left;
  display: block;
  width: 200px;
  max-width: 100%;
}
.st-banner.main .top-bar .pos-rel .st-menu.secondary {
  font-size: .75em;
  color: white;
  position: absolute;
  right: 0;
  bottom: 0;
}
.st-banner.main .bottom-bar {
  background: #444;
  color: white;
}
.st-banner.main .bottom-bar .panel-toggler {
  display: none !important;
  float: left;
  color: white;
  line-height: 50px;
  width: 50px;
  text-align: center;
  background: #1593b8;
  border-top: 3px solid #1593b8;
  border-bottom: 3px solid #1593b8;
}
@media screen and (max-width: 900px) {
  .st-banner.main .bottom-bar .panel-toggler {
    display: inline-block !important;
  }
}
.st-banner.main .bottom-bar .search-toggler {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
  float: right;
  color: white;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  padding: 1em;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .st-banner.main .bottom-bar .search-toggler .search-label {
    display: none;
  }
}
.st-banner.main .bottom-bar .st-menu {
  float: left;
}
@media screen and (max-width: 900px) {
  .st-banner.main .top-bar {
    text-align: center;
  }
  .st-banner.main .top-bar .pos-rel .logo {
    float: none;
    display: inline-block;
    width: 250px;
  }
  .st-banner.main .top-bar .pos-rel .st-menu.secondary {
    display: none;
  }
  .st-banner.main .bottom-bar > .grid {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .st-banner.main .bottom-bar > .grid:before {
    display: none;
  }
  .st-banner.main .bottom-bar > .grid:after {
    display: none;
  }
  .st-banner.main .bottom-bar .panel-toggler {
    display: table-cell !important;
    vertical-align: top;
    float: none;
  }
  .st-banner.main .bottom-bar .st-menu.multilevel {
    display: table-cell;
    vertical-align: top;
    float: none;
  }
  .st-banner.main .bottom-bar .st-menu.multilevel .menu {
    display: block;
    width: 100%;
    background: red;
  }
  .st-banner.main .bottom-bar .st-menu.multilevel .menu .menu-item {
    float: left;
    width: 33.33%;
    text-align: center;
  }
  .st-banner.main .bottom-bar .st-menu.multilevel .menu .menu-item .menu-item-link {
    padding: 0;
    line-height: 50px;
    letter-spacing: 0;
    display: block;
    width: 100%;
  }
  .st-banner.main .bottom-bar .st-menu.multilevel .menu .menu-item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .st-banner.main .bottom-bar .st-menu.multilevel {
    display: none;
  }
}
@media print {
  .st-banner.main {
    display: none;
  }
}
.st-banner.page-title {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
  font-weight: 100;
  padding: 0.88em 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 900px) {
  .st-banner.page-title {
    font-size: 1.5em;
    text-align: center;
    padding: 0.5em 0;
    margin-bottom: 1em;
  }
  .st-banner.page-title.w-letter {
    margin-bottom: 0;
  }
}
.st-banner.post {
  width: 100%;
  position: relative;
}
.st-banner.post.thumb {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 400px;
  max-height: 700px;
}
.st-banner.post.thumb img {
  width: 100%;
  opacity: 0;
}
@media print {
  .st-banner.post.thumb img {
    opacity: 1;
  }
}
.st-banner.post.thumb .curtain {
  position: absolute;
  padding: 4em 0 1em;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 99%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  color: white;
  bottom: 0;
  width: 100%;
}
@media print {
  .st-banner.post.thumb .curtain {
    zoom: 1;
    /* ie 6/7 */
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 1em 0 0;
  }
  .st-banner.post.thumb .curtain:before,
  .st-banner.post.thumb .curtain:after {
    content: "";
    display: table;
  }
  .st-banner.post.thumb .curtain:after {
    clear: both;
  }
}
.st-banner.post.thumb .curtain .st-byline {
  color: #e0e0e0;
  padding: 1em 0 .2em;
}
.st-banner.post.thumb .curtain .st-byline cite {
  color: #e0e0e0;
}
.st-banner.post.thumb .curtain .st-byline cite a {
  color: white;
}
.st-banner.post.no-thumb .curtain {
  border-top: 5px solid #0093ba;
  padding: 2em 0 0;
  position: relative;
  color: black;
}
.st-banner.post .post-header {
  margin-bottom: 1em;
}
.st-banner.post .post-header .st-thumb {
  margin-bottom: 1.5em;
}
.st-banner.post .post-header .st-thumb img {
  width: 100%;
}
.st-banner.post .post-header h1 {
  font-size: 3em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}
@media print {
  .st-banner.post .post-header {
    margin-bottom: 0;
    font-size: .9em;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .st-banner.post.thumb img {
    opacity: 1;
  }
  .st-banner.post.thumb .curtain {
    zoom: 1;
    /* ie 6/7 */
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 1em 1em 10px;
    background: rgba(0, 0, 0, 0.9);
  }
  .st-banner.post.thumb .curtain:before,
  .st-banner.post.thumb .curtain:after {
    content: "";
    display: table;
  }
  .st-banner.post.thumb .curtain:after {
    clear: both;
  }
  .st-banner.post.thumb .curtain .post-header {
    font-size: .65em;
  }
  .st-banner.post.no-thumb .post-header {
    font-size: .65em;
  }
}
@media screen and (max-width: 550px) {
  .st-banner.post.thumb .curtain {
    padding: 15px 5px 10px;
  }
}
.st-banner.share {
  background: #f0f0f0;
  font-size: 1.2em;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.2em;
}
.st-banner.share .grid {
  position: relative;
}
.st-banner.share .vtable {
  padding: 1em 0;
}
.st-banner.share .col-bookmark {
  text-align: right;
}
@media print {
  .st-banner.share {
    font-size: .9em;
    margin-top: -1em;
  }
  .st-banner.share .w8 {
    width: 100%;
  }
  .st-banner.share .col-bookmark {
    display: none;
  }
  .st-banner.share .vtable .share {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .st-banner.share {
    font-size: 1em;
  }
  .st-banner.share .colpad {
    display: none;
  }
  .st-banner.share .vtable {
    display: block;
    float: left;
    width: auto;
    padding-right: 55px;
  }
  .st-banner.share .vtable > * {
    float: none;
    display: block;
  }
  .st-banner.share .vtable .st-menu.tags {
    display: block;
    float: none;
    width: 100%;
    clear: both;
    margin-bottom: 0.5em;
  }
  .st-banner.share .vtable .st-menu.tags .menu-icon {
    display: none;
  }
  .st-banner.share .vtable .st-menu.social {
    float: left;
    font-size: 1.2em;
  }
  .st-banner.share .col-bookmark {
    position: absolute;
    right: 1em;
    top: 0;
    width: auto;
  }
  .st-banner.share .col-bookmark .st-bookmark .bookmark .fa-bookmark {
    font-size: 45px;
  }
  .st-banner.share .col-bookmark .st-bookmark .bookmark .fa-star {
    font-size: 15px;
  }
}
.st-posts-tiles .st-excerpt.media,
.st-excerpt.media {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  position: relative;
  padding: 0;
}
.st-posts-tiles .st-excerpt.media img.sizer,
.st-excerpt.media img.sizer {
  display: none;
}
.st-posts-tiles .st-excerpt.media .curtain,
.st-excerpt.media .curtain {
  padding: 4em 1em 1em;
  position: absolute;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 99%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  color: white;
  bottom: 0;
  width: 100%;
}
.st-posts-tiles .st-excerpt.media .curtain .excerpt-title,
.st-excerpt.media .curtain .excerpt-title {
  font-size: 1.45em;
}
.st-posts-tiles .st-excerpt.media .curtain .st-byline,
.st-excerpt.media .curtain .st-byline {
  font-size: .9em;
  color: #e0e0e0;
}
.st-posts-tiles .st-excerpt.media .curtain .st-byline cite,
.st-excerpt.media .curtain .st-byline cite {
  color: #e0e0e0;
}
.st-posts-tiles .st-excerpt.media .curtain .st-byline cite a,
.st-excerpt.media .curtain .st-byline cite a {
  color: white;
}
.st-posts-tiles .st-excerpt.media .curtain .st-bookmark .fa-bookmark,
.st-excerpt.media .curtain .st-bookmark .fa-bookmark {
  color: #eee;
}
.st-posts-tiles .st-excerpt.media .curtain .st-bookmark.bookmark-selected .fa-bookmark,
.st-excerpt.media .curtain .st-bookmark.bookmark-selected .fa-bookmark {
  color: #1593b8;
}
.st-posts-tiles .st-excerpt.media .curtain .read-more,
.st-excerpt.media .curtain .read-more {
  display: none;
}
@media screen and (max-width: 550px) {
  .st-excerpt.media {
    border-bottom: none;
    padding-bottom: 0;
  }
  .st-excerpt.media img.sizer {
    display: block;
  }
  .st-excerpt.media .curtain {
    zoom: 1;
    /* ie 6/7 */
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    background: black;
    padding: 18px 15px;
  }
  .st-excerpt.media .curtain:before,
  .st-excerpt.media .curtain:after {
    content: "";
    display: table;
  }
  .st-excerpt.media .curtain:after {
    clear: both;
  }
}
.st-excerpt.square img.sizer {
  display: none;
}
.st-excerpt.square .st-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: relative;
}
.st-excerpt.square .st-image .feature-post-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: black;
  padding: .5em 1em;
  font-family: freight-text-pro;
  font-size: 1.35em;
  font-weight: bold;
  line-height: 1.15;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .st-excerpt.square {
    font-size: 1.1em;
  }
  .st-excerpt.square img.sizer {
    display: block;
  }
  .st-excerpt.square .st-image {
    height: auto !important;
    min-height: 0;
    padding: 0;
    font-style: inherit;
    font-family: inherit;
    text-decoration: inherit;
    color: inherit;
  }
  .st-excerpt.square .st-image .feature-post-title {
    zoom: 1;
    /* ie 6/7 */
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    background: #ffffff;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    /* IE6-9 */
    display: block;
    padding: 1em;
  }
  .st-excerpt.square .st-image .feature-post-title:before,
  .st-excerpt.square .st-image .feature-post-title:after {
    content: "";
    display: table;
  }
  .st-excerpt.square .st-image .feature-post-title:after {
    clear: both;
  }
}
@media screen and (max-width: 550px) {
  .st-excerpt.square {
    border-bottom: none;
    padding-bottom: 0;
  }
  .st-excerpt.square .st-image .feature-post-title {
    padding: 22.5px 15px;
    font-size: 1.5em;
  }
}
.st-excerpt {
  zoom: 1;
  /* ie 6/7 */
  width: 100%;
  margin: 0 0 1.76em;
}
.st-excerpt:before,
.st-excerpt:after {
  content: "";
  display: table;
}
.st-excerpt:after {
  clear: both;
}
.st-excerpt:last-of-type {
  margin-bottom: 0;
}
.st-excerpt .excerpt-title {
  font-size: 1.2em;
  font-family: 'proxima-nova';
  line-height: 1.3;
  margin: 0 0 .1em;
  vertical-align: top;
}
.st-excerpt .st-thumb {
  display: none;
  width: 100px;
  float: left;
  overflow: hidden;
}
.st-excerpt .byline-and-share {
  overflow: hidden;
  padding: .4em 0 .3em 0;
  font-size: .9em;
}
.st-excerpt .byline-and-share .st-bookmark {
  float: left;
  margin-right: .5em;
}
.st-excerpt .byline-and-share .st-bookmark .bookmark {
  margin-top: -3px;
}
.st-excerpt .byline-and-share .st-bookmark .fa-stack {
  width: 20px;
  height: 20px;
}
.st-excerpt .byline-and-share .st-bookmark .fa-bookmark {
  font-size: 25px;
}
.st-excerpt .byline-and-share .st-bookmark .fa-star {
  font-size: 9px;
  top: -5px;
}
.st-excerpt .byline-and-share .st-byline {
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
  margin-right: .5em;
}
.st-excerpt .byline-and-share .st-byline a {
  color: black;
}
.st-excerpt .byline-and-share .st-menu.social.share {
  display: inline-block;
  float: left;
  padding: 0;
}
.st-excerpt .byline-and-share .st-menu.social.share ul.menu {
  line-height: 1;
}
.st-excerpt .byline-and-share .st-menu.social.share ul.menu li.menu-item {
  line-height: 1;
}
.st-excerpt .byline-and-share .st-menu.social.share ul.menu li.menu-item a.menu-item-link {
  line-height: 1;
}
.st-excerpt .byline-and-share .st-menu.social.share ul.menu li.menu-item a.menu-item-link i {
  color: #ccc !important;
  font-size: 14px;
  line-height: 1.1;
}
.st-excerpt .st-body {
  padding: 0;
}
.st-excerpt .st-body p:last-child {
  margin-bottom: 0;
}
.st-excerpt.light {
  color: white;
}
.st-excerpt.light .st-byline a {
  color: white;
}
@media screen and (max-width: 550px) {
  .st-excerpt {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
  .st-excerpt .st-thumb {
    width: 100%;
    margin: 0;
    display: block;
  }
  .st-excerpt .st-thumb img {
    width: 100%;
  }
  .st-excerpt .excerpt-title {
    margin-bottom: .2em;
    font-size: 1.2em;
  }
  .st-excerpt.thumb .thumb-align {
    margin-left: 0;
  }
  .st-excerpt.nothumb .thumb-align {
    padding-top: 0 !important;
  }
  .st-excerpt .thumb-align {
    display: block;
    clear: both;
    padding: 19.5px 15px 0 !important;
  }
}
#slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 256px;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: white;
  overflow-y: auto;
}
#slideout-menu .logo {
  display: none;
  padding: 1em;
  border-bottom: 5px solid #ccc;
}
#slideout-menu .logo img {
  max-width: 150px;
}
#slideout-menu .close {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 0;
  z-index: 10;
}
#slideout-menu .close .fa {
  color: white;
}
#slideout-menu .st-menu {
  border-bottom: 3px solid #eee;
  padding: .5em 0;
  font-size: 1.1em;
}
#slideout-menu .st-menu ul.menu li {
  display: block;
  margin: 0;
}
#slideout-menu .st-menu ul.menu li a {
  display: block;
  font-weight: 400;
  padding: .9em 1em;
  font-weight: bold;
}
#slideout-menu .st-menu.account {
  background: #1593b8;
  color: white;
  border-bottom: none;
}
#slideout-menu .st-menu:last-of-type {
  border-bottom: none;
}
.slideout-open #slideout-menu {
  z-index: 999;
  -webkit-box-shadow: 4px 0 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0 6px 1px rgba(0, 0, 0, 0.1);
}
body.admin-bar #slideout-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #slideout-menu {
    top: 46px;
  }
}
#panel {
  position: relative;
  z-index: 1;
  background: white;
}
.slideout-open,
.slideout-open body,
.slideout-open #slideout-panel {
  overflow: hidden;
}
.slideout-open #slideout-menu {
  display: block;
}
.st-menu {
  text-transform: uppercase;
}
.st-menu ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.st-menu ul.menu li.menu-item {
  display: inline-block;
  margin: 0 .8em;
}
.st-menu ul.menu li.menu-item:first-child {
  margin-left: 0;
}
.st-menu ul.menu li.menu-item:last-child {
  margin-right: 0;
}
.st-menu ul.menu li.menu-item .menu-item-link {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
}
.st-menu ul.menu li.menu-item.align-right {
  float: right;
}
.st-menu.lines ul.menu li.menu-item {
  display: block;
  margin: 0 0 .5em;
}
.st-menu.lines ul.menu li.menu-item:last-child {
  margin-bottom: 0;
}
.st-menu.lines ul.menu li.menu-item .menu-item-link {
  text-transform: none;
}
.st-menu.tabs ul.menu {
  overflow: hidden;
}
.st-menu.tabs ul.menu li.menu-item {
  float: left;
  margin: 0;
}
.st-menu.tabs ul.menu li.menu-item .menu-item-link {
  float: left;
  background: #0093ba;
  display: block;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 1.4em 12px;
  letter-spacing: 1px;
  clear: both;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1;
  vertical-align: middle;
}
.st-menu.tabs ul.menu li.menu-item:last-child {
  border-right: none;
}
.st-menu.tags {
  text-transform: none;
}
.st-menu.tags ul.menu {
  overflow: hidden;
}
.st-menu.tags ul.menu li.menu-item,
.st-menu.tags ul.menu li.menu-delim,
.st-menu.tags ul.menu li.menu-icon {
  float: left;
  margin: 0;
}
.st-menu.tags ul.menu li.menu-item.menu-icon,
.st-menu.tags ul.menu li.menu-delim.menu-icon,
.st-menu.tags ul.menu li.menu-icon.menu-icon {
  opacity: .5;
  margin-right: .3em;
}
.st-menu.tags ul.menu li.menu-item.menu-icon .fa,
.st-menu.tags ul.menu li.menu-delim.menu-icon .fa,
.st-menu.tags ul.menu li.menu-icon.menu-icon .fa {
  font-size: .75em;
}
.st-menu.tags ul.menu li.menu-item.menu-delim,
.st-menu.tags ul.menu li.menu-delim.menu-delim,
.st-menu.tags ul.menu li.menu-icon.menu-delim {
  margin-right: .3em;
}
.st-menu.social {
  text-transform: none;
}
.st-menu.social ul.menu li.menu-item {
  margin: 0 1px;
}
.st-menu.social ul.menu li.menu-item.align-right {
  float: right;
}
.st-menu.social ul.menu li.menu-item:first-child {
  margin-left: 0;
}
.st-menu.social ul.menu li.menu-item:last-child {
  margin-right: 0;
}
.st-menu.social ul.menu li.menu-item .fa {
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.25);
}
.st-menu.social ul.menu li.menu-item .fa.fa-twitter,
.st-menu.social ul.menu li.menu-item .fa.fa-twitter-square {
  color: #00abf2;
}
.st-menu.social ul.menu li.menu-item .fa.fa-facebook,
.st-menu.social ul.menu li.menu-item .fa.fa-facebook-square {
  color: #3e5b97;
}
.st-menu.multilevel ul.menu li.menu-item {
  margin: 0;
}
.st-menu.multilevel ul.menu li.menu-item .menu-item-link {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  display: inline-block;
  padding: 1.1em 1em 1em;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
  letter-spacing: 2px;
}
.st-menu.multilevel ul.menu li.menu-item:first-child {
  margin-left: -0.4em;
}
.st-menu.multilevel ul.menu li.menu-item.pregnant ul.submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  background: white;
  color: black;
  min-width: 300px;
  max-width: 350px;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.st-menu.multilevel ul.menu li.menu-item.pregnant ul.submenu li.submenu-item:last-child {
  border-bottom: none;
}
.st-menu.multilevel ul.menu li.menu-item.pregnant ul.submenu li.submenu-item .submenu-item-link {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  color: inherit;
  display: block;
  padding: .85em 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.st-menu.multilevel ul.menu li.menu-item.pregnant ul.submenu li.submenu-item .submenu-item-link .title {
  display: block;
  font-size: .9em;
  text-transform: none;
}
.st-menu.multilevel ul.menu li.menu-item.pregnant ul.submenu li.submenu-item .submenu-item-link small {
  display: block;
  text-transform: none;
  line-height: 1.5;
  font-size: .75em;
}
.st-menu.multilevel ul.menu li.menu-item.pregnant ul.submenu li.submenu-item .submenu-item-link:hover {
  background: #f7f7f7;
}
.st-menu.multilevel ul.menu li.menu-item.pregnant:hover .menu-item-link {
  background: white;
  color: black;
  border-top: 3px solid #1593b8;
}
.st-menu.multilevel ul.menu li.menu-item.pregnant:hover ul.submenu {
  display: block;
}
@media screen and (max-width: 900px) {
  .st-menu.multilevel ul.menu li.menu-item.pregnant ul.submenu {
    text-align: left;
    left: 0;
    width: 100%;
    max-width: none;
    right: auto;
  }
  .st-menu.multilevel ul.menu li.menu-item.pregnant ul.submenu li.submenu-item .submenu-item-link .title {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1100px) {
  .st-frontpage .grid .layout-twocol .on-left {
    width: 45%;
  }
  .st-frontpage .grid .layout-twocol .on-right {
    width: 55%;
  }
}
@media screen and (max-width: 900px) {
  .st-frontpage .grid .layout-twocol .on-left,
  .st-frontpage .grid .layout-twocol .on-right {
    width: 100%;
  }
  .st-frontpage .grid .layout-twocol .on-left {
    margin-top: 0;
  }
  .st-frontpage .grid .layout-twocol .layout-tile.st-posts-list {
    padding: 1em;
  }
  .st-frontpage .grid .layout-twocol .layout-tile.st-form-box {
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 550px) {
  .st-frontpage .grid .layout-twocol .layout-tile.st-posts-list {
    padding: 0;
  }
  .st-frontpage .grid .layout-twocol .layout-tile.st-form-box {
    margin: 0 0 15px;
  }
}
.st-single.page.not-found {
  padding: 30px 0;
}
@media screen and (max-width: 900px) {
  .st-single .colpad {
    display: none;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=styles.css.map */