@charset "UTF-8";
/* global variables, mixins, functions, etc. */
/* ==========================================================================
   SASS Base: Variables, mixins, etc.
   ========================================================================== */
/* Add more colors here! */
/*
 * Easy conversion to em from pixels
 */
/*
 * Replicate adobe tracking values in em
 */
/*
 * Photoshop Text Shadow
 * NOTE: $spread has no effect for text shadows
 * https://gist.github.com/heygrady/1039282
 */
/*
 * Clearfix
 */
/*
 * Using variation specific font names from the start to avoid IE8 issues
 * http://help.typekit.com/customer/portal/articles/6855-Using-multiple-weights-and-styles
 */
/*!
 *  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);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  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; }

/*
 * HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/
 * Don't edit
 */
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

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

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

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

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

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

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * 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
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.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: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, 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; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* user defined base styles */
html, body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 74.9375em) {
    html, body {
      font-size: 15px; } }
  @media (max-width: 61.9375em) {
    html, body {
      font-size: 14px; } }
  @media (max-width: 47.9375em) {
    html, body {
      font-size: 13px; } }

.home {
  background: #fff; }

/* ==========================================================================
   Global button styles
   ========================================================================== */
.button {
  background: #f9f9fa;
  border-radius: 100px;
  display: inline-block;
  padding: 0.9375em 2.5em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  color: #8e84c2;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: background 0.3s ease-out, box-shadow 0.3s ease-out; }
  .button:hover {
    background: #f1f1f3;
    text-decoration: none;
    color: #8e84c2;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15); }
  .button:visited, .button:active, .button:focus {
    color: #8e84c2; }

.button--simple, .button--twitter {
  border: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
  display: block;
  box-shadow: 0 0 0 transparent;
  padding: 1em 2.5em 1em 2.5em; }
  .button--simple:hover, .button--twitter:hover {
    box-shadow: 0 0 0 transparent; }

.button--twitter {
  border: 1px solid #1DA1F2;
  background: #1DA1F2;
  color: #fff; }
  .button--twitter:hover {
    background: #1DA1F2;
    color: #fff; }
  .button--twitter:visited, .button--twitter:active, .button--twitter:focus {
    background: #1DA1F2;
    color: #fff; }

/* ==========================================================================
Global Input Styles
========================================================================== */
.select-wrap {
  background: #fff;
  border: 0;
  height: 3.5em;
  letter-spacing: -0.05em;
  line-height: 3.5em;
  overflow: hidden;
  position: relative;
  border: 1px solid #8e84c2; }
  .select-wrap:after {
    content: "\f078";
    font-family: 'FontAwesome';
    color: #8e84c2;
    font-size: 20px;
    right: 20px;
    top: 0px;
    z-index: 1;
    position: absolute; }
  .select-wrap select {
    background: transparent;
    border: none;
    color: #8e84c2;
    cursor: pointer;
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 0px;
    /* If you add too much padding here, the options won't show in IE */
    padding-left: 25px;
    width: 130% !important;
    max-width: 130% !important;
    min-height: 100%;
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
    outline: 0;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700; }
    .select-wrap select:focus {
      outline: 0; }

input[type="text"],
input[type="email"] {
  background: #fff;
  border: 0;
  height: 3.5em;
  line-height: 3.5em;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e6e7;
  padding-left: 25px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px; }

button {
  background: #fff;
  border: 0;
  height: 4em;
  line-height: 4em;
  overflow: hidden;
  position: relative;
  border: 1px solid #8e84c2;
  text-align: center;
  text-transform: uppercase;
  color: #8e84c2;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.875em;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700; }

/* ==========================================================================
   Global link styles
   ========================================================================== */
a {
  color: #4b637e;
  text-decoration: none; }

a:hover {
  color: #4b637e;
  text-decoration: underline; }

a:visited {
  color: #4b637e; }

/* module or section specific styles */
.card {
  border: 10px solid transparent;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden; }
  .card .card-content {
    background-color: #fff;
    background: url("../images/card-bg-dark.png") repeat #4b637e;
    border: 1px solid #e2e6e7;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 0 transparent; }

.card__background-image {
  position: absolute;
  top: 11px;
  left: 11px;
  bottom: 11px;
  right: 11px;
  background: no-repeat transparent 50% 50%;
  background-size: cover; }

.card__title {
  color: #fff;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: 1.11111em;
  position: absolute;
  bottom: 0.55556em;
  margin: 0;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  left: 10px;
  right: 10px;
  z-index: 10; }

.card-content.has-background-image:after {
  content: '';
  position: absolute;
  bottom: 11px;
  left: 11px;
  right: 11px;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.75) 70%);
  display: block;
  z-index: 1;
  pointer-events: none; }

.card-content.has-background-image .card__title {
  color: #fff; }

.card__descriptor {
  display: block;
  font-size: 0.77778em;
  font-style: italic;
  text-transform: none;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300; }

a:hover .card__title {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px); }

.card-listing {
  overflow: hidden; }
  .card-listing--1 .card-listing__card {
    float: none;
    width: auto; }
  .card-listing--2 .card-listing__card {
    width: 50%; }
    @media (max-width: 40em) {
      .card-listing--2 .card-listing__card {
        width: 100%; } }
  .card-listing--3 .card-listing__card {
    width: 30%; }
    @media (max-width: 40em) {
      .card-listing--3 .card-listing__card {
        width: 100%; } }
  .card-listing--4 .card-listing__card {
    width: 18%; }
    @media (max-width: 40em) {
      .card-listing--4 .card-listing__card {
        width: 100%; } }
  .card-listing--5 .card-listing__card {
    width: 15%; }
    @media (max-width: 40em) {
      .card-listing--5 .card-listing__card {
        width: 100%; } }
  .card-listing--5 .card-listing__card--1 {
    margin-left: 0;
    width: 30%; }
    @media (max-width: 40em) {
      .card-listing--5 .card-listing__card--1 {
        width: 100%; } }

.card-listing__card {
  float: left;
  width: 33.333333%;
  position: relative; }
  .card-listing__card:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 57.14286%; }
  .card-listing__card > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (max-width: 47.9375em) {
    .card-listing__card {
      width: 100%; } }

.pagination {
  clear: both;
  float: left;
  margin: 20px auto 20px auto;
  text-align: center;
  width: 100%; }

.load-more-btn {
  display: inline-block;
  outline: 0; }
  .load-more-btn:focus {
    outline: 0; }

.container {
  margin: 0 auto;
  max-width: 79.5em;
  padding: 0 1.25em; }

.container--wrapper {
  overflow: hidden; }

.container__half {
  float: left;
  width: 50%; }
  @media (max-width: 64.1875em) {
    .container__half {
      float: none;
      margin-bottom: 3.125em;
      width: 100%; } }

.container__full {
  max-width: 100%; }

.basic-content.with-selector {
  overflow: hidden; }
  .basic-content.with-selector .basic-content__wysiwyg-content {
    width: 60%;
    float: left;
    margin-right: 10%; }
    @media (max-width: 767px) {
      .basic-content.with-selector .basic-content__wysiwyg-content {
        width: auto;
        float: none;
        margin-right: 0; } }
  .basic-content.with-selector .basic-content__issue-selector {
    width: 30%;
    float: left;
    margin-top: 5.25em; }
    @media (max-width: 767px) {
      .basic-content.with-selector .basic-content__issue-selector {
        width: auto;
        float: none;
        margin-top: 0; } }

.columned-content__row {
  overflow: hidden; }
  .columned-content__row--2 .columned-content__column {
    width: 48%; }
    .columned-content__row--2 .columned-content__column:first-child {
      margin-right: 4%; }
    @media (max-width: 767px) {
      .columned-content__row--2 .columned-content__column {
        width: 100%; }
        .columned-content__row--2 .columned-content__column:first-child {
          margin-right: 0; } }
  .columned-content__row--3 .columned-content__column {
    margin-right: 3%;
    width: 31%; }
    .columned-content__row--3 .columned-content__column:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .columned-content__row--3 .columned-content__column {
        margin-right: 0;
        width: 100%; } }

.columned-content__column {
  float: left; }

.connect-with-us {
  overflow: hidden; }
  .connect-with-us form {
    overflow: hidden; }

.connect-with-us__header {
  text-align: center; }

.connect-with-us__column {
  float: left;
  width: 48%; }
  .connect-with-us__column:first-child {
    margin-right: 4%; }
  @media (max-width: 47.9375em) {
    .connect-with-us__column {
      float: none;
      width: auto; }
      .connect-with-us__column:first-child {
        margin-right: 0; } }

.connect-with-us--full h2 {
  margin-bottom: 1.875em; }

.connect-with-us--full form {
  margin-bottom: 1.875em; }

.connect-with-us--full .mc-field-group--first-name,
.connect-with-us--full .mc-field-group--last-name {
  float: left;
  width: 49%; }

.connect-with-us--full .mc-field-group--first-name {
  margin-right: 2%;
  width: 49%; }

.connect-with-us--full .button--simple, .connect-with-us--full .button--twitter {
  box-sizing: border-box;
  width: 100%; }

.connect-with-us--full .response {
  margin-bottom: 1.875em;
  font-size: 1.125em;
  letter-spacing: 0;
  line-height: 1.66667em; }

.connect-with-us--minimal .connect-with-us__column {
  float: left;
  width: 36%; }
  .connect-with-us--minimal .connect-with-us__column:first-child {
    width: 60%;
    margin-right: 4%; }
  @media (max-width: 47.9375em) {
    .connect-with-us--minimal .connect-with-us__column {
      float: none;
      width: 100%; }
      .connect-with-us--minimal .connect-with-us__column:first-child {
        margin-right: 0;
        width: 100%; } }

.connect-with-us--minimal form .mc-field-group--email {
  float: left;
  margin-right: 20px;
  width: 75%; }
  .connect-with-us--minimal form .mc-field-group--email input[type="email"] {
    width: 100%; }

.connect-with-us--minimal form .button--simple, .connect-with-us--minimal form .button--twitter {
  float: left;
  padding-bottom: 1.125em;
  padding-top: 1.125em;
  width: calc( 25% - 20px); }

@media (max-width: 64.1875em) {
  .connect-with-us--minimal form .mc-field-group--email {
    width: 60%; }
  .connect-with-us--minimal form .button--simple, .connect-with-us--minimal form .button--twitter {
    width: calc( 40% - 20px); } }

@media (max-width: 47.9375em) {
  .connect-with-us--minimal form .mc-field-group--email,
  .connect-with-us--minimal form .button--simple,
  .connect-with-us--minimal form .button--twitter {
    float: none; }
  .connect-with-us--minimal form .mc-field-group--email {
    margin: 0;
    width: auto; }
    .connect-with-us--minimal form .mc-field-group--email input[type="email"] {
      margin-bottom: 0.625em; }
  .connect-with-us--minimal form .button--simple, .connect-with-us--minimal form .button--twitter {
    display: block;
    width: 100%; } }

.connect-with-us--minimal form .response {
  margin-bottom: 1.875em;
  font-size: 1.125em;
  letter-spacing: 0;
  line-height: 1.66667em; }

.connect-with-us--minimal .connect-with-us__form-intro h2 {
  font-size: 1.5em;
  text-transform: uppercase; }
  .connect-with-us--minimal .connect-with-us__form-intro h2 a {
    font-size: 0.75em;
    color: #8e84c2;
    margin-left: 0.83333em; }
    @media (max-width: 47.9375em) {
      .connect-with-us--minimal .connect-with-us__form-intro h2 a {
        display: block;
        margin-left: 0; } }

.connect-with-us--minimal .connect-with-us__social-content h2 {
  font-size: 1.5em;
  text-transform: uppercase; }

.connect-with-us__form-intro.wysiwyg-content img {
  height: auto;
  max-width: 100%; }

.connect-with-us__form-intro.wysiwyg-content h2 {
  color: #41aba4;
  font-size: 1.5em;
  text-transform: uppercase; }

.connect-with-us__newsletter-content.wysiwyg-content img {
  height: auto;
  max-width: 100%; }

.connect-with-us__newsletter-content.wysiwyg-content h2 {
  color: #41aba4;
  font-size: 1.5em;
  text-transform: uppercase; }

.connect-with-us__newsletter-content.wysiwyg-content p {
  font-size: 1em; }

.content-with-buttons {
  overflow: hidden; }
  .content-with-buttons .card-listing {
    width: 100%;
    clear: both;
    margin-left: -10px; }
    @media (max-width: 64.1875em) {
      .content-with-buttons .card-listing {
        margin-left: 0; } }
  .content-with-buttons + .content-with-buttons {
    margin-top: 4.375em; }

.content-with-buttons__buttons {
  float: right;
  max-width: 30%;
  padding-top: 0.625em; }
  @media (max-width: 64.1875em) {
    .content-with-buttons__buttons {
      border-bottom: 1px solid #cccccc;
      float: none;
      max-width: 100%;
      padding: 2.5em 0; } }

.content-with-buttons__button {
  padding: 0 0.625em; }
  @media (max-width: 64.1875em) {
    .content-with-buttons__button .button {
      display: block; } }

.content-with-buttons__wysiwyg-content {
  border-bottom: 1px solid #cccccc;
  float: left;
  width: 70%; }
  @media (max-width: 64.1875em) {
    .content-with-buttons__wysiwyg-content {
      border-bottom: 0;
      float: none;
      width: 100%; } }

.content-with-buttons--news .content-with-buttons__wysiwyg-content,
.content-with-buttons--news .content-with-buttons__buttons,
.content-with-buttons--issues .content-with-buttons__wysiwyg-content,
.content-with-buttons--issues .content-with-buttons__buttons {
  border-bottom: 0; }

.content-with-buttons--news .wysiwyg-content,
.content-with-buttons--issues .wysiwyg-content {
  margin-bottom: 1.25em; }
  .content-with-buttons--news .wysiwyg-content h2,
  .content-with-buttons--issues .wysiwyg-content h2 {
    font-size: 1.875em;
    color: #000; }

.content-with-file-download {
  overflow: hidden; }
  .content-with-file-download .triangle-bg {
    margin-top: 0; }

.content-with-file-download__file-wrapper {
  margin-top: 2.5em;
  max-width: 40%;
  position: relative;
  z-index: 2; }
  .content-with-file-download__file-wrapper--right {
    float: right;
    margin-left: 1.25em; }
  .content-with-file-download__file-wrapper--left {
    float: left;
    margin-right: 1.25em; }

.content-with-file-download .content-with-file-download__wysiwyg-content {
  max-width: 60%;
  position: relative;
  z-index: 2; }

.content-with-file-download__file-image {
  display: block;
  margin: 0 auto; }

.content-with-file-download__download-button {
  margin: 1.25em 0 0.625em;
  text-align: center; }

@media (max-width: 64.1875em) {
  .content-with-file-download .triangle-bg {
    display: none; }
  .content-with-file-download__file-wrapper {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: auto; }
  .content-with-file-download .content-with-file-download__wysiwyg-content {
    width: auto;
    max-width: 100%;
    float: none;
    margin-right: 0; } }

.featured-item-grid {
  background: url("../images/dna.png") no-repeat transparent 0 0px;
  background-size: contain;
  margin: 0 !important;
  position: relative; }
  .featured-item-grid .container {
    overflow: hidden;
    padding: 3.125em 0;
    position: relative;
    z-index: 2; }
    .featured-item-grid .container:after {
      background: linear-gradient(to right, #6dc279 0%, #90bc67 100%);
      content: '';
      height: 100vw;
      position: absolute;
      right: -50vw;
      top: -50vw;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 100vw;
      z-index: 1;
      will-change: transform; }
  .featured-item-grid .card__title {
    color: #fff; }
  .featured-item-grid .card-listing {
    position: relative;
    z-index: 3; }
    .featured-item-grid .card-listing--1 .card-listing__card {
      float: left;
      width: 100%; }
    .featured-item-grid .card-listing--2 .card-listing__card {
      float: left;
      width: 50%; }
    .featured-item-grid .card-listing--3 .card-listing__card {
      float: left;
      width: 25%;
      position: relative; }
      .featured-item-grid .card-listing--3 .card-listing__card:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 112.5%; }
      .featured-item-grid .card-listing--3 .card-listing__card > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media (max-width: 59.9375em) {
        .featured-item-grid .card-listing--3 .card-listing__card {
          width: 50%; } }
      @media (max-width: 40em) {
        .featured-item-grid .card-listing--3 .card-listing__card {
          float: none;
          width: auto; } }
    .featured-item-grid .card-listing--3 .card-listing__card--1 {
      margin-left: 0;
      width: 50%;
      position: relative; }
      .featured-item-grid .card-listing--3 .card-listing__card--1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .featured-item-grid .card-listing--3 .card-listing__card--1 > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media (max-width: 59.9375em) {
        .featured-item-grid .card-listing--3 .card-listing__card--1 {
          float: none;
          width: auto; } }
    .featured-item-grid .card-listing--4 .card-listing__card {
      float: left;
      width: 25%;
      position: relative; }
      .featured-item-grid .card-listing--4 .card-listing__card:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 112.5%; }
      .featured-item-grid .card-listing--4 .card-listing__card > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .featured-item-grid .card-listing--5 .card-listing__card {
      float: left;
      width: 25%; }
      @media (max-width: 59.9375em) {
        .featured-item-grid .card-listing--5 .card-listing__card {
          width: 50%; } }
      @media (max-width: 40em) {
        .featured-item-grid .card-listing--5 .card-listing__card {
          width: 100%; } }
    .featured-item-grid .card-listing--5 .card-listing__card--1 {
      margin-left: 0;
      width: 50%; }
      @media (max-width: 59.9375em) {
        .featured-item-grid .card-listing--5 .card-listing__card--1 {
          width: 100%; } }

.full-width-media__video-embed {
  width: 100%; }
  .full-width-media__video-embed iframe {
    width: 100%; }

.full-width-media__video-embed-code {
  width: 100%; }
  .full-width-media__video-embed-code iframe {
    width: 100%; }

.latest-posts {
  border-bottom: 1px solid #e2e6e7;
  overflow: hidden;
  position: relative; }
  .latest-posts.page-section {
    margin: 0; }
  .latest-posts:before {
    content: '';
    background: url("../images/triangle-pattern-green.png") no-repeat transparent 0 0;
    position: absolute;
    left: 0;
    top: 0%;
    width: 60%;
    height: 100%;
    background-size: contain;
    display: block;
    z-index: 1; }
    @media (max-width: 47.9375em) {
      .latest-posts:before {
        width: 90%; } }
  .latest-posts:after {
    content: '';
    background: url("../images/triangle-pattern-white-flip.png") no-repeat transparent 100% 0;
    position: absolute;
    right: 0;
    top: 20%;
    width: 40%;
    height: 100%;
    background-size: contain;
    display: block;
    z-index: 1; }
  .latest-posts .container {
    overflow: hidden;
    padding-bottom: 3.125em;
    padding-top: 3.125em;
    position: relative;
    z-index: 2; }

.latest-posts__news {
  float: left;
  margin-left: -10px;
  width: 60%; }
  @media (max-width: 64.1875em) {
    .latest-posts__news {
      float: none;
      margin: 0;
      width: auto; } }

.latest-posts__buttons {
  float: left;
  margin-top: 5em; }
  @media (max-width: 47.9375em) {
    .latest-posts__buttons {
      margin-top: 2.5em; } }

.latest-posts__events {
  float: right;
  margin-top: -3.2%;
  width: 36%; }
  @media (max-width: 64.1875em) {
    .latest-posts__events {
      float: none;
      margin: 0;
      width: auto; } }

.latest-posts__wysiwyg-content.wysiwyg-content h2 {
  color: #ffffff;
  font-size: 1.875em; }

.member-org-listing__member-orgs {
  overflow: hidden; }

.member-org-listing__member-org-link {
  float: left;
  overflow: hidden; }

.member-org-listing__member-org-logo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 6.25em;
  max-width: 100%; }

.member-org-listing__wysiwyg-content.wysiwyg-content h2 {
  color: #000;
  font-size: 1.875em; }

.member-org-listing__wysiwyg-content.wysiwyg-content h3 {
  color: #000000;
  font-size: 1em;
  text-transform: uppercase; }

.member-org-listing__member-orgs--full {
  margin-top: 3.75em; }
  .member-org-listing__member-orgs--full .member-org-listing__member-org-link {
    margin: 0 0 0 4%;
    width: 13%; }
    .member-org-listing__member-orgs--full .member-org-listing__member-org-link--1 {
      margin-left: 0; }
    .member-org-listing__member-orgs--full .member-org-listing__member-org-link--7, .member-org-listing__member-orgs--full .member-org-listing__member-org-link--15 {
      clear: left;
      margin-left: 0; }

.member-org-listing__member-orgs--half .member-org-listing__member-org-link {
  margin: 0.625em 0 0.625em 4%;
  width: 30%; }
  .member-org-listing__member-orgs--half .member-org-listing__member-org-link--1, .member-org-listing__member-orgs--half .member-org-listing__member-org-link--4, .member-org-listing__member-orgs--half .member-org-listing__member-org-link--7 {
    margin-left: 0; }
  .member-org-listing__member-orgs--half .member-org-listing__member-org-link--1, .member-org-listing__member-orgs--half .member-org-listing__member-org-link--4, .member-org-listing__member-orgs--half .member-org-listing__member-org-link--7 {
    clear: left; }

.people-listing__wysiwyg-content.wysiwyg-content + .people-listing__people--full {
  margin-top: 6.25em; }

.people-listing__wysiwyg-content.wysiwyg-content h2 {
  color: #000;
  font-size: 1.875em; }

.people-listing__wysiwyg-content.wysiwyg-content h3 {
  color: #000000;
  font-size: 1em;
  text-transform: uppercase; }

.people-listing__person img {
  height: auto;
  width: 100%; }

.people-listing__person-details {
  margin-top: 1em; }

.people-listing__person-name {
  font-size: 1em;
  margin: 0;
  text-transform: uppercase; }

.people-listing__person-position {
  font-size: 0.875em;
  margin: 0; }

.people-listing__people--half .people-listing__person {
  float: left;
  margin: 0 10px;
  width: calc( 33.33333333% - 20px); }

.people-listing__people--half .people-listing__person-name {
  font-size: 0.9375em; }
  @media (max-width: 80.625em) {
    .people-listing__people--half .people-listing__person-name {
      font-size: 0.875em; } }

.people-listing__people--half .people-listing__image-wrapper {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative; }
  .people-listing__people--half .people-listing__image-wrapper img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.people-listing__people--full {
  overflow: hidden; }
  .people-listing__people--full .people-listing__person {
    clear: both;
    padding: 6.25em 0 0;
    width: auto; }
    .people-listing__people--full .people-listing__person--1 {
      padding-top: 0; }
    .people-listing__people--full .people-listing__person:nth-child(even) .people-listing__image-wrapper {
      float: right;
      margin-left: 8%;
      margin-right: 0; }
  .people-listing__people--full .people-listing__image-wrapper {
    float: left;
    margin-right: 10%;
    width: 30%;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .people-listing__people--full .people-listing__image-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.25em; } }
  .people-listing__people--full .people-listing__person-details {
    float: left;
    margin-top: -0.3125em;
    position: relative;
    width: 60%;
    z-index: 2; }
    @media (max-width: 767px) {
      .people-listing__people--full .people-listing__person-details {
        width: auto;
        margin-right: 0; } }
  .people-listing__people--full .people-listing__person-name {
    font-size: 1.5em;
    text-transform: none; }

.logo {
  background: #cccccc; }

.logo--horizontal {
  background: url("../images/bpc-logo.png") no-repeat transparent 50% 50%;
  background-size: contain;
  display: block;
  height: 4.8125em;
  text-indent: -9999px;
  width: 20em; }
  @media (max-width: 1100px) {
    .logo--horizontal {
      height: 4.8125em;
      width: 15.625em; } }

.newsletter-embed-frame {
  border: 1px solid #ccc;
  display: block;
  height: 90vh;
  margin: 0 auto;
  width: 80%; }
  @media (max-width: 64.1875em) {
    .newsletter-embed-frame {
      width: 100%; } }

.page-section {
  margin: 6.25em 0; }

.page-section--site-header {
  margin-top: 0; }

.page-section--search-form {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e2e6e7; }

.page-section--main {
  background-repeat: no-repeat;
  background-image: url(../images/dna-top-right.png);
  background-image: url(../images/dna-top-right.png), linear-gradient(#f9f9fa, #fff 10%);
  background-position: top right;
  padding-top: 6.25em; }
  .page-section--main > .page-section:first-child,
  .page-section--main > .post > .page-section:first-child {
    margin-top: 0; }
  @media (max-width: 59.9375em) {
    .page-section--main {
      background-image: linear-gradient(#f9f9fa, #fff 10%); } }

.page-section--content-with-buttons + .page-section--wrapper {
  margin-top: -3.125em; }

body.home .page-section--main {
  background: none;
  padding-top: 0; }

.page-section--site-footer {
  margin-bottom: 0; }

.page-section--page-title {
  margin-bottom: 0; }
  .page-section--page-title + .page-section {
    margin-top: 1.25em; }

.page-section--member_org_listing {
  border-bottom: 1px solid #e2e6e7;
  padding-bottom: 6.25em; }

.page-section--latest-posts + .page-section--connect-with-us.connect-with-us--full {
  margin-top: 2.5em; }

.page-section--connect-with-us.connect-with-us--minimal {
  border-top: 1px solid #e2e6e7;
  padding-top: 3.125em; }

.page-section--post-meta {
  margin-bottom: 0; }

.page-title .page-title__descriptor {
  display: block;
  font-size: 0.625em;
  line-height: 0.625em;
  margin-bottom: 0.83333em;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 400; }

.page-title--with-button .page-title_wysiwyg-content {
  width: calc( 100% - (260px + 20px)); }

.page-title__button {
  float: right;
  margin-top: -0.625em; }

@media (max-width: 64.1875em) {
  .page-title--with-button .page-title_wysiwyg-content {
    width: auto; }
  .page-title__button {
    display: none; } }

.post-meta h3 {
  text-transform: uppercase; }

.post__tools-wrapper {
  overflow: hidden;
  margin-bottom: 3.75em; }

.post__tag-list {
  float: left;
  width: 45%; }

.post__share {
  float: left;
  margin-left: 5%;
  width: 45%; }

@media (max-width: 75em) {
  .post__tag-list, .post__share {
    float: none;
    width: auto; }
  .post__tag-list {
    margin-bottom: 3.75em; } }

.search-form {
  position: relative;
  z-index: 6;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .search-form.open {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  .search-form form {
    display: block;
    margin: 0;
    padding: 0; }
    .search-form form input.search-input {
      display: block;
      width: 100%;
      border: none;
      padding: 2.54545em 0.90909em;
      font-size: 1.375em;
      font-weight: 300;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
      .search-form form input.search-input:focus {
        outline: none; }
    .search-form form .submit {
      position: absolute;
      right: 1.25em;
      width: 3.125em;
      font-size: 30px;
      color: #90bc67;
      background: none;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border: none;
      outline: 0; }
      @media (max-width: 767px) {
        .search-form form .submit {
          right: 0; } }

.site-footer {
  overflow: hidden;
  padding-bottom: 3.125em;
  padding-top: 3.125em;
  position: relative; }
  .site-footer:before {
    background: url("../images/triangle-pattern-white.png") no-repeat transparent 0 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 45%;
    z-index: 1;
    will-change: auto; }
  .site-footer:after {
    background: #4b637e;
    content: '';
    height: 200vw;
    position: absolute;
    right: 0;
    right: -100%;
    top: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    width: 55%;
    width: 200vw;
    z-index: 1;
    will-change: transform; }
  .site-footer .container {
    overflow: hidden;
    position: relative;
    z-index: 2; }

.site-footer__logo {
  float: left;
  margin-right: 10%;
  width: 40%; }

.site-footer__nav {
  float: left;
  width: 50%; }
  .site-footer__nav a {
    color: #ffffff; }
  .site-footer__nav ul {
    font-size: 1.125em;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-transform: uppercase;
    width: 60%; }
    @media (max-width: 75em) {
      .site-footer__nav ul {
        width: 100%; } }
    .site-footer__nav ul li {
      display: block;
      float: left;
      margin-bottom: 1.25em;
      margin-right: 5%;
      width: 45%; }
      @media (max-width: 47.9375em) {
        .site-footer__nav ul li {
          float: none;
          width: 100%; } }

.site-footer__disclaimer {
  color: #fff;
  float: right;
  width: 50%; }
  .site-footer__disclaimer a, .site-footer__disclaimer a:visited, .site-footer__disclaimer a:link, .site-footer__disclaimer a:hover, .site-footer__disclaimer a:active {
    color: #fff;
    text-decoration: underline; }

@media (max-width: 40em) {
  .site-footer {
    background: #4b637e; }
    .site-footer:before, .site-footer:after {
      display: none; }
  .site-footer__logo {
    display: none; }
  .site-footer__nav {
    float: none;
    width: 100%; }
  .site-footer__disclaimer {
    float: none;
    width: 100%; } }

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e2e6e7;
  margin-bottom: 0;
  overflow: hidden;
  padding: 1.875em 0; }

body.home .site-header {
  border-bottom: 0; }

.site-header__logo {
  float: left;
  width: 30%; }

.site-header__toggle {
  display: none; }
  .site-header__toggle a {
    outline: 0; }
  @media (max-width: 959px) {
    .site-header__toggle {
      display: block;
      float: right;
      font-size: 1.25em;
      margin: 1.15em 0 0 2.5em;
      position: relative;
      z-index: 101; } }

.site-header__nav {
  float: left;
  margin: 1.25em 0 0 0;
  width: 60%; }
  .site-header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875em;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .site-header__nav ul li {
      display: inline-block; }
      .site-header__nav ul li.current_page_item > a {
        text-decoration: underline; }
      .site-header__nav ul li a {
        background: #ffffff;
        display: block;
        padding: 0.625em 0.9375em;
        text-decoration: none; }
        .site-header__nav ul li a:hover {
          text-decoration: underline; }
      .site-header__nav ul li ul {
        background: #67828b;
        box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
        display: none;
        font-size: 1em;
        height: auto;
        min-width: 200px;
        padding: 0.71429em 0.71429em;
        position: absolute;
        text-transform: none;
        z-index: 30; }
        .site-header__nav ul li ul li {
          border-bottom: 1px solid #a0b2b8;
          display: block; }
          .site-header__nav ul li ul li:last-child {
            border-bottom: 0; }
          .site-header__nav ul li ul li a {
            background: transparent;
            color: #ffffff;
            padding: 1.25em; }
    .site-header__nav ul .menu-item-has-children:hover a {
      background: #67828b;
      color: #ffffff; }
      .site-header__nav ul .menu-item-has-children:hover a:hover {
        text-decoration: none; }
    .site-header__nav ul .menu-item-has-children:hover ul {
      display: block; }

.site-header__search {
  float: right;
  font-size: 1.25em;
  margin: 1.15em 0 0 0;
  text-align: right; }
  .site-header__search a {
    color: #90bc67; }

@media (max-width: 959px) {
  .site-header__nav {
    background: #ffffff;
    border-left: 1px solid #e2e6e7;
    clear: both;
    float: none;
    height: 100%;
    margin-top: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    width: 50%;
    z-index: 100;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .site-header__nav ul {
      background: #ffffff;
      clear: both;
      display: block;
      float: none;
      margin-top: 0;
      width: 100%; }
      .site-header__nav ul > li {
        display: block;
        font-size: 18px;
        position: relative;
        text-align: center; }
        .site-header__nav ul > li:first-child {
          margin-top: 80px; }
        .site-header__nav ul > li.menu-item-has-children a, .site-header__nav ul > li.menu-item-has-children:hover a {
          color: #4b637e;
          background: #fff; }
        .site-header__nav ul > li.menu-item-has-children ul, .site-header__nav ul > li.menu-item-has-children:hover ul {
          background: #fefefe;
          border: 0;
          box-shadow: 0 0 0 transparent;
          display: block;
          margin: 0;
          padding: 0;
          position: static;
          width: 100%; }
          .site-header__nav ul > li.menu-item-has-children ul li:first-child, .site-header__nav ul > li.menu-item-has-children:hover ul li:first-child {
            margin-top: 0; }
          .site-header__nav ul > li.menu-item-has-children ul li, .site-header__nav ul > li.menu-item-has-children:hover ul li {
            border: 0;
            font-size: 14px; }
            .site-header__nav ul > li.menu-item-has-children ul li a, .site-header__nav ul > li.menu-item-has-children:hover ul li a {
              color: #67828b;
              padding: 0.625em 0;
              background: #fff;
              text-decoration: underline; }
  .site-header.is-open .site-header__nav {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@media (max-width: 767px) {
  .site-header__nav {
    width: 85%; } }

.site-header.is-open .site-header__toggle .fa:before {
  content: "\f00d"; }

.triangle-bg {
  width: 100%;
  position: absolute;
  height: 370px;
  margin-top: -20px;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1; }
  .triangle-bg:after {
    content: '';
    width: 40vw;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/triangle-pattern-green.png") no-repeat 0 0;
    background-size: contain; }
    @media (max-width: 767px) {
      .triangle-bg:after {
        width: 90%;
        margin-right: 0; } }
  .triangle-bg--right:after {
    left: auto;
    right: 0;
    background: url("../images/triangle-pattern-green-flip.png") no-repeat 110% 0;
    background-size: contain; }

.wysiwyg-content {
  max-width: 63.75em; }
  @media (max-width: 767px) {
    .wysiwyg-content {
      font-size: 14px; } }
  .wysiwyg-content h1 {
    color: #41aba4;
    font-size: 3em;
    line-height: 1em;
    margin-top: 0; }
    .wysiwyg-content h1 .date {
      display: block; }
  .wysiwyg-content h2 {
    color: #000;
    font-size: 1.875em;
    margin-top: 0; }
  .wysiwyg-content h3 {
    color: #41aba4;
    font-size: 2em;
    margin-top: 0; }
  .wysiwyg-content h4 {
    color: #41aba4;
    font-size: 1.5em;
    margin-top: 0; }
  .wysiwyg-content p, .wysiwyg-content ul, .wysiwyg-content ol {
    font-size: 1.125em;
    letter-spacing: 0;
    line-height: 1.66667em; }
  .wysiwyg-content ul ul, .wysiwyg-content ol ol {
    font-size: 1em; }
  .wysiwyg-content li {
    margin-bottom: 1em; }
  .wysiwyg-content .letter {
    background-color: #f9f9fa;
    border-left: 5px solid #4b637e;
    padding: 1.25em 1.875em; }
    .wysiwyg-content .letter > :first-child {
      margin-top: 0; }
    .wysiwyg-content .letter > :last-child {
      margin-bottom: 0; }

/* global media specific */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
