@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.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@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 > 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&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 > 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 < 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 <fieldset> 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&medium=40em&large=64em&xlarge=75em&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 > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    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 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

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

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

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

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

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

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

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

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

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

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.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 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .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 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .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.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::-moz-placeholder,
textarea::-moz-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 > [type='checkbox'],
label > [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 > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    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,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  -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 > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :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) > .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 > .accordion-title::before {
    content: '–'; }

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

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > 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'] > 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 > :first-child {
    margin-top: 0; }
  .callout > :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;
  height: 100%;
  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 > a {
  position: relative; }
  .is-drilldown-submenu-parent > 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 > 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 > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

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

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

.dropdown.menu > li.is-dropdown-submenu-parent > 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 > li .is-dropdown-submenu {
  top: 0; }

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

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

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

.dropdown.menu.vertical > li.opens-left > 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 > li.opens-right > 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 > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > 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 > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > 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 > li.opens-right > 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 > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > 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 > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > 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 > li.opens-right > 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 > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .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 > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > 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 > 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 > 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 > :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 > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > 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 > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > 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 > .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%;
  -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; }

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; }
  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;
     -moz-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 {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-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 > :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 {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-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; }

.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 > .switch-active {
    display: block; }

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

.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 .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 .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; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #272727; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table 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 tr:hover {
  background-color: #f9f9f9; }

table.hover 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 > li {
  width: auto;
  float: none;
  display: block; }

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

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

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > 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; }

.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; }

.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
*/
.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: .5em;
  font-size: .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 > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
  display: inline-block; }

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

a.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 > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s; }

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

a.btn-green-small {
  font-size: .8rem;
  padding: 10px 20px;
  border: 2px solid #f5f5f5;
  color: #f5f5f5;
  background: #5c8558;
  font-weight: bold;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 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; }

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

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

.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 > li.is-dropdown-submenu-parent > a::after {
  border: none;
  content: ">";
  right: 17px;
  margin-top: -8px; }

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

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

.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 > .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 {
    height: 37rem;
    padding: 20px;
    margin: 2% 0; }
    #issues .issues-wrapper .issues-content {
      transition: background 1s;
      -webkit-transition: background 1s;
      text-align: center;
      padding: 35% 20px;
      background: rgba(0, 0, 0, 0.3);
      border: 2px solid #f5f5f5;
      min-height: 39.5rem;
      position: relative; }
      #issues .issues-wrapper .issues-content a.btn-green {
        position: absolute;
        bottom: 40px;
        width: 87%; }
      #issues .issues-wrapper .issues-content a.home-learn {
        left: 22px; }
    #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; }
  .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: .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 .3s;
    transition: color .3s; }
  #gazette a:hover {
    color: #5c8558; }
  #gazette p {
    font-size: 0.7rem;
    margin-bottom: .5rem; }
  #gazette .title-block {
    background: #5c8558;
    padding: 0.5rem; }
    #gazette .title-block h5 {
      color: #f5f5f5;
      font-size: .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: .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: .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; }

#shirt-form input.submit {
  font-size: .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.50rem;
    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 .5s linear;
  transition: opacity .5s linear; }

.sticky-surpassed {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .5s, opacity .5s linear;
  transition: visibility 0s .5s, opacity .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: .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 .5s ease-in-out;
          transition: all .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 .5s ease-in-out;
          transition: all .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 .5s ease-in-out;
          transition: all .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 .5s ease-in-out;
          transition: all .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 .5s ease-in-out;
          transition: all .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: .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: .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: .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 {
  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 .3s;
    transition: color .3s; }
  #gazette-convio a:hover {
    color: #5c8558; }
  #gazette-convio p {
    font-size: 0.7rem;
    margin-bottom: .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: .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: .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 .3s;
  transition: color .3s; }

.progress-reader .bar i {
  position: absolute;
  right: -30px;
  height: 40px;
  line-height: 40px;
  color: #e6e6e6;
  top: 0;
  -webkit-transition: color .3s;
  transition: color .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 .3s;
  transition: color .3s; }

.progress-reader-convio .bar i {
  position: absolute;
  right: -30px;
  height: 40px;
  line-height: 40px;
  color: #e6e6e6;
  top: 0;
  -webkit-transition: color .3s;
  transition: color .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; }
  #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; }

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

@media only screen and (max-width: 50em) {
  #masthead {
    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 > li:not(.menu-text) > 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 > 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; }

.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; }

.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: .5s background-color;
  transition: .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: .5s background-color;
  transition: .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: .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;
  line-height: 0.5px; }

.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: .5rem .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: .9em; }
  .reveal {
    max-width: 95%; }
  .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: .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;
      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: .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; }
  #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: .1em;
    font-size: 1.6em;
    font-weight: 700;
    display: inline-block;
    padding-left: .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: .1em;
  font-size: 1.6em;
  font-weight: 700;
  display: inline-block;
  padding-left: .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 .5s ease;
  transition: all .5s ease; }

#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: 1500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url("/wp-content/themes/trcptheme/assets/images/lwcf/lwcf_bg.jpg");
  /* #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 */ }
  @media screen and (max-width: 39.9375em) {
    #lwcf-lp {
      padding-top: 66px; } }
  #lwcf-lp .lwcf-section {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 7em; }
  #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: .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: .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 {
      background-image: url("/wp-content/themes/trcptheme/assets/images/lwcf/LWCF_Header_Top.jpg");
      max-height: 1035px;
      background-repeat: no-repeat;
      background-position: center bottom;
      -webkit-background-size: cover;
              background-size: cover;
      height: 1035px;
      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%;
      background-image: url("/wp-content/themes/trcptheme/assets/images/lwcf/LWCF_Header_Bottom.png");
      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 {
      display: table-cell;
      vertical-align: middle;
      width: 70%; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #lwcf-lp #header-lwcf .header-container-one {
          width: 100%; } }
      #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: 677px;
          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: bebas-neue-by-fontfabric, sans-serif;
            margin: 0;
            padding-top: .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;
              font-size: 4em;
              display: inline-block; }
              @media only screen and (max-width: 800px) {
                #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy h1 span.top {
                  font-size: 3em; } }
              @media only screen and (max-width: 550px) {
                #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy h1 span.top {
                  font-size: 1.8em; } }
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-copy h1 span.bottom {
              font-size: 2.5em;
              line-height: .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: table; }
          #lwcf-lp #header-lwcf .header-container-one .container-content .header-sub .copy-onx {
            width: 60%;
            display: table-cell;
            color: #fff;
            vertical-align: middle;
            text-align: right;
            padding-right: 1em; }
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-sub .copy-onx p {
              margin: 0;
              text-transform: uppercase;
              font-weight: 400;
              font-size: 1.5em;
              font-family: oswald, sans-serif; }
              @media only screen and (max-width: 550px) {
                #lwcf-lp #header-lwcf .header-container-one .container-content .header-sub .copy-onx p {
                  font-size: 1em; } }
          #lwcf-lp #header-lwcf .header-container-one .container-content .header-sub .logo-onx {
            width: 20%;
            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: 100%; }
        #lwcf-lp #header-lwcf .header-container-one .container-content .header-btn {
          text-align: right;
          padding-top: 2em; }
          @media only screen and (max-width: 800px) {
            #lwcf-lp #header-lwcf .header-container-one .container-content .header-btn {
              padding-top: 1em; } }
          #lwcf-lp #header-lwcf .header-container-one .container-content .header-btn a.lwcf-action {
            color: rgba(35, 31, 32, 0.7);
            right: 2em;
            border: #5dbb46 solid 3px;
            padding: .3em 1em .15em 1em;
            font-size: 2em;
            text-transform: uppercase;
            font-family: bebas-neue-by-fontfabric, sans-serif;
            font-weight: bold;
            background: #5dbb46; }
            @media only screen and (max-width: 550px) {
              #lwcf-lp #header-lwcf .header-container-one .container-content .header-btn a.lwcf-action {
                font-size: 1.5em; } }
          #lwcf-lp #header-lwcf .header-container-one .container-content .header-btn a.lwcf-action:hover {
            -webkit-transition: all ease-in-out .5s;
            transition: all ease-in-out .5s;
            color: #231f20;
            cursor: pointer; }
    #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 #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 .3s;
      transition: all ease-in-out .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: .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;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #lwcf-lp #section-one-lwcf .flickity-enabled.is-draggable .flickity-viewport {
      cursor: move;
      cursor: -webkit-grab;
      cursor: grab; }
    #lwcf-lp #section-one-lwcf .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
      cursor: -webkit-grabbing;
      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 .5s;
      transition: all ease-in-out .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 .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 .5s ease-in-out;
    transition: all .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: .5s;
    transition: .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: .5s;
    transition: .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 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 #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: .4em 1em .15em 1em;
        font-size: 1.4em;
        text-transform: uppercase;
        font-family: bebas-neue-by-fontfabric, sans-serif;
        font-weight: bold; }
    #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 .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 .3s ease;
        transition: background .3s ease;
        font-family: oswald, sans-serif;
        color: #fff;
        font-size: 2em;
        font-weight: 100;
        background: #5dbb46;
        line-height: 1.5em;
        padding: .1em 0em .1em .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: .4em 1em .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 .5s;
    transition: all ease-in-out .5s;
    cursor: pointer; }
  #lwcf-lp #section-six-lwcf a:hover {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .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: .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 */
/******------------------------******/
/****** #Menhaden Landing Page ******/
/************************************/
/* #region Menhaden Landing Page Start */
#menhaden-lp h2 {
  color: #9b7c3c;
  text-transform: uppercase;
  border-bottom: 3px solid #9b7c3c;
  text-align: center;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 75px;
  line-height: 1em; }

#menhaden-lp h3 {
  color: #9b7c3c;
  font-size: 48px;
  font-family: bebas-neue-by-fontfabric, sans-serif; }

#menhaden-lp p {
  font-family: old-standard, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px; }

#menhaden-lp a.btn-men {
  color: #9b7c3c;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 24px;
  padding: 10px 2em;
  border: 1px solid #9b7c3c;
  border-radius: 5px;
  margin-top: 20px; }

#menhaden-lp a.btn-men:hover {
  color: #fff;
  background-color: #9b7c3c; }

#menhaden-lp #men-header {
  background-image: url("/wp-content/themes/trcptheme/assets/images/menhaden/men-bg-header.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  padding: 200px 0 350px;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  z-index: 60;
  position: relative;
  background-position: top center; }
  #menhaden-lp #men-header h1, #menhaden-lp #men-header h2 {
    color: #fff;
    line-height: 1em; }
  #menhaden-lp #men-header h1 {
    font-family: bebas-neue-by-fontfabric, sans-serif;
    font-size: 85px;
    margin: 20px 0;
    text-transform: uppercase; }
  #menhaden-lp #men-header h2 {
    text-decoration: none;
    border: none;
    font-size: 35px;
    font-family: din-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    margin: 5px 0 30px; }
  #menhaden-lp #men-header a.btn-men {
    color: #fff;
    background-color: #9b7c3c; }
  #menhaden-lp #men-header a.btn-men:hover {
    color: #000;
    background-color: #9b7c3c; }

#menhaden-lp #men-help {
  background-image: url("/wp-content/themes/trcptheme/assets/images/menhaden/men-bg-help.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: -300px;
  padding-top: 300px;
  padding-bottom: 200px;
  z-index: 30;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0); }
  #menhaden-lp #men-help #action-form .at-form header.at-title {
    font-size: 16px;
    display: none; }
  #menhaden-lp #men-help #action-form .at h1 {
    padding-top: 20px;
    text-transform: none;
    width: 100%; }
  #menhaden-lp #men-help a.btn-men {
    color: #fff;
    background-color: #9b7c3c; }
  #menhaden-lp #men-help a.btn-men:hover {
    color: #000;
    background-color: #9b7c3c; }
  #menhaden-lp #men-help .help-call {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 2em 1em; }
  #menhaden-lp #men-help .fa-lead {
    font-size: 12px; }
  #menhaden-lp #men-help .fastaction-block {
    padding: 10px; }

#menhaden-lp #men-eco {
  background-image: url("/wp-content/themes/trcptheme/assets/images/menhaden/men-bg-school.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  margin-top: -600px;
  padding-top: 600px;
  padding-bottom: 30px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 0);
  z-index: 40;
  position: relative; }
  #menhaden-lp #men-eco p {
    color: #fff; }
  #menhaden-lp #men-eco .men-compress {
    padding: 0 200px; }

#menhaden-lp #men-prob {
  background-image: url("/wp-content/themes/trcptheme/assets/images/menhaden/men-bg-prob.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  padding-bottom: 800px;
  padding-top: 200px;
  margin-top: -200px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
  z-index: 50;
  position: relative; }
  #menhaden-lp #men-prob p {
    color: #fff;
    padding: 0 1em 1em;
    background-color: rgba(94, 170, 234, 0.7); }
  #menhaden-lp #men-prob h2 {
    border: none;
    line-height: 1.25em;
    margin-bottom: .3em;
    font-size: 3.5em; }
  #menhaden-lp #men-prob h2 span {
    border-bottom: 3px solid; }
  #menhaden-lp #men-prob img {
    padding-top: 43px; }
  #menhaden-lp #men-prob h4 {
    font-family: bebas-neue-by-fontfabric, sans-serif;
    color: #fff; }

#menhaden-lp #men-others {
  background-image: url("/wp-content/themes/trcptheme/assets/images/menhaden/men-bg-others.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: -300px;
  padding-top: 300px;
  padding-bottom: 200px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 0);
  z-index: 20;
  position: relative; }
  #menhaden-lp #men-others h4 {
    font-family: old-standard, serif; }
  #menhaden-lp #men-others #men-others-right {
    padding: 0 80px; }
    #menhaden-lp #men-others #men-others-right p {
      text-align: left;
      color: #fff;
      font-style: italic;
      font-size: 14px; }
    #menhaden-lp #men-others #men-others-right a {
      color: #9b7c3c;
      text-decoration: underline; }
    #menhaden-lp #men-others #men-others-right a:hover {
      color: #fff; }
    #menhaden-lp #men-others #men-others-right p.men-news-link {
      font-size: 20px; }
  #menhaden-lp #men-others .article-featured-title a {
    color: #9b7c3c;
    text-align: left; }
  #menhaden-lp #men-others .article-featured-title a:hover {
    color: #fff; }

#menhaden-lp #men-partners {
  background-image: url("/wp-content/themes/trcptheme/assets/images/menhaden/men-bg-partner.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  margin-top: -300px;
  padding-top: 300px;
  padding-bottom: 200px; }

@media screen and (max-width: 39.9375em) {
  #menhaden-lp #men-header {
    background-image: url("/wp-content/themes/trcptheme/assets/images/menhaden/men-bg-header-mobile.jpg"); }
    #menhaden-lp #men-header h1 {
      font-size: 30px; }
    #menhaden-lp #men-header h2 {
      font-size: 20px; }
    #menhaden-lp #men-header a {
      font-size: 16px; }
  #menhaden-lp h2 {
    font-size: 3.5em; }
  #menhaden-lp #men-prob {
    padding-bottom: 200px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  #menhaden-lp #men-eco .men-compress {
    padding: 0; } }

/* 
 *  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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* 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 {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  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 .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .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 .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .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: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .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;
  -moz-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 */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  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"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none; }

.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: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Navigation breakpoints */
/* Mobile menu */
.off-canvas > 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 > li:not(.menu-text) > 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 > a::after {
  border: 0; }

.top-bar .dropdown.menu:first-child >
li.is-dropdown-submenu-parent >
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; }
    #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; }

.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 {
  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; }

#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 {
    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; }

#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 */
