<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
  test
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Alata&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400|Roboto+Condensed:300,400");
@import url(global/jquery.fancybox.css);
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption &gt; figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*!
 *  Font Awesome 4.5.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.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.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 &gt; 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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: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-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-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: ""; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

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

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * 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 Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
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.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the &lt;fieldset&gt; element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&amp;medium=40em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em"; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #272727;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse &gt; .column, .row.collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
  width: 100%;
  float: left; }
  .small-up-1 &gt; .column:nth-of-type(1n), .small-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 &gt; .column:nth-of-type(1n+1), .small-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
    float: left; }

.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
  width: 50%;
  float: left; }
  .small-up-2 &gt; .column:nth-of-type(1n), .small-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 &gt; .column:nth-of-type(2n+1), .small-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 &gt; .column:last-child, .small-up-2 &gt; .columns:last-child {
    float: left; }

.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 &gt; .column:nth-of-type(1n), .small-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 &gt; .column:nth-of-type(3n+1), .small-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 &gt; .column:last-child, .small-up-3 &gt; .columns:last-child {
    float: left; }

.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
  width: 25%;
  float: left; }
  .small-up-4 &gt; .column:nth-of-type(1n), .small-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 &gt; .column:nth-of-type(4n+1), .small-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 &gt; .column:last-child, .small-up-4 &gt; .columns:last-child {
    float: left; }

.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
  width: 20%;
  float: left; }
  .small-up-5 &gt; .column:nth-of-type(1n), .small-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 &gt; .column:nth-of-type(5n+1), .small-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 &gt; .column:last-child, .small-up-5 &gt; .columns:last-child {
    float: left; }

.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 &gt; .column:nth-of-type(1n), .small-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 &gt; .column:nth-of-type(6n+1), .small-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 &gt; .column:last-child, .small-up-6 &gt; .columns:last-child {
    float: left; }

.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 &gt; .column:nth-of-type(1n), .small-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 &gt; .column:nth-of-type(7n+1), .small-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 &gt; .column:last-child, .small-up-7 &gt; .columns:last-child {
    float: left; }

.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 &gt; .column:nth-of-type(1n), .small-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 &gt; .column:nth-of-type(8n+1), .small-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 &gt; .column:last-child, .small-up-8 &gt; .columns:last-child {
    float: left; }

.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse &gt; .column, .small-uncollapse &gt; .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
    width: 100%;
    float: left; }
    .medium-up-1 &gt; .column:nth-of-type(1n), .medium-up-1 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 &gt; .column:nth-of-type(1n+1), .medium-up-1 &gt; .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 &gt; .column:last-child, .medium-up-1 &gt; .columns:last-child {
      float: left; }
  .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
    width: 50%;
    float: left; }
    .medium-up-2 &gt; .column:nth-of-type(1n), .medium-up-2 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 &gt; .column:nth-of-type(2n+1), .medium-up-2 &gt; .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 &gt; .column:last-child, .medium-up-2 &gt; .columns:last-child {
      float: left; }
  .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 &gt; .column:nth-of-type(1n), .medium-up-3 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 &gt; .column:nth-of-type(3n+1), .medium-up-3 &gt; .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 &gt; .column:last-child, .medium-up-3 &gt; .columns:last-child {
      float: left; }
  .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
    width: 25%;
    float: left; }
    .medium-up-4 &gt; .column:nth-of-type(1n), .medium-up-4 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 &gt; .column:nth-of-type(4n+1), .medium-up-4 &gt; .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 &gt; .column:last-child, .medium-up-4 &gt; .columns:last-child {
      float: left; }
  .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
    width: 20%;
    float: left; }
    .medium-up-5 &gt; .column:nth-of-type(1n), .medium-up-5 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 &gt; .column:nth-of-type(5n+1), .medium-up-5 &gt; .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 &gt; .column:last-child, .medium-up-5 &gt; .columns:last-child {
      float: left; }
  .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 &gt; .column:nth-of-type(1n), .medium-up-6 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 &gt; .column:nth-of-type(6n+1), .medium-up-6 &gt; .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 &gt; .column:last-child, .medium-up-6 &gt; .columns:last-child {
      float: left; }
  .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 &gt; .column:nth-of-type(1n), .medium-up-7 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 &gt; .column:nth-of-type(7n+1), .medium-up-7 &gt; .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 &gt; .column:last-child, .medium-up-7 &gt; .columns:last-child {
      float: left; }
  .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 &gt; .column:nth-of-type(1n), .medium-up-8 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 &gt; .column:nth-of-type(8n+1), .medium-up-8 &gt; .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 &gt; .column:last-child, .medium-up-8 &gt; .columns:last-child {
      float: left; }
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
    width: 100%;
    float: left; }
    .large-up-1 &gt; .column:nth-of-type(1n), .large-up-1 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 &gt; .column:nth-of-type(1n+1), .large-up-1 &gt; .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 &gt; .column:last-child, .large-up-1 &gt; .columns:last-child {
      float: left; }
  .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    width: 50%;
    float: left; }
    .large-up-2 &gt; .column:nth-of-type(1n), .large-up-2 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 &gt; .column:nth-of-type(2n+1), .large-up-2 &gt; .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 &gt; .column:last-child, .large-up-2 &gt; .columns:last-child {
      float: left; }
  .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 &gt; .column:nth-of-type(1n), .large-up-3 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 &gt; .column:nth-of-type(3n+1), .large-up-3 &gt; .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 &gt; .column:last-child, .large-up-3 &gt; .columns:last-child {
      float: left; }
  .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
    width: 25%;
    float: left; }
    .large-up-4 &gt; .column:nth-of-type(1n), .large-up-4 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 &gt; .column:nth-of-type(4n+1), .large-up-4 &gt; .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 &gt; .column:last-child, .large-up-4 &gt; .columns:last-child {
      float: left; }
  .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
    width: 20%;
    float: left; }
    .large-up-5 &gt; .column:nth-of-type(1n), .large-up-5 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 &gt; .column:nth-of-type(5n+1), .large-up-5 &gt; .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 &gt; .column:last-child, .large-up-5 &gt; .columns:last-child {
      float: left; }
  .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 &gt; .column:nth-of-type(1n), .large-up-6 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 &gt; .column:nth-of-type(6n+1), .large-up-6 &gt; .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 &gt; .column:last-child, .large-up-6 &gt; .columns:last-child {
      float: left; }
  .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 &gt; .column:nth-of-type(1n), .large-up-7 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 &gt; .column:nth-of-type(7n+1), .large-up-7 &gt; .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 &gt; .column:last-child, .large-up-7 &gt; .columns:last-child {
      float: left; }
  .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 &gt; .column:nth-of-type(1n), .large-up-8 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 &gt; .column:nth-of-type(8n+1), .large-up-8 &gt; .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 &gt; .column:last-child, .large-up-8 &gt; .columns:last-child {
      float: left; }
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #5b5b5b;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3.75rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #f17b0a;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #cf6a09; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #5b5b5b;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #5b5b5b; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #272727;
  cursor: help;
  border-bottom: 1px dotted #272727; }

code {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  color: #272727;
  background-color: #e6e6e6;
  border: 1px solid #5b5b5b;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #272727;
  font-family: "proxima-nova", sans-serif; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  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; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #f17b0a;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #cd6909;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #f17b0a;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #c16208;
      color: #fff; }
  .button.secondary {
    background-color: #5c8558;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #4a6a46;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #f17b0a;
    color: #f17b0a; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #793e05;
      color: #793e05; }
    .button.hollow.primary {
      border: 1px solid #f17b0a;
      color: #f17b0a; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #793e05;
        color: #793e05; }
    .button.hollow.secondary {
      border: 1px solid #5c8558;
      color: #5c8558; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #2e432c;
        color: #2e432c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #f17b0a;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #f17b0a;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #5c8558;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #5b5b5b;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #272727;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(39, 39, 39, 0.1);
          box-shadow: inset 0 1px 2px rgba(39, 39, 39, 0.1);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    -webkit-box-shadow: 0 0 5px #5b5b5b;
            box-shadow: 0 0 5px #5b5b5b;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5b5b5b; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #5b5b5b; }

input::placeholder,
textarea::placeholder {
  color: #5b5b5b; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label &gt; [type='checkbox'],
label &gt; [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #272727; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group &gt; :first-child {
    border-radius: 0 0 0 0; }
  .input-group &gt; :last-child &gt; * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #272727;
  border: 1px solid #5b5b5b;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #5b5b5b;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #5b5b5b;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #272727;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  background-position: right -1rem center;
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  border: 0;
  line-height: 1; }
  input[type="range"]:focus {
    outline: 0; }
  input[type="range"][disabled] {
    opacity: 0.25; }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 0.5rem;
    background: #e6e6e6; }
  input[type="range"]::-webkit-slider-handle {
    -webkit-appearance: none;
    background: #f17b0a;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem; }
  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 0.5rem;
    background: #e6e6e6; }
  input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    background: #f17b0a;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem; }
  input[type="range"]::-ms-track {
    height: 0.5rem;
    background: #e6e6e6;
    color: transparent;
    border: 0;
    overflow: visible;
    border-top: 0.45rem solid #fefefe;
    border-bottom: 0.45rem solid #fefefe; }
  input[type="range"]::-ms-thumb {
    background: #f17b0a;
    width: 1.4rem;
    height: 1.4rem;
    border: 0; }
  input[type="range"]::-ms-fill-lower {
    background: #5b5b5b; }
  input[type="range"]::-ms-fill-upper {
    background: #e6e6e6; }
  output {
    line-height: 1.4rem;
    vertical-align: middle;
    margin-left: 0.5em; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

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

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

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #f17b0a;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) &gt; .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active &gt; .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #f17b0a; }
  :last-child &gt; .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent &gt; a {
  position: relative; }
  .is-accordion-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #f17b0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] &gt; a::after {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #f17b0a;
  color: #fefefe; }
  .badge.secondary {
    background: #5c8558;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #272727;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #5b5b5b;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #f17b0a; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #5b5b5b;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #f17b0a;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #c16208;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #5c8558;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #4a6a46;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(39, 39, 39, 0.25);
  border-radius: 0;
  position: relative;
  color: #272727;
  background-color: white; }
  .callout &gt; :first-child {
    margin-top: 0; }
  .callout &gt; :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fdebda; }
  .callout.secondary {
    background-color: #e6eee5; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #272727; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent &gt; a {
  position: relative; }
  .is-drilldown-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #f17b0a;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back &gt; a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #f17b0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #5b5b5b;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #f17b0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical &gt; li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical &gt; li &gt; a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical &gt; li.opens-left &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #f17b0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical &gt; li.opens-right &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #f17b0a;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #f17b0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical &gt; li &gt; a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #f17b0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #f17b0a;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #f17b0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical &gt; li &gt; a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #f17b0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #f17b0a;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner &gt; .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #5b5b5b; }
  .is-dropdown-submenu .is-dropdown-submenu-parent &gt; a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #f17b0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #f17b0a;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu &gt; li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #f17b0a;
  color: #fefefe; }
  .label.secondary {
    background: #5c8558;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section &gt; :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu &gt; li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu &gt; li {
      outline: 0; }
  .menu &gt; li &gt; a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu &gt; li &gt; a img,
  .menu &gt; li &gt; a i,
  .menu &gt; li &gt; a svg {
    vertical-align: middle; }
    .menu &gt; li &gt; a img + span,
    .menu &gt; li &gt; a i + span,
    .menu &gt; li &gt; a svg + span {
      vertical-align: middle; }
  .menu &gt; li &gt; a img,
  .menu &gt; li &gt; a i,
  .menu &gt; li &gt; a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu &gt; li {
    display: table-cell; }
  .menu.vertical &gt; li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal &gt; li {
      display: table-cell; }
    .menu.medium-vertical &gt; li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal &gt; li {
      display: table-cell; }
    .menu.large-vertical &gt; li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right &gt; li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded &gt; li:first-child:last-child {
      width: 100%; }
  .menu.icon-top &gt; li &gt; a {
    text-align: center; }
    .menu.icon-top &gt; li &gt; a img,
    .menu.icon-top &gt; li &gt; a i,
    .menu.icon-top &gt; li &gt; a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active &gt; a {
    color: #fefefe !important;
    background: #5c8558; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered &gt; .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(39, 39, 39, 0.5);
          box-shadow: 0 0 10px rgba(39, 39, 39, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(39, 39, 39, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(39, 39, 39, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #5b5b5b;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #272727;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #f17b0a;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #5b5b5b;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #272727; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #5b5b5b;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #f17b0a; }
  .progress.secondary .progress-meter {
    background-color: #5c8558; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #f17b0a; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background: #5b5b5b;
  border: 0; }
  progress::-webkit-progress-bar {
    background: #5b5b5b;
    border-radius: 0; }
  progress::-webkit-progress-value {
    background: #f17b0a;
    border-radius: 0; }
  progress::-moz-progress-bar {
    background: #f17b0a;
    border-radius: 0; }
  progress.primary {
    color: #f17b0a; }
    progress.primary::-webkit-progress-value {
      background: #f17b0a; }
    progress.primary::-moz-progress-bar {
      background: #f17b0a; }
  progress.secondary {
    color: #5c8558; }
    progress.secondary::-webkit-progress-value {
      background: #5c8558; }
    progress.secondary::-moz-progress-bar {
      background: #5c8558; }
  progress.success {
    color: #3adb76; }
    progress.success::-webkit-progress-value {
      background: #3adb76; }
    progress.success::-moz-progress-bar {
      background: #3adb76; }
  progress.warning {
    color: #ffae00; }
    progress.warning::-webkit-progress-value {
      background: #ffae00; }
    progress.warning::-moz-progress-bar {
      background: #ffae00; }
  progress.alert {
    color: #ec5840; }
    progress.alert::-webkit-progress-value {
      background: #ec5840; }
    progress.alert::-moz-progress-bar {
      background: #ec5840; }
  progress::-ms-fill {
    border-radius: 0;
    border: 0; }

meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  background: #5b5b5b;
  border: 0; }
  meter::-webkit-meter-bar {
    background: #5b5b5b;
    border: 0; }
  meter::-webkit-meter-optimum-value {
    background: #3adb76; }
  meter::-webkit-meter-suboptimum-value {
    background: #ffae00; }
  meter::-webkit-meter-even-less-good-value {
    background: #ec5840; }
  meter::-moz-meter-bar {
    background: #f17b0a; }
  meter:-moz-meter-optimum::-moz-meter-bar {
    background: #3adb76; }
  meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #ffae00; }
  meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #ec5840; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #5b5b5b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #f17b0a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #cd6909; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(39, 39, 39, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #5b5b5b;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal &gt; :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0; }

.switch-paddle {
  background: #5b5b5b;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #f17b0a; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label &gt; .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label &gt; .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead {
    background: #f8f8f8;
    color: #272727; }
  tfoot {
    background: #f1f1f1;
    color: #272727; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical &gt; li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple &gt; li &gt; a {
  padding: 0; }
  .tabs.simple &gt; li &gt; a:hover {
    background: transparent; }

.tabs.primary {
  background: #f17b0a; }
  .tabs.primary &gt; li &gt; a {
    color: #fefefe; }
    .tabs.primary &gt; li &gt; a:hover, .tabs.primary &gt; li &gt; a:focus {
      background: #e5750a; }

.tabs-title {
  float: left; }
  .tabs-title &gt; a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title &gt; a:hover {
      background: #fefefe; }
    .tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  -webkit-box-shadow: 0 0 0 1px rgba(39, 39, 39, 0.2);
          box-shadow: 0 0 0 1px rgba(39, 39, 39, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(241, 123, 10, 0.5);
            box-shadow: 0 0 6px 1px rgba(241, 123, 10, 0.5); }

.title-bar {
  background: #272727;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #272727;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #272727;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #272727 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #272727;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #272727 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0 3rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #f5f5f5; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #5b5b5b;
    -webkit-box-shadow: 0 7px 0 #5b5b5b, 0 14px 0 #5b5b5b;
            box-shadow: 0 7px 0 #5b5b5b, 0 14px 0 #5b5b5b; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #272727;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #272727, 0 14px 0 #272727;
            box-shadow: 0 7px 0 #272727, 0 14px 0 #272727; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("woff2"), url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("woff"), url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n8&amp;v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: "caylee";
  src: url("/wp-content/themes/trcptheme/assets/fonts/caylee-webfont.woff2") format("woff2"), url("/wp-content/themes/trcptheme/assets/fonts/caylee-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.slm {
  color: #fff; }

table tbody tr:nth-child(odd) {
  background: #f1f1f1 !important; }

tr.old-school {
  background-color: #f1f1f1; }

.columns:last-child:not(:first-child) {
  float: left !important; }

#allowed_tags {
  display: none; }

a.post-edit-link {
  color: red;
  background-color: #ccc;
  width: 100%;
  padding: 0.5em;
  font-size: 0.75em;
  font-style: italic; }

p {
  font-size: 1.125rem; }

ul {
  font-size: 1.125rem; }

p.intro {
  font-size: 24px; }

img {
  max-width: 100%; }

.textleft {
  text-align: left; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

#page {
  padding-top: 10rem !important;
  margin-top: 0 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 1em;
  margin-top: 1em; }

.tagline h1 {
  font-size: 5rem;
  font-weight: bold;
  font-family: "open-sans", sans-serif;
  line-height: 1;
  margin-bottom: 1rem; }

.entry-title {
  border-bottom: #efefef 2px solid;
  margin-bottom: 2rem;
  color: #fefefe;
  z-index: 5;
  position: absolute;
  bottom: 140px;
  left: 10%; }

h1 {
  font-size: 3rem;
  font-weight: bold;
  font-family: "open-sans", sans-serif;
  line-height: 1.5; }

a {
  color: #f17b0a; }

a.orange {
  color: #f17b0a; }

.page-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

.page-wrapper-2 {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto; }

.page #page {
  padding-top: 3rem !important;
  margin-top: 0 !important; }

a.img-btn {
  font-size: 1.3rem;
  padding: 20px 30px;
  border: 2px solid #f5f5f5;
  color: #f5f5f5;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera &gt; 12.1 */
  /* Firefox &lt; 16 */
  /* Internet Explorer */
  /* Opera &lt; 12.1 */
  animation: fadein 2s;
  display: inline-block; }

a.img-btn:hover {
  background: #f17b0a; }

a.btn-green,
div.btn-green {
  font-size: 1.3rem;
  padding: 20px 30px;
  border: 2px solid #f5f5f5;
  color: #f5f5f5;
  background: #5c8558;
  font-weight: bold;
  -webkit-animation: fadein 2s;
  display: inline-block;
  /* Safari, Chrome and Opera &gt; 12.1 */
  /* Firefox &lt; 16 */
  /* Internet Explorer */
  /* Opera &lt; 12.1 */
  animation: fadein 2s; }

a.btn-green:hover,
div.btn-green:hover {
  background: #f17b0a; }

a.btn-green-small {
  font-size: 0.8rem;
  padding: 10px 20px;
  border: 2px solid #f5f5f5;
  color: #f5f5f5;
  background: #5c8558;
  font-weight: bold;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera &gt; 12.1 */
  /* Firefox &lt; 16 */
  /* Internet Explorer */
  /* Opera &lt; 12.1 */
  animation: fadein 2s;
  display: inline-block;
  margin-top: 1rem; }

a.btn-popup {
  margin-top: 0px; }

a.btn-green-small:hover {
  background: #f17b0a; }

a.btn-orange,
.NextButton,
.FinishButton {
  font-size: 1.3rem !important;
  padding: 20px 30px;
  border: 2px solid #f5f5f5;
  color: #f5f5f5;
  background: #f17b0a;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 1s;
  -webkit-transition: background 1s;
  display: inline-block; }

a.btn-orange {
  margin-top: 10px;
  text-align: center; }

a.btn-orange:hover,
.NextButton:hover,
.FinishButton:hover {
  transition: background 1s;
  -webkit-transition: background 1s;
  background: #e6e6e6; }

a.btn-small {
  font-size: 0.8rem !important;
  padding: 10px 20px; }

#menu-mobile-navigation {
  display: none; }

.title-bar .menu-icon {
  float: right;
  margin-top: 18px; }

.photo-cred {
  top: 95%;
  position: relative;
  display: block;
  z-index: 100;
  color: #ffffff;
  text-align: right; }

.top-bar {
  height: 64px;
  padding: 0 3rem; }

.menu {
  display: inline-block; }

.top-bar .menu a:hover {
  transition: background 1s;
  -webkit-transition: background 1s;
  color: #f5f5f5; }

.top-bar .menu .submenu a:hover {
  transition: background 1s;
  -webkit-transition: background 1s;
  color: #f5f5f5; }

.top-bar .menu .submenu a,
.top-bar .menu a {
  transition: background 1s;
  -webkit-transition: background 1s; }

.is-dropdown-submenu {
  display: none;
  z-index: 100; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  border: none;
  content: "&gt;";
  right: 17px;
  margin-top: -8px; }

.title-bar {
  display: none;
  position: relative;
  top: 0px;
  z-index: 1000;
  width: 100%; }

.mobile-donate {
  padding: 15px 0;
  width: 100%; }

@media screen and (min-width: 800px) {
  .button.mobile-donate {
    display: none; } }

body .stucker {
  z-index: 11; }

.social-top-bar {
  background: #272727;
  width: 100%;
  display: block;
  padding: 0.5rem 3rem;
  position: fixed;
  z-index: 500;
  top: 0; }
  .social-top-bar ul {
    float: right;
    margin: 0; }
    .social-top-bar ul li {
      color: #e6e6e6;
      list-style: none;
      display: inline-block; }
      .social-top-bar ul li a {
        color: #8a8a8a;
        padding: 0.3rem; }
      .social-top-bar ul li a.contact {
        font-size: 0.8rem; }
      .social-top-bar ul li a.button {
        margin-top: -10px;
        padding: 18px 30px;
        margin-bottom: -18px;
        color: #f5f5f5; }
  .social-top-bar .join {
    font-weight: bold;
    color: #f17b0a; }

.logo-convio {
  display: block;
  position: relative;
  z-index: 1000;
  margin-top: -45px;
  margin-left: 5rem;
  width: 120px; }

.social-top-bar-convio {
  background: #272727;
  width: 100%;
  display: block;
  padding: 0.5rem 3rem;
  position: fixed;
  z-index: 500;
  top: 0;
  height: 50px; }
  .social-top-bar-convio ul {
    float: right;
    margin: 0; }
    .social-top-bar-convio ul li {
      color: #e6e6e6;
      list-style: none;
      display: inline-block; }
      .social-top-bar-convio ul li a {
        color: #8a8a8a;
        padding: 0.3rem; }
      .social-top-bar-convio ul li a.contact {
        font-size: 0.8rem; }
      .social-top-bar-convio ul li a.button {
        margin-top: -10px;
        padding: 18px 30px;
        margin-bottom: -18px;
        color: #f5f5f5; }

.fixed {
  position: fixed;
  top: 30px;
  width: inherit;
  z-index: 99999; }

.orbit img.orbit-image {
  vertical-align: super; }

.orbit figcaption {
  color: #8a8a8a; }

.orbit .orbit-caption {
  position: relative;
  bottom: 35px; }

.slm {
  color: #fff; }

.top-bar-container {
  padding-top: 41px; }

.logo {
  width: 120px;
  float: left;
  margin-top: -2rem;
  margin-bottom: -2rem;
  position: relative;
  z-index: 1000;
  margin-left: 2rem; }
  .logo a {
    padding: 0; }

.stucker {
  position: relative;
  width: 100%;
  z-index: 10;
  top: 0; }

.sticky-wrapper {
  z-index: 300;
  position: relative;
  top: 80px; }

#gazette-stucker {
  width: 175px; }

.orbit-container {
  overflow: inherit !important; }

.marketing {
  position: relative;
  z-index: 30; }

h3.subheader {
  color: #f5f5f5;
  font-weight: bold; }
  h3.subheader p {
    font-size: 1.5rem; }

#featured-hero .home-anchor {
  position: absolute;
  bottom: 0;
  font-size: 50px;
  color: #f5f5f5;
  text-align: center;
  width: 100%;
  left: 0%; }

#front-hero {
  position: relative;
  min-height: 650px; }
  #front-hero .home-anchor {
    position: absolute;
    bottom: 0;
    font-size: 50px;
    color: #f5f5f5;
    text-align: center;
    width: 100%; }
  #front-hero .tagline {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 16rem;
    position: relative;
    z-index: 60; }
    @media screen and (min-width: 40em) {
      #front-hero .tagline {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #front-hero .tagline:last-child:not(:first-child) {
      float: right; }
  #front-hero h1 {
    padding-bottom: 20px;
    margin-top: 1.5em; }

.latest-news {
  background: #e6e6e6;
  padding: 25px; }
  .latest-news .latest-half .latest-content {
    display: block; }
    .latest-news .latest-half .latest-content &gt; .columns {
      padding: 0 !important;
      margin: 10px 0 0 0; }
  .latest-news .latest-half .latest-text {
    margin: 4% 4% 0; }
  .latest-news h4 {
    text-align: center; }
  .latest-news h3 {
    font-weight: 100;
    text-align: left;
    color: #272727;
    margin-bottom: 0;
    margin-top: 0; }
  .latest-news li {
    list-style: none; }
  .latest-news input#donation-line {
    display: inline-block;
    width: 65%;
    border: none;
    background: #f5f5f5;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0.6rem 1rem 0.6rem 1rem;
    height: 40px; }
  .latest-news input#saveForm {
    margin-top: 15px;
    margin-left: -5px; }

#issues {
  padding: 50px; }
  #issues a {
    color: #f5f5f5; }
  #issues .issues-wrapper {
    padding: 20px;
    margin: 2% 0; }
    #issues .issues-wrapper:hover .btn-green {
      background: #f17b0a; }
    #issues .issues-wrapper .issues-content {
      transition: background 1s;
      -webkit-transition: background 1s;
      text-align: center;
      padding: 20px;
      padding-bottom: 150px;
      background: rgba(0, 0, 0, 0.3);
      border: 2px solid #f5f5f5;
      height: 100%;
      position: relative; }
      #issues .issues-wrapper .issues-content .btn-green:not(.dual) {
        position: absolute;
        bottom: 40px;
        width: 87%; }
      #issues .issues-wrapper .issues-content .btn {
        text-transform: uppercase; }
      #issues .issues-wrapper .issues-content .home-learn {
        left: 22px; }
      #issues .issues-wrapper .issues-content p {
        margin-top: -1rem; }
    #issues .issues-wrapper .issues-content:hover {
      transition: background 1s;
      -webkit-transition: background 1s;
      background: rgba(0, 0, 0, 0.5); }

#ted-quotes {
  margin-top: 0px;
  z-index: 9;
  position: relative; }
  #ted-quotes #featured-hero {
    background-position: top center;
    height: 40rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      #ted-quotes #featured-hero {
        display: none; } }
    @media screen and (max-width: 39.9375em) {
      #ted-quotes #featured-hero {
        display: none; } }
  #ted-quotes .large-4 {
    padding-left: 0; }
  #ted-quotes .entry-content {
    padding-top: 160px;
    max-width: 800px; }
    #ted-quotes .entry-content ul {
      list-style: none;
      margin-left: 0; }
      #ted-quotes .entry-content ul li {
        font-size: 1.875rem;
        font-weight: bold;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2.5rem; }
    #ted-quotes .entry-content .quote-author {
      text-align: right;
      font-size: 1.5rem;
      color: #939393;
      font-style: italic; }
    #ted-quotes .entry-content p {
      font-size: 1.125rem; }
    #ted-quotes .entry-content a {
      margin-top: 10px; }
  #ted-quotes .teddy-image {
    display: none; }
    @media screen and (min-width: 64em) {
      #ted-quotes .teddy-image {
        display: inline; } }

.featured {
  height: 265px;
  padding: 5%;
  margin-bottom: 60px;
  display: table;
  width: 100%; }
  .featured ul {
    margin: 0; }
    .featured ul li {
      list-style: none;
      display: inline-block; }
      .featured ul li a {
        color: #f17b0a;
        font-weight: bold; }
  .featured .featured-content {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    position: relative;
    background: rgba(0, 0, 0, 0.45);
    height: 100%;
    border: 2px solid #f5f5f5;
    padding: 1rem 1rem;
    display: table-cell;
    vertical-align: middle; }
    .featured .featured-content a {
      color: #f5f5f5; }
      .featured .featured-content a h3 {
        font-size: 1.25rem;
        text-align: center;
        color: #f5f5f5;
        font-weight: bold; }
  .featured .featured-content:hover {
    transition: background 1s;
    -webkit-transition: background 1s;
    background: rgba(0, 0, 0, 0.7); }

blockquote {
  margin: 20px 0;
  padding: 10px 20px;
  text-align: center;
  border-left: none; }
  blockquote p {
    font-size: 2em;
    color: #5c8558;
    line-height: 1.25em;
    margin-bottom: 0; }

blockquote:before {
  display: block;
  border-top: 3px solid #5c8558;
  width: 5%;
  margin: auto;
  margin-top: 15px;
  content: "";
  padding: 20px; }

blockquote:after {
  display: block;
  border-bottom: 3px solid #5c8558;
  width: 5%;
  margin: auto;
  margin-bottom: 15px;
  content: "";
  padding: 20px; }

.slm-matter-lp {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.talking-points li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 100%;
  text-transform: none;
  text-decoration: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 0.8;
  position: absolute;
  top: 5px;
  left: -2rem;
  color: #5c8558; }

.author .cat-bar-single {
  bottom: -387px; }

.author .author-avatar {
  top: 1rem; }

.author img {
  margin-top: -20px; }

.blog #page,
.category-press-releases #page {
  padding-top: 3rem !important;
  margin-top: 0 !important; }

h1.blog-title {
  font-size: 3.75rem; }

.post-content {
  margin: 1rem 0; }
  .post-content .article-featured ul {
    margin: 0; }
    .post-content .article-featured ul li {
      list-style: none;
      position: relative;
      z-index: 9; }
      .post-content .article-featured ul li a {
        color: #f17b0a; }
  .post-content .cat-bar {
    position: relative;
    width: 100%;
    bottom: 72px;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    text-align: right; }
    @media screen and (max-width: 39.9375em) {
      .post-content .cat-bar {
        display: none; } }
    .post-content .cat-bar ul li {
      display: inline-block; }
  .post-content .archive-content {
    position: relative;
    top: 0rem; }
    @media screen and (min-width: 64em) {
      .post-content .archive-content {
        top: 0; } }
    .post-content .archive-content h4 {
      font-weight: 100;
      color: #8a8a8a; }
    .post-content .archive-content .archive-meta {
      margin-top: -2rem;
      display: block;
      width: 100%;
      top: 270px; }
      .post-content .archive-content .archive-meta .columns {
        padding: 0; }
      .post-content .archive-content .archive-meta a.btn-green {
        display: inline-block; }

#post-nav {
  padding: 50px 0 40px 0; }
  #post-nav a {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #f17b0a;
    color: #fff; }
  #post-nav .post-previous {
    text-align: right; }

.blog-intro {
  margin-bottom: 20px; }
  @media screen and (max-width: 39.9375em) {
    .blog-intro a.btn-green-small {
      margin-bottom: 20px; } }

@media screen and (min-width: 64em) {
  .blog-home .post-content {
    margin-bottom: 20px; } }

.pr-post {
  margin: 10px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6; }

.pr-post a.btn-green-small {
  margin-top: 0; }

li#categories {
  list-style: none; }

.errornf-content {
  margin-bottom: 30px; }

#gazette {
  display: none;
  position: relative;
  color: #8a8a8a;
  background: #e9e1d7; }
  @media screen and (min-width: 64em) {
    #gazette {
      display: inline; } }
  #gazette a {
    color: #8a8a8a;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  #gazette a:hover {
    color: #5c8558; }
  #gazette p {
    font-size: 0.7rem;
    margin-bottom: 0.5rem; }
  #gazette .title-block {
    background: #5c8558;
    padding: 0.5rem; }
    #gazette .title-block h5 {
      color: #f5f5f5;
      font-size: 0.85rem;
      margin-bottom: 0; }
    #gazette .title-block span {
      color: #8a8a8a; }
  #gazette #diamond {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #5c8558;
    position: relative;
    top: -40px; }
  #gazette #diamond:after {
    content: "";
    position: absolute;
    left: 43px;
    top: 20px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #5c8558; }
  #gazette .post-counter {
    display: inline-block;
    color: #5c8558;
    z-index: 5;
    position: relative;
    height: 20px; }
  #gazette .g-content {
    margin: 0.5rem 1rem;
    border-bottom: 1px solid #5c8558;
    text-align: center; }
  #gazette ul {
    margin: 0;
    display: inline-block; }
    #gazette ul li {
      list-style: none; }
  #gazette .pr-contact {
    background-color: #f17b0a;
    margin-top: 10px;
    padding: 5px;
    text-align: center; }
    #gazette .pr-contact a {
      color: #fff; }
    #gazette .pr-contact span {
      color: #fff;
      font-size: 0.85rem;
      font-weight: bold; }

#gazette .list-bar-5 .g-content {
  border-bottom: none; }

.thumb-wrapper {
  position: relative; }
  .thumb-wrapper .avatar-meta {
    position: absolute;
    bottom: -10px; }

img.avatar {
  border-radius: 150px; }

.author-avatar {
  position: relative;
  top: 0rem;
  z-index: 1; }
  .author-avatar .date-index {
    margin-right: 10%; }
  .author-avatar .bottom-drop {
    position: relative;
    bottom: 0;
    margin-top: 1rem;
    padding: 0; }
    .author-avatar .bottom-drop p {
      text-align: left;
      color: #fefefe;
      margin-top: 3px; }
  .author-avatar .date-callout p {
    text-align: right; }

.home-avatar .bottom-drop p {
  color: #8a8a8a;
  font-size: 0.85em; }

.home-avatar .bottom-drop .date-index p {
  text-align: right; }

.cat-bar-single {
  position: relative;
  width: 100%;
  bottom: -315px;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.5rem;
  text-align: right; }
  .cat-bar-single ul {
    margin: 0; }
    .cat-bar-single ul li {
      list-style: none;
      display: inline-block;
      z-index: 10; }
      .cat-bar-single ul li a {
        color: #f17b0a; }

#single-post {
  background-color: #fefefe; }

.page-template-page-template-leadership {
  background-color: #e6e6e6; }

.page-id-10756 #featured-hero,
.page-id-10971 #featured-hero {
  margin: 0; }

.page-id-10756 .action-content,
.page-id-10971 .action-content {
  background: #5c8558;
  background-image: url(../../assets/images/join.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat; }
  .page-id-10756 .action-content h3,
  .page-id-10971 .action-content h3 {
    color: #fefefe; }
  .page-id-10756 .action-content a,
  .page-id-10971 .action-content a {
    color: #fefefe; }
  .page-id-10756 .action-content a:hover,
  .page-id-10971 .action-content a:hover {
    color: #f17b0a; }
  .page-id-10756 .action-content a.img-btn:hover,
  .page-id-10971 .action-content a.img-btn:hover {
    color: #fefefe; }

.page-id-10756 .join-form,
.page-id-10971 .join-form {
  padding-top: 45px; }
  .page-id-10756 .join-form .at-markup,
  .page-id-10971 .join-form .at-markup {
    display: none; }
  .page-id-10756 .join-form .at-form-submit .at-submit,
  .page-id-10971 .join-form .at-form-submit .at-submit {
    float: none;
    display: inline; }
  .page-id-10756 .join-form .at-title,
  .page-id-10971 .join-form .at-title {
    font-size: 1.5rem;
    padding: 0;
    color: #212529;
    text-transform: none; }
  .page-id-10756 .join-form .at-form-submit,
  .page-id-10971 .join-form .at-form-submit {
    text-align: center; }
  .page-id-10756 .join-form .at .btn-at-primary,
  .page-id-10971 .join-form .at .btn-at-primary {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #f17b0a;
    color: #fff;
    text-transform: uppercase; }

#shirt-form input.submit {
  font-size: 0.8rem;
  padding: 10px 20px;
  border: 2px solid #f5f5f5;
  color: #f5f5f5;
  background: #5c8558;
  font-weight: bold;
  -webkit-animation: fadein 2s;
  animation: fadein 2s;
  display: inline-block;
  margin-top: 1rem; }

#issue-care h2 {
  margin-top: 0; }

#issue-care h4 {
  text-align: center; }

.single-landingpage header,
.page-template-page-template-leadership header,
.single-trcpteam header {
  margin-bottom: 0; }

.single-landingpage .lp-background,
.page-template-page-template-leadership .lp-background,
.single-trcpteam .lp-background {
  background-color: #fefefe;
  padding-bottom: 3rem; }
  .single-landingpage .lp-background #page,
  .page-template-page-template-leadership .lp-background #page,
  .single-trcpteam .lp-background #page {
    margin-top: 0 !important;
    padding-top: 7rem; }

.single-landingpage #featured-hero,
.page-template-page-template-leadership #featured-hero,
.single-trcpteam #featured-hero {
  position: relative;
  z-index: 0;
  margin-bottom: 0px; }

.single-landingpage h1,
.page-template-page-template-leadership h1,
.single-trcpteam h1 {
  color: #fefefe;
  z-index: 5;
  position: absolute;
  bottom: 100px;
  left: 10%; }

.single-landingpage h4.lp-header,
.page-template-page-template-leadership h4.lp-header,
.single-trcpteam h4.lp-header {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase; }

.single-landingpage h2,
.page-template-page-template-leadership h2,
.single-trcpteam h2 {
  font-size: 1.5rem; }

.single-landingpage p,
.page-template-page-template-leadership p,
.single-trcpteam p {
  font-size: 1.125rem; }

.single-landingpage #overview,
.page-template-page-template-leadership #overview,
.single-trcpteam #overview {
  text-align: center; }
  .single-landingpage #overview p,
  .page-template-page-template-leadership #overview p,
  .single-trcpteam #overview p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    width: 80%;
    margin-right: auto;
    margin-left: auto; }

.single-landingpage #issue-issues,
.page-template-page-template-leadership #issue-issues,
.single-trcpteam #issue-issues {
  text-align: center; }
  .single-landingpage #issue-issues img,
  .page-template-page-template-leadership #issue-issues img,
  .single-trcpteam #issue-issues img {
    margin-bottom: 1rem; }
  .single-landingpage #issue-issues .issue-wrapper,
  .page-template-page-template-leadership #issue-issues .issue-wrapper,
  .single-trcpteam #issue-issues .issue-wrapper {
    min-height: 620px;
    margin-bottom: 2rem; }
  .single-landingpage #issue-issues .issue_image,
  .page-template-page-template-leadership #issue-issues .issue_image,
  .single-trcpteam #issue-issues .issue_image {
    position: relative; }
    .single-landingpage #issue-issues .issue_image .issue_lp_link,
    .page-template-page-template-leadership #issue-issues .issue_image .issue_lp_link,
    .single-trcpteam #issue-issues .issue_image .issue_lp_link {
      padding: 1rem 2rem;
      background-color: #5c8558;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #fefefe;
      bottom: 40px;
      right: 20px;
      position: absolute;
      text-transform: uppercase; }
    .single-landingpage #issue-issues .issue_image a.issue_lp_link:hover,
    .page-template-page-template-leadership #issue-issues .issue_image a.issue_lp_link:hover,
    .single-trcpteam #issue-issues .issue_image a.issue_lp_link:hover {
      background-color: #f17b0a; }

.single-landingpage #issue-issues img {
  min-width: 580px; }

.stuck {
  position: fixed;
  top: 0;
  width: 100%; }

.stuck-archive {
  position: fixed;
  top: 106px;
  width: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }

.sticky-surpassed {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  transition: visibility 0s 0.5s, opacity 0.5s linear; }

.outer-wrapper {
  position: relative; }

#issues-menu {
  z-index: 50;
  width: 100%; }
  #issues-menu ul {
    list-style: none;
    margin: 0px;
    text-align: center;
    padding: 0.85rem 0;
    border: 0;
    width: 100%; }
    #issues-menu ul li {
      display: inline;
      padding: 1rem 0; }
      #issues-menu ul li a {
        padding: 1rem 2rem;
        color: #fefefe;
        background-color: #5c8558;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-transform: uppercase; }
      #issues-menu ul li a.lp-action {
        background-color: #f17b0a; }
      #issues-menu ul li a:hover {
        background-color: #f17b0a; }
      #issues-menu ul li a.lp-action:hover {
        background-color: #272727; }

.landing-solution {
  text-align: center; }
  .landing-solution p {
    font-size: 1.5rem; }

.landing-solution:before {
  display: block;
  border-top: 3px solid #5c8558;
  width: 5%;
  margin: auto;
  margin-top: 15px;
  content: "";
  padding: 20px; }

#issue-solutions {
  padding: 2rem 0; }
  #issue-solutions .featured {
    margin-bottom: 20px; }

#issue-help h4 {
  text-align: center; }

#issue-help #page {
  padding-top: 30px !important;
  margin-top: 0 !important; }

#issue-help p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal; }

#issue-help #issues .issues-wrapper {
  height: auto; }
  #issue-help #issues .issues-wrapper .btn-green {
    display: block; }

#issue-help #issues {
  padding-top: 0; }
  #issue-help #issues #page {
    margin-top: 0 !important;
    padding-top: 0; }

#owl-example {
  list-style: none; }

#owl-single {
  margin-left: 0; }

.owl-wrapper-outer {
  list-style: none; }

.poll-card {
  padding: 1rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 2rem 0;
  background-color: #fff;
  text-align: center; }

.wp-polls ul li {
  width: 25%;
  float: left;
  font-size: 20px; }

.wp-polls ul li label {
  font-size: 20px; }

.wp-polls ul {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }
  .wp-polls ul::before, .wp-polls ul::after {
    content: ' ';
    display: table; }
  .wp-polls ul::after {
    clear: both; }

.wp-polls .Buttons {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #f17b0a;
  color: #fff; }
  [data-whatinput='mouse'] .wp-polls .Buttons {
    outline: 0; }
  .wp-polls .Buttons:hover, .wp-polls .Buttons:focus {
    background-color: #cd6909;
    color: #fff; }

.profile-card {
  padding: 1rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 2rem 0;
  background-color: #fff; }
  .profile-card img {
    width: 8rem;
    display: block;
    margin: 2rem auto;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px #888888;
            box-shadow: 2px 2px 5px #888888; }
  .profile-card .profile-info {
    padding: 1rem; }
    .profile-card .profile-info h4 {
      margin-top: 0;
      text-align: center;
      text-transform: uppercase; }
    .profile-card .profile-info p {
      text-align: center; }
    .profile-card .profile-info .inline-list {
      text-align: center;
      margin-bottom: 1rem; }
      .profile-card .profile-info .inline-list li {
        float: none;
        display: inline-block; }
      .profile-card .profile-info .inline-list i.fi-social-facebook {
        font-size: 1.5rem;
        color: #3b5998; }
        .profile-card .profile-info .inline-list i.fi-social-facebook:hover {
          -webkit-transform: scale(1.5);
              -ms-transform: scale(1.5);
                  transform: scale(1.5);
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      .profile-card .profile-info .inline-list i.fi-social-twitter {
        font-size: 1.5rem;
        color: #55acee; }
        .profile-card .profile-info .inline-list i.fi-social-twitter:hover {
          -webkit-transform: scale(1.5);
              -ms-transform: scale(1.5);
                  transform: scale(1.5);
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      .profile-card .profile-info .inline-list i.fi-social-linkedin {
        font-size: 1.5rem;
        color: #0077b5; }
        .profile-card .profile-info .inline-list i.fi-social-linkedin:hover {
          -webkit-transform: scale(1.5);
              -ms-transform: scale(1.5);
                  transform: scale(1.5);
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      .profile-card .profile-info .inline-list i.fi-social-github {
        font-size: 1.5rem;
        color: #333; }
        .profile-card .profile-info .inline-list i.fi-social-github:hover {
          -webkit-transform: scale(1.5);
              -ms-transform: scale(1.5);
                  transform: scale(1.5);
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      .profile-card .profile-info .inline-list i.fi-social-youtube {
        font-size: 1.5rem;
        color: #cc181e; }
        .profile-card .profile-info .inline-list i.fi-social-youtube:hover {
          -webkit-transform: scale(1.5);
              -ms-transform: scale(1.5);
                  transform: scale(1.5);
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }

.profile-card .report-wrapper-holder img {
  border-radius: 0;
  margin: 0;
  width: 100%; }

h4#report-title,
#report-content p {
  text-align: left; }

.report-featured {
  height: auto; }

#report-nav {
  list-style: none;
  text-align: center; }
  #report-nav img {
    border-radius: 300px; }
  #report-nav li,
  #report-nav a {
    text-align: center; }
  #report-nav a.report-btn {
    display: block;
    margin: 10px 0;
    background-color: #ccc;
    padding: 1em;
    font-size: 1.25em; }

.report-archive {
  height: 300px; }

.team-board h4 {
  font-size: 1rem; }

.team-board .profile-card {
  padding: 0.75rem 1rem;
  min-height: 75px;
  margin: 1rem 0; }

.team-board .height-adjust {
  min-height: 125px; }

.team-board .profile-info {
  padding: 1rem 0; }
  .team-board .profile-info p {
    margin-bottom: 0; }

.team-staff .profile-card {
  min-height: 425px; }

.email-staff-gen {
  margin: 30px 0; }

.team-meta {
  margin-top: 30px; }
  .team-meta .team-bio p:first-child {
    font-size: 1.5rem; }
  .team-meta .team-bio p {
    font-size: 1rem; }
  .team-meta .team-specailty {
    margin: 1rem 0;
    padding: 1rem;
    background-color: #e6e6e6;
    border-left: 3px solid #5c8558;
    max-width: 300px; }

.author-post-link p {
  margin-left: 5%; }

.partner-wrapper .partner-logo {
  min-height: 300px;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px; }

.partner-wrapper h4 {
  font-size: 1rem;
  font-weight: normal; }

.topo-wrapper {
  background: url(../../assets/images/topo.png);
  padding: 50px; }
  .topo-wrapper ul {
    margin-left: 0; }
  .topo-wrapper li {
    list-style: none; }
  .topo-wrapper .form-wrapper {
    height: 297px;
    background-color: #e6e6e6;
    padding: 1em;
    border: 3px solid #ccc; }

.single {
  background: #e6e6e6; }
  .single #page {
    padding-top: 6rem !important;
    margin-bottom: 1rem;
    margin-top: 0 !important; }
  .single .cat-bar-single {
    height: 100px;
    position: relative;
    width: 100%;
    bottom: -400px;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    text-align: right; }
    .single .cat-bar-single .author-avatar {
      top: 0; }
      .single .cat-bar-single .author-avatar .bottom-drop {
        margin-top: 0.5rem; }
        .single .cat-bar-single .author-avatar .bottom-drop p {
          margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .single .cat-bar-single {
        height: 160px;
        bottom: -340px; }
        .single .cat-bar-single p {
          font-size: 0.85em; } }
    .single .cat-bar-single ul {
      margin: 0; }
      .single .cat-bar-single ul li {
        list-style: none; }
        .single .cat-bar-single ul li a {
          color: #f17b0a; }
  .single .cat-bar-single-2 {
    position: relative;
    width: 100%;
    bottom: -27px;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    text-align: right; }
    .single .cat-bar-single-2 ul {
      margin: 0; }
      .single .cat-bar-single-2 ul li {
        list-style: none; }
        .single .cat-bar-single-2 ul li a {
          color: #f17b0a; }
  .single article {
    padding: 0 3rem; }
  .single aside {
    margin-top: 3rem; }

.entry-content figure.wp-caption {
  width: 111%;
  margin-left: -5.5%;
  margin-right: -5%; }

.entry-content figure.alignright,
.entry-content figure.alignleft {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px; }

.entry-content figcaption {
  padding: 8px 2% 8px 5%;
  background-color: #e6e6e6;
  border-left: #5c8558 6px solid;
  font-style: italic; }

.alignleft {
  padding-right: 1.5rem;
  padding-bottom: 1.5rem; }

.close-button-modal {
  position: absolute;
  color: #f17b0a;
  right: 1rem;
  top: 0.5rem;
  font-size: 3em;
  line-height: 1;
  cursor: pointer;
  font-weight: bold;
  right: 1rem;
  top: -3rem; }

.reveal {
  border: none;
  width: 901px; }

.f2942 .donation-form-content .donation-levels .donation-level-container {
  width: 100% !important; }

#ACTION_CANCEL_RESPONSE_SUBMIT,
#reset {
  display: none; }

div.responsive div.form-error {
  display: block; }

.convio-header {
  height: 230px;
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: -1rem;
  background-image: url("convio-head-holder.jpg");
  background-position: center; }

#message {
  font-size: 1rem !important; }

.appArea {
  width: 100% !important; }

#page-convio {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  margin-top: 0 !important; }

#gazette-stucker-convio {
  width: 175px;
  display: inline-block;
  display: block;
  margin-left: auto;
  margin-right: auto; }

#gazette-convio {
  position: relative;
  color: #8a8a8a;
  background: #e9e1d7; }
  #gazette-convio a {
    color: #8a8a8a;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  #gazette-convio a:hover {
    color: #5c8558; }
  #gazette-convio p {
    font-size: 0.7rem;
    margin-bottom: 0.5rem; }
  #gazette-convio .owtg {
    padding: 0.5rem;
    background: #f17b0a; }
    #gazette-convio .owtg a.owtg-link {
      color: #fefefe; }
      #gazette-convio .owtg a.owtg-link h5 {
        font-size: 0.85rem;
        margin-top: 1rem;
        margin-bottom: 0; }
  #gazette-convio .title-block {
    background: #5c8558;
    padding: 0.5rem; }
    #gazette-convio .title-block h5 {
      color: #f5f5f5;
      font-size: 0.85rem;
      margin-bottom: 0; }
    #gazette-convio .title-block span {
      color: #8a8a8a; }
  #gazette-convio #diamond {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #5c8558;
    position: relative;
    top: -40px; }
  #gazette-convio #diamond:after {
    content: "";
    position: absolute;
    left: 43px;
    top: 20px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #5c8558; }
  #gazette-convio .post-counter {
    display: inline-block;
    color: #5c8558;
    z-index: 5;
    position: relative;
    height: 20px; }
  #gazette-convio .g-content {
    margin: 0.5rem 1rem;
    border-bottom: 1px solid #5c8558;
    text-align: center;
    padding: 10px; }
  #gazette-convio ul {
    margin: 0;
    display: inline-block; }
    #gazette-convio ul li {
      list-style: none; }

table.AINoBorder {
  border: none;
  margin-top: -10rem; }
  table.AINoBorder tbody {
    border: none !important; }
    table.AINoBorder tbody td {
      padding: 0; }
    table.AINoBorder tbody h3.ObjTitle {
      background: #5c8558;
      color: #fefefe;
      text-transform: uppercase;
      font-size: 1.375rem;
      padding: 0.9375rem; }
    table.AINoBorder tbody td.req {
      display: none; }
    table.AINoBorder tbody h5.FormSectionHeader {
      background: #5c8558;
      color: #fefefe;
      text-transform: uppercase;
      font-size: 1.375rem;
      padding: 0.9375rem; }
    table.AINoBorder tbody .FormLabelText {
      font-weight: bold;
      margin-right: 40px; }
    table.AINoBorder tbody tr:nth-child(even) {
      background: #ffffff; }
    table.AINoBorder tbody img.spacer {
      display: none; }
    table.AINoBorder tbody [type="text"] {
      display: inline-block;
      width: 100%;
      border: none;
      background: #e6e6e6;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0.6rem 1rem 0.6rem 1rem; }
    table.AINoBorder tbody input#s_rememberMe {
      display: none; }
    table.AINoBorder tbody label[for="s_rememberMe"] {
      display: none; }
    table.AINoBorder tbody a#whats_this_link {
      display: none; }
    table.AINoBorder tbody td.holdsErrorMsgTable {
      width: 30%; }
    table.AINoBorder tbody td.FormCaption p {
      text-align: center !important; }

div.donation-level-input-container,
div.generic-repeat-label-checkbox-container {
  vertical-align: top !important; }

.donation-form-container.responsive {
  background: none !important;
  border: none !important; }

.html-caption-container {
  max-width: 100% !important; }

.donation-form-content [type="file"],
.donation-form-content [type="checkbox"],
.donation-form-content [type="radio"] {
  margin: 0 0 0.4rem; }

.donation-form-content [type="text"] {
  margin: 0; }

.donation-form-content [type="checkbox"] {
  margin: 0 0 0.1rem;
  margin-top: 0.4rem; }

.donation-form-content select {
  border: 1px solid #e6e6e6 !important; }

.donation-form-content p {
  line-height: 1.5;
  font-size: 1rem; }

.donation-form-content ul li {
  font-size: 1rem; }

.donation-form-content .form-row {
  margin: 0 !important; }

.donation-form-content #donor_email_opt_in_Row {
  display: none; }

.donation-form-content .donation-levels .donation-level-container {
  display: inline-block;
  width: 32%;
  margin-top: 0;
  margin-bottom: 0;
  border: none; }
  .donation-form-content .donation-levels .donation-level-container .form-content {
    margin-top: 0; }
  .donation-form-content .donation-levels .donation-level-container .donation-level-label-container {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem; }
  .donation-form-content .donation-levels .donation-level-container .donation-level-label-input-container {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px; }
  .donation-form-content .donation-levels .donation-level-container .donation-level-amount-container {
    font-size: 1rem;
    vertical-align: middle;
    display: inline-block; }
  .donation-form-content .donation-levels .donation-level-container .donation-level-input-container {
    padding: 0px; }

.donation-form-content span.field-required {
  margin-top: 7px !important; }

.donation-form-content label {
  display: inline;
  font-size: 1rem; }

.donation-form-content .form-content {
  width: 100%; }

.donation-form-content input[type="text"],
.donation-form-content input[type="number"],
.donation-form-content input[type="password"],
.donation-form-content textarea {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important; }

.donation-form-content h2.section-header-container {
  background: #5c8558;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 1.375rem;
  padding: 0.9375rem; }

.donation-form-content #employer_street_row input,
.donation-form-content #billing_addr_street1_row input,
.donation-form-content #billing_addr_street2_row input,
.donation-form-content #billing_addr_street3_row input,
.donation-form-content #billing_addr_country_row input.ui-autocomplete-input,
.donation-form-content #donor_addr_street1_row input,
.donation-form-content #donor_addr_street2_row input,
.donation-form-content #donor_addr_street3_row input,
.donation-form-content #donor_addr_country_row input.ui-autocomplete-input,
.donation-form-content #shipping_addr_street1_row input,
.donation-form-content #shipping_addr_street2_row input,
.donation-form-content #shipping_addr_street3_row input,
.donation-form-content #shipping_addr_country_row input.ui-autocomplete-input,
.donation-form-content #tribute_notify_recip_street1_row input,
.donation-form-content #tribute_notify_recip_street2_row input,
.donation-form-content #tribute_notify_recip_street3_row input,
.donation-form-content #tribute_notify_recip_country_row input.ui-autocomplete-input,
.donation-form-content #tribute_signature_row input,
.donation-form-content #tribute_message_closing_row input,
.donation-form-content div.employer-address-container input#employer_street {
  width: 100%; }

.donation-form-content button.next-step {
  font-size: 1.3rem !important;
  padding: 20px 30px;
  border: 2px solid #f5f5f5 !important;
  color: #f5f5f5 !important;
  background-color: #f17b0a !important;
  font-weight: bold !important;
  border-radius: 0 !important;
  background-image: none !important;
  text-transform: uppercase;
  transition: background 1s;
  -webkit-transition: background 1s; }

.donation-form-content button.next-step:hover {
  transition: background 1s;
  -webkit-transition: background 1s;
  background-color: #8a8a8a !important;
  background-image: none !important; }

#action-alert h3.styled,
#action-alert h2.styled {
  background: #5c8558;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 1.375rem;
  padding: 0.9375rem; }

#action-alert p {
  font-size: 1rem; }
  #action-alert p span {
    font-size: 1rem !important; }

#action-alert input {
  border: none !important; }

#action-alert ul li {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5; }

#utmtrans {
  display: none; }

/*===============Factsheets pages=========*/
.factsheets .fact-callout {
  font-size: 1.5rem;
  color: #5b5b5b;
  text-align: center; }

.factsheets .stat-alert {
  font-weight: bold;
  color: #272727; }
  .factsheets .stat-alert p.caption {
    border: 5px solid #272727;
    margin-top: -24px;
    text-align: center;
    font-size: 1.25rem;
    padding-top: 10px; }

.factsheets h3 {
  color: #f17b0a; }

.factsheets h2 {
  text-transform: uppercase;
  color: #fefefe;
  background: #5c8558;
  padding: 10px;
  font-size: 1.25rem; }

.factsheets h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #f17b0a; }

.factsheets .bctt-click-to-tweet {
  border: none;
  margin-top: 0;
  padding: 0 10px; }

.factsheets .bctt-ctt-text {
  display: none; }

.factsheets .pub-lands {
  -webkit-background-size: cover;
          background-size: cover; }

.factsheets .progress.primary .progress-meter {
  background-color: #1779ba !important; }

/* Button styles */
.btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 50px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 0 0 #1275b7;
  box-shadow: 0 3px 0 0 #1275b7;
  background-color: #1e88ce; }

.next-step {
  font-size: 1.3rem !important;
  padding: 20px 30px;
  border: 2px solid #f5f5f5 !important;
  color: #f5f5f5 !important;
  background-color: #f17b0a !important;
  font-weight: bold !important;
  border-radius: 0 !important;
  background-image: none !important;
  text-transform: uppercase;
  transition: background 1s;
  -webkit-transition: background 1s;
  margin-top: 20px;
  display: inline-block; }

.btn:active,
.btn.active {
  top: 2px;
  -webkit-box-shadow: 0 1px 0 0 #1275b7;
  box-shadow: 0 1px 0 0 #1275b7; }

/* Progress Bar */
.progress-reader {
  position: relative; }

.progress-reader .wrapper {
  width: inherit;
  background: #e9e1d7;
  border: 1px solid #5c8558; }

/* .progress-reader .wrapper.affix {
      position: fixed;
      top: 130px;
        width:12.5%;
        padding-left:0px;
        padding-right:0px;
        
    }*/
.progress-reader .bar {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.progress-reader .bar span {
  position: absolute;
  display: block;
  top: 0;
  width: 0;
  z-index: 0;
  height: 40px;
  background-color: #beb5ab; }

.progress-reader .bar a {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.progress-reader .bar i {
  position: absolute;
  right: -30px;
  height: 40px;
  line-height: 40px;
  color: #e6e6e6;
  top: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 1.5rem; }

.form-wrapper div.single-ask #donation-line-holder {
  width: 65%;
  float: left; }

.form-wrapper div.single-ask #saveFormDonate {
  width: 35%;
  float: left; }

.progress-reader-convio {
  position: relative; }

.progress-reader-convio .wrapper {
  width: inherit;
  background: #e9e1d7;
  border: 1px solid #5c8558; }

.progress-reader-convio .bar {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.progress-reader-convio .bar span {
  position: absolute;
  display: block;
  top: 0;
  width: 0;
  z-index: 0;
  height: 40px;
  background-color: #beb5ab; }

.progress-reader-convio .bar a {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.progress-reader-convio .bar i {
  position: absolute;
  right: -30px;
  height: 40px;
  line-height: 40px;
  color: #e6e6e6;
  top: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 1.5rem; }

.areas-map-mobile {
  display: none; }

.twitter-thumb-wrapper {
  padding-bottom: 30px; }

#tweet-tool-form select {
  height: auto;
  padding: 0.5rem;
  border: 1px solid #5b5b5b;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #272727;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
  background-position: right -1rem center;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 0; }

#tweet-tool-form .tweet-selector label {
  margin-right: 0;
  margin-left: 0; }

#tweet-tool-form .tweet-selector input {
  margin-top: 16px; }

#tweet-tool-form h5 {
  margin-bottom: 20px; }

#tweet-tool-form a {
  display: inline-block; }

.slick-slider-post button {
  background: #ccc;
  padding: 1em;
  z-index: 50; }

.slick-slider-post {
  margin-bottom: 60px; }
  .slick-slider-post .slick-next,
  .slick-slider-post .slick-prev {
    top: 25%; }
    @media screen and (min-width: 40em) {
      .slick-slider-post .slick-next,
      .slick-slider-post .slick-prev {
        top: 50%; } }

.rut-cta {
  margin-bottom: 30px; }
  .rut-cta a {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: bold; }
  .rut-cta p {
    font-size: 1.5rem;
    text-align: center; }

.rut-hat {
  text-align: center;
  background-color: #e6e6e6; }

.rut-fact p {
  font-size: 1.5rem; }

#get-involved {
  background: url("../../assets/images/topo.png");
  padding: 50px; }
  #get-involved .involved-wrapper {
    padding: 50px; }
  #get-involved h4 {
    text-align: center;
    text-transform: uppercase; }
  #get-involved h3 {
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    color: #8a8a8a; }
  #get-involved li {
    list-style: none; }
  #get-involved input#donation-line {
    display: inline-block;
    width: 75%;
    border: none;
    background: #e6e6e6;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0.6rem 1rem 0.6rem 1rem; }
  #get-involved input#saveForm {
    margin-top: 15px;
    margin-left: -5px; }
  #get-involved #blog-helper {
    padding: 0; }
  #get-involved .button {
    margin-top: 20px; }

#footer-container {
  background: #272727;
  color: #f5f5f5;
  margin-top: 0rem !important; }
  #footer-container h5 {
    color: #5c8558;
    letter-spacing: normal; }
  #footer-container .menu {
    display: block; }
    #footer-container .menu li {
      display: block; }
      #footer-container .menu li a {
        color: #f5f5f5; }
  #footer-container a.btn-orange {
    width: 100%; }
  #footer-container .social-footer-bar {
    background: #272727;
    width: 100%;
    display: block;
    padding: 0.5rem 3rem; }
    #footer-container .social-footer-bar ul {
      margin: 0; }
      #footer-container .social-footer-bar ul li {
        color: #f5f5f5;
        list-style: none;
        display: inline-block; }
        #footer-container .social-footer-bar ul li a {
          color: #f5f5f5;
          padding: 0.3rem;
          font-size: 1.5rem; }
        #footer-container .social-footer-bar ul li a.contact {
          font-size: 1rem; }
  #footer-container a.btn-green {
    width: 100%;
    text-align: center;
    margin-top: 20px; }

.mobile-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #272727;
  z-index: 100; }
  .mobile-social li {
    padding: 15px;
    text-align: center;
    font-size: 16px; }
  .mobile-social a {
    color: white; }

.social-donate {
  width: 100%;
  background: #f17b0a;
  width: 100%;
  display: inline-block; }

#footer-container #footer {
  padding-bottom: 70px; }
  @media screen and (min-width: 40em) {
    #footer-container #footer {
      padding-bottom: 1.875rem; } }

@media only screen and (max-width: 50em) {
  #masthead {
    top: 0;
    position: fixed;
    z-index: 1000;
    width: 100%; }
  .logo-convio {
    width: 50px;
    margin-top: 15px;
    margin-left: 1rem; }
  .single #page {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-left: 0;
    padding-right: 0; }
  #mobile-menu,
  .title-bar {
    display: block !important; }
  #menu-primary-navigation {
    display: none !important; }
  #menu-mobile-navigation {
    display: block; }
  .social-top-bar {
    display: none; }
  .social-top-bar-convio {
    display: block; }
    .social-top-bar-convio ul {
      display: none; }
  .top-bar-container {
    padding-top: 0px; }
  .logo {
    margin-top: 0;
    width: 80px;
    display: none; }
  .top-bar {
    height: auto;
    padding: 0; }
    .top-bar .top-bar-left {
      width: 100%; }
  .top-bar .menu &gt; li:not(.menu-text) &gt; a {
    padding: 1rem !important; }
  .logo {
    display: none; }
  .top-bar {
    padding: 0 1rem;
    margin-bottom: 0;
    height: 100%; }
  .single-landingpage #issue-issues img {
    min-width: 0; }
  .author-avatar {
    display: inherit; }
  #action-alert #column1 {
    width: 100% !important; }
  #action-alert #column2 {
    width: 100% !important; }
  .areas-map {
    display: none; }
  .areas-map-mobile {
    display: inherit; }
    .areas-map-mobile ul {
      margin: 0; }
      .areas-map-mobile ul li {
        list-style: none;
        background: #8a8a8a; }
        .areas-map-mobile ul li a {
          padding: 10px 20px;
          font-size: 1.5rem;
          font-weight: bold;
          text-transform: uppercase;
          color: #f5f5f5;
          width: 100%;
          display: block; }
          .areas-map-mobile ul li a :hover {
            color: #f17b0a; }
  #gazette-stucker {
    display: none; }
  h1.entry-title {
    font-size: 2rem; }
  ul.team-board {
    padding-left: 10px; }
  .team-bio p {
    font-size: 1rem !important; }
  .social-top-bar {
    display: none; }
  .social-top-bar-convio {
    display: block; } }

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important; } }

/* min-width 641px, medium screens */
@media screen and (max-width: 39.9375em) {
  html {
    margin-top: 0 !important; }
  #front-hero {
    height: 150vmin !important; }
  .is-accordion-submenu-parent &gt; a::after {
    right: -1rem; }
  #wpadminbar {
    display: none; }
  h1 {
    font-size: 3rem; }
  #page {
    padding-top: 3rem !important;
    padding: 0 1rem;
    margin-top: 0 !important; }
  #get-involved {
    padding: 30px 0; }
  #ted-quotes .entry-content {
    padding-top: 0; }
  a.btn-green {
    font-size: 1rem; }
  .featured {
    margin-bottom: 15px; }
    .featured .featured-content {
      padding: 2rem 0; }
  .latest-news input#donation-line,
  #get-involved input#donation-line {
    width: 100%; }
  .latest-news input#saveForm,
  #get-involved input#saveForm {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .latest-text {
    margin: -5px 4% 0 !important; }
  .latest-news,
  #issues {
    padding: 30px 0; }
  .single article {
    padding: 0 1rem; }
  .donation-form-content .donation-levels .donation-level-container {
    width: 49%; }
  .marketing {
    position: relative;
    z-index: 30; }
    .marketing .tagline {
      width: 100% !important;
      padding-top: 0 !important; }
  #ted-quotes {
    margin-top: 0; }
  #issues-menu {
    display: none; }
  .single-landingpage #overview p {
    width: 100%;
    font-size: 1.25rem; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #wpadminbar {
    display: none; }
  .featured {
    padding: 5% 3%; }
    .featured .featured-content {
      padding: 2rem 0rem; }
      .featured .featured-content h3 {
        word-wrap: break-word;
        font-size: 0.9rem !important; }
  #get-involved input#donation-line {
    width: 83%; }
  .latest-news .latest-half .latest-text {
    margin: -5px 4% 0; }
  .latest-news input#donation-line {
    width: 100%; }
  .latest-news input#saveForm {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .involved-wrapper img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #issues .issues-wrapper {
    height: 25rem !important; }
  #issues .issues-content {
    padding: 10% 20px !important;
    min-height: 20rem !important; }
    #issues .issues-content p {
      margin-bottom: 4rem; }
    #issues .issues-content a.btn-green {
      display: inline-block;
      margin-top: 2%; }
  #issues .issue-1 {
    display: inline-block; }
    #issues .issue-1 .issues-wrapper {
      height: 17rem; }
      #issues .issue-1 .issues-wrapper .issues-content {
        min-height: 14.5rem;
        padding: 0px !important; }
  .post-content {
    margin: 1rem 0; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) and (max-width: 39.9375em) {
    .post-content {
      height: auto;
      max-height: none !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #issues-menu {
    display: none; }
  .single-landingpage #overview p {
    width: 100%;
    font-size: 1.25rem; }
  .donation-form-content .donation-levels .donation-level-container {
    width: 49%; } }

@media screen and (min-width: 40em) {
  .tagline {
    padding-top: 0rem !important; } }

/******------------------------******/
/****** #FARM BILL LANDING PAGE ******/
/************************************/
/* #region Farm Bill GLOBAL */
#farmbill-lp #page {
  padding-top: 1em !important; }

#farm-header {
  background-color: #51eaff;
  background-image: url("../images/blue.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff;
  padding-bottom: 60px; }

.farmbill-sub {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5%; }

.farm-section {
  display: block;
  clear: both; }

.hero-background-image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 670px;
  background-position: top center; }

a.button.default {
  padding: 11px 66px 10px 25px;
  margin-top: 0px;
  display: inline-block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: solid 2px #b4922f;
  color: #b4922f;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1em;
  letter-spacing: 1px;
  cursor: pointer;
  background: none; }

.button.default:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background-color: #b4922f;
  content: "";
  line-height: 36px; }

.button.default:before {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  right: -3px;
  bottom: 0;
  font-size: 2.5rem;
  height: 40px;
  width: 40px;
  color: #ffffff;
  font-family: "FontAwesome";
  content: "\f105";
  z-index: 1;
  font-weight: 100; }

a.button.default:hover {
  border: solid 2px #fff;
  color: #fff;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out; }

.button.default:hover:after {
  background-color: #fff; }

span.farm-button-container {
  background-color: transparent; }

a.farm-button {
  background-color: #d39b00;
  margin-top: 0em;
  border: 2px solid #d39b00;
  min-width: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding: 8px 6px 8px;
  text-align: center;
  text-decoration: none;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  zoom: 1;
  color: #fff;
  font-size: 1em; }

a.farm-button:hover,
a.farm-button:focus,
a.farm-button:active {
  -webkit-box-shadow: inset 0 0 0 5px #d39b00;
          box-shadow: inset 0 0 0 5px #d39b00;
  color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

span:focus {
  outline: none !important; }

.farm-spacer {
  display: block; }

/*#endregion Farm Bill GLOBAL */
/*#region HERO IMAGE */
.hero-text-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 15%;
  display: block;
  height: 100%; }

.hero-content {
  position: absolute;
  margin-left: 1%; }

div.farm-hero-title {
  display: block;
  padding-bottom: 5px; }

div.farm-hero-title img {
  width: 13%; }

h1.hero-text {
  color: #f6ebcc;
  margin: 0px;
  font-size: 6em;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-shadow: 1px 2px 5px #231f20;
  display: inline-block;
  vertical-align: middle; }

h4.hero-text-intro {
  color: #f6ebcc;
  margin: 0px;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-shadow: 1px 2px 5px #231f20; }

.hero-content .nav {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px;
  max-width: 890px; }

.hero-content .nav ul {
  list-style-type: none;
  background-color: rgba(71, 110, 52, 0.9);
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

.hero-content li {
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  text-align: center; }

.hero-content li:last-child {
  background-color: rgba(211, 155, 0, 0.7); }

.hero-content a {
  text-decoration: none;
  color: #f6ebcc;
  display: block;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  height: 100%; }

.hero-content a:hover {
  background-color: rgba(211, 155, 0, 0.7);
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color; }

.hero-content a.active {
  background-color: #fff;
  color: #444;
  cursor: default; }

.hero-content a:after {
  bottom: 0px;
  font-size: 2rem;
  color: #f6ebcc;
  font-family: "FontAwesome";
  content: "\f105";
  z-index: 1;
  font-weight: 100;
  left: 10px;
  position: relative; }

.hero-content li {
  width: 220px;
  border-bottom: none;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  float: left; }

/* Option 1 - Display Inline */
.hero-content li {
  display: inline-block; }

/*#endregion HERO IMAGE END*/
/*#region Overview Title */
div.overview-title h2 {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 700;
  color: #333638;
  line-height: 0.5px; }

/* Left */
div.overview-title.leftTitle h2 {
  text-align: left; }

div.overview-title.leftTitle h2 span:after {
  content: "";
  position: absolute;
  height: 9px;
  border-bottom: 1px solid #333638;
  border-top: 1px solid #333638;
  top: 0; }

div.overview-title.leftTitle h2 span:after {
  left: 100%;
  margin-left: 15px;
  width: 100%;
  max-width: 150px; }

/* Right */
div.overview-title.rightTitle h2 {
  text-align: right; }

div.overview-title.rightTitle h2 span:before {
  content: "";
  position: absolute;
  height: 9px;
  border-bottom: 1px solid #333638;
  border-top: 1px solid #333638;
  top: 0; }

div.overview-title.rightTitle h2 span:before {
  right: 100%;
  margin-right: 15px;
  width: 100%;
  max-width: 150px; }

div.overview-title h2 span {
  display: inline-block;
  position: relative; }

section.farmbill-title-full div.overview-title h2 {
  color: #fff; }

section.farmbill-title-full div.overview-title h2 span:after {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff; }

div.overview-title h4 {
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 100;
  color: #333638; }

div.overview-title p {
  font-size: 1.2rem; }

.farmbill-full {
  display: inline-block;
  width: 100%;
  position: relative; }

.farmbill-full h5 {
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 2.2em;
  margin: 10px 0px 5px 0px;
  color: #333638; }

/*#endregion Overview Copy */
/* #region Section Why Is It Important */
.farm-section-important {
  display: inline-block;
  background: #231f20;
  width: 100%; }

.farm-section-content {
  width: 40%;
  float: left;
  padding: 1%; }

.farm-section-image {
  width: 60%;
  float: left; }

.farm-section-important .farm-section-content h3 {
  font-size: 1.5em; }

.farm-section-content h3 {
  font-family: "PT Sans Narrow", sans-serif;
  color: #fff;
  margin: 0.5em 0em; }

.farm-section-content p {
  font-family: "open-sans", sans-serif;
  color: #fff; }

.farm-section-link {
  display: inline-block;
  padding: 2% 1%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "Fjalla One", sans-serif; }

.farm-section-image img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  width: 100%; }

/* #endregion */
/* #region Trending News */
#farmbill-lp #issue-solutions {
  padding: 0 0 3rem 0; }

.farm-bill-solutions .featured {
  padding: 6%;
  height: 215px; }

.landing-solution-farmbill h4 {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 700;
  color: #333638;
  margin: 2em 0 0em; }

.landing-solution-farmbill {
  text-align: center;
  padding-top: 0%; }

.farm-bill-solutions .featured-farm a h3 {
  font-size: 1.7rem;
  text-align: center;
  color: #f5f5f5;
  font-family: "PT Sans Narrow", sans-serif;
  margin: 0 auto;
  transition: background 1s;
  -webkit-transition: background 1s;
  position: relative;
  padding: 0.5rem 0.5rem;
  background: rgba(0, 0, 0, 0.3);
  height: 180px;
  border: 2px solid #f5f5f5;
  line-height: 31px; }

/* #endregion */
/* #region How Does It Work */
.full-container {
  width: 100%;
  position: relative;
  z-index: 9; }

.farmbill-full-row {
  width: 100%;
  position: relative; }

.farm-fact-container {
  /* Change height depending on how many tabs */
  max-height: 593px;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.fact-slide-container {
  height: 100% !important; }

#farm-bill-slide {
  background: none; }

#slides {
  display: none; }

ul.fact-navigation-container {
  list-style-type: none;
  margin: 0;
  max-height: 593px;
  /* Change height depending on how many tabs */
  height: 37vw;
  /* Change height depending on how many tabs */
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

ul.fact-navigation-container li {
  display: block;
  /* Change height depending on how many tabs */
  height: calc(100% / 7 - 0px); }

ul.fact-navigation-container li a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  background: #1a1e25;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: right; }

ul.fact-navigation-container li a.active-fact {
  background: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

ul.fact-navigation-container li a.active-fact:hover {
  background: transparent; }

ul.fact-navigation-container li a.active-fact div.fact-nav-icon {
  background: #1a1e25; }

ul.fact-navigation-container li a div.fact-nav-icon {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  height: 100%;
  padding: 1%;
  text-align: center;
  zoom: 1; }

.fact-nav-icon img {
  width: 80%;
  background: #866300;
  border-radius: 10px; }

ul.fact-navigation-container li a div.fact-nav-link {
  display: inline-block;
  vertical-align: middle;
  width: calc(73% + 1px);
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: right;
  font-family: "PT Sans Narrow", sans-serif; }

ul.fact-navigation-container li a.active-fact div.fact-nav-link {
  -webkit-transform: translateX(-1.8vw);
  -ms-transform: translateX(-1.8vw);
  transform: translateX(-1.8vw); }

ul.fact-navigation-container li a:hover {
  background: #1a1a1a;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.inner-slide section {
  position: absolute;
  width: 75%;
  text-align: center;
  padding: 3% 2%;
  height: 100%;
  color: #fff;
  font-size: 1em; }

.inner-slide-tabs {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  border: #1a1e25 solid 2px;
  max-width: 475px; }

.inner-slide-tabs div {
  float: left;
  width: 50%;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer; }

.inner-slide-tabs {
  background: rgba(26, 30, 37, 0.6); }

.inner-slide-tabs div:hover {
  background: #1a1e25;
  color: #1a1e25; }

.inner-slide-tabs div.slide-tab-active {
  background: #1a1e25;
  color: #fff;
  cursor: auto; }

.slide-download-link a {
  color: #fff; }

.slide-tab-first {
  display: block; }

.slide-tab-second {
  display: none; }

.slide-download-link a {
  color: #fff; }

.inner-slide-copy h4 {
  font-family: "PT Sans Narrow", sans-serif;
  text-align: left;
  margin: 20px 0px 10px 0px;
  font-size: 1.8em;
  color: #fff; }

.inner-slide-copy li {
  text-align: left;
  font-size: 1.3em; }

#farmbill_resources li {
  height: calc(100% / 8 - 0px); }

#farmbill_resources .fact-nav-icon img {
  width: 65%; }

/* #endregion */
/*#region BLOG */
#farm-blog-section .overview-title p {
  text-align: right; }

.farm-action-wrapper {
  float: left;
  width: 31%;
  text-align: center; }

.farm-action-content {
  padding: 5%;
  background-color: #231f20; }

.farm-action-content h5 {
  font-family: "PT Sans Narrow", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin: 1em 0px; }

.farm-action-content p {
  color: #fff; }

.farm-action-link {
  margin: 2em 0; }

.farm-section-link:hover {
  cursor: pointer;
  color: #000; }

.farm-action-image {
  padding: 5%; }

h4.farm-action-title {
  color: #fff;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 3.5em;
  height: 100%;
  border: solid 3px #fff;
  margin: 0;
  background: rgba(0, 0, 0, 0.5); }

section.farm-all-blogs {
  width: 100%;
  text-align: center;
  margin: 2em 0;
  display: inline-block; }

section.farm-all-blogs .farm-button {
  font-size: 1.3em; }

section.farm-all-blogs .farm-action-link {
  margin: 0 auto;
  font-size: 2em; }

div.back-flip-content p {
  margin-bottom: 0px; }

div.farm-action-link a.farm-button {
  min-width: 230px;
  padding: 3px 0px; }

.blog-title-container .flip-container {
  -webkit-perspective: 1000px;
          perspective: 1000px; }

/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.flip-container,
.front,
.back {
  width: 31%;
  margin: 1%;
  height: 480px; }

/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative; }

/* hide back of pane during swap */
.front,
.back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: -1%;
  width: 100%; }

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

/*#endregion BLOG END **/
/*#region What Can You Do */
section#farm-do-section {
  background: rgba(211, 155, 0, 0.4); }

section.farm-bill-form,
section.farm-social-content {
  float: left;
  width: 50%;
  padding: 3%; }

.farm-social-content p {
  font-size: 1.3em; }

section#farm-do-section h3 {
  font-family: "PT Sans Narrow", sans-serif;
  color: #231f20;
  text-transform: uppercase;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0; }

.farm-bill-form .farm-input {
  color: #fff;
  background-color: #d39b00;
  padding: 2%;
  border: 2px solid #d39b00;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase; }

/*#endregion */
/*#region Modals */
.modal-farm {
  padding: 1%; }

.modal-farm-content {
  padding: 1%; }

.modal-farm h2 {
  font-family: "PT Sans Narrow", sans-serif;
  color: #231f20;
  text-transform: uppercase;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0; }

.modal-farm h3 {
  font-family: "PT Sans Narrow", sans-serif;
  color: #231f20;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0; }

.modal-farm ul {
  font-size: 16px; }

.modal-farm li {
  font-size: 16px; }

.modal-farm a {
  font-weight: bold; }

/*#endregion */
/*#region MEDIA QUERIES START */
@media only screen and (max-width: 1400px) {
  .inner-slide-copy li {
    text-align: left;
    font-size: 1.3em;
    line-height: 33px; }
  .inner-slide-copy h4 {
    font-size: 2em; } }

@media only screen and (max-width: 1300px) {
  ul.fact-navigation-container li a div.fact-nav-link {
    font-size: 1.3em; } }

@media only screen and (max-width: 1235px) {
  /* Why Important */
  ul.fact-navigation-container li a div.fact-nav-link {
    font-size: 1.2em;
    width: calc(73% + 0px); }
  .farm-section-important .farm-section-content h3 {
    margin: 0; }
  .inner-slide-copy li {
    font-size: 1.1em;
    line-height: 32px; } }

@media only screen and (max-width: 1100px) {
  ul.fact-navigation-container li a div.fact-nav-link {
    font-size: 1.1em; }
  .farm-action-content h5 {
    font-size: 25px; }
  .farm-section-important .farm-section-content h3 {
    font-size: 1.3em; }
  .farm-section-content p {
    margin-bottom: 0; }
  .inner-slide-copy h4 {
    margin: 10px 0px 10px 0px; }
  .farm-bill-solutions .featured-farm a h3 {
    font-size: 1.3rem; } }

@media only screen and (max-width: 1023px) {
  .farm-bill-solutions .featured {
    padding: 5% 3%;
    height: 265px; }
  .farm-bill-solutions .featured-farm a h3 {
    font-size: 2rem; } }

@media only screen and (max-width: 1050px) {
  .inner-slide-copy h4 {
    font-size: 1.3em; }
  ul.fact-navigation-container li a div.fact-nav-link {
    font-size: 1.2em;
    width: calc(100% + 0px);
    padding-right: 10px;
    line-height: 52px; }
  ul.fact-navigation-container li a div.fact-nav-icon {
    display: none; }
  .inner-slide-copy li {
    font-size: 1em;
    line-height: 26px; }
  .farm-section-image,
  .farm-section-content {
    float: none;
    width: 100%; }
  .hero-content .nav {
    max-width: 810px; }
  .hero-content li {
    font-size: 1.2em;
    width: 200px; }
  .hero-content a:after {
    font-size: 1.2em; }
  h4.farm-action-title {
    font-size: 3em; }
  .farm-section-content {
    padding: 2%; }
  .inner-slide-copy h4 {
    margin: 0px 0px 0px 0px; } }

@media only screen and (max-width: 900px) {
  div.overview-title h2 {
    font-size: 2.5em; }
  h4.farm-action-title {
    font-size: 2.5em; }
  .hero-content .nav {
    max-width: 690px; }
  .hero-content li {
    font-size: 1em;
    width: 170px;
    height: 40px;
    line-height: 40px; }
  .hero-content a:after {
    font-size: 1em; }
  .inner-slide-copy li {
    font-size: 0.9em; }
  .reveal {
    max-width: 95%;
    border: none; }
  .modal-farm h3 {
    font-size: 1em; }
  .hero-background-image {
    height: 500px; }
  .inner-slide-tabs div {
    font-size: 1.1em; }
  .inner-slide-copy h4 {
    margin: 5px 0px;
    font-size: 1.5em; }
  div.farm-action-link a.farm-button {
    min-width: 210px;
    padding: 3px 0px;
    font-size: 15px; }
  .farm-action-link {
    margin: 10px 0; } }

@media only screen and (max-width: 850px) {
  ul.fact-navigation-container li a div.fact-nav-link {
    font-size: 1em; }
  .inner-slide section {
    padding: 1% 1%; }
  .farm-action-content h5 {
    font-size: 20px; }
  div.overview-title h2 {
    font-size: 2em; }
  .farm-section-content h3 {
    font-size: 1.5em;
    margin: 0; }
  .farm-section-content {
    padding: 2%; }
  .inner-slide-copy h4 {
    font-size: 1.2em;
    margin: 0; }
  .inner-slide-copy li {
    line-height: 24px; } }

/* Switch To Mobile View */
@media only screen and (max-width: 768px) {
  /* Why Important */
  ul.fact-navigation-container li a div.fact-nav-link {
    font-size: 1.1em;
    width: calc(73% + -1px); }
  .farm-action-wrapper {
    float: none; }
  h4.farm-action-title {
    border: solid 2px #fff;
    line-height: 100%; }
  .flip-container,
  .front,
  .back {
    width: 80%;
    height: 310px;
    margin: 1% 0px;
    right: 0;
    left: 0;
    background-position: center !important;
    margin-left: auto;
    margin-right: auto; }
  h4.farm-action-title {
    font-size: 3em; }
  .farm-action-content h5 {
    margin: 0; }
  .hero-content {
    position: relative;
    margin-left: 0%;
    text-align: center; }
  .hero-content .nav {
    width: 100%;
    max-width: 65%;
    margin: 0 auto; }
  .hero-content li {
    width: 100%;
    border-top: #f6ebcc solid 1px;
    font-size: 1.2em;
    display: block;
    float: none;
    border-left: #f6ebcc solid 1px;
    border-right: #f6ebcc solid 1px;
    background-color: rgba(71, 110, 52, 0.9); }
  .hero-content li:last-child {
    border-bottom: #f6ebcc solid 1px; }
  .hero-content .nav ul {
    display: block; }
  h1.hero-text {
    font-size: 4em; }
  .inner-slide section {
    width: 100%; }
  ul.fact-navigation-container {
    list-style-type: none;
    margin: 0 auto;
    max-height: 593px;
    height: 100%;
    width: 100%;
    position: relative;
    top: -4px;
    right: 0;
    z-index: 10;
    background: #272727;
    display: inline-block; }
  ul.fact-navigation-container li {
    height: 100%;
    float: left;
    width: 33.333%; }
  ul.fact-navigation-container li a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center; }
  ul.fact-navigation-container li a div.fact-nav-link {
    width: 100%;
    font-size: 1.2em;
    text-align: center; }
  ul.fact-navigation-container li a.active-fact div.fact-nav-link {
    -webkit-transform: translateX(-1vw);
    -ms-transform: translateX(-1vw);
    transform: translateX(-1vw); }
  .inner-slide-copy li {
    font-size: 15px; }
  .farm-bill-solutions .featured {
    padding: 6% 3%;
    height: 265px; } }

@media only screen and (max-width: 700px) {
  .inner-slide-copy li {
    font-size: 13px; } }

@media only screen and (max-width: 670px) {
  ul.fact-navigation-container li a div.fact-nav-link {
    font-size: 1em; }
  .inner-slide-copy h4 {
    margin: 0; }
  .inner-slide section {
    padding: 1%; } }

@media only screen and (max-width: 630px) {
  .inner-slide-copy li {
    font-size: 10px;
    line-height: 17px; }
  .inner-slide-copy h4 {
    font-size: 1em; } }

@media only screen and (max-width: 500px) {
  .fact-slide-container {
    background: #000; }
  h1.hero-text {
    font-size: 2.5em; }
  .hero-text-wrapper {
    padding-top: 30%; }
  div.overview-title h2 {
    font-size: 1.4em; }
  div.overview-title.leftTitle h2 span:after {
    display: none; }
  div.overview-title.rightTitle h2 {
    text-align: left; }
  div.overview-title p {
    font-size: 1rem; }
  .landing-solution-farmbill h4 {
    font-size: 1.4rem; }
  .farm-bill-solutions .featured-farm a h3 {
    font-size: 1.4rem; }
  p {
    font-size: 1rem; }
  .farm-bill-solutions .featured {
    height: 225px; }
  ul.fact-navigation-container li a div.fact-nav-link {
    font-size: 12px; }
  ul.fact-navigation-container li a div.fact-nav-link {
    padding-right: 0px;
    line-height: 32px; }
  .inner-slide-copy h4 {
    font-size: 13px; }
  .inner-slide-tabs div {
    font-size: 13px; }
  ul.fact-navigation-container {
    top: 0px; }
  h4.farm-action-title {
    font-size: 2em; }
  section.farm-bill-form,
  section.farm-social-content {
    float: none;
    width: 100%; }
  .farm-action-content h5 {
    font-size: 17px; }
  .back-flip-content p {
    font-size: 13px; }
  .farmbill-full h5 {
    font-size: 1.4em; }
  div.overview-title.leftTitle.resourcePage h2 {
    font-size: 15px; }
  .fact-slide-container {
    height: 205px !important; }
  .slidesjs-container {
    overflow: visible !important;
    height: 200px !important; }
  .slidesjs-control,
  .slidesjs-slide {
    height: 206px !important; }
  .slidesjs-slide img {
    height: inherit; }
  #farm-blog-section .overview-title p {
    text-align: left; }
  div.farm-action-link a.farm-button {
    min-width: 180px; } }

@media only screen and (max-width: 64em) and (min-width: 40.063em) {
  .farm-bill-solutions .featured-farm h3 {
    font-size: 1.2em;
    padding: 2rem 0rem; } }

@media screen and (min-width: 40em) {
  .farm-bill-solutions {
    width: 100%;
    margin: 0 auto; } }

/*#endregion */
/******------------------------******/
/****** #DONATE PAGES | ACTION ITEMS | FORM SIGN UPS ******/
/************************************/
/* #region Donate Page */
#donate-lp {
  background: url(../../assets/images/topo.png); }
  #donate-lp .donate-page #donate-form {
    margin: 0% 3%;
    padding: 1% 0%;
    background: #fff; }
    #donate-lp .donate-page #donate-form header.at-title {
      font-size: 2em;
      font-family: "proxima-nova", sans-serif;
      color: #545454;
      text-transform: uppercase;
      padding: 1em 0 0 0; }
    #donate-lp .donate-page #donate-form .at-markup.HeaderHtml h3 {
      margin: 0.5em 0;
      line-height: 1.6em;
      font-family: "proxima-nova", sans-serif;
      font-size: 1.2em;
      font-weight: 100; }
    #donate-lp .donate-page #donate-form .at-form-submit input {
      cursor: pointer;
      -webkit-appearance: none;
      -webkit-transition: background-color 0.25s ease-out,
 color 0.25s ease-out;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      vertical-align: middle;
      border: 1px solid transparent;
      border-radius: 0;
      padding: 0.5em 1.5em;
      margin: 0 0 1rem 0;
      font-size: 1.2rem;
      background-color: #f17b0a;
      color: #fff; }

/* #endregion */
/*#region Action Items Custom Forms */
/* #region Action Alert Home Page */
#page.action-alert-hp {
  padding-top: 0rem !important; }

/* #endregion */
/* #region Global Action Form */
.single-action-alert #page {
  padding-top: 2rem !important;
  margin-bottom: 0px; }

.action-full-background .lp-background {
  min-height: 70vh;
  min-height: calc(100vh - 186px); }

.action-full-background .ngp-form {
  padding-top: 3em; }

#action-form {
  padding: 0 0 6em 0; }
  #action-form .at form {
    padding: 0 1em; }
  #action-form .at-inner {
    background-color: rgba(255, 255, 255, 0.85); }

.at {
  font-family: "proxima-nova", sans-serif; }

/* Header Section */
#action-form .at-form header.at-title {
  font-family: "proxima-nova", sans-serif;
  color: #f5f5f5;
  background: #4a6b47;
  padding: 0.4em 1.1em;
  font-size: 2.5em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center; }

#action-form p.action-alert-custom {
  text-align: left;
  font-size: 1.2em;
  font-family: "open-sans", sans-serif;
  color: #5f5f5f; }

.single-action-alert #action-form .HeaderHtml {
  padding: 1.5em 0 1em 0;
  width: 90%;
  margin: 0 auto; }

#action-form .at h1 {
  font-weight: 300;
  line-height: 1.5em;
  font-size: 1.7em;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  margin: 0 auto; }

/* Contact Section */
#action-form fieldset.ContactInformation {
  display: block;
  width: 100%;
  padding: 0;
  background: #f7f7f7;
  margin-bottom: 1em;
  margin-top: -25px; }
  #action-form fieldset.ContactInformation .at-fields {
    padding: 1em;
    border: #eaeaea solid 1px; }
  #action-form fieldset.ContactInformation legend.at-legend {
    width: 100%;
    font-family: "proxima-nova", sans-serif;
    color: #f5f5f5;
    background: #769872;
    padding: 0.1em;
    font-size: 1.6em;
    font-weight: 700;
    display: inline-block;
    padding-left: 0.5em;
    border: 0;
    margin: 0;
    position: relative; }

/* Message Section */
#action-form fieldset.AdvocacyFields {
  display: block;
  width: 100%;
  padding: 0em 0 0 0;
  background: #f7f7f7; }
  #action-form fieldset.AdvocacyFields .at-fields {
    padding: 1em;
    border: #eaeaea solid 1px; }
    #action-form fieldset.AdvocacyFields .at-fields .at-markup {
      line-height: 1.3em;
      color: #504a4c;
      font-size: 1.2em; }
    #action-form fieldset.AdvocacyFields .at-fields .Intro0 {
      line-height: 1em; }

#action-form .AdvocacyFields::before {
  content: "Message";
  width: 100%;
  font-family: "proxima-nova", sans-serif;
  color: #f5f5f5;
  background: #769872;
  padding: 0.1em;
  font-size: 1.6em;
  font-weight: 700;
  display: inline-block;
  padding-left: 0.5em; }

#action-form .at-markup {
  margin: 0; }

#action-alert-custom .at fieldset legend {
  font-family: "proxima-nova", sans-serif;
  padding-top: 0;
  margin: 0; }

.at label {
  font-family: "proxima-nova", sans-serif; }

.at-text u {
  text-decoration: none; }

#action-alert-custom .at textarea {
  font-size: 1.15em;
  line-height: 1.6em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 100; }

/*Action Alert Button */
#action-alert-custom .at .btn-at-primary {
  background-color: #f17b0a;
  color: #f5f5f5;
  margin: 0 0 0rem 0;
  font-size: 0.9rem;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 30px; }

#action-alert-custom .at .btn-at-primary:hover {
  background-color: #cd6909; }

/* Form Footer Section */
#action-footer {
  background: #272727;
  color: #f5f5f5;
  width: 100%; }

.action-footer-wrapper {
  font-weight: 100;
  text-align: center;
  font-style: italic;
  width: 95%;
  margin: 0 auto;
  font-size: 1em; }

#action-form footer.at-markup {
  padding: 0em 0em 0em 0em; }

/* Action Alert Page Footer */
#footer-container-action {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 1%;
  position: relative; }

#footer-container-action img {
  width: 17%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #footer-container-action img {
      width: 25%; } }
  @media screen and (max-width: 39.9375em) {
    #footer-container-action img {
      width: 50%; } }

/* Action Form Thank You Page */
#action-form .thankYou {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 3%; }
  #action-form .thankYou .contributions h2 {
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 3em;
    text-transform: uppercase;
    color: #4a6b47; }

/* #endregion */
/* #region Form Sign Up EveryAction */
.et_bloom .at-inner {
  background: none; }

.et_bloom .et_bloom_form_container .et_bloom_form_header {
  padding: 5px !important; }

.et_bloom .et_bloom_form_container .et_bloom_form_content {
  padding: 0em 1em 1em 1em !important; }

#signup-action .at-form-submit input {
  width: 100%;
  padding: 1.5% 0% !important;
  background-color: #f17b0a;
  color: #f5f5f5;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
  font-size: 1.3em;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center; }

.et_bloom .et_bloom_form_container .et_bloom_form_content label {
  margin-bottom: 5px !important; }

.et_bloom .at fieldset legend {
  font-family: "proxima-nova", sans-serif;
  color: #b3b3b3; }

.et_bloom header.at-title {
  font-size: 2em;
  font-family: "proxima-nova", sans-serif;
  color: #545454;
  text-transform: uppercase;
  line-height: 1em; }

.et_bloom .at-markup.HeaderHtml p {
  color: #545454;
  text-align: center;
  line-height: 1.5em;
  font-size: 1em; }

.et_bloom .et_bloom_header_outer .et_bloom_form_header.split img {
  max-width: 100%; }

.et_bloom .at-form .thankYou {
  padding: 3% 1%; }

form .at-form-submit {
  padding: 0.625rem 0; }

/* #endregion */
/******------------------------******/
/****** #LWCF Landing Page ******/
/************************************/
/* #region LWCF Landing Page Start */
#lwcf-lp {
  display: block;
  max-width: 100vw;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* #region Global LWCF */
  /* #endregion */
  /* #region Header Section */
  /* #endregion */
  /* #region Section One */
  /* #endregion */
  /* #region Section Two */
  /* #endregion */
  /* #region Section three */
  /* #endregion */
  /* #region Section four */
  /* #endregion */
  /* #region Section five */
  /* #endregion */
  /* #region Section six */
  /* #endregion */
  /* #region Responsive */
  /* #endregion Responsive */ }
  #lwcf-lp ul.orbit-container {
    height: auto !important; }
  #lwcf-lp li.orbit-slide {
    max-height: none !important; }
  #lwcf-lp #action-form fieldset.ContactInformation {
    margin-top: 0; }
    #lwcf-lp #action-form fieldset.ContactInformation legend.at-legend {
      background: #272727;
      color: transparent; }
      #lwcf-lp #action-form fieldset.ContactInformation legend.at-legend:before {
        content: "Help Unlock Public Lands:";
        display: block;
        color: white; }
      #lwcf-lp #action-form fieldset.ContactInformation legend.at-legend:after {
        content: "Send a Message to Your Lawmakers Now";
        display: block;
        color: white;
        margin-top: -40px;
        font-size: 20px; }
  #lwcf-lp #action-form .AdvocacyFields::before {
    background: #272727;
    color: white; }
  #lwcf-lp .timeline {
    position: relative;
    margin-bottom: 40px;
    padding-right: 30px; }
    #lwcf-lp .timeline:before {
      content: "";
      display: block;
      position: absolute;
      width: 2px;
      height: calc(100% - 20px);
      top: 10px;
      left: 33px;
      background: #5dbb46; }
    #lwcf-lp .timeline dd {
      margin-left: 45px;
      overflow: auto; }
    #lwcf-lp .timeline h3 {
      margin-top: 0;
      font-size: 24px; }
  #lwcf-lp .timeline-year {
    font-size: 18px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    position: relative;
    padding-left: 60px; }
    #lwcf-lp .timeline-year:before {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 3px;
      left: 14px;
      border: 2px solid #5dbb46;
      border-radius: 1000px;
      background: white; }
      @media screen and (min-width: 40em) {
        #lwcf-lp .timeline-year:before {
          left: 9px; } }
    #lwcf-lp .timeline-year:hover {
      cursor: pointer;
      color: #5dbb46;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }
  #lwcf-lp .lwcf-testimonial {
    padding: 30px;
    background: url("../../assets/images/topo.png"), -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
    background: url("../../assets/images/topo.png"), -webkit-linear-gradient(#f1f1f1, #f1f1f1);
    background: url("../../assets/images/topo.png"), linear-gradient(#f1f1f1, #f1f1f1); }
    #lwcf-lp .lwcf-testimonial p {
      font-size: 14px;
      margin: 5px 0;
      text-align: right; }
      #lwcf-lp .lwcf-testimonial p:first-of-type {
        padding-left: 10px;
        border-left: 2px solid #5dbb46;
        text-align: left;
        margin-bottom: 15px; }
  #lwcf-lp .lwcf-form-text {
    position: relative;
    padding: 40px;
    padding-top: 0;
    margin-top: 60px; }
    #lwcf-lp .lwcf-form-text:before {
      content: "";
      top: 0;
      left: 0;
      display: block;
      background: url("../../assets/images/topo.png"), -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
      background: url("../../assets/images/topo.png"), -webkit-linear-gradient(#f1f1f1, #f1f1f1);
      background: url("../../assets/images/topo.png"), linear-gradient(#f1f1f1, #f1f1f1);
      position: absolute;
      width: 100vw;
      max-width: 75rem;
      height: 100%;
      z-index: -1; }
  #lwcf-lp .title-block {
    max-width: 800px;
    margin: 0 auto; }
  #lwcf-lp .orbit-bullets {
    width: 100%;
    left: 0;
    text-align: center;
    background: #e6e6e6;
    padding: 20px 0; }
  #lwcf-lp .orbit-bullets button {
    background: none;
    -webkit-background-size: cover;
            background-size: cover;
    width: auto;
    width: -webkit-max-content;
    width: max-content;
    margin: 0 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #a7a6a6;
    border-radius: none !important; }
    #lwcf-lp .orbit-bullets button:not(:first-of-type):before {
      content: "|";
      margin-right: 10px; }
    #lwcf-lp .orbit-bullets button:hover {
      color: #5dbb46;
      opacity: 1;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
  #lwcf-lp button.is-active {
    color: #272727;
    font-weight: bold; }
  @media screen and (max-width: 39.9375em) {
    #lwcf-lp {
      padding-top: 66px; } }
  #lwcf-lp .lwcf-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-max-content;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 70px; }
    #lwcf-lp .lwcf-buttons a {
      display: block;
      width: 100%;
      text-align: center; }
    @media screen and (min-width: 40em) {
      #lwcf-lp .lwcf-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        #lwcf-lp .lwcf-buttons a {
          display: initial;
          margin: 0 20px; } }
  #lwcf-lp .lwcf-buttons-tri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #lwcf-lp .lwcf-buttons-tri div:first-of-type {
      grid-column: 1/3; }
    #lwcf-lp .lwcf-buttons-tri a {
      width: 100%;
      display: block;
      text-align: center; }
  #lwcf-lp .lwcf-downloads {
    text-align: center;
    color: white;
    background: #272727;
    padding: 30px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #lwcf-lp .lwcf-downloads h4 {
      text-transform: uppercase; }
  #lwcf-lp .lwcf-blog {
    margin-top: 50px; }
  #lwcf-lp .lwcf-impact {
    text-transform: uppercase;
    font-weight: 800;
    display: -ms-grid;
    display: grid;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
    grid-template-areas: "a b"
 "c b"; }
  #lwcf-lp .impact-1 {
    font-size: 30px;
    color: #5dbb46;
    padding-right: 5px;
    margin-top: 5px; }
  #lwcf-lp .impact-2 {
    grid-area: c;
    color: #5dbb46;
    margin-top: -25px;
    font-size: 20px; }
  #lwcf-lp .lwcf-section {
    display: block;
    position: relative;
    width: 100%; }
  #lwcf-lp .title-container {
    display: table;
    width: 45%;
    position: relative;
    height: 80px;
    margin-bottom: 3em; }
    #lwcf-lp .title-container .title-top {
      display: inline-block;
      background: #231f20;
      width: 99%;
      height: 100%;
      position: absolute;
      top: -5px;
      -webkit-clip-path: polygon(96% 0%, 100% 100%, 0% 100%, 0% 0%);
              clip-path: polygon(96% 0%, 100% 100%, 0% 100%, 0% 0%);
      z-index: 9;
      left: 0px; }
      #lwcf-lp .title-container .title-top h2 {
        margin: 0;
        line-height: 0;
        letter-spacing: 0;
        text-align: left; }
        #lwcf-lp .title-container .title-top h2 span {
          font-family: bebas-neue-by-fontfabric, sans-serif;
          color: rgba(255, 255, 255, 0.2);
          font-size: 2em;
          line-height: 1.15em;
          padding-left: 0.5em; }
    #lwcf-lp .title-container .title-bottom {
      display: table-cell;
      background: #5dbb46;
      width: 100%;
      -webkit-clip-path: polygon(96% 0%, 100% 100%, 0% 100%, 0% 0%);
              clip-path: polygon(96% 0%, 100% 100%, 0% 100%, 0% 0%); }
  #lwcf-lp .title-container.right-title {
    float: right; }
    #lwcf-lp .title-container.right-title .title-top {
      -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 4% 0%);
              clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 4% 0%);
      right: 0;
      left: auto; }
      #lwcf-lp .title-container.right-title .title-top h2 {
        text-align: right; }
        #lwcf-lp .title-container.right-title .title-top h2 span {
          padding-right: 0.5em;
          padding-left: 0; }
    #lwcf-lp .title-container.right-title .title-bottom {
      -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 4% 0%);
              clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 4% 0%); }
  #lwcf-lp .clear-block {
    clear: both; }
  #lwcf-lp .lwcf-copy {
    position: relative;
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.5em; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      #lwcf-lp .lwcf-copy {
        font-size: 1.3em;
        line-height: 1.4em; } }
    @media only screen and (max-width: 550px) {
      #lwcf-lp .lwcf-copy {
        font-size: 1.2em;
        line-height: 1.6em; } }
  #lwcf-lp .lwcf-callout {
    position: relative;
    font-family: oswald, sans-serif;
    color: #5dbb46;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.5em;
    padding-left: 1rem;
    border-left: #5dbb46 solid 3px;
    margin-top: 1rem; }
  #lwcf-lp #header-lwcf {
    width: 100%; }
    #lwcf-lp #header-lwcf .header-container-full {
      position: relative;
      top: -40px; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #lwcf-lp #header-lwcf .header-container-full {
          top: 0px; } }
    #lwcf-lp #header-lwcf .header-top {
      max-height: 1035px;
      height: 835px;
      background-image: url("http://trcp.staging.wpengine.com/wp-content/uploads/2019/08/landlocked-cover-credit-Calvin-Connor-flip-1600-web.jpg");
      background-repeat: no-repeat;
      background-position: center bottom;
      -webkit-background-size: cover;
              background-size: cover;
      width: 100%;
      display: table;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 1090px) {
        #lwcf-lp #header-lwcf .header-top {
          height: 800px; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #lwcf-lp #header-lwcf .header-top {
          height: 700px; } }
      @media only screen and (max-width: 800px) {
        #lwcf-lp #header-lwcf .header-top {
          height: 600px; } }
      @media only screen and (max-width: 550px) {
        #lwcf-lp #header-lwcf .header-top {
          height: 450px; } }
    #lwcf-lp #header-lwcf .header-bottom {
      width: 100%;
      height: 72px;
      display: block;
      background-position: center bottom;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 1090px) {
        #lwcf-lp #header-lwcf .header-bottom {
          height: 56px; } }
      @media only screen and (max-width: 1090px) {
        #lwcf-lp #header-lwcf .header-bottom {
          height: 50px; } }
      @media only screen and (max-width: 800px) {
        #lwcf-lp #header-lwcf .header-bottom {
          height: 42px; } }
      @media only screen and (max-width: 550px) {
        #lwcf-lp #header-lwcf .header-bottom {
          height: 32px; } }
    #lwcf-lp #header-lwcf .header-container-one {
      float: right;
      margin-top: 10vh;
      background: rgba(0, 0, 0, 0.479);
      color: white;
      width: 100%; }
      @media screen and (min-width: 64em) {
        #lwcf-lp #header-lwcf .header-container-one {
          width: 70%;
          max-width: 900px; } }
      #lwcf-lp #header-lwcf .header-container-one .container-content {
        position: relative; }
        #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy {
          position: relative;
          max-width: 780px;
          display: inline-block;
          width: 100%;
          height: auto;
          left: 4em; }
          @media only screen and (max-width: 1250px) {
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy {
              left: 3em; } }
          @media only screen and (max-width: 1090px) {
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy {
              left: 2em; } }
          @media screen and (min-width: 40em) and (max-width: 63.9375em) {
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy {
              left: 3em; } }
          @media only screen and (max-width: 800px) {
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy {
              width: 514px;
              left: 4em; } }
          @media screen and (max-width: 39.9375em) {
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy {
              left: 1em; } }
          @media only screen and (max-width: 550px) {
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy {
              width: 320px;
              left: 15px; } }
          #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy h4 {
            font-size: 2.5em;
            line-height: 1em;
            font-family: bebas-neue-by-fontfabric, sans-serif;
            color: #5dbb46;
            border-bottom: #5dbb46 solid 2px;
            display: inline-block;
            margin: 0;
            letter-spacing: 0; }
            @media only screen and (max-width: 800px) {
              #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy h4 {
                font-size: 2em; } }
            @media only screen and (max-width: 550px) {
              #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy h4 {
                font-size: 1.2em; } }
          #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy h1 {
            color: #fff;
            font-family: "proxima-nova", sans-serif;
            font-weight: 800;
            margin: 0;
            padding-top: 0.5rem; }
            @media only screen and (max-width: 550px) {
              #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy h1 {
                line-height: 1em; } }
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy h1 span.top {
              line-height: 1em;
              display: inline-block; }
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy h1 span.bottom {
              font-size: 2.5em;
              line-height: 0.6em;
              letter-spacing: 0;
              display: inline-block; }
              @media only screen and (max-width: 800px) {
                #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy h1 span.bottom {
                  font-size: 1.9em; } }
              @media only screen and (max-width: 550px) {
                #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy h1 span.bottom {
                  font-size: 1.15em; } }
        #lwcf-lp #header-lwcf .header-container-one .container-content .header-sub {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: -10px;
          margin-bottom: 50px; }
          #lwcf-lp #header-lwcf .header-container-one .container-content .header-sub .copy-onx {
            display: table-cell;
            color: #fff;
            vertical-align: middle;
            padding-right: 0.6em; }
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-sub .copy-onx p {
              margin: 0;
              text-transform: lowercase;
              font-weight: 400; }
          #lwcf-lp #header-lwcf .header-container-one .container-content .header-sub .logo-onx {
            display: table-cell; }
            @media only screen and (max-width: 800px) {
              #lwcf-lp #header-lwcf .header-container-one .container-content .header-sub .logo-onx {
                width: 10%; } }
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-sub .logo-onx img.image-onx {
              width: 70px; }
        #lwcf-lp #header-lwcf .header-container-one .container-content .lwcf-acre {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-top: 50px; }
        #lwcf-lp #header-lwcf .header-container-one .container-content .acre-num {
          font-weight: 800;
          text-transform: uppercase;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 36px;
          margin-right: 20px; }
          #lwcf-lp #header-lwcf .header-container-one .container-content .acre-num span:first-of-type {
            font-size: 70px;
            color: #5dbb46;
            line-height: 0.7; }
        #lwcf-lp #header-lwcf .header-container-one .container-content .acre-text p {
          margin: 0;
          font-size: 24px;
          line-height: 1; }
          #lwcf-lp #header-lwcf .header-container-one .container-content .acre-text p:first-of-type {
            font-size: 36px;
            font-weight: bold; }
        #lwcf-lp #header-lwcf .header-container-one .container-content .lwcf-nav {
          margin-top: 45px;
          margin-bottom: 20px; }
          #lwcf-lp #header-lwcf .header-container-one .container-content .lwcf-nav a {
            color: white;
            margin-right: 20px;
            white-space: nowrap; }
            #lwcf-lp #header-lwcf .header-container-one .container-content .lwcf-nav a i {
              color: #5dbb46;
              margin-right: 5px; }
            #lwcf-lp #header-lwcf .header-container-one .container-content .lwcf-nav a:hover {
              color: #5dbb46; }
    #lwcf-lp #header-lwcf .header-container-two {
      display: table-cell;
      vertical-align: bottom;
      width: 30%; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #lwcf-lp #header-lwcf .header-container-two {
          display: none; } }
      @media screen and (max-width: 39.9375em) {
        #lwcf-lp #header-lwcf .header-container-two {
          display: none; } }
      #lwcf-lp #header-lwcf .header-container-two img.lock-image {
        margin: 0 auto;
        display: block;
        position: relative; }
        @media only screen and (max-width: 1090px) {
          #lwcf-lp #header-lwcf .header-container-two img.lock-image {
            width: 70%; } }
  #lwcf-lp .header-btn {
    text-align: right;
    padding-top: 2em; }
    @media only screen and (max-width: 800px) {
      #lwcf-lp .header-btn {
        padding-top: 1em; } }
    #lwcf-lp .header-btn a {
      color: white;
      right: 2em;
      border: #5dbb46 solid 3px;
      padding: 1em;
      text-transform: uppercase;
      font-weight: 800;
      background: #5dbb46; }
    #lwcf-lp .header-btn a {
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      color: #231f20;
      cursor: pointer; }
  #lwcf-lp #section-one-lwcf {
    display: block;
    width: 100%;
    /* #region Flickity */
    /* right to left */
    /* ---- page dots ---- */
    /* #endregion */ }
    #lwcf-lp #section-one-lwcf .carousel img.map-land.is-selected {
      display: block;
      opacity: 1;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      padding: 0; }
    #lwcf-lp #section-one-lwcf .carousel img.map-land {
      display: block;
      height: 400px;
      opacity: 0.65;
      padding: 7px 7px; }
    #lwcf-lp #section-one-lwcf .map_key img {
      width: 100%;
      border-top: #5f5f5f solid 2px;
      padding-top: 1em;
      margin-top: 1em; }
    #lwcf-lp #section-one-lwcf .flickity-enabled {
      position: relative; }
    #lwcf-lp #section-one-lwcf .flickity-enabled:focus {
      outline: none; }
    #lwcf-lp #section-one-lwcf .flickity-viewport {
      overflow: hidden;
      position: relative;
      height: 100%; }
    #lwcf-lp #section-one-lwcf .flickity-slider {
      position: absolute;
      width: 100%;
      height: 100%; }
    #lwcf-lp #section-one-lwcf .flickity-enabled.is-draggable {
      -webkit-tap-highlight-color: transparent;
      tap-highlight-color: transparent;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #lwcf-lp #section-one-lwcf .flickity-enabled.is-draggable .flickity-viewport {
      cursor: move;
      cursor: grab; }
    #lwcf-lp #section-one-lwcf .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
      cursor: grabbing; }
    #lwcf-lp #section-one-lwcf .flickity-button {
      position: absolute;
      background: rgba(93, 187, 70, 0.75);
      border: #231f20 solid 2px;
      color: #231f20;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s; }
    #lwcf-lp #section-one-lwcf .flickity-button:hover {
      background: rgba(0, 0, 0, 0.55);
      cursor: pointer; }
    #lwcf-lp #section-one-lwcf .flickity-button:focus {
      outline: none; }
    #lwcf-lp #section-one-lwcf .flickity-button:active {
      opacity: 0.6; }
    #lwcf-lp #section-one-lwcf .flickity-button:disabled {
      opacity: 0.3;
      cursor: auto;
      /* prevent disabled button from capturing pointer up event. #716 */
      pointer-events: none; }
    #lwcf-lp #section-one-lwcf .flickity-button-icon {
      fill: #231f20; }
    #lwcf-lp #section-one-lwcf .flickity-prev-next-button {
      top: 50%;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      /* vertically center */
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    #lwcf-lp #section-one-lwcf .flickity-prev-next-button.previous {
      left: 35px; }
    #lwcf-lp #section-one-lwcf .flickity-prev-next-button.next {
      right: 35px; }
    #lwcf-lp #section-one-lwcf .flickity-rtl .flickity-prev-next-button.previous {
      left: auto;
      right: 10px; }
    #lwcf-lp #section-one-lwcf .flickity-rtl .flickity-prev-next-button.next {
      right: auto;
      left: 10px; }
    #lwcf-lp #section-one-lwcf .flickity-prev-next-button .flickity-button-icon {
      position: absolute;
      left: 20%;
      top: 20%;
      width: 70%;
      height: 60%; }
    #lwcf-lp #section-one-lwcf .flickity-page-dots {
      position: relative;
      width: 100%;
      bottom: -10px;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      line-height: 1; }
    #lwcf-lp #section-one-lwcf .flickity-rtl .flickity-page-dots {
      direction: rtl; }
    #lwcf-lp #section-one-lwcf .flickity-page-dots .dot {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: 0 8px;
      background: #231f20;
      border-radius: 50%;
      opacity: 0.25;
      cursor: pointer; }
    #lwcf-lp #section-one-lwcf .flickity-page-dots .dot.is-selected {
      opacity: 1; }
    #lwcf-lp #section-one-lwcf .lwcf-callout {
      display: none; }
      @media only screen and (max-width: 550px) {
        #lwcf-lp #section-one-lwcf .lwcf-callout {
          font-size: 1.5em;
          font-weight: 400; } }
      #lwcf-lp #section-one-lwcf .lwcf-callout.visible {
        display: block; }
  #lwcf-lp #section-two-lwcf {
    background: #e6e6e6;
    padding-top: 50px;
    position: relative;
    top: -40px; }
    #lwcf-lp #section-two-lwcf .title-container {
      width: 55%; }
    #lwcf-lp #section-two-lwcf .columns {
      margin-bottom: 17px;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
    #lwcf-lp #section-two-lwcf .card {
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
      width: 100%;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 5px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      overflow: hidden; }
      #lwcf-lp #section-two-lwcf .card .details img {
        width: 100%; }
    #lwcf-lp #section-two-lwcf .card .imgBx {
      width: 100%;
      height: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    #lwcf-lp #section-two-lwcf .card .details {
      width: 100%;
      height: 100%;
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    #lwcf-lp #section-two-lwcf .card .imgBx {
      top: 0;
      left: 0; }
    #lwcf-lp #section-two-lwcf .card:hover .imgBx {
      top: 0;
      left: -100%; }
    #lwcf-lp #section-two-lwcf .card .imgBx img {
      width: 100%; }
    #lwcf-lp #section-two-lwcf .card .details {
      background: #262626;
      top: 0;
      left: 100%; }
    #lwcf-lp #section-two-lwcf .card:hover .details {
      top: 0;
      left: 0%; }
  #lwcf-lp #section-three-lwcf {
    margin-top: 100px;
    overflow: auto;
    padding-bottom: 0; }
    #lwcf-lp #section-three-lwcf h4.lwcf-callout {
      font-size: 2.5em;
      margin: 0;
      line-height: 1.2em;
      margin-bottom: 1rem; }
    #lwcf-lp #section-three-lwcf .lwcf-callout-container {
      display: table;
      width: 80%;
      margin: 2rem 0 0 0; }
      #lwcf-lp #section-three-lwcf .lwcf-callout-container .lwcf-callout-copy {
        display: table-cell; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          #lwcf-lp #section-three-lwcf .lwcf-callout-container .lwcf-callout-copy {
            display: none; } }
        #lwcf-lp #section-three-lwcf .lwcf-callout-container .lwcf-callout-copy h6 {
          border-top: #444444 solid 3px;
          font-family: oswald, sans-serif;
          font-weight: 400;
          font-size: 1.6em;
          line-height: 1.5em;
          letter-spacing: 0;
          color: #444444;
          display: inline-block;
          margin: 0; }
          @media only screen and (max-width: 550px) {
            #lwcf-lp #section-three-lwcf .lwcf-callout-container .lwcf-callout-copy h6 {
              font-size: 1.2em; } }
        #lwcf-lp #section-three-lwcf .lwcf-callout-container .lwcf-callout-copy span {
          color: #5dbb46;
          text-transform: uppercase;
          font-family: bebas-neue-by-fontfabric, sans-serif;
          font-size: 4em;
          font-weight: bold;
          margin: 0;
          line-height: 5rem;
          display: block; }
    #lwcf-lp #section-three-lwcf .row-map {
      padding-left: 6em; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #lwcf-lp #section-three-lwcf .row-map {
          display: inline; } }
      #lwcf-lp #section-three-lwcf .row-map .montana-image {
        width: 100%; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          #lwcf-lp #section-three-lwcf .row-map .montana-image {
            width: 50%;
            float: right; } }
        @media only screen and (max-width: 800px) {
          #lwcf-lp #section-three-lwcf .row-map .montana-image {
            width: 100%; } }
      #lwcf-lp #section-three-lwcf .row-map .lwcf-callout-copy {
        clear: both;
        display: table;
        margin: 0 auto;
        padding-top: 1em; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          #lwcf-lp #section-three-lwcf .row-map .lwcf-callout-copy {
            float: left;
            clear: none; } }
        #lwcf-lp #section-three-lwcf .row-map .lwcf-callout-copy .lwcf-map-copy {
          display: table-cell;
          vertical-align: middle; }
          #lwcf-lp #section-three-lwcf .row-map .lwcf-callout-copy .lwcf-map-copy h5 {
            border-right: #444444 solid 3px;
            font-family: oswald, sans-serif;
            font-weight: 400;
            font-size: 2rem;
            line-height: 2.5rem;
            letter-spacing: 0;
            color: #444444;
            display: inline-block;
            margin: 0;
            text-align: right;
            text-transform: uppercase;
            padding-right: 1rem; }
          #lwcf-lp #section-three-lwcf .row-map .lwcf-callout-copy .lwcf-map-copy img.legend-icon {
            max-width: 25px; }
          #lwcf-lp #section-three-lwcf .row-map .lwcf-callout-copy .lwcf-map-copy span.legend-copy {
            font-size: 1.1rem;
            display: block;
            color: #444444;
            letter-spacing: 1px;
            padding-left: 1rem;
            font-weight: 100;
            font-family: oswald, sans-serif; }
    @media only screen and (max-width: 640px) {
      #lwcf-lp #section-three-lwcf .row-lwcf .row-copy,
      #lwcf-lp #section-three-lwcf .row-lwcf .row-map {
        width: 90%;
        display: block;
        margin: 0 auto;
        padding: 0; }
      #lwcf-lp #section-three-lwcf .row-lwcf .row-copy .lwcf-callout-container {
        width: 100%; }
      #lwcf-lp #section-three-lwcf .row-lwcf .row-copy h4.lwcf-callout {
        font-size: 2em; }
      #lwcf-lp #section-three-lwcf .row-lwcf .row-map {
        width: 100%; } }
  #lwcf-lp #NVSignupForm403004 .btn-at-primary {
    background-color: #5dbb46;
    color: rgba(35, 31, 32, 0.7);
    border: #5dbb46 solid 3px;
    padding: 1;
    text-transform: uppercase;
    font-weight: 800; }
  #lwcf-lp #section-four-lwcf {
    margin-top: 100px; }
    #lwcf-lp #section-four-lwcf .form-header {
      background: #5dbb46;
      padding: 2%; }
      #lwcf-lp #section-four-lwcf .form-header h3 {
        margin: 0;
        font-family: bebas-neue-by-fontfabric, sans-serif;
        color: rgba(255, 255, 255, 0.2);
        font-size: 2em;
        text-align: left;
        line-height: 1em;
        padding-left: 10px;
        color: rgba(35, 31, 32, 0.7);
        border-left: rgba(35, 31, 32, 0.7) solid 3px; }
    #lwcf-lp #section-four-lwcf #action-form {
      padding: 0 0 2em 0; }
      #lwcf-lp #section-four-lwcf #action-form .at form {
        padding: 0; }
        #lwcf-lp #section-four-lwcf #action-form .at form .btn-at-primary {
          background-color: #5dbb46;
          color: rgba(35, 31, 32, 0.7);
          border: #5dbb46 solid 3px;
          padding: 1;
          text-transform: uppercase;
          font-weight: 800; }
      #lwcf-lp #section-four-lwcf #action-form .at-inner {
        background-color: rgba(255, 255, 255, 0.5); }
      #lwcf-lp #section-four-lwcf #action-form .ContactInformation {
        background: rgba(247, 247, 247, 0.5);
        margin-bottom: 0; }
      #lwcf-lp #section-four-lwcf #action-form .at-title {
        display: none; }
      #lwcf-lp #section-four-lwcf #action-form .HeaderHtml {
        display: none; }
  #lwcf-lp #section-five-lwcf {
    padding-top: 100px;
    -webkit-background-size: cover;
            background-size: cover; }
    #lwcf-lp #section-five-lwcf .project-container {
      display: block;
      position: relative;
      width: 90%;
      margin: 0 auto; }
      #lwcf-lp #section-five-lwcf .project-container h5 {
        font-family: lato, sans-serif;
        color: #231f20;
        font-size: 2em;
        margin: 0;
        font-weight: 300;
        letter-spacing: 0px; }
        @media only screen and (max-width: 1190px) {
          #lwcf-lp #section-five-lwcf .project-container h5 {
            font-size: 1.5em; } }
      #lwcf-lp #section-five-lwcf .project-container h3 {
        font-family: oswald, sans-serif;
        color: #231f20;
        font-size: 3.8em;
        text-transform: uppercase;
        line-height: 1.05em;
        letter-spacing: 0;
        margin: 0;
        font-weight: 500; }
        @media only screen and (max-width: 1440px) {
          #lwcf-lp #section-five-lwcf .project-container h3 {
            font-size: 3.4em; } }
        @media only screen and (max-width: 1190px) {
          #lwcf-lp #section-five-lwcf .project-container h3 {
            font-size: 1.5em; } }
        @media only screen and (max-width: 550px) {
          #lwcf-lp #section-five-lwcf .project-container h3 {
            font-size: 2.2em;
            line-height: 1.2em; } }
      #lwcf-lp #section-five-lwcf .project-container .accordion {
        background: #444444;
        border-radius: 5px;
        margin-top: 1em;
        max-height: 400px;
        overflow-y: scroll; }
        #lwcf-lp #section-five-lwcf .project-container .accordion a.toggle {
          width: 100%;
          display: block;
          border-radius: 0.15em;
          -webkit-transition: background 0.3s ease;
          transition: background 0.3s ease;
          font-family: oswald, sans-serif;
          color: #fff;
          font-size: 2em;
          font-weight: 100;
          background: #5dbb46;
          line-height: 1.5em;
          padding: 0.1em 0em 0.1em 0.5em; }
          @media only screen and (max-width: 550px) {
            #lwcf-lp #section-five-lwcf .project-container .accordion a.toggle {
              font-size: 1.5em; } }
          #lwcf-lp #section-five-lwcf .project-container .accordion a.toggle:hover {
            background: #231f20; }
          #lwcf-lp #section-five-lwcf .project-container .accordion a.toggle i {
            padding-left: 10px; }
        #lwcf-lp #section-five-lwcf .project-container .accordion .lwcf-copy {
          font-size: 1.3em;
          margin: 0;
          color: #fff;
          font-weight: 300;
          padding: 1em 1em 1em 1em;
          line-height: 1.4em; }
          @media only screen and (max-width: 550px) {
            #lwcf-lp #section-five-lwcf .project-container .accordion .lwcf-copy {
              font-size: 1.15em; } }
        #lwcf-lp #section-five-lwcf .project-container .accordion .inner {
          overflow: hidden;
          display: none; }
  #lwcf-lp #section-six-lwcf .packet-image {
    display: block;
    margin: 0 auto;
    padding-bottom: 1em; }
  #lwcf-lp #section-six-lwcf h3 {
    font-family: oswald, sans-serif;
    color: #231f20;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      #lwcf-lp #section-six-lwcf h3 {
        font-size: 2.5em; } }
    @media only screen and (max-width: 550px) {
      #lwcf-lp #section-six-lwcf h3 {
        font-size: 2em; } }
  #lwcf-lp #section-six-lwcf .lwcf-copy {
    padding-bottom: 1rem; }
  #lwcf-lp #section-six-lwcf a {
    background-color: #5dbb46;
    color: rgba(35, 31, 32, 0.7);
    border: #5dbb46 solid 3px;
    padding: 0.4em 1em 0.15em 1em;
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: bebas-neue-by-fontfabric, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    cursor: pointer; }
  #lwcf-lp #section-six-lwcf a:hover {
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    color: #231f20;
    cursor: pointer; }
  @media only screen and (min-width: 1440px) {
    #lwcf-lp .row {
      max-width: 90rem; }
    #lwcf-lp #section-one-lwcf .title-container,
    #lwcf-lp #section-three-lwcf .title-container,
    #lwcf-lp #section-five-lwcf .title-container,
    #lwcf-lp #section-two-lwcf .title-container {
      width: 50%; }
    #lwcf-lp #section-four-lwcf .title-container,
    #lwcf-lp #section-six-lwcf .title-container {
      width: 80%; }
    #lwcf-lp #section-six-lwcf .title-container {
      width: 75%; } }
  @media only screen and (max-width: 1440px) {
    #lwcf-lp #section-one-lwcf .title-container,
    #lwcf-lp #section-three-lwcf .title-container,
    #lwcf-lp #section-five-lwcf .title-container,
    #lwcf-lp #section-two-lwcf .title-container {
      width: 50%; }
    #lwcf-lp #section-four-lwcf .title-container {
      width: 90%; }
    #lwcf-lp #section-six-lwcf .title-container {
      width: 78%; } }
  @media only screen and (max-width: 1300px) {
    #lwcf-lp #section-one-lwcf .title-container,
    #lwcf-lp #section-three-lwcf .title-container,
    #lwcf-lp #section-five-lwcf .title-container,
    #lwcf-lp #section-two-lwcf .title-container {
      width: 55%; }
    #lwcf-lp #section-four-lwcf .title-container {
      width: 99%; }
    #lwcf-lp #section-six-lwcf .title-container {
      width: 87%; } }
  @media only screen and (max-width: 1160px) {
    #lwcf-lp .title-container {
      height: 60px; }
      #lwcf-lp .title-container .title-top h2 span {
        font-size: 1.5em;
        line-height: 1.2em; }
    #lwcf-lp #section-one-lwcf .title-container,
    #lwcf-lp #section-three-lwcf .title-container,
    #lwcf-lp #section-five-lwcf .title-container,
    #lwcf-lp #section-two-lwcf .title-container {
      width: 45%; }
    #lwcf-lp #section-four-lwcf .title-container {
      width: 80%; }
    #lwcf-lp #section-six-lwcf .title-container {
      width: 68%; } }
  @media only screen and (max-width: 1100px) {
    #lwcf-lp #section-one-lwcf .title-container,
    #lwcf-lp #section-three-lwcf .title-container,
    #lwcf-lp #section-five-lwcf .title-container,
    #lwcf-lp #section-two-lwcf .title-container {
      width: 52%; }
    #lwcf-lp #section-four-lwcf .title-container {
      width: 85%; }
    #lwcf-lp #section-six-lwcf .title-container {
      width: 75%; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #lwcf-lp .lwcf-section {
      padding-bottom: 3em; }
    #lwcf-lp .title-container {
      margin-bottom: 2em; }
      #lwcf-lp .title-container .title-top h2 span {
        padding-left: 10px; }
      #lwcf-lp .title-container.right-title .title-top h2 span {
        padding-right: 10px; }
    #lwcf-lp #section-one-lwcf .title-container,
    #lwcf-lp #section-three-lwcf .title-container,
    #lwcf-lp #section-five-lwcf .title-container,
    #lwcf-lp #section-two-lwcf .title-container {
      width: 52%; }
    #lwcf-lp #section-four-lwcf .title-container {
      width: 90%; }
    #lwcf-lp #section-six-lwcf .title-container {
      width: 80%; } }
  @media only screen and (max-width: 960px) {
    #lwcf-lp .title-container .title-top h2 span {
      font-size: 1.3em;
      line-height: 1.35em; } }
  @media only screen and (max-width: 800px) {
    #lwcf-lp .title-container {
      margin-bottom: 1em; }
      #lwcf-lp .title-container .title-top h2 span {
        font-size: 1.2em;
        line-height: 1.45em; } }
  @media only screen and (max-width: 750px) {
    #lwcf-lp .title-container .title-top h2 span {
      font-size: 1.1em;
      line-height: 1.5em; } }
  @media only screen and (max-width: 680px) {
    #lwcf-lp .title-container .title-top h2 span {
      font-size: 1em;
      line-height: 1.6em; } }
  @media screen and (max-width: 39.9375em) {
    #lwcf-lp .title-container {
      height: 50px; }
      #lwcf-lp .title-container .title-top h2 {
        font-size: 2.5rem; }
        #lwcf-lp .title-container .title-top h2 span {
          line-height: 1.5em; }
    #lwcf-lp #section-one-lwcf .title-container,
    #lwcf-lp #section-three-lwcf .title-container,
    #lwcf-lp #section-five-lwcf .title-container,
    #lwcf-lp #section-two-lwcf .title-container {
      width: 70%; }
    #lwcf-lp #section-four-lwcf .title-container {
      width: 100%; }
    #lwcf-lp #section-six-lwcf .title-container {
      width: 90%; } }
  @media only screen and (max-width: 550px) {
    #lwcf-lp .title-container {
      height: 35px; }
      #lwcf-lp .title-container .title-top h2 {
        font-size: 2.5rem; }
        #lwcf-lp .title-container .title-top h2 span {
          font-size: 0.67em; }
    #lwcf-lp #section-one-lwcf .title-container,
    #lwcf-lp #section-three-lwcf .title-container,
    #lwcf-lp #section-five-lwcf .title-container,
    #lwcf-lp #section-two-lwcf .title-container {
      width: 70%; }
    #lwcf-lp #section-four-lwcf .title-container {
      width: 100%; }
    #lwcf-lp #section-six-lwcf .title-container {
      width: 90%; } }

.page-id-12306 header.at-title {
  font-family: bebas-neue-by-fontfabric, sans-serif;
  line-height: 1.5em; }

/* #region Section Footer */
#footer .logo-onx img {
  width: 50%;
  margin: 0 auto;
  display: block; }

#footer .copy-onx p {
  text-align: left; }
  #footer .copy-onx p a {
    color: #5dbb46; }

/* #endregion */
/* #endregion end LWCF Landing Page */
.comparison-map h3,
.comparison-map p {
  text-align: center;
  text-transform: capitalize; }

.comparison-map h3 {
  font-size: 1.75rem;
  text-transform: uppercase;
  padding: 0 140px; }
  @media only screen and (max-width: 550px) {
    .comparison-map h3 {
      padding: 0 10px; } }

.comparison-map .comp-map {
  background-color: #ededed;
  padding: 12px 2px 0;
  margin: 0 0 20px 75px; }
  .comparison-map .comp-map p {
    text-align: left;
    font-size: 12px; }
  .comparison-map .comp-map span {
    background-color: #231f20;
    padding: 0.5em 1em;
    font-szie: 12px;
    color: #fff;
    text-align: center;
    font-family: bebas-neue-by-fontfabric, sans-serif;
    text-transform: captialize; }
    .comparison-map .comp-map span img {
      margin-right: 5px; }

.cd-image-container {
  position: relative;
  width: 90%;
  margin: 0em auto; }

.cd-image-container img {
  display: block;
  margin-left: 75px; }
  @media only screen and (max-width: 550px) {
    .cd-image-container img {
      margin-left: 0px; } }

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  z-index: 100; }

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden; }

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none; }

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0; }

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s; }

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #f17b0a url("/wp-content/themes/trcptheme/assets/images/lwcf/cd-arrows.svg") no-repeat center center;
  cursor: move;
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0); }

.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #f17b0a; }

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s; }

#owl-men {
  list-style: none;
  display: block;
  overflow: hidden; }

.ms-form .at-row label {
  font-family: "open-sans", sans-serif;
  color: #5f5f5f;
  font-size: 1.2rem; }

.ms-form .et_bloom .at-markup.HeaderHtml p {
  font-size: 1.2rem; }

.ms-form .ContactInformation:not(.visible),
.ms-form .at-form-submit:not(.visible) {
  visibility: hidden;
  overflow: hidden;
  height: 0; }

.ms-form .form-unit &gt; label,
.ms-form .checkbox-list-label {
  font-size: 24px !important;
  margin-bottom: 10px; }

.ms-form .radios input[type="radio"] {
  margin-right: 10px !important;
  margin-top: 14px; }

.ms-form .AdditionalInformation .at-legend,
.ms-form .at-row-full:not(.current) {
  display: none !important; }

.ms-form .at-checkbox-title {
  margin-left: 10px; }

.ms-form .radios label:hover,
.ms-form .at-checkbox-title:hover {
  color: #f17b0a; }

.ms-form .AdditionalInformation .radios &gt; label:last-child {
  display: initial; }

a.btn-at.btn-at-primary:not(.hidden) {
  background-color: #f17b0a;
  color: #f5f5f5;
  margin: 0 0 0rem 0;
  font-size: 0.9rem;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  float: right;
  margin-right: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
 Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px 24px; }
  a.btn-at.btn-at-primary:not(.hidden):hover, a.btn-at.btn-at-primary:not(.hidden):focus {
    background-color: #cd6909; }

a.btn-at.btn-at-primary.hidden {
  display: none; }

.extra-container {
  margin: 0 auto;
  max-width: 910px;
  background-color: rgba(255, 255, 255, 0.85);
  height: 90px; }

.at input[type="checkbox"]:hover + span:before {
  border-color: #f17b0a !important; }

.at input[type="checkbox"]:active + span:before,
.at input[type="checkbox"]:checked + span:before {
  background-color: #f17b0a !important;
  border-color: #f17b0a !important; }

.at input[type="checkbox"] + span:before {
  top: 5px; }

.answers {
  position: relative; }
  .answers:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    color: red;
    left: -40px;
    top: -7px;
    font-size: 30px; }

.correct:before {
  content: "\f058";
  color: #0fd132; }

p.results-header {
  width: 100%;
  font-family: "proxima-nova", sans-serif;
  color: #f5f5f5;
  background: #769872;
  padding: 0.1em;
  font-size: 1.6em;
  font-weight: 700;
  display: inline-block;
  padding-left: 0.5em;
  border: 0;
  margin: 0;
  position: relative; }

.results {
  display: block;
  width: 100%;
  padding: 0;
  background: #f7f7f7;
  margin-bottom: 1em;
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #5f5f5f; }

.upper-report {
  padding: 30px;
  max-width: 1475px;
  margin: 0 auto; }
  .upper-report a {
    margin: 20px 0;
    display: block;
    color: #5c8558; }
  .upper-report br {
    display: none; }

.compass-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  grid-column-gap: 20px;
  margin-top: 40px; }
  .compass-grid a {
    color: white;
    background: #85af42;
    padding: 10px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px; }
    @media screen and (min-width: 40em) {
      .compass-grid a {
        font-size: 14px; } }
  .compass-grid .mid-compass a {
    background: #06a9c9; }

.accomplishments {
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  max-width: 1200px; }
  .accomplishments h2 {
    text-align: center;
    margin: 0; }
  .accomplishments p {
    padding: 30px; }

.annual-header {
  text-transform: uppercase;
  padding: 0 30px;
  text-align: center; }
  .annual-header span {
    display: block; }

.lower-h1 {
  border-bottom: 10px solid black; }

.hex-node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  text-align: center;
  position: absolute;
  color: #272727;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-weight: 600; }
  .hex-node:visited {
    color: #272727; }
  .hex-node:nth-of-type(1) {
    top: 0%;
    left: 0%; }
  .hex-node:nth-of-type(2) {
    top: 60px;
    left: 50%; }
  .hex-node:nth-of-type(3) {
    top: 180px;
    left: 43%; }
  .hex-node:nth-of-type(4) {
    top: 200px;
    left: 10%; }
  .hex-node:nth-of-type(5) {
    top: 280px;
    left: 46%; }
  .hex-node:nth-of-type(6) {
    top: 420px;
    left: 14%; }
  .hex-node:nth-of-type(7) {
    top: 600px;
    left: 47%; }
  .hex-node:nth-of-type(8) {
    top: 650px;
    left: 5%; }
  .hex-node:nth-of-type(9) {
    top: 780px;
    left: 50%; }
  .hex-node:nth-of-type(10) {
    top: 800px;
    left: 10%; }
  .hex-node:nth-of-type(11) {
    top: 1320px;
    left: 12%; }
  .hex-node:nth-of-type(12) {
    top: 980px;
    left: 10%; }
  .hex-node:nth-of-type(13) {
    top: 1080px;
    left: 45%; }
  .hex-node:nth-of-type(14) {
    top: 1170px;
    left: 4%; }
  .hex-node:nth-of-type(15) {
    top: 1260px;
    left: 48%; }
  .hex-node:nth-of-type(16) {
    top: 1560px;
    left: 11%; }
  .hex-node:nth-of-type(17) {
    top: 1430px;
    left: 43%; }
  .hex-node:nth-of-type(18) {
    top: 1500px;
    left: 0%; }
  .hex-node:nth-of-type(19) {
    top: 1680px;
    left: 50%; }
  .hex-node:nth-of-type(20) {
    top: 2160px;
    left: 50%; }
  .hex-node:nth-of-type(21) {
    top: 2220px;
    left: 8%; }
  .hex-node:nth-of-type(22) {
    top: 1900px;
    left: 10%; }
  .hex-node:nth-of-type(23) {
    top: 1970px;
    left: 50%; }
  .hex-node:nth-of-type(24) {
    top: 2060px;
    left: 18%; }
  @media screen and (min-width: 64em) {
    .hex-node:nth-of-type(1) {
      top: 0%;
      left: 16%; }
    .hex-node:nth-of-type(2) {
      top: 200px;
      left: 40%; }
    .hex-node:nth-of-type(3) {
      top: 4%;
      left: 72%; }
    .hex-node:nth-of-type(4) {
      top: 340px;
      left: 25%; }
    .hex-node:nth-of-type(5) {
      top: 23%;
      left: 10%; }
    .hex-node:nth-of-type(6) {
      top: 26%;
      left: 41%; }
    .hex-node:nth-of-type(7) {
      top: 20%;
      left: 73%; }
    .hex-node:nth-of-type(8) {
      top: 16%;
      left: 64%; }
    .hex-node:nth-of-type(9) {
      top: 38%;
      left: 14%; }
    .hex-node:nth-of-type(10) {
      top: 35%;
      left: 73%; }
    .hex-node:nth-of-type(11) {
      top: 47%;
      left: 45%; }
    .hex-node:nth-of-type(12) {
      top: 49%;
      left: 4%; }
    .hex-node:nth-of-type(13) {
      top: 55%;
      left: 21%; }
    .hex-node:nth-of-type(14) {
      top: 60%;
      left: 46%; }
    .hex-node:nth-of-type(15) {
      top: 53%;
      left: 65%; }
    .hex-node:nth-of-type(16) {
      top: 70%;
      left: 34%; }
    .hex-node:nth-of-type(17) {
      top: 68%;
      left: 14%; }
    .hex-node:nth-of-type(18) {
      top: 78%;
      left: 7%; }
    .hex-node:nth-of-type(19) {
      top: 82%;
      left: 54%; }
    .hex-node:nth-of-type(20) {
      top: 67%;
      left: 64%; }
    .hex-node:nth-of-type(21) {
      top: 77%;
      left: 64%; }
    .hex-node:nth-of-type(22) {
      top: 86%;
      left: 24%; }
    .hex-node:nth-of-type(23) {
      top: 92%;
      left: 4%; }
    .hex-node:nth-of-type(24) {
      top: 92%;
      left: 74%; } }
  .hex-node span {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease; }
    .hex-node span:after {
      width: calc(100% - 15px);
      height: 0;
      background: #06a9c9;
      display: block;
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease;
      content: ""; }
  .hex-node i {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    margin-left: 5px;
    color: #06a9c9; }
  .hex-node:before {
    content: "";
    width: 35px;
    height: 45px;
    display: block;
    background: url(../../assets/images/marker.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease; }
    @media screen and (min-width: 64em) {
      .hex-node:before {
        width: 50px;
        height: 60px; } }
  .hex-node:hover, .hex-node:focus {
    cursor: pointer;
    color: #272727;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease; }
    .hex-node:hover span, .hex-node:focus span {
      max-width: 100%;
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease; }
      .hex-node:hover span:after, .hex-node:focus span:after {
        height: 3px;
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease; }

.large-node {
  font-size: 18px; }
  .large-node:before {
    background: none; }
  .large-node i {
    font-size: 20px;
    margin-left: 16px;
    position: relative; }
    .large-node i:after {
      position: absolute;
      content: "";
      width: 32px;
      height: 32px;
      border: 0px solid rgba(7, 157, 176, 0.478);
      border-radius: 100%;
      -webkit-transform: translate(-24.5px, -1px);
          -ms-transform: translate(-24.5px, -1px);
              transform: translate(-24.5px, -1px);
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease; }
  .large-node:hover span:after {
    height: 0; }
  .large-node:hover i:after {
    border-width: 5px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease; }

.node-img {
  height: 100px; }
  @media screen and (min-width: 64em) {
    .node-img {
      height: 150px; } }

.signpost {
  position: absolute;
  top: 96%;
  left: 58%;
  background: url(../../assets/images/signpost.png);
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 24px;
  width: 130px;
  padding-left: 10px; }
  .signpost:hover, .signpost:focus {
    color: white; }
  @media screen and (min-width: 64em) {
    .signpost {
      font-size: 48px;
      width: 230px;
      padding-right: 30px;
      left: 40%; } }

.acc-map {
  height: 2400px;
  object-fit: cover; }
  @media screen and (min-width: 64em) {
    .acc-map {
      height: auto;
      width: 1200px;
      object-fit: initial; } }

.acc-popup {
  background: url("../../assets/images/topo.png"), -webkit-gradient(linear, left top, right top, from(#7eab38), to(#7eab38));
  background: url("../../assets/images/topo.png"), -webkit-linear-gradient(left, #7eab38, #7eab38);
  background: url("../../assets/images/topo.png"), linear-gradient(to right, #7eab38, #7eab38);
  color: white;
  padding: 30px !important;
  height: auto !important;
  max-width: 600px;
  max-height: 600px;
  width: 90%;
  left: 0 !important;
  margin-left: 5%; }
  .acc-popup a {
    color: white !important;
    margin-top: 20px;
    text-decoration: underline; }
  .acc-popup .img-btn:hover {
    background: #11abca; }
  @media screen and (min-width: 40em) {
    .acc-popup {
      padding-left: 170px !important;
      width: calc(90% - 130px);
      left: calc(50% - 300px) !important;
      margin-left: 65px; } }
  .acc-popup p img {
    position: relative;
    display: inline-block;
    height: 131px;
    width: 131px;
    object-fit: contain;
    background: white;
    margin: 10px;
    padding: 10px; }

.logo-set {
  max-width: 900px;
  left: calc(50% - 450px) !important; }
  .logo-set .popup-inner {
    max-height: 40vh;
    overflow-y: scroll;
    padding-right: 30px; }

.popup-inner {
  padding-bottom: 30px; }

.popup-img {
  width: 50%;
  margin-left: 25%;
  margin-top: -25%; }
  @media screen and (min-width: 40em) {
    .popup-img {
      width: 300px;
      margin-left: -300px;
      margin-top: -100px;
      position: absolute; } }

.hex {
  position: absolute;
  background: url(../../assets/images/hex.svg);
  width: 240px;
  height: 260px;
  -webkit-background-size: cover;
  background-size: cover;
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  letter-spacing: 1px;
  top: -25px;
  left: -80px; }

.year {
  font-size: 60px;
  line-height: 60px;
  margin-top: -20px; }

.ar-header {
  opacity: 0;
  height: 0; }

.annual-header {
  max-width: 1400px;
  margin: 0 auto; }

.video-bg {
  width: 98.9vw;
  position: absolute;
  top: 0;
  left: 0; }

.pulse {
  display: block;
  width: 3vw;
  height: 3vw;
  min-width: 20px;
  min-height: 20px;
  max-width: 36px;
  max-height: 36px;
  position: absolute;
  border-radius: 50%;
  background: #f5bc14;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(245, 188, 20, 0.4);
          box-shadow: 0 0 0 rgba(245, 188, 20, 0.4);
  -webkit-animation: node-pulse 2s infinite;
          animation: node-pulse 2s infinite; }

.pulse:hover {
  -webkit-animation: none;
          animation: none; }

@-webkit-keyframes node-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 188, 20, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(245, 188, 20, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 188, 20, 0); } }

@keyframes node-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 188, 20, 0.4);
            box-shadow: 0 0 0 0 rgba(245, 188, 20, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(245, 188, 20, 0);
            box-shadow: 0 0 0 20px rgba(245, 188, 20, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 188, 20, 0);
            box-shadow: 0 0 0 0 rgba(245, 188, 20, 0); } }

.pulse:first-of-type {
  top: 7vw;
  left: 6vw; }

.pulse:nth-of-type(2) {
  top: 25vw;
  left: 10vw; }

.pulse:nth-of-type(3) {
  top: 3vw;
  left: 45vw; }

.pulse:nth-of-type(4) {
  top: 18vw;
  left: 50vw; }

.pulse:nth-of-type(5) {
  top: 21vw;
  left: 84vw; }

.pulse:nth-of-type(6) {
  top: 39vw;
  left: 28vw; }

.pulse:nth-of-type(7) {
  top: 40vw;
  left: 69vw; }

.pulse:nth-of-type(8) {
  top: 44vw;
  left: 17vw; }

.pulse:nth-of-type(9) {
  top: 40vw;
  left: 90vw; }

.farm-popup {
  padding-left: 30px !important;
  background: url(../../assets/images/topo.png), -webkit-gradient(linear, left top, right top, from(#2b73b7), to(#2b73b7));
  background: url(../../assets/images/topo.png), -webkit-linear-gradient(left, #2b73b7, #2b73b7);
  background: url(../../assets/images/topo.png), linear-gradient(to right, #2b73b7, #2b73b7);
  text-align: center;
  position: absolute; }
  .farm-popup a:hover {
    background: #2b73b7 !important; }
  .farm-popup h3 {
    font-size: 20px;
    margin: 20px 0; }
    .farm-popup h3:after {
      width: 80%;
      height: 2px;
      background: rgba(255, 255, 255, 0.6);
      content: "";
      margin: 0 auto;
      margin-top: 14px;
      margin-bottom: 30px;
      display: block; }
  .farm-popup h4 {
    font-size: 18px; }
  .farm-popup p {
    font-size: 16px; }
  @media screen and (min-width: 40em) {
    .farm-popup h3 {
      font-size: 30px; }
    .farm-popup h4 {
      font-size: 20px; }
    .farm-popup p {
      font-size: 18px; } }
  @media screen and (min-width: 64em) {
    .farm-popup h4 {
      font-size: 24px; }
    .farm-popup p {
      font-size: 20px; } }
  .farm-popup[data-page="1"], .farm-popup[data-page="7"] {
    background: url(../../assets/images/topo.png), -webkit-gradient(linear, left top, right top, from(#f17b0a), to(#f17b0a));
    background: url(../../assets/images/topo.png), -webkit-linear-gradient(left, #f17b0a, #f17b0a);
    background: url(../../assets/images/topo.png), linear-gradient(to right, #f17b0a, #f17b0a); }
  .farm-popup[data-page="2"], .farm-popup[data-page="9"] {
    background: url(../../assets/images/topo.png), -webkit-gradient(linear, left top, right top, from(#d95b3d), to(#d95b3d));
    background: url(../../assets/images/topo.png), -webkit-linear-gradient(left, #d95b3d, #d95b3d);
    background: url(../../assets/images/topo.png), linear-gradient(to right, #d95b3d, #d95b3d); }
  .farm-popup[data-page="3"] {
    background: url(../../assets/images/topo.png), -webkit-gradient(linear, left top, right top, from(#d9a722), to(#d9a722));
    background: url(../../assets/images/topo.png), -webkit-linear-gradient(left, #d9a722, #d9a722);
    background: url(../../assets/images/topo.png), linear-gradient(to right, #d9a722, #d9a722); }
  .farm-popup[data-page="4"], .farm-popup[data-page="8"] {
    background: url(../../assets/images/topo.png), -webkit-gradient(linear, left top, right top, from(#5c8558), to(#5c8558));
    background: url(../../assets/images/topo.png), -webkit-linear-gradient(left, #5c8558, #5c8558);
    background: url(../../assets/images/topo.png), linear-gradient(to right, #5c8558, #5c8558); }
  .farm-popup[data-page="5"] {
    background: url(../../assets/images/topo.png), -webkit-gradient(linear, left top, right top, from(#7f1469), to(#7f1469));
    background: url(../../assets/images/topo.png), -webkit-linear-gradient(left, #7f1469, #7f1469);
    background: url(../../assets/images/topo.png), linear-gradient(to right, #7f1469, #7f1469); }

.infographic {
  position: relative;
  height: 90vw;
  background: url(../../assets/images/still.jpg);
  -webkit-background-size: cover;
          background-size: cover; }

.mid-cta {
  margin-bottom: 60px; }
  .mid-cta .button {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    font-size: 21px;
    text-transform: uppercase; }

.ml-feed hr {
  margin-top: 35px !important; }

.sign {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 40px;
  position: relative;
  border: 30px solid white;
  z-index: 3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sign .img-wrapper {
    border: 3px solid white;
    border-radius: 15px;
    padding: 10px;
    -webkit-box-flex: 60px;
    -ms-flex: 60px;
    flex: 60px;
    width: 60px;
    margin: 0 auto;
    margin-top: 20px; }
  .sign h3 {
    min-height: 100px;
    text-transform: uppercase;
    -webkit-box-flex: 50px;
        -ms-flex: 50px;
            flex: 50px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sign p {
    padding: 20px;
    background: white;
    color: #924f26;
    border-radius: 15px;
    -webkit-box-flex: calc(100% - 100px);
        -ms-flex: calc(100% - 100px);
            flex: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .sign:before {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: #924f26;
    border-radius: 15px;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1; }
  .sign:after {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid #924f26;
    border-radius: 20px;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px; }

.image-bg {
  padding: 30px;
  color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("https://www.trcp.org/wp-content/uploads/2020/03/PublicLandowner8-1-of-1.jpg");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://www.trcp.org/wp-content/uploads/2020/03/PublicLandowner8-1-of-1.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://www.trcp.org/wp-content/uploads/2020/03/PublicLandowner8-1-of-1.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  .image-bg .image-inner {
    max-width: 70rem;
    margin: 0 auto; }

.testimonial-slides {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (100%)[5];
      grid-template-columns: repeat(5, 100%);
  grid-template-areas: "a b c d e";
  grid-column-gap: 40px;
  overflow: hidden; }

.testimonial-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  position: relative;
  z-index: 4; }
  .testimonial-controls span:hover {
    color: #5c8558;
    cursor: pointer; }

.testimonial-full {
  position: relative; }
  .testimonial-full .current {
    grid-area: a; }
  .testimonial-full .testimonial-controls {
    position: initial;
    color: #f17b0a;
    font-size: 40px; }
  .testimonial-full .btn-prev {
    top: 200px;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .testimonial-full .btn-next {
    top: 200px;
    right: 0;
    position: absolute; }

.testimonial-src {
  font-weight: bold; }

.testimonial-sub {
  font-size: 14px; }

.action-callout-wrapper {
  background-color: rgba(255, 255, 255, 0.85);
  max-width: 910px;
  padding: 20px;
  margin: 0 auto; }

/* #region Responsible Recreation Landing Page Start */
#featured-hero-thankyou {
  height: 20rem;
  background-repeat: no-repeat;
  background-position: left; }
  @media screen and (min-width: 64em) {
    #featured-hero-thankyou {
      height: 50rem;
      background-position: bottom left; } }

#rrthankyou .at-title {
  display: none; }

.rrintro {
  margin-top: 3rem;
  padding: 3em 1em;
  display: none;
  background-image: url(../../assets/images/topo.png); }
  .rrintro p {
    line-height: 1.7;
    margin-bottom: 20px; }
  @media screen and (min-width: 64em) {
    .rrintro {
      display: block; } }

.at-form p {
  font-size: 1em; }

.at-form .at-form-submit,
.at-form .button {
  float: left;
  margin-left: 20px; }

.at-form .ContactInformation {
  display: none; }

.at-form .visible {
  display: block; }

.pg-landing h1,
.pg-landing section h2,
.pg-landing h3,
.pg-landing h4,
.pg-landing h5,
.pg-landing h6 {
  margin: 0; }

.pg-landing h1,
.pg-landing section h2 {
  text-transform: uppercase; }

.pg-landing section h2 {
  font-weight: 600; }
  @media screen and (min-width: 40em) {
    .pg-landing section h2 {
      font-size: 50px; } }

.pg-landing h3 {
  color: #1a4d2e;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 20px; }

.pg-landing .page-wrapper {
  width: 95%;
  max-width: 1400px; }

.pg-landing section {
  margin: 1.5em; }

.pg-landing .hero-text {
  position: absolute;
  bottom: 50px;
  /*font-family: "factoria", serif;*/
  font-weight: 900;
  color: white;
  text-align: center;
  font-size: 30px;
  width: 100%; }
  .pg-landing .hero-text:before {
    content: "";
    display: block;
    width: 140px;
    height: 8px;
    background: #ffae37;
    margin: 0 auto; }
  @media screen and (min-width: 64em) {
    .pg-landing .hero-text {
      right: 20%;
      left: auto;
      max-width: -webkit-min-content;
      max-width: min-content; } }

.pg-hero {
  height: 600px;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  margin-bottom: 3em; }

.hero-title {
  font-size: 30px; }

.hero-title span {
  display: block; }

.hero-title__mid {
  font-family: brushland, sans-serif;
  text-transform: none;
  font-size: 60px;
  line-height: 1;
  font-weight: normal; }

.hero-title__bottom {
  margin-top: -20px; }

.hero-subtitle {
  font-size: 20px; }

@media screen and (min-width: 64em) {
  .hero-title__top {
    font-size: 60px; }
  .hero-title__mid {
    font-size: 140px;
    margin-top: -30px; } }

.hero-callout {
  /*font-family: "factoria", serif;*/
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 auto;
  color: white;
  padding: 10px;
  background: #f17b0a;
  font-size: 20px;
  width: 180px;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .hero-callout:hover {
    background: #1a4d2e;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.arrow-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.large-arrow {
  font-size: 150px;
  color: #1a4d2e;
  margin-right: 20px; }
  @media screen and (min-width: 40em) {
    .large-arrow {
      font-size: 220px;
      margin-top: -30px; } }

.pg-vision {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-min-content;
  height: min-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pg-vision .column, .pg-vision .columns {
    margin-bottom: 50px; }

.pg-tr {
  position: relative; }
  .pg-tr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: -20px;
    object-position: top; }

section.pg-solutions {
  border: 2px solid #1a4d2e;
  padding: 20px 1.5em;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: max-content;
  padding-bottom: 2em; }
  section.pg-solutions h2 {
    font-size: 45px;
    margin-bottom: 1.5em; }
  section.pg-solutions h3 {
    font-weight: 900;
    text-transform: uppercase;
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  section.pg-solutions img {
    max-width: 200px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-top: 20px; }
  @media screen and (min-width: 64em) {
    section.pg-solutions .columns:not(:last-of-type) {
      border-right: 3px solid #ffae37; } }

.pg-quote p {
  font-size: 24px; }

.pg-quote .pg-quote-bold {
  font-weight: 700; }

.solution-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .solution-link:hover img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease; }

.policy-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #2c2e35;
  margin-top: 15px;
  padding-top: 20px; }

.solution-link:hover .solution-text {
  opacity: 1;
  height: auto;
  max-height: 140px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

.solution-text {
  margin: 20px 0;
  height: auto;
  overflow: hidden; }
  @media screen and (min-width: 64em) {
    .solution-text {
      max-height: 0;
      opacity: 0;
      margin: 0; } }

.policy-column {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .policy-column p {
    font-size: 15px; }
  .policy-column:before {
    content: "\f0da";
    font-family: "FontAwesome";
    color: #2c2e35;
    font-size: 20px;
    margin-right: 10px; }
  @media screen and (min-width: 40em) {
    .policy-column:not(:last-of-type) {
      border-right: 3px dotted #2c2e35; } }

.contact-callout,
.pg-privacy {
  color: white;
  background: #f17b0a;
  padding: 1.5em;
  margin-top: 3em;
  margin-bottom: 3em; }
  .contact-callout h2,
  .pg-privacy h2 {
    margin: 0; }

.contact-callout--giving {
  background: #ffae37; }

.contact-callout {
  font-family: "factoria", serif;
  font-weight: 600;
  position: relative;
  max-width: calc(100% - 30px);
  margin: 70px 0;
  padding-right: 140px; }
  .contact-callout img {
    position: absolute;
    top: calc(50% - 70px);
    right: -60px;
    height: 140px;
    margin-right: 30px; }
  .contact-callout p {
    margin-bottom: 0;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .contact-callout p {
        font-size: 20px; } }
  .contact-callout a {
    color: white;
    text-decoration: underline; }

.page-template-page-annual-2020 .top-bar {
  position: fixed;
  top: 45px;
  z-index: 100; }

@media screen and (min-width: 40em) {
  .page-template-page-annual-2020 .title-bar {
    position: fixed;
    top: 40px;
    z-index: 10; } }

.mt-prompt {
  position: absolute;
  background: #f5f5f5;
  padding: 1rem;
  width: 300px;
  text-align: center;
  color: #3f553d;
  z-index: 1;
  -webkit-box-shadow: 2px 3px 20px 4px #00000052;
          box-shadow: 2px 3px 20px 4px #00000052;
  border-radius: 10px;
  bottom: 250px;
  left: calc(50% - 150px); }
  .mt-prompt p {
    margin-bottom: 0;
    font-size: 14px; }
  .mt-prompt i {
    font-size: 20px;
    padding-top: 10px;
    -webkit-animation: bounce 1.4s infinite;
            animation: bounce 1.4s infinite; }
  @media screen and (min-width: 64em) {
    .mt-prompt {
      left: calc(50% - 70px);
      bottom: 230px; } }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

.mt-window {
  position: relative;
  margin-top: 100px;
  padding-top: 70px; }
  @media screen and (min-width: 800px) {
    .mt-window {
      margin-top: 30px; } }
  @media screen and (min-width: 64em) {
    .mt-window {
      overflow: hidden;
      width: 900px;
      margin: 0 auto;
      margin-top: 150px; } }
  @media screen and (min-width: 75em) {
    .mt-window {
      width: 1100px; } }
  @media screen and (min-width: 90em) {
    .mt-window {
      width: 1400px; } }

.mt-window__topbar,
.mt-window__lowbar {
  background: #3f553d;
  padding: 10px 20px; }

.mt-chat {
  position: absolute;
  top: 70px;
  z-index: 1;
  width: 100%;
  height: calc(100% - 90px);
  left: 0;
  background: white;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease; }
  .mt-chat.inactive {
    left: -100%;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease; }
  @media screen and (min-width: 64em) {
    .mt-chat {
      width: 500px;
      left: 120px;
      height: calc(100% - 70px); } }

.mt-chat__topbar {
  color: white;
  padding: 0 20px;
  background: #8aa078;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mt-chat__topbar h3 {
    text-align: center;
    width: 100%;
    font-size: 20px; }

.mt-chat__user {
  padding: 25px 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold; }
  .mt-chat__user img {
    margin-right: 20px; }

.mt-chat__scrollable {
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding-bottom: 100px; }
  @media screen and (min-width: 40em) {
    .mt-chat__scrollable {
      height: calc(100vh - 168px); } }
  @media screen and (min-width: 64em) {
    .mt-chat__scrollable {
      height: calc(100% - 100px); } }

.mt-chat__role {
  font-size: 12px;
  display: block;
  font-weight: 500; }

.mt-chat__content {
  background: #d5dccb;
  padding: 1.5rem;
  margin: 1.5em;
  margin-top: 0; }

.chat-close {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .chat-close:hover {
    cursor: pointer;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.mt-window__links {
  background: white;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 20px 5px;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  bottom: 0;
  width: 100%;
  z-index: 4; }
  .mt-window__links i {
    display: block;
    font-size: 24px;
    margin-bottom: 4px; }
  .mt-window__links li {
    line-height: 0.8;
    width: 33%; }
  .mt-window__links span,
  .mt-window__links a {
    color: #5c8558;
    padding: 0 5px;
    font-size: 9px;
    letter-spacing: 0.3px;
    text-transform: uppercase; }
  @media screen and (min-width: 64em) {
    .mt-window__links {
      background: #5c8558;
      padding-left: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 120px;
      top: 70px;
      position: absolute; }
      .mt-window__links li {
        border-left: 3px solid transparent;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        width: 100%;
        padding: 10px; }
        .mt-window__links li:hover {
          border-left: 3px solid white;
          -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
          cursor: pointer; }
        .mt-window__links li span,
        .mt-window__links li a {
          color: white; } }

.mt-userIcon {
  width: 50px;
  height: 50px;
  border-radius: 100%; }
  @media screen and (min-width: 64em) {
    .mt-userIcon {
      width: 70px;
      height: 70px; } }

.mt-window__topbar {
  position: absolute;
  z-index: 10;
  top: 0;
  text-align: right;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .mt-window__topbar .mt-userIcon {
    width: 50px;
    height: 50px; }
  .mt-window__topbar:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #f17b0a;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    bottom: 8px; }
  @media screen and (max-width: 1024px) {
    .mt-window__topbar.inactive {
      top: -80px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; } }

.mt-window__lowbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  bottom: 120px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
  background: -webkit-linear-gradient(bottom, #3f553d 75px, transparent 75px) !important;
  background: linear-gradient(to top, #3f553d 75px, transparent 75px) !important; }
  .mt-window__lowbar.inactive {
    bottom: -130px;
    z-index: -1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  @media screen and (min-width: 800px) {
    .mt-window__lowbar {
      bottom: 100px; } }
  @media screen and (min-width: 64em) {
    .mt-window__lowbar {
      bottom: 0;
      background: -webkit-linear-gradient(bottom, #3f553d 110px, transparent 110px) !important;
      background: linear-gradient(to top, #3f553d 110px, transparent 110px) !important;
      width: calc(100% - 120px);
      margin-left: 120px; } }

.mt-chat__response {
  float: right;
  margin-right: 25px;
  background: #3f553d;
  padding: 10px 20px;
  margin-bottom: 20px;
  display: block; }
  .mt-chat__response a,
  .mt-chat__response a:visited {
    color: white; }

.video-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: calc(100vh - 270px); }
  .video-background .flex-video.widescreen {
    padding-bottom: 0;
    position: static; }
  .video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (min-aspect-ratio: 16 / 9) {
      .video-background iframe {
        height: 56.25vw; } }
    @media (max-aspect-ratio: 16 / 9) {
      .video-background iframe {
        width: 177.78vh; } }
  @media screen and (min-width: 64em) {
    .video-background {
      width: calc(100vw - 120px);
      height: calc(100vh - 240px); } }

.mt-onboard {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
  height: 100%;
  padding: 1.5rem; }
  .mt-onboard .button {
    font-size: 1.2rem; }
  .mt-onboard h1 {
    text-transform: uppercase;
    font-size: 24px;
    position: relative; }
    .mt-onboard h1:after {
      content: "";
      width: 85%;
      background: white;
      height: 4px;
      position: absolute;
      right: 0;
      bottom: 0; }
  @media screen and (min-width: 64em) {
    .mt-onboard {
      width: 100%;
      max-width: 1300px;
      margin: 0 auto;
      min-height: auto;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .mt-onboard h1 {
        width: 100%;
        font-size: 40px; }
        .mt-onboard h1:after {
          height: 7px; } }
  @media screen and (min-width: 90em) {
    .mt-onboard {
      padding: 150px 200px; } }

.mt-project--video {
  width: 100vw;
  height: 100%; }
  .mt-project--video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; }
  @media screen and (min-width: 64em) {
    .mt-project--video {
      width: 100%;
      height: 100%; } }

.mt-project.mt-project--text {
  background: white;
  padding: 1.5rem;
  padding-bottom: 100px; }
  .mt-project.mt-project--text h2 {
    text-transform: uppercase; }
  @media screen and (min-width: 64em) {
    .mt-project.mt-project--text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.mt-project__images {
  display: -ms-grid;
  display: grid;
  height: 60vw;
  max-height: 500px;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  -ms-grid-rows: 2fr 1fr;
      grid-template-rows: 2fr 1fr;
  grid-column-gap: 20px; }
  .mt-project__images img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .mt-project__images img:last-of-type {
    -ms-grid-row: span 2;
        grid-row: span 2; }
  @media screen and (min-width: 64em) {
    .mt-project__images {
      max-width: 50%; } }

@media screen and (min-width: 64em) {
  .mt-project__content {
    padding: 0 1.5rem; } }

.mt-window__main {
  height: 56.25vw;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .mt-window__main.onboarding {
    height: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  @media screen and (min-width: 40em) {
    .mt-window__main {
      top: 120px; } }
  @media screen and (min-width: 64em) {
    .mt-window__main {
      width: calc(100% - 120px);
      margin-left: 120px;
      height: 438px; }
      .mt-window__main.onboarding {
        height: 438px; } }
  @media screen and (min-width: 75em) {
    .mt-window__main {
      height: 550px; }
      .mt-window__main.onboarding {
        height: 550px; } }
  @media screen and (min-width: 90em) {
    .mt-window__main {
      height: 720px; }
      .mt-window__main.onboarding {
        height: 720px; } }

@media screen and (min-width: 64em) {
  .mt-window__sidebar {
    top: 60px;
    height: calc(100% - 60px); } }

.mt-slider {
  max-width: 600px;
  width: 80vw;
  margin: 0 auto; }
  .mt-slider .slick-slider .slick-list {
    overflow: visible; }
  @media screen and (min-width: 75em) {
    .mt-slider {
      max-width: 900px; } }

.mt-projectLink {
  max-width: 85vw; }
  .mt-projectLink img {
    object-fit: cover;
    margin: 0 auto; }

.mt-title {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 30px; }

/* Add this attribute to the element that needs a tooltip */
.mt-projectLink {
  position: relative;
  z-index: 2;
  cursor: pointer; }

/* Hide the tooltip content by default */
.tooltip-title {
  font-weight: bold;
  margin-bottom: -10px;
  display: block; }

.tooltip-pos {
  font-size: 11px; }

.mt-tooltip {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 90px;
  left: calc(50% - 15px);
  margin-bottom: 5px;
  margin-left: -35px;
  padding: 7px;
  width: 170px;
  border-radius: 5px;
  background-color: #f17b0a;
  background-color: #f17b0a;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2; }
  @media screen and (min-width: 75em) {
    .mt-tooltip {
      margin-left: -10px; } }

/* Triangle hack to make tooltip look like a speech bubble */
.mt-tooltip:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #f17b0a;
  border-top: 5px solid #f17b0a;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

/* Show tooltip content on hover */
.mt-projectLink:hover .mt-tooltip {
  visibility: visible;
  opacity: 1; }

.lp_hero {
  height: 80vh;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-background-size: cover;
          background-size: cover; }
  .lp_hero .button {
    width: -webkit-max-content;
    width: max-content;
    margin: 0 auto;
    display: block; }

.lp_hero__callout {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold; }

.lp_hero__vid {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  object-fit: cover; }

.lp_solution {
  padding: 20px 0; }
  .lp_solution h3 {
    line-height: 1.2; }
  @media screen and (min-width: 40em) {
    .lp_solution {
      padding: 60px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
      max-width: 90vw; } }

@media screen and (min-width: 40em) {
  .lp_solution:nth-of-type(odd).move-in-left {
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px); }
  .lp_solution:nth-of-type(odd) .lp_solution__imgs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .lp_solution:nth-of-type(odd) .lp_solution__imgs .move-in-left {
      -webkit-transform: translateX(50vw);
          -ms-transform: translateX(50vw);
              transform: translateX(50vw); }
      .lp_solution:nth-of-type(odd) .lp_solution__imgs .move-in-left.scroll-triggered {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .lp_solution:nth-of-type(odd) .lp_solution__imgs .move-in-left.small-5 {
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; }
  .lp_solution:nth-of-type(even) .small-7 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .lp_solution:nth-of-type(even) .lp_solution__imgs .move-in-left {
    -webkit-transform: translateX(-600vw);
        -ms-transform: translateX(-600vw);
            transform: translateX(-600vw); }
    .lp_solution:nth-of-type(even) .lp_solution__imgs .move-in-left.small-5 {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .lp_solution:nth-of-type(even) .lp_solution__imgs .move-in-left.scroll-triggered {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

.lp_solution__imgs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.lp_textBox {
  background: rgba(13, 34, 57, 0.722);
  color: white;
  padding: 1.5rem;
  text-align: center; }
  @media screen and (min-width: 64em) {
    .lp_textBox {
      position: absolute; } }

.lp_solution__text {
  padding-top: 20px;
  background: #0d2239; }
  @media screen and (min-width: 64em) {
    .lp_solution__text {
      position: relative; } }

.lp_hero__text {
  text-align: left;
  position: absolute;
  left: calc(50vw - 47%);
  max-width: 90%;
  bottom: 100px; }
  @media screen and (min-width: 64em) {
    .lp_hero__text {
      left: 100px;
      max-width: 720px; } }

.lp_textBox__title {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.2; }

.lp_graphic {
  position: relative; }

.lp_graphic__img {
  width: 100vw; }

#lp_text_1 {
  right: 7%;
  top: 17%; }

#lp_text_2 {
  left: 10%;
  top: 48%; }

#lp_text_3 {
  left: 36%;
  bottom: 7%; }

@media screen and (min-width: 64em) {
  #lp_text_1,
  #lp_text_2,
  #lp_text_3 {
    max-width: 600px; } }

.lp_news {
  background-image: url("../images/3dtopo.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-blend-mode: overlay;
  color: white;
  padding: 3em 0; }
  .lp_news h2 {
    color: white;
    margin-top: 0;
    font-weight: 700; }

.lp_featured,
.lp_news__small {
  background: white;
  color: black;
  padding: 1.5em; }

.lp_featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: -webkit-linear-gradient(top, white calc(100% - 50px), transparent 0%);
  background: linear-gradient(to bottom, white calc(100% - 50px), transparent 0%); }
  .lp_featured h4 {
    font-size: 18px; }
    .lp_featured h4:after {
      content: "";
      width: 100px;
      height: 3px;
      background: #31405f;
      display: block;
      margin-top: 10px; }

.lp_featured__text {
  min-height: 300px; }

.lp_featured__img {
  height: 200px;
  margin-top: 20px; }
  .lp_featured__img img {
    margin-bottom: 1.5em;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.btn--more {
  width: 70%;
  text-transform: uppercase; }

.lp_news__list .btn--more {
  margin-top: 15px;
  margin-bottom: 40px;
  width: 100%; }

.lp_news__small {
  margin-bottom: 1.5em; }
  .lp_news__small a {
    text-transform: uppercase;
    color: #31405f; }
  .lp_news__small h4 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 0; }

.container.farm-page-lower {
  margin-top: -30px;
  padding-top: 30px;
  background: #6f582d;
  color: #dcd9d4; }

.page-template-page-template-anim h1,
.page-template-page-template-anim h2,
.page-template-page-template-anim h3 {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase; }

.page-template-page-template-anim blockquote:before,
.page-template-page-template-anim blockquote:after {
  border-color: #f17b0a; }

.page-template-page-template-anim blockquote p {
  color: #dcd9d4; }

.page-template-page-template-anim p,
.page-template-page-template-anim ul,
.page-template-page-template-anim h1,
.page-template-page-template-anim h2,
.page-template-page-template-anim h3,
.page-template-page-template-anim h4,
.page-template-page-template-anim h5,
.page-template-page-template-anim h6 {
  margin: 0 auto 1rem auto;
  max-width: 900px; }

.page-template-page-template-anim ul {
  padding-left: 20px; }

.page-template-page-template-anim h1,
.page-template-page-template-anim h2,
.page-template-page-template-anim h3,
.page-template-page-template-anim h4,
.page-template-page-template-anim h5,
.page-template-page-template-anim h6 {
  text-align: center; }

.farm-bill-overview {
  padding: 30px;
  padding-top: 100px;
  background-image: url("../images/green.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center; }
  .farm-bill-overview a {
    color: #6f582d; }
  .farm-bill-overview:after {
    content: "";
    width: 100%;
    height: 60px;
    background: url("../images/edge.png");
    -webkit-background-size: cover;
            background-size: cover;
    background-position: bottom;
    display: block; }

.farm-bill-program {
  padding: 1.5em;
  margin: 0 auto;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100vw; }
  .farm-bill-program img {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 250px; }
  .farm-bill-program:after {
    content: "";
    width: 500px;
    margin: 0 auto;
    height: 2px;
    background: #dcd9d4;
    display: block;
    margin-top: 60px;
    margin-bottom: 30px; }

.farm-bill-news {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 70px; }
  .farm-bill-news .archive-content h4 {
    color: #dcd9d4; }

.infra-page {
  position: relative; }
  .infra-page h1,
  .infra-page h2,
  .infra-page h3,
  .infra-page h4,
  .infra-page h5,
  .infra-page h6 {
    font-family: "Alata", sans-serif;
    margin: 0;
    margin-bottom: 16px; }
  .infra-page #get-involved {
    display: none; }
  .infra-page h2 {
    font-size: 30px; }
    @media screen and (min-width: 64em) {
      .infra-page h2 {
        font-size: 50px; } }
  .infra-page video {
    height: calc(100vh - 150px); }
  @media screen and (min-width: 64em) {
    .infra-page:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      border: 80px solid rgba(13, 76, 93, 0.74);
      height: calc(100vh - 149px);
      width: 100%;
      border-bottom: none;
      z-index: 3; } }

.infra-hero {
  height: calc(100vh - 150px);
  width: 100vw;
  -webkit-background-size: cover;
          background-size: cover; }
  .infra-hero:after {
    content: "";
    width: 90%;
    height: calc(100vh - 337px);
    border-right: 5px solid white;
    border-top: 5px solid white;
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 4; }
  @media screen and (min-width: 64em) {
    .infra-hero:after {
      width: calc(100% - 150px);
      height: calc(100vh - 272px);
      border: 5px solid white;
      border-bottom: none;
      top: 80px;
      left: 75px; } }

.infra-examples {
  margin-bottom: 130px;
  margin-top: 180px;
  position: relative; }
  @media screen and (min-width: 1200px) and (min-height: 850px) {
    .infra-examples {
      max-width: 90vw;
      margin: 0 auto;
      margin-bottom: 130px;
      margin-top: 180px; }
      .infra-examples &gt; .column, .infra-examples &gt; .columns {
        padding: 2vw; } }

.infra-example {
  position: relative;
  height: 340px;
  -webkit-background-size: cover;
          background-size: cover; }

.infra-hidden-example {
  padding: 1.5rem; }

.infra-example-anchor {
  position: absolute;
  top: -200px; }

.infra-example__image {
  margin-bottom: 3rem;
  width: 100%;
  height: 300px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease; }
  .infra-example__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease; }
  @media screen and (min-width: 1200px) and (min-height: 850px) {
    .infra-example__image {
      height: 340px;
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease; } }

.infra-lined {
  border: 3px solid #48a9a6;
  padding: 2rem; }
  .infra-lined h2,
  .infra-lined h3,
  .infra-lined h4 {
    color: #48a9a6; }

.infra-intro {
  margin-top: -200px;
  position: relative; }
  .infra-intro span {
    display: block;
    color: white;
    width: -webkit-max-content;
    width: max-content; }
  .infra-intro p {
    background: white;
    max-width: 90vw;
    margin: 0 auto;
    padding: 1.5em;
    font-size: 22px; }
  .infra-intro h1 {
    padding: 0 1.5rem;
    -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
  @media screen and (min-width: 64em) {
    .infra-intro {
      max-width: 500px;
      float: right;
      margin-right: 180px;
      margin-top: -240px; }
      .infra-intro h1 {
        width: -webkit-max-content;
        width: max-content;
        -webkit-transform: scale(1.8) translate(50px, -40px);
            -ms-transform: scale(1.8) translate(50px, -40px);
                transform: scale(1.8) translate(50px, -40px); }
      .infra-intro p:after {
        content: "";
        background: white;
        width: 5px;
        position: absolute;
        display: block;
        height: 45px;
        right: -105px;
        top: 195px;
        z-index: 5; }
      .infra-intro:after {
        content: "";
        width: calc(100vw - 776px);
        height: 46px;
        background: -webkit-linear-gradient(top, white 5px, rgba(13, 76, 93, 0.74) 5px);
        background: linear-gradient(to bottom, white 5px, rgba(13, 76, 93, 0.74) 5px);
        position: absolute;
        display: block;
        top: 193px;
        left: calc(-100vw + 776px); } }

.infra-intro-small {
  font-size: 20px;
  font-weight: normal; }

.infra-intro-large {
  font-size: 70px;
  margin-top: -20px; }

.infra-intro-medium {
  font-size: 30px;
  margin-top: -20px; }
  .infra-intro-medium:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10%;
    top: 80%;
    width: calc(100vw - 360px);
    height: 5px;
    background: white; }
  @media screen and (min-width: 64em) {
    .infra-intro-medium:after {
      content: none; } }

.infra-dark,
.infra-signup,
.infra-medium {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.button.infra-ftd-button {
  float: right;
  margin-right: 60px;
  margin-top: -25px; }

.infra-ftd-vid {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 4; }

.infra-ftd-text {
  margin-top: -10vw;
  padding-top: calc(10vw + 30px); }

.infra-dark,
.infra-signup,
.infra-medium,
.infra-light {
  padding: 60px 1.5rem;
  background: cover;
  background-attachment: fixed; }
  @media screen and (min-width: 64em) {
    .infra-dark,
    .infra-signup,
    .infra-medium,
    .infra-light {
      padding: 100px 5vw; }
      .infra-dark &gt; .column, .infra-dark &gt; .columns,
      .infra-signup &gt; .column,
      .infra-signup &gt; .columns,
      .infra-medium &gt; .column,
      .infra-medium &gt; .columns,
      .infra-light &gt; .column,
      .infra-light &gt; .columns {
        padding: 4vw; } }

.infra-dark {
  background-image: url("../images/dark.png");
  min-height: calc(100vh - 150px); }

.infra-medium {
  background-image: url("../images/medium.png"); }

.infra-light {
  background-image: url("../images/light.png"); }

.infra-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .infra-check i {
    margin-top: 5px;
    font-size: 20px;
    margin-right: 0.75rem;
    margin-left: -15px;
    color: #48a9a6; }
  @media screen and (min-width: 40em) {
    .infra-check {
      font-size: 40px;
      margin-right: 1.5rem;
      margin-left: 0; } }

.infra-subtitle {
  margin-top: -10px; }

.infra-light h2 {
  max-width: 800px; }

@media screen and (min-width: 75em) {
  .infra-light {
    padding: 100px 10vw; } }

.infra-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.infra-scroller {
  margin-top: 100px; }
  .infra-scroller .infra-examples-main {
    font-size: 16px;
    margin-bottom: 100px; }
    .infra-scroller .infra-examples-main:after {
      content: "";
      display: block;
      width: 100px;
      height: 3px;
      background: #48a9a6;
      margin-top: 20px; }
  @media screen and (min-width: 1200px) and (min-height: 850px) {
    .infra-scroller.column, .infra-scroller.columns {
      padding-right: 100px;
      margin-bottom: 400px; } }

@media screen and (min-width: 64em) {
  .infra-examples-ftd {
    position: sticky;
    top: 40px; } }

.infra-point {
  width: 100%;
  margin: 1.5rem 0; }
  .infra-point h2,
  .infra-point h3,
  .infra-point h4 {
    color: #34545b;
    text-align: center; }
  .infra-point img {
    width: 60px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px; }
  @media screen and (min-width: 64em) {
    .infra-point {
      width: calc(50% - 3rem);
      margin: 1.5rem; } }
  @media screen and (min-width: 75em) {
    .infra-point {
      width: calc(33% - 3rem); } }

.infra-subtitle {
  margin-top: -10px; }

.infra-overlapped {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .infra-overlapped img {
    margin-left: -200px;
    position: relative;
    z-index: 0;
    margin-top: 40px;
    margin-right: -3rem;
    max-height: 400px; }
  .infra-overlapped h2,
  .infra-overlapped h3,
  .infra-overlapped h4,
  .infra-overlapped h5,
  .infra-overlapped h6 {
    max-width: 400px;
    position: relative;
    z-index: 3;
    font-size: 26px; }
  @media screen and (min-width: 64em) {
    .infra-overlapped h2,
    .infra-overlapped h3,
    .infra-overlapped h4,
    .infra-overlapped h5,
    .infra-overlapped h6 {
      font-size: 50px; }
    .infra-overlapped img {
      margin-right: 0; } }

.infra-ftd-vid + .infra-lined {
  margin-bottom: 40px; }

.infra-example__box {
  background: white;
  padding: 1.5rem;
  width: 180px;
  position: absolute;
  margin-top: 40px;
  text-align: right;
  padding-bottom: 0.75rem;
  outline: 3px solid white;
  outline-offset: 10px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease; }
  .infra-example__box .infra-example__content {
    display: none;
    height: 0;
    color: transparent;
    opacity: 0;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
  @media screen and (min-width: 1200px) and (min-height: 850px) {
    .infra-example__box {
      width: 220px;
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease; }
      .infra-example__box h4 {
        font-size: 20px; } }

@media screen and (min-width: 1200px) and (min-height: 850px) {
  .infra-example__content {
    display: none; } }

@media screen and (min-width: 1200px) and (min-height: 850px) {
  /*.infra-scrolled {
    transition: 0.6s ease;

    &amp;:not(:first-child) {
      margin-bottom: 300px;
    }
  }*/
  .infra-scroller__track {
    -webkit-clip-path: inset(0);
            clip-path: inset(0); }
  .infra-example {
    margin-bottom: 30px; }
  .infra-example-focus {
    outline: 40px solid rgba(13, 76, 93, 0.74);
    outline-offset: -40px;
    position: relative;
    padding-bottom: 80px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    height: 100%; }
    .infra-example-focus .infra-example__image {
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease; }
    .infra-example-focus .infra-example__box {
      outline: 3px solid #48a9a6;
      outline-offset: 0;
      position: relative;
      color: transparent;
      -webkit-transform: translate(40px, 40px);
          -ms-transform: translate(40px, 40px);
              transform: translate(40px, 40px);
      text-align: left;
      width: calc(100% - 80px);
      height: calc(100% - 80px);
      background: transparent;
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease; }
      .infra-example-focus .infra-example__box h3,
      .infra-example-focus .infra-example__box h4 {
        color: white;
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease; }
      .infra-example-focus .infra-example__box .infra-example__content {
        display: block;
        height: auto;
        opacity: 1;
        -webkit-animation: text-color 1.2s forwards;
                animation: text-color 1.2s forwards;
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease;
        -webkit-transition-delay: 1s;
                transition-delay: 1s; }
        .infra-example-focus .infra-example__box .infra-example__content p {
          font-size: 16px; }
    .infra-example-focus:before {
      content: "";
      width: calc(100% - 80px);
      display: block;
      position: absolute;
      top: 40px;
      left: 40px;
      height: calc(100% - 80px);
      background: #7a8a98;
      mix-blend-mode: multiply;
      -webkit-transition: 0.6s ease;
      transition: 0.6s ease; } }

.infra-signup {
  background-image: url("../images/signup.png");
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.infra-social {
  margin-bottom: 30px; }
  .infra-social a {
    color: #48a9a6;
    font-size: 30px;
    padding: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .infra-social a:hover {
      color: white;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }

.infra-spotlight {
  position: relative;
  border-top: none;
  border-color: white;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 64em) {
    .infra-spotlight {
      padding-left: 50px;
      border-left: none;
      border-top: 3px solid white; }
      .infra-spotlight:before {
        content: "";
        width: 3px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-linear-gradient(top, #fff calc(50% - 90px), transparent calc(50% - 90px), transparent calc(50% + 90px), #fff calc(50% + 90px));
        background: linear-gradient(to bottom, #fff calc(50% - 90px), transparent calc(50% - 90px), transparent calc(50% + 90px), #fff calc(50% + 90px)); } }

.infra-spotlight__heading {
  text-align: center;
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%; }
  .infra-spotlight__heading:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, white), color-stop(25%, transparent), color-stop(75%, transparent), color-stop(75%, white));
    background: -webkit-linear-gradient(left, white 25%, transparent 25%, transparent 75%, white 75%);
    background: linear-gradient(to right, white 25%, transparent 25%, transparent 75%, white 75%); }
  @media screen and (min-width: 64em) {
    .infra-spotlight__heading {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      position: absolute;
      left: -50%;
      top: calc(50% - 25px); }
      .infra-spotlight__heading:before {
        content: none; } }

.infra-form {
  background: white;
  padding: 1.5rem; }
  .infra-form .at h4 {
    font-size: 16px;
    font-weight: normal;
    font-family: "Proxima-nova"; }

.infra-signup__info {
  padding: 4vw; }

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@-webkit-keyframes text-color {
  0% {
    color: transparent; }
  50% {
    color: transparent; }
  100% {
    color: white; } }

@keyframes text-color {
  0% {
    color: transparent; }
  50% {
    color: transparent; }
  100% {
    color: white; } }

.hero_text--hasLogo {
  text-align: center;
  border-radius: 20px; }
  .hero_text--hasLogo img {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 20px; }
  @media screen and (min-width: 40em) {
    .hero_text--hasLogo {
      text-align: left;
      max-width: 700px;
      padding: 0;
      padding-right: 30px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      right: 100px; }
      .hero_text--hasLogo img {
        margin-bottom: 0;
        margin-right: 30px; } }
  @media screen and (min-width: 40em) {
    .hero_text--hasLogo {
      left: auto; } }

.hero__text--cwa {
  background: url(../../assets/images/3dslanttopo.png);
  color: white; }

.textBox__title--lower {
  font-weight: bold;
  font-size: 24px;
  margin-top: -15px;
  display: block;
  line-height: 1.3; }

.slm-lp h1,
.slm-lp h2,
.slm-lp h3,
.slm-lp h4 {
  text-transform: uppercase; }

.page-template-page-template-cwa {
  height: auto;
  overflow-x: hidden;
  max-width: 100vw; }

.page-max {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto; }

.page-wide {
  max-width: 1500px;
  padding: 0 10px;
  margin: 0 auto; }

.lined-solution {
  margin-bottom: 40px; }
  @media screen and (min-width: 64em) {
    .lined-solution {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .lined-solution:nth-of-type(odd) .lined-solution__image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

.lined-solution__content {
  padding: 30px 0; }
  @media screen and (min-width: 40em) {
    .lined-solution__content {
      padding-left: 140px; } }
  @media screen and (min-width: 64em) {
    .lined-solution__content {
      padding: 0 15px;
      padding-left: 200px; } }

.lined-solution__image {
  position: relative;
  z-index: 5; }
  @media screen and (min-width: 64em) {
    .lined-solution__image {
      padding: 0 30px;
      min-width: 50%; } }

.lined-solution__num {
  font-weight: 900;
  font-size: 100px;
  line-height: 1; }
  @media screen and (min-width: 64em) {
    .lined-solution__num {
      font-size: 230px; } }

.lp_solution--cwa .lp_soltuion__text {
  padding: 20px 30px;
  text-align: center; }

.lp_solution--cwa img {
  border-radius: 15px;
  padding: 0;
  -webkit-box-shadow: 0 0 0pt 5px #143a48;
          box-shadow: 0 0 0pt 5px #143a48;
  border: 3px solid white;
  margin: 0 20px;
  max-width: calc(100% - 40px);
  margin-bottom: 20px; }

@media screen and (min-width: 64em) {
  .lp_solution--cwa .lp_soltuion__text {
    text-align: left; }
  .lp_solution--cwa img {
    -webkit-box-shadow: 0 0 0pt 10px #143a48;
            box-shadow: 0 0 0pt 10px #143a48;
    border-radius: 30px;
    margin-bottom: 20px;
    margin: 0 50px;
    max-width: calc(100% - 100px); } }

.button.button--cwa {
  background: #143a48;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .button.button--cwa:hover {
    background: #0058a8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.button.button--cwaAction {
  background: #009400;
  font-weight: bold; }

.button.button--cwaDL {
  background: #0058a8;
  font-weight: bold; }
  .button.button--cwaDL:hover {
    background: #009400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.button.button--cwaBlog {
  background: #0058a8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .button.button--cwaBlog:hover {
    background: #009400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.larger-text {
  font-size: 21px; }

.solution_context p {
  max-width: 750px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 30px; }

.cwa_benefits h3 {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 0; }

.cwa_benefits__link {
  display: block;
  height: 250px;
  max-width: 450px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold; }
  .cwa_benefits__link:hover {
    color: white; }
    .cwa_benefits__link:hover .cwa_benefits__linktext {
      background: #0058a8;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
  .cwa_benefits__link:visited {
    color: white; }

.cwa_benefits__linktext {
  background: #143a48;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  position: absolute; }
  .cwa_benefits__linktext p {
    margin-bottom: 0; }

p.cwa_benefits__prelink {
  font-size: 14px; }

.lp_reportSection {
  padding: 60px 0; }

.lp_reportCallout {
  color: white;
  padding: 60px;
  padding-top: 0;
  position: relative;
  margin-bottom: 70px;
  margin-top: 40px; }
  .lp_reportCallout .button {
    position: absolute;
    bottom: -30px;
    left: 70px; }

.lp_reportCallout--cwa {
  background: url(../../assets/images/3dslanttopo.png); }
  .lp_reportCallout--cwa h3 {
    position: relative; }
    .lp_reportCallout--cwa h3:before {
      content: "";
      display: block;
      background: #009400;
      width: 45px;
      height: 20px;
      position: absolute;
      left: -60px;
      top: calc(50% - 10px); }

.lp_report__stat {
  font-size: 24px;
  line-height: 1; }

.lp_report__statNum {
  font-weight: bold;
  font-size: 50px; }

.lp_news--cwa {
  background: url(../../assets/images/3dslanttopo.png); }

.lp_topo {
  background: url(../../assets/images/lighttopo.png);
  padding: 40px 20px; }

.lp_topo--cwa {
  background: url(../../assets/images/cwatopo.png); }

.slm-lp .lp_news h1,
.slm-lp .lp_news h2,
.slm-lp .lp_news h3,
.slm-lp .lp_news h4 {
  text-transform: none; }

.river__storytellers {
  background: url("https://trcpstaging.wpengine.com/wp-content/uploads/2021/06/Colorado-River.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  position: relative; }
  .river__storytellers h2 {
    font-size: 100px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative; }
  @media screen and (min-width: 1185px) {
    .river__storytellers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .river__storytellers h2 {
        font-size: 200px; } }

.storytellers__video-wrapper {
  width: 100%;
  padding: 20px; }

.storytellers__feed {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 1185px) {
    .storytellers__feed {
      padding: 30px 40px 0 40px;
      overflow: scroll;
      max-height: 100vh;
      -ms-overflow-style: none;
      /* for Internet Explorer, Edge */
      scrollbar-width: none;
      /* for Firefox */
      overflow-y: scroll;
      min-width: 700px;
      width: 700px; }
      .storytellers__feed::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */ } }

.storytellers__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  width: 100%; }
  .storytellers__person:hover {
    cursor: pointer; }
  @media screen and (min-width: 40em) {
    .storytellers__person {
      width: calc(50% - 20px);
      margin: 10px; } }
  @media screen and (min-width: 1185px) {
    .storytellers__person {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      margin: 0;
      margin-bottom: 30px; } }

.storytellers__info {
  padding: 20px;
  width: 100%;
  margin-top: -50px;
  padding-top: 50px;
  background: #031e2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1; }
  .storytellers__info h5,
  .storytellers__info p {
    margin: 0; }
  @media screen and (min-width: 1185px) {
    .storytellers__info {
      margin-top: 0;
      margin-left: -100px;
      padding-top: 20px;
      padding-left: 120px; } }

.storytellers__avatar {
  min-width: 100px;
  width: 100px;
  border-radius: 1000px;
  height: 100px;
  z-index: 2; }
  .storytellers__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1000px; }
  @media screen and (min-width: 1185px) {
    .storytellers__avatar {
      min-width: 200px;
      width: 200px;
      height: 200px; } }

/*.video-slider {
  position: relative;

  .orbit-slide {
    position: relative;
    min-height: 100vh;
    height: calc(700px + 30vw);
    max-height: 1100px;
  }
  @include breakpoint(large) {
    .orbit-slide {
      padding: 70px;
    }
  }
}

.video-slider__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
}

.video-slider__controls {
  text-transform: uppercase;
  position: absolute;
  bottom: 400px;
  z-index: 3;
  right: 70px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;

  span {
    display: flex;
    white-space: nowrap;
    width: 200px;
    font-size: 1rem;
    align-items: center;
    margin-right: 10px;
    &amp;:after {
      width: 100%;
      height: 5px;
      background: #ffae03;
      margin-left: 10px;
      content: "";
    }
  }

  .orbit-bullets button {
    width: 60px;
    height: 60px;
    background-size: cover;

    &amp;.is-active {
      border: 3px solid #ffae03;
    }
  }

  @media screen and (min-width: 1240px) {
    top: 800px;
    left: 70px;
  }
}

.video-slider__info {
  position: absolute;
  top: 410px;
  left: 20px;

  grid-template-columns: 90vw 90vw 90vw;

  display: grid;
  animation: 6s linear infinite infoSlide;

  h5 {
    text-transform: uppercase;
  }
  p {
    font-size: 14px;
  }

  @include breakpoint(medium) {
    grid-template-columns: 1fr 1fr 1fr;
    animation: none;
    top: 510px;
  }

  @include breakpoint(large) {
    left: auto;
    right: 100px;
    width: calc(100% - 650px);
    top: 100px;
    max-width: 800px;
  }

  @media screen and (min-width: 1024px) and (max-width: 1280px) {
    grid-template-columns: 1fr;
  }
}

.video-slider__fact {
  padding: 0 20px;
  @include breakpoint(medium) {
    padding: 0 10px;
  }
}

@keyframes infoSlide {
  0% {
    left: 20px;
  }

  30% {
    left: 20px;
  }

  33% {
    left: calc(-90vw + 20px);
  }

  63% {
    left: calc(-90vw + 20px);
  }

  66% {
    left: calc(-180vw + 20px);
  }

  100% {
    left: calc(-180vw + 20px);
  }
}

.video-slider__map {
  position: absolute;
  bottom: 100px;
  width: 270px;
  left: calc(50% - 135px);
  background: url(../../assets/images/trail.png) no-repeat;
  background-size: 100% auto;
  min-height: 100px;
  display: flex;
  align-items: space-between;

  @include breakpoint(medium) {
    width: 400px;
    left: calc(50% - 200px);
  }

  @include breakpoint(large) {
    width: 500px;
    left: calc(50% -250px);
  }

  @media screen and (min-width: 1240px) {
    left: auto;
    right: 10vw;
  }
}

.video-slider__mappoint {
  &amp;:last-of-type {
    .mappoint__inner {
      left: -235px;
      top: 50px;

      @include breakpoint(medium) {
        top: -20px;
        left: auto;
        right: -90px;
      }
    }
  }
  @media screen and (max-width: 640px) {
    &amp;:before {
      width: 40px;
      height: 40px;
      border-radius: 100%;
      content: "";
      display: block;
      background: #ffae03;
      position: absolute;
      animation: node-pulse 2s infinite;
    }

    &amp;:first-of-type {
      position: absolute;
      bottom: 20px;
      left: -20px;
    }

    &amp;:last-of-type {
      position: absolute;
      top: -15px;
      right: 30px;
    }

    &amp;:hover {
      cursor: pointer;
    }
  }
}

.mappoint__inner {
  display: flex;
  position: absolute;
  width: 270px;
  left: 35px;
  top: calc(50% - 50px);
  z-index: 4;
  align-items: center;

  img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    position: relative;
    object-fit: cover;
  }

  @include breakpoint(medium) {
    left: -90px;
    top: 40px;
  }

  @include breakpoint(large) {
    width: 360px;

    img {
      width: 90px !important;
      height: 90px;
    }
  }
}

.mappoint__info {
  color: rgb(15, 15, 15);
  background: #eeeeed;
  font-size: 14px;
  border-radius: 10px;
  padding: 10px;
  padding-left: 40px;
  margin-left: -30px;

  h6 {
    margin: 0;
  }

  @include breakpoint(large) {
    padding-left: 60px;
  }
}*/
.play-btn {
  color: white;
  background: red;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-size: 30px;
  padding-left: 5px; }

.overlap-hero {
  padding-bottom: 60px;
  position: relative; }
  @media screen and (min-width: 64em) {
    .overlap-hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 160px; } }

.overlap-hero__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: -100px;
  z-index: 3;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #c1121f;
  padding: 0.85em 2em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .overlap-hero__play i {
    margin-right: 10px; }
  .overlap-hero__play:hover {
    background: #031e2d;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer; }

.overlap-hero_visual {
  margin: 0 auto; }
  .overlap-hero_visual video,
  .overlap-hero_visual img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .overlap-hero_visual .circle-video--popup {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -100px;
    right: -50px; }
  @media screen and (min-width: 64em) {
    .overlap-hero_visual {
      width: calc(100vw - 400px);
      margin-left: 70px; } }

.overlap-hero_content {
  padding: 0 30px; }
  @media screen and (min-width: 64em) {
    .overlap-hero_content {
      padding: 0 100px;
      width: 1000px;
      margin-left: -200px; }
      .overlap-hero_content p,
      .overlap-hero_content h5 {
        margin-left: 15vw; } }

.circle-vid {
  width: 400px;
  height: 400px;
  position: relative; }
  .circle-vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 300px;
    z-index: 2;
    position: relative; }
  .circle-vid:after {
    content: "";
    background: blue;
    width: calc(110%);
    height: calc(110%);
    position: absolute;
    z-index: 0;
    border-radius: 100%;
    border: 3px dashed yellow;
    left: -5%;
    top: -5%; }
    @media screen and (min-width: 64em) {
      .circle-vid:after {
        border-width: 5px; } }

.circle-vid__button {
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0; }
  .circle-vid__button:hover {
    cursor: pointer; }

.circle-vid--popup .circle-vid__button {
  top: calc(50% - 40px);
  left: calc(50% - 40px); }

/* todo: fonts, headings, colors, bg */
.vid_split__content {
  padding: 0 40px; }

.quote-pics {
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 64em) {
    .quote-pics {
      margin-left: 0;
      margin-right: 0; } }

.quote-pics__card {
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  position: relative; }
  .quote-pics__card:before, .quote-pics__card:after {
    font-size: 100px;
    line-height: 0.8; }
  .quote-pics__card:before {
    content: "“";
    margin-right: 20px; }
  .quote-pics__card:after {
    content: "”";
    margin-left: 20px; }
  @media screen and (min-width: 64em) {
    .quote-pics__card {
      margin-top: 50px;
      margin-left: -8.5%; }
      .quote-pics__card p {
        font-size: 20px; } }

.quote-pics__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 20vw; }

.quote-pics__src {
  font-weight: bold; }

.quote-pics__image {
  padding: 0;
  max-height: 400px; }
  .quote-pics__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media screen and (min-width: 64em) {
  .quote-pics__image:last-of-type {
    margin-top: 100px;
    margin-left: -8.5%; } }

@media screen and (min-width: 75em) {
  .xlarge-4 {
    width: 33%; }
  .xlarge-5 {
    width: 41%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58%; }
  .xlarge-8 {
    width: 66%; } }

@media screen and (min-width: 64em) {
  .news-stacked {
    padding-left: 100px; } }

.prelined {
  text-align: center; }
  @media screen and (min-width: 64em) {
    .prelined {
      text-align: right; } }

.gallery-set {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (calc(50% - 20px))[autofit];
      grid-template-columns: repeat(autofit, calc(50% - 20px)); }
  @media screen and (min-width: 40em) {
    .gallery-set {
      -ms-grid-columns: (calc(33% - 20px))[auto-fit];
          grid-template-columns: repeat(auto-fit, calc(33% - 20px)); } }

.gallery-set__title {
  -ms-grid-column: span 2;
      grid-column: span 2;
  padding: 20px;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .gallery-set__title {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-grid-column: span 1;
          grid-column: span 1;
      -ms-flex-item-align: bottom;
          align-self: bottom;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: right; } }

.gallery-set__modal {
  border: none; }

.gallery-set__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.gallery-set__image:hover {
  cursor: pointer; }

.page-template-page-92-miles {
  height: auto; }
  @media screen and (max-width: 39.9375em) {
    .page-template-page-92-miles .reveal {
      min-height: auto;
      height: auto;
      top: 30px !important; } }

.lp-miles h1,
.lp-miles h2,
.lp-miles h3,
.lp-miles h4,
.lp-miles h5,
.lp-miles h6 {
  margin: 0;
  line-height: 1.4; }

.lp-miles h1,
.lp-miles h2 {
  text-transform: uppercase; }

.lp-miles h1 {
  font-size: 60px; }

.lp-miles h2 {
  font-size: 30px; }
  @media screen and (max-width: 400px) {
    .lp-miles h2 {
      font-size: 24px; } }

.lp-miles h3 {
  font-size: 24px; }

.lp-miles h4 {
  font-size: 21px; }

.lp-miles section:not(.miles__hero) {
  margin-top: 100px;
  margin-bottom: 100px; }

.lp-miles .miles__subtitle {
  font-size: 18px;
  margin-top: 5px;
  text-transform: none;
  margin-bottom: 20px; }

.miles__hero {
  padding-top: 80px; }

.miles__logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: center;
      justify-items: center; }
  .miles__logos img {
    max-width: 150px; }
  @media screen and (min-width: 40em) {
    .miles__logos {
      -ms-grid-columns: (1fr)[5];
          grid-template-columns: repeat(5, 1fr); } }

.miles__logos__title {
  -ms-grid-column: span 3;
      grid-column: span 3; }
  @media screen and (min-width: 40em) {
    .miles__logos__title {
      -ms-grid-column: span 2;
          grid-column: span 2;
      justify-self: stretch; } }

a.button--miles,
.at-form .button--miles {
  background-color: #07ce7a;
  color: black;
  text-transform: uppercase; }
  a.button--miles:hover,
  .at-form .button--miles:hover {
    background-color: #f17b0a;
    color: white; }

.quote-pics__card--miles:before, .quote-pics__card--miles:after {
  content: "";
  width: 200px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/leftquote.png); }

.quote-pics__card--miles:after {
  background-image: url(../../assets/images/rightquote.png); }

.survey-box--miles {
  background: white;
  color: black;
  padding: 20px;
  margin-bottom: 60px; }
  .survey-box--miles .at-form section {
    margin-top: 0;
    margin-bottom: 0; }
  .survey-box--miles h1,
  .survey-box--miles h2,
  .survey-box--miles h3 {
    color: black !important; }
  .survey-box--miles h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .survey-box--miles h2 i {
      color: white;
      background: #07ce7a;
      border-radius: 100%;
      min-width: 50px;
      width: 50px;
      height: 50px;
      margin-top: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 20px;
      margin-bottom: 20px; }
  .survey-box--miles .at input[type="checkbox"]:hover + span:before {
    border-color: #07ce7a !important; }
  .survey-box--miles .at input[type="checkbox"]:active + span:before,
  .survey-box--miles .at input[type="checkbox"]:checked + span:before {
    background-color: #07ce7a !important;
    border-color: #07ce7a !important; }
  .survey-box--miles .at-submit.btn-at.btn-at-primary {
    background: #07ce7a !important;
    color: black;
    font-weight: normal;
    text-transform: uppercase; }
  .survey-box--miles .at-title {
    display: none; }
  .survey-box--miles .thankYou p {
    font-size: 18px;
    font-family: "proxima-nova"; }

.miles__lower {
  color: white;
  background: url(../../assets/images/milesbg.png);
  padding-top: 200px;
  padding-bottom: 100px;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: -200px; }
  .miles__lower h1,
  .miles__lower h2,
  .miles__lower h3,
  .miles__lower h4,
  .miles__lower h5,
  .miles__lower h6 {
    color: white; }
  .miles__lower .miles__highlight {
    color: #07ce7a; }

.prelined--miles:after {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  background: url(../../assets/images/line.png);
  content: "";
  display: block;
  height: 50px;
  background-repeat: no-repeat;
  -webkit-background-size: 150px 150px;
          background-size: 150px;
  background-position: center; }

@media screen and (min-width: 40em) {
  .prelined--miles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap; }
    .prelined--miles:before {
      width: 100%;
      margin-right: 20px;
      background: url(../../assets/images/line.png);
      background-position: center;
      content: "";
      display: block;
      height: 50px;
      background-repeat: no-repeat;
      -webkit-background-size: 150px 150px;
              background-size: 150px; }
    .prelined--miles:after {
      content: none; } }

.miles__card {
  background: #272929;
  padding: 30px;
  margin-top: 20px; }
  .miles__card .fa-chevron-right {
    font-size: 12px; }

.miles__intro {
  margin-bottom: 100px; }
  .miles__intro .button {
    margin: 0 auto;
    margin-top: 40px;
    display: block;
    width: -webkit-max-content;
    width: max-content; }

.miles__problems {
  background: url(../../assets/images/trail_lines.png);
  -webkit-background-size: cover;
          background-size: cover; }

.miles_problems__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(400px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-column-gap: 20px; }
  @media screen and (max-width: 460px) {
    .miles_problems__cards {
      -ms-grid-columns: 100%;
          grid-template-columns: 100%; } }

.gallery-set__title--miles {
  border: 5px solid #07ce7a; }
  @media screen and (min-width: 40em) {
    .gallery-set__title--miles h2 {
      font-size: 40px;
      line-height: 1.1;
      width: -webkit-min-content;
      width: min-content; } }

.river-lp {
  background: #084c61;
  color: white;
  padding-top: 60px;
  width: 100vw;
  overflow: hidden; }
  @media screen and (min-width: 800px) {
    .river-lp {
      padding-top: 0; } }
  @media screen and (min-width: 64em) {
    .river-lp {
      overflow: auto;
      padding-top: 60px;
      width: calc(100vw - 17px); } }

.reveal {
  height: auto;
  min-height: auto;
  margin-top: 100px; }
  @media screen and (max-width: 640px) {
    .reveal {
      left: 2.5%; } }

.overlap-hero--river .river__script {
  width: -webkit-min-content;
  width: min-content;
  margin: 0 auto;
  line-height: 0.7;
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 3;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
  font-size: 100px;
  margin-bottom: 40px; }
  @media screen and (min-width: 40em) {
    .overlap-hero--river .river__script {
      font-size: 20vw; } }
  @media screen and (min-width: 64em) {
    .overlap-hero--river .river__script {
      margin-top: -50px; } }

.overlap-hero--river .overlap-hero_vid {
  position: relative; }

.overlap-hero--river .circle-vid--popup {
  width: 20vw;
  height: 20vw;
  max-width: 300px;
  max-height: 300px;
  bottom: -100px;
  left: auto;
  top: auto;
  right: -3vw; }

.circle-vid--river {
  position: absolute;
  top: 200px;
  left: calc(50% - 92px);
  width: 185px;
  height: 185px;
  max-width: 370px;
  max-height: 370px; }
  .circle-vid--river:after {
    background: rgba(8, 76, 97, 0.5);
    border-color: #ffae03; }
  @media screen and (min-width: 40em) {
    .circle-vid--river {
      left: calc(50% - 135px);
      width: 270px;
      height: 270px; } }
  @media screen and (min-width: 64em) {
    .circle-vid--river {
      width: 370px;
      height: 370px;
      left: 100px;
      top: 340px; } }

.play-btn--river {
  background: #c1121f; }
  .play-btn--river:hover {
    background: #ffae03; }

.river__solutions .river__script {
  font-size: 10vw;
  margin: -10vw 0 20px 20px;
  position: relative; }
  @media screen and (min-width: 64em) {
    .river__solutions .river__script {
      font-size: 70px;
      margin: -120px 0 20px 60px;
      line-height: 1; } }

.lined-solution__num--river {
  color: #052f3c;
  position: relative; }
  @media screen and (min-width: 40em) {
    .lined-solution__num--river:before {
      position: absolute;
      content: "";
      width: 140px;
      height: 340px;
      height: 270px;
      background: url(../../assets/images/corner.png) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      bottom: 70px;
      left: -130px; }
    .lined-solution__num--river:nth-of-type(2):before {
      content: ""; } }

.overlap-hero__play--river {
  background: #c1121f; }
  .overlap-hero__play--river:hover {
    background: #031e2d; }

.video-slider--river .orbit {
  margin-top: -30px; }

.video-slider--river .orbit-previous,
.video-slider--river .orbit-next {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  padding: 8px;
  border-radius: 100px;
  background: rgba(8, 76, 97, 0.5);
  border: 3px dashed #ffae03;
  top: 290px;
  left: -85px;
  z-index: 4;
  top: 290px;
  left: -70px; }
  .video-slider--river .orbit-previous img,
  .video-slider--river .orbit-next img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover; }
  @media screen and (min-width: 40em) {
    .video-slider--river .orbit-previous,
    .video-slider--river .orbit-next {
      top: 330px;
      left: 5vw; } }

.video-slider--river .orbit-next {
  left: auto;
  right: -85px; }
  @media screen and (min-width: 40em) {
    .video-slider--river .orbit-next {
      right: 5vw; } }

.video-slider--river .river__script {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 40px;
  z-index: 3;
  text-align: center;
  font-size: 100px;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg); }
  @media screen and (min-width: 64em) {
    .video-slider--river .river__script {
      font-size: 160px;
      width: auto;
      left: 70px;
      top: 100px; } }

@media screen and (min-width: 64em) {
  .video-slider--river {
    margin-top: -70px; } }

.river__upper {
  background: url(../../assets/images/riverupper.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 60px; }

.river__script {
  font-family: "caylee";
  color: #ffae03;
  line-height: 1;
  font-weight: normal; }

.river__link {
  color: #ffae03; }

a.button--river {
  text-transform: uppercase;
  background: #c1121f;
  padding: 0.85em 2em; }
  a.button--river:hover {
    background: #031e2d; }

.river__blog {
  background: #031e2d;
  padding: 60px 0; }
  .river__blog .river__script {
    font-size: 100px;
    margin: 0; }
    @media screen and (min-width: 64em) {
      .river__blog .river__script {
        font-size: 160px; } }

.river__solutions__heading {
  text-transform: uppercase;
  color: #396877; }
  @media screen and (min-width: 40em) {
    .river__solutions__heading {
      margin-bottom: 130px; } }

.river__action__wrapper {
  padding: 30px 0;
  background: url(../../assets/images/actionbg.png) no-repeat, #084c61;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
  background-blend-mode: multiply; }
  @media screen and (min-width: 64em) {
    .river__action__wrapper {
      padding: 70px 0;
      margin-top: 60px; } }

@media screen and (min-width: 64em) {
  .river__action__content {
    padding-left: 100px;
    width: 50%; } }

.river__action .river__script {
  text-align: center;
  line-height: 0.8;
  font-size: 100px;
  margin: 0;
  margin-bottom: 20px; }

@media screen and (min-width: 40em) {
  .river__action .river__script {
    font-size: 20vw; } }

@media screen and (min-width: 64em) {
  .river__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .river__action .river__script {
      text-align: left;
      font-size: 14vw;
      margin-left: -270px; } }

@media screen and (min-width: 64em) {
  .river__action__img {
    width: 50%;
    height: 50%; } }

.river__arrow {
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffae03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase; }
  .river__arrow:after {
    content: "";
    display: block;
    width: 120px;
    height: 50px;
    background: url(../../assets/images/riverarrow.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: right;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .river__arrow:hover:after {
    background-image: url(../../assets/images/redarrow.png);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.at .ngp-deactivation-message {
  background: #00000038;
  color: white;
  padding: 40px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px); }
  .at .ngp-deactivation-message a {
    color: #f17b0a; }

.top-bar .menu .menu-item a[href*="action-alert"] {
  background: #f17b0a;
  color: white; }

.upper {
  text-transform: uppercase; }

/* Conservation Campaign */
.page-id-15459 .get-involved {
  display: none; }

.quote-image {
  position: relative;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  z-index: 10; }

.conservation-lp h2 {
  font-size: 40px; }
  @media screen and (min-width: 40em) {
    .conservation-lp h2 {
      font-size: 60px;
      line-height: 1; } }

.conservation-lp a:not(.button) {
  color: #ffa833; }

@media screen and (min-width: 64em) {
  .conservation-lp .large-h2 {
    font-size: 60px; } }

@media screen and (min-width: 40em) {
  .conservation-lp .conservation-quote__text {
    font-size: 24px;
    line-height: 36px;
    text-align: center; } }

.chat-cta {
  background: #ffa833;
  padding: 30px;
  position: relative; }
  @media screen and (min-width: 64em) {
    .chat-cta {
      width: 80%;
      margin: 0 auto;
      margin-top: -50px; } }

.conservation__testimonials {
  padding: 100px 0;
  -webkit-background-size: cover;
  background-size: cover;
  color: white; }

.conservation__testimonials h2 {
  color: white; }

.conservation__testimonials p {
  color: white; }

.conservation__upper {
  margin-top: 60px;
  color: white;
  -webkit-background-size: cover;
  background-size: cover; }

.conservation__upper .overlap-hero__play {
  background: #0e361e;
  margin-top: 0;
  display: inline-block;
  padding: 20px; }

.conservation__upper h1 {
  line-height: 1.2;
  font-size: 30px; }

@media screen and (min-width: 64em) {
  .conservation__upper h1 {
    margin-top: 0; }
  .conservation__upper {
    min-height: 80vh;
    margin-top: 0; } }

@media screen and (min-width: 40em) {
  .conservation__upper {
    padding: 80px 0; }
  .conservation__upper h1 {
    font-size: 48px; } }

.conservation__intro {
  background: #0e361e;
  max-width: 900px;
  position: relative; }

@media screen and (min-width: 64em) {
  .conservation__intro {
    margin-bottom: 100px; } }

.conservation-primary {
  color: #ffa833; }

.conservation-secondary {
  color: #092313; }

.conservation__priorities {
  background: url(../../assets/images/trcp_lower.png);
  color: white; }

.conservation__blog {
  background: url(../../assets/images/trcp_upper.png);
  color: white;
  padding: 60px 0; }

.conservation__overview {
  background: url(../../assets/images/overview.png);
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0; }

.conservation__action {
  background: url(../../assets/images/trcp_lower.png);
  color: white;
  padding: 60px 0; }

.circle-vid--conservation {
  border-color: #ffa833; }

.circle-vid--conservation .circle-vid__button {
  background-color: #0e361e;
  width: 80px;
  height: 80px;
  font-size: 20px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.conservation-box {
  background-color: rgba(6, 11, 23, 0.8);
  color: white;
  padding: 40px 20px; }

.conservation-box button:not(.close-button) {
  background-color: rgba(255, 168, 51, 0.5);
  width: 0.6rem;
  height: 0.6rem; }

.conservation-box button.is-active {
  background-color: #ffa833; }

.lined-solution__num--conservation {
  position: relative; }

.lined-solution__num--conservation:before {
  position: absolute;
  content: "";
  width: 140px;
  height: 340px;
  height: 270px;
  background: url(../../assets/images/corner2.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  bottom: 70px;
  left: -130px; }

.chat-buttons {
  padding: 20px 0;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto; }

.button.button--conservation-primary,
.button.button--conservation-secondary {
  text-transform: uppercase;
  font-weight: bold;
  color: #0e361e;
  background: #ffa833;
  min-width: 140px;
  font-size: 16px;
  margin: 0 10px; }

.button.button--conservation-secondary {
  background: #060b17;
  color: white;
  margin-bottom: 30px; }

.conservation-quote__text:before,
.conservation-quote__text:after {
  content: "“";
  color: #ffa833;
  font-size: 70px;
  line-height: 0.8;
  padding: 0 10px; }

@media screen and (min-width: 40em) {
  .conservation-quote__text:before,
  .conservation-quote__text:after {
    font-size: 140px; } }

.conservation-quote__text:after {
  content: "”"; }

.circle-vid--conservation:after {
  border-color: #ffa833;
  background: #09291663; }

.circle-vid--conservation {
  max-width: 250px;
  max-height: 250px;
  position: absolute;
  bottom: -125px;
  right: -125px; }

.elements-prompt {
  float: right;
  color: #ffa833; }

.elements-prompt:hover {
  cursor: pointer; }

.overview-why {
  width: 200px;
  height: 200px;
  background: #ffa833;
  position: relative;
  z-index: 10;
  text-align: center;
  color: #092916;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }

.overview-why h3 {
  font-size: 45px;
  line-height: 1; }

@media screen and (min-width: 40em) {
  .lined-solution:first-of-type {
    margin-top: 120px; } }

.conservation-quote__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.lined-solution h3 {
  font-size: 24px;
  position: relative;
  z-index: 3;
  margin: 0;
  margin-top: -30px; }

@media screen and (min-width: 40em) {
  .lined-solution h3 {
    font-size: 50px;
    margin-top: -70px; } }

@media screen and (min-width: 64em) {
  .lined-solution h3 {
    margin-top: -100px; } }

.conservation-box {
  background-color: rgba(6, 11, 23, 0.8);
  color: white;
  padding: 40px 20px; }

.conservation-box--lifted {
  padding-top: 120px;
  margin-top: -80px; }

#donation-form .ngp-form {
  background: white;
  padding: 20px; }
  @media screen and (min-width: 64em) {
    #donation-form .ngp-form {
      margin: 30px; } }
  #donation-form .ngp-form .at-title {
    padding: 0; }

.reveal--conservation {
  border: none;
  padding: 60px; }

.staff-testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center; }

.staff-testimonials__img {
  width: 140px;
  height: 140px;
  border-radius: 100%; }

.staff-testimonials__img:hover {
  cursor: pointer; }

.key-element {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.key-element p {
  font-size: 16px; }

.key-element img {
  width: 100px;
  height: 100px;
  margin-right: 40px; }

.conservation__intro {
  padding: 30px; }

@media screen and (min-width: 64em) {
  .conservation__intro {
    min-width: 650px;
    padding-left: 120px;
    padding-right: 30px; } }

.conservation__hero {
  position: relative; }

.conservation__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.conservation-cta {
  color: white; }

.chat-cta__emails {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.lined-solution--conservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse; }

@media screen and (min-width: 64em) {
  .lined-solution--conservation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; } }

.rep__position,
.rep__email {
  display: block;
  font-size: 12px; }

.rep__name {
  font-weight: bold; }

.rep-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 360px;
  max-width: 400px; }

@media screen and (min-width: 40em) {
  .rep-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.rep-cta a.rep__email {
  color: #060b17; }

.rep-cta__img {
  border-radius: 100%;
  width: 100px;
  height: 100px; }

.rep-cta__content {
  padding: 20px;
  padding-left: 70px;
  margin: 10px;
  margin-left: -50px;
  margin-right: 20px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start; }

.overview-tr img {
  max-width: 260px;
  position: relative;
  z-index: 2; }

.overview-points__box {
  background-color: white;
  border-radius: 10px;
  padding: 10px 20px; }

.overview-points__box h3 {
  margin: 0;
  font-size: 24px; }

.overview-points__point {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 40em) {
  .overview-points__point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.overview-points__point img {
  z-index: 2; }

.overview-points__box {
  padding-top: 100px;
  margin-top: -80px;
  width: 100%;
  text-align: center; }

@media screen and (min-width: 40em) {
  .overview-points__box {
    padding-top: 10px;
    margin-top: 0;
    padding-left: 100px;
    margin-left: -80px;
    text-align: left; } }

.rep-cta__quote {
  font-weight: bold; }

.quote__name,
.quote__position {
  display: block;
  text-transform: uppercase;
  margin: 0; }

.quote__position {
  font-size: 80%; }

.link-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold; }

.link-set a {
  margin: 0 10px; }

.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 64em) {
    .flex {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.expanded-text {
  margin: 0 auto;
  margin-top: 60px;
  width: 80%; }

.flex--vCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0bd; }

.wp-block-table table tbody tr:nth-child(odd) {
  background: none !important; }

.wp-block-image {
  width: -webkit-max-content;
  width: max-content; }

.wp-block-table tbody {
  background: none; }

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.507) !important; }

.wp-block-table tbody tr:nth-child(even) {
  background: none; }

.wp-block-image figcaption {
  margin-top: 0; }

a.wp-block-file__button {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px !important; }
  a.wp-block-file__button:hover {
    background: #f17b0a; }

a.wp-block-file__button:after {
  content: "\f0ab";
  font-family: "FontAwesome";
  padding-left: 10px;
  font-size: 13px; }

.top-cover {
  top: -40px; }
  .top-cover .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: 75rem;
    margin: 0 auto !important; }

.top-cover__content {
  max-width: 500px; }

.min-heading {
  margin: 0; }

.drop-shadow-cols--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.drop-shadow-cols__col {
  min-width: calc(33% - 30px);
  margin: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.tall-buttons {
  position: absolute;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 87%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tall-buttons a {
    margin: 0 4px; }

.tall-content p {
  font-size: 1.5rem; }

.news-footer {
  padding-bottom: 30px; }

.comparison-map h3,
.comparison-map p {
  text-align: center;
  text-transform: capitalize; }

.comparison-map h3 {
  font-size: 1.75rem;
  text-transform: uppercase;
  padding: 0 140px; }
  @media only screen and (max-width: 550px) {
    .comparison-map h3 {
      padding: 0 10px; } }

.comparison-map .comp-map {
  background-color: #ededed;
  padding: 12px 2px 0;
  margin: 0 0 20px 75px; }
  .comparison-map .comp-map p {
    text-align: left;
    font-size: 12px; }
  .comparison-map .comp-map span {
    background-color: #231f20;
    padding: 0.5em 1em;
    font-szie: 12px;
    color: #fff;
    text-align: center;
    font-family: bebas-neue-by-fontfabric, sans-serif;
    text-transform: captialize; }
    .comparison-map .comp-map span img {
      margin-right: 5px; }

/* New classes */
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.img-container--square {
  width: 100%;
  position: relative;
  padding-top: 100%; }
  .img-container--square img {
    position: absolute;
    top: 0; }

.slide-panel {
  position: fixed;
  left: 0;
  z-index: 1000;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  top: 40px; }

.offscreen {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  left: -9999px;
  top: 40px; }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.2
*/
.owl-theme .owl-controls,
.owl-nav {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div,
.owl-nav button {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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; }
  .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; }
  .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 url("./ajax-loader.gif") center center no-repeat; }

/* 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: 20px;
  width: 20px;
  line-height: 0px;
  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; }
  .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; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  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: 6px;
        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; }

/* Navigation breakpoints */
/* Mobile menu */
.off-canvas &gt; ul.menu {
  padding: 1rem; }

.title-bar-title a {
  font-size: 0.9rem;
  color: #B9B9B9; }

/* Tablet and desktop menu */
.top-bar .menu .home a {
  font-size: 1rem;
  color: #B9B9B9; }

.top-bar .menu a {
  color: #5b5b5b;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .top-bar .menu a:hover:not(.button) {
    background-color: #2a2a2a; }

.top-bar .menu &gt; li:not(.menu-text) &gt; a {
  padding: 1.5rem; }

.top-bar .dropdown.menu .submenu {
  background-color: #121212;
  color: #e6e6e6;
  border: 0; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow &gt; a::after {
  border: 0; }

.top-bar .dropdown.menu:first-child &gt;
li.is-dropdown-submenu-parent &gt;
a::after {
  display: none; }

/* Basic styles for post navigation. Nicolas Gallagher's "Micro clearfix" https://css-tricks.com/snippets/css/clear-fix/ */
.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

/* Text meant only for screen readers. Addresses part of theme-check issue #840. https://github.com/Automattic/_s/blob/master/style.css */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-top: 3.75rem; }
  #footer-container #footer {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.875rem 0;
    padding-bottom: 70px; }
    #footer-container #footer::before, #footer-container #footer::after {
      content: ' ';
      display: table; }
    #footer-container #footer::after {
      clear: both; }
    #footer-container #footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    @media screen and (min-width: 40em) {
      #footer-container #footer {
        padding-bottom: 1.875rem; } }

.sidebar {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      margin-top: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

.sites-button {
  background: #ff6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.button,
.at-submit.btn-at.btn-at-primary,
.wp-block-button__link {
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem; }

.button,
.at-submit.btn-at.btn-at-primary {
  display: inline-block;
  color: #fff;
  background-color: #f17b0a; }

.wp-block-button__link:hover {
  background: #f17b0a; }

.wp-block-button__link:not([class*="has-background"]) {
  background: #f17b0a; }
  .wp-block-button__link:not([class*="has-background"]):hover {
    background-color: #5c8558;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out; }

.is-style-outline .wp-block-button__link {
  border: 2px solid white; }

.is-style-large .wp-block-button__link {
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: bold; }

.is-style-xlarge .wp-block-button__link {
  font-size: 1.3rem;
  padding: 20px 30px;
  text-transform: uppercase; }

.has-orange-background-color {
  background-color: #f17b0a; }

.has-green-background-color {
  background-color: #5c8558; }

.has-black-background-color {
  background-color: #272727; }

.has-grey-background-color {
  background-color: #e6e6e6; }

.has-orange-color {
  color: #f17b0a; }

.has-green-color {
  color: #5c8558; }

.has-black-color {
  color: #272727; }

.has-grey-color {
  color: #e6e6e6; }

#featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 2rem;
  position: relative;
  height: 25rem; }

.no-featured-image-set {
  height: 1rem !important; }

@media screen and (min-width: 40em) {
  #featured-hero {
    height: 25rem; } }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

/* Apply outline styles only when input method is keyboard
 * remove :focus style via What Input using progressive enhancement
 * so :focus isn't left broken if JavaScript fails
 */
[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

#front-hero {
  background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
  padding: 4.0625rem 0;
  margin: 0;
  height: auto;
  position: relative;
  text-align: left; }
  #front-hero .marketing {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
    #front-hero .marketing::before, #front-hero .marketing::after {
      content: ' ';
      display: table; }
    #front-hero .marketing::after {
      clear: both; }
  @media screen and (min-width: 40em) {
    #front-hero {
      background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      height: 42.8125rem;
      margin: 0; } }
  #front-hero #watch {
    width: 58.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: -41.66667%; }
    @media screen and (min-width: 40em) {
      #front-hero #watch {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #front-hero #watch:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #front-hero #watch {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: 0%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero #watch {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #front-hero #watch:last-child:not(:first-child) {
          float: right; } }
    #front-hero #watch section {
      display: inline; }
    #front-hero #watch a {
      color: #b4c9d1;
      cursor: pointer;
      font-weight: 400;
      margin-right: 1.25rem; }
    #front-hero #watch a:hover {
      color: #fff; }
    #front-hero #watch #stargazers :before {
      content: "\f09b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #b4c9d1;
      margin-right: 0.5rem; }
    #front-hero #watch #twitter :before {
      content: "\f099";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #b4c9d1;
      margin-right: 0.5rem; }
  #front-hero .tagline {
    padding: 0 40px !important;
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #front-hero .tagline {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #front-hero .tagline:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #front-hero .tagline {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-top: 10rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero .tagline {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #front-hero .tagline:last-child:not(:first-child) {
          float: right; } }
  #front-hero h1 {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #f5f5f5;
    font-size: 2.2rem; }
    @media screen and (min-width: 40em) {
      #front-hero h1 {
        font-size: 5rem; } }
  #front-hero h4 {
    color: #fefefe;
    font-weight: 300;
    font-size: 1.3125rem; }
  #front-hero .download {
    margin-top: 1.25rem; }

.intro {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .intro::before, .intro::after {
    content: ' ';
    display: table; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .intro .fp-intro {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-left: 8.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .intro .fp-intro {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .section-divider::before, .section-divider::after {
    content: ' ';
    display: table; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (min-width: 40em) {
      .section-divider hr {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    content: ' ';
    display: table; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .benefits header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3,
    .benefits .responsive h3,
    .benefits .customizable h3,
    .benefits .professional h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      content: ' ';
      display: table; }
    .benefits .why-foundation::after {
      clear: both; }
    @media screen and (min-width: 40em) {
      .benefits .why-foundation {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

#issues .issues-wrapper-front {
  height: 465px; }
  @media screen and (min-width: 40em) {
    #issues .issues-wrapper-front {
      height: 365px; } }

.issue-text {
  height: 16.5rem;
  color: #fefefe; }
  @media screen and (min-width: 40em) {
    .issue-text {
      height: 10.5rem; } }

.issue-popup-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1020; }

.issue-popup {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
  height: 80vh;
  position: fixed;
  left: 0;
  overflow: visible;
  top: 10vh;
  z-index: 1030; }
  .issue-popup .issue-popup-text {
    background: #fefefe;
    height: 100%;
    padding: 1rem;
    overflow-y: scroll; }
  .issue-popup h2 {
    font-size: 1rem;
    color: #f17b0a;
    margin: 0; }
  .issue-popup h3 {
    margin: 0; }
  .issue-popup .issue-popup-close {
    float: right; }
  .issue-popup a {
    color: #f17b0a; }

#woods {
  clear: both;
  background: #e6e6e6;
  padding: 2rem 0;
  margin-bottom: 6rem; }
  #woods hr {
    border: 1px solid #fefefe;
    margin: 10px; }

.profile {
  text-align: center;
  background: url("../../assets/images/topo.png"), #f17b0a;
  color: #fefefe;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 2rem 0;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 40em) {
    .profile {
      text-align: left; } }
  .profile h4 {
    font-size: 1rem;
    margin-bottom: 0; }
  .profile h5 {
    font-size: 2.5rem;
    margin: 0; }
  .profile img {
    width: 35vw; }
    @media screen and (min-width: 40em) {
      .profile img {
        float: left;
        margin-top: -12%;
        margin-left: -15%; } }
    @media screen and (min-width: 64em) {
      .profile img {
        width: 20rem; } }

#kitchen-sink {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    content: ' ';
    display: table; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #kitchen-sink header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #kitchen-sink header:last-child:not(:first-child) {
      float: right; }
    #kitchen-sink header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #kitchen-sink #components {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    #kitchen-sink #components hr {
      margin: 3rem 0; }
    @media screen and (min-width: 40em) {
      #kitchen-sink #components {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #kitchen-sink #components:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 64em) {
      #kitchen-sink #components {
        width: 75%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #kitchen-sink #components {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        #kitchen-sink #components:last-child:not(:first-child) {
          float: right; } }
  #kitchen-sink #kitchen-sink-nav {
    display: none; }
    @media screen and (min-width: 64em) {
      #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        display: block;
        float: right; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #2199e8;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    #kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

#page {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page::before, #page::after {
    content: ' ';
    display: table; }
  #page::after {
    clear: both; }
  #page .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page .main-content:last-child:not(:first-child) {
          float: right; } }

#page-sidebar-left {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    content: ' ';
    display: table; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: 33.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        width: 33.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: -66.66667%;
        margin-top: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-full-width::before, #page-full-width::after {
    content: ' ';
    display: table; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page-full-width .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }

#single-post {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #single-post::before, #single-post::after {
    content: ' ';
    display: table; }
  #single-post::after {
    clear: both; }
  #single-post .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #single-post .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #single-post .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #single-post .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }

/*# sourceMappingURL=foundation.css.map */
</pre></body></html>