@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
*/
.excerpt > a:after, .excerpt:after, .ra-archive .results:after, .ra-archive .main-content .arch-inner:after, .ra-archive:after, #footer-container .sub-footer:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important;
  bottom: 0;
  top: auto;
}

html.wolfe-site {
  margin-top: 0 !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.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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: "camptonregular", Helvetica, Roboto, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background: #ffffff;
  -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, .gallery.gallery-columns-5 .row.collapse > .gallery-item, .gallery.gallery-columns-6 .row.collapse > .gallery-item, .gallery.gallery-columns-7 .row.collapse > .gallery-item, .gallery.gallery-columns-8 .row.collapse > .gallery-item, .gallery.gallery-columns-9 .row.collapse > .gallery-item, .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, .gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-9 .gallery-item, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .column, .gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-9 .gallery-item, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .gallery.gallery-columns-5 .gallery-item:last-child:not(:first-child), .gallery.gallery-columns-6 .gallery-item:last-child:not(:first-child), .gallery.gallery-columns-7 .gallery-item:last-child:not(:first-child), .gallery.gallery-columns-8 .gallery-item:last-child:not(:first-child), .gallery.gallery-columns-9 .gallery-item:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .gallery.gallery-columns-5 .end.gallery-item:last-child:last-child, .gallery.gallery-columns-6 .end.gallery-item:last-child:last-child, .gallery.gallery-columns-7 .end.gallery-item:last-child:last-child, .gallery.gallery-columns-8 .end.gallery-item:last-child:last-child, .gallery.gallery-columns-9 .end.gallery-item:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .gallery.gallery-columns-5 .row.row.gallery-item, .gallery.gallery-columns-6 .row.row.gallery-item, .gallery.gallery-columns-7 .row.row.gallery-item, .gallery.gallery-columns-8 .row.row.gallery-item, .gallery.gallery-columns-9 .row.row.gallery-item, .row.row.columns {
  float: none;
}
.row .column.row.row, .row .gallery.gallery-columns-5 .row.row.gallery-item, .gallery.gallery-columns-5 .row .row.row.gallery-item, .row .gallery.gallery-columns-6 .row.row.gallery-item, .gallery.gallery-columns-6 .row .row.row.gallery-item, .row .gallery.gallery-columns-7 .row.row.gallery-item, .gallery.gallery-columns-7 .row .row.row.gallery-item, .row .gallery.gallery-columns-8 .row.row.gallery-item, .gallery.gallery-columns-8 .row .row.row.gallery-item, .row .gallery.gallery-columns-9 .row.row.gallery-item, .gallery.gallery-columns-9 .row .row.row.gallery-item, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .gallery.gallery-columns-5 .small-up-1 > .gallery-item, .gallery.gallery-columns-6 .small-up-1 > .gallery-item, .gallery.gallery-columns-7 .small-up-1 > .gallery-item, .gallery.gallery-columns-8 .small-up-1 > .gallery-item, .gallery.gallery-columns-9 .small-up-1 > .gallery-item, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .small-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .small-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .small-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .small-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .small-up-1 > .gallery-item:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .gallery.gallery-columns-5 .small-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-6 .small-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-7 .small-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-8 .small-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-9 .small-up-1 > .gallery-item:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .gallery.gallery-columns-5 .small-up-1 > .gallery-item:last-child, .gallery.gallery-columns-6 .small-up-1 > .gallery-item:last-child, .gallery.gallery-columns-7 .small-up-1 > .gallery-item:last-child, .gallery.gallery-columns-8 .small-up-1 > .gallery-item:last-child, .gallery.gallery-columns-9 .small-up-1 > .gallery-item:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

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

.small-up-3 > .column, .gallery.gallery-columns-5 .small-up-3 > .gallery-item, .gallery.gallery-columns-6 .small-up-3 > .gallery-item, .gallery.gallery-columns-7 .small-up-3 > .gallery-item, .gallery.gallery-columns-8 .small-up-3 > .gallery-item, .gallery.gallery-columns-9 .small-up-3 > .gallery-item, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .small-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .small-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .small-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .small-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .small-up-3 > .gallery-item:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .gallery.gallery-columns-5 .small-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-6 .small-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-7 .small-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-8 .small-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-9 .small-up-3 > .gallery-item:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .gallery.gallery-columns-5 .small-up-3 > .gallery-item:last-child, .gallery.gallery-columns-6 .small-up-3 > .gallery-item:last-child, .gallery.gallery-columns-7 .small-up-3 > .gallery-item:last-child, .gallery.gallery-columns-8 .small-up-3 > .gallery-item:last-child, .gallery.gallery-columns-9 .small-up-3 > .gallery-item:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

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

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

.small-up-6 > .column, .gallery.gallery-columns-5 .small-up-6 > .gallery-item, .gallery.gallery-columns-6 .small-up-6 > .gallery-item, .gallery.gallery-columns-7 .small-up-6 > .gallery-item, .gallery.gallery-columns-8 .small-up-6 > .gallery-item, .gallery.gallery-columns-9 .small-up-6 > .gallery-item, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .small-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .small-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .small-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .small-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .small-up-6 > .gallery-item:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .gallery.gallery-columns-5 .small-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-6 .small-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-7 .small-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-8 .small-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-9 .small-up-6 > .gallery-item:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .gallery.gallery-columns-5 .small-up-6 > .gallery-item:last-child, .gallery.gallery-columns-6 .small-up-6 > .gallery-item:last-child, .gallery.gallery-columns-7 .small-up-6 > .gallery-item:last-child, .gallery.gallery-columns-8 .small-up-6 > .gallery-item:last-child, .gallery.gallery-columns-9 .small-up-6 > .gallery-item:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .gallery.gallery-columns-5 .small-up-7 > .gallery-item, .gallery.gallery-columns-6 .small-up-7 > .gallery-item, .gallery.gallery-columns-7 .small-up-7 > .gallery-item, .gallery.gallery-columns-8 .small-up-7 > .gallery-item, .gallery.gallery-columns-9 .small-up-7 > .gallery-item, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .small-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .small-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .small-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .small-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .small-up-7 > .gallery-item:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .gallery.gallery-columns-5 .small-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-6 .small-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-7 .small-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-8 .small-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-9 .small-up-7 > .gallery-item:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .gallery.gallery-columns-5 .small-up-7 > .gallery-item:last-child, .gallery.gallery-columns-6 .small-up-7 > .gallery-item:last-child, .gallery.gallery-columns-7 .small-up-7 > .gallery-item:last-child, .gallery.gallery-columns-8 .small-up-7 > .gallery-item:last-child, .gallery.gallery-columns-9 .small-up-7 > .gallery-item:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

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

.small-collapse > .column, .gallery.gallery-columns-5 .small-collapse > .gallery-item, .gallery.gallery-columns-6 .small-collapse > .gallery-item, .gallery.gallery-columns-7 .small-collapse > .gallery-item, .gallery.gallery-columns-8 .small-collapse > .gallery-item, .gallery.gallery-columns-9 .small-collapse > .gallery-item, .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, .gallery.gallery-columns-5 .small-uncollapse > .gallery-item, .gallery.gallery-columns-6 .small-uncollapse > .gallery-item, .gallery.gallery-columns-7 .small-uncollapse > .gallery-item, .gallery.gallery-columns-8 .small-uncollapse > .gallery-item, .gallery.gallery-columns-9 .small-uncollapse > .gallery-item, .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.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    width: 25%;
  }

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

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

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    width: 50%;
  }

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

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

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    width: 75%;
  }

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

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

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 > .column, .gallery.gallery-columns-5 .medium-up-1 > .gallery-item, .gallery.gallery-columns-6 .medium-up-1 > .gallery-item, .gallery.gallery-columns-7 .medium-up-1 > .gallery-item, .gallery.gallery-columns-8 .medium-up-1 > .gallery-item, .gallery.gallery-columns-9 .medium-up-1 > .gallery-item, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .medium-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .medium-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .medium-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .medium-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .medium-up-1 > .gallery-item:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .gallery.gallery-columns-5 .medium-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-6 .medium-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-7 .medium-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-8 .medium-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-9 .medium-up-1 > .gallery-item:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .gallery.gallery-columns-5 .medium-up-1 > .gallery-item:last-child, .gallery.gallery-columns-6 .medium-up-1 > .gallery-item:last-child, .gallery.gallery-columns-7 .medium-up-1 > .gallery-item:last-child, .gallery.gallery-columns-8 .medium-up-1 > .gallery-item:last-child, .gallery.gallery-columns-9 .medium-up-1 > .gallery-item:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .gallery.gallery-columns-5 .medium-up-2 > .gallery-item, .gallery.gallery-columns-6 .medium-up-2 > .gallery-item, .gallery.gallery-columns-7 .medium-up-2 > .gallery-item, .gallery.gallery-columns-8 .medium-up-2 > .gallery-item, .gallery.gallery-columns-9 .medium-up-2 > .gallery-item, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .medium-up-2 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .medium-up-2 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .medium-up-2 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .medium-up-2 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .medium-up-2 > .gallery-item:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .gallery.gallery-columns-5 .medium-up-2 > .gallery-item:nth-of-type(2n+1), .gallery.gallery-columns-6 .medium-up-2 > .gallery-item:nth-of-type(2n+1), .gallery.gallery-columns-7 .medium-up-2 > .gallery-item:nth-of-type(2n+1), .gallery.gallery-columns-8 .medium-up-2 > .gallery-item:nth-of-type(2n+1), .gallery.gallery-columns-9 .medium-up-2 > .gallery-item:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .gallery.gallery-columns-5 .medium-up-2 > .gallery-item:last-child, .gallery.gallery-columns-6 .medium-up-2 > .gallery-item:last-child, .gallery.gallery-columns-7 .medium-up-2 > .gallery-item:last-child, .gallery.gallery-columns-8 .medium-up-2 > .gallery-item:last-child, .gallery.gallery-columns-9 .medium-up-2 > .gallery-item:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .gallery.gallery-columns-5 .medium-up-3 > .gallery-item, .gallery.gallery-columns-6 .medium-up-3 > .gallery-item, .gallery.gallery-columns-7 .medium-up-3 > .gallery-item, .gallery.gallery-columns-8 .medium-up-3 > .gallery-item, .gallery.gallery-columns-9 .medium-up-3 > .gallery-item, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .medium-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .medium-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .medium-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .medium-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .medium-up-3 > .gallery-item:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .gallery.gallery-columns-5 .medium-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-6 .medium-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-7 .medium-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-8 .medium-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-9 .medium-up-3 > .gallery-item:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .gallery.gallery-columns-5 .medium-up-3 > .gallery-item:last-child, .gallery.gallery-columns-6 .medium-up-3 > .gallery-item:last-child, .gallery.gallery-columns-7 .medium-up-3 > .gallery-item:last-child, .gallery.gallery-columns-8 .medium-up-3 > .gallery-item:last-child, .gallery.gallery-columns-9 .medium-up-3 > .gallery-item:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .gallery.gallery-columns-5 .medium-up-4 > .gallery-item, .gallery.gallery-columns-6 .medium-up-4 > .gallery-item, .gallery.gallery-columns-7 .medium-up-4 > .gallery-item, .gallery.gallery-columns-8 .medium-up-4 > .gallery-item, .gallery.gallery-columns-9 .medium-up-4 > .gallery-item, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .medium-up-4 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .medium-up-4 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .medium-up-4 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .medium-up-4 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .medium-up-4 > .gallery-item:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .gallery.gallery-columns-5 .medium-up-4 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 .medium-up-4 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 .medium-up-4 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 .medium-up-4 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 .medium-up-4 > .gallery-item:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .gallery.gallery-columns-5 .medium-up-4 > .gallery-item:last-child, .gallery.gallery-columns-6 .medium-up-4 > .gallery-item:last-child, .gallery.gallery-columns-7 .medium-up-4 > .gallery-item:last-child, .gallery.gallery-columns-8 .medium-up-4 > .gallery-item:last-child, .gallery.gallery-columns-9 .medium-up-4 > .gallery-item:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .gallery.gallery-columns-5 .medium-up-5 > .gallery-item, .gallery.gallery-columns-6 .medium-up-5 > .gallery-item, .gallery.gallery-columns-7 .medium-up-5 > .gallery-item, .gallery.gallery-columns-8 .medium-up-5 > .gallery-item, .gallery.gallery-columns-9 .medium-up-5 > .gallery-item, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .medium-up-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .medium-up-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .medium-up-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .medium-up-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .medium-up-5 > .gallery-item:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .gallery.gallery-columns-5 .medium-up-5 > .gallery-item:nth-of-type(5n+1), .gallery.gallery-columns-6 .medium-up-5 > .gallery-item:nth-of-type(5n+1), .gallery.gallery-columns-7 .medium-up-5 > .gallery-item:nth-of-type(5n+1), .gallery.gallery-columns-8 .medium-up-5 > .gallery-item:nth-of-type(5n+1), .gallery.gallery-columns-9 .medium-up-5 > .gallery-item:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .gallery.gallery-columns-5 .medium-up-5 > .gallery-item:last-child, .gallery.gallery-columns-6 .medium-up-5 > .gallery-item:last-child, .gallery.gallery-columns-7 .medium-up-5 > .gallery-item:last-child, .gallery.gallery-columns-8 .medium-up-5 > .gallery-item:last-child, .gallery.gallery-columns-9 .medium-up-5 > .gallery-item:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .gallery.gallery-columns-5 .medium-up-6 > .gallery-item, .gallery.gallery-columns-6 .medium-up-6 > .gallery-item, .gallery.gallery-columns-7 .medium-up-6 > .gallery-item, .gallery.gallery-columns-8 .medium-up-6 > .gallery-item, .gallery.gallery-columns-9 .medium-up-6 > .gallery-item, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .medium-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .medium-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .medium-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .medium-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .medium-up-6 > .gallery-item:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .gallery.gallery-columns-5 .medium-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-6 .medium-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-7 .medium-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-8 .medium-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-9 .medium-up-6 > .gallery-item:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .gallery.gallery-columns-5 .medium-up-6 > .gallery-item:last-child, .gallery.gallery-columns-6 .medium-up-6 > .gallery-item:last-child, .gallery.gallery-columns-7 .medium-up-6 > .gallery-item:last-child, .gallery.gallery-columns-8 .medium-up-6 > .gallery-item:last-child, .gallery.gallery-columns-9 .medium-up-6 > .gallery-item:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .gallery.gallery-columns-5 .medium-up-7 > .gallery-item, .gallery.gallery-columns-6 .medium-up-7 > .gallery-item, .gallery.gallery-columns-7 .medium-up-7 > .gallery-item, .gallery.gallery-columns-8 .medium-up-7 > .gallery-item, .gallery.gallery-columns-9 .medium-up-7 > .gallery-item, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .medium-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .medium-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .medium-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .medium-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .medium-up-7 > .gallery-item:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .gallery.gallery-columns-5 .medium-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-6 .medium-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-7 .medium-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-8 .medium-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-9 .medium-up-7 > .gallery-item:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .gallery.gallery-columns-5 .medium-up-7 > .gallery-item:last-child, .gallery.gallery-columns-6 .medium-up-7 > .gallery-item:last-child, .gallery.gallery-columns-7 .medium-up-7 > .gallery-item:last-child, .gallery.gallery-columns-8 .medium-up-7 > .gallery-item:last-child, .gallery.gallery-columns-9 .medium-up-7 > .gallery-item:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .gallery.gallery-columns-5 .medium-up-8 > .gallery-item, .gallery.gallery-columns-6 .medium-up-8 > .gallery-item, .gallery.gallery-columns-7 .medium-up-8 > .gallery-item, .gallery.gallery-columns-8 .medium-up-8 > .gallery-item, .gallery.gallery-columns-9 .medium-up-8 > .gallery-item, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .medium-up-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .medium-up-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .medium-up-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .medium-up-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .medium-up-8 > .gallery-item:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .gallery.gallery-columns-5 .medium-up-8 > .gallery-item:nth-of-type(8n+1), .gallery.gallery-columns-6 .medium-up-8 > .gallery-item:nth-of-type(8n+1), .gallery.gallery-columns-7 .medium-up-8 > .gallery-item:nth-of-type(8n+1), .gallery.gallery-columns-8 .medium-up-8 > .gallery-item:nth-of-type(8n+1), .gallery.gallery-columns-9 .medium-up-8 > .gallery-item:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .gallery.gallery-columns-5 .medium-up-8 > .gallery-item:last-child, .gallery.gallery-columns-6 .medium-up-8 > .gallery-item:last-child, .gallery.gallery-columns-7 .medium-up-8 > .gallery-item:last-child, .gallery.gallery-columns-8 .medium-up-8 > .gallery-item:last-child, .gallery.gallery-columns-9 .medium-up-8 > .gallery-item:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .gallery.gallery-columns-5 .medium-collapse > .gallery-item, .gallery.gallery-columns-6 .medium-collapse > .gallery-item, .gallery.gallery-columns-7 .medium-collapse > .gallery-item, .gallery.gallery-columns-8 .medium-collapse > .gallery-item, .gallery.gallery-columns-9 .medium-collapse > .gallery-item, .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, .gallery.gallery-columns-5 .medium-uncollapse > .gallery-item, .gallery.gallery-columns-6 .medium-uncollapse > .gallery-item, .gallery.gallery-columns-7 .medium-uncollapse > .gallery-item, .gallery.gallery-columns-8 .medium-uncollapse > .gallery-item, .gallery.gallery-columns-9 .medium-uncollapse > .gallery-item, .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.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    width: 25%;
  }

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

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

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    width: 50%;
  }

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

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

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    width: 75%;
  }

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

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

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 > .column, .gallery.gallery-columns-5 .large-up-1 > .gallery-item, .gallery.gallery-columns-6 .large-up-1 > .gallery-item, .gallery.gallery-columns-7 .large-up-1 > .gallery-item, .gallery.gallery-columns-8 .large-up-1 > .gallery-item, .gallery.gallery-columns-9 .large-up-1 > .gallery-item, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .large-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .large-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .large-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .large-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .large-up-1 > .gallery-item:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .gallery.gallery-columns-5 .large-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-6 .large-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-7 .large-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-8 .large-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-9 .large-up-1 > .gallery-item:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .gallery.gallery-columns-5 .large-up-1 > .gallery-item:last-child, .gallery.gallery-columns-6 .large-up-1 > .gallery-item:last-child, .gallery.gallery-columns-7 .large-up-1 > .gallery-item:last-child, .gallery.gallery-columns-8 .large-up-1 > .gallery-item:last-child, .gallery.gallery-columns-9 .large-up-1 > .gallery-item:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .gallery.gallery-columns-5 .large-up-2 > .gallery-item, .gallery.gallery-columns-6 .large-up-2 > .gallery-item, .gallery.gallery-columns-7 .large-up-2 > .gallery-item, .gallery.gallery-columns-8 .large-up-2 > .gallery-item, .gallery.gallery-columns-9 .large-up-2 > .gallery-item, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .large-up-2 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .large-up-2 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .large-up-2 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .large-up-2 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .large-up-2 > .gallery-item:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .gallery.gallery-columns-5 .large-up-2 > .gallery-item:nth-of-type(2n+1), .gallery.gallery-columns-6 .large-up-2 > .gallery-item:nth-of-type(2n+1), .gallery.gallery-columns-7 .large-up-2 > .gallery-item:nth-of-type(2n+1), .gallery.gallery-columns-8 .large-up-2 > .gallery-item:nth-of-type(2n+1), .gallery.gallery-columns-9 .large-up-2 > .gallery-item:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .gallery.gallery-columns-5 .large-up-2 > .gallery-item:last-child, .gallery.gallery-columns-6 .large-up-2 > .gallery-item:last-child, .gallery.gallery-columns-7 .large-up-2 > .gallery-item:last-child, .gallery.gallery-columns-8 .large-up-2 > .gallery-item:last-child, .gallery.gallery-columns-9 .large-up-2 > .gallery-item:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .gallery.gallery-columns-5 .large-up-3 > .gallery-item, .gallery.gallery-columns-6 .large-up-3 > .gallery-item, .gallery.gallery-columns-7 .large-up-3 > .gallery-item, .gallery.gallery-columns-8 .large-up-3 > .gallery-item, .gallery.gallery-columns-9 .large-up-3 > .gallery-item, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .large-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .large-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .large-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .large-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .large-up-3 > .gallery-item:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .gallery.gallery-columns-5 .large-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-6 .large-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-7 .large-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-8 .large-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-9 .large-up-3 > .gallery-item:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .gallery.gallery-columns-5 .large-up-3 > .gallery-item:last-child, .gallery.gallery-columns-6 .large-up-3 > .gallery-item:last-child, .gallery.gallery-columns-7 .large-up-3 > .gallery-item:last-child, .gallery.gallery-columns-8 .large-up-3 > .gallery-item:last-child, .gallery.gallery-columns-9 .large-up-3 > .gallery-item:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .gallery.gallery-columns-5 .large-up-4 > .gallery-item, .gallery.gallery-columns-6 .large-up-4 > .gallery-item, .gallery.gallery-columns-7 .large-up-4 > .gallery-item, .gallery.gallery-columns-8 .large-up-4 > .gallery-item, .gallery.gallery-columns-9 .large-up-4 > .gallery-item, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .large-up-4 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .large-up-4 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .large-up-4 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .large-up-4 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .large-up-4 > .gallery-item:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .gallery.gallery-columns-5 .large-up-4 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 .large-up-4 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 .large-up-4 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 .large-up-4 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 .large-up-4 > .gallery-item:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .gallery.gallery-columns-5 .large-up-4 > .gallery-item:last-child, .gallery.gallery-columns-6 .large-up-4 > .gallery-item:last-child, .gallery.gallery-columns-7 .large-up-4 > .gallery-item:last-child, .gallery.gallery-columns-8 .large-up-4 > .gallery-item:last-child, .gallery.gallery-columns-9 .large-up-4 > .gallery-item:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .gallery.gallery-columns-5 .large-up-5 > .gallery-item, .gallery.gallery-columns-6 .large-up-5 > .gallery-item, .gallery.gallery-columns-7 .large-up-5 > .gallery-item, .gallery.gallery-columns-8 .large-up-5 > .gallery-item, .gallery.gallery-columns-9 .large-up-5 > .gallery-item, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .large-up-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .large-up-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .large-up-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .large-up-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .large-up-5 > .gallery-item:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .gallery.gallery-columns-5 .large-up-5 > .gallery-item:nth-of-type(5n+1), .gallery.gallery-columns-6 .large-up-5 > .gallery-item:nth-of-type(5n+1), .gallery.gallery-columns-7 .large-up-5 > .gallery-item:nth-of-type(5n+1), .gallery.gallery-columns-8 .large-up-5 > .gallery-item:nth-of-type(5n+1), .gallery.gallery-columns-9 .large-up-5 > .gallery-item:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .gallery.gallery-columns-5 .large-up-5 > .gallery-item:last-child, .gallery.gallery-columns-6 .large-up-5 > .gallery-item:last-child, .gallery.gallery-columns-7 .large-up-5 > .gallery-item:last-child, .gallery.gallery-columns-8 .large-up-5 > .gallery-item:last-child, .gallery.gallery-columns-9 .large-up-5 > .gallery-item:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .gallery.gallery-columns-5 .large-up-6 > .gallery-item, .gallery.gallery-columns-6 .large-up-6 > .gallery-item, .gallery.gallery-columns-7 .large-up-6 > .gallery-item, .gallery.gallery-columns-8 .large-up-6 > .gallery-item, .gallery.gallery-columns-9 .large-up-6 > .gallery-item, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .large-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .large-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .large-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .large-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .large-up-6 > .gallery-item:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .gallery.gallery-columns-5 .large-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-6 .large-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-7 .large-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-8 .large-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-9 .large-up-6 > .gallery-item:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .gallery.gallery-columns-5 .large-up-6 > .gallery-item:last-child, .gallery.gallery-columns-6 .large-up-6 > .gallery-item:last-child, .gallery.gallery-columns-7 .large-up-6 > .gallery-item:last-child, .gallery.gallery-columns-8 .large-up-6 > .gallery-item:last-child, .gallery.gallery-columns-9 .large-up-6 > .gallery-item:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .gallery.gallery-columns-5 .large-up-7 > .gallery-item, .gallery.gallery-columns-6 .large-up-7 > .gallery-item, .gallery.gallery-columns-7 .large-up-7 > .gallery-item, .gallery.gallery-columns-8 .large-up-7 > .gallery-item, .gallery.gallery-columns-9 .large-up-7 > .gallery-item, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .large-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .large-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .large-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .large-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .large-up-7 > .gallery-item:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .gallery.gallery-columns-5 .large-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-6 .large-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-7 .large-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-8 .large-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-9 .large-up-7 > .gallery-item:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .gallery.gallery-columns-5 .large-up-7 > .gallery-item:last-child, .gallery.gallery-columns-6 .large-up-7 > .gallery-item:last-child, .gallery.gallery-columns-7 .large-up-7 > .gallery-item:last-child, .gallery.gallery-columns-8 .large-up-7 > .gallery-item:last-child, .gallery.gallery-columns-9 .large-up-7 > .gallery-item:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .gallery.gallery-columns-5 .large-up-8 > .gallery-item, .gallery.gallery-columns-6 .large-up-8 > .gallery-item, .gallery.gallery-columns-7 .large-up-8 > .gallery-item, .gallery.gallery-columns-8 .large-up-8 > .gallery-item, .gallery.gallery-columns-9 .large-up-8 > .gallery-item, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .large-up-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .large-up-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .large-up-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .large-up-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .large-up-8 > .gallery-item:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .gallery.gallery-columns-5 .large-up-8 > .gallery-item:nth-of-type(8n+1), .gallery.gallery-columns-6 .large-up-8 > .gallery-item:nth-of-type(8n+1), .gallery.gallery-columns-7 .large-up-8 > .gallery-item:nth-of-type(8n+1), .gallery.gallery-columns-8 .large-up-8 > .gallery-item:nth-of-type(8n+1), .gallery.gallery-columns-9 .large-up-8 > .gallery-item:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .gallery.gallery-columns-5 .large-up-8 > .gallery-item:last-child, .gallery.gallery-columns-6 .large-up-8 > .gallery-item:last-child, .gallery.gallery-columns-7 .large-up-8 > .gallery-item:last-child, .gallery.gallery-columns-8 .large-up-8 > .gallery-item:last-child, .gallery.gallery-columns-9 .large-up-8 > .gallery-item:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .gallery.gallery-columns-5 .large-collapse > .gallery-item, .gallery.gallery-columns-6 .large-collapse > .gallery-item, .gallery.gallery-columns-7 .large-collapse > .gallery-item, .gallery.gallery-columns-8 .large-collapse > .gallery-item, .gallery.gallery-columns-9 .large-collapse > .gallery-item, .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, .gallery.gallery-columns-5 .large-uncollapse > .gallery-item, .gallery.gallery-columns-6 .large-uncollapse > .gallery-item, .gallery.gallery-columns-7 .large-uncollapse > .gallery-item, .gallery.gallery-columns-8 .large-uncollapse > .gallery-item, .gallery.gallery-columns-9 .large-uncollapse > .gallery-item, .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: 700;
  line-height: inherit;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "camptonregular", Helvetica, Roboto, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  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: #cccccc;
  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: 3rem;
  }

  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: #fbae40;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #fa9c15;
}
a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cccccc;
  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, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

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

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

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #000000;
  background-color: #ebebeb;
  border: 1px solid #cccccc;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #ebebeb;
  color: #000000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  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, input[type=submit], input.download.outline[type=submit], a.download, a.download.outline, a.outline.download, .button.download.outline, a.download.outline, a.outline.download, a.download.outline, a.outline.download, .gform_wrapper .gform_footer input[type=submit] {
  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: #fbae40;
  color: #fff;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] input[type=submit], [data-whatinput=mouse] input.download.outline[type=submit], [data-whatinput=mouse] a.download, [data-whatinput=mouse] a.download.outline, [data-whatinput=mouse] .button.download.outline, [data-whatinput=mouse] .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer [data-whatinput=mouse] input[type=submit] {
  outline: 0;
}
.button:hover, input[type=submit]:hover, input.download.outline[type=submit]:hover, a.download:hover, a.download.outline:hover, .button.download.outline:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .button:focus, input[type=submit]:focus, input.download.outline[type=submit]:focus, a.download:focus, a.download.outline:focus, .button.download.outline:focus, .gform_wrapper .gform_footer input[type=submit]:focus {
  background-color: #fa9a12;
  color: #fff;
}
.button.tiny, input.tiny[type=submit], input.tiny.download.outline[type=submit], a.tiny.download, a.tiny.download.outline, .tiny.button.download.outline, .gform_wrapper .gform_footer input.tiny[type=submit] {
  font-size: 0.6rem;
}
.button.small, input.small[type=submit], input.small.download.outline[type=submit], a.small.download, a.small.download.outline, .small.button.download.outline, .gform_wrapper .gform_footer input.small[type=submit] {
  font-size: 0.75rem;
}
.button.large, input.large[type=submit], input.large.download.outline[type=submit], a.large.download, a.large.download.outline, .large.button.download.outline, .gform_wrapper .gform_footer input.large[type=submit] {
  font-size: 1.25rem;
}
.button.expanded, input.expanded[type=submit], input.expanded.download.outline[type=submit], a.expanded.download, a.expanded.download.outline, .expanded.button.download.outline, .gform_wrapper .gform_footer input.expanded[type=submit] {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary, input.primary[type=submit], input.primary.download.outline[type=submit], a.primary.download, a.primary.download.outline, .primary.button.download.outline, .gform_wrapper .gform_footer input.primary[type=submit] {
  background-color: #fbae40;
  color: #000;
}
.button.primary:hover, input.primary[type=submit]:hover, a.primary.download:hover, .button.primary:focus, input.primary[type=submit]:focus, a.primary.download:focus {
  background-color: #f79305;
  color: #000;
}
.button.secondary, input.secondary[type=submit], input.secondary.download.outline[type=submit], a.secondary.download, a.secondary.download.outline, .secondary.button.download.outline, .gform_wrapper .gform_footer input.secondary[type=submit] {
  background-color: #333333;
  color: #fff;
}
.button.secondary:hover, input.secondary[type=submit]:hover, a.secondary.download:hover, .button.secondary:focus, input.secondary[type=submit]:focus, a.secondary.download:focus {
  background-color: #292929;
  color: #fff;
}
.button.success, input.success[type=submit], input.success.download.outline[type=submit], a.success.download, a.success.download.outline, .success.button.download.outline, .gform_wrapper .gform_footer input.success[type=submit] {
  background-color: #3adb76;
  color: #fff;
}
.button.success:hover, input.success[type=submit]:hover, a.success.download:hover, .button.success:focus, input.success[type=submit]:focus, a.success.download:focus {
  background-color: #22bb5b;
  color: #fff;
}
.button.warning, input.warning[type=submit], input.warning.download.outline[type=submit], a.warning.download, a.warning.download.outline, .warning.button.download.outline, .gform_wrapper .gform_footer input.warning[type=submit] {
  background-color: #ffae00;
  color: #fff;
}
.button.warning:hover, input.warning[type=submit]:hover, a.warning.download:hover, .button.warning:focus, input.warning[type=submit]:focus, a.warning.download:focus {
  background-color: #cc8b00;
  color: #fff;
}
.button.alert, input.alert[type=submit], input.alert.download.outline[type=submit], a.alert.download, a.alert.download.outline, .alert.button.download.outline, .gform_wrapper .gform_footer input.alert[type=submit] {
  background-color: #ec5840;
  color: #fff;
}
.button.alert:hover, input.alert[type=submit]:hover, a.alert.download:hover, .button.alert:focus, input.alert[type=submit]:focus, a.alert.download:focus {
  background-color: #da3116;
  color: #fff;
}
.button.hollow, input.hollow[type=submit], input.hollow.download.outline[type=submit], a.hollow.download, a.hollow.download.outline, .hollow.button.download.outline, .gform_wrapper .gform_footer input.hollow[type=submit] {
  border: 1px solid #fbae40;
  color: #fbae40;
}
.button.hollow, input.hollow[type=submit], input.hollow.download.outline[type=submit], a.hollow.download, a.hollow.download.outline, .hollow.button.download.outline, .gform_wrapper .gform_footer input.hollow[type=submit], .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, input.hollow[type=submit]:hover, a.hollow.download:hover, .button.hollow:focus, input.hollow[type=submit]:focus, a.hollow.download:focus {
  border-color: #9a5c03;
  color: #9a5c03;
}
.button.hollow.primary, input.hollow.primary[type=submit], a.hollow.primary.download {
  border: 1px solid #fbae40;
  color: #fbae40;
}
.button.hollow.primary:hover, input.hollow.primary[type=submit]:hover, a.hollow.primary.download:hover, .button.hollow.primary:focus, input.hollow.primary[type=submit]:focus, a.hollow.primary.download:focus {
  border-color: #9a5c03;
  color: #9a5c03;
}
.button.hollow.secondary, input.hollow.secondary[type=submit], a.hollow.secondary.download {
  border: 1px solid #333333;
  color: #333333;
}
.button.hollow.secondary:hover, input.hollow.secondary[type=submit]:hover, a.hollow.secondary.download:hover, .button.hollow.secondary:focus, input.hollow.secondary[type=submit]:focus, a.hollow.secondary.download:focus {
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.button.hollow.success, input.hollow.success[type=submit], a.hollow.success.download {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, input.hollow.success[type=submit]:hover, a.hollow.success.download:hover, .button.hollow.success:focus, input.hollow.success[type=submit]:focus, a.hollow.success.download:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, input.hollow.warning[type=submit], a.hollow.warning.download {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, input.hollow.warning[type=submit]:hover, a.hollow.warning.download:hover, .button.hollow.warning:focus, input.hollow.warning[type=submit]:focus, a.hollow.warning.download:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, input.hollow.alert[type=submit], a.hollow.alert.download {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, input.hollow.alert[type=submit]:hover, a.hollow.alert.download:hover, .button.hollow.alert:focus, input.hollow.alert[type=submit]:focus, a.hollow.alert.download:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button.disabled, input.disabled[type=submit], input.disabled.download.outline[type=submit], a.disabled.download, a.disabled.download.outline, .disabled.button.download.outline, .gform_wrapper .gform_footer input.disabled[type=submit], .button[disabled], input[disabled][type=submit], input[disabled].download.outline[type=submit], a[disabled].download, a[disabled].download.outline, [disabled].button.download.outline, .gform_wrapper .gform_footer input[disabled][type=submit] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, input.disabled[type=submit]:hover, a.disabled.download:hover, .button.disabled:focus, input.disabled[type=submit]:focus, a.disabled.download:focus, .button[disabled]:hover, input[disabled][type=submit]:hover, a[disabled].download:hover, .button[disabled]:focus, input[disabled][type=submit]:focus, a[disabled].download:focus {
  background-color: #fbae40;
  color: #fff;
}
.button.dropdown::after, input.dropdown[type=submit]::after, input.dropdown.download.outline[type=submit]::after, a.dropdown.download::after, a.dropdown.download.outline::after, .dropdown.button.download.outline::after, .gform_wrapper .gform_footer input.dropdown[type=submit]::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #ffffff 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, input.arrow-only[type=submit]::after, input.arrow-only.download.outline[type=submit]::after, a.arrow-only.download::after, a.arrow-only.download.outline::after, .arrow-only.button.download.outline::after, .gform_wrapper .gform_footer input.arrow-only[type=submit]::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 #cccccc;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 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: #ffffff;
  outline: none;
  -webkit-box-shadow: 0 0 5px #cccccc;
          box-shadow: 0 0 5px #cccccc;
  -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: #cccccc;
}

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

input::placeholder,
textarea::placeholder {
  color: #cccccc;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #ebebeb;
  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: 400;
  line-height: 1.8;
  color: #000000;
}
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-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #ebebeb;
  color: #000000;
  border: 1px solid #cccccc;
  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 #cccccc;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: #ffffff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cccccc;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000000;
  background-color: #ffffff;
  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: #ebebeb;
  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: 700;
  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: #ebebeb;
}
input[type=range]::-webkit-slider-handle {
  -webkit-appearance: none;
  background: #fbae40;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
}
input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 0.5rem;
  background: #ebebeb;
}
input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  background: #fbae40;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
}
input[type=range]::-ms-track {
  height: 0.5rem;
  background: #ebebeb;
  color: transparent;
  border: 0;
  overflow: visible;
  border-top: 0.45rem solid #ffffff;
  border-bottom: 0.45rem solid #ffffff;
}
input[type=range]::-ms-thumb {
  background: #fbae40;
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
}
input[type=range]::-ms-fill-lower {
  background: #cccccc;
}
input[type=range]::-ms-fill-upper {
  background: #ebebeb;
}
output {
  line-height: 1.4rem;
  vertical-align: middle;
  margin-left: 0.5em;
}

.accordion {
  list-style-type: none;
  background: #ffffff;
  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: #fbae40;
  position: relative;
  border: 1px solid #ebebeb;
  border-bottom: 0;
}
:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #ebebeb;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #ebebeb;
}
.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 #ebebeb;
  border-bottom: 0;
  background-color: #ffffff;
  color: #fbae40;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #ebebeb;
}

.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: #fbae40 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: #fbae40;
  color: #000000;
}
.badge.secondary {
  background: #333333;
  color: #ffffff;
}
.badge.success {
  background: #3adb76;
  color: #ffffff;
}
.badge.warning {
  background: #ffae00;
  color: #ffffff;
}
.badge.alert {
  background: #ec5840;
  color: #ffffff;
}

.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: #000000;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: #cccccc;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #fbae40;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cccccc;
  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, .button-group input[type=submit], .button-group input.download.outline[type=submit], .button-group a.download, .button-group a.download.outline, .button-group .button.download.outline, .button-group .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .button-group input[type=submit] {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child, .button-group input[type=submit]:last-child, .button-group a.download:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny input[type=submit], .button-group.tiny a.download {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small input[type=submit], .button-group.small a.download {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large input[type=submit], .button-group.large a.download {
  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 input[type=submit]:first-child:nth-last-child(2), .button-group.expanded a.download:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded a.download:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded a.download:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.download, .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.download, .button-group.expanded a.download:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.download, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.download, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded .gform_wrapper .gform_footer a.download:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit] {
  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 input[type=submit]:first-child:nth-last-child(2):last-child, .button-group.expanded a.download: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, .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded a.download:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded a.download:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.download:last-child, .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.download:last-child, .button-group.expanded a.download:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.download:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a.download:last-child, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded .gform_wrapper .gform_footer a.download:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded input[type=submit]:first-child:nth-last-child(3), .button-group.expanded a.download:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded a.download:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded a.download:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.download, .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.download, .button-group.expanded a.download:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.download, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.download, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded .gform_wrapper .gform_footer a.download:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit] {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded input[type=submit]:first-child:nth-last-child(3):last-child, .button-group.expanded a.download: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, .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded a.download:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded a.download:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.download:last-child, .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.download:last-child, .button-group.expanded a.download:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.download:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a.download:last-child, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded .gform_wrapper .gform_footer a.download:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded input[type=submit]:first-child:nth-last-child(4), .button-group.expanded a.download:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded a.download:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded a.download:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.download, .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.download, .button-group.expanded a.download:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.download, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.download, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded .gform_wrapper .gform_footer a.download:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit] {
  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 input[type=submit]:first-child:nth-last-child(4):last-child, .button-group.expanded a.download: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, .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded a.download:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded a.download:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.download:last-child, .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.download:last-child, .button-group.expanded a.download:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.download:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a.download:last-child, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded .gform_wrapper .gform_footer a.download:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded input[type=submit]:first-child:nth-last-child(5), .button-group.expanded a.download:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded a.download:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded a.download:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.download, .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.download, .button-group.expanded a.download:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.download, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.download, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded .gform_wrapper .gform_footer a.download:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit] {
  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 input[type=submit]:first-child:nth-last-child(5):last-child, .button-group.expanded a.download: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, .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded a.download:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded a.download:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.download:last-child, .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.download:last-child, .button-group.expanded a.download:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.download:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a.download:last-child, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded .gform_wrapper .gform_footer a.download:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded input[type=submit]:first-child:nth-last-child(6), .button-group.expanded a.download:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded a.download:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded a.download:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.download, .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.download, .button-group.expanded a.download:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.download, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.download, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded .gform_wrapper .gform_footer a.download:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit] {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded input[type=submit]:first-child:nth-last-child(6):last-child, .button-group.expanded a.download: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, .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded a.download:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded a.download:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.download:last-child, .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.download:last-child, .button-group.expanded a.download:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.download:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a.download:last-child, .button-group.expanded .gform_wrapper .gform_footer .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded .gform_wrapper .gform_footer a.download:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child {
  margin-right: -6px;
}
.button-group.primary .button, .button-group.primary input[type=submit], .button-group.primary a.download {
  background-color: #fbae40;
  color: #000;
}
.button-group.primary .button:hover, .button-group.primary input[type=submit]:hover, .button-group.primary a.download:hover, .button-group.primary .button:focus, .button-group.primary input[type=submit]:focus, .button-group.primary a.download:focus {
  background-color: #f79305;
  color: #000;
}
.button-group.secondary .button, .button-group.secondary input[type=submit], .button-group.secondary a.download {
  background-color: #333333;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary input[type=submit]:hover, .button-group.secondary a.download:hover, .button-group.secondary .button:focus, .button-group.secondary input[type=submit]:focus, .button-group.secondary a.download:focus {
  background-color: #292929;
  color: #fff;
}
.button-group.success .button, .button-group.success input[type=submit], .button-group.success a.download {
  background-color: #3adb76;
  color: #fff;
}
.button-group.success .button:hover, .button-group.success input[type=submit]:hover, .button-group.success a.download:hover, .button-group.success .button:focus, .button-group.success input[type=submit]:focus, .button-group.success a.download:focus {
  background-color: #22bb5b;
  color: #fff;
}
.button-group.warning .button, .button-group.warning input[type=submit], .button-group.warning a.download {
  background-color: #ffae00;
  color: #fff;
}
.button-group.warning .button:hover, .button-group.warning input[type=submit]:hover, .button-group.warning a.download:hover, .button-group.warning .button:focus, .button-group.warning input[type=submit]:focus, .button-group.warning a.download:focus {
  background-color: #cc8b00;
  color: #fff;
}
.button-group.alert .button, .button-group.alert input[type=submit], .button-group.alert a.download {
  background-color: #ec5840;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert input[type=submit]:hover, .button-group.alert a.download:hover, .button-group.alert .button:focus, .button-group.alert input[type=submit]:focus, .button-group.alert a.download:focus {
  background-color: #da3116;
  color: #fff;
}
.button-group.stacked .button, .button-group.stacked input[type=submit], .button-group.stacked a.download, .button-group.stacked-for-small .button, .button-group.stacked-for-small input[type=submit], .button-group.stacked-for-small a.download, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium input[type=submit], .button-group.stacked-for-medium a.download {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked input[type=submit]:last-child, .button-group.stacked a.download:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small input[type=submit]:last-child, .button-group.stacked-for-small a.download:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium input[type=submit]:last-child, .button-group.stacked-for-medium a.download:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small input[type=submit], .button-group.stacked-for-small a.download {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium input[type=submit], .button-group.stacked-for-medium a.download {
    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, .button-group.stacked-for-small.expanded input[type=submit], .button-group.stacked-for-small.expanded a.download {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  position: relative;
  color: #000000;
  background-color: white;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #fef3e2;
}
.callout.secondary {
  background-color: #e0e0e0;
}
.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: #000000;
}

.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: #ffffff;
  -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 #fbae40;
  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 #fbae40 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: #ffffff;
  border: 1px solid #cccccc;
  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: #fbae40 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 #fbae40 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 #fbae40;
  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: #fbae40 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 #fbae40 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 #fbae40;
    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: #fbae40 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 #fbae40 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 #fbae40;
    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: #ffffff;
  border: 1px solid #cccccc;
}
.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 #fbae40 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 #fbae40;
  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: #fbae40;
  color: #000000;
}
.label.secondary {
  background: #333333;
  color: #ffffff;
}
.label.success {
  background: #3adb76;
  color: #ffffff;
}
.label.warning {
  background: #ffae00;
  color: #ffffff;
}
.label.alert {
  background: #ec5840;
  color: #ffffff;
}

.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: #ffffff;
  background: #121212;
}

.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: #ffffff;
  -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(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

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

.off-canvas {
  position: absolute;
  background: #333333;
  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: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 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: #cccccc;
  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: #000000;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
.pagination a:hover,
.pagination button:hover {
  background: #ebebeb;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #fbae40;
  color: #000000;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cccccc;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #000000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cccccc;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
.progress.primary .progress-meter {
  background-color: #fbae40;
}
.progress.secondary .progress-meter {
  background-color: #333333;
}
.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: #fbae40;
}

.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: #ffffff;
  white-space: nowrap;
}

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background: #cccccc;
  border: 0;
}
progress::-webkit-progress-bar {
  background: #cccccc;
  border-radius: 0;
}
progress::-webkit-progress-value {
  background: #fbae40;
  border-radius: 0;
}
progress::-moz-progress-bar {
  background: #fbae40;
  border-radius: 0;
}
progress.primary {
  color: #fbae40;
}
progress.primary::-webkit-progress-value {
  background: #fbae40;
}
progress.primary::-moz-progress-bar {
  background: #fbae40;
}
progress.secondary {
  color: #333333;
}
progress.secondary::-webkit-progress-value {
  background: #333333;
}
progress.secondary::-moz-progress-bar {
  background: #333333;
}
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: #cccccc;
  border: 0;
}
meter::-webkit-meter-bar {
  background: #cccccc;
}
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: #fbae40;
}
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: #ebebeb;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cccccc;
  -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: #fbae40;
  -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: #fa9a12;
}
.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;
      -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(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  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 .gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-5 .reveal .gallery-item, .reveal .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-6 .reveal .gallery-item, .reveal .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-7 .reveal .gallery-item, .reveal .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-8 .reveal .gallery-item, .reveal .gallery.gallery-columns-9 .gallery-item, .gallery.gallery-columns-9 .reveal .gallery-item,
.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;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem;
}

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

.switch-paddle {
  background: #cccccc;
  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: #ffffff;
  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: #fbae40;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  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;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

caption {
  font-weight: 700;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead,
tfoot {
  background: #f9f9f9;
  color: #000000;
}
thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

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

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

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

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #ebebeb;
}
.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: #fbae40;
}
.tabs.primary > li > a {
  color: #000000;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #fba731;
}

.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: #ffffff;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #ebebeb;
}

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

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

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

.thumbnail {
  border: solid 4px #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 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(251, 174, 64, 0.5);
          box-shadow: 0 0 6px 1px rgba(251, 174, 64, 0.5);
}

.title-bar {
  background: #000000;
  color: #ffffff;
  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: #000000;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
          box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}
.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: 700;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #000000;
  color: #ffffff;
  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 #000000;
  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: #000000 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 #000000;
  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 #000000 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;
}
.top-bar::before, .top-bar::after {
  content: " ";
  display: table;
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #121212;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button, .top-bar input[type=submit], .top-bar input.download.outline[type=submit], .top-bar input.button.download.outline, .top-bar .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .top-bar input[type=submit] {
  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: #ffffff;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
          box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}
.menu-icon:hover::after {
  background: #cccccc;
  -webkit-box-shadow: 0 7px 0 #cccccc, 0 14px 0 #cccccc;
          box-shadow: 0 7px 0 #cccccc, 0 14px 0 #cccccc;
}

.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: #000000;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
          box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}
.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
*/
/* Navigation breakpoints */
@media screen and (max-width: 63.9375em) {
  .desktop-menu, .top-bar-left, .top-bar-right, .top-bar {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  #mobile-menu, .title-bar, .mobile-btn-cont {
    display: none !important;
  }
}
@media screen and (min-width: 40em) {
  #mobile-menu, .title-bar, .mobile-btn-cont {
    display: block;
  }
}

.slideout-list {
  width: 20rem;
  position: fixed;
  padding: 2rem;
  right: 0rem;
  top: 0rem;
  background: #000000;
  height: 100%;
  z-index: 101;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slideout-list ul {
  margin-top: -0.5rem;
  margin-left: 0.8rem;
}
.slideout-list ul li {
  display: block;
  margin-top: 1.2rem;
}
.slideout-list ul li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slideout-list ul li a:hover, .slideout-list ul li a:focus {
  border-left: 0.25rem solid #fbae40;
}

.slideout-toggle {
  display: inline-block;
  position: relative;
  top: -1.25rem;
  margin-right: 1rem;
  margin-left: 0.35rem;
}
.slideout-toggle a {
  font-size: 2.21rem;
}

.in-slideout {
  margin-top: 1rem;
}

.slideout-hidden {
  position: absolute;
  right: -20em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slideout-toggle {
  display: none;
}

.slideout-list {
  display: none;
}

@media screen and (min-width: 64em) {
  .slideout-toggle {
    display: inline-block;
  }

  .slideout-list {
    display: block;
  }
}
.title-bar {
  position: relative;
  z-index: 20;
  background: #333333;
}

/* Mobile menu */
.off-canvas-wrapper {
  background: #333333;
}

.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem;
}
.off-canvas #menu-navbar {
  display: block;
  float: none;
}

.title-bar-title {
  width: 60%;
}
.title-bar-title .nav-logo img {
  padding: 0.5rem;
  max-width: 7.5rem;
  margin-left: 0;
}
@media screen and (min-width: 40em) {
  .title-bar-title .nav-logo img {
    max-width: 10rem;
  }
}
@media screen and (min-width: 64em) {
  .title-bar-title .nav-logo img {
    max-width: 12.5rem;
  }
}
.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9;
}

.mobile-btn-cont {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mobile-btn-cont .nav-icon {
  float: right;
  margin-left: 1rem;
  margin-right: 1rem;
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-btn-cont .nav-icon:hover, .mobile-btn-cont .nav-icon:focus, .mobile-btn-cont .nav-icon:active {
  background: transparent;
  color: #fbae40;
}
.mobile-btn-cont .nav-icon span {
  font-size: 1.5rem;
  line-height: 2.7rem;
}

.title-bar-title, .mobile-btn-cont {
  float: left;
}

/* Tablet and desktop menu */
.site-header .nav-banner {
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #fbae40;
  line-height: 1.3;
}
@media screen and (min-width: 75em) {
  .site-header .nav-banner {
    padding: 0.5rem 0;
  }
}
.site-header .nav-banner#desktop-nav-banner {
  position: relative;
}
.site-header .nav-banner#desktop-nav-banner::before {
  content: "";
  position: absolute;
  left: -50%;
  width: 200vw;
  height: 100%;
  background-color: #fbae40;
  z-index: -1;
  top: 0;
}
.site-header .nav-banner .banner-text {
  color: #000000;
}
.site-header .nav-banner .banner-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  margin-left: 0.5rem;
  color: rgba(0, 0, 0, 0.7);
}
.site-header .nav-banner .banner-link:hover, .site-header .nav-banner .banner-link:active, .site-header .nav-banner .banner-link:focus {
  color: #000000;
}

#masthead {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.pre-top-bar {
  text-transform: uppercase;
}
.pre-top-bar ul {
  float: right;
  list-style-type: none;
}
.pre-top-bar ul li {
  display: inline;
  float: left;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1.5rem;
}
.pre-top-bar ul li a {
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0);
  width: -webkit-max-content;
  width: max-content;
}
.pre-top-bar ul li a:hover, .pre-top-bar ul li li a:focus {
  color: #fbae40;
  background: rgba(0, 0, 0, 0);
  border-bottom: 0.2rem solid #fbae40;
  text-decoration: none;
}

.top-bar {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-bar .nav-inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.top-bar .nav-inner::before, .top-bar .nav-inner::after {
  content: " ";
  display: table;
}
.top-bar .nav-inner::after {
  clear: both;
}
.top-bar .nav-inner .slideout-toggle {
  top: 0.5rem;
  margin-right: 1rem;
  margin-left: 0.35rem;
  float: right;
}
.top-bar ul {
  background: transparent;
}
.top-bar .nav-logo-cont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-bar .nav-logo-cont > a {
  display: block;
  width: 100%;
}
.top-bar .nav-logo {
  padding: 0.5rem 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.top-bar .search-cont {
  padding-right: 0;
}
.top-bar .search-cont .input-group, .top-bar .search-cont .input-group-button {
  display: block;
}
.top-bar .search-cont .input-group {
  margin-bottom: 0;
  width: 100%;
  position: relative;
}
.top-bar .search-cont .input-group input {
  margin: 0;
  width: 100%;
  position: relative;
  background: #000000;
  border: 0;
  color: white;
  max-width: 100%;
}
.top-bar .search-cont .input-group input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top-bar .search-cont .input-group-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 25%;
  overflow: hidden;
}
.top-bar .search-cont .input-group-button .button, .top-bar .search-cont .input-group-button input[type=submit], .top-bar .search-cont .input-group-button a.download {
  background: transparent;
  opacity: 0.7;
}
.top-bar .search-cont .input-group-button .button:hover, .top-bar .search-cont .input-group-button input[type=submit]:hover, .top-bar .search-cont .input-group-button a.download:hover, .top-bar .search-cont .input-group-button .button:active, .top-bar .search-cont .input-group-button input[type=submit]:active, .top-bar .search-cont .input-group-button a.download:active, .top-bar .search-cont .input-group-button .button:focus, .top-bar .search-cont .input-group-button input[type=submit]:focus, .top-bar .search-cont .input-group-button a.download:focus {
  opacity: 1;
}
.top-bar .search-cont input, .top-bar .search-cont .button.search, .top-bar .search-cont a.search.download {
  top: 0;
  height: 2.8125rem;
}
.top-bar .search-cont .button.search, .top-bar .search-cont input.search[type=submit], .top-bar .search-cont a.search.download {
  height: 100%;
  display: block;
  padding: 0;
  width: 100%;
}
.top-bar .search-cont .button.search span, .top-bar .search-cont input.search[type=submit] span, .top-bar .search-cont a.search.download span {
  padding: 0.5rem;
  color: white;
}
.top-bar .nav-logo-cont {
  position: relative;
}
.top-bar .nav-logo-cont .nav-logo {
  position: relative;
  display: block;
  width: 100%;
}
.top-bar .nav-logo-cont .nav-logo img {
  max-width: 12.5rem;
  width: 100%;
  display: block;
}
.top-bar .menu .home a {
  font-size: 1rem;
  color: white;
}
.top-bar .menu a {
  line-height: 2rem;
  color: white;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 0.95rem;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-bar .menu a:hover:not(.button):not(input[type=submit]):not(input.download.outline[type=submit]):not(a.download):not(a.download.outline):not(a.outline.download):not(.button.download.outline):not(input.download.outline[type=submit]):not(a.download.outline):not(a.outline.download):not(a.download.outline):not(a.outline.download):after {
  width: 100%;
  position: relative;
  margin: 0rem;
  left: 0%;
  opacity: 1;
}
.top-bar .menu a:hover:after, .top-bar .menu a:active:after, .top-bar .menu a:focus:after {
  opacity: 1;
}
.top-bar.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-bar.sticky .menu .home a {
  font-size: 1rem;
}
.top-bar.sticky .top-bar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-bar.sticky .top-bar-right > ul.desktop-menu {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.top-bar.sticky .top-bar-left, .top-bar.sticky .top-bar-right {
  height: 5rem !important;
}
.top-bar.sticky .menu a {
  height: 3.25rem;
  line-height: 2.1875rem;
}
.top-bar.sticky .nav-logo-cont {
  position: relative;
}
.top-bar.sticky .slideout-toggle {
  top: -1.25rem;
  margin-right: 1rem;
  margin-left: 0.35rem;
}
.top-bar.sticky .submenu.is-dropdown-submenu {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #333333;
  padding-bottom: 1rem;
}
.top-bar .menu > li:not(.menu-text) > a {
  margin: 1rem 1rem 0;
  padding: 0;
}
.top-bar .dropdown.menu .submenu {
  color: #ffffff;
  border: 0;
  white-space: nowrap;
  left: 0 !important;
  right: 0 !important;
  width: -webkit-fit-content;
  width: fit-content;
}
.top-bar .dropdown.menu .submenu a {
  text-align: left;
  height: auto;
  display: inline-block;
}
.top-bar .dropdown.menu .submenu a:after {
  left: 0;
  width: 0.25rem;
  height: 100%;
  margin: 0;
  bottom: 0;
  right: initial;
}
.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;
}

.grey-header {
  background-color: #333333;
}
.grey-header .dropdown.menu > li.opens-left > .is-dropdown-submenu {
  background-color: #333333;
}

.no-hero-topbar {
  position: relative;
}

.menu .active > a, .dropdown .active > a {
  background: transparent;
}
.menu .active > a:after, .dropdown .active > a:after {
  width: 100%;
  position: relative;
  margin: 0rem;
  left: 0%;
  opacity: 1;
}

.dropdown.menu .current_page_ancestor a::after {
  opacity: 0;
}
.dropdown.menu .current_page_ancestor a:hover::after {
  opacity: 1;
}
.dropdown.menu .submenu .active a::after {
  opacity: 1;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: 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;
  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;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.breadcrumbs {
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 2px solid #cccccc;
}
.breadcrumbs > *:before {
  display: none;
}
.breadcrumbs a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  color: #000000;
}
.breadcrumbs a:before:hover {
  text-decoration: none;
}
.breadcrumbs a:after {
  content: "";
  display: block;
  background-color: transparent;
  position: relative;
  width: 2.5rem;
  text-align: center;
  margin: 2px auto 0;
  height: 0.15rem;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
  background-color: white;
  text-decoration: none;
  color: #fbae40;
}
.breadcrumbs a:hover:after, .breadcrumbs a:focus:after, .breadcrumbs a:active:after {
  background-color: #fbae40;
}

.off-canvas-content ul.pagination li a {
  color: #8a8a8a;
}
.off-canvas-content ul.pagination li.current a {
  background: #000000;
  color: white;
}
.off-canvas-content .pagination {
  margin-top: 1rem;
}

.off-canvas .menu > li > a {
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-left: 0px #000000 solid;
}
.off-canvas .menu > li > a:hover, .off-canvas .menu > li > a:active, .off-canvas .menu > li > a:focus {
  color: #fbae40;
  border-left: 3px #fbae40 solid;
}
.off-canvas .menu > li.active > a {
  color: #fbae40;
  border-left: 3px #fbae40 solid;
}
.off-canvas .menu.nested {
  border-left: 3px solid #000000;
}
.off-canvas .menu.nested > li > a {
  color: #cccccc;
}

.off-canvas-wrapper {
  background-color: #000000;
}

#menu-navbar {
  display: inline;
}
#menu-navbar li a {
  font-size: 1rem;
  color: #ffffff;
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0);
}
#menu-navbar li a:hover, #menu-navbar li a:focus {
  border-bottom: 3px solid #fbae40;
}
#menu-navbar-1 {
  display: inline-block;
}
#menu-navbar-1 li {
  padding-left: 1.3rem;
}

.sticky {
  background: #333333;
}
.sticky .pre-top-bar {
  display: none;
}
.sticky .slideout-toggle {
  padding-top: 2.25rem;
}

.slideout-list .menu-item, .desktop-menu .menu-item {
  text-transform: uppercase;
}

.pre-owned-equipment-bar {
  background: #0188cc;
  color: white;
  width: 100%;
  max-height: 3.15rem;
  padding-top: 0rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  top: 0rem;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8rem;
}
.pre-owned-equipment-bar a.button, .pre-owned-equipment-bar a.download, .pre-owned-equipment-bar a.download.outline {
  background: #005480;
  color: #ffffff;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0.5rem;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  margin-top: 0.5rem;
  font-size: 0.6rem;
}
.pre-owned-equipment-bar a.button:hover, .pre-owned-equipment-bar a.download:hover, .pre-owned-equipment-bar a.button:focus, .pre-owned-equipment-bar a.download:focus {
  background: #fbae40;
}
.pre-owned-equipment-bar > div {
  display: inline-block;
}
.pre-owned-equipment-bar > div > div {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.1rem;
}

.pre-owned-close-bar {
  float: right;
  margin-top: 0.9rem;
  margin-right: 1rem;
  text-transform: none;
}

.vert-hidden {
  top: -20rem;
  position: absolute;
}

.pre-owned-equipment-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .pre-owned-equipment-bar {
    display: block;
  }
}
.non-sticky-logo {
  margin-left: 1rem;
}
@media screen and (min-width: 64em) {
  .non-sticky-logo {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .non-sticky-logo {
    margin-left: 0rem;
  }
}

.sticky-logo {
  margin-left: 3.5rem;
  display: none;
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  .sticky-logo {
    margin-left: 4.5rem;
  }
}
@media screen and (min-width: 75em) {
  .sticky-logo {
    margin-left: 0rem;
  }
}

.sticky .non-sticky-logo {
  display: none;
}
.sticky .sticky-logo {
  display: block;
}

#footer-container {
  padding: 3rem 2rem 4rem 2rem;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  /*	//no margins are needed because the padding takes care of it
  	margin-top:rem-calc(40);
  	margin-bottom:rem-calc(60);
  */
}
@media screen and (min-width: 40em) {
  #footer-container {
    padding: 4rem 5rem 3rem 5rem;
  }
}
@media screen and (min-width: 64em) {
  #footer-container {
    padding: 6rem 5rem 3rem 5rem;
  }
}
#footer-container a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #000000;
}
#footer-container a:hover, #footer-container a:active, #footer-container a:focus {
  color: #fbae40;
}
#footer-container .sub-footer {
  width: 100%;
}
#footer-container .sub-footer .footer-logo {
  text-align: center;
  max-width: 7.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#footer-container .sub-footer .copy-row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#footer-container .sub-footer .copy-row::before, #footer-container .sub-footer .copy-row::after {
  content: " ";
  display: table;
}
#footer-container .sub-footer .copy-row::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  #footer-container .sub-footer .copy-row {
    padding-top: 1.2rem;
    margin-top: 2rem;
  }
}
#footer-container .sub-footer .copy-row a {
  display: inline;
}
#footer-container .sub-footer .copy-row .ownership, #footer-container .sub-footer .copy-row .to-top {
  width: 100%;
  text-align: center;
}
#footer-container .sub-footer .copy-row .ownership {
  padding-top: 1.4rem;
}
#footer-container .sub-footer .copy-row .ownership p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 40em) {
  #footer-container .sub-footer .copy-row .ownership {
    float: left;
    text-align: left;
    width: 100%;
    padding-top: 0;
  }
}
#footer-container .sub-footer .copy-row .to-top {
  padding-top: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 40em) {
  #footer-container .sub-footer .copy-row .to-top {
    float: right;
    text-align: right;
    width: 30%;
    padding-top: 0;
  }
}
#footer-container .sub-footer .copy-row .to-top span {
  margin-left: 0.5rem;
}
#footer-container #footer {
  background: #333333;
  display: block;
  /* the very bottom copy-row text consists of two lines next to each other */
}
#footer-container #footer a:not(.button):not(input[type=submit]):not(input.download.outline[type=submit]):not(a.download):not(a.download.outline):not(a.outline.download):not(.button.download.outline):not(input.download.outline[type=submit]):not(a.download.outline):not(a.outline.download):not(a.download.outline):not(a.outline.download) {
  font-family: "camptonregular", Helvetica, Roboto, Arial, sans-serif;
  color: #ffffff;
}
#footer-container #footer a:hover, #footer-container #footer a:focus {
  color: #fbae40;
}
#footer-container #footer img.logo {
  display: block;
  width: 10rem;
  margin-left: 0rem;
}
#footer-container #footer .address, #footer-container #footer .phone, #footer-container #footer .email {
  width: 12rem;
  display: block;
  margin: 0rem;
}
#footer-container #footer .owner {
  float: none;
  text-align: center;
}
@media screen and (min-width: 64em) {
  #footer-container #footer .owner {
    float: left;
    text-align: left;
  }
}
#footer-container #footer .designer {
  float: none;
  text-align: center;
}
@media screen and (min-width: 64em) {
  #footer-container #footer .designer {
    float: right;
    text-align: right;
  }
}
#footer-container #footer .contact-label {
  color: #f7a81b;
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#footer-container #footer input:not([type=submit]) {
  background-color: #cccccc;
}
#footer-container #footer input:not([type=submit])::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000000;
}
#footer-container #footer input:not([type=submit]):-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}
#footer-container #footer input:not([type=submit])::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}
#footer-container #footer input:not([type=submit]):-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
#footer-container #footer textarea {
  background-color: #cccccc;
}
#footer-container #footer textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000000;
}
#footer-container #footer textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}
#footer-container #footer textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}
#footer-container #footer textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
#footer-container #footer #footer-left, #footer-container #footer #footer-right {
  margin: 0rem;
  padding: 0rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  #footer-container #footer #footer-left, #footer-container #footer #footer-right {
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 700px) {
  #footer-container #footer .contact-form-table {
    width: 20rem;
    margin: 0rem;
    padding: 0rem;
  }
  #footer-container #footer .submit {
    width: 20rem;
  }
}
#footer-container .newsletter-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 64em) {
  #footer-container .newsletter-signup {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 64em) {
  #footer-container .newsletter-signup .button, #footer-container .newsletter-signup input[type=submit], #footer-container .newsletter-signup a.download {
    margin-left: 0;
  }
}
#footer-container .newsletter-signup .title, #footer-container .newsletter-signup .content {
  text-align: center;
}
@media screen and (min-width: 64em) {
  #footer-container .newsletter-signup .title, #footer-container .newsletter-signup .content {
    text-align: left;
  }
}

/* make the social links a horizontal list */
#social-links ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: fit-content;
}
@media screen and (min-width: 40em) {
  #social-links ul {
    margin-left: 0;
  }
}
#social-links ul a {
  display: inline;
  padding: 0rem;
}
#social-links ul a i:before {
  font-size: 2.1rem;
}
#social-links ul li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 2rem;
}

.social-link {
  padding: 0.8rem;
}

.menu-footer-link-grid-container {
  display: block;
  padding: 0rem;
  margin: 0rem;
}

.footer-menu {
  padding-left: 0rem;
}
.footer-menu article {
  padding: 0rem;
}

/* make links to other pages a grid */
ul#menu-footer-link-grid {
  -webkit-column-count: 2;
  column-count: 2;
  text-align: left;
  display: inline-block;
  margin: 0rem auto;
  padding: 0rem;
  width: 100%;
  max-width: 100%;
}
ul#menu-footer-link-grid li {
  display: inline-block;
  float: none;
  margin: 0rem;
  width: 100%;
}
ul#menu-footer-link-grid li a {
  padding-left: 0rem;
}

/* to scale with the screen size another rule is needed */
@media screen and (min-width: 980px) {
  ul#menu-footer-link-grid {
    -webkit-column-count: 3;
    column-count: 3;
  }
}
#footer-co-info {
  padding-top: 2rem;
  padding-left: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 40em) {
  #footer-co-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
#footer-co-info .info-block p {
  margin: 0rem;
  margin-top: 0.5rem;
}

.sidebar {
  background-color: #ebebeb;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@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: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 0;
  }
}
@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;
  }
}
@media screen and (min-width: 64em) {
  .sidebar {
    width: 16.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .sidebar:last-child:not(:first-child) {
    float: right;
  }
}
.sidebar ul {
  list-style: none;
  margin-left: 0;
}
.sidebar li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
}
.sidebar li a {
  display: inline;
  color: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-left: #fbae40 solid 0px;
}
.sidebar li a:hover, .sidebar li a:focus, .sidebar li a:active {
  border-left: #fbae40 solid 3px;
  padding-left: 0.25rem;
}
.sidebar li.current-cat a {
  border-left: #fbae40 solid 3px;
  padding-left: 0.5rem;
}
.sidebar h6 {
  color: #8a8a8a;
}

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important;
}

.events-thumbnail {
  background: #333333;
  position: absolute;
  right: 0rem;
  top: 24rem;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  /*
    max-height:6rem;
    max-width:5rem;
  */
}
.events-thumbnail h1 {
  font-size: 0.8rem;
  border-bottom: 0.25rem solid #fbae40;
}
.events-thumbnail .icon-area {
  padding: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.events-thumbnail i {
  font-size: 2rem;
  text-align: center;
  width: 100%;
  padding: 0.4rem;
}

.event-caret {
  background: black;
  height: 100%;
  max-height: 100%;
  padding-top: 48%;
  padding-bottom: 48%;
  padding-left: 0rem;
  padding-right: 0rem;
  color: #fbae40;
  text-align: center;
}
.event-caret.large {
  font-size: 1.7rem;
  padding-top: 25.75%;
  padding-bottom: 25.75%;
  max-width: 1.4rem;
}

.events {
  background: #333333;
  position: absolute;
  right: 0rem;
  top: 19.4rem;
  width: 30em;
  padding: 0rem;
  max-height: 18rem;
  height: 18rem;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.events .event-top-banner {
  display: inline-block;
  position: relative;
  top: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}
.events .event-top-banner img, .events .event-top-banner h1 {
  position: relative;
  float: left;
  display: inline-block;
}
.events h1 {
  font-size: 1rem;
  width: -webkit-fit-content;
  width: fit-content;
  margin-right: 1rem;
  border-bottom: 0.25rem solid #fbae40;
}
.events h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0rem;
}
.events h5 {
  font-size: 1rem;
  line-height: 1rem;
}
.events img {
  width: 10%;
  margin-left: 0rem;
}
.events i {
  font-size: 1.2rem;
  text-align: left;
  margin-left: 0rem;
}
.events .event-area {
  padding: 1.1rem;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.events a {
  margin-top: 2rem;
}

.hidden {
  position: absolute;
  right: -30em;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.events-thumbnail {
  display: none;
}

.events {
  display: none;
}

@media screen and (min-width: 40em) {
  .events-thumbnail {
    display: none;
  }

  .events {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .events-thumbnail {
    display: block;
  }

  .events {
    display: block;
  }
}
@-webkit-keyframes pulseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
  }
  50% {
    opacity: 1;
    /*    transform:scale(1,1); */
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
  }
}
@keyframes pulseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
  }
  50% {
    opacity: 1;
    /*    transform:scale(1,1); */
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
  }
}
.gallery-area {
  padding: 2rem 1.25rem;
  width: 100%;
  background: #ffffff;
  color: #333333;
}
.gallery-area > div > div {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media screen and (min-width: 40em) {
  .gallery-area {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .gallery-area > div > div {
    padding: 0rem;
  }
}
.gallery-area .gallery-area-title {
  font-size: 1.4rem;
  letter-spacing: 0.09rem;
  font-weight: 700;
  font-family: "camptonregular", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}
.gallery-area ul {
  list-style-type: none;
  margin: 0rem;
  padding: 0rem;
}
.gallery-area ul li {
  cursor: pointer;
  padding: 0rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .gallery-area ul li {
    margin-top: 1rem;
  }
}
.gallery-area ul li a {
  color: #333333;
}
.gallery-area ul li a:hover, .gallery-area ul li a:focus {
  border-bottom: 0.2rem solid #fbae40;
}
.gallery-area p {
  cursor: auto;
  font-size: 1.1rem;
}
.gallery-area h4 {
  font-weight: bold;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
}
@media screen and (min-width: 40em) {
  .gallery-area h4 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 40em) {
  .gallery-area.off-center-gallery {
    text-align: center;
  }
  .gallery-area.off-center-gallery a.button, .gallery-area.off-center-gallery a.download {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 64em) {
  .gallery-area.off-center-gallery {
    text-align: left;
  }
  .gallery-area.off-center-gallery a.button, .gallery-area.off-center-gallery a.download {
    margin-left: 0rem;
  }
}
@media screen and (min-width: 40em) {
  .gallery-area.off-center-gallery .off-center-image-column {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.gallery-area > div.row > div.columns {
  position: relative;
}
.gallery-area > div.row > div.columns .feature-description {
  display: none;
}
.gallery-area > div.row > div.columns .hotspot {
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: none;
}
@media screen and (min-width: 40em) {
  .gallery-area > div.row > div.columns .hotspot {
    display: block;
  }
}
.gallery-area > div.row > div.columns .hotspot-overlay {
  display: none;
}
.gallery-area > div.row > div.columns .pulse .pulse-0, .gallery-area > div.row > div.columns .pulse .pulse-1, .gallery-area > div.row > div.columns .pulse .pulse-2 {
  border-radius: 50%;
  position: relative;
}
.gallery-area > div.row > div.columns .pulse .pulse-0 {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #cccccc;
  border: 3px solid black;
  z-index: 3;
  -webkit-transition: 1s;
  transition: 1s;
}
.gallery-area > div.row > div.columns .pulse .pulse-1 {
  margin-top: -1.75rem;
  margin-left: -0.25rem;
  width: 2rem;
  height: 2rem;
  border: 3px solid black;
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 2;
}
.gallery-area > div.row > div.columns .pulse .pulse-2 {
  margin-top: -2.25rem;
  margin-left: -0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid black;
  -webkit-transform: scale(0.2, 0.2);
      -ms-transform: scale(0.2, 0.2);
          transform: scale(0.2, 0.2);
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
}
.gallery-area > div.row > div.columns .pulse:hover .pulse-0, .gallery-area > div.row > div.columns .pulse.active .pulse-0 {
  background-color: #fbae40;
  -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.gallery-area > div.row > div.columns .pulse:hover .pulse-1, .gallery-area > div.row > div.columns .pulse.active .pulse-1 {
  width: 2rem;
  height: 2rem;
  -webkit-transform: scale(0.2, 0.2);
      -ms-transform: scale(0.2, 0.2);
          transform: scale(0.2, 0.2);
  -webkit-animation: 2000ms pulseIn 500ms ease-in-out infinite;
          animation: 2000ms pulseIn 500ms ease-in-out infinite;
  border: 3px solid black;
}
.gallery-area > div.row > div.columns .pulse:hover .pulse-2, .gallery-area > div.row > div.columns .pulse.active .pulse-2 {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-animation: 2000ms pulseIn ease-in-out infinite;
          animation: 2000ms pulseIn ease-in-out infinite;
  border: 3px solid black;
}
.gallery-area .action-video-link {
  padding: 1rem;
  font-size: 1rem;
}
.gallery-area .action-video-link i.fa-chevron-circle-right {
  margin-left: 1rem;
}
@media screen and (min-width: 40em) {
  .gallery-area .action-video-link {
    float: right;
  }
}
.gallery-area .plow-desc {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.gallery-area .small-row {
  max-width: 70rem;
}
@media screen and (min-width: 40em) {
  .gallery-area .small-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.action-video-modal {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .action-video-modal {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.action-video-modal .close-button {
  position: absolute;
  top: 0rem;
  right: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.action-video-modal .close-button:hover {
  background-color: #fbae40;
}
.action-video-modal .flex-video, .action-video-modal .flex-video-widescreen {
  margin-top: 1rem;
}

.overlay-item {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}
.overlay-item.hidden {
  display: none;
}

.overlay-toggle {
  color: #cccccc;
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  .overlay-toggle {
    margin-bottom: 0rem;
  }
}

.white-gallery-area {
  background: #ffffff;
}

.off-white-gallery-area {
  background: #ebebeb;
}

.carousel-horiz-list {
  list-style-type: none;
}
.carousel-horiz-list li {
  display: inline;
  float: left;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (min-width: 40em) {
  .carousel-horiz-list li {
    text-align: center;
  }
}
.carousel-horiz-list li > span {
  font-size: 1rem;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}
@media screen and (min-width: 40em) {
  .carousel-horiz-list li > span {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 64em) {
  .carousel-horiz-list li > span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 40em) {
  .carousel-horiz-list {
    /* one item */
    /* two items */
    /* three items */
    /* four items */
    /*
        li:first-child {
          text-align:left;
        }
        li:last-child {
          text-align:right;
        }
    */
  }
  .carousel-horiz-list li:nth-child(1):nth-last-child(1) {
    width: 100%;
  }
  .carousel-horiz-list li:nth-child(1):nth-last-child(2),
.carousel-horiz-list li:nth-child(2):nth-last-child(1) {
    width: 50%;
  }
  .carousel-horiz-list li:nth-child(1):nth-last-child(3),
.carousel-horiz-list li:nth-child(2):nth-last-child(2),
.carousel-horiz-list li:nth-child(3):nth-last-child(1) {
    width: 33.3333%;
  }
  .carousel-horiz-list li:nth-child(1):nth-last-child(4),
.carousel-horiz-list li:nth-child(2):nth-last-child(3),
.carousel-horiz-list li:nth-child(3):nth-last-child(2),
.carousel-horiz-list li:nth-child(4):nth-last-child(1) {
    width: 25%;
  }
}

.product-carousel .slick-prev::before, .product-carousel .slick-next::before {
  color: #333333;
  font-family: FontAwesome;
  font-size: 2.3rem;
}
.product-carousel .slick-prev::before {
  content: "";
}
.product-carousel .slick-next::before {
  content: "";
}

/****************************************************/
/* BEGIN feature gallery picture area styles        */
/****************************************************/
@media screen and (min-width: 40em) {
  .feature-gallery-column {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.feature-gallery {
  width: 100%;
  height: 22rem;
}
.feature-gallery .item a {
  position: relative;
}
.feature-gallery .item img {
  height: 22rem;
}
.feature-gallery .slick-prev::before, .feature-gallery .slick-next::before {
  color: #fbae40;
  font-family: FontAwesome;
  font-size: 2.3rem;
}
.feature-gallery .slick-prev::before {
  content: "";
}
.feature-gallery .slick-next::before {
  content: "";
}
.feature-gallery .slick-slide img {
  -webkit-transition: 1s;
  transition: 1s;
}
.feature-gallery img.feature-active {
  border: 0.75rem solid #fbae40;
}

.feature-gallery-overlay-text {
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  height: 100%;
  max-height: 22rem;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.feature-gallery-overlay-text h2 {
  margin-top: 10%;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}
.feature-gallery-overlay-text:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

/****************************************************/
/* END feature gallery picture area styles          */
/****************************************************/
.tech-drawing .slick-prev::before, .tech-drawing .slick-next::before, .tech-diagram .slick-prev::before, .tech-diagram .slick-next::before {
  color: #333333;
  font-family: FontAwesome;
  font-size: 2.4rem;
}
.tech-drawing .slick-prev::before, .tech-diagram .slick-prev::before {
  content: "";
}
.tech-drawing .slick-next::before, .tech-diagram .slick-next::before {
  content: "";
}

@media screen and (min-width: 40em) {
  .owl-buttons {
    display: none;
  }

  .owl-pagination {
    display: none;
  }
}
.gform_wrapper {
  width: 100%;
  margin-top: 0rem;
}
.gform_wrapper input:not([type=submit]) {
  background-color: #cccccc;
}
.gform_wrapper input:not([type=submit])::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000000;
}
.gform_wrapper input:not([type=submit]):-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}
.gform_wrapper input:not([type=submit])::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.gform_wrapper input:not([type=submit]):-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
.gform_wrapper textarea, .gform_wrapper select {
  background-color: #cccccc;
}
.gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000000;
}
.gform_wrapper textarea:-moz-placeholder, .gform_wrapper select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}
.gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
.gform_wrapper select {
  background-position: 97%;
}
.gform_wrapper select:hover {
  background-color: #f2f2f2;
  -webkit-background-size: 9px 6px !important;
          background-size: 9px 6px !important;
}
.gform_wrapper #gform_1, .gform_wrapper #gform_2, .gform_wrapper #gform_3, .gform_wrapper #gform_4 {
  margin: 0rem;
}
.gform_wrapper #gform_1 .gform_body .ginput_container, .gform_wrapper #gform_2 .gform_body .ginput_container, .gform_wrapper #gform_3 .gform_body .ginput_container, .gform_wrapper #gform_4 .gform_body .ginput_container {
  margin: 0rem;
}
.gform_wrapper #gform_1 .gform_body .gform_fields li, .gform_wrapper #gform_2 .gform_body .gform_fields li, .gform_wrapper #gform_3 .gform_body .gform_fields li, .gform_wrapper #gform_4 .gform_body .gform_fields li {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.gform_wrapper #gform_1 .gform_body .gform_fields li .gfield_label, .gform_wrapper #gform_2 .gform_body .gform_fields li .gfield_label, .gform_wrapper #gform_3 .gform_body .gform_fields li .gfield_label, .gform_wrapper #gform_4 .gform_body .gform_fields li .gfield_label {
  display: none;
}
.gform_wrapper #gform_1 .gform_body .gform_fields li div ul li label, .gform_wrapper #gform_2 .gform_body .gform_fields li div ul li label, .gform_wrapper #gform_3 .gform_body .gform_fields li div ul li label, .gform_wrapper #gform_4 .gform_body .gform_fields li div ul li label {
  color: #ffffff;
}
.gform_wrapper #gform_1 .gform_body .gform_fields li div ul li label#label_2_12_1, .gform_wrapper #gform_2 .gform_body .gform_fields li div ul li label#label_2_12_1, .gform_wrapper #gform_3 .gform_body .gform_fields li div ul li label#label_2_12_1, .gform_wrapper #gform_4 .gform_body .gform_fields li div ul li label#label_2_12_1 {
  color: #000000;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.gform_wrapper #gform_1 .gform_body .gform_fields li div ul li label a, .gform_wrapper #gform_1 .gform_body .gform_fields li div ul li label a:hover, .gform_wrapper #gform_2 .gform_body .gform_fields li div ul li label a, .gform_wrapper #gform_2 .gform_body .gform_fields li div ul li label a:hover, .gform_wrapper #gform_3 .gform_body .gform_fields li div ul li label a, .gform_wrapper #gform_3 .gform_body .gform_fields li div ul li label a:hover, .gform_wrapper #gform_4 .gform_body .gform_fields li div ul li label a, .gform_wrapper #gform_4 .gform_body .gform_fields li div ul li label a:hover {
  color: #ffffff;
}
.gform_wrapper .gform_footer {
  text-align: right;
  margin: 0rem;
  padding: 0rem;
}
.gform_wrapper .gform_footer .gform_button, .gform_wrapper .gform_footer #gform_submit_button_1, .gform_wrapper .gform_footer #gform_submit_button_2, .gform_wrapper .gform_footer #gform_submit_button_3, .gform_wrapper .gform_footer #gform_submit_button_4 {
  padding: 0rem;
  border: 0rem;
  width: 100%;
  height: 3rem;
}
.gform_wrapper .gform_footer #gform_submit_button_1 {
  max-width: 100%;
}
.gform_wrapper .gform_footer #gform_submit_button_2, .gform_wrapper .gform_footer #gform_submit_button_3, .gform_wrapper .gform_footer #gform_submit_button_4 {
  width: -webkit-fit-content;
  width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
}
.gform_wrapper .gfield_description {
  color: #000000;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

/****************************************************/
/* BEGIN footer area gravity form input styles      */
/****************************************************/
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 li div ul li label {
  color: #ffffff;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 li div ul li label a, #gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 li div ul li label a:hover {
  color: #ffffff;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_6 {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}
#gform_wrapper_1 #gform_1 .gform_body #gform_fields_1 #field_1_6 #choice_1_6_1 {
  vertical-align: top;
}
#gform_wrapper_1 #gform_1 .gform_footer {
  text-align: center;
}

main.container .gform_confirmation_message {
  color: #000000;
}

/****************************************************/
/* END footer area gravity form input styles        */
/****************************************************/
/****************************************************/
/* BEGIN contact area gravity form input styles     */
/****************************************************/
/****************************************************/
/* END contact area gravity form input styles       */
/****************************************************/
/****************************************************/
/* BEGIN application area gravity form input styles */
/****************************************************/
/****************************************************/
/* END application area gravity form input styles   */
/****************************************************/
/****************************************************/
/* BEGIN dealer inquiry gravity form input styles   */
/****************************************************/
/****************************************************/
/* END dealer inquiry gravity form input styles   */
/****************************************************/
.featherlight-content img {
  height: 100%;
  width: auto;
  max-width: 880px;
}

.featherlight-content {
  overflow: none;
  border-bottom: none !important;
}
.featherlight-content .featherlight-container .featherlight-cont-inner {
  min-height: 60vh;
  min-width: 30vh;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 375px) {
  .featherlight-content .featherlight-container .featherlight-cont-inner {
    min-width: 40vh;
  }
}
@media screen and (min-width: 40em) {
  .featherlight-content .featherlight-container .featherlight-cont-inner {
    min-height: 80vh;
    min-width: 80vh;
  }
}
@media screen and (min-width: 64em) {
  .featherlight-content .featherlight-container .featherlight-cont-inner {
    min-width: 100vh;
  }
}
@media screen and (min-width: 75em) {
  .featherlight-content .featherlight-container .featherlight-cont-inner {
    min-width: 120vh;
  }
}
.featherlight-content .featherlight-container .featherlight-cont-inner .feather-inner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e1e1e1;
  width: 100%;
  padding: 20px;
}
.featherlight-content .featherlight-container .featherlight-cont-inner .feather-inner-text h2 {
  color: black;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
}
.featherlight-content .featherlight-container .featherlight-cont-inner .feather-inner-text p {
  color: black;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.featherlight-content .featherlight-previous > span, .featherlight-content .featherlight-next > span {
  color: black !important;
}

.button, input[type=submit], input.download.outline[type=submit], a.download, a.download.outline, a.outline.download, .button.download.outline, a.download.outline, a.outline.download, a.download.outline, a.outline.download, .gform_wrapper .gform_footer input[type=submit] {
  text-transform: uppercase;
  width: 90%;
  max-width: 18.75rem;
  margin-top: 1.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #000000;
  line-height: 1.3;
  font-family: "camptonregular", Helvetica, Roboto, Arial, sans-serif;
  padding: 1.5rem 2.2rem;
}
.button.compact, input.compact[type=submit], input.compact.download.outline[type=submit], a.compact.download, a.compact.download.outline, .compact.button.download.outline, .gform_wrapper .gform_footer input.compact[type=submit] {
  padding: 1rem 2.2rem;
  width: -webkit-fit-content;
  width: fit-content;
}
.button:hover, input[type=submit]:hover, input.download.outline[type=submit]:hover, a.download:hover, a.download.outline:hover, .button.download.outline:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .button:active, input[type=submit]:active, input.download.outline[type=submit]:active, a.download:active, a.download.outline:active, .button.download.outline:active, .gform_wrapper .gform_footer input[type=submit]:active, .button:focus, input[type=submit]:focus, input.download.outline[type=submit]:focus, a.download:focus, a.download.outline:focus, .button.download.outline:focus, .gform_wrapper .gform_footer input[type=submit]:focus {
  color: white;
  background-color: black;
}
.button.outline, input.outline[type=submit], input.outline.download[type=submit], a.outline.download, .button.download.outline, a.download.outline, a.outline.download, a.download.outline, a.outline.download, .gform_wrapper .gform_footer input.outline[type=submit] {
  background-color: transparent;
  border: 3px solid #000000;
  color: #000000;
}
.button.outline:hover, input.outline[type=submit]:hover, a.outline.download:hover {
  background-color: #000000;
  color: white;
}
.button.grey, input.grey[type=submit], input.grey.download.outline[type=submit], a.grey.download, a.grey.download.outline, .grey.button.download.outline, .gform_wrapper .gform_footer input.grey[type=submit] {
  background-color: #333333;
  color: white;
}
.button.grey:hover, input.grey[type=submit]:hover, a.grey.download:hover, .button.grey:focus, input.grey[type=submit]:focus, a.grey.download:focus, .button.grey:active, input.grey[type=submit]:active, a.grey.download:active {
  background-color: #666;
}
.button.left-btn, input.left-btn[type=submit], input.left-btn.download.outline[type=submit], a.left-btn.download, a.left-btn.download.outline, .left-btn.button.download.outline, .gform_wrapper .gform_footer input.left-btn[type=submit] {
  margin-left: 0;
}
.button.small-btn, input.small-btn[type=submit], input.small-btn.download.outline[type=submit], a.small-btn.download, a.small-btn.download.outline, .small-btn.button.download.outline, .gform_wrapper .gform_footer input.small-btn[type=submit] {
  font-size: 0.6rem;
  padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0.2rem;
  text-align: left;
  width: -webkit-fit-content;
  width: fit-content;
}
.button.download, input.download[type=submit], input.download.outline[type=submit], a.button.download, a.download, a.download.outline, a.outline.download, .download.button.outline, a.download.outline, a.outline.download, a.download.outline, a.outline.download, .gform_wrapper .gform_footer input.download[type=submit] {
  position: relative;
  padding-left: 2rem;
  color: #000000;
}
.button.download.outline:hover:before, input.download.outline[type=submit]:hover:before, a.download.outline:hover:before {
  background-image: url("../images/icon-downloadwhite.png");
}
.button.download:before, input.download[type=submit]:before, input.download.outline[type=submit]:before, a.button.download:before, a.download:before, a.download.outline:before, a.outline.download:before, .gform_wrapper .gform_footer input.download[type=submit]:before, .download.button.outline:before, a.download.outline:before, a.outline.download:before, a.download.outline:before, a.outline.download:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/icon-download.png") no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  padding: 0.5rem;
  left: 0.8rem;
  bottom: 1rem;
}
.button.download:hover:before, input.download[type=submit]:hover:before, a.download:hover:before, a.download.outline:hover:before {
  color: #000000;
}
.button.app-dl, input.app-dl[type=submit], input.app-dl.download.outline[type=submit], a.app-dl.download, a.app-dl.download.outline, .gform_wrapper .gform_footer input.app-dl[type=submit], .app-dl.button.download.outline {
  width: 100%;
  background: transparent;
  padding: 0 1rem;
  margin-top: 0;
}
@media screen and (min-width: 40em) {
  .button.app-dl, input.app-dl[type=submit], input.app-dl.download.outline[type=submit], a.app-dl.download, a.app-dl.download.outline, .gform_wrapper .gform_footer input.app-dl[type=submit], .app-dl.button.download.outline {
    float: left;
    width: 50%;
  }
}
.button.app-dl:hover, input.app-dl[type=submit]:hover, a.app-dl.download:hover {
  opacity: 0.8;
}
.button.app-dl span, input.app-dl[type=submit] span, input.app-dl.download.outline[type=submit] span, a.app-dl.download span, a.app-dl.download.outline span, .gform_wrapper .gform_footer input.app-dl[type=submit] span, .app-dl.button.download.outline span {
  padding: 1.5rem;
  width: 100%;
  max-width: 11.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button.app-dl span.g-play, input.app-dl[type=submit] span.g-play, a.app-dl.download span.g-play {
  background-image: url("../images/app-dl_google_play@2x.png");
}
.button.app-dl span.apple, input.app-dl[type=submit] span.apple, a.app-dl.download span.apple {
  background-image: url("../images/app-dl_apple@2x.png");
}

.more-link {
  font-style: italic;
  text-transform: uppercase;
}
.more-link span {
  margin-left: 0.25rem;
}

a.download:before {
  bottom: 0.3rem;
  left: 0.5rem;
}

.dropdown-pane.is-open {
  left: 0 !important;
}

.input-group {
  display: block;
}
.input-group #searchsubmit {
  display: inline-block;
  margin-top: 0rem;
  padding: 1rem;
}

.hero {
  height: 18.75rem;
  text-align: left;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 64em) {
  .hero {
    height: 31.25rem;
  }
}
.hero.no-hero {
  height: 0;
}
.hero.slim {
  height: 12.5rem;
}
@media screen and (min-width: 64em) {
  .hero.slim {
    height: 18.75rem;
  }
}
.hero .no-featured-image-set {
  height: 9.75rem !important;
}
.hero.home {
  overflow: visible;
  padding: 4rem 0;
  background-color: #000000;
  height: 25rem;
}
@media screen and (min-width: 40em) {
  .hero.home {
    background-position: bottom;
    height: 31.25rem;
  }
}
@media screen and (min-width: 64em) {
  .hero.home {
    padding-top: 6.875rem;
    height: 46.875rem;
  }
}
.fi-wolfe-home-page .hero-text h1 {
  font-size: 3rem;
}
.fi-wolfe-home-page .hero-text h1 span {
  font-size: 2.3125rem;
}
@media screen and (min-width: 40em) {
  .fi-wolfe-home-page .hero-text h1 {
    font-size: 4.125rem;
  }
  .fi-wolfe-home-page .hero-text h1 span {
    font-size: 3.1875rem;
  }
}
@media screen and (min-width: 64em) {
  .fi-wolfe-home-page .hero-text h1 {
    font-size: 4.875rem;
  }
  .fi-wolfe-home-page .hero-text h1 span {
    font-size: 3.8125rem;
  }
}

.fi-plow-trenchers .hero-text .reverse-hero-sizing h1 {
  font-size: 2.6875rem;
}
.fi-plow-trenchers .hero-text .reverse-hero-sizing h1 span.line2 {
  font-size: 2.9375rem;
}
.fi-plow-trenchers .hero-text .reverse-hero-sizing h1 span {
  font-size: 4rem;
}
@media screen and (min-width: 40em) {
  .fi-plow-trenchers .hero-text .reverse-hero-sizing h1 {
    font-size: 3.3125rem;
  }
  .fi-plow-trenchers .hero-text .reverse-hero-sizing h1 span.line2 {
    font-size: 3.625rem;
  }
  .fi-plow-trenchers .hero-text .reverse-hero-sizing h1 span {
    font-size: 5rem;
  }
}
@media screen and (min-width: 40em) {
  .fi-plow-trenchers .hero-text .reverse-hero-sizing h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
  .fi-plow-trenchers .hero-text .reverse-hero-sizing h1 span.line2 {
    font-size: 5rem;
    line-height: 1;
  }
  .fi-plow-trenchers .hero-text .reverse-hero-sizing h1 span {
    font-size: 6.75rem;
    line-height: 0.8;
  }
}

.fi-trenchers .hero-text h1 {
  font-size: 2.5rem;
}
.fi-trenchers .hero-text h1 span {
  font-size: 2.5rem;
}
@media screen and (min-width: 40em) {
  .fi-trenchers .hero-text h1 {
    font-size: 3.3125rem;
  }
  .fi-trenchers .hero-text h1 span {
    font-size: 5rem;
  }
}
@media screen and (min-width: 40em) {
  .fi-trenchers .hero-text h1 {
    font-size: 5.375rem;
  }
  .fi-trenchers .hero-text h1 span {
    font-size: 3.0625rem;
  }
}

#hero-container {
  background-repeat: no-repeat;
  background: #ffffff;
  float: none;
  margin: 0rem;
  height: 20rem;
  position: relative;
  width: 100%;
  -webkit-transition: background-image 2s ease-in-out;
  transition: background-image 2s ease-in-out;
  background-position: center, center;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (min-width: 40em) {
  #hero-container {
    height: 100%;
    min-height: 43.75rem;
  }
  #hero-container.fi-attachments {
    min-height: unset;
  }
}
#hero-container .hero-container-image-slider {
  position: absolute;
  width: 100%;
}
#hero-container .hero-container-image-slider .image-slide {
  height: 20rem;
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 40em) {
  #hero-container .hero-container-image-slider .image-slide {
    min-height: 43.75rem;
  }
}
#hero-container.fi-attachments {
  background-position: left, center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}
#hero-container > div > div {
  padding: 0rem;
}
#hero-container > .row {
  padding-top: 1.25rem;
}
@media screen and (min-width: 40em) {
  #hero-container > .row {
    padding-top: 5.75rem;
  }
}
@media screen and (min-width: 64em) {
  #hero-container > .row {
    padding-top: 18.5rem;
  }
}
#hero-container > .attachment-row {
  padding-top: 1.25rem;
}
@media screen and (min-width: 40em) {
  #hero-container > .attachment-row {
    padding-top: 0;
  }
}
@media screen and (min-width: 64em) {
  #hero-container > .attachment-row {
    padding-top: 6.65rem;
  }
}
#hero-container.fi-wolfe-home-page {
  height: 35rem;
}
#hero-container.fi-wolfe-home-page .hero-container-image-slider .image-slide {
  height: 35rem;
}
@media screen and (min-width: 40em) {
  #hero-container.fi-wolfe-home-page {
    height: 32.5rem;
  }
  #hero-container.fi-wolfe-home-page .hero-container-image-slider .image-slide {
    height: 32.5rem;
  }
}
@media screen and (min-width: 64em) {
  #hero-container.fi-wolfe-home-page {
    height: 43.75rem;
  }
  #hero-container.fi-wolfe-home-page .hero-container-image-slider .image-slide {
    height: 43.75rem;
  }
}
@media screen and (min-width: 40em) {
  #hero-container.fi-trenchers .hero-text {
    margin-left: 1rem;
  }
  #hero-container.fi-trenchers .hero-text h1 {
    font-size: 5rem;
    letter-spacing: 0.4rem;
  }
}
#hero-container.fi-drainage-plows .hero-text .reverse-hero-sizing h1:after {
  width: 85%;
}
#hero-container.fi-company {
  height: 32.5rem;
}
#hero-container.fi-company .hero-container-image-slider .image-slide {
  height: 32.5rem;
}
@media screen and (min-width: 64em) {
  #hero-container.fi-company {
    height: 43.75rem;
  }
  #hero-container.fi-company .hero-container-image-slider .image-slide {
    height: 43.75rem;
  }
}
@media screen and (min-width: 40em) {
  #hero-container.fi-careers {
    height: 32.5rem;
  }
  #hero-container.fi-careers .hero-container-image-slider .image-slide {
    height: 32.5rem;
  }
}
@media screen and (min-width: 40em) {
  #hero-container.fi-services {
    height: 32.5rem;
  }
  #hero-container.fi-services .hero-container-image-slider .image-slide {
    height: 32.5rem;
  }
}

.hero-text {
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  position: relative;
  padding: 2rem;
}
@media screen and (min-width: 40em) {
  .hero-text {
    padding: 0rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.hero-text header {
  margin-bottom: 1.5rem;
}
.hero-text h1, .hero-text h2 {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
  position: relative;
  border: none;
}
.hero-text h1 {
  font-size: 3rem;
  line-height: 3rem;
}
@media screen and (min-width: 40em) {
  .hero-text h1 {
    font-size: 4.75rem;
    line-height: 4rem;
  }
}
.hero-text h1:after {
  display: block;
  content: "";
  position: absolute;
  width: 96%;
  height: 0.5rem;
  background-color: #fbae40;
  left: 0;
  bottom: 0;
  margin-bottom: -1rem;
}
.hero-text h1 span {
  font-size: 3rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  margin-top: 0rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .hero-text h1 span {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
.hero-text .reverse-hero-sizing h1 {
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 0rem;
}
@media screen and (min-width: 40em) {
  .hero-text .reverse-hero-sizing h1 {
    font-size: 3.375rem;
    line-height: 3rem;
  }
}
.hero-text .reverse-hero-sizing h1 span {
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0;
  padding-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .hero-text .reverse-hero-sizing h1 span {
    font-size: 5.125rem;
    line-height: 4rem;
  }
}
.hero-text ul.button-list {
  text-align: center;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.1rem;
  padding-top: 0rem;
}
.hero-text ul.button-list li {
  text-shadow: none;
  display: inline-block;
  width: 100%;
  float: left;
  margin: 5px 0 6px 0;
}
@media screen and (min-width: 40em) {
  .hero-text ul.button-list li {
    width: 50%;
    margin: 0rem;
  }
}
.hero-text ul.button-list li a.button, .hero-text ul.button-list li a.download {
  height: 100%;
  margin: 0rem;
  padding: 0.9rem;
  font-size: 0.72rem;
}
.hero-text ul.button-list li:first-of-type .button, .hero-text ul.button-list li:first-of-type a.download, .hero-text ul.button-list li:first-of-type input[type=submit] {
  margin-left: 0;
}
.hero-text ul.button-list li:last-of-type .button, .hero-text ul.button-list li:last-of-type a.download, .hero-text ul.button-list li:last-of-type input[type=submit] {
  margin-right: 0;
}

.attachment-row {
  max-width: 100%;
  background: #ffffff;
}
.attachment-row .attachment-page-text {
  max-width: 38.75rem;
}
@media screen and (min-width: 40em) {
  .attachment-row .attachment-page-text {
    margin-top: 5rem;
  }
}
.attachment-row .attachment-page-text .hero-text {
  width: 100%;
  color: #000000;
}
.attachment-row .attachment-page-text .hero-text h1 {
  color: #000000;
  font-size: 3rem;
  line-height: 2rem;
}
.attachment-row .attachment-page-text .hero-text h1 span {
  font-size: 1.6rem;
}
@media screen and (min-width: 40em) {
  .attachment-row .attachment-page-text .hero-text h1 {
    font-size: 4rem;
    line-height: 3rem;
  }
  .attachment-row .attachment-page-text .hero-text h1 span {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .attachment-row .attachment-page-text .hero-text h1 {
    font-size: 4.75rem;
  }
  .attachment-row .attachment-page-text .hero-text h1 span {
    font-size: 3.6rem;
  }
}
.attachment-row .attachment-page-image img {
  max-height: 35rem;
  margin: 0;
}

.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 0 2rem;
  height: auto;
  position: relative;
  text-align: left;
}
#front-hero .marketing {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
}
#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 0 4.5rem;
  }
}
#front-hero #watch {
  width: 58.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  left: -41.6666666667%;
}
@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: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #B4C9D1;
  margin-right: 0.5rem;
}
#front-hero #watch #twitter :before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #B4C9D1;
  margin-right: 0.5rem;
}
#front-hero .tagline {
  width: 66.6666666667%;
  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: 41.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 6rem;
  }
}
@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: 500;
  font-size: 2.2rem;
}
@media screen and (min-width: 40em) {
  #front-hero h1 {
    font-size: 2.875rem;
  }
}
#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.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 8.3333333333%;
  }
}
@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;
  }
}
@media screen and (min-width: 40em) {
  .intro .fp-intro h2 {
    font-weight: 300;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 40em) {
  .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;
  }
}
@media screen and (min-width: 64em) {
  #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
    font-size: 0.85rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 64em) {
  #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;
  }
}
@media screen and (min-width: 64em) {
  #kitchen-sink #kitchen-sink-nav .docs-toc {
    width: 100%;
    padding-left: 4rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 64em) {
  #kitchen-sink #kitchen-sink-nav .docs-toc .active {
    background: #2199e8;
    color: white;
  }
}
@media screen and (min-width: 64em) {
  #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;
}

.off-canvas-wrapper {
  overflow: hidden;
}

a {
  display: block;
}
a > img:hover {
  opacity: 0.7;
}

img {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.anchor-on::before {
  margin-top: -5.3125rem;
  height: 5.3125rem;
  visibility: hidden;
}

a .overlay {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  width: 101%;
  height: 100%;
}
a .overlay .ov-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
}
a:hover .overlay {
  display: table;
}

.page-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.page-wrapper::before, .page-wrapper::after {
  content: " ";
  display: table;
}
.page-wrapper::after {
  clear: both;
}
.page-wrapper .main-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .page-wrapper .main-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.page-wrapper .main-content:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .page-wrapper .main-content {
    width: 66.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .page-wrapper .main-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .page-wrapper .main-content:last-child:not(:first-child) {
    float: right;
  }
}

.not-found {
  padding-bottom: 6.25rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .not-found {
    padding-top: 5.3125rem;
  }
}
.not-found .entry-content {
  max-width: 37.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.not-found .entry-content ul {
  text-align: left;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
  padding-left: 4rem;
}
@media screen and (min-width: 40em) {
  .not-found .entry-content ul {
    padding-top: 1rem;
  }
}
.not-found .entry-content ul li > a {
  text-transform: capitalize;
  text-decoration: underline;
  display: inline;
}
.not-found .bottom {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 40em) {
  .not-found .bottom {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.not-found .error span {
  text-align: center;
  color: #fbae40;
  font-size: 10rem;
}
@media screen and (min-width: 40em) {
  .not-found .error span {
    font-size: 15rem;
  }
}
@media screen and (min-width: 64em) {
  .not-found .error span {
    font-size: 20rem;
  }
}

.gallery.gallery-columns-1 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.gallery.gallery-columns-1::before, .gallery.gallery-columns-1::after {
  content: " ";
  display: table;
}
.gallery.gallery-columns-1::after {
  clear: both;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .gallery.gallery-columns-1 .gallery-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.gallery.gallery-columns-1 .gallery-item:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-2 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.gallery.gallery-columns-2::before, .gallery.gallery-columns-2::after {
  content: " ";
  display: table;
}
.gallery.gallery-columns-2::after {
  clear: both;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .gallery.gallery-columns-2 .gallery-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.gallery.gallery-columns-2 .gallery-item:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-3 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.gallery.gallery-columns-3::before, .gallery.gallery-columns-3::after {
  content: " ";
  display: table;
}
.gallery.gallery-columns-3::after {
  clear: both;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .gallery.gallery-columns-3 .gallery-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.gallery.gallery-columns-3 .gallery-item:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-4 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.gallery.gallery-columns-4::before, .gallery.gallery-columns-4::after {
  content: " ";
  display: table;
}
.gallery.gallery-columns-4::after {
  clear: both;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .gallery.gallery-columns-4 .gallery-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.gallery.gallery-columns-4 .gallery-item:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-5 > .column, .gallery.gallery-columns-5 > .gallery-item, .gallery.gallery-columns-6 .gallery.gallery-columns-5 > .gallery-item, .gallery.gallery-columns-7 .gallery.gallery-columns-5 > .gallery-item, .gallery.gallery-columns-8 .gallery.gallery-columns-5 > .gallery-item, .gallery.gallery-columns-9 .gallery.gallery-columns-5 > .gallery-item, .gallery.gallery-columns-5 > .columns, .gallery.gallery-columns-6 > .column, .gallery.gallery-columns-5 .gallery.gallery-columns-6 > .gallery-item, .gallery.gallery-columns-6 > .gallery-item, .gallery.gallery-columns-7 .gallery.gallery-columns-6 > .gallery-item, .gallery.gallery-columns-8 .gallery.gallery-columns-6 > .gallery-item, .gallery.gallery-columns-9 .gallery.gallery-columns-6 > .gallery-item, .gallery.gallery-columns-6 > .columns, .gallery.gallery-columns-7 > .column, .gallery.gallery-columns-5 .gallery.gallery-columns-7 > .gallery-item, .gallery.gallery-columns-6 .gallery.gallery-columns-7 > .gallery-item, .gallery.gallery-columns-7 > .gallery-item, .gallery.gallery-columns-8 .gallery.gallery-columns-7 > .gallery-item, .gallery.gallery-columns-9 .gallery.gallery-columns-7 > .gallery-item, .gallery.gallery-columns-7 > .columns, .gallery.gallery-columns-8 > .column, .gallery.gallery-columns-5 .gallery.gallery-columns-8 > .gallery-item, .gallery.gallery-columns-6 .gallery.gallery-columns-8 > .gallery-item, .gallery.gallery-columns-7 .gallery.gallery-columns-8 > .gallery-item, .gallery.gallery-columns-8 > .gallery-item, .gallery.gallery-columns-9 .gallery.gallery-columns-8 > .gallery-item, .gallery.gallery-columns-8 > .columns, .gallery.gallery-columns-9 > .column, .gallery.gallery-columns-5 .gallery.gallery-columns-9 > .gallery-item, .gallery.gallery-columns-6 .gallery.gallery-columns-9 > .gallery-item, .gallery.gallery-columns-7 .gallery.gallery-columns-9 > .gallery-item, .gallery.gallery-columns-8 .gallery.gallery-columns-9 > .gallery-item, .gallery.gallery-columns-9 > .gallery-item, .gallery.gallery-columns-9 > .columns {
  width: 25%;
  float: left;
}
.gallery.gallery-columns-5 > .column:nth-of-type(1n), .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-5 > .columns:nth-of-type(1n), .gallery.gallery-columns-6 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 > .columns:nth-of-type(1n), .gallery.gallery-columns-7 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 > .columns:nth-of-type(1n), .gallery.gallery-columns-8 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 > .columns:nth-of-type(1n), .gallery.gallery-columns-9 > .column:nth-of-type(1n), .gallery.gallery-columns-5 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 > .columns:nth-of-type(1n) {
  clear: none;
}
.gallery.gallery-columns-5 > .column:nth-of-type(4n+1), .gallery.gallery-columns-5 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-5 > .columns:nth-of-type(4n+1), .gallery.gallery-columns-6 > .column:nth-of-type(4n+1), .gallery.gallery-columns-5 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 > .columns:nth-of-type(4n+1), .gallery.gallery-columns-7 > .column:nth-of-type(4n+1), .gallery.gallery-columns-5 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 > .columns:nth-of-type(4n+1), .gallery.gallery-columns-8 > .column:nth-of-type(4n+1), .gallery.gallery-columns-5 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 > .columns:nth-of-type(4n+1), .gallery.gallery-columns-9 > .column:nth-of-type(4n+1), .gallery.gallery-columns-5 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.gallery.gallery-columns-5 > .column:last-child, .gallery.gallery-columns-5 > .gallery-item:last-child, .gallery.gallery-columns-6 .gallery.gallery-columns-5 > .gallery-item:last-child, .gallery.gallery-columns-7 .gallery.gallery-columns-5 > .gallery-item:last-child, .gallery.gallery-columns-8 .gallery.gallery-columns-5 > .gallery-item:last-child, .gallery.gallery-columns-9 .gallery.gallery-columns-5 > .gallery-item:last-child, .gallery.gallery-columns-5 > .columns:last-child, .gallery.gallery-columns-6 > .column:last-child, .gallery.gallery-columns-5 .gallery.gallery-columns-6 > .gallery-item:last-child, .gallery.gallery-columns-6 > .gallery-item:last-child, .gallery.gallery-columns-7 .gallery.gallery-columns-6 > .gallery-item:last-child, .gallery.gallery-columns-8 .gallery.gallery-columns-6 > .gallery-item:last-child, .gallery.gallery-columns-9 .gallery.gallery-columns-6 > .gallery-item:last-child, .gallery.gallery-columns-6 > .columns:last-child, .gallery.gallery-columns-7 > .column:last-child, .gallery.gallery-columns-5 .gallery.gallery-columns-7 > .gallery-item:last-child, .gallery.gallery-columns-6 .gallery.gallery-columns-7 > .gallery-item:last-child, .gallery.gallery-columns-7 > .gallery-item:last-child, .gallery.gallery-columns-8 .gallery.gallery-columns-7 > .gallery-item:last-child, .gallery.gallery-columns-9 .gallery.gallery-columns-7 > .gallery-item:last-child, .gallery.gallery-columns-7 > .columns:last-child, .gallery.gallery-columns-8 > .column:last-child, .gallery.gallery-columns-5 .gallery.gallery-columns-8 > .gallery-item:last-child, .gallery.gallery-columns-6 .gallery.gallery-columns-8 > .gallery-item:last-child, .gallery.gallery-columns-7 .gallery.gallery-columns-8 > .gallery-item:last-child, .gallery.gallery-columns-8 > .gallery-item:last-child, .gallery.gallery-columns-9 .gallery.gallery-columns-8 > .gallery-item:last-child, .gallery.gallery-columns-8 > .columns:last-child, .gallery.gallery-columns-9 > .column:last-child, .gallery.gallery-columns-5 .gallery.gallery-columns-9 > .gallery-item:last-child, .gallery.gallery-columns-6 .gallery.gallery-columns-9 > .gallery-item:last-child, .gallery.gallery-columns-7 .gallery.gallery-columns-9 > .gallery-item:last-child, .gallery.gallery-columns-8 .gallery.gallery-columns-9 > .gallery-item:last-child, .gallery.gallery-columns-9 > .gallery-item:last-child, .gallery.gallery-columns-9 > .columns:last-child {
  float: left;
}
.gallery .gallery-item {
  margin-left: 0;
  margin-right: 0;
}
.gallery .gallery-item figcaption {
  color: #8a8a8a;
}
.gallery .gallery-item figcaption h5 {
  color: #000000;
}

#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.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 33.3333333333%;
  }
}
@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.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: -66.6666666667%;
    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 .container {
  background: #ebebeb;
}

.ra-single {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
  background: white;
  padding-bottom: 6.25rem;
}
.ra-single::before, .ra-single::after {
  content: " ";
  display: table;
}
.ra-single::after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .ra-single {
    padding-bottom: 9.375rem;
  }
}
.ra-single .main-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .ra-single .main-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.ra-single .main-content:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .ra-single .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .ra-single .main-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .ra-single .main-content:last-child:not(:first-child) {
    float: right;
  }
}
.ra-single .main-content .entry-title {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.ra-single .main-content .entry-content {
  min-height: 21.875rem;
}
.ra-single .post-navigation {
  margin-top: 1rem;
}
.ra-single .post-navigation .nav-previous a:before {
  content: "<";
  display: inline;
  margin-right: 0.25rem;
}
.ra-single .post-navigation .nav-next a:after {
  content: ">";
  display: inline;
  margin-left: 0.25rem;
}

.page-wrapper.ra-archive {
  margin-top: 0;
}

.ra-archive {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 40em) {
  .ra-archive {
    padding-bottom: 9.375rem;
  }
}
@media screen and (min-width: 64em) {
  .ra-archive {
    padding-top: 0;
  }
}
.ra-archive .breadcrumbs {
  margin-bottom: 0;
  padding-top: 1rem;
}
.ra-archive .main-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 40em) {
  .ra-archive .main-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.ra-archive .main-content:last-child:not(:first-child) {
  float: right;
}
@media screen and (min-width: 40em) {
  .ra-archive .main-content {
    width: 75%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 1rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .ra-archive .main-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .ra-archive .main-content:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .ra-archive .main-content {
    width: 83.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .ra-archive .main-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .ra-archive .main-content:last-child:not(:first-child) {
    float: right;
  }
}
.ra-archive .full-width {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.ra-archive .full-width::before, .ra-archive .full-width::after {
  content: " ";
  display: table;
}
.ra-archive .full-width::after {
  clear: both;
}
.ra-archive .search-results {
  padding-bottom: 0.5rem;
  border-bottom: #fbae40 solid 2px;
  margin-bottom: 0;
}
.ra-archive .search-results h2 {
  margin-top: 0.5rem;
  color: #8a8a8a;
}
.ra-archive .results {
  background-color: #ebebeb;
}
@media screen and (min-width: 40em) {
  .ra-archive .results {
    padding: 0.5rem;
  }
}

.excerpt {
  margin-bottom: 0.5rem;
}
.excerpt > a {
  background-color: white;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-left: white 3px solid;
}
.excerpt > a:hover {
  border-color: #fbae40;
  cursor: pointer;
}
.excerpt > a:hover header h2 {
  color: #fbae40;
}
.excerpt .meat {
  width: 75%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 40em) {
  .excerpt .meat {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.excerpt .meat:last-child:not(:first-child) {
  float: right;
}
.excerpt .meat header h2 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #000000;
  text-transform: uppercase;
}
.excerpt .meat .byline span {
  text-transform: capitalize;
  color: #000000;
}
.excerpt .meat .entry-content {
  margin-bottom: 0.5rem;
}
.excerpt .meat .entry-content p {
  color: #333333;
}
.excerpt .side-img {
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-right: 0 !important;
}
@media screen and (min-width: 40em) {
  .excerpt .side-img {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.excerpt .side-img:last-child:not(:first-child) {
  float: right;
}
.excerpt .side-img .ex-thumb {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

.meta a, .tags a {
  display: inline;
}

.tags a {
  font-size: 0.9rem;
}

.entry-content {
  margin-bottom: 3rem;
}

.meta time {
  color: #8a8a8a;
}

/****************************************************/
/* BEGIN globally applied styles                    */
/****************************************************/
body {
  background: #333333;
  color: #ffffff;
  height: auto;
}
body p {
  margin: 10px 0;
}
body a {
  color: #ffffff;
}
body a:hover, body a:focus {
  color: #fbae40;
}

.off-canvas-content, .off-canvas-wrapper {
  background-color: #333333;
}

.rect {
  background: #fbae40;
  width: 100%;
  height: 0.3rem;
}

h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
  border-bottom: 8px solid #fbae40;
  font-size: 1.7rem;
}
@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 2.1rem;
  }
}

h3 {
  text-transform: uppercase;
}

/*
  .row {
    padding-left:1rem;
    padding-right:1rem;
  }
*/
.centered-link {
  text-align: center;
}
.centered-link a {
  display: block;
  margin: 0 auto;
}

.zoom-icon {
  font-family: FontAwesome;
  margin: 0.5rem;
}
.zoom-icon:after {
  content: "";
}

.section-pad {
  padding: 2rem;
}
@media screen and (min-width: 40em) {
  .section-pad {
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .section-pad {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

.img-split {
  padding: 0rem;
  width: 100%;
  background-repeat: no-repeat;
  min-height: 0rem;
  -webkit-background-size: 127% 127%;
          background-size: 127%;
}
@media screen and (min-width: 40em) {
  .img-split {
    -webkit-background-size: 80% 80%;
            background-size: 80%;
  }
}
.img-split .row > .ss-column {
  background-color: #333333;
  float: right;
}
.img-split .row > .ss-column.off-white {
  background-color: #ebebeb;
}
.img-split > div {
  padding: 0rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
@media screen and (min-width: 40em) {
  .img-split > div {
    margin-left: auto;
    margin-right: auto;
  }
}
.img-split > div > div {
  margin-top: 25rem;
  padding: 0rem;
}
@media screen and (min-width: 40em) {
  .img-split > div > div {
    margin-top: 0rem;
  }
}
.img-split .split-text {
  background-color: #333333;
  float: right;
  padding: 2rem;
}
@media screen and (min-width: 40em) {
  .img-split .split-text {
    padding: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .img-split .split-text {
    padding: 3.2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 75em) {
  .img-split .split-text {
    padding: 3.6rem 0 3.6rem 3.6rem;
  }
}
.img-split.rght {
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.img-split.rght .split-text {
  background-color: #fbae40;
  padding: 3rem;
  float: left;
}
@media screen and (min-width: 75em) {
  .img-split.rght .split-text {
    padding: 3.6rem 3.6rem 3.6rem 0rem;
  }
}

/****************************************************/
/* END globally applied styles                      */
/****************************************************/
/****************************************************/
/* BEGIN standard features styles                   */
/****************************************************/
.standard-features {
  padding: 2rem;
}
@media screen and (min-width: 40em) {
  .standard-features {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .standard-features {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.standard-features > div.row > div.columns {
  padding: 0rem;
}
.standard-features h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 900;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
  padding-top: 0.5rem;
}
.standard-features ul {
  margin: 0rem;
  padding: 0rem;
  float: none;
  display: inline-block;
}
.standard-features ul li {
  max-height: 5rem;
  font-weight: 600;
  padding: 0rem;
  padding-top: 0rem;
  text-transform: uppercase;
  display: inline;
  float: left;
  font-size: 0.8rem;
}
.standard-features ul li > div > div {
  padding: 1.5rem;
  height: 100%;
}
@media screen and (min-width: 64em) {
  .standard-features ul li > div > div {
    padding: 0.1rem;
  }
}
.standard-features ul li > div > div > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.standard-features ul li > div > div > div p, .standard-features ul li > div > div > div img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0rem;
}
.standard-features ul li > div > div > div p {
  width: 100%;
}
.standard-features ul li img {
  width: auto;
  display: inline;
}

@media screen and (min-width: 40em) {
  .standard-features ul li > div {
    height: 100%;
    width: auto;
    /*
                padding-left:0.5rem;
                padding-right:0.5rem;
    */
  }
}
/****************************************************/
/* BEGIN service and support area styles            */
/****************************************************/
.service-support {
  color: #ffffff;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .service-support {
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media screen and (max-width: 39.9375em) {
  .service-support > div > div {
    margin-top: 18rem;
  }
  .service-support .service-support-text {
    padding: 1rem !important;
  }
  .service-support .service-support-text .button, .service-support .service-support-text a.download, .service-support .service-support-text input[type=submit] {
    width: 100%;
  }
}
.service-support h1 {
  letter-spacing: 0.2rem;
  font-size: 3.7rem;
  line-height: 3rem;
  font-weight: 900;
  border-bottom: 0rem solid rgba(0, 0, 0, 0);
  text-align: left;
}
@media screen and (min-width: 64em) {
  .service-support h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.service-support h1 span {
  font-size: 2.625rem;
  line-height: 2rem;
  font-weight: 900;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0rem;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 64em) {
  .service-support h1 span {
    font-size: 3.25rem;
    line-height: 3rem;
  }
  .service-support h1 span:after {
    width: 89%;
  }
}
.service-support h1 span:after {
  display: block;
  content: "";
  width: 100%;
  height: 0.5rem;
  background-color: #fbae40;
  margin-top: 14px;
}
.service-support p {
  width: 90%;
}
.service-support .button, .service-support .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .service-support input[type=submit], .service-support .button.download.outline, .service-support a.download, .service-support a.download.outline, .service-support input[type=submit], .service-support input.download.outline[type=submit] {
  margin-left: 0;
}

/****************************************************/
/* END service and support area styles              */
/****************************************************/
/****************************************************/
/* BEGIN news area styles                           */
/****************************************************/
.recent-news {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
  color: #000000;
}
@media screen and (min-width: 40em) {
  .recent-news {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.recent-news a {
  color: #000000;
  font-size: 1.2rem;
}
.recent-news h1 {
  color: #000000;
  font-size: 2rem;
}
.recent-news h2 {
  text-transform: uppercase;
  font-family: "camptonregular", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
}
.recent-news h3 {
  font-size: 1.2rem;
  font-family: "camptonregular", Helvetica, Roboto, Arial, sans-serif;
}
.recent-news h4 {
  font-family: "camptonregular", Helvetica, Roboto, Arial, sans-serif;
}
.recent-news > div > div {
  padding-left: 0rem;
  padding-right: 1rem;
  border-bottom: 0.1rem solid #fbae40;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 40em) {
  .recent-news {
    min-height: 30rem;
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .recent-news > div > div {
    border-bottom: 0 solid rgba(0, 0, 0, 0);
  }
  .recent-news .news-title {
    padding-left: 0rem;
  }
}
.news {
  padding: 2rem;
  background: #ffffff;
  color: #333333;
}
.news > h1, .news > h4 {
  width: -webkit-fit-content;
  width: fit-content;
}
.news > div.row > div.row {
  margin-top: 4rem;
}
.news > div.row > div.row h3 {
  font-weight: bold;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}
.news > div.row > div.row img {
  margin: auto;
}
.news > div.row > div.row div {
  margin-bottom: 4rem;
}
.news > div.row > div.row div h5 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  .news > div.row > div.row div h5 {
    margin-bottom: 4rem;
  }
}
.news > div.row > div.row div a.button, .news > div.row > div.row div a.download {
  margin-left: 0rem;
}

.post {
  color: #000000;
}

h1.entry-title {
  color: #000000;
}

.updated {
  color: #000000;
}

.page-wrapper {
  background: #ffffff;
}

.main-content h1 {
  color: #000000;
  text-transform: uppercase;
}
.main-content a {
  color: #000000;
}

.author a {
  color: #000000;
  font-weight: bold;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}

/****************************************************/
/* END news area styles                             */
/****************************************************/
/****************************************************/
/* BEGIN opportunity area styles                    */
/****************************************************/
.opportunity {
  width: 100%;
  background: #f7a81b;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(0deg, #f7a81b, #f7a81b 50%, #333333 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left bottom, left top, from(#f7a81b), color-stop(50%, #f7a81b), color-stop(50%, #333333));
  background: -webkit-linear-gradient(bottom, #f7a81b, #f7a81b 50%, #333333 50%);
  background: linear-gradient(0deg, #f7a81b, #f7a81b 50%, #333333 50%);
  /* modern browsers */
  text-transform: uppercase;
  margin: 0rem;
}
.opportunity h1 {
  border: none;
}
@media screen and (min-width: 40em) {
  .opportunity {
    min-height: 17rem;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #333333, #333333 50%, #f7a81b 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#333333), color-stop(50%, #333333), color-stop(50%, #f7a81b));
    background: linear-gradient(90deg, #333333, #333333 50%, #f7a81b 50%);
    /* modern browsers */
  }
}
.opportunity .button, .opportunity .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .opportunity input[type=submit], .opportunity .button.download.outline, .opportunity a.download, .opportunity a.download.outline, .opportunity input[type=submit], .opportunity input.download.outline[type=submit] {
  max-width: 100%;
  width: 100%;
}
.opportunity #opportunity-left {
  background: #333333;
  height: 100%;
  padding-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  .opportunity #opportunity-left {
    padding: 0rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .opportunity #opportunity-left {
    padding-right: 9rem;
  }
}
.opportunity #opportunity-right {
  background: #f7a81b;
  height: 100%;
  padding-top: 2rem;
}
@media screen and (min-width: 40em) {
  .opportunity #opportunity-right {
    padding: 0rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .opportunity #opportunity-right {
    padding-left: 9rem;
  }
}

/****************************************************/
/* END opportunity area styles                      */
/****************************************************/
/****************************************************/
/* BEGIN call out area styles                       */
/****************************************************/
.call-out {
  padding: 2rem;
  margin-top: 0rem;
  /* to scale with the screen size another rule is needed */
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 10rem;
  font-size: 1.8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 40em) {
  .call-out {
    min-height: 30rem;
    margin-top: 0rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .call-out {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 40em) {
  .call-out {
    font-size: 2.2rem;
  }
}
.call-out > .row {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.call-out p {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  /* center the paragraph within the div */
  display: block;
}
.call-out p a {
  font-weight: bold;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
  display: inline;
}

/****************************************************/
/* END call out area styles                         */
/****************************************************/
/****************************************************/
/* BEGIN contact area styles                        */
/****************************************************/
.contact-area {
  font-size: 1.5rem;
  background: #ffffff;
  color: #000000;
}
@media screen and (min-width: 40em) {
  .contact-area {
    padding-top: 7rem;
    padding-bottom: 4.5rem;
  }
}
.contact-area a {
  color: #000000;
}
.contact-area h1 {
  font-size: 2rem;
  border-bottom: none;
}
@media screen and (min-width: 40em) {
  .contact-area h1 {
    font-size: 3rem;
  }
}

.contact-header {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}

#contact-left, #contact-right {
  padding: 0rem;
}

#contact-co-info {
  padding: 0rem;
}
#contact-co-info .info-block {
  font-size: 1.2rem;
}
@media screen and (min-width: 64em) {
  #contact-co-info .info-block {
    font-size: 1.5rem;
  }
}

.contact-map > div {
  max-width: 100%;
}
.contact-map .acf-map {
  min-height: 37.5rem;
  width: 100%;
  margin: 0rem;
}
.contact-map .acf-map.noscroll {
  pointer-events: none;
}
.contact-map .acf-map.scroll {
  pointer-events: auto;
}

/****************************************************/
/* END contact area styles                          */
/****************************************************/
/****************************************************/
/* BEGIN mission area styles                        */
/* also quality, working at wolfe, job-description, */
/* privacy-policy, and become-dealer                */
/****************************************************/
.mission, .quality, .working-at-wolfe, .job-description, .entry-content, .become-dealer, .privacy-policy {
  background: #ffffff;
  color: #000000;
}
.mission h1, .quality h1, .working-at-wolfe h1, .job-description h1, .entry-content h1, .become-dealer h1, .privacy-policy h1 {
  border: none;
}
.mission h2, .quality h2, .working-at-wolfe h2, .job-description h2, .entry-content h2, .become-dealer h2, .privacy-policy h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}
.mission h5, .quality h5, .working-at-wolfe h5, .job-description h5, .entry-content h5, .become-dealer h5, .privacy-policy h5 {
  text-transform: uppercase;
}
.mission p, .quality p, .working-at-wolfe p, .job-description p, .entry-content p, .become-dealer p, .privacy-policy p {
  font-size: 1rem;
}
.mission a, .quality a, .working-at-wolfe a, .job-description a, .entry-content a, .become-dealer a, .privacy-policy a {
  color: #000000;
}

/****************************************************/
/* END mission area styles                          */
/* also quality, working at wolfe, job-description, */
/* privacy-policy, and become-dealer                */
/****************************************************/
/****************************************************/
/* BEGIN job postings area styles                   */
/****************************************************/
.job-postings {
  background: #ffffff;
  color: #000000;
}
.job-postings h1 {
  border: none;
}
.job-postings ul {
  list-style-type: none;
  margin-left: 0rem;
}
.job-postings ul li {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
  margin-top: 2rem;
}
.job-postings ul li a.button, .job-postings ul li a.download, .job-postings ul li a.download.outline {
  background: #000000;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.off-white {
  background: #ebebeb;
}

/****************************************************/
/* END job postings area styles                     */
/****************************************************/
/****************************************************/
/* BEGIN job qualifications area styles             */
/****************************************************/
.job-qualifications {
  padding: 2rem;
  background: #ebebeb;
  color: black;
}
.job-qualifications h1 {
  border: none;
}
.job-qualifications ul {
  margin-bottom: 2rem;
}
.job-qualifications ul li {
  text-transform: uppercase;
  display: inline;
}
.job-qualifications ul li:after {
  content: " | ";
  color: #fbae40;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/****************************************************/
/* END job qualifications area styles               */
/****************************************************/
/****************************************************/
/* BEGIN values area styles                         */
/****************************************************/
.values {
  color: #000000;
  background-color: #ebebeb;
}
.values h1 {
  border: none;
}
@media screen and (min-width: 64em) {
  .values {
    -webkit-background-size: 60% 60%;
            background-size: 60%;
  }
}
@media screen and (min-width: 75em) {
  .values {
    -webkit-background-size: 50% 50%;
            background-size: 50%;
  }
}
.values h1 {
  display: inline-block;
}
.values h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}
.values h5 {
  font-weight: bold;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}
.values p {
  font-size: 1.2rem;
  display: inline-block;
}
.values .num-lbl {
  font-weight: bold;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
  display: inline;
  font-size: 5rem;
  padding: 0rem;
}
.values > div {
  padding: 0rem;
}
.values > div > div > div {
  margin-bottom: 0.5rem;
}
.values .values-right {
  padding: 2rem;
}

/****************************************************/
/* END values area styles                           */
/****************************************************/
/****************************************************/
/* BEGIN products, service, equipment area styles   */
/****************************************************/
.products-service-equipment {
  color: #000000;
  background: #ffffff;
}
.products-service-equipment h3 {
  font-weight: 700;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}

/****************************************************/
/* END products, service, equipment area styles     */
/****************************************************/
/****************************************************/
/* BEGIN work section area styles                   */
/****************************************************/
.work-section {
  background: #fbae40;
  color: #000000;
}
.work-section h1 {
  border: none;
}
.work-section h1 {
  margin-bottom: 2rem;
}
.work-section h3 {
  font-weight: bold;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}
.work-section a.button, .work-section a.download, .work-section a.download.outline {
  margin-left: 0rem;
  max-width: none;
  min-width: 0rem;
}
@media screen and (max-width: 63.9375em) {
  .work-section .columns {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 40em) {
  .work-section .columns:first-child {
    padding-left: 0;
  }
}
@media screen and (min-width: 40em) {
  .work-section .columns:last-child {
    margin-bottom: 0;
    padding-right: 0;
  }
}

.hide-small {
  display: none;
}
@media screen and (min-width: 40em) {
  .hide-small {
    display: block;
  }
}

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

/****************************************************/
/* END work section area styles                     */
/****************************************************/
/****************************************************/
/* BEGIN service commitment area styles             */
/****************************************************/
.service-commitment {
  background-position: top left;
  -webkit-background-size: 200% 200%;
          background-size: 200%;
}
.service-commitment h1 {
  border: none;
}
@media screen and (min-width: 40em) {
  .service-commitment {
    -webkit-background-size: 90% 90%;
            background-size: 90%;
  }
}
@media screen and (min-width: 64em) {
  .service-commitment {
    -webkit-background-size: 65% 65%;
            background-size: 65%;
  }
}
.service-commitment a.button, .service-commitment a.download, .service-commitment a.download.outline {
  margin-left: 0rem;
  max-width: none;
  min-width: 0rem;
}

.service-commitment-orange {
  background: #fbae40;
  color: #000000;
}
.service-commitment-orange h1 {
  border: none;
}
.service-commitment-orange .split-text {
  background: #fbae40;
}

.service-commitment-pad {
  padding: 2rem;
}

.service-commitment-nopad {
  padding: 0rem;
}

/****************************************************/
/* END service commitment area styles               */
/****************************************************/
/****************************************************/
/* BEGIN service parts repairs area styles          */
/****************************************************/
.service-parts-repairs {
  background: #ffffff;
  color: #000000;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 40em) {
  .service-parts-repairs {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.service-parts-repairs h1 {
  border: none;
}
.service-parts-repairs h4 {
  font-weight: bold;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}
.service-parts-repairs > div {
  padding-top: 2rem;
}
.service-parts-repairs > div > div > div {
  padding-left: 0rem;
  padding-right: 0rem;
}
@media screen and (min-width: 40em) {
  .service-parts-repairs > div > div > div {
    padding-right: 2rem;
  }
}
.service-parts-repairs .content p:last-child {
  margin-bottom: 0;
}
.service-parts-repairs .content a {
  color: #fbae40;
}
.service-parts-repairs .content a:hover, .service-parts-repairs .content a:focus, .service-parts-repairs .content a:active {
  text-decoration: underline;
}

/****************************************************/
/* END service parts repairs area styles            */
/****************************************************/
/****************************************************/
/* BEGIN technology and comfort area styles         */
/****************************************************/
.tech-comfort {
  position: relative;
  background: #ebebeb;
  color: #000000;
  text-transform: uppercase;
  padding-top: 3.5rem;
}
@media screen and (min-width: 64em) {
  .tech-comfort {
    padding-top: 7rem;
  }
}
.tech-comfort h1 {
  border-bottom: 0rem solid rgba(0, 0, 0, 0);
}
.tech-comfort ul {
  margin-left: 0rem;
}
.tech-comfort ul li {
  display: inline;
}
.tech-comfort ul li:after {
  content: " | ";
  color: #fbae40;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.down-arrow {
  max-height: 0rem;
  height: 0rem;
  max-width: 0rem;
  width: 0rem;
  position: absolute;
  top: 0rem;
  left: 5%;
  background: rgba(0, 0, 0, 0);
  border: 2.5rem solid rgba(0, 0, 0, 0);
}
@media screen and (min-width: 90em) {
  .down-arrow {
    left: 17.5%;
  }
}
.down-arrow.white {
  border-top: 2.5rem solid #ffffff;
}

/****************************************************/
/* END technology and comfort area styles           */
/****************************************************/
/****************************************************/
/* BEGIN details and features area styles           */
/****************************************************/
.details-features {
  background: #ffffff;
  color: #000000;
}
.details-features a {
  color: #000000;
  font-family: "camptonregular", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-right: 2rem;
}
.details-features h1 {
  border-bottom: 0px solid rgba(0, 0, 0, 0);
}
.details-features .option-heading {
  font-weight: normal;
  font-family: "camptonregular", Helvetica, Roboto, Arial, sans-serif;
}
.details-features .accordion-content {
  color: #000000;
  padding: 0rem;
  font-size: 0.8rem;
}
@media screen and (min-width: 40em) {
  .details-features .accordion-content {
    font-size: 1rem;
  }
}
.details-features > div > div {
  padding-top: 4rem;
}
@media screen and (min-width: 40em) {
  .details-features > div > div {
    padding-top: 0rem;
  }
}
.details-features .accordion-item .accordion-content {
  border: none;
}
.details-features .accordion-item a.accordion-tab-title {
  background: transparent;
  color: #000000;
  border: none;
  padding-left: 0rem;
  padding-right: 2rem;
  font-size: 0.8rem;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  .details-features .accordion-item a.accordion-tab-title {
    font-size: 1.1rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .details-features .accordion-item a.accordion-tab-title {
    font-size: 1.5rem;
    padding-right: 2.5rem;
  }
}
.details-features .accordion-item a.accordion-tab-title.inactive-title::before {
  content: "";
}
.details-features .accordion-item a.accordion-tab-title:before {
  position: absolute;
  display: inline-block;
  float: right;
  right: 0;
  top: 50%;
  padding: 0;
  content: "";
  font-family: "FontAwesome";
  color: #fbae40;
  font-size: 1.5rem;
  margin-top: -0.75rem;
}
.details-features .accordion-item.is-active a.accordion-title {
  background: transparent;
  color: black;
}
.details-features .accordion-item.is-active a.accordion-title:before {
  content: "";
}
.details-features .accordion-item.is-active a.accordion-title:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 0.2rem;
  background-color: #fbae40;
  bottom: 0;
  left: 0;
}

.standard-features-titles {
  margin-left: 0rem;
  list-style-type: none;
}
.standard-features-titles li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
  .standard-features-titles {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
/****************************************************/
/* END details and features area styles             */
/****************************************************/
/****************************************************/
/* BEGIN optional addons area styles                */
/****************************************************/
.optional-addons {
  background: #ebebeb;
  color: #000000;
}
.optional-addons h1 {
  border-bottom: 0px solid rgba(0, 0, 0, 0);
}
.optional-addons ul {
  margin-left: 0rem;
  list-style-type: none;
}
.optional-addons ul li {
  margin-bottom: 8px;
}
@media screen and (min-width: 40em) {
  .optional-addons ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 40em) {
  .optional-addons ul {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

/****************************************************/
/* END optional addons area styles                  */
/****************************************************/
/****************************************************/
/* BEGIN technical diagram area styles              */
/****************************************************/
.tech-diagram {
  background: #ffffff;
  color: #000000;
  padding-bottom: 0;
}
.tech-diagram h1 {
  border-bottom: 0rem solid rgba(0, 0, 0, 0);
  margin-bottom: 2rem;
}
.tech-diagram .zoom-info {
  color: #e1e1e1;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

/****************************************************/
/* END technical diagram area styles                */
/****************************************************/
/****************************************************/
/* BEGIN technical drawing area styles              */
/****************************************************/
.tech-drawing {
  background: #ffffff;
  color: #000000;
}
.tech-drawing h1 {
  border-bottom: 0rem solid rgba(0, 0, 0, 0);
  margin-bottom: 2rem;
}
.tech-drawing .zoom-info {
  color: #e1e1e1;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

/****************************************************/
/* END technical drawing area styles                */
/****************************************************/
/****************************************************/
/* BEGIN upgrade package area styles                */
/****************************************************/
.upgrade-package {
  background: #fbae40;
  color: #000000;
}
.upgrade-package h1 {
  border-bottom: 0rem solid rgba(0, 0, 0, 0);
}
.upgrade-package ul {
  list-style-type: none;
  margin: 0rem;
}
@media screen and (min-width: 40em) {
  .upgrade-package ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.upgrade-package ul li {
  text-transform: uppercase;
  margin-bottom: 16px;
}

/****************************************************/
/* END upgrade package area styles                  */
/****************************************************/
/****************************************************/
/* BEGIN why wolfe area styles                      */
/****************************************************/
.why-wolfe {
  background: #ebebeb;
  color: #000000;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}
.why-wolfe h1 {
  border-bottom: 0rem solid rgba(0, 0, 0, 0);
}
.why-wolfe ul {
  margin-bottom: 2rem;
  margin-left: 0rem;
}
.why-wolfe ul li {
  text-transform: uppercase;
  display: inline;
}
.why-wolfe ul li:after {
  content: " | ";
  color: #fbae40;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.why-wolfe a {
  color: #000000;
  display: inline;
}
.why-wolfe a:hover, .why-wolfe a:focus {
  color: #fbae40;
}
.why-wolfe p {
  font-weight: normal;
  font-family: "camptonregular", Helvetica, Roboto, Arial, sans-serif;
}

/****************************************************/
/* END why wolfe area styles                        */
/****************************************************/
/****************************************************/
/* BEGIN application form area styles               */
/****************************************************/
.job-application {
  padding: 2rem;
  background: #ffffff;
}
.job-application h1 {
  border: none;
}
.job-application h1 {
  color: #000000;
}

/****************************************************/
/* END application form area styles                 */
/****************************************************/
/****************************************************/
/* BEGIN pre-owned equipment area styles            */
/****************************************************/
.pre-owned-equipment {
  background: #ffffff;
  color: #000000;
  padding: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pre-owned-equipment h1 {
  border: none;
}
.pre-owned-equipment h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
}
.pre-owned-equipment ul {
  list-style-type: none;
  margin-left: 0rem;
  -webkit-column-count: 2;
  column-count: 2;
}
.pre-owned-equipment .carousel-equipment {
  height: 22rem;
}
.pre-owned-equipment .carousel-equipment img {
  height: 22rem;
  width: auto;
}
.pre-owned-equipment .carousel-equipment .slick-prev::before, .pre-owned-equipment .carousel-equipment .slick-next::before {
  color: #333333;
  font-family: FontAwesome;
  font-size: 1.5rem;
}
.pre-owned-equipment .carousel-equipment .slick-prev::before {
  content: "";
}
.pre-owned-equipment .carousel-equipment .slick-next::before {
  content: "";
}

/****************************************************/
/* END pre-owned equipment area styles              */
/****************************************************/
/****************************************************/
/* BEGIN current dealers area styles                */
/****************************************************/
.current-dealers {
  background: #ffffff;
  color: #000000;
  padding: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.current-dealers h1 {
  border: none;
}
.current-dealers h2 {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}
.current-dealers h3 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}
.current-dealers p {
  margin: 0rem;
}
.current-dealers a {
  color: #000000;
}
.current-dealers > div {
  padding-bottom: 1rem;
}
.current-dealers .dealer-li {
  padding-left: 0rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .current-dealers .dealer-li {
    padding-bottom: 5rem;
  }
}
.current-dealers .map-cont {
  border: #ccc solid 1px;
  margin: 20px 0;
  overflow: hidden;
  height: 15rem;
  width: 100%;
  max-width: 30rem;
}
.current-dealers .map-cont .acf-map {
  width: 100%;
  height: 100%;
}
.current-dealers .map-cont .acf-map.noscroll {
  pointer-events: none;
}
.current-dealers .map-cont .acf-map.scroll {
  pointer-events: auto;
}

/****************************************************/
/* END current dealers area styles                  */
/****************************************************/
/****************************************************/
/* BEGIN distributor opportunity area styles        */
/****************************************************/
.distributor-opportunities {
  background: #ebebeb;
  color: #000000;
  padding: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.distributor-opportunities h1 {
  border: none;
}
.distributor-opportunities h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
}
.distributor-opportunities h5 {
  text-transform: uppercase;
}
.distributor-opportunities p {
  font-size: 1rem;
}

/****************************************************/
/* END distributor opportunity area styles          */
/****************************************************/
/****************************************************/
/* BEGIN dealer inquiry form area styles            */
/****************************************************/
.dealer-inquiry {
  padding: 2rem;
  background: #ffffff;
}
.dealer-inquiry h1 {
  border: none;
}
.dealer-inquiry h1 {
  color: #000000;
}

/****************************************************/
/* END dealer inquiry form area styles              */
/****************************************************/
/****************************************************/
/* BEGIN attachment specifications area styles                */
/****************************************************/
.attachment-specifications {
  background: #ebebeb;
  color: #000000;
}
.attachment-specifications table {
  border: none;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  background-color: #ebebeb;
}
.attachment-specifications table tbody {
  border: none;
}
.attachment-specifications table tr {
  background-color: #ebebeb;
}
.attachment-specifications table tr:nth-child(even) {
  background-color: #ebebeb;
}
.attachment-specifications table tr:first-of-type {
  border-bottom: 2px solid #000000;
}
.attachment-specifications table tr:nth-child(2) td {
  padding-top: 2.25rem;
}
.attachment-specifications table h4 {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.attachment-specifications table th {
  padding: 0;
}
.attachment-specifications table td {
  font-size: 1.25rem;
  padding: 0.75rem 2rem 0.75rem 0;
}
.attachment-specifications table td:last-of-type {
  padding-right: 0;
}

/****************************************************/
/* END attachment specifications area styles                  */
/****************************************************/
/****************************************************/
/* BEGIN reveal action-video-modal styles */
/****************************************************/
.action-video-modal {
  padding-top: 2.5rem;
}
.action-video-modal .flex-video {
  margin: 0;
}
.action-video-modal .action-video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-height: 100%;
  border: 3px solid #fbae40;
}
@media screen and (min-width: 40em) {
  .action-video-modal .action-video {
    border: 0.375rem solid #fbae40;
  }
}
.action-video-modal .action-video > iframe {
  width: 100%;
  height: 100%;
}
.action-video-modal .action-video, .action-video-modal .nav-video-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.action-video-modal .nav-video-image {
  min-width: 6.25rem !important;
  min-height: 5rem !important;
}
.action-video-modal .nav-video-image.video-cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.action-video-modal .nav-video-image.video-cont::after {
  position: relative;
  content: "";
  font-size: 2rem;
  font-family: "FontAwesome";
  color: #ffffff;
  background: transparent;
}
.action-video-modal .action-video-slider-nav .slick-list {
  position: relative;
  left: -0.25rem;
  width: calc(100% + 0.25rem);
}
.action-video-modal .action-video-slider-nav .slick-list:after {
  pointer-events: none;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, white 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, white 100%);
  position: absolute;
}
.action-video-modal .action-video-slider-nav .slick-track {
  min-width: 100%;
}
.action-video-modal .action-video-slider-nav .slick-slide {
  margin: 0 0.25rem;
  width: 6.25rem !important;
  outline: none;
}
.action-video-modal .action-video-slider-nav .slick-slide > * {
  outline: none;
}
.action-video-modal .action-video-slider-nav .slick-current .nav-video-image {
  border: 3px solid #fbae40;
}
@media screen and (min-width: 40em) {
  .action-video-modal .action-video-slider-nav .slick-current .nav-video-image {
    border: 0.25rem solid #fbae40;
  }
}
.action-video-modal .action-video-slider-nav .slick-arrow {
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0.25rem;
  color: #fbae40;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  top: 9rem;
  font-weight: 700;
}
@media screen and (min-width: 40em) {
  .action-video-modal .action-video-slider-nav .slick-arrow {
    top: 50%;
  }
}
.action-video-modal .action-video-slider-nav .slick-arrow:before {
  font-family: "FontAwesome";
  font-size: 1.125rem;
  color: #fbae40;
  opacity: 1;
  display: block;
  position: absolute;
  top: calc(50% - 0.5625rem);
  bottom: calc(50% - 0.5625rem);
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.action-video-modal .action-video-slider-nav .slick-arrow:hover, .action-video-modal .action-video-slider-nav .slick-arrow:focus, .action-video-modal .action-video-slider-nav .slick-arrow:active {
  background-color: #fbae40;
}
.action-video-modal .action-video-slider-nav .slick-arrow:hover::before, .action-video-modal .action-video-slider-nav .slick-arrow:focus::before, .action-video-modal .action-video-slider-nav .slick-arrow:active::before {
  color: white;
}
.action-video-modal .action-video-slider-nav .slick-arrow.slick-next {
  right: 0.5rem;
}
.action-video-modal .action-video-slider-nav .slick-arrow.slick-next:before {
  content: "";
}
.action-video-modal .action-video-slider-nav .slick-arrow.slick-prev {
  left: 0.5rem;
}
.action-video-modal .action-video-slider-nav .slick-arrow.slick-prev:before {
  content: "";
}
.action-video-modal .action-video-slider {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.18);
  margin-bottom: 0.5rem;
}
.action-video-modal .action-video-slider .slick-arrow {
  z-index: 1;
  background-color: #ffffff;
  padding: 1.25rem;
  color: #fbae40;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  font-weight: 700;
  display: none !important;
}
@media screen and (min-width: 40em) {
  .action-video-modal .action-video-slider .slick-arrow {
    display: inline-block !important;
  }
}
.action-video-modal .action-video-slider .slick-arrow:before {
  font-family: "FontAwesome";
  font-size: 1.125rem;
  color: #fbae40;
  opacity: 1;
  display: block;
  position: absolute;
  top: calc(50% - 0.5625rem);
  bottom: calc(50% - 0.5625rem);
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.action-video-modal .action-video-slider .slick-arrow:hover, .action-video-modal .action-video-slider .slick-arrow:focus, .action-video-modal .action-video-slider .slick-arrow:active {
  background-color: #fbae40;
}
.action-video-modal .action-video-slider .slick-arrow:hover::before, .action-video-modal .action-video-slider .slick-arrow:focus::before, .action-video-modal .action-video-slider .slick-arrow:active::before {
  color: white;
}
.action-video-modal .action-video-slider .slick-arrow.slick-next {
  right: 0rem;
}
.action-video-modal .action-video-slider .slick-arrow.slick-next:before {
  content: "";
}
.action-video-modal .action-video-slider .slick-arrow.slick-prev {
  left: 0rem;
}
.action-video-modal .action-video-slider .slick-arrow.slick-prev:before {
  content: "";
}
.action-video-modal .action-video-slider .slick-track {
  margin-bottom: -0.22rem;
}
@media screen and (min-width: 40em) {
  .action-video-modal .action-video-slider .slick-track {
    margin-bottom: -0.02rem;
  }
}
@media screen and (min-width: 64em) {
  .action-video-modal .action-video-slider .slick-track {
    margin-bottom: -0.05rem;
  }
}

/****************************************************/
/* END reveal action-video-modal styles */
/****************************************************/
/****************************************************/
/* BEGIN - Rich Text and Media Styles */
/****************************************************/
.rich-text-and-media {
  background-color: #ebebeb;
}
@media screen and (min-width: 64em) {
  .rich-text-and-media {
    padding-top: 4.4375rem;
    padding-bottom: 4.4375rem;
  }
}
.rich-text-and-media .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.rich-text-and-media .content-col .section-title {
  color: #333333;
  border-bottom: 8px solid #F2A900;
  font-weight: 700;
  font-family: "camptonbold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: fit-content;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .rich-text-and-media .content-col .section-title {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 64em) {
  .rich-text-and-media .content-col .section-title {
    font-size: 3.125rem;
  }
}
.rich-text-and-media .content-col .section-title span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
@media screen and (min-width: 64em) {
  .rich-text-and-media .content-col .section-title span {
    display: block;
  }
}
.rich-text-and-media .content-col .content-title {
  color: #333333;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.25rem;
}
.rich-text-and-media .content-col .image {
  display: block;
  margin-bottom: 1.5rem;
  margin-left: 0;
}
@media screen and (min-width: 64em) {
  .rich-text-and-media .content-col .image {
    display: none;
  }
}
.rich-text-and-media .content-col .content {
  color: #333333;
}
.rich-text-and-media .content-col .content ul {
  margin-bottom: 0;
}
.rich-text-and-media .content-col .content ul li {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 63.9375em) {
  .rich-text-and-media .image-col {
    display: none;
    margin-top: 1.5rem;
  }
  .rich-text-and-media .image-col img {
    margin-left: 0;
  }
}

/****************************************************/
/* END - Rich Text and Media Styles */
/****************************************************/
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on October 7, 2016 */
@font-face {
  font-family: "camptonbold";
  src: url("../fonts/campton-bold-webfont.woff2") format("woff2"), url("../fonts/campton-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "camptonregular";
  src: url("../fonts/campton-book-webfont.woff2") format("woff2"), url("../fonts/campton-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "camptonmedium";
  src: url("../fonts/campton-medium-webfont.woff2") format("woff2"), url("../fonts/campton-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*# sourceMappingURL=foundation.css.map */
