@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
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

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

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

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

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

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

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/*!
 *  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("../eot/fontawesome-webfont3295.eot?v=4.5.0");
  src: url("../eot/fontawesome-webfontd41d.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../woff2/fontawesome-webfont3295.woff2?v=4.5.0") format("woff2"), url("../woff/fontawesome-webfont3295.woff?v=4.5.0") format("woff"), url("../ttf/fontawesome-webfont3295.ttf?v=4.5.0") format("truetype"), url("../svg/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

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

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40.125em&large=61.5em&xlarge=71.375em&xxlarge=90em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #232323;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

pre {
  overflow: auto; }

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    @media print, screen and (min-width: 40.125em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 61.5em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 71.375em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

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

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-block {
  margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40.125em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #2d2d2d; }

h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40.125em) {
  h1 {
    font-size: 3.875rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

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

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #2d2d2d;
  background-color: #bdbdbd;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #191919; }

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

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

.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 print, screen and (min-width: 40.125em) {
  .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 print, screen and (min-width: 61.5em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

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

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

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !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 #232323;
    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; }
  .print-break-inside {
    page-break-inside: auto; } }

[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;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #2d2d2d;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(25, 25, 25, 0.1);
          box-shadow: inset 0 1px 2px rgba(25, 25, 25, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #191919;
  -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;
          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 {
    outline: none;
    border: 1px solid #232323;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #2d2d2d;
            box-shadow: 0 0 5px #2d2d2d;
    -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: #2d2d2d; }

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

input::placeholder,
textarea::placeholder {
  color: #2d2d2d; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #bdbdbd;
  cursor: not-allowed; }

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

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;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

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

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

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

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

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

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #2d2d2d;
  background: #bdbdbd;
  color: #191919;
  text-align: center;
  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;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #2d2d2d; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #232323; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #2d2d2d;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #191919;
  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%2835, 35, 35%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -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; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #232323;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #2d2d2d;
            box-shadow: 0 0 5px #2d2d2d;
    -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; }
  select:disabled {
    background-color: #bdbdbd;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -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;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0c9fd6;
  color: #191919;
  /*color: #fefefe;*/ }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #176e9f;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #191919;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #141414;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #191919; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #191919; }
  .button.warning {
    background-color: #ffae00;
    color: #191919; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #191919; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #191919;
    color: #191919; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0d0d0d;
      color: #0d0d0d; }
    .button.hollow.primary {
      border: 1px solid #191919;
      color: #191919; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0d0d0d;
        color: #0d0d0d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #191919;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #191919;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #191919; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #191919; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #0c9fd6; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #191919; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

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

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

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

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

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

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

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

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

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

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(25, 25, 25, 0.25);
  border-radius: 0;
  background-color: white;
  color: #232323; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #dddddd;
    color: #232323; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #232323; }
  .callout.success {
    background-color: #e1faea;
    color: #232323; }
  .callout.warning {
    background-color: #fff3d9;
    color: #232323; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #232323; }
  .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; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #fefefe; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #bdbdbd; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #232323;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #191919; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.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 select,
  .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, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40.125em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 61.5em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 71.375em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .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.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #191919;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #bdbdbd; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #bdbdbd; }

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

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

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

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

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

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

.drilldown-submenu-cover-previous {
  min-height: 100%; }

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

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

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #2d2d2d;
  border-radius: 0;
  background-color: #232323;
  font-size: 1rem; }
  .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 {
  top: 100%;
  right: 0;
  left: auto; }

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

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

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

[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 {
  right: 100%;
  left: auto; }

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

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

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

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

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

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

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

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

.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: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

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

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

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

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 40.0625em) {
    .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; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

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

.off-canvas {
  position: fixed;
  z-index: 1;
  -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;
  background: #2c3840; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(25, 25, 25, 0.7);
              box-shadow: 0 0 10px rgba(25, 25, 25, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -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;
  background: #2c3840; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(25, 25, 25, 0.7);
              box-shadow: 0 0 10px rgba(25, 25, 25, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(25, 25, 25, 0.7);
            box-shadow: 0 0 10px rgba(25, 25, 25, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(25, 25, 25, 0.7);
            box-shadow: 0 0 10px rgba(25, 25, 25, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(25, 25, 25, 0.7);
            box-shadow: 0 0 10px rgba(25, 25, 25, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(25, 25, 25, 0.7);
            box-shadow: 0 0 10px rgba(25, 25, 25, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

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

@media print, screen and (min-width: 40.125em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 61.5em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 71.375em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(25, 25, 25, 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;
    border-radius: 50%;
    background-color: #2d2d2d; }
    .orbit-bullets button:hover {
      background-color: #232323; }
    .orbit-bullets button.is-active {
      background-color: #232323; }

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

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #2d2d2d; }
  .progress.primary .progress-meter {
    background-color: #191919; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

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

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

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #bdbdbd;
  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: #2d2d2d;
  -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;
  border-radius: 0;
  background-color: #191919;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #151515; }
  .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: relative;
  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: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

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

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

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #2d2d2d;
  border-radius: 0;
  background-color: #323232;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40.125em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40.125em) {
    .reveal {
      width: 600px;
      max-width: 90%; } }
  @media print, screen and (min-width: 40.125em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40.125em) {
    .reveal.tiny {
      width: 30%;
      max-width: 90%; } }
  @media print, screen and (min-width: 40.125em) {
    .reveal.small {
      width: 50%;
      max-width: 90%; } }
  @media print, screen and (min-width: 40.125em) {
    .reveal.large {
      width: 90%;
      max-width: 90%; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 40.0625em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #070707; }

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

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

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

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

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

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

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

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

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(25, 25, 25, 0.2);
          box-shadow: 0 0 0 1px rgba(25, 25, 25, 0.2);
  line-height: 0; }

a.thumbnail {
  -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; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(25, 25, 25, 0.5);
            box-shadow: 0 0 6px 1px rgba(25, 25, 25, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #2c3840;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .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 {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

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

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

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #191919; }
  .top-bar ul ul {
    background-color: #323232; }
  .top-bar input {
    max-width: 220px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 61.5em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 61.4375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 71.3125em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

@media print, screen and (min-width: 61.5em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 61.4375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 61.5em) and (max-width: 71.3125em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 61.4375em), screen and (min-width: 71.375em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 71.375em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 71.3125em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 71.375em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 71.3125em), screen and (min-width: 90em) {
  .show-for-xlarge-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;
  width: auto;
  height: 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-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.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
*/
#page {
  overflow: hidden; }

h1 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 40.125em) {
    h1 {
      font-size: 62px; } }
  h1.special {
    font-size: 40px;
    line-height: 1.1; }
    @media print, screen and (min-width: 40.125em) {
      h1.special {
        font-size: 44px; } }
    @media print, screen and (min-width: 61.5em) {
      h1.special {
        font-size: 70px; } }
    @media screen and (min-width: 71.375em) {
      h1.special {
        font-size: 85px; } }

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  color: #fefefe;
  text-transform: uppercase; }
  @media print, screen and (min-width: 61.5em) {
    h2 {
      font-size: 34px; } }
  h2.special {
    font-size: 40px;
    line-height: 1.1; }
    @media print, screen and (min-width: 40.125em) {
      h2.special {
        font-size: 44px; } }
    @media print, screen and (min-width: 61.5em) {
      h2.special {
        font-size: 70px; } }
    @media screen and (min-width: 71.375em) {
      h2.special {
        font-size: 85px; } }

h3 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  color: #0c9fd6;
  text-transform: uppercase; }

h4 {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  color: #fefefe;
  text-transform: uppercase; }

p {
  font-size: 13px; }
  @media print, screen and (min-width: 61.5em) {
    p {
      font-size: 15px; } }

body.page-template-white-background-default {
  position: relative;
  background-color: #fefefe;
  color: #191919; }
  body.page-template-white-background-default h1 {
    color: #323232; }
  body.page-template-white-background-default h2 {
    color: #323232; }
  body.page-template-white-background-default h4 {
    color: #0c9fd6; }
  body.page-template-white-background-default p {
    color: #191919; }
    body.page-template-white-background-default p.white {
      color: #fefefe; }
    body.page-template-white-background-default p.orange {
      color: #f9ac08; }
  body.page-template-white-background-default .wpcf7-response-output {
    color: #fefefe; }
  body.page-template-white-background-default .footer-box-content h2 {
    color: #fefefe; }

.page-width {
  margin: 0 auto; }
  @media print, screen and (min-width: 40.125em) {
    .page-width {
      max-width: 642px; } }
  @media print, screen and (min-width: 61.5em) {
    .page-width {
      max-width: 984px; } }
  @media screen and (min-width: 71.375em) {
    .page-width {
      max-width: 1142px; } }

.center {
  text-align: center; }

a {
  -webkit-transition: color .5s;
  transition: color .5s; }
  a:hover {
    -webkit-transition: color .5s;
    transition: color .5s; }
  a.block {
    display: block;
    width: 100%;
    height: 100%; }

.relative {
  position: relative; }

.white, p.white, a.white, a.white:hover, a.white:visited, a.white:active, a.white:focus {
  color: #fefefe; }
  .white a, .white a:hover, .white a:visited, .white a:active, .white a:focus, p.white a, p.white a:hover, p.white a:visited, p.white a:active, p.white a:focus, a.white a, a.white a:hover, a.white a:visited, a.white a:active, a.white a:focus, a.white:hover a, a.white:hover a:hover, a.white:hover a:visited, a.white:hover a:active, a.white:hover a:focus, a.white:visited a, a.white:visited a:hover, a.white:visited a:visited, a.white:visited a:active, a.white:visited a:focus, a.white:active a, a.white:active a:hover, a.white:active a:visited, a.white:active a:active, a.white:active a:focus, a.white:focus a, a.white:focus a:hover, a.white:focus a:visited, a.white:focus a:active, a.white:focus a:focus {
    color: #fefefe; }

.blue, p.blue, a.blue, a.blue:hover, a.blue:visited, a.blue:active, a.blue:focus {
  color: #0c9fd6; }
  .blue a, .blue a:hover, .blue a:visited, .blue a:active, .blue a:focus, p.blue a, p.blue a:hover, p.blue a:visited, p.blue a:active, p.blue a:focus, a.blue a, a.blue a:hover, a.blue a:visited, a.blue a:active, a.blue a:focus, a.blue:hover a, a.blue:hover a:hover, a.blue:hover a:visited, a.blue:hover a:active, a.blue:hover a:focus, a.blue:visited a, a.blue:visited a:hover, a.blue:visited a:visited, a.blue:visited a:active, a.blue:visited a:focus, a.blue:active a, a.blue:active a:hover, a.blue:active a:visited, a.blue:active a:active, a.blue:active a:focus, a.blue:focus a, a.blue:focus a:hover, a.blue:focus a:visited, a.blue:focus a:active, a.blue:focus a:focus {
    color: #0c9fd6; }

.table {
  display: table; }
  .table .table-row {
    display: table-row; }
    .table .table-row .table-cell {
      display: table-cell; }

.fa-play-circle {
  color: #0c9fd6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .fa-play-circle:hover {
    color: #176e9f; }

.orbit-container:focus {
  outline-width: 0; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.no-float {
  float: none !important; }

#processing-request {
  display: none;
  z-index: 1010;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7); }
  #processing-request #processing-gif {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -205px 0 0 -160px;
    max-width: 320px; }

.grecaptcha-badge {
  visibility: hidden; }

#mobile-x, #mobile-hamburger, .bg-fire-icon-blue-1, .bg-fire-icon-grey-1, .bg-hammer-icon-blue-1, .bg-hammer-icon-grey-1, .bg-sheild-icon-blue-1, .bg-sheild-icon-grey-1, .bg-star-icon-blue-1, .bg-star-icon-grey-1 {
  background-image: url("../png/css_sprites.png"); }

#mobile-x {
  background-position: -250px -10px; }

#mobile-hamburger {
  background-position: -250px -54px; }

.bg-fire-icon-blue-1, .bg-fire-icon-grey-1, .bg-hammer-icon-blue-1, .bg-hammer-icon-grey-1, .bg-sheild-icon-blue-1, .bg-sheild-icon-grey-1, .bg-star-icon-blue-1, .bg-star-icon-grey-1 {
  width: 60px;
  height: 60px; }

.bg-fire-icon-blue-1 {
  background-position: -10px -10px; }

.bg-fire-icon-grey-1 {
  background-position: -90px -10px; }

.bg-hammer-icon-blue-1 {
  background-position: -10px -90px; }

.bg-hammer-icon-grey-1 {
  background-position: -90px -90px; }

.bg-sheild-icon-blue-1 {
  background-position: -170px -10px; }

.bg-sheild-icon-grey-1 {
  background-position: -170px -90px; }

.bg-star-icon-blue-1 {
  background-position: -10px -170px; }

.bg-star-icon-grey-1 {
  background-position: -90px -170px; }

@media screen and (max-width: 61.4375em) {
  .desktop-menu, .top-bar-left {
    display: none !important; } }

@media print, screen and (min-width: 61.5em) {
  #mobile-menu, .title-bar {
    display: none !important; } }

/*************************************************
 * Mobile
 *************************************************/
.top-bar-right {
  float: none;
  text-align: center; }
  .top-bar-right #menu-main-menu {
    display: inline-block;
    margin-left: 28px; }

.title-bar {
  padding: 0;
  background-color: #191919;
  position: relative;
  border-bottom: 1px solid #3f4547; }
  .title-bar .menu-mobile-btn {
    position: absolute;
    right: 35px;
    top: 35px;
    cursor: pointer; }
    @media print, screen and (min-width: 40.125em) {
      .title-bar .menu-mobile-btn {
        right: 320px;
        top: 48px; } }
  .title-bar #mobile-x {
    display: none; }
  .title-bar #mobile-x, .title-bar #mobile-hamburger {
    width: 35px;
    height: 24px; }
  .title-bar .title-bar-title {
    height: 100px; }
    @media print, screen and (min-width: 40.125em) {
      .title-bar .title-bar-title {
        height: 120px; } }
    .title-bar .title-bar-title a {
      display: block;
      width: 100%;
      margin-top: 27px; }
      .title-bar .title-bar-title a img {
        height: 52px; }
      @media print, screen and (min-width: 40.125em) {
        .title-bar .title-bar-title a {
          margin-top: 34px; }
          .title-bar .title-bar-title a img {
            height: 60px; } }
  .title-bar .mobile-vault-container {
    width: 270px;
    height: 120px;
    background-color: #0c9fd6;
    font-weight: bold;
    font-size: 15;
    text-transform: uppercase;
    -webkit-transition: background .5s;
    transition: background .5s; }
    .title-bar .mobile-vault-container .vault-presentation {
      text-align: center;
      padding-top: 38px; }
    .title-bar .mobile-vault-container .vault-builder-image {
      display: inline-block;
      margin-right: 20px; }
    .title-bar .mobile-vault-container .vault-builder-text {
      display: inline-block; }
    .title-bar .mobile-vault-container:hover {
      background-color: #176e9f;
      -webkit-transition: background .5s;
      transition: background .5s; }

.is-accordion-submenu-parent > a::after {
  border-color: #0c9fd6 transparent transparent; }

.top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.is-accordion-submenu li a {
  color: #fefefe !important; }

#menu-top-strip {
  background-color: #232323; }
  #menu-top-strip .top-menu-container-col {
    padding-left: 9px;
    padding-right: 9px; }
  @media print, screen and (min-width: 40.125em) {
    #menu-top-strip .top-menu-container-col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  #menu-top-strip #top-menu-container {
    height: 30px;
    color: #0c9fd6;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 30px; }
    #menu-top-strip #top-menu-container a, #menu-top-strip #top-menu-container a:visited, #menu-top-strip #top-menu-container a:active {
      color: #0c9fd6; }
      #menu-top-strip #top-menu-container a:hover, #menu-top-strip #top-menu-container a:focus, #menu-top-strip #top-menu-container a:visited:hover, #menu-top-strip #top-menu-container a:visited:focus, #menu-top-strip #top-menu-container a:active:hover, #menu-top-strip #top-menu-container a:active:focus {
        color: #176e9f; }
    #menu-top-strip #top-menu-container #top-menu-container-left {
      padding-right: 0; }
      #menu-top-strip #top-menu-container #top-menu-container-left a {
        margin-right: 14px;
        display: inline-block; }
        #menu-top-strip #top-menu-container #top-menu-container-left a:last-child {
          margin-right: 0; }
    #menu-top-strip #top-menu-container #top-menu-container-right {
      padding-left: 0; }
      @media screen and (min-width: 31.25em) {
        #menu-top-strip #top-menu-container #top-menu-container-right #account-link {
          margin-left: 14px; } }
      #menu-top-strip #top-menu-container #top-menu-container-right #cart-link img {
        display: inline-block;
        margin-right: 5px; }

.mobile-menu-width {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 100%; }
  @media print, screen and (min-width: 40.125em) {
    .mobile-menu-width {
      max-width: 642px; } }

#masthead.site-header {
  position: relative;
  z-index: 50; }

/*************************************************
 * Tablet and desktop menu
 *************************************************/
.menu-width {
  width: 100%;
  margin: 0 auto; }
  @media print, screen and (min-width: 61.5em) {
    .menu-width {
      max-width: 984px; } }
  @media screen and (min-width: 71.375em) {
    .menu-width {
      max-width: 1142px; } }

.top-bar .menu a {
  color: #fefefe;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold; }

.top-bar .div-table {
  display: table;
  width: 100%; }
  .top-bar .div-table .div-table-row {
    display: table-row;
    width: 100%; }
    .top-bar .div-table .div-table-row .top-bar-left {
      display: table-cell;
      float: none;
      width: 264px;
      height: 130px;
      vertical-align: middle; }
      .top-bar .div-table .div-table-row .top-bar-left .logo-container a {
        display: block;
        width: 100%;
        height: 100%; }
        .top-bar .div-table .div-table-row .top-bar-left .logo-container a img {
          height: 54px; }
      @media print, screen and (min-width: 61.5em) {
        .top-bar .div-table .div-table-row .top-bar-left {
          height: 140px; }
          .top-bar .div-table .div-table-row .top-bar-left .logo-container a img {
            height: 68px;
            width: 262px; } }
    .top-bar .div-table .div-table-row .top-bar-middle {
      margin: 20px 0; }
      @media print, screen and (min-width: 61.5em) {
        .top-bar .div-table .div-table-row .top-bar-middle {
          display: table-cell;
          vertical-align: middle;
          margin: 0; } }
      .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right {
        font-weight: bold;
        font-size: 15px;
        text-transform: uppercase; }
        .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu li {
          text-align: center; }
          .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu li a, .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu li a:visited, .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu li a:active, .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu li:focus {
            color: #0c9fd6; }
            .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu li a:hover, .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu li a:visited:hover, .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu li a:active:hover, .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu li:focus:hover {
              color: #f9ac08; }
        .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu ul.is-dropdown-submenu {
          border-top: 3px solid #0c9fd6;
          padding: 15px 0 20px;
          min-width: 220px; }
          .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu ul.is-dropdown-submenu li {
            margin-left: 25px;
            font-size: 12px;
            text-align: left; }
            .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu ul.is-dropdown-submenu li a, .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu ul.is-dropdown-submenu li a:visited, .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu ul.is-dropdown-submenu li a:active, .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu ul.is-dropdown-submenu li:focus {
              color: #fefefe;
              height: 30px;
              line-height: 30px; }
              .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu ul.is-dropdown-submenu li a:hover, .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu ul.is-dropdown-submenu li a:visited:hover, .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu ul.is-dropdown-submenu li a:active:hover, .top-bar .div-table .div-table-row .top-bar-middle .top-bar-right ul.menu ul.is-dropdown-submenu li:focus:hover {
                color: #f9ac08; }
      .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold; }
        .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li {
          margin-right: 0; }
          .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li:last-of-type {
            margin-right: 0; }
          .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li a, .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li a:visited, .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li a:active {
            color: #0c9fd6; }
            .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li a:hover, .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li a:focus, .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li a:visited:hover, .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li a:visited:focus, .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li a:active:hover, .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li a:active:focus {
              color: #f9ac08; }
        @media print, screen and (min-width: 61.5em) {
          .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu {
            position: relative;
            font-size: 11px;
            top: 0px; }
            .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li {
              margin-right: 15px; } }
        @media screen and (min-width: 71.375em) {
          .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu {
            font-size: 12px; }
            .top-bar .div-table .div-table-row .top-bar-middle .secondary-links-menu ul li {
              margin-right: 25px; } }
    .top-bar .div-table .div-table-row .vault-button-container {
      width: 100%;
      height: 80px;
      /* background-color: #0c9fd6;*/
      display: block;
      color: #fefefe;
      text-align: center;
      font-weight: bold;
      font-size: 15px;
      text-transform: uppercase;
      position: relative;
      -webkit-transition: background .5s;
      transition: background .5s; }
      .top-bar .div-table .div-table-row .vault-button-container .vault-presentation {
        text-align: center;
        padding-top: 18px; }
      .top-bar .div-table .div-table-row .vault-button-container .vault-builder-image {
        display: inline-block;
        margin-bottom: 15px; }
        @media print, screen and (min-width: 61.5em) {
          .top-bar .div-table .div-table-row .vault-button-container .vault-builder-image {
            display: block; } }
      .top-bar .div-table .div-table-row .vault-button-container .vault-builder-text {
        display: inline-block; }
      @media print, screen and (min-width: 61.5em) {
        .top-bar .div-table .div-table-row .vault-button-container {
          width: 175px;
          padding-right: 28px;
          padding-left: 28px;
          text-align: left;
          display: table-cell;
          vertical-align: middle; }
          .top-bar .div-table .div-table-row .vault-button-container .vault-presentation {
            padding-top: 0; } }
      .top-bar .div-table .div-table-row .vault-button-container:hover {
        background-color: #176e9f;
        -webkit-transition: background .5s;
        transition: background .5s; }

.top-bar .menu > li:not(.menu-text) > a {
  padding: 12px 0 12px 0; }
  @media print, screen and (min-width: 61.5em) {
    .top-bar .menu > li:not(.menu-text) > a {
      padding: 0 28px 10px 0; } }

.top-bar .menu.nested {
  margin-left: 0; }

.top-bar .dropdown.menu .submenu {
  border: 0; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
  border: 0; }

.top-bar .dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
  display: none; }

.top-bar .dropdown.menu > li.opens-left > .is-dropdown-submenu {
  right: auto;
  left: 0; }

.top-bar ul ul {
  background-color: transparent; }
  @media print, screen and (min-width: 61.5em) {
    .top-bar ul ul {
      background-color: #232323; } }

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

#site-navigation {
  display: none;
  position: relative;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #3f4547; }
  @media print, screen and (min-width: 61.5em) {
    #site-navigation {
      height: 140px; } }
  #site-navigation #top-menu {
    margin-left: 0;
    display: block;
    text-align: center; }
    #site-navigation #top-menu li {
      color: #fefefe;
      text-align: center;
      padding: 12px 0;
      list-style: none; }
      @media print, screen and (min-width: 61.5em) {
        #site-navigation #top-menu li {
          display: inline-block; } }
    #site-navigation #top-menu ul {
      display: none; }

.footer-box-wrap {
  margin-bottom: -105px;
  margin-top: 45px; }
  @media print, screen and (min-width: 40.125em) {
    .footer-box-wrap {
      margin-top: 100px; } }
  @media print, screen and (min-width: 61.5em) {
    .footer-box-wrap {
      margin-bottom: -160px;
      margin-top: 95px; } }
  @media screen and (min-width: 71.375em) {
    .footer-box-wrap {
      margin-bottom: -185px;
      margin-top: 140px; } }
  .footer-box-wrap .padding-left {
    padding-left: 15px !important; }
  .footer-box-wrap .padding-right {
    padding-right: 15px !important; }
  @media print, screen and (min-width: 40.125em) {
    .footer-box-wrap .with-padding {
      padding-right: 0 !important; } }
  .footer-box-wrap .footer-box-container {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .footer-box-wrap .footer-box-container .bg-container {
      height: 210px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center; }
      .footer-box-wrap .footer-box-container .bg-container h2 {
        position: absolute;
        bottom: 20px;
        left: 35px;
        font-size: 26px; }
        @media print, screen and (min-width: 40.125em) {
          .footer-box-wrap .footer-box-container .bg-container h2 {
            bottom: 20px;
            left: 30px; } }
        @media print, screen and (min-width: 61.5em) {
          .footer-box-wrap .footer-box-container .bg-container h2 {
            font-size: 32px;
            bottom: 36px;
            left: 50px; } }
      @media print, screen and (min-width: 61.5em) {
        .footer-box-wrap .footer-box-container .bg-container {
          height: 320px; } }
      @media screen and (min-width: 71.375em) {
        .footer-box-wrap .footer-box-container .bg-container {
          height: 380px; } }
    .footer-box-wrap .footer-box-container .img-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(255, 255, 255, 0);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(25, 25, 25, 0.5));
      /* For Safari 5.1 to 6.0 */
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), to(rgba(25, 25, 25, 0.5)));
      background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(25, 25, 25, 0.5));
      /* Standard syntax */ }
    .footer-box-wrap .footer-box-container .box-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0px;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.2;
      -webkit-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out; }
      @media print, screen and (min-width: 40.125em) {
        .footer-box-wrap .footer-box-container .box-overlay {
          top: 100%;
          opacity: 0.2; } }
    .footer-box-wrap .footer-box-container .footer-box-content {
      position: absolute;
      padding: 15px;
      top: 135px;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.75s ease-in-out;
      transition: all 0.75s ease-in-out; }
      @media print, screen and (min-width: 40.125em) {
        .footer-box-wrap .footer-box-container .footer-box-content {
          top: 113px;
          padding: 25px 15px 30px 35px; } }
      @media print, screen and (min-width: 61.5em) {
        .footer-box-wrap .footer-box-container .footer-box-content {
          top: 160px;
          padding: 32px 15px 30px 45px; } }
      @media screen and (min-width: 71.375em) {
        .footer-box-wrap .footer-box-container .footer-box-content {
          top: 162px; } }
      .footer-box-wrap .footer-box-container .footer-box-content h2 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 1.2; }
        @media print, screen and (min-width: 40.125em) {
          .footer-box-wrap .footer-box-container .footer-box-content h2 {
            font-size: 26px; } }
        @media print, screen and (min-width: 61.5em) {
          .footer-box-wrap .footer-box-container .footer-box-content h2 {
            margin-bottom: 30px;
            font-size: 32px;
            margin-top: 25px;
            line-height: 1.4; } }
        @media screen and (min-width: 71.375em) {
          .footer-box-wrap .footer-box-container .footer-box-content h2 {
            margin-bottom: 35px;
            margin-top: 85px; } }
      .footer-box-wrap .footer-box-container .footer-box-content .featured-footer-content {
        opacity: 1; }
        @media print, screen and (min-width: 40.125em) {
          .footer-box-wrap .footer-box-container .footer-box-content .featured-footer-content {
            opacity: 0;
            -webkit-transition: opacity .75s ease-in-out;
            transition: opacity .75s ease-in-out; } }
        .footer-box-wrap .footer-box-container .footer-box-content .featured-footer-content p {
          color: #a1a1a1;
          font-size: 12px; }
          @media print, screen and (min-width: 61.5em) {
            .footer-box-wrap .footer-box-container .footer-box-content .featured-footer-content p {
              font-size: 14px; } }
        .footer-box-wrap .footer-box-container .footer-box-content .featured-footer-content .moretag {
          display: none; }
      .footer-box-wrap .footer-box-container .footer-box-content .learn-more {
        margin-top: 10px;
        font-style: italic;
        color: #f9ac08;
        font-size: 13px;
        font-weight: bold; }
        @media print, screen and (min-width: 61.5em) {
          .footer-box-wrap .footer-box-container .footer-box-content .learn-more {
            margin-top: 25px;
            font-size: 16px; } }
        @media screen and (min-width: 71.375em) {
          .footer-box-wrap .footer-box-container .footer-box-content .learn-more {
            margin-top: 40px; } }
        .footer-box-wrap .footer-box-container .footer-box-content .learn-more a {
          color: #f9ac08;
          font-size: 13px;
          font-weight: bold; }
          .footer-box-wrap .footer-box-container .footer-box-content .learn-more a:hover {
            color: #0c9fd6; }
          @media print, screen and (min-width: 61.5em) {
            .footer-box-wrap .footer-box-container .footer-box-content .learn-more a {
              font-size: 16px; } }
    .footer-box-wrap .footer-box-container:hover .box-overlay, .footer-box-wrap .footer-box-container:hover .footer-box-content, .footer-box-wrap .footer-box-container.hover .box-overlay, .footer-box-wrap .footer-box-container.hover .footer-box-content {
      top: 0; }
    .footer-box-wrap .footer-box-container:hover .box-overlay, .footer-box-wrap .footer-box-container.hover .box-overlay {
      opacity: 0.6; }
    .footer-box-wrap .footer-box-container:hover .footer-box-content .featured-footer-content, .footer-box-wrap .footer-box-container.hover .footer-box-content .featured-footer-content {
      opacity: 1; }

#footer-container {
  /*background-color: #0c9fd6;*/
  padding-top: 130px; }
  @media print, screen and (min-width: 61.5em) {
    #footer-container {
      padding-top: 185px; } }
  @media screen and (min-width: 71.375em) {
    #footer-container {
      padding-top: 220px; } }
  #footer-container #footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #footer-container #footer ul .active a {
      background: none; }
  #footer-container #footer .footer-menu-wrap .mx-auto {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  #footer-container #footer .footer-menu-wrap .medium-5 {
    padding-right: 0.9375rem; }
    @media print, screen and (min-width: 40.125em) {
      #footer-container #footer .footer-menu-wrap .medium-5 {
        padding-right: 0; } }
    @media print, screen and (min-width: 61.5em) {
      #footer-container #footer .footer-menu-wrap .medium-5 {
        padding-right: 0.9375rem; } }
  #footer-container #footer .footer-menu-wrap .footer-menu-left ul li,
  #footer-container #footer .footer-menu-wrap .footer-menu-right ul li {
    display: inline-block; }
    #footer-container #footer .footer-menu-wrap .footer-menu-left ul li a,
    #footer-container #footer .footer-menu-wrap .footer-menu-right ul li a {
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      padding-left: 5px;
      padding-right: 5px; }
      #footer-container #footer .footer-menu-wrap .footer-menu-left ul li a:hover,
      #footer-container #footer .footer-menu-wrap .footer-menu-right ul li a:hover {
        color: #f9ac08; }
  #footer-container #footer .footer-menu-wrap .footer-menu-left .sub-menu,
  #footer-container #footer .footer-menu-wrap .footer-menu-right .sub-menu {
    display: none; }
  #footer-container #footer .footer-menu-wrap .footer-menu-left {
    text-align: center; }
    #footer-container #footer .footer-menu-wrap .footer-menu-left ul {
      text-align: center;
      display: inline; }
      @media print, screen and (min-width: 61.5em) {
        #footer-container #footer .footer-menu-wrap .footer-menu-left ul {
          display: block;
          text-align: left; } }
      @media print, screen and (min-width: 40.125em) {
        #footer-container #footer .footer-menu-wrap .footer-menu-left ul li:last-child a {
          padding-right: 0; } }
      @media print, screen and (min-width: 61.5em) {
        #footer-container #footer .footer-menu-wrap .footer-menu-left ul li:last-child a {
          padding-right: 1rem; } }
      @media print, screen and (min-width: 40.125em) {
        #footer-container #footer .footer-menu-wrap .footer-menu-left ul li a {
          padding: 0.7rem 1rem 0.7rem 0; } }
  #footer-container #footer .footer-menu-wrap .footer-menu-right {
    text-align: center; }
    @media print, screen and (min-width: 40.125em) {
      #footer-container #footer .footer-menu-wrap .footer-menu-right {
        display: block; } }
    @media print, screen and (min-width: 40.125em) {
      #footer-container #footer .footer-menu-wrap .footer-menu-right ul {
        text-align: right; } }
    @media print, screen and (min-width: 40.125em) {
      #footer-container #footer .footer-menu-wrap .footer-menu-right ul li a {
        padding: 0.7rem 0 0.7rem 1rem; } }
  #footer-container #footer .copyright-row {
    margin-top: 20px;
    font-size: 11px;
    /*color: #176e9f;*/
    text-align: center; }
    @media print, screen and (min-width: 40.125em) {
      #footer-container #footer .copyright-row {
        text-align: left;
        margin-top: 30px; } }
    @media print, screen and (min-width: 61.5em) {
      #footer-container #footer .copyright-row {
        margin-top: 35px; } }
    #footer-container #footer .copyright-row hr {
      border-color: #176e9f;
      margin: 0; }
    #footer-container #footer .copyright-row .social-list {
      text-align: center; }
      @media print, screen and (min-width: 40.125em) {
        #footer-container #footer .copyright-row .social-list {
          text-align: right;
          padding-top: 15px; } }
      #footer-container #footer .copyright-row .social-list li {
        display: inline-block; }
        #footer-container #footer .copyright-row .social-list li a {
          font-size: 11px;
          /*color: #176e9f;*/
          padding: 0 10px;
          line-height: 1;
          font-style: italic;
          font-weight: 600; }
          #footer-container #footer .copyright-row .social-list li a .fa {
            font-size: 18px; }
          #footer-container #footer .copyright-row .social-list li a .fa span{
              font-family: "Open Sans", "Helvetica Neue", sans-serif;
              font-size: 11px;
              font-style: italic;
              font-weight: 600;
          }
        #footer-container #footer .copyright-row .social-list li:last-child a {
          padding-right: 0; }
    #footer-container #footer .copyright-row .copyright {
      margin-top: 25px;
      padding: 15px 0;
      border-top: 1px solid #176e9f;
      font-style: italic;
      font-weight: 600; }
      @media print, screen and (min-width: 40.125em) {
        #footer-container #footer .copyright-row .copyright {
          margin-top: 0;
          border-top: none;
          padding-bottom: 50px; } }
      @media screen and (min-width: 71.375em) {
        #footer-container #footer .copyright-row .copyright {
          font-style: normal; } }

.sidebar {
  padding: 0 50px;
  margin-top: 40px; }
  @media print, screen and (min-width: 40.125em) {
    .sidebar {
      padding: 0;
      margin-top: 0; } }
  @media print, screen and (min-width: 61.5em) {
    .sidebar {
      padding: 0 10px; } }
  @media screen and (min-width: 71.375em) {
    .sidebar {
      padding: 0 30px; } }
  .sidebar .widget.widget_product_search .input {
    position: relative; }
    .sidebar .widget.widget_product_search .input input {
      padding: 10px 5px 10px 55px;
      height: 50px;
      border-radius: 2px;
      max-width: 190px; }
      @media print, screen and (min-width: 40.125em) {
        .sidebar .widget.widget_product_search .input input {
          max-width: 100%; } }
    .sidebar .widget.widget_product_search .input .input-icon {
      position: absolute;
      top: 12px;
      left: 15px;
      color: #a1a1a1; }
  .sidebar .widget.widget_product_search #searchsubmit {
    display: none; }
  .sidebar .widget h6 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 25px; }
  .sidebar .widget .product-categories, .sidebar .widget #menu-category-sidebar-menu.menu {
    padding-bottom: 25px;
    border-bottom: 1px solid #3f4547;
    list-style: none;
    margin: 0; }
    .sidebar .widget .product-categories li, .sidebar .widget #menu-category-sidebar-menu.menu li {
      margin-bottom: 8px;
      display: block;
      min-height: 25px; }
      .sidebar .widget .product-categories li a, .sidebar .widget #menu-category-sidebar-menu.menu li a {
        padding: 0;
        display: block;
        color: white;
        font-size: 14px;
        font-weight: bold;
        font-style: italic; }
        .sidebar .widget .product-categories li a:hover, .sidebar .widget .product-categories li a:focus, .sidebar .widget #menu-category-sidebar-menu.menu li a:hover, .sidebar .widget #menu-category-sidebar-menu.menu li a:focus {
          color: #0c9fd6; }
      .sidebar .widget .product-categories li.current-cat a, .sidebar .widget .product-categories li.current-menu-item a, .sidebar .widget #menu-category-sidebar-menu.menu li.current-cat a, .sidebar .widget #menu-category-sidebar-menu.menu li.current-menu-item a {
        color: #0c9fd6; }
  .sidebar .widget ul.cart_list li, .sidebar .widget ul.product_list_widget li {
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #3f4547; }
    .sidebar .widget ul.cart_list li img, .sidebar .widget ul.product_list_widget li img {
      display: none; }
    .sidebar .widget ul.cart_list li a, .sidebar .widget ul.product_list_widget li a {
      color: white;
      margin-top: 25px;
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: bold;
      font-style: italic;
      padding-right: 25px; }
      .sidebar .widget ul.cart_list li a.remove, .sidebar .widget ul.product_list_widget li a.remove {
        right: 0;
        left: auto;
        font-size: 1.5em;
        display: block;
        font-weight: 700;
        padding-right: 0; }
    .sidebar .widget ul.cart_list li:first-child a, .sidebar .widget ul.product_list_widget li:first-child a {
      margin-top: 0; }
    .sidebar .widget ul.cart_list li .quantity .woocommerce-Price-amount, .sidebar .widget ul.product_list_widget li .quantity .woocommerce-Price-amount {
      color: #f9ac08;
      font-size: 16px;
      font-family: "Oswald", sans-serif; }
    .sidebar .widget ul.cart_list li .quantity .quantity-amount, .sidebar .widget ul.product_list_widget li .quantity .quantity-amount {
      color: #a1a1a1;
      font-size: 12px;
      font-weight: bold;
      font-style: italic;
      float: right; }
  .sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .total {
    border-top: none;
    padding-top: 20px;
    margin-bottom: 0;
    display: table;
    width: 100%; }
    @media print, screen and (min-width: 61.5em) {
      .sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .total {
        border-bottom: 1px solid #3f4547;
        padding-bottom: 20px; } }
    .sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .total strong, .sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .total .woocommerce-Price-amount {
      display: table-cell;
      vertical-align: middle; }
    .sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .total strong {
      color: #a1a1a1;
      font-size: 12px;
      font-style: italic;
      font-weight: bold;
      text-transform: uppercase; }
    .sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .total .woocommerce-Price-amount {
      font-size: 22px;
      color: #f9ac08;
      font-family: "Oswald", sans-serif;
      float: right; }
  .sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
    text-align: center; }
    .sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .buttons .wc-forward {
      margin: 0; }
      .sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .buttons .wc-forward:first-child {
        background: none;
        font-size: 11px;
        color: #0c9fd6;
        padding: 25px; }
      .sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .buttons .wc-forward.checkout {
        width: 100%; }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

.button, [type='submit'] {
  border: 1px solid transparent;
  background-color: #0c9fd6;
  text-transform: uppercase;
  min-height: 48px;
  padding: 0;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px; }
  .button a, [type='submit'] a {
    display: block;
    color: #191919;
    width: 100%;
    height: 100%;
    padding: 18px 20px; }
  .button[type='submit'], [type='submit'][type='submit'] {
    padding: 18px 20px;
    font-size: 11px;
    line-height: 13px;
    -webkit-transition: background-color .5s;
    transition: background-color .5s; }
  .button.full-width, [type='submit'].full-width {
    width: 100%; }
  .button.wide, [type='submit'].wide {
    padding-left: 60px;
    padding-right: 60px; }
  .button.tall, [type='submit'].tall {
    min-height: 60px; }
  .button.small, [type='submit'].small {
    padding: 10px 20px;
    min-height: 42px; }
  .button.no-bottom-padding, [type='submit'].no-bottom-padding {
    margin-bottom: 0; }
  .button.wpcf7-submit, [type='submit'].wpcf7-submit {
    color: #191919 !important; }
  .button.reverse, [type='submit'].reverse {
    background-color: transparent;
    border: 1px solid #0c9fd6; }
    .button.reverse a, [type='submit'].reverse a {
      color: #0c9fd6; }
    .button.reverse:hover, [type='submit'].reverse:hover {
      background-color: #176e9f;
      border: 1px solid transparent; }
      .button.reverse:hover a, [type='submit'].reverse:hover a {
        color: #fefefe; }
  .button.orange-btn, [type='submit'].orange-btn {
    background-color: #f9ac08; }
    .button.orange-btn a, [type='submit'].orange-btn a {
      color: #191919; }
    .button.orange-btn:hover, [type='submit'].orange-btn:hover {
      background-color: #c98a05; }
      .button.orange-btn:hover a, [type='submit'].orange-btn:hover a {
        color: #fefefe; }

[type='submit']:hover {
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  background-color: #176e9f;
  border: 1px solid transparent;
  cursor: pointer; }
  [type='submit']:hover a {
    color: #fefefe; }

.button-padding {
  padding-top: 15px; }

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 40.125em) {
    .flex-card-example {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .flex-card-example .card {
    width: 100%; }
    .flex-card-example .card img {
      width: 100%; }
    @media print, screen and (min-width: 40.125em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

#featured-hero {
  min-height: 200px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media print, screen and (min-width: 40.125em) {
    #featured-hero {
      min-height: 245px; } }
  @media print, screen and (min-width: 61.5em) {
    #featured-hero {
      min-height: 360px; } }
  #featured-hero.title-on-banner {
    margin-bottom: -75px; }
    @media print, screen and (min-width: 61.5em) {
      #featured-hero.title-on-banner {
        margin-bottom: -95px; } }
    @media screen and (min-width: 71.375em) {
      #featured-hero.title-on-banner {
        margin-bottom: -110px; } }

.page-banner {
  position: relative; }
  .page-banner #featured-hero {
    min-height: 200px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 70px; }
    @media print, screen and (min-width: 40.125em) {
      .page-banner #featured-hero {
        min-height: 245px;
        margin-bottom: 80px; } }
    @media print, screen and (min-width: 61.5em) {
      .page-banner #featured-hero {
        min-height: 360px;
        margin-bottom: 115px; } }
    @media screen and (min-width: 71.375em) {
      .page-banner #featured-hero {
        margin-bottom: 140px; } }
    .page-banner #featured-hero .page-title {
      position: absolute;
      bottom: -20px;
      margin-bottom: 0; }
      @media print, screen and (min-width: 40.125em) {
        .page-banner #featured-hero .page-title {
          bottom: -22px; } }
      @media print, screen and (min-width: 61.5em) {
        .page-banner #featured-hero .page-title {
          bottom: -32px; } }
      @media screen and (min-width: 71.375em) {
        .page-banner #featured-hero .page-title {
          bottom: -40px; } }
  .page-banner .page-title {
    margin-top: 3rem;
    margin-bottom: 20px; }

.page-content-wrap {
  margin-bottom: 90px; }
  @media print, screen and (min-width: 40.125em) {
    .page-content-wrap {
      margin-bottom: 65px; } }
  @media print, screen and (min-width: 61.5em) {
    .page-content-wrap {
      margin-bottom: 110px; } }
  @media screen and (min-width: 71.375em) {
    .page-content-wrap {
      margin-bottom: 90px; } }

#image-slide-in-section {
  overflow: hidden; }
  #image-slide-in-section .image-slide-in-wrap {
    margin-bottom: 105px; }
    @media print, screen and (min-width: 40.125em) {
      #image-slide-in-section .image-slide-in-wrap {
        margin-bottom: 155px; } }
    @media print, screen and (min-width: 61.5em) {
      #image-slide-in-section .image-slide-in-wrap {
        margin-bottom: 245px; } }
    @media screen and (min-width: 71.375em) {
      #image-slide-in-section .image-slide-in-wrap {
        margin-bottom: 215px; } }
    @media print, screen and (min-width: 40.125em) {
      #image-slide-in-section .image-slide-in-wrap .flex-row {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    #image-slide-in-section .image-slide-in-wrap .feature-img-wrap {
      position: relative; }
      #image-slide-in-section .image-slide-in-wrap .feature-img-wrap.left {
        margin: 30px 30px -30px -30px; }
        @media print, screen and (min-width: 61.5em) {
          #image-slide-in-section .image-slide-in-wrap .feature-img-wrap.left {
            margin: 40px 40px -40px -40px; } }
        @media screen and (min-width: 71.375em) {
          #image-slide-in-section .image-slide-in-wrap .feature-img-wrap.left {
            margin: 50px 50px -50px -50px; } }
      #image-slide-in-section .image-slide-in-wrap .feature-img-wrap.right {
        margin: 30px -30px -30px 30px; }
        @media print, screen and (min-width: 61.5em) {
          #image-slide-in-section .image-slide-in-wrap .feature-img-wrap.right {
            margin: 40px -40px -40px 40px; } }
        @media screen and (min-width: 71.375em) {
          #image-slide-in-section .image-slide-in-wrap .feature-img-wrap.right {
            margin: 50px -50px -50px 50px; } }
      #image-slide-in-section .image-slide-in-wrap .feature-img-wrap .feature-img {
        position: relative;
        z-index: 2; }
        #image-slide-in-section .image-slide-in-wrap .feature-img-wrap .feature-img .overlay {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.34); }
        #image-slide-in-section .image-slide-in-wrap .feature-img-wrap .feature-img img {
          width: 100%; }
      #image-slide-in-section .image-slide-in-wrap .feature-img-wrap .img-blue-bg-left,
      #image-slide-in-section .image-slide-in-wrap .feature-img-wrap .img-blue-bg-right {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background-color: #0c9fd6; }
    #image-slide-in-section .image-slide-in-wrap h2 {
      margin-top: 70px; }
      @media print, screen and (min-width: 40.125em) {
        #image-slide-in-section .image-slide-in-wrap h2 {
          margin-top: 0; } }
    #image-slide-in-section .image-slide-in-wrap .feature-description {
      margin-bottom: 50px; }

.transparent {
  opacity: 0; }

.opaque {
  opacity: 1; }

.moveTopRight {
  -webkit-transition: all 1.0s ease;
  transition: all 1.0s ease;
  transform: translate(30px, -30px);
  -ms-transform: translate(30px, -30px);
  /* IE 9 */
  -webkit-transform: translate(30px, -30px);
  /* Safari and Chrome */ }
  @media print, screen and (min-width: 61.5em) {
    .moveTopRight {
      transform: translate(40px, -40px);
      -ms-transform: translate(40px, -40px);
      /* IE 9 */
      -webkit-transform: translate(40px, -40px);
      /* Safari and Chrome */ } }
  @media screen and (min-width: 71.375em) {
    .moveTopRight {
      transform: translate(50px, -50px);
      -ms-transform: translate(50px, -50px);
      /* IE 9 */
      -webkit-transform: translate(50px, -50px);
      /* Safari and Chrome */ } }

.moveTopLeft {
  -webkit-transition: all 1.0s ease;
  transition: all 1.0s ease;
  transform: translate(-30px, -30px);
  -ms-transform: translate(-30px, -30px);
  /* IE 9 */
  -webkit-transform: translate(-30px, -30px);
  /* Safari and Chrome */ }
  @media print, screen and (min-width: 61.5em) {
    .moveTopLeft {
      transform: translate(-40px, -40px);
      -ms-transform: translate(-40px, -40px);
      /* IE 9 */
      -webkit-transform: translate(-40px, -40px);
      /* Safari and Chrome */ } }
  @media screen and (min-width: 71.375em) {
    .moveTopLeft {
      transform: translate(-50px, -50px);
      -ms-transform: translate(-50px, -50px);
      /* IE 9 */
      -webkit-transform: translate(-50px, -50px);
      /* Safari and Chrome */ } }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

/*************************************
 * Generic Form
 *************************************/
::-webkit-input-placeholder {
  color: #888888;
  font-size: 11px;
  opacity: 0.6;
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #888888;
  font-size: 11px;
  font-style: italic;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #888888;
  font-size: 11px;
  font-style: italic; }

input::-webkit-input-placeholder {
  font-size: 11px;
  font-style: italic; }

input:-ms-input-placeholder {
  font-size: 11px;
  font-style: italic; }

input::placeholder {
  font-size: 11px;
  font-style: italic; }

.no-placeholder {
  display: none; }

.form-group {
  margin-bottom: 4px; }
  .form-group.form-pad-right {
    margin-right: 2px; }
  .form-group.form-pad-left {
    margin-left: 2px; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type="url"],
input[type="number"],
input[type="date"],
select {
  color: #222222;
  font-style: italic;
  font-size: 13px;
  font-style: normal;
  line-height: 23px;
  text-align: left;
  padding-left: 15px;
  border: none;
  height: 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0; }
  input[type="text"].small,
  input[type="email"].small,
  input[type="tel"].small,
  textarea.small,
  input[type="url"].small,
  input[type="number"].small,
  input[type="date"].small,
  select.small {
    height: 42px; }

input[type="number"] {
  padding-left: 0;
  padding-right: 0; }

form label {
  color: white; }

span.wpcf7-not-valid-tip {
  font-size: 12px;
  display: inline-block; }

/*************************************
 * Modal Forms
 *************************************/
.form-reveal {
  padding-top: 23px !important; }

.form-title {
  font-size: 26px;
  margin-bottom: 20px; }

.form-description {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px; }

.gray-text {
  color: #cccccc;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3; }
  .gray-text:last-child {
    margin-bottom: 40px; }

.orange {
  color: #f9ac08; }

p.fine-print {
  margin-top: 5px; }

.space-30 {
  margin-bottom: 30px; }

@media print, screen and (min-width: 61.5em) {
  .catalog-reveal {
    width: 720px !important; } }

.catalog-form-wrap .button a {
  padding: 0; }

.catalog-form-wrap .catalog-img {
  text-align: center;
  padding: 27px 0; }

.catalog-form-wrap .print-catelog-form-wrap {
  margin-top: 30px; }
  @media print, screen and (min-width: 61.5em) {
    .catalog-form-wrap .print-catelog-form-wrap {
      margin-top: 0; } }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

.form-btn-padding {
  padding: 22px 20px; }

input[type="date"]::-webkit-inner-spin-button {
  display: none; }

.date-label {
  text-align: left;
  clear: both;
  float: left;
  padding-top: 13px;
  padding-left: 15px;
  width: 50%;
  color: #888888;
  font-size: 11px;
  font-style: italic;
  height: 45px;
  background-color: white; }

input[type="date"] {
  float: right;
  width: 50%; }

.file-upload-text {
  padding-top: 12px;
  color: #888888;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3; }
  @media screen and (max-width: 89.9375em) {
    .file-upload-text {
      margin-bottom: 5px; } }

.wpcf7-list-item-label {
  color: #888888;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3;
  padding-left: 10px;
  display: inline-block; }

[type='file'] {
  margin-bottom: 0; }

input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
  background-color: #0c9fd6;
  border: 0px;
  width: 50%;
  height: 40px;
  border-radius: 0px;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  outline: none; }

input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #176e9f; }

.fc-accept-this [type='checkbox'] {
  margin-bottom: 0; }

.image-modal-wrap {
  margin-top: 40px; }

@media screen and (min-width: 71.375em) {
  .form-desc-padding {
    padding-bottom: 40px; } }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

.box-icon,
.box-description {
  display: inline-block;
  vertical-align: middle; }

.blue-box:hover .blue-overlay {
  background-color: #176e9f; }

.blue-box .box-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  z-index: 1; }

.blue-box .blue-overlay {
  background-color: #0c9fd6;
  opacity: 0.67;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }

.blue-box .box-detail {
  position: relative;
  z-index: 3; }
  .blue-box .box-detail .fa {
    color: #fff;
    font-size: 3em; }
    @media print, screen and (min-width: 61.5em) {
      .blue-box .box-detail .fa {
        font-size: 4em; } }
    @media screen and (min-width: 71.375em) {
      .blue-box .box-detail .fa {
        font-size: 5em; } }
    @media (min-width: 985px) and (max-width: 1251px) {
      .blue-box .box-detail .fa {
        font-size: 4em; } }
  .blue-box .box-detail .box-description {
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff; }
    @media print, screen and (min-width: 40.125em) {
      .blue-box .box-detail .box-description {
        font-size: 13px; } }
    @media print, screen and (min-width: 61.5em) {
      .blue-box .box-detail .box-description {
        font-size: 20px; } }
    @media screen and (min-width: 71.375em) {
      .blue-box .box-detail .box-description {
        font-size: 24px; } }

#hero-wrapper {
  position: relative; }
  @media print, screen and (min-width: 40.125em) {
    #hero-wrapper {
      margin-bottom: 0; } }
  #hero-wrapper .front-hero,
  #hero-wrapper .gallery-hero {
    z-index: 1;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 115px;
    padding: 0 15px; }
    #hero-wrapper .front-hero .hero-video,
    #hero-wrapper .gallery-hero .hero-video {
      background-color: transparent;
      background-position: 0 0;
      background-repeat: no-repeat;
      min-width: 100%;
      width: 100%;
      height: auto;
      -webkit-background-size: cover;
      background-size: cover; }
    #hero-wrapper .front-hero .overlay,
    #hero-wrapper .gallery-hero .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(35, 35, 35, 0.37);
      z-index: 2; }
    @media print, screen and (min-width: 40.125em) {
      #hero-wrapper .front-hero,
      #hero-wrapper .gallery-hero {
        margin-top: 0;
        padding: 0; } }
  #hero-wrapper .hero-info-row {
    width: 100%; }
    @media print, screen and (min-width: 40.125em) {
      #hero-wrapper .hero-info-row {
        margin-top: -90px;
        position: relative;
        top: initial; } }
    @media print, screen and (min-width: 61.5em) {
      #hero-wrapper .hero-info-row {
        margin-top: -140px; } }
    @media screen and (min-width: 71.375em) {
      #hero-wrapper .hero-info-row {
        margin-top: -185px; } }
    @media (min-width: 985px) and (max-width: 1141px) {
      #hero-wrapper .hero-info-row {
        margin-top: -115px; } }
    @media (min-width: 1141px) and (max-width: 1251px) {
      #hero-wrapper .hero-info-row {
        margin-top: -150px; } }
    @media print, screen and (min-width: 40.125em) {
      #hero-wrapper .hero-info-row.flex-row {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    #hero-wrapper .hero-info-row .hero-title {
      text-align: right;
      padding-left: 15px;
      padding-right: 15px;
      position: absolute;
      top: -70px;
      z-index: 1;
      width: 100%; }
      @media print, screen and (min-width: 40.125em) {
        #hero-wrapper .hero-info-row .hero-title {
          position: relative;
          top: initial;
          width: 50%;
          padding-left: 0;
          padding-right: 10px; } }
      @media print, screen and (min-width: 61.5em) {
        #hero-wrapper .hero-info-row .hero-title {
          padding-right: 50px; } }
      @media (min-width: 985px) and (max-width: 1251px) {
        #hero-wrapper .hero-info-row .hero-title {
          padding-right: 15px; } }
    #hero-wrapper .hero-info-row .blue-box {
      position: relative;
      margin-left: 40px;
      margin-top: -30px; }
      @media print, screen and (min-width: 40.125em) {
        #hero-wrapper .hero-info-row .blue-box {
          position: relative;
          bottom: initial;
          width: 50%;
          margin-top: 0;
          margin-left: 0; } }
      #hero-wrapper .hero-info-row .blue-box .box-icon {
        margin-right: 10px; }
        @media print, screen and (min-width: 61.5em) {
          #hero-wrapper .hero-info-row .blue-box .box-icon {
            margin-right: 15px; } }
        @media screen and (min-width: 71.375em) {
          #hero-wrapper .hero-info-row .blue-box .box-icon {
            margin-right: 40px; } }
        @media (min-width: 985px) and (max-width: 1251px) {
          #hero-wrapper .hero-info-row .blue-box .box-icon {
            margin-right: 15px; } }
      #hero-wrapper .hero-info-row .blue-box .box-detail {
        padding: 38px 20px; }
        @media print, screen and (min-width: 40.125em) {
          #hero-wrapper .hero-info-row .blue-box .box-detail {
            padding: 50px 25px; } }
        @media print, screen and (min-width: 61.5em) {
          #hero-wrapper .hero-info-row .blue-box .box-detail {
            padding: 70px 35px; } }
        @media screen and (min-width: 71.375em) {
          #hero-wrapper .hero-info-row .blue-box .box-detail {
            padding: 100px 70px; } }
        @media (min-width: 985px) and (max-width: 1141px) {
          #hero-wrapper .hero-info-row .blue-box .box-detail {
            padding: 60px 20px; } }
        @media (min-width: 1141px) and (max-width: 1251px) {
          #hero-wrapper .hero-info-row .blue-box .box-detail {
            padding: 70px 35px; } }

#home-intro {
  padding-top: 80px;
  padding-bottom: 100px; }
  @media print, screen and (min-width: 40.125em) {
    #home-intro {
      padding: 135px 0; } }
  @media print, screen and (min-width: 61.5em) {
    #home-intro {
      padding: 150px 0; } }
  @media screen and (min-width: 71.375em) {
    #home-intro {
      padding: 200px 0; } }
  #home-intro .home-intro-wrap {
    text-align: center;
    position: relative;
    z-index: 4; }
    #home-intro .home-intro-wrap h2 {
      margin-bottom: 30px;
      line-height: 1.1; }
      @media print, screen and (min-width: 40.125em) {
        #home-intro .home-intro-wrap h2 {
          line-height: 1.4; } }
    #home-intro .home-intro-wrap .intro-description {
      margin-bottom: 40px; }
      @media print, screen and (min-width: 40.125em) {
        #home-intro .home-intro-wrap .intro-description {
          margin-bottom: 45px; } }
      @media print, screen and (min-width: 61.5em) {
        #home-intro .home-intro-wrap .intro-description {
          margin-bottom: 50px; } }

#home-slider-wrap {
  position: relative;
  margin-bottom: 155px; }
  @media print, screen and (min-width: 40.125em) {
    #home-slider-wrap {
      margin-bottom: 130px; } }
  @media print, screen and (min-width: 61.5em) {
    #home-slider-wrap {
      margin-bottom: 210px; } }
  #home-slider-wrap .underlay {
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50px;
    z-index: 1; }
  #home-slider-wrap .home-slider {
    z-index: 2;
    /*
		* https://github.com/zurb/foundation-sites/issues/7815
		*/ }
    @media print, screen and (min-width: 40.125em) {
      #home-slider-wrap .home-slider .slider-row {
        display: table;
        width: 100%; } }
    #home-slider-wrap .home-slider .slider-row.row {
      max-width: 100%; }
    #home-slider-wrap .home-slider .orbit-container {
      margin-top: 0; }
      @media print, screen and (min-width: 40.125em) {
        #home-slider-wrap .home-slider .orbit-container {
          margin-top: -205px; } }
      @media screen and (min-width: 71.375em) {
        #home-slider-wrap .home-slider .orbit-container {
          margin-top: -270px; } }
      #home-slider-wrap .home-slider .orbit-container:focus {
        outline-width: 0; }
    #home-slider-wrap .home-slider ul.orbit-container {
      height: auto !important; }
    #home-slider-wrap .home-slider li.orbit-slide {
      max-height: none !important; }
    #home-slider-wrap .home-slider .slide-wrapper .slide-bg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -120px;
      right: 0;
      -webkit-background-size: cover;
              background-size: cover;
      z-index: 2;
      background-position: center; }
      @media print, screen and (min-width: 40.125em) {
        #home-slider-wrap .home-slider .slide-wrapper .slide-bg {
          background-position: top left; } }
      @media screen and (min-width: 71.375em) {
        #home-slider-wrap .home-slider .slide-wrapper .slide-bg {
          left: 0; } }
    #home-slider-wrap .home-slider .slide-wrapper .slide-container {
      z-index: 3;
      position: relative;
      padding-bottom: 50px; }
      @media print, screen and (min-width: 40.125em) {
        #home-slider-wrap .home-slider .slide-wrapper .slide-container {
          padding-bottom: 0; } }
      @media print, screen and (min-width: 40.125em) {
        #home-slider-wrap .home-slider .slide-wrapper .slide-container .page-width {
          width: 90%;
          padding-right: 30px; } }
      @media screen and (min-width: 71.375em) {
        #home-slider-wrap .home-slider .slide-wrapper .slide-container .page-width {
          width: 80%; } }
      @media screen and (min-width: 71.375em) {
        #home-slider-wrap .home-slider .slide-wrapper .slide-container .padding-left {
          padding-left: 95px; } }
      #home-slider-wrap .home-slider .slide-wrapper .slide-container .slide-feature-img {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 25px;
        display: none; }
        @media print, screen and (min-width: 40.125em) {
          #home-slider-wrap .home-slider .slide-wrapper .slide-container .slide-feature-img {
            margin-top: -58px;
            margin-bottom: 0;
            display: block; } }
        @media screen and (min-width: 71.375em) {
          #home-slider-wrap .home-slider .slide-wrapper .slide-container .slide-feature-img {
            margin-top: -215px;
            margin-right: -30px; } }
    #home-slider-wrap .home-slider .slide-wrapper h1 {
      margin-bottom: 30px;
      padding-top: 30px; }
      @media print, screen and (min-width: 40.125em) {
        #home-slider-wrap .home-slider .slide-wrapper h1 {
          padding-top: 232px;
          margin-bottom: 100px; } }
      @media print, screen and (min-width: 61.5em) {
        #home-slider-wrap .home-slider .slide-wrapper h1 {
          margin-bottom: 70px;
          padding-top: 220px; } }
      @media screen and (min-width: 71.375em) {
        #home-slider-wrap .home-slider .slide-wrapper h1 {
          line-height: 1.2;
          margin-bottom: 140px;
          padding-top: 270px; } }
    #home-slider-wrap .home-slider .slide-wrapper .slide-description {
      margin-bottom: 35px; }
    #home-slider-wrap .home-slider .slide-wrapper .button-video-row {
      margin-bottom: 40px; }
      @media print, screen and (min-width: 40.125em) {
        #home-slider-wrap .home-slider .slide-wrapper .button-video-row {
          margin-bottom: 120px; } }
      @media print, screen and (min-width: 61.5em) {
        #home-slider-wrap .home-slider .slide-wrapper .button-video-row {
          margin-bottom: 150px; } }
      @media screen and (min-width: 71.375em) {
        #home-slider-wrap .home-slider .slide-wrapper .button-video-row {
          margin-bottom: 285px; } }
      #home-slider-wrap .home-slider .slide-wrapper .button-video-row .feature-button {
        margin-right: 10px; }
        @media print, screen and (min-width: 61.5em) {
          #home-slider-wrap .home-slider .slide-wrapper .button-video-row .feature-button {
            margin-right: 30px; } }
    #home-slider-wrap .home-slider .slider-controllers {
      position: absolute;
      bottom: 0;
      z-index: 5;
      width: 100%; }
      @media print, screen and (min-width: 40.125em) {
        #home-slider-wrap .home-slider .slider-controllers {
          top: 50px;
          right: 0;
          width: 10%; } }
  @media print, screen and (min-width: 40.125em) and (min-width: 61.5em) {
    #home-slider-wrap .home-slider .slider-controllers {
      width: 10%; } }
  @media screen and (min-width: 40.125em) and (min-width: 71.375em) {
    #home-slider-wrap .home-slider .slider-controllers {
      width: 20%; } }
      #home-slider-wrap .home-slider .slider-controllers .orbit-bullets {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 0; }
        @media print, screen and (min-width: 40.125em) {
          #home-slider-wrap .home-slider .slider-controllers .orbit-bullets {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin: 0;
            height: 100%; } }
        #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap {
          background: none;
          border-radius: 0;
          margin: 0;
          width: 100%;
          height: 100%;
          border-bottom: 3px solid #2d2d2d;
          padding-bottom: 15px;
          padding-right: 0;
          text-align: center; }
          @media print, screen and (min-width: 40.125em) {
            #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap {
              display: block;
              width: 100%;
              height: 100%;
              border-right: 7px solid #2d2d2d;
              border-bottom: none;
              padding-right: 10px;
              text-align: right; } }
          @media print, screen and (min-width: 61.5em) {
            #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap {
              padding-right: 15px; } }
          @media screen and (min-width: 71.375em) {
            #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap {
              padding-right: 25px; } }
          #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .icon-title {
            color: transparent;
            display: none; }
          @media screen and (min-width: 71.375em) {
            #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .icon-title, #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .icon {
              display: inline-block;
              vertical-align: middle; } }
          #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .icon {
            padding-left: 5px; }
            #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .icon .gray-icon,
            #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .icon .blue-icon {
              max-width: 35px;
              margin: auto; }
              @media print, screen and (min-width: 40.125em) {
                #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .icon .gray-icon,
                #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .icon .blue-icon {
                  max-width: 45px;
                  margin-left: auto;
                  margin-right: 0; } }
              @media print, screen and (min-width: 61.5em) {
                #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .icon .gray-icon,
                #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .icon .blue-icon {
                  max-width: 50px; } }
              @media screen and (min-width: 71.375em) {
                #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .icon .gray-icon,
                #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .icon .blue-icon {
                  max-width: 100%; } }
          #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap .blue-icon {
            display: none; }
          #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap.is-active, #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap:hover {
            background: none; }
            #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap.is-active .gray-icon, #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap:hover .gray-icon {
              display: none; }
            #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap.is-active .blue-icon, #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap:hover .blue-icon {
              display: block; }
            @media screen and (min-width: 71.375em) {
              #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap.is-active .icon-title, #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap:hover .icon-title {
                color: #0c9fd6;
                text-transform: uppercase;
                font-size: 11px;
                font-weight: bold;
                text-align: right;
                line-height: 1.5; } }
          #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap.is-active {
            border-color: #0c9fd6; }
          #home-slider-wrap .home-slider .slider-controllers .orbit-bullets .slide-icon-wrap:hover {
            border-color: #176e9f; }

#local-dealer-wrap {
  position: relative;
  margin-bottom: 190px; }
  @media print, screen and (min-width: 40.125em) {
    #local-dealer-wrap {
      margin-bottom: 145px; } }
  @media print, screen and (min-width: 61.5em) {
    #local-dealer-wrap {
      margin-bottom: 190px; } }
  @media screen and (min-width: 71.375em) {
    #local-dealer-wrap {
      margin-bottom: 165px; } }
  #local-dealer-wrap .find-dealer-content-row {
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0; }
    @media print, screen and (min-width: 40.125em) {
      #local-dealer-wrap .find-dealer-content-row {
        position: inherit;
        bottom: 0; } }
  #local-dealer-wrap .find-dealer-img {
    position: relative;
    margin-bottom: 0; }
    @media print, screen and (min-width: 40.125em) {
      #local-dealer-wrap .find-dealer-img {
        margin-bottom: -91px; } }
    @media print, screen and (min-width: 61.5em) {
      #local-dealer-wrap .find-dealer-img {
        margin-bottom: -150px; } }
    #local-dealer-wrap .find-dealer-img .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.27); }
    #local-dealer-wrap .find-dealer-img img {
      width: 100%; }
  #local-dealer-wrap .find-dealer-title {
    position: relative;
    text-align: right;
    margin-bottom: 0;
    padding-bottom: 75px; }
    @media print, screen and (min-width: 40.125em) {
      #local-dealer-wrap .find-dealer-title {
        padding: 28px 0; } }
    @media print, screen and (min-width: 61.5em) {
      #local-dealer-wrap .find-dealer-title {
        padding: 39px 0; } }
    @media screen and (min-width: 71.375em) {
      #local-dealer-wrap .find-dealer-title {
        padding: 43px 0; } }
  #local-dealer-wrap .blue-box {
    position: absolute;
    right: 0;
    left: 10%; }
    @media print, screen and (min-width: 40.125em) {
      #local-dealer-wrap .blue-box {
        left: 50%; } }
    #local-dealer-wrap .blue-box .box-detail {
      padding: 28px 20px; }
      @media print, screen and (min-width: 40.125em) {
        #local-dealer-wrap .blue-box .box-detail {
          padding: 42px 25px; } }
      @media print, screen and (min-width: 61.5em) {
        #local-dealer-wrap .blue-box .box-detail {
          padding: 70px 35px; } }
      @media screen and (min-width: 71.375em) {
        #local-dealer-wrap .blue-box .box-detail {
          padding: 81px 70px; } }
      #local-dealer-wrap .blue-box .box-detail .box-icon {
        margin-right: 15px; }
        @media print, screen and (min-width: 40.125em) {
          #local-dealer-wrap .blue-box .box-detail .box-icon {
            margin-right: 10px; } }
        @media print, screen and (min-width: 61.5em) {
          #local-dealer-wrap .blue-box .box-detail .box-icon {
            margin-right: 20px; } }
        #local-dealer-wrap .blue-box .box-detail .box-icon .fa {
          font-size: 4em; }
          @media print, screen and (min-width: 40.125em) {
            #local-dealer-wrap .blue-box .box-detail .box-icon .fa {
              font-size: 4em; } }
          @media print, screen and (min-width: 61.5em) {
            #local-dealer-wrap .blue-box .box-detail .box-icon .fa {
              font-size: 5.5em; } }
          @media screen and (min-width: 71.375em) {
            #local-dealer-wrap .blue-box .box-detail .box-icon .fa {
              font-size: 7.5em; } }

.ytp-large-play-button{
}
.ytp-large-play-button svg{
    position: absolute;
    top: calc(50% + 30px);
    left: calc(50% - 42px);
    width: 84px;
    height: 60px;
}
@media screen and (max-width: 642px) {
    .ytp-large-play-button svg{
        position: absolute;
        top: calc(50% + 30px);
        left: calc(50% - 42px);
        transform: scale(0.563888888888889);
    }
}

#kitchen-sink {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    display: table;
    content: ' '; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    @media print, screen and (min-width: 40.125em) {
      #kitchen-sink header {
        padding-right: 0.9375rem;
        padding-left: 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-right: 0.9375rem;
    padding-left: 0.9375rem; }
    #kitchen-sink #components hr {
      margin: 3rem 0; }
    @media print, screen and (min-width: 40.125em) {
      #kitchen-sink #components {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #kitchen-sink #components:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 61.5em) {
      #kitchen-sink #components {
        width: 75%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 61.5em) and (min-width: 40.125em) {
    #kitchen-sink #components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 61.5em) {
        #kitchen-sink #components:last-child:not(:first-child) {
          float: right; } }
  #kitchen-sink #kitchen-sink-nav {
    display: none; }
    @media print, screen and (min-width: 61.5em) {
      #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        display: block;
        float: right; } }
  @media print, screen and (min-width: 61.5em) and (min-width: 40.125em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 61.5em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #2199e8;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    #kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

#page {
  margin-top: 3rem; }

#page-sidebar-left {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    display: table;
    content: ' '; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    @media print, screen and (min-width: 40.125em) {
      #page-sidebar-left .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40.125em) {
      #page-sidebar-left .main-content {
        width: 66.66667%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        position: relative;
        left: 33.33333%; } }
  @media print, screen and (min-width: 40.125em) and (min-width: 40.125em) {
    #page-sidebar-left .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40.125em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    @media print, screen and (min-width: 40.125em) {
      #page-sidebar-left .sidebar {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40.125em) {
      #page-sidebar-left .sidebar {
        width: 33.33333%;
        float: left;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        position: relative;
        left: -66.66667%;
        margin-top: 1rem; } }
  @media print, screen and (min-width: 40.125em) and (min-width: 40.125em) {
    #page-sidebar-left .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40.125em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  margin-top: 3rem; }

#single-post {
  margin-top: 3rem; }

.blogpost-entry h2 {
  margin: 25px 0; }
  .blogpost-entry h2 a {
    color: #0c9fd6; }
    .blogpost-entry h2 a:hover {
      color: #176e9f; }

.blog-post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 55px; }
  @media print, screen and (min-width: 40.125em) {
    .blog-post-row {
      margin-top: 65px; } }
  @media print, screen and (min-width: 61.5em) {
    .blog-post-row {
      margin-top: 100px; } }
  @media screen and (min-width: 71.375em) {
    .blog-post-row {
      margin-top: 115px; } }
  .blog-post-row .blog-post-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px; }
    @media print, screen and (min-width: 40.125em) {
      .blog-post-row .blog-post-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    .blog-post-row .blog-post-column a .post-feature-img {
      border: 3px solid transparent;
      width: 100%;
      height: 370px;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media print, screen and (min-width: 40.125em) {
        .blog-post-row .blog-post-column a .post-feature-img {
          height: 250px; } }
      @media print, screen and (min-width: 61.5em) {
        .blog-post-row .blog-post-column a .post-feature-img {
          height: 370px; } }
    .blog-post-row .blog-post-column a:hover .post-feature-img {
      border-color: #0c9fd6; }

.pagination .current {
  background: none; }
  .pagination .current a {
    background-color: #0c9fd6; }

.pagination a {
  color: white; }
  .pagination a:hover {
    background-color: #176e9f; }

.taxonomy-description {
  margin-top: 45px; }
  @media print, screen and (min-width: 40.125em) {
    .taxonomy-description {
      margin-top: 60px; } }
  @media print, screen and (min-width: 61.5em) {
    .taxonomy-description {
      margin-top: 85px; } }
  @media screen and (min-width: 71.375em) {
    .taxonomy-description {
      margin-top: 100px; } }

.entry-content .text-blocks {
  margin-top: 80px; }
  .entry-content .text-blocks .medium-12 .block-img,
  .entry-content .text-blocks .medium-6 .block-img {
    height: 400px; }
  .entry-content .text-blocks .medium-3 .block-img,
  .entry-content .text-blocks .medium-4 .block-img {
    height: 200px; }
  .entry-content .text-blocks .block-img {
    width: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px; }
  .entry-content .text-blocks h2 {
    margin-bottom: 25px; }

#ftkn-differences-wrap {
  margin-bottom: 30px; }
  @media print, screen and (min-width: 40.125em) {
    #ftkn-differences-wrap {
      margin-bottom: 85px; } }
  @media print, screen and (min-width: 61.5em) {
    #ftkn-differences-wrap {
      margin-bottom: 150px; } }
  @media screen and (min-width: 71.375em) {
    #ftkn-differences-wrap {
      margin-bottom: -60px; } }
  #ftkn-differences-wrap .differences-container .page-content {
    margin-bottom: 60px; }
    @media print, screen and (min-width: 40.125em) {
      #ftkn-differences-wrap .differences-container .page-content {
        margin-bottom: 70px; } }
    @media print, screen and (min-width: 61.5em) {
      #ftkn-differences-wrap .differences-container .page-content {
        margin-bottom: 125px; } }
  #ftkn-differences-wrap .differences-container .differences-box-wrap a {
    color: white; }
    #ftkn-differences-wrap .differences-container .differences-box-wrap a:hover, #ftkn-differences-wrap .differences-container .differences-box-wrap a:focus {
      color: white; }
    #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box {
      position: relative;
      min-height: 570px;
      margin-bottom: 45px;
      border: 3px solid transparent;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box:hover {
        border-color: #0c9fd6; }
      @media print, screen and (min-width: 40.125em) {
        #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box {
          min-height: 775px;
          margin-bottom: 70px; } }
      @media print, screen and (min-width: 61.5em) {
        #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box {
          min-height: 655px;
          margin-bottom: 105px; } }
      @media screen and (min-width: 71.375em) {
        #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box {
          min-height: 710px;
          margin-bottom: 125px; } }
      #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-underlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat; }
      #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-bg {
        position: absolute;
        top: -60px;
        right: 0;
        bottom: 0;
        left: -37px;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat; }
        @media print, screen and (min-width: 40.125em) {
          #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-bg {
            left: -74px;
            top: -95px;
            -webkit-background-size: cover;
                    background-size: cover; } }
        @media print, screen and (min-width: 61.5em) {
          #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-bg {
            left: -56px;
            -webkit-background-size: contain;
                    background-size: contain; } }
        @media screen and (min-width: 71.375em) {
          #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-bg {
            left: -66px;
            -webkit-background-size: cover;
                    background-size: cover; } }
      #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat; }
      #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-content {
        position: relative;
        z-index: 1;
        padding: 0 30px 45px;
        margin-top: 400px; }
        @media print, screen and (min-width: 40.125em) {
          #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-content {
            padding: 0 55px 55px;
            margin-top: 595px; } }
        @media print, screen and (min-width: 61.5em) {
          #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-content {
            padding: 0 40px 47px;
            margin-top: 450px; } }
        @media screen and (min-width: 71.375em) {
          #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-content {
            padding: 0 50px 55px;
            margin-top: 490px; } }
        #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-content .difference-title {
          font-size: 26px;
          color: #0c9fd6;
          font-family: "Oswald", sans-serif;
          text-transform: uppercase;
          margin: 15px 0;
          line-height: 1; }
          @media print, screen and (min-width: 40.125em) {
            #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-content .difference-title {
              line-height: 1.5;
              margin: 30px 0; } }
        #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-content .difference-description {
          color: white; }
          #ftkn-differences-wrap .differences-container .differences-box-wrap a .difference-box .difference-content .difference-description p {
            font-size: 13px; }

.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

.feature-title {
  margin-bottom: 25px; }

.feature-description p {
  font-size: 13px; }
  @media print, screen and (min-width: 61.5em) {
    .feature-description p {
      font-size: 15px; } }

.feature-button, .feature-video {
  display: inline-block;
  vertical-align: middle; }

.feature-button {
  margin-bottom: 0; }
  .feature-button a {
    padding: 17px 60px; }

#difference-intro-wrap {
  margin-bottom: 85px; }
  @media print, screen and (min-width: 61.5em) {
    #difference-intro-wrap {
      margin-bottom: 130px; } }
  #difference-intro-wrap .intro-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    height: 200px;
    background-position-x: 40%; }
    @media print, screen and (min-width: 40.125em) {
      #difference-intro-wrap .intro-bg {
        background-position-x: 50%;
        height: 250px; } }
    @media print, screen and (min-width: 61.5em) {
      #difference-intro-wrap .intro-bg {
        background-position-x: 40%;
        height: 360px; } }
  #difference-intro-wrap p {
    font-size: 15px; }
  #difference-intro-wrap .intro-container {
    margin-top: -72px;
    position: relative; }
    @media print, screen and (min-width: 61.5em) {
      #difference-intro-wrap .intro-container {
        margin-top: -115px; } }
    @media screen and (min-width: 71.375em) {
      #difference-intro-wrap .intro-container {
        margin-top: -152px; } }
    #difference-intro-wrap .intro-container .intro-img {
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: -70px;
      left: 0px;
      bottom: 0;
      right: 20%; }
      @media print, screen and (min-width: 40.125em) {
        #difference-intro-wrap .intro-container .intro-img {
          right: 56%;
          top: -30px; } }
      @media print, screen and (min-width: 61.5em) {
        #difference-intro-wrap .intro-container .intro-img {
          right: 51%; } }
    #difference-intro-wrap .intro-container .intro-detail {
      padding-top: 50%;
      max-width: 541px;
      margin: 0 auto;
      position: relative;
      z-index: 1; }
      @media print, screen and (min-width: 40.125em) {
        #difference-intro-wrap .intro-container .intro-detail {
          padding-top: 32%; } }
      @media print, screen and (min-width: 61.5em) {
        #difference-intro-wrap .intro-container .intro-detail {
          padding-top: 0; } }
      #difference-intro-wrap .intro-container .intro-detail h1 {
        margin-bottom: 48px; }
        @media print, screen and (min-width: 40.125em) {
          #difference-intro-wrap .intro-container .intro-detail h1 {
            position: absolute;
            top: 0px;
            right: 12%;
            margin-bottom: 40px; } }
        @media print, screen and (min-width: 61.5em) {
          #difference-intro-wrap .intro-container .intro-detail h1 {
            position: relative;
            left: 0;
            right: 0; } }
        @media screen and (min-width: 71.375em) {
          #difference-intro-wrap .intro-container .intro-detail h1 {
            margin-right: -15px;
            font-size: 85px; } }
      @media print, screen and (min-width: 61.5em) {
        #difference-intro-wrap .intro-container .intro-detail .intro-new-row {
          padding-top: 200px; } }
      @media print, screen and (min-width: 61.5em) {
        #difference-intro-wrap .intro-container .intro-detail .intro-new-row {
          padding-top: 0px; } }
      #difference-intro-wrap .intro-container .intro-detail h2 {
        color: #0c9fd6;
        margin-bottom: 15px; }
        @media print, screen and (min-width: 40.125em) {
          #difference-intro-wrap .intro-container .intro-detail h2 {
            margin-bottom: 20px; } }
      #difference-intro-wrap .intro-container .intro-detail .intro-content {
        margin-bottom: 50px; }
        #difference-intro-wrap .intro-container .intro-detail .intro-content p {
          font-size: 13px; }
          @media print, screen and (min-width: 61.5em) {
            #difference-intro-wrap .intro-container .intro-detail .intro-content p {
              font-size: 15px; } }
      #difference-intro-wrap .intro-container .intro-detail .intro-button, #difference-intro-wrap .intro-container .intro-detail .intro-video {
        display: inline-block;
        vertical-align: top; }
      #difference-intro-wrap .intro-container .intro-detail .intro-video {
        margin-left: 15px; }
        @media print, screen and (min-width: 40.125em) {
          #difference-intro-wrap .intro-container .intro-detail .intro-video {
            margin-left: 30px; } }
      #difference-intro-wrap .intro-container .intro-detail .intro-button a {
        padding: 17px 60px; }

#config-section {
  text-align: center;
  margin-bottom: 85px; }
  @media print, screen and (min-width: 40.125em) {
    #config-section {
      margin-bottom: 130px; } }
  #config-section .config-list li {
    margin-bottom: 15px; }
    @media print, screen and (min-width: 61.5em) {
      #config-section .config-list li {
        margin-bottom: 0; } }

#american-made-wrap {
  margin-bottom: 110px; }
  @media print, screen and (min-width: 40.125em) {
    #american-made-wrap {
      margin-bottom: 130px; } }
  @media print, screen and (min-width: 61.5em) {
    #american-made-wrap {
      margin-bottom: 180px; } }
  #american-made-wrap .american-made-container {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
    #american-made-wrap .american-made-container .american-made-overlay {
      background-color: rgba(0, 0, 0, 0.74);
      padding: 35px 30px; }
      @media print, screen and (min-width: 40.125em) {
        #american-made-wrap .american-made-container .american-made-overlay {
          padding: 50px 55px; } }
    @media print, screen and (min-width: 61.5em) {
      #american-made-wrap .american-made-container .american-made-title, #american-made-wrap .american-made-container .vertical-bar {
        display: inline-block; } }
    @media print, screen and (min-width: 61.5em) {
      #american-made-wrap .american-made-container .vertical-bar {
        content: "";
        width: 0;
        height: 40px;
        border-right: 1px solid #fff; } }
    @media screen and (min-width: 71.375em) {
      #american-made-wrap .american-made-container .vertical-bar {
        height: 50px; } }
    #american-made-wrap .american-made-container .american-made-title {
      font-family: "Oswald", sans-serif;
      font-size: 26px;
      text-align: center;
      border-bottom: 2px solid #0c9fd6;
      padding-bottom: 10px;
      padding-top: 20px; }
      #american-made-wrap .american-made-container .american-made-title:after {
        height: 100%;
        width: 0px;
        position: relative;
        border-right: 1px solid #fff; }
      @media print, screen and (min-width: 40.125em) {
        #american-made-wrap .american-made-container .american-made-title {
          padding-top: 0;
          font-size: 56px; } }
      @media print, screen and (min-width: 61.5em) {
        #american-made-wrap .american-made-container .american-made-title {
          font-size: 48px;
          text-align: left;
          width: 94%;
          padding-right: 15px;
          border-bottom: none;
          padding-bottom: 0; } }
      @media screen and (min-width: 71.375em) {
        #american-made-wrap .american-made-container .american-made-title {
          font-size: 59px; } }
    #american-made-wrap .american-made-container .american-made-description {
      font-weight: bold;
      font-style: italic;
      padding-top: 15px; }
      @media print, screen and (min-width: 61.5em) {
        #american-made-wrap .american-made-container .american-made-description {
          padding-left: 8px; } }
      @media screen and (min-width: 71.375em) {
        #american-made-wrap .american-made-container .american-made-description {
          padding-top: 10px; } }
      #american-made-wrap .american-made-container .american-made-description p {
        font-size: 12px;
        margin-bottom: 0;
        text-align: center; }
        @media print, screen and (min-width: 61.5em) {
          #american-made-wrap .american-made-container .american-made-description p {
            text-align: left; } }
        @media screen and (min-width: 71.375em) {
          #american-made-wrap .american-made-container .american-made-description p {
            font-size: 14px; } }

#first-feature-section, .major-feature {
  position: relative; }
  #first-feature-section .underlay, .major-feature .underlay {
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 25px;
    z-index: 1; }
    @media print, screen and (min-width: 40.125em) {
      #first-feature-section .underlay, .major-feature .underlay {
        top: 30px; } }
    @media print, screen and (min-width: 61.5em) {
      #first-feature-section .underlay, .major-feature .underlay {
        top: 35px; } }
    @media screen and (min-width: 71.375em) {
      #first-feature-section .underlay, .major-feature .underlay {
        top: 50px; } }
  #first-feature-section .overlay, .major-feature .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 25px;
    z-index: 3; }
  #first-feature-section .first-feature-wrap, .major-feature .first-feature-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    z-index: 3;
    background-position: -230px 130px; }
    @media print, screen and (min-width: 40.125em) {
      #first-feature-section .first-feature-wrap, .major-feature .first-feature-wrap {
        -webkit-background-size: cover;
                background-size: cover;
        background-position: -225px bottom; } }
    @media print, screen and (min-width: 61.5em) {
      #first-feature-section .first-feature-wrap, .major-feature .first-feature-wrap {
        -webkit-background-size: cover;
                background-size: cover;
        background-position: -280px bottom;
        padding-bottom: 30px; } }
    @media screen and (min-width: 71.375em) {
      #first-feature-section .first-feature-wrap, .major-feature .first-feature-wrap {
        background-position: 0 0;
        -webkit-background-size: cover;
                background-size: cover; } }
  #first-feature-section .first-feature-wrapper, .major-feature .first-feature-wrapper {
    position: relative;
    z-index: 4; }
    #first-feature-section .first-feature-wrapper .feature-container, .major-feature .first-feature-wrapper .feature-container {
      margin-bottom: 50px; }
      #first-feature-section .first-feature-wrapper .feature-container h2, .major-feature .first-feature-wrapper .feature-container h2 {
        margin-bottom: 20px; }
      #first-feature-section .first-feature-wrapper .feature-container .feature-description, .major-feature .first-feature-wrapper .feature-container .feature-description {
        margin-bottom: 25px; }
      #first-feature-section .first-feature-wrapper .feature-container .feature-video, .major-feature .first-feature-wrapper .feature-container .feature-video {
        margin-left: 15px; }
        @media print, screen and (min-width: 61.5em) {
          #first-feature-section .first-feature-wrapper .feature-container .feature-video, .major-feature .first-feature-wrapper .feature-container .feature-video {
            margin-left: 30px; } }
  #first-feature-section h1.special, #first-feature-section h2.special, .major-feature h1.special, .major-feature h2.special {
    margin-bottom: 60px; }

.major-feature .major-feature-content {
  margin-bottom: 90px; }
  .major-feature .major-feature-content:nth-child(1) {
    margin-top: 35px; }
    @media print, screen and (min-width: 40.125em) {
      .major-feature .major-feature-content:nth-child(1) {
        margin-top: 45px; } }
    @media print, screen and (min-width: 61.5em) {
      .major-feature .major-feature-content:nth-child(1) {
        margin-top: 80px; } }
    @media screen and (min-width: 71.375em) {
      .major-feature .major-feature-content:nth-child(1) {
        margin-top: 48px; } }
  @media print, screen and (min-width: 40.125em) {
    .major-feature .major-feature-content {
      margin-bottom: 130px; } }
  @media print, screen and (min-width: 61.5em) {
    .major-feature .major-feature-content {
      margin-bottom: 135px; } }
  @media screen and (min-width: 71.375em) {
    .major-feature .major-feature-content {
      margin-bottom: 210px; } }
  .major-feature .major-feature-content .underlay {
    background-color: #dcddde; }
  .major-feature .major-feature-content .first-feature-wrapper .feature-container h2 {
    color: #0c9fd6; }

#second-feature-section {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media print, screen and (min-width: 40.125em) {
    #second-feature-section {
      padding-top: 140px;
      padding-bottom: 70px; } }
  @media print, screen and (min-width: 61.5em) {
    #second-feature-section {
      padding-top: 190px;
      padding-bottom: 230px; } }
  @media screen and (min-width: 71.375em) {
    #second-feature-section {
      padding-bottom: 150px; } }
  #second-feature-section .second-feature-wrap {
    margin-bottom: 110px; }
    #second-feature-section .second-feature-wrap:last-child {
      margin-bottom: 0; }
    @media print, screen and (min-width: 61.5em) {
      #second-feature-section .second-feature-wrap {
        margin-bottom: 140px; } }
    @media print, screen and (min-width: 40.125em) {
      #second-feature-section .second-feature-wrap .flex-row {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    #second-feature-section .second-feature-wrap .flex-row .feature-img {
      margin-bottom: 35px; }
      @media print, screen and (min-width: 40.125em) {
        #second-feature-section .second-feature-wrap .flex-row .feature-img {
          margin-bottom: 0; } }
    #second-feature-section .second-feature-wrap .flex-row .feature-container .feature-description {
      margin-bottom: 50px; }
    #second-feature-section .second-feature-wrap .flex-row .feature-container .feature-video.video-margin-left {
      margin-left: 35px; }
    #second-feature-section .second-feature-wrap .flex-row .feature-container .feature-video.video-margin-right {
      margin-right: 35px; }

.page-template-ftkn-difference-detail {
  background: #fefefe; }
  .page-template-ftkn-difference-detail #difference-intro-wrap {
    background: #232323;
    margin-bottom: 0;
    padding-bottom: 85px; }
    @media print, screen and (min-width: 61.5em) {
      .page-template-ftkn-difference-detail #difference-intro-wrap {
        margin-bottom: 0;
        padding-bottom: 130px; } }
  .page-template-ftkn-difference-detail #first-feature-section {
    background-color: #232323; }
  .page-template-ftkn-difference-detail #second-feature-section {
    color: #323232; }
    .page-template-ftkn-difference-detail #second-feature-section .feature-title {
      color: #323232; }
  .page-template-ftkn-difference-detail #american-made-wrap .american-made-container {
    border: 2px solid #0c9fd6; }
    .page-template-ftkn-difference-detail #american-made-wrap .american-made-container .american-made-overlay {
      background-color: #fefefe;
      color: #323232; }
      .page-template-ftkn-difference-detail #american-made-wrap .american-made-container .american-made-overlay .vertical-bar {
        border-right: 2px solid #0c9fd6; }
  .page-template-ftkn-difference-detail.page-id-2992 #config-section {
    margin-top: 85px; }
    @media print, screen and (min-width: 61.5em) {
      .page-template-ftkn-difference-detail.page-id-2992 #config-section {
        margin-top: 130px; } }

.page-template-white-background-default .major-feature .first-feature-wrap {
  background-position: 0px 60px; }
  @media print, screen and (min-width: 61.5em) {
    .page-template-white-background-default .major-feature .first-feature-wrap {
      background-position: 0 100%;
      -webkit-background-size: 90% 90%;
              background-size: 90%; } }
  @media screen and (min-width: 71.375em) {
    .page-template-white-background-default .major-feature .first-feature-wrap {
      -webkit-background-size: 83% 83%;
              background-size: 83%; } }
  @media screen and (min-width: 90em) {
    .page-template-white-background-default .major-feature .first-feature-wrap {
      background-position: 0 10px; } }

.page-template-white-background-default .major-feature .overlay {
  background: rgba(255, 255, 255, 0.8); }

#vault-detail-intro-wrap {
  margin-bottom: 75px;
  position: relative; }
  @media print, screen and (min-width: 40.125em) {
    #vault-detail-intro-wrap {
      margin-bottom: 85px; } }
  @media print, screen and (min-width: 61.5em) {
    #vault-detail-intro-wrap {
      margin-bottom: 150px; } }
  @media screen and (min-width: 71.375em) {
    #vault-detail-intro-wrap {
      margin-bottom: 210px; } }
  #vault-detail-intro-wrap .top-banner {
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -175px;
    min-height: 200px; }
    @media print, screen and (min-width: 40.125em) {
      #vault-detail-intro-wrap .top-banner {
        margin-bottom: -145px;
        min-height: 245px; } }
    @media print, screen and (min-width: 61.5em) {
      #vault-detail-intro-wrap .top-banner {
        margin-bottom: -265px;
        min-height: 360px; } }
    @media screen and (min-width: 71.375em) {
      #vault-detail-intro-wrap .top-banner {
        margin-bottom: -210px; } }
  #vault-detail-intro-wrap .vault-img {
    max-width: 200px;
    margin: auto; }
    @media print, screen and (min-width: 40.125em) {
      #vault-detail-intro-wrap .vault-img {
        margin-left: 0;
        max-width: 100%; } }
    @media screen and (min-width: 71.375em) {
      #vault-detail-intro-wrap .vault-img {
        margin-left: -60px; } }
  #vault-detail-intro-wrap .intro-content {
    position: relative;
    padding-top: 25px; }
    @media print, screen and (min-width: 40.125em) {
      #vault-detail-intro-wrap .intro-content {
        padding-top: 70px; } }
    @media print, screen and (min-width: 61.5em) {
      #vault-detail-intro-wrap .intro-content {
        padding-top: 125px;
        position: relative;
        top: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (min-width: 71.375em) {
      #vault-detail-intro-wrap .intro-content {
        padding-top: 55px; } }
    #vault-detail-intro-wrap .intro-content h1 {
      margin-bottom: 45px; }
      @media print, screen and (min-width: 40.125em) {
        #vault-detail-intro-wrap .intro-content h1 {
          margin-bottom: 50px; } }
      @media print, screen and (min-width: 61.5em) {
        #vault-detail-intro-wrap .intro-content h1 {
          margin-bottom: 70px; } }
      @media screen and (min-width: 71.375em) {
        #vault-detail-intro-wrap .intro-content h1 {
          margin-bottom: 40px; } }
    #vault-detail-intro-wrap .intro-content .vault-sub-title {
      font-size: 26px;
      font-family: "Oswald", sans-serif;
      color: #0c9fd6;
      text-transform: uppercase;
      margin-bottom: 20px;
      line-height: 1; }
      @media print, screen and (min-width: 61.5em) {
        #vault-detail-intro-wrap .intro-content .vault-sub-title {
          margin-bottom: 40px;
          font-size: 34px;
          line-height: 1.5; } }
    #vault-detail-intro-wrap .intro-content .vault-description {
      margin-bottom: 45px; }
      @media print, screen and (min-width: 61.5em) {
        #vault-detail-intro-wrap .intro-content .vault-description {
          margin-bottom: 50px; } }
    #vault-detail-intro-wrap .intro-content .feature-video {
      margin-left: 25px; }
      @media print, screen and (min-width: 61.5em) {
        #vault-detail-intro-wrap .intro-content .feature-video {
          margin-left: 30px; } }
  @media print, screen and (min-width: 61.5em) {
    #vault-detail-intro-wrap .standard-features-row {
      float: right;
      width: 50%; } }
  #vault-detail-intro-wrap .standard-features-wrap {
    margin-top: 75px;
    text-transform: uppercase; }
    @media print, screen and (min-width: 61.5em) {
      #vault-detail-intro-wrap .standard-features-wrap {
        margin-top: 45px; } }
    #vault-detail-intro-wrap .standard-features-wrap .standard-feature-title {
      font-size: 12px;
      font-family: "Oswald", sans-serif;
      color: #0c9fd6;
      margin-bottom: 10px; }
    #vault-detail-intro-wrap .standard-features-wrap table td {
      padding: 8px 15px;
      font-size: 9px;
      font-weight: bold; }
      #vault-detail-intro-wrap .standard-features-wrap table td.left {
        text-align: right;
        border-right: 2px solid #f9ac08;
        background-color: #323232;
        width: 55%; }
        @media print, screen and (min-width: 40.125em) {
          #vault-detail-intro-wrap .standard-features-wrap table td.left {
            width: 50%; } }
      @media print, screen and (min-width: 40.125em) {
        #vault-detail-intro-wrap .standard-features-wrap table td {
          font-size: 11px;
          padding: 10px 23px; } }
      @media screen and (min-width: 71.375em) {
        #vault-detail-intro-wrap .standard-features-wrap table td {
          padding: 10px 26px; } }
    #vault-detail-intro-wrap .standard-features-wrap table tr.gray-background {
      color: #323232; }
      #vault-detail-intro-wrap .standard-features-wrap table tr.gray-background .left {
        border-right: 2px solid #0c9fd6;
        background-color: #dcddde; }
      #vault-detail-intro-wrap .standard-features-wrap table tr.gray-background .right {
        background-color: #bdbdbd; }

#feature-box-wrap {
  margin-bottom: 100px; }
  @media print, screen and (min-width: 40.125em) {
    #feature-box-wrap {
      margin-bottom: 130px; } }
  @media print, screen and (min-width: 61.5em) {
    #feature-box-wrap {
      margin-bottom: 145px; } }
  @media screen and (min-width: 71.375em) {
    #feature-box-wrap {
      margin-bottom: 205px; } }
  #feature-box-wrap .feature-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #feature-box-wrap .feature-box-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%; }
    @media print, screen and (min-width: 40.125em) {
      #feature-box-wrap .feature-box-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media print, screen and (min-width: 61.5em) {
      #feature-box-wrap .feature-box-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    #feature-box-wrap .feature-box-column.slide-in-active .feature-box-container .box-overlay {
      top: 0;
      opacity: 0.8; }
    #feature-box-wrap .feature-box-column.slide-in-active .feature-box-container .feature-box-content {
      top: 0; }
      #feature-box-wrap .feature-box-column.slide-in-active .feature-box-container .feature-box-content .feature-description {
        opacity: 1; }
  #feature-box-wrap .feature-box-container {
    position: relative;
    overflow: hidden; }
    #feature-box-wrap .feature-box-container .feature-box-img {
      position: relative; }
      #feature-box-wrap .feature-box-container .feature-box-img .feature-box-bg {
        height: 205px;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        @media print, screen and (min-width: 40.125em) {
          #feature-box-wrap .feature-box-container .feature-box-img .feature-box-bg {
            height: 315px; } }
        @media print, screen and (min-width: 61.5em) {
          #feature-box-wrap .feature-box-container .feature-box-img .feature-box-bg {
            height: 280px; } }
        @media screen and (min-width: 71.375em) {
          #feature-box-wrap .feature-box-container .feature-box-img .feature-box-bg {
            height: 425px; } }
      #feature-box-wrap .feature-box-container .feature-box-img .img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0);
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(25, 25, 25, 0.5));
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), to(rgba(25, 25, 25, 0.5)));
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(25, 25, 25, 0.5));
        /* Standard syntax */ }
    #feature-box-wrap .feature-box-container .box-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0px;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #191919;
      opacity: 0.2;
      -webkit-transition: opacity 1s ease;
      transition: opacity 1s ease; }
      @media print, screen and (min-width: 40.125em) {
        #feature-box-wrap .feature-box-container .box-overlay {
          top: 100%;
          opacity: 0.2; } }
    #feature-box-wrap .feature-box-container .feature-box-content {
      position: absolute;
      padding: 35px;
      top: 120px;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
      @media print, screen and (min-width: 40.125em) {
        #feature-box-wrap .feature-box-container .feature-box-content {
          top: 200px;
          padding: 50px; } }
      @media print, screen and (min-width: 61.5em) {
        #feature-box-wrap .feature-box-container .feature-box-content {
          top: 178px;
          padding: 40px 45px; } }
      @media screen and (min-width: 71.375em) {
        #feature-box-wrap .feature-box-container .feature-box-content {
          top: 275px;
          padding: 62px 65px; } }
      #feature-box-wrap .feature-box-container .feature-box-content .feature-box-title {
        font-family: "Oswald", sans-serif;
        font-size: 16px;
        margin-bottom: 30px; }
        @media print, screen and (min-width: 40.125em) {
          #feature-box-wrap .feature-box-container .feature-box-content .feature-box-title {
            font-size: 20px;
            margin-bottom: 45px; } }
        @media print, screen and (min-width: 61.5em) {
          #feature-box-wrap .feature-box-container .feature-box-content .feature-box-title {
            margin-bottom: 35px; } }
        @media screen and (min-width: 71.375em) {
          #feature-box-wrap .feature-box-container .feature-box-content .feature-box-title {
            font-size: 26px;
            margin-bottom: 60px; } }
      #feature-box-wrap .feature-box-container .feature-box-content .feature-description {
        padding-left: 25px;
        border-left: 2px solid #f9ac08;
        margin-left: 3px;
        color: #a1a1a1;
        opacity: 0;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out; }
        @media print, screen and (min-width: 61.5em) {
          #feature-box-wrap .feature-box-container .feature-box-content .feature-description {
            font-size: 5px; } }
        #feature-box-wrap .feature-box-container .feature-box-content .feature-description p {
          font-size: 9px;
          line-height: 1.3; }
          @media print, screen and (min-width: 40.125em) {
            #feature-box-wrap .feature-box-container .feature-box-content .feature-description p {
              font-size: 11px; } }
          @media screen and (min-width: 71.375em) {
            #feature-box-wrap .feature-box-container .feature-box-content .feature-description p {
              font-size: 14px;
              line-height: 1.6; } }
    @media print, screen and (min-width: 40.125em) {
      #feature-box-wrap .feature-box-container:hover .box-overlay, #feature-box-wrap .feature-box-container:hover .feature-box-content {
        top: 0; } }
    @media print, screen and (min-width: 40.125em) {
      #feature-box-wrap .feature-box-container:hover .box-overlay {
        opacity: 0.8; } }
    @media print, screen and (min-width: 40.125em) {
      #feature-box-wrap .feature-box-container:hover .feature-box-content .feature-description {
        opacity: 1; } }

#vault-info-wrap {
  margin-bottom: 65px; }
  @media print, screen and (min-width: 40.125em) {
    #vault-info-wrap {
      margin-bottom: 75px; } }
  @media print, screen and (min-width: 61.5em) {
    #vault-info-wrap {
      margin-bottom: 125px; } }
  @media screen and (min-width: 71.375em) {
    #vault-info-wrap {
      margin-bottom: 185px; } }
  #vault-info-wrap .vault-info {
    font-family: "Oswald", sans-serif;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    border-right: 2px solid #323232;
    margin-bottom: 50px; }
    @media print, screen and (min-width: 40.125em) {
      #vault-info-wrap .vault-info {
        margin-bottom: 0; } }
    #vault-info-wrap .vault-info .info-title {
      font-size: 9px;
      color: #0c9fd6;
      margin-bottom: 10px; }
      @media print, screen and (min-width: 61.5em) {
        #vault-info-wrap .vault-info .info-title {
          font-size: 14.5px;
          margin-bottom: 20px; } }
      @media screen and (min-width: 71.375em) {
        #vault-info-wrap .vault-info .info-title {
          font-size: 18px;
          margin-bottom: 30px; } }
    #vault-info-wrap .vault-info .info {
      font-size: 30px; }
      @media print, screen and (min-width: 61.5em) {
        #vault-info-wrap .vault-info .info {
          font-size: 48px; } }
      @media screen and (min-width: 71.375em) {
        #vault-info-wrap .vault-info .info {
          font-size: 60px; } }
  #vault-info-wrap .row .columns:nth-child(even) .vault-info {
    border-right: none; }
    @media print, screen and (min-width: 40.125em) {
      #vault-info-wrap .row .columns:nth-child(even) .vault-info {
        border-right: 2px solid #323232; } }
  #vault-info-wrap .row .columns:last-child .vault-info {
    border-right: none; }

#vault-detail-tab-wrap {
  margin-bottom: 100px;
  text-transform: uppercase; }
  @media print, screen and (min-width: 40.125em) {
    #vault-detail-tab-wrap {
      margin-bottom: 160px; } }
  @media print, screen and (min-width: 61.5em) {
    #vault-detail-tab-wrap {
      margin-bottom: 200px; } }
  @media screen and (min-width: 71.375em) {
    #vault-detail-tab-wrap {
      margin-bottom: 175px; } }
  #vault-detail-tab-wrap .tabs {
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #0c9fd6; }
    @media print, screen and (min-width: 40.125em) {
      #vault-detail-tab-wrap .tabs {
        border-bottom: 4px solid #0c9fd6; } }
    #vault-detail-tab-wrap .tabs .tabs-title {
      margin-right: 0.5%;
      width: 33%;
      text-align: center; }
      @media print, screen and (min-width: 40.125em) {
        #vault-detail-tab-wrap .tabs .tabs-title {
          margin-right: 0.5%;
          width: 33%; } }
      @media print, screen and (min-width: 61.5em) {
        #vault-detail-tab-wrap .tabs .tabs-title {
          margin-right: 8px;
          width: 201px;
          margin-right: 4.5px; } }
      #vault-detail-tab-wrap .tabs .tabs-title:last-child {
        margin-right: 0; }
      #vault-detail-tab-wrap .tabs .tabs-title.is-active a {
        background-color: #0c9fd6; }
      #vault-detail-tab-wrap .tabs .tabs-title a {
        background-color: #176e9f;
        color: white;
        font-size: 11px;
        font-weight: bold;
        position: relative;
        padding: 0;
        height: 160px; }
        @media print, screen and (min-width: 40.125em) {
          #vault-detail-tab-wrap .tabs .tabs-title a {
            padding: 20px 0;
            height: auto; } }
        #vault-detail-tab-wrap .tabs .tabs-title a:hover, #vault-detail-tab-wrap .tabs .tabs-title a:focus {
          background-color: #0c9fd6; }
        #vault-detail-tab-wrap .tabs .tabs-title a .rotate {
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(-90deg);
          -ms-transform-origin: left top 0;
          -webkit-transform-origin: left top 0;
          transform-origin: left top 0;
          position: absolute;
          left: 47%;
          bottom: 10px;
          width: 100%;
          text-align: left; }
          @media print, screen and (min-width: 40.125em) {
            #vault-detail-tab-wrap .tabs .tabs-title a .rotate {
              -webkit-transform: none;
              -ms-transform: none;
              transform: none;
              position: relative;
              bottom: auto;
              left: 0;
              right: auto;
              height: auto;
              width: auto; } }
  #vault-detail-tab-wrap .tabs-content {
    background-color: #191919;
    border: none;
    padding: 65px 40px; }
    @media print, screen and (min-width: 40.125em) {
      #vault-detail-tab-wrap .tabs-content {
        padding: 60px 55px; } }
    #vault-detail-tab-wrap .tabs-content .tabs-panel {
      padding: 0; }
      #vault-detail-tab-wrap .tabs-content .tabs-panel h4 {
        margin-bottom: 30px; }
      #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap {
        margin-bottom: 100px; }
        #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .color-thumb-list {
          list-style: none;
          margin-left: 0; }
          #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .color-thumb-list .paint-type-title {
            font-size: 13px;
            color: #a1a1a1;
            font-weight: bold;
            margin-bottom: 15px;
            margin-top: 50px; }
            #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .color-thumb-list .paint-type-title:first-child {
              margin-top: 0; }
          #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .color-thumb-list li {
            display: inline-block;
            margin-right: 8px;
            margin-bottom: 7px;
            position: relative; }
            #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .color-thumb-list li .color-img-zoom-wrap {
              display: none;
              height: auto;
              background-color: #2d2d2d;
              border: 5px solid #2d2d2d; }
              @media print, screen and (min-width: 40.125em) {
                #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .color-thumb-list li .color-img-zoom-wrap {
                  position: absolute;
                  right: -160px;
                  top: 25px;
                  width: 150px; } }
              #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .color-thumb-list li .color-img-zoom-wrap .color-name {
                text-align: center;
                font-size: 11px;
                color: #a1a1a1;
                font-weight: bold; }
                @media print, screen and (min-width: 40.125em) {
                  #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .color-thumb-list li .color-img-zoom-wrap .color-name {
                    font-size: 13px; } }
              #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .color-thumb-list li .color-img-zoom-wrap .color-img-zoom {
                padding: 10px; }
            #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .color-thumb-list li .color-img {
              width: 55px;
              height: 55px;
              -webkit-background-size: cover;
                      background-size: cover;
              background-repeat: no-reapeat; }
            @media print, screen and (min-width: 40.125em) {
              #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .color-thumb-list li:hover .color-img-zoom-wrap {
                z-index: 1;
                display: block; } }
        #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table {
          table-layout: fixed;
          font-weight: bold;
          text-align: center;
          max-width: 775px; }
          @media print, screen and (min-width: 40.125em) {
            #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table th, #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table td {
              height: 64px; } }
          #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table thead {
            background: none; }
            #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table thead th {
              font-size: 10px;
              color: #bdbdbd;
              background-color: #2d2d2d;
              text-align: center;
              display: none; }
              @media print, screen and (min-width: 40.125em) {
                #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table thead th {
                  display: table-cell; } }
              #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table thead th:first-child {
                background-color: transparent; }
                #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table thead th:first-child .heading {
                  display: none; }
          #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table tbody tr {
            margin-bottom: 30px; }
            @media print, screen and (min-width: 40.125em) {
              #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table tbody tr {
                margin-bottom: 0; } }
          #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table tbody td {
            font-size: 12px;
            background-color: #232323;
            display: block;
            padding: 15px 0;
            border-bottom: 2px solid #2d2d2d; }
            #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table tbody td:last-child {
              border-bottom: none; }
            @media print, screen and (min-width: 40.125em) {
              #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table tbody td {
                display: table-cell;
                border-bottom: none; } }
            #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table tbody td:before {
              content: attr(data-th) ":";
              font-size: 10px;
              display: inline-block;
              text-transform: uppercase;
              margin-right: 5px;
              color: #bdbdbd; }
              @media print, screen and (min-width: 40.125em) {
                #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table tbody td:before {
                  display: none; } }
            #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table tbody td:first-child {
              text-align: center;
              color: #bdbdbd;
              border-bottom: 2px solid #f9ac08;
              background-color: #2d2d2d;
              font-size: 14px; }
              #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table tbody td:first-child br {
                display: none; }
              #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table tbody td:first-child:before {
                display: none; }
              @media print, screen and (min-width: 40.125em) {
                #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table tbody td:first-child {
                  font-size: 10px;
                  padding-right: 10px;
                  text-align: right;
                  border-right: 2px solid #f9ac08;
                  border-bottom: none; }
                  #vault-detail-tab-wrap .tabs-content .tabs-panel .detail-content-wrap .detail-sizes-table tbody td:first-child br {
                    display: block; } }
      #vault-detail-tab-wrap .tabs-content .tabs-panel .tab-button-wrap {
        text-align: center; }
        @media print, screen and (min-width: 40.125em) {
          #vault-detail-tab-wrap .tabs-content .tabs-panel .tab-button-wrap {
            text-align: left; } }

#slider-wrap {
  margin-bottom: 70px; }
  @media print, screen and (min-width: 40.125em) {
    #slider-wrap {
      margin-bottom: 145px; } }
  @media screen and (min-width: 71.375em) {
    #slider-wrap {
      margin-bottom: 185px; } }
  #slider-wrap .orbit .slider-controller-wrap {
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 1; }
    @media print, screen and (min-width: 40.125em) {
      #slider-wrap .orbit .slider-controller-wrap {
        bottom: 0; } }
    #slider-wrap .orbit .slider-controller-wrap .orbit-previous,
    #slider-wrap .orbit .slider-controller-wrap .orbit-next {
      position: relative;
      display: inline-block;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding: 15px;
      background-color: rgba(12, 159, 214, 0.5);
      -webkit-transition: background-color 0.25s ease-out;
      transition: background-color 0.25s ease-out; }
      #slider-wrap .orbit .slider-controller-wrap .orbit-previous:hover,
      #slider-wrap .orbit .slider-controller-wrap .orbit-next:hover {
        background-color: #176e9f; }
      @media print, screen and (min-width: 40.125em) {
        #slider-wrap .orbit .slider-controller-wrap .orbit-previous,
        #slider-wrap .orbit .slider-controller-wrap .orbit-next {
          padding: 31px; } }
    #slider-wrap .orbit .slider-controller-wrap .orbit-previous {
      margin-right: -3px; }
  @media print, screen and (min-width: 40.125em) {
    #slider-wrap .orbit .orbit-slide .img-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(255, 255, 255, 0);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(25, 25, 25, 0.5));
      /* For Safari 5.1 to 6.0 */
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), to(rgba(25, 25, 25, 0.5)));
      background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(25, 25, 25, 0.5));
      /* Standard syntax */ } }
  #slider-wrap .orbit .orbit-slide .slide-caption-wrap {
    height: 100px; }
    @media print, screen and (min-width: 40.125em) {
      #slider-wrap .orbit .orbit-slide .slide-caption-wrap {
        height: auto; } }
    #slider-wrap .orbit .orbit-slide .slide-caption-wrap .slide-caption {
      font-size: 11px;
      padding: 33px 20px;
      position: relative;
      width: 100%;
      margin-bottom: 0;
      background-color: transparent;
      color: #fefefe; }
      @media print, screen and (min-width: 40.125em) {
        #slider-wrap .orbit .orbit-slide .slide-caption-wrap .slide-caption {
          position: absolute;
          bottom: 0px;
          padding: 33px 50px;
          font-size: 14px;
          background-color: rgba(25, 25, 25, 0.5); } }
      #slider-wrap .orbit .orbit-slide .slide-caption-wrap .slide-caption a {
        color: #0c9fd6; }
        #slider-wrap .orbit .orbit-slide .slide-caption-wrap .slide-caption a:hover {
          color: #176e9f; }

#compare-accordion-wrap {
  margin-bottom: 100px; }
  @media print, screen and (min-width: 40.125em) {
    #compare-accordion-wrap {
      margin-bottom: 180px; } }
  @media print, screen and (min-width: 61.5em) {
    #compare-accordion-wrap {
      margin-bottom: 155px; } }
  @media screen and (min-width: 71.375em) {
    #compare-accordion-wrap {
      margin-bottom: 250px; } }
  #compare-accordion-wrap .compare-accordion-title {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color: #0c9fd6;
    margin-bottom: 30px;
    text-transform: uppercase; }
  #compare-accordion-wrap .accordion {
    background: none;
    text-transform: uppercase; }
    #compare-accordion-wrap .accordion .accordion-item {
      border-bottom: 2px solid #323232; }
      #compare-accordion-wrap .accordion .accordion-item:first-child {
        border-top: 2px solid #323232; }
      #compare-accordion-wrap .accordion .accordion-item .accordion-title {
        border: none;
        color: white;
        font-size: 14px;
        font-weight: bold;
        padding: 40px 5px; }
        #compare-accordion-wrap .accordion .accordion-item .accordion-title:focus, #compare-accordion-wrap .accordion .accordion-item .accordion-title:hover {
          background-color: transparent; }
        #compare-accordion-wrap .accordion .accordion-item .accordion-title:hover {
          color: #f9ac08; }
        #compare-accordion-wrap .accordion .accordion-item .accordion-title:before {
          margin-top: -1.2rem;
          font-size: 35px;
          font-weight: 100;
          right: 2rem; }
          @media print, screen and (min-width: 40.125em) {
            #compare-accordion-wrap .accordion .accordion-item .accordion-title:before {
              right: 3.5rem; } }
      #compare-accordion-wrap .accordion .accordion-item.is-active .accordion-title {
        color: #f9ac08; }
      #compare-accordion-wrap .accordion .accordion-item .accordion-content {
        background-color: transparent;
        color: white;
        border: none;
        padding: 80px 0; }
        @media screen and (min-width: 71.375em) {
          #compare-accordion-wrap .accordion .accordion-item .accordion-content {
            padding: 65px 45px 75px; } }
        #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row {
          width: 100%; }
          @media print, screen and (min-width: 40.125em) {
            #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .table-column-2,
            #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .table-column-7 {
              display: inline;
              float: left; } }
          #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .table-column-2 {
            display: none; }
            @media print, screen and (min-width: 40.125em) {
              #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .table-column-2 {
                width: 22.2222%;
                display: block; } }
          @media print, screen and (min-width: 40.125em) {
            #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .table-column-7 {
              width: 77.7777%; } }
          #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .panel-feature-list,
          #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list {
            list-style: none;
            margin-left: 0;
            font-weight: bold; }
            #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .panel-feature-list li,
            #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              height: 65px; }
              @media print, screen and (min-width: 40.125em) {
                #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .panel-feature-list li,
                #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li {
                  line-height: 1.2; } }
              @media print, screen and (min-width: 61.5em) {
                #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .panel-feature-list li,
                #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li {
                  line-height: 1.5; } }
          #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .panel-feature-list li {
            text-align: center;
            font-size: 10px;
            background-color: #2d2d2d;
            color: #bdbdbd; }
            #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .panel-feature-list li.empty {
              background: none;
              border-right: none; }
            @media print, screen and (min-width: 40.125em) {
              #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .panel-feature-list li {
                font-size: 7px;
                height: 40px;
                padding-left: 10px;
                padding-right: 10px;
                padding-left: 40px;
                padding-right: 20px;
                border-bottom: 2px solid #232323;
                border-right: 2px solid #f9ac08;
                text-align: right; }
                #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .panel-feature-list li:last-child {
                  border-bottom: none; } }
            @media print, screen and (min-width: 61.5em) {
              #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .panel-feature-list li {
                font-size: 10px;
                height: 65px;
                padding-left: 40px;
                padding-right: 20px; } }
          #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list {
            text-align: center; }
            @media print, screen and (min-width: 40.125em) {
              #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list {
                display: inline-block;
                margin-right: -4px;
                width: 14.05%; } }
            @media print, screen and (min-width: 40.125em) {
              #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.zoom, #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.s-zoom {
                -webkit-box-shadow: 0 0 20px #000;
                        box-shadow: 0 0 20px #000; }
                #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.zoom li, #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.s-zoom li {
                  color: white;
                  border-bottom: 1px solid #191919;
                  background-color: #2d2d2d; }
                  #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.zoom li:first-child, #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.s-zoom li:first-child {
                    background-color: #2d2d2d; } }
            #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.zoom .vault-name, #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.s-zoom .vault-name {
              font-size: 18px;
              background-color: #0c9fd6;
              color: white; }
              @media print, screen and (min-width: 40.125em) {
                #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.zoom .vault-name, #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.s-zoom .vault-name {
                  font-size: 9px; } }
              @media print, screen and (min-width: 61.5em) {
                #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.zoom .vault-name, #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.s-zoom .vault-name {
                  font-size: 14px; } }
            #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.zoom li, #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.s-zoom li {
              color: white; }
            @media print, screen and (min-width: 40.125em) {
              #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.zoom {
                -webkit-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                        transform: scale(1.2); } }
            @media print, screen and (min-width: 40.125em) {
              #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list.s-zoom {
                -webkit-transform: scale(1.2, 1.05);
                    -ms-transform: scale(1.2, 1.05);
                        transform: scale(1.2, 1.05); } }
            #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li {
              background-color: #191919;
              font-size: 11px;
              font-weight: bold;
              background-color: #191919;
              border-bottom: 2px solid #232323;
              margin-left: 2px;
              color: #888888; }
              @media print, screen and (min-width: 40.125em) {
                #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li {
                  font-size: 7px;
                  height: 40px; }
                  #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li:last-child {
                    border-bottom: none; } }
              @media print, screen and (min-width: 61.5em) {
                #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li {
                  font-size: 11px;
                  height: 65px; } }
              #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li.vault-name {
                background-color: #2d2d2d;
                text-align: center;
                font-family: "Oswald", sans-serif;
                font-size: 14px;
                font-weight: normal;
                border-bottom: 2px solid #f9ac08; }
                @media print, screen and (min-width: 40.125em) {
                  #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li.vault-name {
                    font-size: 9px;
                    background-color: #191919;
                    border-bottom: 2px solid #232323; } }
                @media print, screen and (min-width: 61.5em) {
                  #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li.vault-name {
                    font-size: 14px; } }
                #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li.vault-name:before {
                  display: none; }
              #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li:before {
                content: attr(data-th) " ";
                font-size: 10px;
                display: inline-block;
                text-transform: uppercase;
                padding-bottom: 10px;
                color: #bdbdbd; }
                @media print, screen and (min-width: 40.125em) {
                  #compare-accordion-wrap .accordion .accordion-item .accordion-content .comparison-table-row .vault-feature-list li:before {
                    display: none; } }

.config-list {
  list-style: none;
  margin-left: 0; }
  .config-list li {
    text-align: center;
    display: inline-block;
    max-width: 100px; }
    @media print, screen and (min-width: 40.125em) {
      .config-list li {
        max-width: 107px; } }
    .config-list li.show-layout-description .layout-wrap .layout-configuration-wrap {
      display: block; }
    .config-list li .layout-wrap {
      position: relative;
      margin-bottom: 15px; }
      @media print, screen and (min-width: 40.125em) {
        .config-list li .layout-wrap:hover .layout-configuration-wrap {
          display: block; } }
      .config-list li .layout-wrap .layout-configuration-wrap {
        position: absolute;
        background-color: #323232;
        padding: 20px 10px;
        color: #fefefe;
        font-size: 11px;
        width: 120px;
        text-align: center;
        display: none;
        z-index: 2; }
        .config-list li .layout-wrap .layout-configuration-wrap .description {
          margin-bottom: 5px; }
      .config-list li .layout-wrap .circle-plus-icon {
        position: absolute;
        bottom: -12px;
        right: 20px;
        z-index: 1; }
    .config-list li .layout-name {
      font-weight: bold;
      font-size: 11px;
      margin-bottom: 5px; }

.page-template-white-background-default table {
  border-spacing: 0 2px; }

#vaults-page-wrap {
  margin-bottom: 60px; }
  @media print, screen and (min-width: 40.125em) {
    #vaults-page-wrap {
      margin-bottom: 190px; } }
  @media print, screen and (min-width: 61.5em) {
    #vaults-page-wrap {
      margin-bottom: 150px; } }
  @media screen and (min-width: 71.375em) {
    #vaults-page-wrap {
      margin-bottom: 180px; } }
  #vaults-page-wrap .page-content {
    margin-bottom: 60px; }
    @media print, screen and (min-width: 40.125em) {
      #vaults-page-wrap .page-content {
        margin-bottom: 100px; } }
    @media print, screen and (min-width: 61.5em) {
      #vaults-page-wrap .page-content {
        margin-bottom: 125px; } }
  #vaults-page-wrap .vaults-wrap .vaults-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    #vaults-page-wrap .vaults-wrap .vaults-row .vault-column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px; }
      @media print, screen and (min-width: 40.125em) {
        #vaults-page-wrap .vaults-wrap .vaults-row .vault-column {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media print, screen and (min-width: 61.5em) {
        #vaults-page-wrap .vaults-wrap .vaults-row .vault-column {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%; } }
      #vaults-page-wrap .vaults-wrap .vaults-row .vault-column a {
        color: white; }
        #vaults-page-wrap .vaults-wrap .vaults-row .vault-column a:hover, #vaults-page-wrap .vaults-wrap .vaults-row .vault-column a:focus {
          color: white; }
        #vaults-page-wrap .vaults-wrap .vaults-row .vault-column a .vault-container {
          padding: 30px 20px;
          text-align: center;
          min-height: 725px;
          background-color: #191919;
          border: 3px solid #191919;
          height: 100%;
          width: 100%;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
          #vaults-page-wrap .vaults-wrap .vaults-row .vault-column a .vault-container:hover {
            border-color: #0c9fd6; }
          @media print, screen and (min-width: 61.5em) {
            #vaults-page-wrap .vaults-wrap .vaults-row .vault-column a .vault-container {
              padding: 35px 25px; } }
          @media print, screen and (min-width: 61.5em) {
            #vaults-page-wrap .vaults-wrap .vaults-row .vault-column a .vault-container {
              padding: 35px 50px; } }
          #vaults-page-wrap .vaults-wrap .vaults-row .vault-column a .vault-container .vault-img {
            width: 210px;
            height: 360px;
            margin: auto; }
          #vaults-page-wrap .vaults-wrap .vaults-row .vault-column a .vault-container .vault-name {
            font-size: 26px;
            color: #0c9fd6;
            font-family: "Oswald", sans-serif;
            text-transform: uppercase;
            margin: 30px 0; }
          #vaults-page-wrap .vaults-wrap .vaults-row .vault-column a .vault-container .vault-description p {
            font-size: 13px;
            color: white; }

#hero-wrapper .gallery-banner {
  min-height: 130px;
  margin-top: 115px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media print, screen and (min-width: 40.125em) {
    #hero-wrapper .gallery-banner {
      min-height: 465px;
      margin-top: 0; } }
  @media print, screen and (min-width: 61.5em) {
    #hero-wrapper .gallery-banner {
      min-height: 615px; } }
  @media screen and (min-width: 71.375em) {
    #hero-wrapper .gallery-banner {
      min-height: 650px; } }

#video-section-wrap {
  margin-top: 185px;
  margin-bottom: 75px; }
  #video-section-wrap .video-section {
    padding-bottom: 70px; }
    #video-section-wrap .video-section .video-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: -15px;
      padding-right: -15px; }
    #video-section-wrap .video-section .video-column {
      margin-bottom: 70px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      @media print, screen and (min-width: 40.125em) {
        #video-section-wrap .video-section .video-column {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
          max-width: 33.3333%; } }
      @media print, screen and (min-width: 61.5em) {
        #video-section-wrap .video-section .video-column {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%; } }
    #video-section-wrap .video-section .video-container .video-thumb {
      position: relative;
      margin-bottom: 40px; }
      #video-section-wrap .video-section .video-container .video-thumb .blue-bg {
        position: absolute;
        top: 15px;
        right: -15px;
        bottom: -15px;
        left: 15px;
        background-color: #0c9fd6;
        z-index: 1; }
      #video-section-wrap .video-section .video-container .video-thumb img {
        width: 100%;
        position: relative;
        z-index: 2; }
      #video-section-wrap .video-section .video-container .video-thumb .video-button {
        position: absolute;
        position: absolute;
        z-index: 2;
        margin-left: auto;
        margin-right: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        #video-section-wrap .video-section .video-container .video-thumb .video-button .fa {
          font-size: 2.5em;
          color: white; }
          @media print, screen and (min-width: 61.5em) {
            #video-section-wrap .video-section .video-container .video-thumb .video-button .fa {
              font-size: 3em; } }
      #video-section-wrap .video-section .video-container .video-thumb a .video-button .fa {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
      #video-section-wrap .video-section .video-container .video-thumb a:hover .video-button .fa {
        color: #0c9fd6; }
    #video-section-wrap .video-section .video-container .video-title {
      color: #0c9fd6;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 15px; }
    #video-section-wrap .video-section .video-container .video-description p {
      font-size: 10px; }

.gallery-hero-wrapper {
  margin-bottom: 110px; }

#slider-wrap .section-title,
#video-section-wrap .section-title {
  color: #0c9fd6;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  margin-bottom: 25px; }

#slider-wrap hr,
#video-section-wrap hr {
  border-width: 2px; }

#find-dealer-map-wrap {
  margin-bottom: 80px; }
  #find-dealer-map-wrap .find-dealer-map {
    min-height: 650px;
    background-color: #191919;
    margin-bottom: 155px; }

#search-locations-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

#search-locations-form #search-location-input {
  height: 45px;
  font-size: 14px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe; }

#search-locations-form #search-location-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  height: 45px;
  min-height: 45px;
  border: 0;
  padding: 0 18px;
  background-color: #fefefe; }
  #search-locations-form #search-location-btn i {
    font-size: 18px;
    color: #A8A8A8; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #search-locations-form #search-location-btn {
    min-width: 62px; } }

.search-results-padding {
  padding-right: auto; }

.map-padding {
  padding-left: auto; }

#map-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100; }
  #map-overlay #processing-gif {
    display: block;
    margin: 0 auto; }

@media print, screen and (min-width: 61.5em) {
  .search-results-padding {
    padding-right: 0; }
  .map-padding {
    padding-left: 0; } }

#location-count {
  background-color: #f9ac08;
  min-height: 40px;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  padding: 10px 15px;
  text-align: center; }

#special-notice {
  background-color: #191919;
  padding: 0;
  font-size: 11px;
  line-height: 12px;
  color: #f9ac08; }
  #special-notice.active {
    padding: 15px; }

#search-results {
  max-height: 530px; }
  @media print, screen and (min-width: 61.5em) {
    #search-results {
      overflow-y: scroll; } }
  #search-results #search-results-list {
    background-color: #191919; }
    #search-results #search-results-list.hide-search-results {
      display: none; }
    @media print, screen and (min-width: 61.5em) {
      #search-results #search-results-list {
        min-height: 490px; }
        #search-results #search-results-list.hide-search-results {
          display: block; } }
    #search-results #search-results-list .search-result {
      border-bottom: 2px solid #232323; }
      #search-results #search-results-list .search-result .marker-column {
        float: left;
        background-color: #191919;
        width: 25%; }
        #search-results #search-results-list .search-result .marker-column .marker-container {
          position: relative; }
          #search-results #search-results-list .search-result .marker-column .marker-container .marker {
            min-height: 100px; }
            #search-results #search-results-list .search-result .marker-column .marker-container .marker.google-map-trigger {
              cursor: pointer; }
            #search-results #search-results-list .search-result .marker-column .marker-container .marker .marker-number {
              position: relative;
              top: 30px;
              font-weight: bold;
              text-align: center;
              z-index: 10; }
            #search-results #search-results-list .search-result .marker-column .marker-container .marker .blue {
              display: none; }
            #search-results #search-results-list .search-result .marker-column .marker-container .marker.blue .blue {
              display: block; }
            #search-results #search-results-list .search-result .marker-column .marker-container .marker.blue .marker-number {
              color: #fefefe; }
            #search-results #search-results-list .search-result .marker-column .marker-container .marker .white {
              display: none; }
            #search-results #search-results-list .search-result .marker-column .marker-container .marker.white .white {
              display: block; }
            #search-results #search-results-list .search-result .marker-column .marker-container .marker.white .marker-number {
              color: #0c9fd6; }
            #search-results #search-results-list .search-result .marker-column .marker-container .marker img {
              position: absolute;
              left: 50%;
              top: 20px;
              margin-left: -20px; }
      #search-results #search-results-list .search-result .result-data {
        padding: 15px;
        width: 75%;
        background-color: #2d2d2d;
        float: left; }
        #search-results #search-results-list .search-result .result-data .result-text-container .result-location {
          padding-bottom: 5px; }
        #search-results #search-results-list .search-result .result-data .result-text-container .result-text {
          padding-bottom: 15px;
          font-size: 14px;
          line-height: 16px;
          font-weight: bold; }
    #search-results #search-results-list .test-container {
      font-size: 12px;
      line-height: 14px;
      color: red; }
      #search-results #search-results-list .test-container .test-data {
        padding-bottom: 5px; }

#acf-map {
  height: 575px;
  width: 100%; }
  #acf-map.hide-map {
    display: none; }
  @media print, screen and (min-width: 61.5em) {
    #acf-map.hide-map {
      display: block; } }

/****************************************************************************
 * Comparison View
 ****************************************************************************/
#customize-your-vault {
  margin-top: 60px;
  margin-bottom: 70px; }
  #customize-your-vault h3 {
    margin-bottom: 30px; }
  #customize-your-vault h1 {
    margin-bottom: 35px; }
  #customize-your-vault .vault-description {
    max-width: 560px;
    margin: 0 auto; }
    @media print, screen and (min-width: 40.125em) {
      #customize-your-vault .vault-description {
        max-width: 730px; } }
  @media print, screen and (min-width: 40.125em) {
    #customize-your-vault {
      margin-top: 80px;
      margin-bottom: 80px; }
      #customize-your-vault h3 {
        margin-bottom: 35px; }
      #customize-your-vault h1 {
        margin-bottom: 40px; }
      #customize-your-vault .vault-description {
        max-width: 730px; } }

/******************************
 * comparison tables width
 ******************************/
.vault-width {
  margin: 0 auto;
  position: relative; }
  @media print, screen and (min-width: 40.125em) {
    .vault-width {
      max-width: 100%; } }
  @media print, screen and (min-width: 61.5em) {
    .vault-width {
      max-width: 984px; } }
  @media screen and (min-width: 71.375em) {
    .vault-width {
      max-width: 1142px; } }
  @media screen and (min-width: 97.75em) {
    .vault-width {
      max-width: 1475px; } }
  @media screen and (min-width: 97.75em) {
    .vault-width .row {
      max-width: 1475px; } }

.columns.no-right-padding-small {
  padding-right: 0; }
  @media print, screen and (min-width: 61.5em) {
    .columns.no-right-padding-small {
      padding-right: 15px; } }

/******************************
 * Header COlumn
 ******************************/
#comparison-table-headers {
  display: block;
  float: left;
  width: 97px; }
  #comparison-table-headers tr.dummy-row {
    height: 44px;
    background-color: #232323; }
  #comparison-table-headers tr {
    display: block; }
    #comparison-table-headers tr th {
      float: none !important;
      display: block;
      background-color: #2d2d2d;
      border-bottom: 2px solid #232323;
      height: 58px;
      width: 95px;
      font-weight: bold;
      font-size: 9px;
      line-height: 12px;
      color: #bdbdbd;
      text-align: right;
      text-transform: uppercase; }
      #comparison-table-headers tr th .header-content {
        border-right: 2px solid #f9ac08;
        height: 100%;
        width: 100%;
        padding: 17px 8px; }
    #comparison-table-headers tr th:first-of-type {
      height: 190px;
      background-color: #232323; }
      #comparison-table-headers tr th:first-of-type .header-content {
        display: none; }
  @media screen and (min-width: 71.375em) {
    #comparison-table-headers {
      width: 111px; }
      #comparison-table-headers tr th {
        height: 67px;
        width: 109px;
        font-size: 10px;
        line-height: 13px; }
        #comparison-table-headers tr th .header-content {
          padding: 20px 8px; }
      #comparison-table-headers tr th:first-of-type {
        height: 217px; } }

/******************************
 * Data Columns
 ******************************/
#comparison-table-data {
  margin-bottom: 0; }
  #comparison-table-data tr.dummy-row {
    height: 40px; }
  #comparison-table-data tr td {
    height: 56px;
    width: 93px;
    min-width: 93px;
    text-align: center; }
    #comparison-table-data tr td .vault-data {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      line-height: 14px; }
      #comparison-table-data tr td .vault-data .vault-price {
        font-family: "Oswald", sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #f9ac08; }
      #comparison-table-data tr td .vault-data .sub {
        font-size: 9px; }
      #comparison-table-data tr td .vault-data .dim {
        color: #888888;
        font-size: 10px; }
  #comparison-table-data tr.first-row {
    height: 188px; }
    #comparison-table-data tr.first-row td .vault-data {
      position: relative;
      height: 188px;
      padding: 0;
      width: 93px;
      min-width: 93px;
      text-align: left;
      font-weight: normal; }
      #comparison-table-data tr.first-row td .vault-data img {
        position: absolute;
        top: -25px;
        left: 50%; }
      #comparison-table-data tr.first-row td .vault-data .vault-name {
        position: absolute;
        top: 114px;
        font-family: "Oswald", sans-serif;
        font-size: 13px;
        line-height: 16px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        padding: 0 15px; }
      #comparison-table-data tr.first-row td .vault-data .button {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 9px;
        padding: 0;
        min-height: 30px; }
        #comparison-table-data tr.first-row td .vault-data .button a {
          padding: 12px 10px; }
  @media screen and (min-width: 71.375em) {
    #comparison-table-data tr td {
      height: 65px;
      width: 109px;
      min-width: 109px; }
      #comparison-table-data tr td .vault-data {
        font-size: 14px;
        line-height: 16px; }
        #comparison-table-data tr td .vault-data .vault-price {
          font-size: 17px;
          line-height: 20px; }
        #comparison-table-data tr td .vault-data .sub {
          font-size: 10px; }
        #comparison-table-data tr td .vault-data .dim {
          font-size: 11px; }
    #comparison-table-data tr.first-row {
      height: 215px; }
      #comparison-table-data tr.first-row td .vault-data {
        height: 215px;
        width: 109px;
        min-width: 109px; }
        #comparison-table-data tr.first-row td .vault-data img {
          top: -25px;
          left: 50%; }
        #comparison-table-data tr.first-row td .vault-data .vault-name {
          top: 118px;
          font-size: 15px;
          line-height: 18px;
          padding: 0 15px; }
        #comparison-table-data tr.first-row td .vault-data .button {
          font-size: 10px; } }

.scrollright {
  color: #0c9fd6;
  font-size: 42px;
  height: 45px;
  width: 30px;
  position: absolute;
  top: 56%;
  right: 0;
  font-weight: bold;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  padding-top: 3px; }
  @media screen and (min-width: 92.0625em) {
    .scrollright {
      display: none; } }
  .scrollright i {
    display: block; }

@media print, screen and (min-width: 61.5em) {
  .vault-data img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0.94);
        -ms-transform: scale(0.94);
            transform: scale(0.94);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased; }
    .vault-data img:hover {
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); } }

/****************************************************************************
 * Vault Builder View
 ****************************************************************************/
#vault-builder-container {
  margin-top: 40px;
  opacity: 0;
  -webkit-animation: opacity 3s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: opacity 3s; }
  #vault-builder-container h1 {
    text-align: center; }
    @media print, screen and (min-width: 61.5em) {
      #vault-builder-container h1 {
        text-align: left; } }
  #vault-builder-container h3 {
    margin-bottom: 28px; }
    #vault-builder-container h3.vault-builder-sub-header {
      margin-top: 40px;
      text-align: center; }
      @media print, screen and (min-width: 61.5em) {
        #vault-builder-container h3.vault-builder-sub-header {
          text-align: left; } }
  #vault-builder-container #dealer-portal-vault-count {
    font-size: 11px;
    font-weight: bold;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    margin-bottom: 6px; }
  #vault-builder-container #dealer-portal-review-order-btn {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media print, screen and (min-width: 61.5em) {
      #vault-builder-container #dealer-portal-review-order-btn {
        width: auto;
        padding-left: 60px;
        padding-right: 60px; } }
  #vault-builder-container.dealer-portal .form-container {
    display: none; }

#mobile-float-menu {
  opacity: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
  #mobile-float-menu .mobile-float-content {
    height: 110px;
    width: 100%;
    background-color: rgba(25, 25, 25, 0.9);
    color: #fefefe;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100; }
    #mobile-float-menu .mobile-float-content .mobile-float-text {
      padding: 30px 0 30px 15px; }
      #mobile-float-menu .mobile-float-content .mobile-float-text .vault-header {
        text-transform: uppercase;
        font-size: 18px;
        font-family: "Oswald", sans-serif; }
      #mobile-float-menu .mobile-float-content .mobile-float-text .vault-final-price-mobile-text {
        float: left;
        font-family: "Oswald", sans-serif;
        font-size: 8px;
        font-weight: bold;
        padding: 10px 8px 0 0;
        text-transform: uppercase; }
      #mobile-float-menu .mobile-float-content .mobile-float-text .vault-final-price, #mobile-float-menu .mobile-float-content .mobile-float-text .vault-final-price-dealer-portal {
        float: left;
        font-size: 15px; }
    #mobile-float-menu .mobile-float-content .vb-image {
      max-height: 110px; }

body.admin-bar #mobile-float-menu .mobile-float-content {
  top: 46px; }

.price-container {
  display: none !important; }

/******************************
 * Table
 ******************************/
.table .table-row {
  height: 33px; }
  .table .table-row .table-cell {
    vertical-align: middle; }
  .table .table-row .coupon-height {
    min-height: 30px;
    line-height: 33px; }
  .table .table-row .column-1 {
    width: 135px;
    text-align: right;
    padding-right: 20px;
    color: #0c9fd6;
    font-size: 15px;
    line-height: 15px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
    .table .table-row .column-1 .vault-final-price-text {
      color: #fefefe;
      vertical-align: middle; }
  .table .table-row .column-2 {
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    font-weight: bold;
    padding: 5px 0; }
    .table .table-row .column-2 .coupon-amount {
      color: #cd0808;
      font-size: 14px;
      font-family: "Oswald", sans-serif;
      font-style: normal; }
    .table .table-row .column-2 .coupon-code {
      font-size: 14px;
      text-transform: uppercase; }
  .table .table-row.short {
    height: 20px; }
    .table .table-row.short .column-1, .table .table-row.short .column-2 {
      line-height: 10px; }

.table.web-total {
  margin: 25px 0 25px; }

.dealer-portal-table .table .table-row {
  height: 25px; }
  .dealer-portal-table .table .table-row .column-1 {
    width: 76px;
    padding-right: 20px;
    font-size: 10px;
    line-height: 15px; }
    .dealer-portal-table .table .table-row .column-1 .vault-final-price-text {
      color: #fefefe;
      vertical-align: middle; }
  .dealer-portal-table .table .table-row .column-2 {
    font-size: 9px;
    line-height: 15px; }
  .dealer-portal-table .table .table-row.short {
    height: 20px; }
    .dealer-portal-table .table .table-row.short .column-1, .dealer-portal-table .table .table-row.short .column-2 {
      line-height: 10px; }

.dealer-portal-table .table.web-total {
  margin: 25px 0 25px; }

.error {
  color: #cd0808; }

.vault-final-price, .vault-final-price-dealer-portal {
  color: #f9ac08;
  font-size: 26px;
  line-height: 30px;
  vertical-align: middle;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  font-weight: normal; }

/******************************
 * Detail Accordion
 ******************************/
ul.vault-accordion {
  margin-top: 20px;
  list-style: none;
  margin-left: 0;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 61.5em) {
    ul.vault-accordion {
      margin-bottom: 0; } }
  ul.vault-accordion a.accordion-title {
    background-color: #0c9fd6;
    color: #fefefe;
    text-transform: uppercase;
    border: 0; }
    ul.vault-accordion a.accordion-title:hover {
      background-color: #176e9f; }
    @media print, screen and (min-width: 61.5em) {
      ul.vault-accordion a.accordion-title {
        display: none; } }

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 0; }

/******************************
 * Add Coupon Form
 ******************************/
.form-container {
  padding-top: 15px; }

#add-coupon-form {
  display: table-row; }
  #add-coupon-form .coupon-code-container {
    float: none;
    width: 60%;
    padding-right: 30px;
    overflow: hidden;
    display: table-cell;
    position: relative;
    vertical-align: top; }

#coupon-text-1 {
  height: auto; }

#vault-builder-container #coupon_code {
  height: 42px !important;
  line-height: 42px; }

/******************************
 * Notices (generated by vault builder)
 ******************************/
#user-notice {
  margin-top: 30px;
  font-size: 14px;
  color: #a1a1a1;
  font-weight: bold; }

/******************************
 * Configuration Tabs
 ******************************/
#vault-configurator-tabs, #two-tone-tabs {
  margin-top: 22px; }
  @media print, screen and (min-width: 40.125em) {
    #vault-configurator-tabs, #two-tone-tabs {
      margin-top: 34px; } }
  #vault-configurator-tabs.tabs, #two-tone-tabs.tabs {
    border: 0;
    border-bottom: 1px solid #0c9fd6;
    background: transparent;
    list-style: none; }
  #vault-configurator-tabs .tabs-title, #two-tone-tabs .tabs-title {
    width: 20%;
    text-align: center; }
    #vault-configurator-tabs .tabs-title:first-child a, #two-tone-tabs .tabs-title:first-child a {
      margin-left: 0; }
    #vault-configurator-tabs .tabs-title:last-child a, #two-tone-tabs .tabs-title:last-child a {
      margin-right: 0; }
    #vault-configurator-tabs .tabs-title a, #two-tone-tabs .tabs-title a {
      color: #191919;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      padding: 20px 15px; }
      #vault-configurator-tabs .tabs-title a:hover, #two-tone-tabs .tabs-title a:hover {
          color: #191919;
        background: #0c9fd6; }
    #vault-configurator-tabs .tabs-title.is-active > a, #two-tone-tabs .tabs-title.is-active > a {
        color: #191919;
      background-color: #0c9fd6; }
  #vault-configurator-tabs .tabs-title > a, #two-tone-tabs .tabs-title > a {
      color: #fefefe;
    background-color: #176e9f;
    margin: 0 1px;
    height: 138px;
    position: relative;
    -webkit-transition: background .5s;
    transition: background .5s; }
    @media print, screen and (min-width: 40.125em) {
      #vault-configurator-tabs .tabs-title > a, #two-tone-tabs .tabs-title > a {
        height: 52px;
        margin: 0 3px; } }
    #vault-configurator-tabs .tabs-title > a .rotate, #two-tone-tabs .tabs-title > a .rotate {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
      position: absolute;
      bottom: 44px;
      left: 4%;
      height: 15%;
      width: 100%; }
      @media print, screen and (min-width: 40.125em) {
        #vault-configurator-tabs .tabs-title > a .rotate, #two-tone-tabs .tabs-title > a .rotate {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
          position: relative;
          bottom: auto;
          left: 0;
          right: auto;
          height: auto;
          width: auto; } }
    #vault-configurator-tabs .tabs-title > a:hover, #two-tone-tabs .tabs-title > a:hover {
        color: #191919;
      background-color: #0c9fd6;
      -webkit-transition: background .5s, color .5s;
      transition: background .5s, color .5s; }

.content-container {
  /*height: 250px;*/ }

.small-clarification {
  font-size: 10px; }

.vault-tabs-content {
  background-color: #191919;
  /*height: 500px; */ }
  @media print, screen and (min-width: 40.125em) {
    .vault-tabs-content {
      /*height: 460px;*/ } }
  .vault-tabs-content .tabs-panel {
    padding: 0; }
    .vault-tabs-content .tabs-panel ul.tabs {
      border: 0;
      background-color: #0c9fd6;
      padding: 20px 0;
      list-style: none; }
      @media print, screen and (min-width: 40.125em) {
        .vault-tabs-content .tabs-panel ul.tabs {
          padding: 0; } }
      .vault-tabs-content .tabs-panel ul.tabs .tabs-title {
        float: none; }
        @media print, screen and (min-width: 40.125em) {
          .vault-tabs-content .tabs-panel ul.tabs .tabs-title {
            float: left;
            height: 54px; } }
        .vault-tabs-content .tabs-panel ul.tabs .tabs-title a {
          /*color: #fefefe;*/
          color: #191919;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 10px;
          padding: 5px 60px;
          -webkit-transition: color .35s;
          transition: color .35s; }
          @media print, screen and (min-width: 40.125em) {
            .vault-tabs-content .tabs-panel ul.tabs .tabs-title a {
              padding: 1.25rem 1.5rem;
              font-size: 13px; } }
          .vault-tabs-content .tabs-panel ul.tabs .tabs-title a:hover {
            background: #0c9fd6;
            color: #191919;
            text-decoration: underline;
            -webkit-transition: color .35s;
            transition: color .35s; }
      .vault-tabs-content .tabs-panel ul.tabs .tabs-title > a:focus {
        color: #fefefe;
        background-color: #0c9fd6; }
        .vault-tabs-content .tabs-panel ul.tabs .tabs-title > a:focus:hover {
          color: #191919;
          text-decoration: underline;
        }
      .vault-tabs-content .tabs-panel ul.tabs .tabs-title > a[aria-selected='true'] {
        color: #191919;
        text-decoration: underline;
        background-color: #0c9fd6; }
    .vault-tabs-content .tabs-panel .vault-inner-tabs-content {
      height: 100%;
      background-color: #191919;
      padding: 32px 36px; }
      .vault-tabs-content .tabs-panel .vault-inner-tabs-content .ms-su {
        max-width: 80%; }
        @media print, screen and (min-width: 40.125em) {
          .vault-tabs-content .tabs-panel .vault-inner-tabs-content .ms-su {
            max-width: 442px; } }
        @media screen and (min-width: 42em) {
          .vault-tabs-content .tabs-panel .vault-inner-tabs-content .ms-su {
            max-width: 472px; } }
        @media print, screen and (min-width: 61.5em) {
          .vault-tabs-content .tabs-panel .vault-inner-tabs-content .ms-su {
            max-width: 784px; } }
        @media screen and (min-width: 63.375em) {
          .vault-tabs-content .tabs-panel .vault-inner-tabs-content .ms-su {
            max-width: 814px; } }
        @media screen and (min-width: 71.375em) {
          .vault-tabs-content .tabs-panel .vault-inner-tabs-content .ms-su {
            max-width: 942px; } }
        @media screen and (min-width: 71.5em) {
          .vault-tabs-content .tabs-panel .vault-inner-tabs-content .ms-su {
            max-width: 972px; } }
      @media print, screen and (min-width: 40.125em) {
        .vault-tabs-content .tabs-panel .vault-inner-tabs-content {
          padding: 30px 70px; } }
      .vault-tabs-content .tabs-panel .vault-inner-tabs-content .vb-sub-header {
        margin: 25px 0 20px;
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase; }
        .vault-tabs-content .tabs-panel .vault-inner-tabs-content .vb-sub-header .vb-sub-price {
          color: #f9ac08;
          font-style: italic; }
  .vault-tabs-content .color-container {
    position: relative;
    cursor: pointer; }
    .vault-tabs-content .color-container img {
      border: 4px solid transparent; }
      .vault-tabs-content .color-container img:hover {
        border: 4px solid #0c9fd6; }
  .vault-tabs-content .two-tone-container {
    width: 100%;
    height: 100%; }
    .vault-tabs-content .two-tone-container .color-name {
      min-height: 32px;
      margin: 5px 0 20px 4px;
      font-size: 11px;
      font-family: "Open Sans", "Helvetica Neue", sans-serif;
      font-weight: bold; }

#two-tone-tabs .tabs-title {
  width: 50%; }
  #two-tone-tabs .tabs-title > a {
    height: 65px; }
    @media print, screen and (min-width: 40.125em) {
      #two-tone-tabs .tabs-title > a {
        height: 52px; } }

#two-tone-tab-container .vault-tabs-content {
  min-height: 300px;
  height: auto; }

#two-tone-tab-container .tabs-panel .tabs-panel {
  padding: 30px 16px 0; }

/******************************
 * Vault Image
 ******************************/
#vb-image-container {
  width: 100%;
  min-height: 370px; }
  #vb-image-container img.vb-image {
    margin: 0 auto;
    display: block;
    vertical-align: middle; }

/******************************
 * Modal / Reveal
 ******************************/
p.fine-print {
  font-size: 8px;
  line-height: 13px;
  margin-bottom: 5px;
  font-weight: bold; }

.reveal-text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px; }

.reveal-info {
  font-size: 13px;
  line-height: 22px;
  color: #a1a1a1;
  margin-bottom: 20px; }

#video-container {
  margin: 35px 0 20px; }

#vault-builder-modal-form form {
  margin: 30px 0 0; }

.reveal {
  width: 350px;
  max-width: 90%;
  margin: 0 auto;
  min-height: auto;
  height: auto;
  padding: 50px 20px 25px; }
  .reveal:focus {
    outline: 0px; }
  .reveal.dealer-portal-width {
    width: 550px;
    padding: 50px 2px 25px; }
    .reveal.dealer-portal-width #dealer-portal-modal-header {
      padding: 0 20px; }
    .reveal.dealer-portal-width #dealer-portal-modal-description {
      padding: 5px 20px 40px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold; }
    .reveal.dealer-portal-width #dealer-portal-orders {
      min-height: 200px;
      background-color: #191919; }
    .reveal.dealer-portal-width #dealer-portal-btn-container {
      padding: 20px 20px 0; }
  .reveal#buy-now-modal .buy-now-text-container-right, .reveal#buy-now-cc-modal .buy-now-text-container-right, .reveal#buy-now-finance-modal .buy-now-text-container-right, .reveal#buy-now-cc-modal-processed .buy-now-text-container-right {
    padding-top: 10px; }
  .reveal#buy-now-modal .modal-buy-now-free-delivery, .reveal#buy-now-cc-modal .modal-buy-now-free-delivery, .reveal#buy-now-finance-modal .modal-buy-now-free-delivery, .reveal#buy-now-cc-modal-processed .modal-buy-now-free-delivery {
    line-height: 20px; }
  .reveal#buy-now-modal .modal-buy-now-free-delivery-text, .reveal#buy-now-cc-modal .modal-buy-now-free-delivery-text, .reveal#buy-now-finance-modal .modal-buy-now-free-delivery-text, .reveal#buy-now-cc-modal-processed .modal-buy-now-free-delivery-text {
    font-style: italic; }
  .reveal#buy-now-modal .buy-now-free-delivery, .reveal#buy-now-cc-modal .buy-now-free-delivery, .reveal#buy-now-finance-modal .buy-now-free-delivery, .reveal#buy-now-cc-modal-processed .buy-now-free-delivery {
    padding-bottom: 20px; }
  .reveal#buy-now-modal .buy-now-info, .reveal#buy-now-cc-modal .buy-now-info, .reveal#buy-now-finance-modal .buy-now-info, .reveal#buy-now-cc-modal-processed .buy-now-info {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px; }
    .reveal#buy-now-modal .buy-now-info.thick, .reveal#buy-now-cc-modal .buy-now-info.thick, .reveal#buy-now-finance-modal .buy-now-info.thick, .reveal#buy-now-cc-modal-processed .buy-now-info.thick {
      font-weight: 900; }
  .reveal#buy-now-modal .buy-now-text, .reveal#buy-now-cc-modal .buy-now-text, .reveal#buy-now-finance-modal .buy-now-text, .reveal#buy-now-cc-modal-processed .buy-now-text {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    padding: 5px 0 10px; }
  .reveal#buy-now-modal .buy-now-text-container, .reveal#buy-now-cc-modal .buy-now-text-container, .reveal#buy-now-finance-modal .buy-now-text-container, .reveal#buy-now-cc-modal-processed .buy-now-text-container {
    padding-bottom: 10px; }
  .reveal#buy-now-modal .buy-now-pre-form-text, .reveal#buy-now-cc-modal .buy-now-pre-form-text, .reveal#buy-now-finance-modal .buy-now-pre-form-text, .reveal#buy-now-cc-modal-processed .buy-now-pre-form-text {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 5px; }
  .reveal#buy-now-finance-modal {
    width: 550px; }
  .reveal.two-tone-width {
    width: 550px;
    padding: 50px 2px 25px; }
    .reveal.two-tone-width #two-tone-modal-header {
      padding: 0 20px; }
    .reveal.two-tone-width #two-tone-modal-description {
      padding: 5px 20px 40px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold; }
    .reveal.two-tone-width #two-tone-bg {
      min-height: 200px;
      background-color: #191919; }
      .reveal.two-tone-width #two-tone-bg #two-tone-vault-name {
        padding: 30px 20px 40px;
        font-size: 16px;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase; }
      .reveal.two-tone-width #two-tone-bg #two-tone-image {
        min-height: 290px; }
    .reveal.two-tone-width #two-tone-btn-container {
      padding: 20px 20px 0; }

.close-button {
  top: 20px;
  right: 20px; }

/******************************
 * Tall Select (Sizes/Dimensions, graphics, locks, hinges)
 ******************************/
.vb-tall-container {
  margin-right: 20px;
  max-width: 110px;
  float: left;
  position: relative; }
  .vb-tall-container .vb-tall-select {
    max-width: 100px;
    cursor: pointer; }
    .vb-tall-container .vb-tall-select .vb-tall-img {
      border: 4px solid transparent; }
  .vb-tall-container .vb-tall-title {
    font-size: 11px;
    font-weight: bold;
    margin: 15px 0 8px; }
  .vb-tall-container .vb-tall-price {
    color: #f9ac08;
    font-size: 11px;
    font-weight: bold;
    font-style: italic; }
  .vb-tall-container .vb-tall-info {
    background-color: #0c9fd6;
    position: absolute;
    top: 92px;
    right: 36px;
    height: 30px;
    line-height: 30px;
    width: 32px;
    display: block;
    z-index: 5; }
    .vb-tall-container .vb-tall-info.layout {
      top: 79px;
      right: 41px; }
    @media print, screen and (min-width: 61.5em) {
      .vb-tall-container .vb-tall-info {
        top: 97px;
        right: 31px;
        height: 25px;
        width: 27px;
        line-height: 25px; } }
    .vb-tall-container .vb-tall-info .info {
      color: #fefefe;
      text-align: center;
      display: block;
      cursor: pointer;
      font-weight: bold; }
  .vb-tall-container .vb-tall-info {
    display: block; }
  @media print, screen and (min-width: 61.5em) {
    .vb-tall-container .vb-tall-info {
      display: none; }
    .vb-tall-container:hover .vb-tall-info {
      display: block; }
    .vb-tall-container:hover .vb-tall-img {
      border: 4px solid #0c9fd6; } }

.specs-link {
  margin: 5px 0;
  font-size: 11px;
  cursor: pointer;
  outline: none; }

/******************************
 * Wide Select (Options/Accessories/safe within)
 ******************************/
.vb-wide {
  float: left;
  margin-right: 20px;
  float: left; }

.vb-wide-container {
  position: relative; }
  .vb-wide-container .vb-wide-select {
    max-width: 180px;
    cursor: pointer; }
    .vb-wide-container .vb-wide-select .vb-wide-img {
      border: 4px solid transparent; }
  .vb-wide-container .vb-wide-info {
    background-color: #0c9fd6;
    position: absolute;
    top: 98px;
    right: 36px;
    height: 30px;
    line-height: 30px;
    width: 32px;
    display: block;
    z-index: 5; }
    @media print, screen and (min-width: 61.5em) {
      .vb-wide-container .vb-wide-info {
        display: none;
        top: 103px;
        right: 31px;
        height: 25px;
        line-height: 25px;
        width: 27px; } }
    .vb-wide-container .vb-wide-info .info {
      color: #fefefe;
      text-align: center;
      display: block;
      cursor: pointer;
      font-weight: bold; }
  .vb-wide-container .vb-wide-add {
    background-color: #0c9fd6;
    position: absolute;
    text-align: center;
    top: 98px;
    right: 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: none;
    color: #fefefe; }
    .vb-wide-container .vb-wide-add:before {
      font-family: FontAwesome;
      content: "\f067";
      display: inline-block;
      text-align: center;
      vertical-align: middle; }
    @media print, screen and (min-width: 61.5em) {
      .vb-wide-container .vb-wide-add {
        top: 103px;
        right: 4px;
        width: 25px;
        height: 25px;
        line-height: 25px; } }
  .vb-wide-container .vb-active .vb-wide-add:before {
    font-family: FontAwesome;
    content: "\f068";
    display: inline-block;
    text-align: center;
    vertical-align: middle; }
  .vb-wide-container .vb-wide-add {
    display: block; }
  @media print, screen and (min-width: 61.5em) {
    .vb-wide-container .vb-wide-info {
      display: none; }
    .vb-wide-container .vb-wide-add {
      display: none; }
    .vb-wide-container:hover .vb-wide-info {
      display: block; }
    .vb-wide-container:hover .vb-wide-add {
      display: block; }
    .vb-wide-container:hover .vb-wide-select .vb-wide-img {
      position: relative;
      border: 4px solid #0c9fd6; } }

.vb-wide-container-bottom {
  position: relative; }
  .vb-wide-container-bottom .vb-wide-title {
    font-size: 11px;
    font-weight: bold;
    margin: 7px 0 2px; }
  .vb-wide-container-bottom .vb-wide-price {
    color: #f9ac08;
    font-size: 11px;
    font-weight: bold;
    font-style: italic; }

/******************************
 * Square Select (Exterior Colors, graphic and lock colors)
 ******************************/
.vb-square-container {
  margin-right: 16px;
  /* float: left; */
  display: inline-block;
  vertical-align: top; }
  .vb-square-container .vb-square-select {
    max-width: 78px;
    width: 78px;
    height: 78px; }
    .vb-square-container .vb-square-select .vb-square-img-container {
      position: relative;
      border: 4px solid transparent;
      max-width: 78px;
      width: 78px;
      height: 78px; }
      .vb-square-container .vb-square-select .vb-square-img-container .vb-square-img {
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      @media print, screen and (min-width: 61.5em) {
        .vb-square-container .vb-square-select .vb-square-img-container:hover {
          border: 4px solid #0c9fd6; } }
  .vb-square-container .square-title, .vb-square-container .square-notice {
    display: inline-block;
    font-size: 11px;
    max-width: 75px;
    font-weight: bold;
    margin: 7px 0 8px 3px; }
  .vb-square-container .square-notice {
    font-weight: normal; }

/******************************
 * Generic internal tab settings
 ******************************/
.internal-type-container {
  /*float: left;*/
  display: inline-block;
  margin-right: 35px; }
  .internal-type-container.last {
    margin-right: 0; }

.vb-check {
  position: relative; }
  .vb-check .checked {
    background-color: #0c9fd6;
    position: absolute;
    bottom: 4px;
    right: 4px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    z-index: 5;
    display: none; }
    @media print, screen and (min-width: 61.5em) {
      .vb-check .checked {
        height: 25px;
        width: 25px;
        line-height: 25px; } }
    .vb-check .checked:before {
      font-family: FontAwesome;
      content: "\f00c";
      display: inline-block;
      padding-left: 7px;
      vertical-align: middle; }
      @media print, screen and (min-width: 61.5em) {
        .vb-check .checked:before {
          padding-left: 5px; } }
  .vb-check.vb-active .checked {
    display: block; }
  .vb-check.vb-standard .vb-standard-overlay {
    position: absolute;
    background-color: rgba(12, 159, 214, 0.65);
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 1; }
  .vb-check.vb-standard .vb-standard-text {
    position: absolute;
    bottom: 8px;
    left: 15px;
    z-index: 2;
    color: #fefefe;
    font-weight: bold;
    font-style: italic;
    font-size: 12px; }

.vb-not-available .vb-not-available-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6; }

.vb-wide-container .vb-not-available .vb-not-available-overlay {
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px; }

/******************************
 * Dealer Portal styles
 ******************************/
.empty-dealer-portal {
  padding: 20px;
  color: #f9ac08; }

.vb-image-dealer-portal {
  margin: 0 auto;
  display: block;
  max-width: 150px; }
  @media print, screen and (min-width: 40.125em) {
    .vb-image-dealer-portal {
      max-width: 100%; } }

.dealer-portal-info-row {
  height: 32px;
  margin-bottom: 10px; }

.dealer-portal-vault-header {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 10px; }

.dealer-portal-price {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 32px;
  float: right;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px; }
  @media print, screen and (min-width: 40.125em) {
    .dealer-portal-price {
      padding-right: 5px; } }

.dealer-portal-quantity {
  font-size: 10px;
  line-height: 20px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px; }
  @media print, screen and (min-width: 40.125em) {
    .dealer-portal-quantity {
      padding-left: 0; } }

.dealer-portal-quantity-num {
  width: 34px;
  height: 32px !important;
  padding-left: 5px !important;
  display: inline-block; }

.dealer-portal-edit {
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  right: 30px;
  top: 0;
  text-align: right;
  width: 70px; }

.remove-dealer-portal-vault {
  cursor: pointer;
  color: #cd0808;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  right: 20px;
  bottom: 0;
  text-align: right;
  width: 70px; }

.dealer-portal .table {
  padding-top: 15px; }

#finalize-processing {
  padding: 5px;
  max-width: 88px;
  height: 88px;
  top: 100px;
  left: 100px;
  background: url("../gif/ajax-loader3.gif") -156px -202px; }

#notice-message {
  padding-left: 5px; }

.page-template-vault-builder {
  position: relative; }

.dealer-pricing-border {
  border-bottom: #323232 2px solid;
  padding-top: 50px; }

.dealer-pricing-top {
  padding-top: 50px; }

.dealer-portal-bottom-container {
  background-color: #191919;
  padding: 20px;
  border-top: #323232 2px solid; }

.grand-total-text {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  display: inline-block; }

.dealer-portal-grand-total {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 32px;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  color: #f9ac08;
  text-align: right; }

#dealer-notice {
  background-color: #f9ac08;
  min-height: 40px; }
  #dealer-notice #dealer-notice-text {
    color: black;
    text-align: center;
    padding: 10px 0 1px;
    font-size: 14px; }

/******************
 * This removes the "buy" button and "related products" on the product detail page, which isn't needed for Dealer Portal Vaults
 */
.vault-layout-exception form.cart {
  display: none; }

.vault-layout-exception .related.products {
  display: none; }

.shop-page {
  padding-top: 50px;
  padding-bottom: 20px; }
  @media print, screen and (min-width: 40.125em) {
    .shop-page {
      padding-top: 90px;
      padding-bottom: 0; } }
  @media print, screen and (min-width: 61.5em) {
    .shop-page {
      padding-top: 75px;
      padding-bottom: 50px; } }
  .shop-page h1.page-title {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 55px; }
  .shop-page h1.product_title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 25px; }
    @media print, screen and (min-width: 40.125em) {
      .shop-page h1.product_title {
        font-size: 34px; } }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
  width: 46%;
  margin-bottom: 60px; }
  @media print, screen and (min-width: 40.125em) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      width: 46.5%;
      margin-right: 0;
      margin-bottom: 65px; }
      .woocommerce ul.products li.product.first,
      .woocommerce-page ul.products li.product.first {
        clear: none; }
      .woocommerce ul.products li.product:nth-child(2n),
      .woocommerce-page ul.products li.product:nth-child(2n) {
        float: right; } }
  @media print, screen and (min-width: 61.5em) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      width: 31%;
      margin-right: 3.5%;
      margin-bottom: 100px; }
      .woocommerce ul.products li.product.first,
      .woocommerce-page ul.products li.product.first {
        clear: both; }
      .woocommerce ul.products li.product.last,
      .woocommerce-page ul.products li.product.last {
        margin-right: 0; }
      .woocommerce ul.products li.product:nth-child(2n),
      .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 3.5%;
        float: left; } }
  @media screen and (min-width: 71.375em) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      margin-bottom: 75px; } }
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px; }
    @media print, screen and (min-width: 40.125em) {
      .woocommerce ul.products li.product .woocommerce-loop-product__title,
      .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px; } }
    @media print, screen and (min-width: 61.5em) {
      .woocommerce ul.products li.product .woocommerce-loop-product__title,
      .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 18px; } }
  .woocommerce ul.products li.product a img,
  .woocommerce-page ul.products li.product a img {
    border: 3px solid transparent; }
    .woocommerce ul.products li.product a img:hover,
    .woocommerce-page ul.products li.product a img:hover {
      border-color: #0c9fd6; }
  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price {
    color: #f9ac08;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 5px;
    display: table;
    width: 100%; }
    @media print, screen and (min-width: 61.5em) {
      .woocommerce ul.products li.product .price,
      .woocommerce-page ul.products li.product .price {
        font-size: 14px; } }
    .woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins,
    .woocommerce-page ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price ins {
      display: table-cell;
      width: 50%; }
    .woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {
      color: #a1a1a1; }
      .woocommerce ul.products li.product .price del .woocommerce-Price-amount,
      .woocommerce-page ul.products li.product .price del .woocommerce-Price-amount {
        color: #a1a1a1; }
    .woocommerce ul.products li.product .price ins,
    .woocommerce-page ul.products li.product .price ins {
      text-decoration: none;
      font-weight: normal; }

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0 !important; }

.woocommerce span.onsale {
  padding: 0;
  background-color: #0c9fd6; }

/* Woocommerce Buttons */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  padding: 17px 29px;
  border-radius: 0;
  background-color: #0c9fd6;
  color: white;
  -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; }
  @media print, screen and (min-width: 40.125em) {
    .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce a.button,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
      padding: 17px 42px; } }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce a.button:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    background-color: #176e9f;
    color: white; }

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 17px 42px;
  color: white; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #0c9fd6; }

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: middle;
  border-top: none; }

/* Single Product Page */
@media print, screen and (min-width: 61.5em) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 40%; } }

@media print, screen and (min-width: 40.125em) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%; } }

@media print, screen and (min-width: 61.5em) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 48%; } }

.woocommerce #content div.product div.summary .price .woocommerce-Price-amount,
.woocommerce div.product div.summary .price .woocommerce-Price-amount,
.woocommerce-page #content div.product div.summary .price .woocommerce-Price-amount,
.woocommerce-page div.product div.summary .price .woocommerce-Price-amount {
  font-size: 26px; }

.woocommerce div.product div.images {
  margin-bottom: 50px; }
  @media print, screen and (min-width: 40.125em) {
    .woocommerce div.product div.images {
      margin-bottom: 70px;
      width: 100%; } }
  @media print, screen and (min-width: 61.5em) {
    .woocommerce div.product div.images {
      margin-bottom: 2em;
      width: 48%; } }
  .woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 13px; }
    @media print, screen and (min-width: 40.125em) {
      .woocommerce div.product div.images .flex-control-thumbs {
        margin-top: 17px; } }
    @media print, screen and (min-width: 61.5em) {
      .woocommerce div.product div.images .flex-control-thumbs {
        margin-top: 13px; } }
    .woocommerce div.product div.images .flex-control-thumbs li {
      width: 22%;
      margin-right: 4%; }
      .woocommerce div.product div.images .flex-control-thumbs li:last-child {
        margin-right: 0; }

@media print, screen and (min-width: 61.5em) {
  div.product {
    margin-top: 95px; } }

div.product .product_meta,
div.product .woocommerce-product-details__short-description {
  color: #909090;
  font-size: 14px; }

div.product .product_meta {
  font-weight: bold;
  margin-bottom: 20px; }
  div.product .product_meta .posted_in {
    display: none; }

div.product .woocommerce-product-details__short-description {
  margin-bottom: 25px; }
  @media print, screen and (min-width: 40.125em) {
    div.product .woocommerce-product-details__short-description {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 61.5em) {
    div.product .woocommerce-product-details__short-description {
      margin-bottom: 40px; } }
  @media screen and (min-width: 71.375em) {
    div.product .woocommerce-product-details__short-description {
      margin-bottom: 24px; } }

div.product .price {
  margin-bottom: 50px; }
  @media print, screen and (min-width: 40.125em) {
    div.product .price {
      margin-bottom: 60px; } }
  @media print, screen and (min-width: 61.5em) {
    div.product .price {
      margin-bottom: 60px; } }
  @media screen and (min-width: 71.375em) {
    div.product .price {
      margin-bottom: 45px; } }
  div.product .price .woocommerce-Price-amount {
    color: #f9ac08;
    font-family: "Oswald", sans-serif;
    font-size: 14px; }
  div.product .price del {
    color: #a1a1a1; }
    div.product .price del .woocommerce-Price-amount {
      color: #a1a1a1;
      font-size: 18px !important; }
  div.product .price ins {
    text-decoration: none;
    font-weight: normal; }

div.product .quantity {
  margin-right: 20px !important;
  position: relative; }
  div.product .quantity:before {
    content: 'Quantity';
    position: absolute;
    top: -18px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #a1a1a1; }
  div.product .quantity input[type=number] {
    width: 50px;
    min-height: 50px;
    color: #2d2d2d; }
  div.product .quantity input[type=number]::-webkit-inner-spin-button,
  div.product .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

/*  Variations */
table.variations tbody {
  background-color: transparent; }
  table.variations tbody .label {
    background-color: transparent; }

/* Woocommerce Tabs */
.woocommerce div.product .woocommerce-tabs {
  padding-top: 40px;
  margin-bottom: 80px; }
  @media print, screen and (min-width: 40.125em) {
    .woocommerce div.product .woocommerce-tabs {
      padding-top: 70px; } }
  @media print, screen and (min-width: 61.5em) {
    .woocommerce div.product .woocommerce-tabs {
      padding-top: 140px; } }
  @media screen and (min-width: 71.375em) {
    .woocommerce div.product .woocommerce-tabs {
      padding-top: 180px; } }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #0c9fd6; }
    .woocommerce div.product .woocommerce-tabs ul.tabs:before {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      background-color: #176e9f;
      text-align: center;
      border: none;
      border-radius: 0;
      padding: 0;
      margin: 0 -2px;
      width: 49.99%; }
      @media print, screen and (min-width: 40.125em) {
        .woocommerce div.product .woocommerce-tabs ul.tabs li {
          width: 49.9%; } }
      @media print, screen and (min-width: 61.5em) {
        .woocommerce div.product .woocommerce-tabs ul.tabs li {
          width: 250px; } }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
        margin-right: 0.02%; }
        @media print, screen and (min-width: 40.125em) {
          .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
            margin-right: 0.2%; } }
        @media print, screen and (min-width: 61.5em) {
          .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
            margin-right: 2px; } }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
        display: none; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
        background-color: #0c9fd6; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
          color: white; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 10px;
        text-transform: uppercase;
        padding: 18px 0;
        color: white;
        width: 100%; }
        @media print, screen and (min-width: 40.125em) {
          .woocommerce div.product .woocommerce-tabs ul.tabs li a {
            font-size: 11px; } }
  .woocommerce div.product .woocommerce-tabs .panel {
    background-color: #191919;
    padding: 60px 40px; }
    @media print, screen and (min-width: 40.125em) {
      .woocommerce div.product .woocommerce-tabs .panel {
        padding: 60px 50px;
        margin-bottom: 0; } }
    .woocommerce div.product .woocommerce-tabs .panel h2 {
      font-size: 26px;
      margin-bottom: 20px; }
    .woocommerce div.product .woocommerce-tabs .panel p,
    .woocommerce div.product .woocommerce-tabs .panel .sku_wrapper {
      font-size: 14px;
      color: #a1a1a1; }
    .woocommerce div.product .woocommerce-tabs .panel .sku_wrapper {
      font-weight: bold;
      margin-bottom: 30px; }

/* Woocommerce Tabs */
.archive.tax-product_cat .page-title {
  color: #0c9fd6; }
  .archive.tax-product_cat .page-title .shop-link {
    position: relative;
    padding-right: 10px;
    margin-right: 8px; }
    .archive.tax-product_cat .page-title .shop-link a {
      color: white; }
    .archive.tax-product_cat .page-title .shop-link .vertical-bar {
      position: absolute;
      right: 0;
      top: 23%;
      width: 2px;
      background-color: #3f4547;
      height: 63%; }

/* Account pages  */
.woocommerce-account .account-page-title {
  font-size: 18px;
  margin-bottom: 15px; }
  @media screen and (min-width: 71.375em) {
    .woocommerce-account .account-page-title {
      margin-top: 85px; } }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%; }
  @media print, screen and (min-width: 61.5em) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      width: 23%; } }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
      font-size: 14px;
      font-weight: bold;
      font-style: italic;
      margin-bottom: 10px; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
        color: #0c9fd6; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        color: white; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus {
          color: #0c9fd6; }

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: white; }

.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: 50px;
  width: 100%; }
  @media print, screen and (min-width: 61.5em) {
    .woocommerce-account .woocommerce-MyAccount-content {
      width: 75%;
      margin-top: -42px; } }
  @media screen and (min-width: 71.375em) {
    .woocommerce-account .woocommerce-MyAccount-content {
      width: 75%; } }
  .woocommerce-account .woocommerce-MyAccount-content p {
    color: #a1a1a1;
    font-size: 14px; }
  .woocommerce-account .woocommerce-MyAccount-content .payment-methods-title {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 60px; }

/* Shop Tables  */
.woocommerce table.shop_attributes {
  border-collapse: collapse; }
  .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    padding-left: 15px;
    padding-right: 15px; }
  .woocommerce table.shop_attributes th {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: right; }
  .woocommerce table.shop_attributes td {
    font-size: 14px; }
    .woocommerce table.shop_attributes td p {
      color: white !important; }

.woocommerce table.shop_table {
  border-collapse: collapse; }
  .woocommerce table.shop_table.account-payment-methods-table {
    max-width: 540px; }
  .woocommerce table.shop_table thead {
    background-color: #3f4547; }
    .woocommerce table.shop_table thead th {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      padding: 20px; }
  .woocommerce table.shop_table tbody td {
    font-size: 14px;
    color: #a1a1a1;
    padding: 20px; }
    .woocommerce table.shop_table tbody td.payment-method-actions {
      text-align: right; }
  .woocommerce table.shop_table .button.delete {
    padding: 17px 55px; }

.woocommerce table.shop_table tbody td.product-quantity:before {
  padding-top: 10px;
  margin-right: 15px; }

.woocommerce .quantity .qty {
  height: 2.4375rem; }

/* Woocommerce Forms */
.quantity input[type=number] {
  color: #2d2d2d; }

.woocommerce-EditAccountForm label,
.woocommerce-checkout label {
  color: white; }

#coupon_code {
  height: 48px; }

.select2-container--default .select2-selection--single {
  border-radius: 0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    color: #0c9fd6; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px; }

.select2-container .select2-selection--single {
  height: 45px; }

.select2-results__option {
  color: #0c9fd6; }

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
  color: #191919; }

#add_payment_method #payment ul.payment_methods li p,
.woocommerce-cart #payment ul.payment_methods li p,
.woocommerce-checkout #payment ul.payment_methods li p {
  color: #2d2d2d; }

.woocommerce form .form-row textarea {
  height: 12em; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: white; }

/* Message Boxes */
.woocommerce-message,
.woocommerce-message::before,
.woocommerce-error,
.woocommerce-error::before {
  border-top-color: #0c9fd6;
  color: #0c9fd6; }

.woocommerce-info a {
  color: #0c9fd6; }

#product-gallery-zoom {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 30px;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  #product-gallery-zoom img {
    width: 24px;
    margin: 7px auto 0; }

.shop_table label {
  color: #fefefe; }

.simple-builder-section {
  margin-bottom: 80px;
}
.simple-builder-section .internal-type-container {
  padding-bottom: 40px;
}
.simple-builder-section .vb-wide {
  margin-right: 0;
}

/*# sourceMappingURL=foundation.css.map */
