
/* Start From Here */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?f4tohh");
  src: url("../fonts/icomoon.eot?f4tohh#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?f4tohh") format("woff2"), url("../fonts/icomoon.ttf?f4tohh") format("truetype"), url("../fonts/icomoon.woff?f4tohh") format("woff"), url("../fonts/icomoon.svg?f4tohh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e900";
  color: #fff; }

.icon-left-arrow:before {
  content: "\e901";
  color: #fff; }

.icon-right-arrow:before {
  content: "\e902";
  color: #fff; }

.icon-search:before {
  content: "\e903";
  color: #aaabac; }

.nowrap {
  white-space: nowrap; }

@media screen and (max-width: 47.9375em) {
  .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    max-width: 100vw; } }

body {
  overflow-x: hidden;
  background: #FFF; }
  body .column:last-child:not(:first-child), body .columns:last-child:not(:first-child), body .columns:last-child:not(:first-child) {
    float: left; }
  body .clearfix {
    clear: both; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0; }
  @media print, screen and (min-width: 64em) {
    body .hidden-desktop {
      height: 0 !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.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;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

: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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.75rem;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  text-align: center; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: 1.875rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 0.5rem;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.header {
  position: relative; }
  .header .logo {
    width: 16.5rem;
    padding: 0.875rem 0 2.5rem 0;
    float: left;
    border: none; }
    @media print, screen and (min-width: 64em) {
      .header .logo {
        width: 20.3125rem;
        padding: 0.875rem 0 0 0; } }
    .header .logo:hover, .header .logo:focus {
      border: none; }
  .header .header-cta {
    padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
    margin-right: 0;
    float: right;
    display: none; }
    @media print, screen and (min-width: 64em) {
      .header .header-cta {
        display: block; } }
    .header .header-cta h3 {
      margin: 0 0 0.5rem 0;
      color: #0a0a0a;
      font-family: 'Merriweather', sans-serif;
      font-weight: 300;
      font-size: 1.75rem; }
      .header .header-cta h3 sup {
        font-size: 0.9375rem; }
    .header .header-cta .button {
      background-color: #D42D26;
      border: 1px solid #D42D26;
      color: #fefefe;
      font-size: 1.25rem;
      padding: 0 3.9375rem 0 0.875rem;
      line-height: 2.5rem;
      margin: 0;
      float: right;
      position: relative;
      height: 2.75rem; }
      .header .header-cta .button:after {
        content: "\f105";
        font-family: 'FontAwesome';
        background-color: #fefefe;
        color: #D42D26;
        right: 0;
        top: 0;
        width: 2.625rem;
        line-height: 2.5rem;
        height: 2.625rem;
        position: absolute;
        font-size: 2.375rem; }
      .header .header-cta .button:hover, .header .header-cta .button:focus {
        background-color: #fefefe;
        color: #D42D26; }
        .header .header-cta .button:hover:after, .header .header-cta .button:focus:after {
          background-color: #D42D26;
          color: #fefefe; }

.menu-icon:after {
  display: none; }

#footer-container {
  position: relative;
  clear: both;
  z-index: 10;
  box-shadow: 0 -0.0625rem 1.25rem 0.25rem rgba(0, 0, 0, 0.3);
  padding: 3.75rem 0; }
  #footer-container p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-style: "normal";
    font-size: 1.25rem;
    line-height: 1.9375rem;
    margin-bottom: 1.25rem;
    color: #0a0a0a; }
  #footer-container .footer-social-icons {
    clear: both;
    display: block;
    float: none;
    margin: 0; }
    @media print, screen and (min-width: 64em) {
      #footer-container .footer-social-icons {
        float: right;
        clear: right; } }
    #footer-container .footer-social-icons li {
      float: none;
      display: inline-block;
      margin-left: 0.75rem; }
      @media print, screen and (min-width: 64em) {
        #footer-container .footer-social-icons li {
          display: block;
          float: right;
          margin-left: 0.9375rem; } }
      #footer-container .footer-social-icons li a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 2.25rem;
        width: 2.25rem;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: none;
        background: #343434;
        border-radius: 100%; }
        @media print, screen and (min-width: 64em) {
          #footer-container .footer-social-icons li a {
            height: 3.125rem;
            width: 3.125rem; } }
        #footer-container .footer-social-icons li a:hover, #footer-container .footer-social-icons li a:focus {
          background: #D42D26; }
        #footer-container .footer-social-icons li a span {
          color: #fefefe;
          font-size: 1.5rem; }
          @media print, screen and (min-width: 64em) {
            #footer-container .footer-social-icons li a span {
              font-size: 1.875rem; } }
  #footer-container .footer-links {
    margin: 1.25rem 0 1.25rem 0;
    float: none; }
    @media print, screen and (min-width: 64em) {
      #footer-container .footer-links {
        float: right;
        margin: 0 0 1.25rem 0; } }
    #footer-container .footer-links li {
      display: block;
      margin-bottom: 0;
      text-align: left; }
      @media print, screen and (min-width: 64em) {
        #footer-container .footer-links li {
          text-align: right; } }
      #footer-container .footer-links li a {
        font-size: 1rem;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        font-style: "normal";
        line-height: 1.9375rem;
        color: #343434;
        border-bottom: 0.0625rem solid #343434; }
        #footer-container .footer-links li a:hover {
          color: #D42D26;
          border-bottom: 0.125rem solid #D42D26; }

.cookies-info {
  background: #007986;
  position: relative;
  display: none; }
  .cookies-info.show-cookies-info {
    display: block; }
  .cookies-info .cookies-info-inner {
    padding: 2.5rem 0.625rem; }
    @media print, screen and (min-width: 64em) {
      .cookies-info .cookies-info-inner {
        display: table;
        padding: 2.1875rem 0; } }
    @media print, screen and (min-width: 64em) {
      .cookies-info .cookies-info-inner .text {
        display: table-cell;
        vertical-align: middle; } }
    .cookies-info .cookies-info-inner .text h5 {
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-style: "normal";
      font-size: 1rem;
      line-height: 1.1875rem;
      color: #fefefe; }
      @media print, screen and (min-width: 64em) {
        .cookies-info .cookies-info-inner .text h5 {
          font-size: 1.25rem;
          line-height: 1.5rem; } }
    .cookies-info .cookies-info-inner .text p {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-style: "normal";
      font-size: 0.8125rem;
      line-height: 1.125rem;
      color: #fefefe;
      margin-bottom: 1.25rem; }
      @media print, screen and (min-width: 64em) {
        .cookies-info .cookies-info-inner .text p {
          margin-bottom: 0;
          font-size: 1rem;
          line-height: 1.375rem; } }
    @media print, screen and (min-width: 64em) {
      .cookies-info .cookies-info-inner .actions {
        display: table-cell;
        width: 23.125rem;
        text-align: right;
        vertical-align: middle; } }
    .cookies-info .cookies-info-inner .actions .action-buttons {
      font-size: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media print, screen and (min-width: 64em) {
        .cookies-info .cookies-info-inner .actions .action-buttons {
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .cookies-info .cookies-info-inner .actions .action-buttons .btn {
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        font-style: "normal";
        font-size: 1rem;
        height: 2.375rem;
        line-height: 2rem;
        padding: 0 0.9375rem;
        letter-spacing: -0.01rem;
        margin: 0 1.25rem 0 0;
        border: none; }
        @media print, screen and (min-width: 64em) {
          .cookies-info .cookies-info-inner .actions .action-buttons .btn {
            padding: 0 1.25rem;
            height: 3rem;
            line-height: 2.625rem;
            margin: 0 0 0 1.875rem;
            font-size: 1.25rem; } }
        .cookies-info .cookies-info-inner .actions .action-buttons .btn.accept {
          background: #fefefe;
          color: #D42D26; }
          .cookies-info .cookies-info-inner .actions .action-buttons .btn.accept:hover {
            background: #D42D26;
            color: #fefefe; }
        .cookies-info .cookies-info-inner .actions .action-buttons .btn.decline {
          background: #343434;
          color: #fefefe; }
          .cookies-info .cookies-info-inner .actions .action-buttons .btn.decline:hover {
            background: #fefefe;
            color: #343434; }
      .cookies-info .cookies-info-inner .actions .action-buttons .close-link {
        position: absolute;
        right: 0.75rem;
        top: 0.75rem;
        border: none; }
        @media print, screen and (min-width: 64em) {
          .cookies-info .cookies-info-inner .actions .action-buttons .close-link {
            display: inline-block;
            margin: 0 0 0 3.125rem;
            position: static; } }
        .cookies-info .cookies-info-inner .actions .action-buttons .close-link i {
          font-size: 0.875rem;
          background: none; }
          @media print, screen and (min-width: 64em) {
            .cookies-info .cookies-info-inner .actions .action-buttons .close-link i {
              font-size: 1.75rem; } }

.main-slider {
  margin: 0; }
  .main-slider .slide {
    height: 20rem;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media print, screen and (min-width: 64em) {
      .main-slider .slide {
        height: 25.6875rem; } }
    .main-slider .slide:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      background: rgba(0, 0, 0, 0.4); }
    .main-slider .slide .slide-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center;
      z-index: 3; }
      .main-slider .slide .slide-content h4 {
        font-family: 'Merriweather', sans-serif;
        font-weight: 400;
        font-size: 1.375rem;
        line-height: 1.375rem;
        color: #fefefe;
        margin-bottom: 1.25rem; }
        @media print, screen and (min-width: 64em) {
          .main-slider .slide .slide-content h4 {
            font-size: 2.0rem;
            line-height: 2.0rem; } }
      .main-slider .slide .slide-content p {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-style: "normal";
        font-size: 0.90625rem;
        line-height: 1.125rem;
        color: #fefefe;
        margin-bottom: 1.25rem; }
        @media print, screen and (min-width: 64em) {
          .main-slider .slide .slide-content p {
            font-size: 1.225rem;
            line-height: 1.7rem;
            margin-bottom: 2.625rem; } }
      .main-slider .slide .slide-content .slider-cta {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-style: "normal";
        font-size: 0.84375rem;
        color: #fefefe;
        background: #D42D26;
        height: 2.25rem;
        line-height: 2rem;
        padding: 0 0.9375rem;
        border: none;
        display: inline-block; }
        @media print, screen and (min-width: 64em) {
          .main-slider .slide .slide-content .slider-cta {
            font-size: 1.3rem;
            height: 3.5rem;
            line-height: 3.25rem;
            padding: 0 1.25rem; } }
        .main-slider .slide .slide-content .slider-cta:hover {
          background: #343434; }
        .main-slider .slide .slide-content .slider-cta:after {
          content: '';
          display: none; }
  .main-slider .slick-dots li {
    width: 0.5625rem;
    height: 0.5625rem;
    margin: 0 0.5rem; }
    @media print, screen and (min-width: 64em) {
      .main-slider .slick-dots li {
        width: 1rem;
        height: 1rem; } }
    .main-slider .slick-dots li button {
      width: 0.5625rem;
      height: 0.5625rem; }
      @media print, screen and (min-width: 64em) {
        .main-slider .slick-dots li button {
          width: 1rem;
          height: 1rem; } }
      .main-slider .slick-dots li button:before {
        content: '';
        width: 0.5625rem;
        height: 0.5625rem;
        border: 0.0625rem solid #fefefe;
        border-radius: 100%;
        opacity: 1; }
        @media print, screen and (min-width: 64em) {
          .main-slider .slick-dots li button:before {
            width: 1rem;
            border: 0.125rem solid #fefefe;
            height: 1rem; } }
    .main-slider .slick-dots li.slick-active button:before {
      background: #fefefe;
      opacity: 1; }

#header-container {
  display: none;
  background-color: #343434;
  position: relative;
  z-index: 100;
  margin-bottom: 3.75rem;
}

body.home #header-container,
body.page-template-template-innovation_landing #header-container,
body.single-post #header-container {
    margin-bottom: 0;
}

  @media print, screen and (min-width: 64em) {
    #header-container {
      display: block; } }
  #header-container .row {
    border-bottom: none !important;
    margin-bottom: 0 !important; }

nav ul.main-menu li {
  margin: 0; }
  nav ul.main-menu li a {
    margin: 0 0.625rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  > nav ul.main-menu li.active > a {
    color: #fefefe;
    border-bottom: 0.3125rem solid #D42D26; }

ul.main-menu ul {
  border-right: none;
  width: 25%;
  padding: 0; }

nav ul.main-menu.sub-menu li.active a {
  color: #fefefe;
  border-bottom: 0.3125rem solid #D42D26; }

nav ul.main-menu.sub-menu li a {
  margin: 0 0.5rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

nav ul.main-menu.sub-menu li.nav-icon a,
nav ul.main-menu.sub-menu li.nav-icon button {
  margin: 0.8125rem 0.625rem 0 0.8125rem;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent; }
  nav ul.main-menu.sub-menu li.nav-icon a:after,
  nav ul.main-menu.sub-menu li.nav-icon button:after {
    display: none; }

nav ul.main-menu.sub-menu li.nav-icon.search {
  position: relative; }
  nav ul.main-menu.sub-menu li.nav-icon.search button {
    width: 1.5625rem;
    height: 1.5625rem;
    cursor: pointer; }
  nav ul.main-menu.sub-menu li.nav-icon.search:hover button:before, nav ul.main-menu.sub-menu li.nav-icon.search:focus button:before {
    color: #D42D26; }

nav ul.main-menu.sub-menu li.nav-icon.access button {
  width: 1.5625rem;
  height: 1.5625rem;
  cursor: pointer; }
  nav ul.main-menu.sub-menu li.nav-icon.access button:before {
    content: '\f193';
    font-family: 'FontAwesome';
    font-size: 1.25rem; }

nav ul.main-menu.sub-menu li.nav-icon.access:hover button:before, nav ul.main-menu.sub-menu li.nav-icon.access:focus button:before {
  color: #D42D26; }

.off-canvas-wrap .exit-off-canvas {
  width: 0.9375rem;
  height: 0.9375rem;
  left: auto;
  right: -62.5%;
  top: 0;
  bottom: auto;
  margin: 0.3125rem 0.9375rem 0 0;
  background: none;
  box-shadow: none;
  border: none; }
  .off-canvas-wrap .exit-off-canvas:before {
    content: "\e900";
    color: #fff;
    font-family: 'icomoon';
    font-size: 0.9375rem; }

.off-canvas-wrap.move-left > .inner-wrap {
  -webkit-transform: translate3d(-62.5%, 0, 0); }

.off-canvas-wrap.move-left .right-off-canvas-menu {
  width: 100%;
  -webkit-transform: translate3d(62.5%, 0, 0);
          transform: translate3d(62.5%, 0, 0); }
  .off-canvas-wrap.move-left .right-off-canvas-menu .menu-main-menu-container .off-canvas-list > li > a {
    border-bottom: 0.125rem solid #D42D26;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: "normal";
    font-size: 1rem;
    color: #FFF;
    padding: 1.25rem 0; }
  .off-canvas-wrap.move-left .right-off-canvas-menu .menu-main-menu-container .off-canvas-list > li > ul {
    margin: 0; }
    .off-canvas-wrap.move-left .right-off-canvas-menu .menu-main-menu-container .off-canvas-list > li > ul > li > a {
      font-family: 'Raleway', sans-serif;
      font-weight: 500;
      font-style: "normal";
      font-size: 0.875rem;
      border-color: #D1D1D1;
      color: #D1D1D1;
      padding: 0.8125rem 0; }
    .off-canvas-wrap.move-left .right-off-canvas-menu .menu-main-menu-container .off-canvas-list > li > ul > li:last-child a {
      border-bottom: 0.0625rem solid #D1D1D1; }
  .off-canvas-wrap.move-left .right-off-canvas-menu .menu-main-menu-container .off-canvas-list > li:last-child > ul > li > a {
    border-bottom: 0.0625rem solid #D1D1D1; }

@media print, screen and (min-width: 64em) {
  .impact-wrapper {
    display: table;
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .impact-wrapper .map,
  .impact-wrapper .stories {
    display: table-cell;
    width: 50%; } }

.impact-wrapper .map {
  height: 17.5rem;
  background: url("../img/map-bg-100.jpg") no-repeat center center;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  vertical-align: middle; }
  @media print, screen and (min-width: 64em) {
    .impact-wrapper .map {
      height: 30rem; } }
  .impact-wrapper .map:after {
    content: '';
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .impact-wrapper .map .map-content {
    position: relative;
    z-index: 3;
    padding: 3.4375rem 1.875rem; }
    @media print, screen and (min-width: 64em) {
      .impact-wrapper .map .map-content {
        width: 35.4375rem;
        margin: 0 auto;
        padding: 0; } }
    .impact-wrapper .map .map-content h4 {
      font-family: 'Merriweather', sans-serif;
      font-weight: 400;
      font-size: 1.375rem;
      line-height: 1.75rem;
      color: #0a0a0a;
      margin-bottom: 1.25rem; }
      @media print, screen and (min-width: 64em) {
        .impact-wrapper .map .map-content h4 {
          font-size: 2.2rem;
          line-height: 2.2rem; } }
    .impact-wrapper .map .map-content p {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-style: "normal";
      font-size: 0.75rem;
      line-height: 1.125rem; }
      @media print, screen and (min-width: 64em) {
        .impact-wrapper .map .map-content p {
          font-size: 1.3rem;
          line-height: 2rem; } }

.impact-wrapper .stories ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media print, screen and (min-width: 64em) {
    .impact-wrapper .stories ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; 
              justify-content: flex-end;
    } }
.impact-wrapper .stories ul li {
  margin-bottom:0 !important;
}
  @media print, screen and (min-width: 64em) {
    .impact-wrapper .stories ul li {
      -webkit-flex-basis: calc(50% - 2px);
          -ms-flex-preferred-size: calc(50% - 2px);
              flex-basis: calc(50% - 2px);
      margin-bottom: 1px;
      margin-left: 1px; } }
  .impact-wrapper .stories ul li a {
    height: 17.5rem;
    background: #D42D26;
    padding: 1.875rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.0625rem;
    color: #fefefe;
    border: none;
    transition: all 0.3s linear; }
    @media print, screen and (min-width: 64em) {
      .impact-wrapper .stories ul li a {
        height: 15rem;
        padding: 2.1875rem 2.5rem;
        margin-bottom: 0; } }
    .impact-wrapper .stories ul li a:hover {
      background: #343434; }
    .impact-wrapper .stories ul li a h6 {
      margin-bottom: auto;
      font-family: 'Merriweather', sans-serif;
      font-weight: 400;
      font-size: 0.90625rem;
      line-height: 2rem;
      color: #fefefe; }
      @media print, screen and (min-width: 64em) {
        .impact-wrapper .stories ul li a h6 {
          font-size: 1rem;
          line-height: 2.3rem; } }
    .impact-wrapper .stories ul li a h5 {
      margin-bottom: auto;
      font-family: 'Raleway', sans-serif;
      font-weight: 600;
      font-style: "normal";
      font-size: 1.5rem;
      line-height: 2rem;
      color: #fefefe; }
      @media print, screen and (min-width: 64em) {
        .impact-wrapper .stories ul li a h5 {
          font-size: 1.575rem;
          line-height: 2.25rem; } }
  .impact-wrapper .stories ul li:last-child {
    margin-bottom: 0; }
  .impact-wrapper .stories ul li:nth-child(2) a {
    background: #C40800; }
    @media print, screen and (min-width: 64em) {
      .impact-wrapper .stories ul li:nth-child(2) a {
        background: #AF0800; } }
    .impact-wrapper .stories ul li:nth-child(2) a:hover {
      background: #343434; }
  .impact-wrapper .stories ul li:nth-child(3) a {
    background: #AF0800; }
    .impact-wrapper .stories ul li:nth-child(3) a:hover {
      background: #343434; }

.lives_changed-slider  {
background-color:#606563;
/* background-image: url('../images/backgrounds/bg-frontpage-lives_saved.svg'); */
background-image: url('https://www.grandchallenges.ca/wp-content/themes/pressotheme-5_5_1_child/images/backgrounds/bg-frontpage-lives_saved.svg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin: 0;
padding: 2rem 0 3rem 0;}
.lives_changed-slider .slide:nth-child(3n-1) .slide-content {
  background: #616365;
}
.lives_changed-slider .slide:nth-child(3n+0) .slide-content {
  background: #007a87;
}
.lives_changed-slider .slide:first-child .slide-content, .lives_changed-slider .slide:nth-child(3n+1) .slide-content {
  background: #21578a;
}
.lives_changed-slider .slide:nth-child(5n+0) .slide-content {
  background: #651d32 !important;
}

@media print, screen and (min-width: 64em) {
  .lives_changed-slider {
    padding: 3.75rem 0 10rem 0; } }
@media print, screen and (min-width: 45em) {
  .lives_changed-slider .lives-slider {
    padding: 0 2rem; } }
.lives_changed-slider .block-title {
  text-align: center;
  margin-bottom: 2.75rem; }
  .lives_changed-slider .block-title h4 {
    position: relative;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.75rem;
    color: #fefefe;
    background: #c6352d;
    margin-bottom: 1rem;
    padding: .25rem 0;}
  .lives_changed-slider .block-title h4 .fireworks {
    position: absolute;
    top: -.5em;
    height: 2.25em;
    width: 2.25em;
    opacity: .6;
  }
  .lives_changed-slider .block-title h4 .fireworks.left {
    left: -.5em;
  }
  .lives_changed-slider .block-title h4 .fireworks.right {
    right: -.5em;
  }
    @media print, screen and (min-width: 64em) {
      .lives_changed-slider .block-title h4 {
        font-size: 2.2rem;
        line-height: 3.25rem;
        padding: 0; }
      .lives_changed-slider .block-title h4 .fireworks {
        top: -.75em;
        height: 3em;
        width: 3em;
        opacity: 1;
      } }
  .lives_changed-slider .block-title p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: "normal";
    font-size: 0.90625rem;
    line-height: 1.125rem;
    color: #fefefe;
    margin: 0; }
    @media print, screen and (min-width: 64em) {
      .lives_changed-slider .block-title p {
        font-size: 1.225rem;
        line-height: 1.75rem; } }
        
        .lives_changed-slider .lives-slider .slide {
          margin: auto 1rem;
        }
        .lives_changed-slider .lives-slider .slide .slide-content {
        text-align: center;
        z-index: 3;
        padding: 1rem .5rem .05rem;
        max-width: 12.5rem;
        min-height: 16rem;
        margin: 0 auto;
        color: #fefefe;
        font-family: 'Raleway', sans-serif; }
        @media print, screen and (min-width: 48em) {
          .lives_changed-slider .lives-slider .slide .slide-content {
            max-width: 28.125rem;
            min-height: 22rem; } }
            
        .lives_changed-slider .lives-slider .slide .slide-content img {
          width: 5rem;
          height: 5rem;
          margin: 0 auto 1rem; }
          @media print, screen and (min-width: 64em) {
            .lives_changed-slider .lives-slider .slide .slide-content img {
              width: 10rem;
              height: 10rem; } }
              
        .lives_changed-slider .lives-slider .slide .slide-content h5 {
          font-weight: 700;
          font-style: "normal";
          font-size: 1rem;
          line-height: 1.5rem;
          color: #fefefe;
          margin-bottom: 1.25rem; }
          @media print, screen and (min-width: 64em) {
            .lives_changed-slider .lives-slider .slide .slide-content h5 {
              font-size: 1.25rem;
              line-height: 1.5rem; } }
        .lives_changed-slider .lives-slider .slide .slide-content p.count {
          display: inline-block;
          font-weight: 900;
          font-style: "normal";
          font-size: 1.75rem;
          background: #fefefe;
          padding: .25em .75em;
        }
        .lives_changed-slider .slide:first-child .slide-content p.count, .lives_changed-slider .slide:nth-child(3n+1) .slide-content p.count {
          color: #21578a;
        }
        .lives_changed-slider .slide:nth-child(3n-1) .slide-content p.count {
          color: #616365;
        }
        .lives_changed-slider .slide:nth-child(3n+0) .slide-content p.count {
          color: #007a87;
        }
        .lives_changed-slider .slide:nth-child(5n+0) .slide-content p.count {
          color: #651d32 !important;
        }
        
        .lives_changed-slider .lives-slider .slide .slide-content p.label {
          /* font-family: 'Raleway', sans-serif; */
          font-weight: 500;
          font-style: "normal";
          font-size: .75rem;
          line-height: 1rem;
          text-transform: uppercase;
        }
          @media print, screen and (min-width: 64em) {
            .lives_changed-slider .lives-slider .slide .slide-content p {
              font-size: 1rem;
              line-height: 1.5rem; } }
       

.investment-slider {
  background: #343434;
  margin: 0;
  padding: 2rem 0 3rem 0; }
  @media print, screen and (min-width: 64em) {
    .investment-slider {
      padding: 3.75rem 0 10rem 0; } }
  .investment-slider .block-title {
    text-align: center;
    margin-bottom: 2.75rem; }
    .investment-slider .block-title h4 {
      font-family: 'Merriweather', sans-serif;
      font-weight: 400;
      font-size: 1.375rem;
      line-height: 1.75rem;
      color: #fefefe;
      margin-bottom: 1rem; }
      @media print, screen and (min-width: 64em) {
        .investment-slider .block-title h4 {
          font-size: 2.2rem;
          line-height: 3.25rem; } }
    .investment-slider .block-title p {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-style: "normal";
      font-size: 0.90625rem;
      line-height: 1.125rem;
      color: #fefefe;
      margin: 0; }
      @media print, screen and (min-width: 64em) {
        .investment-slider .block-title p {
          font-size: 1.225rem;
          line-height: 1.75rem; } }
  .investment-slider .inv-slider .slide .slide-content {
    text-align: center;
    z-index: 3;
    max-width: 12.5rem;
    margin: 0 auto; }
    @media print, screen and (min-width: 48em) {
      .investment-slider .inv-slider .slide .slide-content {
        max-width: 28.125rem; } }
    .investment-slider .inv-slider .slide .slide-content img {
      width: 6.25rem;
      height: 6.375rem;
      margin: 0 auto; }
      @media print, screen and (min-width: 64em) {
        .investment-slider .inv-slider .slide .slide-content img {
          width: 12rem;
          height: 12.24rem; } }
    .investment-slider .inv-slider .slide .slide-content h5 {
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-style: "normal";
      font-size: 1.5rem;
      line-height: 1.75rem;
      color: #fefefe;
      margin-bottom: 1.25rem; }
      @media print, screen and (min-width: 64em) {
        .investment-slider .inv-slider .slide .slide-content h5 {
          font-size: 1.575rem;
          line-height: 2rem; } }
    .investment-slider .inv-slider .slide .slide-content p {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-style: "normal";
      font-size: 1rem;
      line-height: 1.5rem;
      color: #fefefe; }
      @media print, screen and (min-width: 64em) {
        .investment-slider .inv-slider .slide .slide-content p {
          font-size: 1rem;
          line-height: 1.5rem; } }
  .investment-slider .slick-next, .lives_changed-slider .slick-next {
    right: 0;
    background-image: none; }
    .investment-slider .slick-next:before, .lives_changed-slider .slick-next:before {
      content: "\e902";
      font-family: 'icomoon';
      font-size: 1.375rem; }
      @media print, screen and (min-width: 64em) {
        .investment-slider .slick-next:before, .lives_changed-slider .slick-next:before {
          font-size: 2.375rem; } }
  .investment-slider .slick-prev, .lives_changed-slider .slick-prev {
    background-image: none;
    left: 0; }
    .investment-slider .slick-prev:before, .lives_changed-slider .slick-prev:before {
      content: "\e901";
      font-family: 'icomoon';
      font-size: 1.375rem; }
      @media print, screen and (min-width: 64em) {
        .investment-slider .slick-prev:before, .lives_changed-slider .slick-prev:before {
          font-size: 2.375rem; } }
  .investment-slider .slick-dots, .lives_changed-slider .slick-dots {
    bottom: -1.875rem; }
    @media print, screen and (min-width: 64em) {
      .investment-slider .slick-dots, .lives_changed-slider .slick-dots {
        bottom: -6.875rem; } }
    .investment-slider .slick-dots li, .lives_changed-slider .slick-dots li {
      width: 0.5625rem;
      height: 0.5625rem;
      margin: 0 0.5rem; }
      @media print, screen and (min-width: 64em) {
        .investment-slider .slick-dots li, .lives_changed-slider .slick-dots li {
          width: 1rem;
          height: 1rem; } }
      .investment-slider .slick-dots li button, .lives_changed-slider .slick-dots li button {
        width: 0.5625rem;
        height: 0.5625rem; }
        @media print, screen and (min-width: 64em) {
          .investment-slider .slick-dots li button, .lives_changed-slider .slick-dots li button {
            width: 1rem;
            height: 1rem; } }
        .investment-slider .slick-dots li button:before, .lives_changed-slider .slick-dots li button:before {
          content: '';
          width: 0.5625rem;
          height: 0.5625rem;
          border: 0.0625rem solid #fefefe;
          border-radius: 100%;
          opacity: 1; }
          @media print, screen and (min-width: 64em) {
            .investment-slider .slick-dots li button:before, .lives_changed-slider .slick-dots li button:before {
              width: 1rem;
              border: 0.125rem solid #fefefe;
              height: 1rem; } }
      .investment-slider .slick-dots li.slick-active button:before, .lives_changed-slider .slick-dots li.slick-active button:before {
        background: #fefefe;
        opacity: 1; }

.take-action {
  background: #007986;
  margin: 0;
  padding: 2.5rem 0.625rem 0 0.625rem; }
  @media print, screen and (min-width: 64em) {
    .take-action {
      padding: 2.25rem 0 5rem 0; } }
  .take-action .block-title {
    text-align: center;
    margin-bottom: 2.5rem;
    border-bottom: 0.0625rem solid #AAABAC; }
    @media print, screen and (min-width: 64em) {
      .take-action .block-title {
        margin-bottom: 3.125rem; } }
    .take-action .block-title h4 {
      font-family: 'Merriweather', sans-serif;
      font-weight: 400;
      font-size: 1.375rem;
      line-height: 1.75rem;
      color: #fefefe;
      margin-bottom: 1.25rem; }
      @media print, screen and (min-width: 64em) {
        .take-action .block-title h4 {
          font-size: 2.2rem;
          line-height: 3.25rem; } }
  .take-action .action-block {
    margin-bottom: 2.5rem; }
    @media print, screen and (min-width: 64em) {
      .take-action .action-block {
        margin-bottom: 0; } }
    .take-action .action-block h6 {
      font-family: 'Raleway', sans-serif;
      font-weight: 600;
      font-style: "normal";
      font-size: 1.5rem;
      line-height: 2rem;
      color: #fefefe;
      margin-bottom: 1.25rem; }
      @media print, screen and (min-width: 64em) {
        .take-action .action-block h6 {
          font-size: 1.275rem;
          line-height: 2rem; } }
    .take-action .action-block p {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-style: "normal";
      font-size: 1rem;
      line-height: 1.5rem;
      color: #fefefe;
      margin-bottom: 1.5rem; }
      @media print, screen and (min-width: 64em) {
        .take-action .action-block p {
          font-size: 1rem;
          line-height: 1.575rem;
          padding-right: 3.125rem; } }
    .take-action .action-block .cta-btn {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-style: "normal";
      font-size: 1.1875rem;
      color: #fefefe;
      background: #D42D26;
      line-height: 1.375rem;
      padding: 1.25rem 2rem;
      border: none;
      display: block;
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .take-action .action-block .cta-btn {
          padding: 0 1.2625rem;
          height: 3.25rem;
          line-height: 3rem;
          display: inline-block;
          font-size: 1.25rem; } }
      .take-action .action-block .cta-btn:hover {
        background: #343434; }

.news-wrapper {
  margin: 0;
  padding: 2.5rem 0 7.5rem 0; }
  @media print, screen and (min-width: 64em) {
    .news-wrapper {
      padding: 2.5rem 0 7.375rem 0; } }
  .news-wrapper .block-title {
    text-align: center; }
    .news-wrapper .block-title h4 {
      font-family: 'Merriweather', sans-serif;
      font-weight: 400;
      font-size: 1.375rem;
      line-height: 1.75rem;
      color: #333333;
      margin-bottom: 2.5rem; }
      @media print, screen and (min-width: 64em) {
        .news-wrapper .block-title h4 {
          font-size: 2rem;
          line-height: 3rem; } 
      }

      .news-wrapper .news-slider .slide .slide-image {
          float: left;
          max-width: 270px;
          padding-right: 20px;
          padding-top: 5px;
          padding-bottom: 2rem;
      }  
      
      .news-wrapper .news-slider .slide .slide-image img {
          max-width: 100%;
          height: auto;
      }
      
.news-wrapper .news-slider .slide .wrapper {
    text-align: center;
    z-index: 3;
    max-width: 12.5rem;
    margin: 0 auto; 
}

@media print, screen and (min-width: 48em) {
    .news-wrapper .news-slider .slide .wrapper {
        max-width: 28.125rem;
    } 
}
    @media print, screen and (min-width: 64em) {
      .news-wrapper .news-slider .slide .wrapper {
        max-width: 50rem; } }
    .news-wrapper .news-slider .slide .slide-content h6 {
      font-family: 'Raleway', sans-serif;
      font-weight: 600;
      font-style: "normal";
      font-size: 0.7125rem;
      line-height: 1.025rem;
      color: #333333;
      margin-bottom: 1.25rem; }
      @media print, screen and (min-width: 64em) {
        .news-wrapper .news-slider .slide .slide-contents h6 {
          font-size: 1rem;
          line-height: 1.625rem; } }
      .news-wrapper .news-slider .slide .slide-content h6 span {
        display: block;
        height: 0;
        color: transparent; }
        @media print, screen and (min-width: 64em) {
          .news-wrapper .news-slider .slide .slide-content h6 span {
            display: inline;
            color: #333333;
            height: auto;
            padding: 0 0.625rem; } }
    .news-wrapper .news-slider .slide .slide-content a {
      font-family: 'Raleway', sans-serif;
      font-weight: 600;
      font-style: "normal";
      font-size: 1.275rem;
      line-height: 1.55rem;
      color: #333333;
      border: none; }
      @media print, screen and (min-width: 64em) {
        .news-wrapper .news-slider .slide .slide-contents a {
          font-size: 1.875rem;
          line-height: 2.5rem; } }
      
      .news-wrapper .news-slider .slide.with-image .slide-content {
          text-align: left;
      }      
      
      
  .news-wrapper .news-slider .slick-next {
    right: 0;
    background-image: none; }
    .news-wrapper .news-slider .slick-next:before {
      content: "\e902";
      font-family: 'icomoon';
      font-size: 1.375rem;
      color: #D42D26; }
      @media print, screen and (min-width: 64em) {
        .news-wrapper .news-slider .slick-next:before {
          font-size: 2.375rem; } }
  .news-wrapper .news-slider .slick-prev {
      z-index: 4;
    background-image: none;
    left: 0; }
    .news-wrapper .news-slider .slick-prev:before {
      content: "\e901";
      font-family: 'icomoon';
      font-size: 1.375rem;
      color: #D42D26; }
      @media print, screen and (min-width: 64em) {
        .news-wrapper .news-slider .slick-prev:before {
          font-size: 2.375rem; } }
  .news-wrapper .news-slider .slick-dots {
    bottom: -3.125rem; }
    .news-wrapper .news-slider .slick-dots li {
      margin: 0 0.5rem;
      width: 0.5625rem;
      height: 0.5625rem; }
      @media print, screen and (min-width: 64em) {
        .news-wrapper .news-slider .slick-dots li {
          width: 1rem;
          height: 1rem; } }
      .news-wrapper .news-slider .slick-dots li button {
        width: 0.5625rem;
        height: 0.5625rem; }
        @media print, screen and (min-width: 64em) {
          .news-wrapper .news-slider .slick-dots li button {
            width: 1rem;
            height: 1rem; } }
        .news-wrapper .news-slider .slick-dots li button:before {
          content: '';
          border: 0.125rem solid #343434;
          border-radius: 100%;
          opacity: 1;
          width: 0.5625rem;
          height: 0.5625rem; }
          @media print, screen and (min-width: 64em) {
            .news-wrapper .news-slider .slick-dots li button:before {
              width: 1rem;
              height: 1rem; } }
      .news-wrapper .news-slider .slick-dots li.slick-active button:before {
        background: #343434;
        opacity: 1; }

@media screen and (max-width: 47.9375em) {
  #media-secton {
    padding-top: 0; } }

#media-secton .ribbon-title {
  position: static;
  margin-bottom: 2.5rem; }
  @media print, screen and (min-width: 64em) {
    #media-secton .ribbon-title {
      position: absolute;
      margin-bottom: 0; } }
  #media-secton .ribbon-title .ribbon-wrapper {
    display: block; }
    @media print, screen and (min-width: 64em) {
      #media-secton .ribbon-title .ribbon-wrapper {
        display: inline-block; } }
    #media-secton .ribbon-title .ribbon-wrapper:before, #media-secton .ribbon-title .ribbon-wrapper:after {
      display: none; }
      @media print, screen and (min-width: 64em) {
        #media-secton .ribbon-title .ribbon-wrapper:before, #media-secton .ribbon-title .ribbon-wrapper:after {
          display: block;
          border-width: 1.875rem; } }
    #media-secton .ribbon-title .ribbon-wrapper h3 {
      padding: 1.25rem 2.8125rem;
      font-family: 'Merriweather', sans-serif;
      font-weight: 400;
      font-size: 1.375rem;
      line-height: 1.75rem; }
      @media print, screen and (min-width: 64em) {
        #media-secton .ribbon-title .ribbon-wrapper h3 {
          font-size: 1.875rem;
          height: 2.75rem;
          line-height: 2.375rem;
          padding: 0 1.25rem 0 1.25rem !important; } }

#media-secton .underline-title > h4 {
  font-family: 'Merriweather', sans-serif;
  font-weight: 400;
  color: #D42D26; }

#media-secton .meltwater-list ul li .meltwater-excerpt header a {
  color: #393939; }

#media-secton .meltwater-list ul li .meltwater-excerpt h4 {
  font-family: 'Merriweather', sans-serif;
  font-weight: 400; }

#media-secton .twitter-feed .title-block > h4 {
  font-family: 'Merriweather', sans-serif;
  font-weight: 400;
  color: #D42D26; }
  #media-secton .twitter-feed .title-block > h4:last-child {
    color: #0a0a0a; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #343434;
  border-bottom: 1px solid transparent;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #343434;
font-family: "Merriweather",serif; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #343434;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.9rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #343434;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #343434; }
  
  
  #masthead-container.has-images {
      margin-bottom: 0;
  }
  
  
  
nav#dropdown-menu {
	/*position: relative;*/
	height: 50px;
	margin: 0 auto;
	max-width: 70rem; 
	width: 100%;
	background: transparent;
	z-index: 100;
}

@media only screen and (min-width: 64.05em) and (max-width: 93.75em) {
    nav#dropdown-menu {
        max-width: 90vw;
    }
}

nav#dropdown-menu ul.main-menu li {
    position: relative;
}

nav#dropdown-menu ul.main-menu > li > ul {
    width: auto;
    position: absolute;
    top: 50px;
    left: 0;
    height: auto;
    padding: 20px 0 0;
    background-color: rgba(30,28,28,0.95);
    visibility: hidden;
}

nav#dropdown-menu ul.main-menu > li:hover > ul,
nav#dropdown-menu ul.main-menu > li:focus > ul {
    visibility: visible;
}

nav#dropdown-menu ul.main-menu > li:hover > ul li {
    white-space: nowrap;
}

nav#dropdown-menu ul.main-menu > li > ul a {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
    margin: 0 !important;
    border-bottom: none;
}

nav#dropdown-menu ul.main-menu > li:hover > ul li a:hover {
    text-decoration: none;
    background: #d42d26;
    color: #fff;
}

nav#dropdown-menu ul.main-menu > li:hover > ul li.active a {
    background: #d42d26;
}

body.page-template-template-tabs_page ul.tabs li {
    margin-right: .1rem;
}

body #masthead-container .row {
    margin-bottom: 0;
}

body #masthead-grid {
    margin-bottom: 0;
    margin-top: 0;
}

body.page-template-template-innovation_landing .shadow {
    margin-top: 0;
}


body.high-contrast #main-container{
     -webkit-filter: grayscale(100%) contrast(100%);
    filter: grayscale(100%) contrast(100%);
    
}

body.high-contrast #main-container img{
    
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    
}

body.low-contrast #main-container{
    -webkit-filter: grayscale(100%) contrast(50%);
    filter: grayscale(100%) contrast(50%);
    
}

body.low-contrast #main-container img{
    
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    
}
/*Accessibility*/
nav#dropdown-menu ul.main-menu > li > ul a{
	padding-top:6px;
  padding-bottom:6px;
}

body.high-contrast #main-container{
     -webkit-filter: grayscale(100%) contrast(100%);
    filter: grayscale(100%) contrast(100%);
    
}

body.high-contrast #main-container img{
    
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    
}

body.low-contrast #main-container{
    -webkit-filter: grayscale(100%) contrast(50%);
    filter: grayscale(100%) contrast(50%);
    
}

body.low-contrast #main-container img{
    
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    
}

nav#dropdown-menu ul.main-menu > li:hover > ul li{
	width:100%;
	
}

.sidebar-item .sidebar-item-body .button-container{
	
	display: flex;
   align-items: center;
   justify-content: flex-end;
}

.sidebar-item .sidebar-item-body .button-container span.btn-file-desc{
	
	margin-top: 1rem;
    color: white;
    margin-right: 10px;
}


body .tab-bar a.menu-icon {
    z-index: 10;
}

.tab-bar .menu-icon span::after {
    display: none;
}

.tab-bar .menu-icon {
    padding-top: 10px;
    padding-left: 7px;
}

.tab-bar .menu-icon span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

.tab-bar .menu-icon span:first-child
{
  transform-origin: 0% 0%;
}

.tab-bar .menu-icon span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

.tabs .tab-title > a {
    font-size: 0.8rem;
    padding: 0.5rem 0.6rem;
}