@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
*/
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");*/
#masthead:after, .top-bar .top-bar-right:after, #footer-container .sub-footer:after, #footer-container .sub-footer .copy-row:after, .map-cont:after, .slick-slider:after, .slick-dots:after, .isotope-item .isotope-caption:after, .ra-single .pre-content-row:after, .ra-single .post-navigation .nav-links:after, .ra-archive:after, .ra-archive .input-group:after, .ra-archive .main-content .arch-inner:after, .ra-search .results-cont:after, .excerpt:after, .excerpt > a:after, .flex-section.finish_color_swatches .horiz-list.button-list.request-step-list:after, .footer-flex-section.finish_color_swatches .horiz-list.button-list.request-step-list:after, .flex-section.finish_color_swatches .cancel-column:after, .footer-flex-section.finish_color_swatches .cancel-column:after, .flex-section.finish_color_swatches .cancel-column > div:after, .footer-flex-section.finish_color_swatches .cancel-column > div:after, .flex-section.content_tabs .tab-select-row ul.tabs:after, .footer-flex-section.content_tabs .tab-select-row ul.tabs:after, .flex-section.news_archive_grid .project-tab-row .wyz-wrap:after, .footer-flex-section.news_archive_grid .project-tab-row .wyz-wrap:after, .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .selected-finish-swatch-cont:after, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .selected-finish-swatch-cont:after, .flex-section.split_form_left .gform_wrapper .gform_body .ginput_container li.gfield:after, .flex-section.split_form_right .gform_wrapper .gform_body .ginput_container li.gfield:after, .footer-flex-section.split_form_left .gform_wrapper .gform_body .ginput_container li.gfield:after, .footer-flex-section.split_form_right .gform_wrapper .gform_body .ginput_container li.gfield:after, .flex-section.vertical_copy_callout .row.column.copy-column .imgrow:after, .flex-section.vertical_copy_callout .row.copy-column.columns .imgrow:after, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.copy-column.gallery-item .imgrow:after, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow:after, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.copy-column.gallery-item .imgrow:after, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow:after, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.copy-column.gallery-item .imgrow:after, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow:after, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.copy-column.gallery-item .imgrow:after, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow:after, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.copy-column.gallery-item .imgrow:after, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow:after, .footer-flex-section.vertical_copy_callout .row.column.copy-column .imgrow:after, .footer-flex-section.vertical_copy_callout .row.copy-column.columns .imgrow:after, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.copy-column.gallery-item .imgrow:after, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow:after, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.copy-column.gallery-item .imgrow:after, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow:after, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.copy-column.gallery-item .imgrow:after, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow:after, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.copy-column.gallery-item .imgrow:after, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow:after, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.copy-column.gallery-item .imgrow:after, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow:after {
  content: "";
  display: table;
  clear: both; }

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
  a.inline {
    display: inline; }

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

html.ra {
  margin-top: 0 !important; }

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

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

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

.entry-content img {
  width: auto; }

/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/*@font-face {*/
/*  font-family: 'FontAwesome';*/
/*  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");*/
/*  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");*/
/*  font-weight: normal;*/
/*  font-style: normal; }*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins","Open Sans", "Helvetica Neue", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica", sans-serif !important;
  font-weight: 400;
  line-height: 1.45;
  color: #302F2F;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

.small-collapse > .column, .small-collapse > .columns, .gallery.gallery-columns-5 .small-collapse > .gallery-item, .gallery.gallery-columns-6 .small-collapse > .gallery-item, .gallery.gallery-columns-7 .small-collapse > .gallery-item, .gallery.gallery-columns-8 .small-collapse > .gallery-item, .gallery.gallery-columns-9 .small-collapse > .gallery-item {
  padding-left: 0;
  padding-right: 0; }

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

.small-uncollapse > .column, .small-uncollapse > .columns, .gallery.gallery-columns-5 .small-uncollapse > .gallery-item, .gallery.gallery-columns-6 .small-uncollapse > .gallery-item, .gallery.gallery-columns-7 .small-uncollapse > .gallery-item, .gallery.gallery-columns-8 .small-uncollapse > .gallery-item, .gallery.gallery-columns-9 .small-uncollapse > .gallery-item {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

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

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

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

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

@media screen and (min-width: 75em) {
  .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, .gallery.gallery-columns-5 .xlarge-up-1 > .gallery-item, .gallery.gallery-columns-6 .xlarge-up-1 > .gallery-item, .gallery.gallery-columns-7 .xlarge-up-1 > .gallery-item, .gallery.gallery-columns-8 .xlarge-up-1 > .gallery-item, .gallery.gallery-columns-9 .xlarge-up-1 > .gallery-item {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 .xlarge-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .xlarge-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .xlarge-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .xlarge-up-1 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .xlarge-up-1 > .gallery-item:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1), .gallery.gallery-columns-5 .xlarge-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-6 .xlarge-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-7 .xlarge-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-8 .xlarge-up-1 > .gallery-item:nth-of-type(1n+1), .gallery.gallery-columns-9 .xlarge-up-1 > .gallery-item:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child, .gallery.gallery-columns-5 .xlarge-up-1 > .gallery-item:last-child, .gallery.gallery-columns-6 .xlarge-up-1 > .gallery-item:last-child, .gallery.gallery-columns-7 .xlarge-up-1 > .gallery-item:last-child, .gallery.gallery-columns-8 .xlarge-up-1 > .gallery-item:last-child, .gallery.gallery-columns-9 .xlarge-up-1 > .gallery-item:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns, .gallery.gallery-columns-5 .xlarge-up-2 > .gallery-item, .gallery.gallery-columns-6 .xlarge-up-2 > .gallery-item, .gallery.gallery-columns-7 .xlarge-up-2 > .gallery-item, .gallery.gallery-columns-8 .xlarge-up-2 > .gallery-item, .gallery.gallery-columns-9 .xlarge-up-2 > .gallery-item {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 .xlarge-up-2 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .xlarge-up-2 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .xlarge-up-2 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .xlarge-up-2 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .xlarge-up-2 > .gallery-item:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1), .gallery.gallery-columns-5 .xlarge-up-2 > .gallery-item:nth-of-type(2n+1), .gallery.gallery-columns-6 .xlarge-up-2 > .gallery-item:nth-of-type(2n+1), .gallery.gallery-columns-7 .xlarge-up-2 > .gallery-item:nth-of-type(2n+1), .gallery.gallery-columns-8 .xlarge-up-2 > .gallery-item:nth-of-type(2n+1), .gallery.gallery-columns-9 .xlarge-up-2 > .gallery-item:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child, .gallery.gallery-columns-5 .xlarge-up-2 > .gallery-item:last-child, .gallery.gallery-columns-6 .xlarge-up-2 > .gallery-item:last-child, .gallery.gallery-columns-7 .xlarge-up-2 > .gallery-item:last-child, .gallery.gallery-columns-8 .xlarge-up-2 > .gallery-item:last-child, .gallery.gallery-columns-9 .xlarge-up-2 > .gallery-item:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns, .gallery.gallery-columns-5 .xlarge-up-3 > .gallery-item, .gallery.gallery-columns-6 .xlarge-up-3 > .gallery-item, .gallery.gallery-columns-7 .xlarge-up-3 > .gallery-item, .gallery.gallery-columns-8 .xlarge-up-3 > .gallery-item, .gallery.gallery-columns-9 .xlarge-up-3 > .gallery-item {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 .xlarge-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .xlarge-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .xlarge-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .xlarge-up-3 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .xlarge-up-3 > .gallery-item:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1), .gallery.gallery-columns-5 .xlarge-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-6 .xlarge-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-7 .xlarge-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-8 .xlarge-up-3 > .gallery-item:nth-of-type(3n+1), .gallery.gallery-columns-9 .xlarge-up-3 > .gallery-item:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child, .gallery.gallery-columns-5 .xlarge-up-3 > .gallery-item:last-child, .gallery.gallery-columns-6 .xlarge-up-3 > .gallery-item:last-child, .gallery.gallery-columns-7 .xlarge-up-3 > .gallery-item:last-child, .gallery.gallery-columns-8 .xlarge-up-3 > .gallery-item:last-child, .gallery.gallery-columns-9 .xlarge-up-3 > .gallery-item:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns, .gallery.gallery-columns-5 .xlarge-up-4 > .gallery-item, .gallery.gallery-columns-6 .xlarge-up-4 > .gallery-item, .gallery.gallery-columns-7 .xlarge-up-4 > .gallery-item, .gallery.gallery-columns-8 .xlarge-up-4 > .gallery-item, .gallery.gallery-columns-9 .xlarge-up-4 > .gallery-item {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 .xlarge-up-4 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .xlarge-up-4 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .xlarge-up-4 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .xlarge-up-4 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .xlarge-up-4 > .gallery-item:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1), .gallery.gallery-columns-5 .xlarge-up-4 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 .xlarge-up-4 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 .xlarge-up-4 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 .xlarge-up-4 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 .xlarge-up-4 > .gallery-item:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child, .gallery.gallery-columns-5 .xlarge-up-4 > .gallery-item:last-child, .gallery.gallery-columns-6 .xlarge-up-4 > .gallery-item:last-child, .gallery.gallery-columns-7 .xlarge-up-4 > .gallery-item:last-child, .gallery.gallery-columns-8 .xlarge-up-4 > .gallery-item:last-child, .gallery.gallery-columns-9 .xlarge-up-4 > .gallery-item:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns, .gallery.gallery-columns-5 .xlarge-up-5 > .gallery-item, .gallery.gallery-columns-6 .xlarge-up-5 > .gallery-item, .gallery.gallery-columns-7 .xlarge-up-5 > .gallery-item, .gallery.gallery-columns-8 .xlarge-up-5 > .gallery-item, .gallery.gallery-columns-9 .xlarge-up-5 > .gallery-item {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 .xlarge-up-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .xlarge-up-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .xlarge-up-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .xlarge-up-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .xlarge-up-5 > .gallery-item:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1), .gallery.gallery-columns-5 .xlarge-up-5 > .gallery-item:nth-of-type(5n+1), .gallery.gallery-columns-6 .xlarge-up-5 > .gallery-item:nth-of-type(5n+1), .gallery.gallery-columns-7 .xlarge-up-5 > .gallery-item:nth-of-type(5n+1), .gallery.gallery-columns-8 .xlarge-up-5 > .gallery-item:nth-of-type(5n+1), .gallery.gallery-columns-9 .xlarge-up-5 > .gallery-item:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child, .gallery.gallery-columns-5 .xlarge-up-5 > .gallery-item:last-child, .gallery.gallery-columns-6 .xlarge-up-5 > .gallery-item:last-child, .gallery.gallery-columns-7 .xlarge-up-5 > .gallery-item:last-child, .gallery.gallery-columns-8 .xlarge-up-5 > .gallery-item:last-child, .gallery.gallery-columns-9 .xlarge-up-5 > .gallery-item:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns, .gallery.gallery-columns-5 .xlarge-up-6 > .gallery-item, .gallery.gallery-columns-6 .xlarge-up-6 > .gallery-item, .gallery.gallery-columns-7 .xlarge-up-6 > .gallery-item, .gallery.gallery-columns-8 .xlarge-up-6 > .gallery-item, .gallery.gallery-columns-9 .xlarge-up-6 > .gallery-item {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 .xlarge-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .xlarge-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .xlarge-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .xlarge-up-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .xlarge-up-6 > .gallery-item:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1), .gallery.gallery-columns-5 .xlarge-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-6 .xlarge-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-7 .xlarge-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-8 .xlarge-up-6 > .gallery-item:nth-of-type(6n+1), .gallery.gallery-columns-9 .xlarge-up-6 > .gallery-item:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child, .gallery.gallery-columns-5 .xlarge-up-6 > .gallery-item:last-child, .gallery.gallery-columns-6 .xlarge-up-6 > .gallery-item:last-child, .gallery.gallery-columns-7 .xlarge-up-6 > .gallery-item:last-child, .gallery.gallery-columns-8 .xlarge-up-6 > .gallery-item:last-child, .gallery.gallery-columns-9 .xlarge-up-6 > .gallery-item:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns, .gallery.gallery-columns-5 .xlarge-up-7 > .gallery-item, .gallery.gallery-columns-6 .xlarge-up-7 > .gallery-item, .gallery.gallery-columns-7 .xlarge-up-7 > .gallery-item, .gallery.gallery-columns-8 .xlarge-up-7 > .gallery-item, .gallery.gallery-columns-9 .xlarge-up-7 > .gallery-item {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 .xlarge-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .xlarge-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .xlarge-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .xlarge-up-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .xlarge-up-7 > .gallery-item:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1), .gallery.gallery-columns-5 .xlarge-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-6 .xlarge-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-7 .xlarge-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-8 .xlarge-up-7 > .gallery-item:nth-of-type(7n+1), .gallery.gallery-columns-9 .xlarge-up-7 > .gallery-item:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child, .gallery.gallery-columns-5 .xlarge-up-7 > .gallery-item:last-child, .gallery.gallery-columns-6 .xlarge-up-7 > .gallery-item:last-child, .gallery.gallery-columns-7 .xlarge-up-7 > .gallery-item:last-child, .gallery.gallery-columns-8 .xlarge-up-7 > .gallery-item:last-child, .gallery.gallery-columns-9 .xlarge-up-7 > .gallery-item:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns, .gallery.gallery-columns-5 .xlarge-up-8 > .gallery-item, .gallery.gallery-columns-6 .xlarge-up-8 > .gallery-item, .gallery.gallery-columns-7 .xlarge-up-8 > .gallery-item, .gallery.gallery-columns-8 .xlarge-up-8 > .gallery-item, .gallery.gallery-columns-9 .xlarge-up-8 > .gallery-item {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 .xlarge-up-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .xlarge-up-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .xlarge-up-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .xlarge-up-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .xlarge-up-8 > .gallery-item:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1), .gallery.gallery-columns-5 .xlarge-up-8 > .gallery-item:nth-of-type(8n+1), .gallery.gallery-columns-6 .xlarge-up-8 > .gallery-item:nth-of-type(8n+1), .gallery.gallery-columns-7 .xlarge-up-8 > .gallery-item:nth-of-type(8n+1), .gallery.gallery-columns-8 .xlarge-up-8 > .gallery-item:nth-of-type(8n+1), .gallery.gallery-columns-9 .xlarge-up-8 > .gallery-item:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child, .gallery.gallery-columns-5 .xlarge-up-8 > .gallery-item:last-child, .gallery.gallery-columns-6 .xlarge-up-8 > .gallery-item:last-child, .gallery.gallery-columns-7 .xlarge-up-8 > .gallery-item:last-child, .gallery.gallery-columns-8 .xlarge-up-8 > .gallery-item:last-child, .gallery.gallery-columns-9 .xlarge-up-8 > .gallery-item:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns, .gallery.gallery-columns-5 .xlarge-collapse > .gallery-item, .gallery.gallery-columns-6 .xlarge-collapse > .gallery-item, .gallery.gallery-columns-7 .xlarge-collapse > .gallery-item, .gallery.gallery-columns-8 .xlarge-collapse > .gallery-item, .gallery.gallery-columns-9 .xlarge-collapse > .gallery-item {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row,
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns, .gallery.gallery-columns-5 .xlarge-uncollapse > .gallery-item, .gallery.gallery-columns-6 .xlarge-uncollapse > .gallery-item, .gallery.gallery-columns-7 .xlarge-uncollapse > .gallery-item, .gallery.gallery-columns-8 .xlarge-uncollapse > .gallery-item, .gallery.gallery-columns-9 .xlarge-uncollapse > .gallery-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1e1e1e;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.1; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.375rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

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

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

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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

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

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

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #302F2F;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #e42326; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #e42326;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #bb171a;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(48, 47, 47, 0.25);
  border-radius: 0;
  position: relative;
  color: #302F2F;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fbdede; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #302F2F; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #e42326;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #e42326 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #e42326 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #e42326 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #e42326;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #e42326 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #e42326 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #e42326;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #e42326 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #e42326 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #e42326;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #e42326 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #e42326 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #e42326;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #e42326 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #e42326 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #e42326;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #e42326 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #e42326;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #e42326;
  color: #ffffff; }
  .label.secondary {
    background: #777;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #ffffff; }
  .label.warning {
    background: #ffae00;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #121212; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(48, 47, 47, 0.5);
          box-shadow: 0 0 10px rgba(48, 47, 47, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 47, 47, 0.3);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #302F2F;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #ffffff;
  background-color: rgba(48, 47, 47, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [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(48, 47, 47, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #302F2F;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #f2f2f2; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #e42326;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #302F2F; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #e42326; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #e42326; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap; }

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background: #cacaca;
  border: 0; }
  progress::-webkit-progress-bar {
    background: #cacaca;
    border-radius: 0; }
  progress::-webkit-progress-value {
    background: #e42326;
    border-radius: 0; }
  progress::-moz-progress-bar {
    background: #e42326;
    border-radius: 0; }
  progress.primary {
    color: #e42326; }
    progress.primary::-webkit-progress-value {
      background: #e42326; }
    progress.primary::-moz-progress-bar {
      background: #e42326; }
  progress.secondary {
    color: #777; }
    progress.secondary::-webkit-progress-value {
      background: #777; }
    progress.secondary::-moz-progress-bar {
      background: #777; }
  progress.success {
    color: #3adb76; }
    progress.success::-webkit-progress-value {
      background: #3adb76; }
    progress.success::-moz-progress-bar {
      background: #3adb76; }
  progress.warning {
    color: #ffae00; }
    progress.warning::-webkit-progress-value {
      background: #ffae00; }
    progress.warning::-moz-progress-bar {
      background: #ffae00; }
  progress.alert {
    color: #ec5840; }
    progress.alert::-webkit-progress-value {
      background: #ec5840; }
    progress.alert::-moz-progress-bar {
      background: #ec5840; }

meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  background: #cacaca;
  border: 0; }
  meter::-webkit-meter-bar {
    background: #cacaca; }
  meter::-webkit-meter-optimum-value {
    background: #3adb76; }
  meter::-webkit-meter-suboptimum-value {
    background: #ffae00; }
  meter::-webkit-meter-even-less-good-value {
    background: #ec5840; }
  meter::-moz-meter-bar {
    background: #e42326; }
  meter:-moz-meter-optimum::-moz-meter-bar {
    background: #3adb76; }
  meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #ffae00; }
  meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #ec5840; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f2f2f2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #e42326;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #c7181b; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(30, 30, 30, 0.8);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: none;
  background-color: #ffffff;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns, .reveal .gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-5 .reveal .gallery-item, .reveal .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-6 .reveal .gallery-item, .reveal .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-7 .reveal .gallery-item, .reveal .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-8 .reveal .gallery-item, .reveal .gallery.gallery-columns-9 .gallery-item, .gallery.gallery-columns-9 .reveal .gallery-item,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #e42326; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    font-weight: 700;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f9f9f9;
    color: #302F2F; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: 700;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #fafafa; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #f2f2f2; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #e42326; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #df1b1e; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #f2f2f2; }

.tabs-content {
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #f2f2f2;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #f2f2f2;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(48, 47, 47, 0.2);
          box-shadow: 0 0 0 1px rgba(48, 47, 47, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(228, 35, 38, 0.5);
            box-shadow: 0 0 6px 1px rgba(228, 35, 38, 0.5); }

.title-bar {
  background: #1e1e1e;
  color: #ffffff;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #302F2F;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #302F2F, 0 14px 0 #302F2F;
            box-shadow: 0 7px 0 #302F2F, 0 14px 0 #302F2F; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #302F2F;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #302F2F;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #302F2F transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #302F2F;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #302F2F transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #121212; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @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.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
            box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #302F2F;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #302F2F, 0 14px 0 #302F2F;
            box-shadow: 0 7px 0 #302F2F, 0 14px 0 #302F2F; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
html[lang='fr'] .hero .hero-copy .page-title, html[lang='fr'] h1, html[lang='fr'] h2, html[lang='fr'] h3, html[lang='fr'] h4 {
  line-height: 1.3 !important; }

@media screen and (min-width: 40em) {
  html[lang='fr'] .flex-section.content_tabs .tab-select-row ul.tabs li a {
    height: 5.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (min-width: 40em) {
  html[lang='fr'] #footer-container #footer .menu {
    -webkit-column-count: 2;
            column-count: 2; } }

/* Navigation breakpoints */
@media screen and (max-width: 63.9375em) {
  .desktop-menu, .top-bar-left, .top-bar-right, .top-bar {
    display: none !important; } }

@media screen and (min-width: 64em) {
  #mobile-menu, .title-bar, .mobile-btn-cont {
    display: none !important; } }

@media screen and (min-width: 40em) {
  #mobile-menu, .title-bar, .mobile-btn-cont {
    display: block; } }

.title-bar {
  position: relative;
  z-index: 20; }

#masthead {
  width: 100%; }
  #masthead.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
    #masthead.sticky .top-bar {
      padding-top: 0.625rem;
      background-color: rgba(30, 30, 30, 0.96); }
      #masthead.sticky .top-bar .top-bar-left, #masthead.sticky .top-bar .top-bar-right {
        height: auto !important; }
      #masthead.sticky .top-bar .top-bar-right {
        padding-top: 0.25rem; }
        #masthead.sticky .top-bar .top-bar-right .pre-top-bar-r-nav {
          display: none; }
        #masthead.sticky .top-bar .top-bar-right .top-bar-r-nav {
          padding-top: 0; }
      #masthead.sticky .top-bar .menu .home a {
        font-size: 1rem;
        color: #777; }
      #masthead.sticky .top-bar .menu a {
        padding-top: 0.5rem;
        padding-bottom: 0.8rem; }
      #masthead.sticky .top-bar .nav-logo-cont {
        position: relative; }
        #masthead.sticky .top-bar .nav-logo-cont .nav-logo {
          padding: 0rem; }
          #masthead.sticky .top-bar .nav-logo-cont .nav-logo .secondary-logo {
            display: block; }
          #masthead.sticky .top-bar .nav-logo-cont .nav-logo .primary-logo {
            display: none; }
          #masthead.sticky .top-bar .nav-logo-cont .nav-logo img {
            margin-bottom: 0;
            max-height: 3rem;
            width: auto; }
      #masthead.sticky .top-bar a.button.popout-nav-button {
        margin-top: 0.1rem; }

/* Mobile menu */
.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem; }

.title-bar-title {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .title-bar-title .nav-logo .primary-logo {
    display: block; }
  .title-bar-title .nav-logo .secondary-logo {
    display: none; }
  .title-bar-title .nav-logo img {
    max-width: 6.875rem;
    margin-left: 0; }
  .title-bar-title a {
    font-size: 1rem;
    color: #B9B9B9; }

.mobile-btn-cont {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mobile-btn-cont .nav-icon {
    float: right;
    margin-left: 1rem;
    margin-right: 1rem;
    color: white;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .mobile-btn-cont .nav-icon:hover, .mobile-btn-cont .nav-icon:focus, .mobile-btn-cont .nav-icon:active {
      background: transparent;
      color: #e42326; }
    .mobile-btn-cont .nav-icon span {
      font-size: 1.5rem;
      line-height: 2.7rem; }

.title-bar-title, .mobile-btn-cont {
  float: left; }

/* Tablet and desktop menu */
.top-bar {
  height: auto;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(35, 31, 32, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(35, 31, 32, 0.3);
  background-color: #1e1e1e;
  padding: 0.5rem; }
  @media screen and (min-width: 64em) {
    .top-bar {
      padding: 0.5rem 0; } }
  .top-bar ul {
    background: transparent; }
  .top-bar .nav-logo-cont {
    height: 100%; }
    .top-bar .nav-logo-cont a.nav-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .top-bar .nav-logo-cont a.nav-logo img {
        display: block;
        margin-bottom: 0.65rem; }
  .top-bar .nav-logo {
    padding: 0.5rem 0; }
  .top-bar .tagline a {
    padding: 1rem 0;
    line-height: 2.1875rem; }
  .top-bar .nav-logo-cont {
    position: relative; }
    .top-bar .nav-logo-cont .nav-logo {
      position: relative;
      display: block;
      width: 100%; }
      .top-bar .nav-logo-cont .nav-logo .secondary-logo {
        display: none; }
      .top-bar .nav-logo-cont .nav-logo .primary-logo {
        display: block; }
      .top-bar .nav-logo-cont .nav-logo img {
        display: block;
        max-height: 2.5rem;
        width: auto; }
        @media screen and (min-width: 75em) {
          .top-bar .nav-logo-cont .nav-logo img {
            max-height: 4.375rem; } }
  .top-bar .menu .home a {
    font-size: 1rem;
    color: #B9B9B9; }
  .top-bar .menu a {
    line-height: 2;
    color: #ffffff;
    padding: 0.3rem 1rem 1rem 1rem;
    font-weight: bold;
    font-size: 1.0625rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    .top-bar .menu a:hover:not(.button):after {
      width: calc( 100% - 2rem); }
    .top-bar .menu a:after {
      content: " ";
      position: absolute;
      left: 1rem;
      right: 1rem;
      /* bottom: 0.5rem; */
      top: initial;
      height: 0.1875rem;
      background-color: #e42326;
      width: 0%;
      display: block;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }
  .top-bar .top-bar-right .pre-top-bar-r-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .top-bar .top-bar-right .pre-top-bar-r-nav .search-form-cont, .top-bar .top-bar-right .pre-top-bar-r-nav #menu-pre-nav-bar, .top-bar .top-bar-right .pre-top-bar-r-nav .phone-number-link {
      height: 2.75rem;
      display: block; }
      .top-bar .top-bar-right .pre-top-bar-r-nav .search-form-cont::before, .top-bar .top-bar-right .pre-top-bar-r-nav .search-form-cont::after, .top-bar .top-bar-right .pre-top-bar-r-nav #menu-pre-nav-bar::before, .top-bar .top-bar-right .pre-top-bar-r-nav #menu-pre-nav-bar::after, .top-bar .top-bar-right .pre-top-bar-r-nav .phone-number-link::before, .top-bar .top-bar-right .pre-top-bar-r-nav .phone-number-link::after {
        content: ' ';
        display: table; }
      .top-bar .top-bar-right .pre-top-bar-r-nav .search-form-cont::after, .top-bar .top-bar-right .pre-top-bar-r-nav #menu-pre-nav-bar::after, .top-bar .top-bar-right .pre-top-bar-r-nav .phone-number-link::after {
        clear: both; }
    .top-bar .top-bar-right .pre-top-bar-r-nav .weglot-wrapper {
      max-width: 5.4375rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      float: right;
      height: 2.75rem;
      margin-right: 1.125rem; }
    .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont {
      padding-right: 0;
      float: right;
      position: relative;
      width: 8%;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media screen and (min-width: 90em) {
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont {
          margin-right: 1.5rem;
          width: 6%; } }
      .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont:before {
        content: ' ';
        position: absolute;
        width: 0.125rem;
        left: -0.5rem;
        top: 25%;
        bottom: 25%;
        background-color: #a7a9ac; }
      .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform {
        width: 100%;
        position: relative;
        float: right;
        z-index: 2; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform .input-group {
          margin-bottom: 0; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform .button.search {
          padding: 0;
          background-color: #302F2F;
          position: relative;
          z-index: 4; }
          .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform .button.search:hover {
            background-color: transparent; }
            .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform .button.search:hover span {
              color: #ffffff; }
          .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform .button.search span {
            color: #ffffff; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform input, .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform .button.search {
          top: 0;
          height: 2.75rem; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform .button.search:hover span, .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform .button.search:focus span, .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform .button.search:active span {
          color: white; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform .input-group-button {
          width: 20%;
          position: absolute;
          top: 0;
          right: 0;
          height: 100%; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform input {
          opacity: 0;
          width: 0%;
          border: none;
          background-color: #050505;
          color: #ffffff;
          -webkit-box-shadow: none;
                  box-shadow: none;
          font-weight: 600;
          padding-left: 0.8rem; }
          .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.8); }
          .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.8); }
          .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform input::placeholder {
            color: rgba(255, 255, 255, 0.8); }
          .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform input:focus {
            border: none;
            -webkit-box-shadow: none;
                    box-shadow: none;
            background-color: #f2f2f2;
            color: #1e1e1e; }
            .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform input:focus::-webkit-input-placeholder {
              color: rgba(48, 47, 47, 0.8); }
            .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform input:focus:-ms-input-placeholder {
              color: rgba(48, 47, 47, 0.8); }
            .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchform input:focus::placeholder {
              color: rgba(48, 47, 47, 0.8); }
      .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont .button.search.search-toggle {
        border-radius: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        height: 2.75rem;
        float: right;
        padding: 0;
        background: transparent;
        margin: 0;
        z-index: 5; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont .button.search.search-toggle:hover {
          background-color: transparent; }
          .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont .button.search.search-toggle:hover span {
            color: #ffffff; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont .button.search.search-toggle:focus {
          outline: 1px solid #ffffff; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont .button.search.search-toggle span {
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
          color: #a7a9ac;
          font-size: 1.125rem; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont .button.search.search-toggle.hidden {
          display: none; }
      .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont #searchsubmit {
        display: none; }
      .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont.active {
        width: 20%; }
        @media screen and (min-width: 90em) {
          .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont.active {
            width: 24%; } }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont.active .button.search.search-toggle {
          background-color: #3d3c3c; }
          .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont.active .button.search.search-toggle span {
            color: rgba(255, 255, 255, 0.7); }
          .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont.active .button.search.search-toggle:hover {
            background-color: #ffffff; }
            .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont.active .button.search.search-toggle:hover span {
              color: #302F2F; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont.active .button.search.search-toggle {
          width: 32%; }
          @media screen and (min-width: 90em) {
            .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont.active .button.search.search-toggle {
              width: 25%; } }
          .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont.active .button.search.search-toggle:focus {
            border: 1px solid #ffffff; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont.active #searchform .input-group-button {
          width: 25%; }
        .top-bar .top-bar-right .pre-top-bar-r-nav .search-cont.active #searchform input {
          opacity: 1;
          width: 100%; }
    .top-bar .top-bar-right .pre-top-bar-r-nav .search-form-cont {
      float: right;
      position: relative;
      height: 100%;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      width: 10%; }
      .top-bar .top-bar-right .pre-top-bar-r-nav .search-form-cont.search-open {
        width: auto; }
    .top-bar .top-bar-right .pre-top-bar-r-nav a.phone-number-link {
      float: right;
      opacity: 1;
      width: 13.75rem;
      -webkit-transition: opacity 0.3s ease-in-out 0.25s;
      transition: opacity 0.3s ease-in-out 0.25s; }
      .top-bar .top-bar-right .pre-top-bar-r-nav a.phone-number-link.hidden {
        width: 0;
        overflow: hidden;
        opacity: 0; }
    .top-bar .top-bar-right .pre-top-bar-r-nav ul.menu {
      margin-right: 1rem; }
      .top-bar .top-bar-right .pre-top-bar-r-nav ul.menu li {
        display: inline-block;
        position: relative;
        margin-left: 1rem; }
        .top-bar .top-bar-right .pre-top-bar-r-nav ul.menu li:before {
          content: ' ';
          position: absolute;
          width: 0.125rem;
          left: -0.5rem;
          top: 25%;
          bottom: 25%;
          background-color: #a7a9ac; }
      .top-bar .top-bar-right .pre-top-bar-r-nav ul.menu a {
        font-size: 0.875rem;
        line-height: 2;
        padding: 0.5rem;
        height: auto;
        min-height: 0rem;
        color: #a7a9ac; }
        .top-bar .top-bar-right .pre-top-bar-r-nav ul.menu a:after {
          left: 0.5rem; }
        .top-bar .top-bar-right .pre-top-bar-r-nav ul.menu a:hover, .top-bar .top-bar-right .pre-top-bar-r-nav ul.menu a:focus, .top-bar .top-bar-right .pre-top-bar-r-nav ul.menu a:active {
          color: #ffffff; }
          .top-bar .top-bar-right .pre-top-bar-r-nav ul.menu a:hover:after, .top-bar .top-bar-right .pre-top-bar-r-nav ul.menu a:focus:after, .top-bar .top-bar-right .pre-top-bar-r-nav ul.menu a:active:after {
            width: calc(100% - 1rem); }
    .top-bar .top-bar-right .pre-top-bar-r-nav .search-form-cont {
      overflow: hidden; }
      .top-bar .top-bar-right .pre-top-bar-r-nav .search-form-cont::before, .top-bar .top-bar-right .pre-top-bar-r-nav .search-form-cont::after {
        content: ' ';
        display: table; }
      .top-bar .top-bar-right .pre-top-bar-r-nav .search-form-cont::after {
        clear: both; }
      .top-bar .top-bar-right .pre-top-bar-r-nav .search-form-cont .search-bar-toggle-label:before {
        content: ' ';
        position: absolute;
        width: 0.125rem;
        left: -0.5rem;
        top: 25%;
        bottom: 25%;
        background-color: #646262; }
  .top-bar .top-bar-right .top-bar-r-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding-top: 0.8rem; }
  .top-bar .dropdown.menu .submenu {
    background-color: #f2f2f2;
    color: #302F2F;
    border: 0;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(35, 31, 32, 0.3);
    box-shadow: 0px 2px 10px 0px rgba(35, 31, 32, 0.3); }
    .top-bar .dropdown.menu .submenu a {
      color: #302F2F;
      text-align: left;
      height: auto;
      padding: 0.25rem 0.25rem 0.25rem 0.9rem;
      font-size: 0.8rem; }
      .top-bar .dropdown.menu .submenu a:hover {
        background: rgba(48, 47, 47, 0.05); }
      .top-bar .dropdown.menu .submenu a:after {
        left: 0;
        width: 0.25rem;
        height: 100%;
        margin: 0;
        bottom: 0;
        right: initial; }
  .top-bar .dropdown.menu .has-submenu.is-down-arrow a {
    padding-right: 1rem; }
  .top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
    border: 0; }
  .top-bar .dropdown.menu:first-child >
li.is-dropdown-submenu-parent >
a::after {
    display: none; }

.menu .active > a, .dropdown .active > a {
  background: transparent; }
  .menu .active > a:after, .dropdown .active > a:after {
    opacity: 1.0; }

.dropdown.menu {
  display: inline-block; }
  .dropdown.menu .current_page_ancestor a::after {
    opacity: 0; }
  .dropdown.menu .current_page_ancestor a:hover::after {
    opacity: 1; }
  .dropdown.menu .submenu .active a::after {
    opacity: 1; }

/* Basic styles for post navigation. Nicolas Gallagher's "Micro clearfix" https://css-tricks.com/snippets/css/clear-fix/ */
.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

/* Text meant only for screen readers. Addresses part of theme-check issue #840. https://github.com/Automattic/_s/blob/master/style.css */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

ul.breadcrumbs {
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: none; }
  ul.breadcrumbs > *:before {
    display: none; }
  ul.breadcrumbs li {
    font-size: 0.875rem;
    font-weight: 600; }
    ul.breadcrumbs li:not(:last-child):after {
      color: #302F2F; }
  ul.breadcrumbs a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 700;
    display: inline-block;
    text-align: left;
    color: #302F2F;
    display: inline-block;
    padding-bottom: 0; }
    ul.breadcrumbs a:after {
      content: '';
      display: block;
      height: 2px;
      width: 0;
      background: transparent;
      -webkit-transition: width .5s ease, background-color .5s ease;
      transition: width .5s ease, background-color .5s ease;
      margin-top: -2px; }
    ul.breadcrumbs a:hover:after, ul.breadcrumbs a:focus:after, ul.breadcrumbs a:active:after {
      width: 100%;
      background: #e42326; }
    ul.breadcrumbs a:before:hover {
      text-decoration: none; }
    ul.breadcrumbs a:hover, ul.breadcrumbs a:focus, ul.breadcrumbs a:active {
      background-color: transparent;
      text-decoration: none;
      color: #e42326; }
      ul.breadcrumbs a:hover:after, ul.breadcrumbs a:focus:after, ul.breadcrumbs a:active:after {
        background-color: #e42326; }

.off-canvas-content ul.pagination li a {
  color: #8a8a8a;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 4px; }

.off-canvas-content ul.pagination li .current {
  color: white;
  font-weight: 700;
  border-radius: 4px; }

.off-canvas-content ul.pagination li.current {
  font-weight: 700; }
  .off-canvas-content ul.pagination li.current a {
    background: #302F2F; }

.off-canvas-content .pagination {
  margin-top: 1rem; }

.off-canvas .menu > li > a {
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-left: 0px #302F2F solid;
  font-weight: 700;
  text-transform: uppercase; }
  .off-canvas .menu > li > a:hover, .off-canvas .menu > li > a:active, .off-canvas .menu > li > a:focus {
    color: #e42326;
    border-left: 3px #e42326 solid; }

.off-canvas .menu > li.active > a {
  color: #e42326;
  border-left: 3px #e42326 solid; }

.off-canvas .menu.nested {
  border-left: 3px solid #302F2F; }
  .off-canvas .menu.nested > li > a {
    color: #cacaca; }

.off-canvas-wrapper {
  background-color: #302F2F; }

aside.country-selector.weglot-inline.weglot-shortcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(168, 169, 172, 0.25);
  border-radius: 4px;
  color: #ffffff;
  padding: 0.25rem 0.25rem 0.4rem 0.25rem; }
  aside.country-selector.weglot-inline.weglot-shortcode ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  aside.country-selector.weglot-inline.weglot-shortcode label, aside.country-selector.weglot-inline.weglot-shortcode li {
    line-height: 1; }
    aside.country-selector.weglot-inline.weglot-shortcode label.wg-li, aside.country-selector.weglot-inline.weglot-shortcode li.wg-li {
      margin: 0; }
      aside.country-selector.weglot-inline.weglot-shortcode label.wg-li.wgcurrent, aside.country-selector.weglot-inline.weglot-shortcode li.wg-li.wgcurrent {
        margin-right: 0.25rem; }
      aside.country-selector.weglot-inline.weglot-shortcode label.wg-li a, aside.country-selector.weglot-inline.weglot-shortcode li.wg-li a {
        color: #A8A9AC;
        font-size: 0.75rem;
        -webkit-transform: translateY(1px);
            -ms-transform: translateY(1px);
                transform: translateY(1px);
        padding: 0.25rem 0.5rem;
        border-radius: 0.25rem;
        min-height: 1.5313rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        aside.country-selector.weglot-inline.weglot-shortcode label.wg-li a:hover, aside.country-selector.weglot-inline.weglot-shortcode label.wg-li a:active, aside.country-selector.weglot-inline.weglot-shortcode label.wg-li a:focus, aside.country-selector.weglot-inline.weglot-shortcode li.wg-li a:hover, aside.country-selector.weglot-inline.weglot-shortcode li.wg-li a:active, aside.country-selector.weglot-inline.weglot-shortcode li.wg-li a:focus {
          background-color: rgba(168, 169, 172, 0.5);
          text-decoration: none;
          color: #ffffff; }
      aside.country-selector.weglot-inline.weglot-shortcode label.wg-li.wgcurrent span, aside.country-selector.weglot-inline.weglot-shortcode li.wg-li.wgcurrent span {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
        background-color: #1e1e1e;
        border-radius: 0.25rem;
        color: #ffffff; }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #1e1e1e;
  color: rgba(255, 255, 255, 0.8); }
  #footer-container a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: rgba(255, 255, 255, 0.8); }
    #footer-container a:hover, #footer-container a:active, #footer-container a:focus {
      color: #e42326; }
  #footer-container .sub-footer {
    width: 100%;
    display: block; }
    #footer-container .sub-footer .copy-row {
      width: 95%;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 40em) {
        #footer-container .sub-footer .copy-row {
          padding-top: 1rem;
          padding-bottom: 1rem; } }
      #footer-container .sub-footer .copy-row a {
        display: inline;
        text-decoration: underline; }
      #footer-container .sub-footer .copy-row .ownership, #footer-container .sub-footer .copy-row .to-top, #footer-container .sub-footer .copy-row .credit {
        width: 100%;
        text-align: center; }
      #footer-container .sub-footer .copy-row .ownership {
        padding-top: 1.4rem; }
        #footer-container .sub-footer .copy-row .ownership p {
          margin-bottom: 0;
          font-size: 0.9rem; }
        @media screen and (min-width: 40em) {
          #footer-container .sub-footer .copy-row .ownership {
            float: left;
            text-align: left;
            width: 50%;
            padding-top: 0; } }
      #footer-container .sub-footer .copy-row .credit p {
        margin-bottom: 0;
        font-size: 0.9rem; }
      @media screen and (min-width: 40em) {
        #footer-container .sub-footer .copy-row .credit {
          float: right;
          text-align: right;
          width: 50%;
          padding-top: 0; } }
      #footer-container .sub-footer .copy-row .to-top {
        padding-top: 1rem;
        font-size: 1rem; }
        @media screen and (min-width: 40em) {
          #footer-container .sub-footer .copy-row .to-top {
            float: right;
            text-align: right;
            width: 30%;
            padding-top: 0; } }
        #footer-container .sub-footer .copy-row .to-top span {
          margin-left: 0.5rem; }
  #footer-container #footer {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem 0 0.625rem;
    position: relative; }
    #footer-container #footer::before, #footer-container #footer::after {
      content: ' ';
      display: table; }
    #footer-container #footer::after {
      clear: both; }
    #footer-container #footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    #footer-container #footer .footer-menu-row {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; }
    @media screen and (max-width: 39.9375em) {
      #footer-container #footer .menu-footer-link-grid-container {
        padding-left: 1.25rem;
        padding-right: 0.5rem; } }
    #footer-container #footer .menu {
      -webkit-column-count: 2;
              column-count: 2; }
      @media screen and (min-width: 40em) {
        #footer-container #footer .menu {
          -webkit-column-count: 3;
                  column-count: 3; } }
      #footer-container #footer .menu > li {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        display: inline-block;
        width: 100%; }
        #footer-container #footer .menu > li a {
          color: #ffffff;
          text-transform: uppercase;
          font-weight: bold; }
          @media screen and (max-width: 39.9375em) {
            #footer-container #footer .menu > li a {
              padding-left: 0;
              padding-right: 0.5rem; } }
          @media screen and (min-width: 64em) {
            #footer-container #footer .menu > li a {
              font-size: 1.125rem; } }
          #footer-container #footer .menu > li a:hover, #footer-container #footer .menu > li a:active, #footer-container #footer .menu > li a:focus {
            color: #e42326; }
    #footer-container #footer a.nav-logo > img {
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease;
      width: auto;
      margin-top: 2.5rem;
      max-width: 17.1875rem;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 39.9375em) {
        #footer-container #footer a.nav-logo > img {
          width: 70%;
          margin-top: 1.5rem; } }
      @media screen and (min-width: 40em) {
        #footer-container #footer a.nav-logo > img {
          margin-top: 0rem;
          margin-left: 0; } }
    #footer-container #footer .address {
      font-weight: 600; }
    #footer-container #footer .contact-info {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      color: #ffffff;
      margin-top: 1rem;
      text-align: center; }
      @media screen and (min-width: 40em) {
        #footer-container #footer .contact-info {
          text-align: left;
          padding-left: 0rem;
          padding-right: 0rem;
          margin-left: 2.3rem;
          margin-top: 1.6rem; } }
      #footer-container #footer .contact-info a {
        color: #ffffff; }
        #footer-container #footer .contact-info a:hover, #footer-container #footer .contact-info a:active, #footer-container #footer .contact-info a:focus {
          color: #e42326; }
        #footer-container #footer .contact-info a.phone-number-link {
          margin-left: auto;
          margin-right: auto; }

.sidebar {
  border-radius: 6px;
  background-color: #f2f2f2;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 40em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .sidebar {
      width: 25%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      margin-top: 0; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }
  .sidebar ul {
    list-style: none;
    margin-left: 0; }
  .sidebar li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .sidebar li a {
      display: inline;
      color: #302F2F;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      border-left: #e42326 solid 0px; }
      .sidebar li a:hover, .sidebar li a:focus, .sidebar li a:active {
        border-left: #e42326 solid 3px;
        padding-left: 0.25rem; }
    .sidebar li.current-cat a {
      border-left: #e42326 solid 3px;
      padding-left: 0.5rem; }
  .sidebar h6 {
    color: #8a8a8a; }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/*@font-face {*/
/*  font-family: "slick";*/
/*  src: url("./fonts/slick.eot");*/
/*  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");*/
/*  font-weight: normal;*/
/*  font-style: normal; }*/

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.button {
  text-transform: uppercase;
  width: 90%;
  max-width: 18.75rem;
  margin-top: 1.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0.3125rem;
  padding: 1rem 1.2rem;
  font-weight: 700;
  background-color: #e42326;
  color: #ffffff;
  font-size: 1rem; }
  .button.outline, .button.download.outline, a.outline.download {
    background-color: transparent;
    border: 3px solid #302F2F;
    color: #302F2F; }
    .button.outline:hover, a.outline.download:hover {
      background-color: #302F2F;
      color: white; }
  .button.download, a.download {
    position: relative;
    padding-left: 2rem;
    color: #302F2F; }
    .download.button.outline:hover:before, a.outline.download:hover:before {
      background-image: url("../images/icon-downloadwhite.png"); }
    .button.download:before, a.download:before {
      content: '';
      display: block;
      position: absolute;
      background: url("../images/icon-download.png") no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      padding: 0.5rem;
      left: 0.8rem;
      bottom: 1rem; }
    .button.download:hover:before, a.download:hover:before {
      color: #302F2F; }
  .button.app-dl {
    width: 100%;
    background: transparent;
    padding: 0 1rem;
    margin-top: 0; }
    @media screen and (min-width: 40em) {
      .button.app-dl {
        float: left;
        width: 50%; } }
    .button.app-dl:hover {
      opacity: 0.8; }
    .button.app-dl span {
      padding: 1.5rem;
      width: 100%;
      max-width: 11.25rem;
      display: block;
      margin-left: auto;
      margin-right: auto;
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      .button.app-dl span.g-play {
        background-image: url("../images/app-dl_google_play@2x.png"); }
      .button.app-dl span.apple {
        background-image: url("../images/app-dl_apple@2x.png"); }
  .button.popout-nav-button {
    display: inline-block;
    max-width: none;
    width: auto;
    float: right;
    padding: 0.8rem 0.25rem;
    margin: 0 1rem 0 0.5rem;
    font-size: 1rem; }
    .button.popout-nav-button:hover, .button.popout-nav-button:focus, .button.popout-nav-button:active {
      background-color: #ffffff;
      color: #e42326; }
    @media screen and (min-width: 75em) {
      .button.popout-nav-button {
        padding: 0.8rem 1rem;
        margin: 0 1rem 0 1rem; } }
  .button.list-button {
    display: inline-block;
    max-width: none;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem; }
    .button.list-button:hover, .button.list-button:focus, .button.list-button:active {
      background-color: #ffffff;
      color: #e42326; }
    .button.list-button.transparent {
      background-color: transparent;
      color: #ffffff;
      border: 0.125rem solid #e42326; }
      .button.list-button.transparent:hover, .button.list-button.transparent:focus, .button.list-button.transparent:active {
        background-color: #e42326;
        color: #ffffff; }
      .button.list-button.transparent.grayscale {
        color: #5f5f5f;
        border: 0.125rem solid #5f5f5f; }
        .button.list-button.transparent.grayscale:hover, .button.list-button.transparent.grayscale:focus, .button.list-button.transparent.grayscale:active {
          background-color: #5f5f5f;
          color: #ffffff; }
      .button.list-button.transparent.transparent-black {
        color: #302F2F; }
        .button.list-button.transparent.transparent-black:hover, .button.list-button.transparent.transparent-black:focus {
          color: #ffffff; }
    .button.list-button.float-right {
      float: right; }

.text-link {
  color: #e42326;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .text-link:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f0da';
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    text-decoration: none; }
  .text-link:hover, .text-link:focus {
    color: white; }
    .text-link:hover:after, .text-link:focus:after {
      margin-left: 1rem; }

.more-link {
  font-style: italic;
  text-transform: uppercase; }
  .more-link span {
    margin-left: 0.25rem; }

a.download:before {
  bottom: 0.3rem;
  left: 0.5rem; }

.dropdown-pane.is-open {
  left: 0 !important; }

#page_header_255 {
  background-position: 60% 50%; }

.hero {
  height: auto;
  min-height: 18.75rem;
  text-align: left;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media screen and (min-width: 40em) {
    .hero {
      min-height: 28.125rem; } }
  @media screen and (min-width: 64em) {
    .hero {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      min-height: 32.5rem;
      padding-bottom: 9rem; } }
  @media screen and (min-width: 90em) {
    .hero {
      padding-left: 0;
      padding-right: 0; } }
  .hero.has-breadcrumb .hero-copy {
    color: #1e1e1e;
    margin-bottom: 7.5rem; }
    .hero.has-breadcrumb .hero-copy .page-title {
      color: #1e1e1e;
      -webkit-filter: none;
              filter: none; }
    @media screen and (min-width: 40em) {
      .hero.has-breadcrumb .hero-copy {
        margin-top: 1.875rem; } }
    @media screen and (min-width: 64em) {
      .hero.has-breadcrumb .hero-copy {
        margin-top: 3.125rem; } }
    @media screen and (min-width: 75em) {
      .hero.has-breadcrumb .hero-copy {
        margin-bottom: 0rem; } }
  .hero.product-header .hero-copy .page-title {
    max-width: 43.75rem; }
    @media screen and (min-width: 64em) {
      .hero.product-header .hero-copy .page-title {
        line-height: 1.2;
        font-size: 3.125rem; } }
  .hero.projects-header {
    background-position: left bottom; }
    @media screen and (min-width: 64em) {
      .hero.projects-header {
        min-height: 28.125rem; } }
  @media screen and (min-width: 64em) {
    .hero.why-alcotex-header {
      min-height: 28.125rem; } }
  .hero.faq-header, .hero.news-archive-header {
    min-height: 18.75rem; }
  .hero.custom-color-request-header .breadcrumbs li, .hero.custom-color-request-header .breadcrumbs li:after, .hero.custom-color-request-header .breadcrumbs a, .hero.contact-header .breadcrumbs li, .hero.contact-header .breadcrumbs li:after, .hero.contact-header .breadcrumbs a, .hero.why-alcotex-header .breadcrumbs li, .hero.why-alcotex-header .breadcrumbs li:after, .hero.why-alcotex-header .breadcrumbs a {
    color: #ffffff; }
  .hero.custom-color-request-header .hero-copy, .hero.contact-header .hero-copy, .hero.why-alcotex-header .hero-copy {
    color: #ffffff; }
    .hero.custom-color-request-header .hero-copy .page-title, .hero.contact-header .hero-copy .page-title, .hero.why-alcotex-header .hero-copy .page-title {
      color: #ffffff; }
  .hero.contact-header .hero-copy .page-title {
    max-width: 13rem; }
    @media screen and (min-width: 40em) {
      .hero.contact-header .hero-copy .page-title {
        max-width: none; } }
  .hero .hero-copy {
    color: #ffffff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 1rem; }
    @media screen and (max-width: 39.9375em) {
      .hero .hero-copy {
        padding-top: 1rem; } }
    .hero .hero-copy .page-title {
      color: #ffffff;
      -webkit-filter: drop-shadow(0 3px 4px rgba(44, 82, 130, 0.52));
              filter: drop-shadow(0 3px 4px rgba(44, 82, 130, 0.52));
      font-size: 2rem; }
      @media screen and (min-width: 40em) {
        .hero .hero-copy .page-title {
          font-size: 3.375rem; } }
    @media screen and (min-width: 40em) {
      .hero .hero-copy {
        margin-top: 3.125rem; }
        .hero .hero-copy .page-title {
          line-height: 1; }
          .hero .hero-copy .page-title p {
            line-height: 1; } }
    @media screen and (min-width: 64em) {
      .hero .hero-copy {
        margin-top: 4.125rem;
        padding: 0rem; }
        .hero .hero-copy .page-title {
          font-size: 4.5rem; } }
  .hero.no-hero {
    min-height: 0; }
    @media screen and (min-width: 64em) {
      .hero.no-hero {
        padding-bottom: 3rem; } }
  .hero.slim {
    min-height: 12.5rem; }
    @media screen and (min-width: 64em) {
      .hero.slim {
        min-height: 18.75rem; } }
  .hero .no-featured-image-set {
    min-height: 9.75rem !important; }
  .hero.home {
    overflow: visible;
    padding: 4rem 0;
    background-color: #302F2F;
    min-height: 25rem; }
    @media screen and (min-width: 40em) {
      .hero.home {
        background-position: bottom;
        min-height: 31.25rem; } }
    @media screen and (min-width: 64em) {
      .hero.home {
        padding-top: 6.875rem;
        min-height: 46.875rem; } }

body.page-id-749 main.container .hero.no-hero {
  background-color: #ffffff; }

.ra-single .hero.single-post-head {
  padding: 0;
  margin-bottom: 2rem;
  min-height: 12.5rem; }
  @media screen and (min-width: 40em) {
    .ra-single .hero.single-post-head {
      min-height: 18.75rem; } }
  @media screen and (min-width: 64em) {
    .ra-single .hero.single-post-head {
      min-height: 25rem; } }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

/* Apply outline styles only when input method is keyboard
 * remove :focus style via What Input using progressive enhancement
 * so :focus isn't left broken if JavaScript fails
 */
[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
          transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
          transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
          transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
          transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
          transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
          transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
          transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
          transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
          transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
          transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
          transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
          transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
          transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
          transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
          transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
          transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
          transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
          transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
          transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
          transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
          transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
          transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
          transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
          transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
          transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
          transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
          transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
          transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
          transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
          transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0); }

[data-aos=fade-up] {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px); }

[data-aos=fade-down] {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px); }

[data-aos=fade-right] {
  -webkit-transform: translate(-100px);
      -ms-transform: translate(-100px);
          transform: translate(-100px); }

[data-aos=fade-left] {
  -webkit-transform: translate(100px);
      -ms-transform: translate(100px);
          transform: translate(100px); }

[data-aos=fade-up-right] {
  -webkit-transform: translate(-100px, 100px);
      -ms-transform: translate(-100px, 100px);
          transform: translate(-100px, 100px); }

[data-aos=fade-up-left] {
  -webkit-transform: translate(100px, 100px);
      -ms-transform: translate(100px, 100px);
          transform: translate(100px, 100px); }

[data-aos=fade-down-right] {
  -webkit-transform: translate(-100px, -100px);
      -ms-transform: translate(-100px, -100px);
          transform: translate(-100px, -100px); }

[data-aos=fade-down-left] {
  -webkit-transform: translate(100px, -100px);
      -ms-transform: translate(100px, -100px);
          transform: translate(100px, -100px); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
      -ms-transform: translate(0) scale(1);
          transform: translate(0) scale(1); }

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6); }

[data-aos=zoom-in-up] {
  -webkit-transform: translateY(100px) scale(0.6);
      -ms-transform: translateY(100px) scale(0.6);
          transform: translateY(100px) scale(0.6); }

[data-aos=zoom-in-down] {
  -webkit-transform: translateY(-100px) scale(0.6);
      -ms-transform: translateY(-100px) scale(0.6);
          transform: translateY(-100px) scale(0.6); }

[data-aos=zoom-in-right] {
  -webkit-transform: translate(-100px) scale(0.6);
      -ms-transform: translate(-100px) scale(0.6);
          transform: translate(-100px) scale(0.6); }

[data-aos=zoom-in-left] {
  -webkit-transform: translate(100px) scale(0.6);
      -ms-transform: translate(100px) scale(0.6);
          transform: translate(100px) scale(0.6); }

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2); }

[data-aos=zoom-out-up] {
  -webkit-transform: translateY(100px) scale(1.2);
      -ms-transform: translateY(100px) scale(1.2);
          transform: translateY(100px) scale(1.2); }

[data-aos=zoom-out-down] {
  -webkit-transform: translateY(-100px) scale(1.2);
      -ms-transform: translateY(-100px) scale(1.2);
          transform: translateY(-100px) scale(1.2); }

[data-aos=zoom-out-right] {
  -webkit-transform: translate(-100px) scale(1.2);
      -ms-transform: translate(-100px) scale(1.2);
          transform: translate(-100px) scale(1.2); }

[data-aos=zoom-out-left] {
  -webkit-transform: translate(100px) scale(1.2);
      -ms-transform: translate(100px) scale(1.2);
          transform: translate(100px) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0); }

[data-aos=slide-up] {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

[data-aos=slide-down] {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

[data-aos=slide-right] {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

[data-aos=slide-left] {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0); }

/*# sourceMappingURL=aos.css.map*/
.acf-map {
  width: 100%;
  min-height: 260px;
  background-color: #f2f2f2;
  margin: 0; }
  @media screen and (min-width: 40em) {
    .acf-map {
      margin: 1.3rem 0; } }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.map-cont {
  overflow: hidden; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider.has-arrows {
    position: relative;
    width: 90%;
    z-index: 1;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.slick-arrow {
  font-size: 0;
  line-height: 0;
  color: transparent;
  width: 5%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  cursor: pointer; }
  .slick-arrow:before {
    display: block;
    height: 2.5rem;
    width: auto;
    background: transparent no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .slick-arrow.slick-prev {
    right: auto;
    left: -5%; }
    .slick-arrow.slick-prev:before {
      background-image: url(../images/Left-Slider-Arrow.svg); }
  .slick-arrow.slick-next {
    right: -5%;
    left: auto; }
    .slick-arrow.slick-next:before {
      background-image: url(../images/Right-Slider-Arrow.svg); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  margin: 1rem auto 0;
  text-align: center;
  width: 100%; }
  .slick-dots > li {
    display: inline-block;
    padding: 0.5rem;
    color: #e42326; }
    .slick-dots > li button {
      font-size: 0;
      color: transparent;
      display: block;
      height: 30px;
      width: 30px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      position: relative; }
      .slick-dots > li button:after {
        position: absolute;
        top: 11px;
        left: 11px;
        right: auto;
        bottom: auto;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        content: ' ';
        display: block;
        height: 8px;
        width: 8px;
        background-color: #e42326;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        opacity: 1; }
      .slick-dots > li button:before {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: ' ';
        display: block;
        margin-top: 0;
        width: 100%;
        height: 100%;
        max-height: none;
        max-width: none;
        background: transparent url(../images/dot_running-man.svg) no-repeat center center;
        -webkit-background-size: contain;
                background-size: contain;
        opacity: 0; }
      .slick-dots > li button:hover {
        cursor: pointer; }
        .slick-dots > li button:hover:after {
          top: 5px; }
    .slick-dots > li.slick-active button:after {
      opacity: 0; }
    .slick-dots > li.slick-active button:before {
      opacity: 1; }
    .slick-dots > li.slick-active button:hover:before {
      opacity: 0.8; }

.isotope-item {
  position: relative;
  display: block;
  height: 7rem;
  width: 100%;
  font-family: "Poppins" !important;
  -webkit-box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  margin-bottom: 1rem; }
  .isotope-item::before, .isotope-item::after {
    content: ' ';
    display: table; }
  .isotope-item::after {
    clear: both; }
  /*@media screen and (min-width: 40em) {*/
  /*  .isotope-item {*/
  /*    width: 45%;*/
  /*    height: 5rem; } }*/
  .isotope-item .isotope-item-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    border-radius: 0.5rem 0.5rem 0rem 0rem; }
  .isotope-item .isotope-caption, .isotope-item .isotope-img {
    width: 100%; }
  .isotope-item .isotope-caption {
    padding: 0.5rem 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 40em) {
      .isotope-item .isotope-caption {
        height: 40%; } }
    .isotope-item .isotope-caption > .clearfix {
      width: 100%; }
      .isotope-item .isotope-caption > .clearfix .columns {
        padding: 0;
        height: 100%; }
    .isotope-item .isotope-caption label {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .isotope-item .isotope-caption label .finish-name {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      @media screen and (max-width: 39.9375em) {
        .isotope-item .isotope-caption label .name-column span {
          text-align: left; } }
      .isotope-item .isotope-caption label:hover, .isotope-item .isotope-caption label:focus {
        cursor: pointer; }
        .isotope-item .isotope-caption label:hover .finish-name, .isotope-item .isotope-caption label:focus .finish-name {
          text-decoration: underline;
          color: #302F2F; }
  .isotope-item .isotope-img {
    height: auto;
    min-height: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    overflow: hidden; }
    .isotope-item .isotope-img::before {
      background: #302f2f;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
    .isotope-item .isotope-img:before {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 1;
      opacity: 0; }
    .isotope-item .isotope-img:hover, .isotope-item .isotope-img:focus {
      cursor: pointer; }
  .isotope-item .swatch-zoom-icon {
    text-align: right; }
  .isotope-item .finish-name {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase; }
  .isotope-item .finish-name, .isotope-item .category-name, .isotope-item .dm-number {
    text-align: center;
    line-height: 1.4;
    color: #898989;
    display: block; }
  .isotope-item .category-name {
    display: none; }
  .isotope-item .check-column .swatch-zoom-icon, .isotope-item .check-column input[type=checkbox] {
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    margin-bottom: 0rem;
    margin-top: 0.5rem; }
  @media screen and (min-width: 40em) {
    /*.isotope-item {*/
    /*  margin-bottom: 2rem;*/
    /*  height: 11rem;*/
    /*  width: 22.5%; }*/
      .isotope-item .finish-name, .isotope-item .category-name, .isotope-item .dm-number {
        text-align: left; }
      .isotope-item .check-column .swatch-zoom-icon, .isotope-item .check-column input[type=checkbox] {
        display: block; } }
  /*@media screen and (min-width: 75em) {*/
  /*  .isotope-item {*/
  /*    width: 17.5%; } }*/
  .isotope-item.is-expanded {
    width: 95%;
    height: 11rem; }
    .isotope-item.is-expanded .isotope-caption {
      height: 40%; }
      @media screen and (min-width: 40em) {
        .isotope-item.is-expanded .isotope-caption {
          height: 20%; } }
    .isotope-item.is-expanded .name-column {
      width: 83.3333%;
      float: left; }
    .isotope-item.is-expanded .check-column {
      width: 16.6666%;
      float: right; }
      .isotope-item.is-expanded .check-column input[type=checkbox] {
        display: inline-block; }
    @media screen and (min-width: 40em) {
      .isotope-item.is-expanded {
        width: 72.5%;
        height: 24rem; }
        .isotope-item.is-expanded .isotope-img {
          height: 21rem; }
        .isotope-item.is-expanded .check-column .swatch-zoom-icon, .isotope-item.is-expanded .check-column input[type=checkbox] {
          float: right;
          margin-right: 1rem; } }
    @media screen and (min-width: 75em) {
      .isotope-item.is-expanded {
        width: 77.5%; } }
  .isotope-item.load-more-hidden {
    display: none; }

.social-share-column {
  text-align: right; }
  @media screen and (min-width: 40em) {
    .social-share-column .float-right-on-medium {
      float: right; } }
  .social-share-column .social-share-cont {
    display: block;
    float: left; }
  .social-share-column .share-link {
    color: black;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
    .social-share-column .share-link:hover, .social-share-column .share-link:focus, .social-share-column .share-link:active {
      color: #e42326; }
    .social-share-column .share-link.text-share-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: right;
          -ms-flex-pack: right;
              justify-content: right;
      margin-right: 1rem; }
  .social-share-column .social-share-link-list {
    margin-bottom: 0rem; }
    .social-share-column .social-share-link-list > li {
      margin-right: 0.5rem; }
      .social-share-column .social-share-link-list > li:last-child {
        margin-right: 0rem; }
    .social-share-column .social-share-link-list .share-link {
      font-size: 2.125rem; }
  .social-share-column.project-social-share-column {
    margin-top: 4rem;
    text-align: center; }
    .social-share-column.project-social-share-column .social-share-cont {
      float: none; }
    .social-share-column.project-social-share-column .share-link.text-share-link {
      display: inline-block;
      height: auto;
      margin: 0rem; }

#front-hero {
  background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
  padding: 4.0625rem 0;
  margin: 0 0 2rem;
  height: auto;
  position: relative;
  text-align: left; }
  #front-hero .marketing {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem; }
    #front-hero .marketing::before, #front-hero .marketing::after {
      content: ' ';
      display: table; }
    #front-hero .marketing::after {
      clear: both; }
  @media screen and (min-width: 40em) {
    #front-hero {
      background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      height: 42.8125rem;
      margin: 0 0 4.5rem; } }
  #front-hero #watch {
    width: 58.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: -41.66667%; }
    @media screen and (min-width: 40em) {
      #front-hero #watch {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #front-hero #watch:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #front-hero #watch {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: 0%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero #watch {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #front-hero #watch:last-child:not(:first-child) {
          float: right; } }
    #front-hero #watch section {
      display: inline; }
    #front-hero #watch a {
      color: #B4C9D1;
      cursor: pointer;
      font-weight: 400;
      margin-right: 1.25rem; }
    #front-hero #watch a:hover {
      color: #fff; }
    #front-hero #watch #stargazers :before {
      content: "\f09b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
    #front-hero #watch #twitter :before {
      content: "\f099";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
  #front-hero .tagline {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #front-hero .tagline {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #front-hero .tagline:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #front-hero .tagline {
        width: 41.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-top: 6rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero .tagline {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #front-hero .tagline:last-child:not(:first-child) {
          float: right; } }
  #front-hero h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem; }
    @media screen and (min-width: 40em) {
      #front-hero h1 {
        font-size: 2.875rem; } }
  #front-hero h4 {
    color: #fefefe;
    font-weight: 300;
    font-size: 1.3125rem; }
  #front-hero .download {
    margin-top: 1.25rem; }

.intro {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .intro::before, .intro::after {
    content: ' ';
    display: table; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .intro .fp-intro {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-left: 8.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .intro .fp-intro {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .section-divider::before, .section-divider::after {
    content: ' ';
    display: table; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (min-width: 40em) {
      .section-divider hr {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    content: ' ';
    display: table; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .benefits header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3,
    .benefits .responsive h3,
    .benefits .customizable h3,
    .benefits .professional h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      content: ' ';
      display: table; }
    .benefits .why-foundation::after {
      clear: both; }
    @media screen and (min-width: 40em) {
      .benefits .why-foundation {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

#kitchen-sink {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    content: ' ';
    display: table; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #kitchen-sink header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #kitchen-sink header:last-child:not(:first-child) {
      float: right; }
    #kitchen-sink header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #kitchen-sink #components {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    #kitchen-sink #components hr {
      margin: 3rem 0; }
    @media screen and (min-width: 40em) {
      #kitchen-sink #components {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #kitchen-sink #components:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 64em) {
      #kitchen-sink #components {
        width: 75%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #kitchen-sink #components {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        #kitchen-sink #components:last-child:not(:first-child) {
          float: right; } }
  #kitchen-sink #kitchen-sink-nav {
    display: none; }
    @media screen and (min-width: 64em) {
      #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        display: block;
        float: right; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #2199e8;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    #kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

body {
  animation: fadein ease-in 1s;
  -moz-animation: fadein ease-in 1s;
  /* Firefox */
  -webkit-animation: fadein ease-in 1s;
  /* Safari and Chrome */
  -o-animation: fadein ease-in 1s;
  /* Opera */ }

@keyframes fadein {
  from {
    opacity: 0;
    background: #777; }
  to {
    opacity: 1;
    background-color: white; } }

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
    background: #777; }
  to {
    opacity: 1;
    background: white; } }

body:not(.page-template-flex):not(.single-project):not(.single-post) main.container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  body:not(.page-template-flex):not(.single-project):not(.single-post) main.container::before, body:not(.page-template-flex):not(.single-project):not(.single-post) main.container::after {
    content: ' ';
    display: table; }
  body:not(.page-template-flex):not(.single-project):not(.single-post) main.container::after {
    clear: both; }
  body:not(.page-template-flex):not(.single-project):not(.single-post) main.container article.main-content {
    margin-top: 1rem;
    display: inline-block; }

body.page-template-flex main.container {
  background-color: #f3f3f3; }

body.single-project main.container {
  background-color: white; }

body.single-project header.hero.single-post-head {
  margin-bottom: 0rem; }

body.single-project .flex-section.featured_project_list {
  background-color: white; }

body.single-project .flex-section.abs_angled_callout .overlay-triangle {
  display: none; }
  @media screen and (min-width: 40em) {
    body.single-project .flex-section.abs_angled_callout .overlay-triangle {
      display: block; } }

body.single-project .content-row {
  padding: 1.5rem; }

.off-canvas-wrapper {
  overflow: hidden; }

a {
  display: block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
  a > img {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    a > img:hover {
      opacity: 0.7; }
  a.callout-link {
    color: #ffffff;
    background-color: #e42326;
    text-decoration: none;
    font-weight: 700;
    padding: 1rem;
    text-align: center; }
    @media screen and (min-width: 40em) {
      a.callout-link {
        background-color: transparent; } }
    a.callout-link:hover, a.callout-link:focus, a.callout-link:active {
      color: #e42326;
      background-color: #ffffff; }
      @media screen and (min-width: 40em) {
        a.callout-link:hover, a.callout-link:focus, a.callout-link:active {
          background-color: transparent; } }
    a.callout-link:after {
      display: inline-block;
      font-family: 'FontAwesome';
      content: '\f0da';
      margin-right: 1rem;
      margin-left: 1rem; }
    @media screen and (min-width: 40em) {
      a.callout-link {
        padding-top: 0rem;
        padding-bottom: 0rem;
        text-align: left; } }

img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.anchor-on::before {
  margin-top: -5.3125rem;
  height: 5.3125rem;
  visibility: hidden; }

a .overlay {
  background: rgba(48, 47, 47, 0.9);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  width: 101%;
  height: 100%; }
  a .overlay .ov-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative; }

a:hover .overlay {
  display: table; }

.page-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  .page-wrapper::before, .page-wrapper::after {
    content: ' ';
    display: table; }
  .page-wrapper::after {
    clear: both; }
  .page-wrapper .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .page-wrapper .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .page-wrapper .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .page-wrapper .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .page-wrapper .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .page-wrapper .main-content:last-child:not(:first-child) {
          float: right; } }

.not-found {
  padding-bottom: 6.25rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .not-found {
      padding-top: 5.3125rem; } }
  .not-found .entry-content {
    max-width: 37.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%; }
    .not-found .entry-content ul {
      text-align: left;
      max-width: 350px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 0.5rem;
      padding-left: 4rem; }
      @media screen and (min-width: 40em) {
        .not-found .entry-content ul {
          padding-top: 1rem; } }
      .not-found .entry-content ul li > a {
        text-transform: capitalize;
        text-decoration: underline;
        display: inline; }
  .not-found .bottom {
    font-size: 1.1rem;
    line-height: 1.5rem; }
    @media screen and (min-width: 40em) {
      .not-found .bottom {
        font-size: 1.2rem;
        line-height: 1.8rem; } }
  .not-found .error span {
    text-align: center;
    color: #e42326;
    font-size: 10rem; }
    @media screen and (min-width: 40em) {
      .not-found .error span {
        font-size: 15rem; } }
    @media screen and (min-width: 64em) {
      .not-found .error span {
        font-size: 20rem; } }

.gallery.gallery-columns-1 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .gallery.gallery-columns-1::before, .gallery.gallery-columns-1::after {
    content: ' ';
    display: table; }
  .gallery.gallery-columns-1::after {
    clear: both; }
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .gallery.gallery-columns-1 .gallery-item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .gallery.gallery-columns-1 .gallery-item:last-child:not(:first-child) {
      float: right; }

.gallery.gallery-columns-2 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .gallery.gallery-columns-2::before, .gallery.gallery-columns-2::after {
    content: ' ';
    display: table; }
  .gallery.gallery-columns-2::after {
    clear: both; }
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .gallery.gallery-columns-2 .gallery-item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .gallery.gallery-columns-2 .gallery-item:last-child:not(:first-child) {
      float: right; }

.gallery.gallery-columns-3 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .gallery.gallery-columns-3::before, .gallery.gallery-columns-3::after {
    content: ' ';
    display: table; }
  .gallery.gallery-columns-3::after {
    clear: both; }
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .gallery.gallery-columns-3 .gallery-item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .gallery.gallery-columns-3 .gallery-item:last-child:not(:first-child) {
      float: right; }

.gallery.gallery-columns-4 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .gallery.gallery-columns-4::before, .gallery.gallery-columns-4::after {
    content: ' ';
    display: table; }
  .gallery.gallery-columns-4::after {
    clear: both; }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .gallery.gallery-columns-4 .gallery-item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .gallery.gallery-columns-4 .gallery-item:last-child:not(:first-child) {
      float: right; }

.gallery.gallery-columns-5 > .column, .gallery.gallery-columns-5 > .columns, .gallery.gallery-columns-5 > .gallery-item, .gallery.gallery-columns-6 .gallery.gallery-columns-5 > .gallery-item, .gallery.gallery-columns-7 .gallery.gallery-columns-5 > .gallery-item, .gallery.gallery-columns-8 .gallery.gallery-columns-5 > .gallery-item, .gallery.gallery-columns-9 .gallery.gallery-columns-5 > .gallery-item, .gallery.gallery-columns-6 > .column, .gallery.gallery-columns-6 > .columns, .gallery.gallery-columns-5 .gallery.gallery-columns-6 > .gallery-item, .gallery.gallery-columns-6 > .gallery-item, .gallery.gallery-columns-7 .gallery.gallery-columns-6 > .gallery-item, .gallery.gallery-columns-8 .gallery.gallery-columns-6 > .gallery-item, .gallery.gallery-columns-9 .gallery.gallery-columns-6 > .gallery-item, .gallery.gallery-columns-7 > .column, .gallery.gallery-columns-7 > .columns, .gallery.gallery-columns-5 .gallery.gallery-columns-7 > .gallery-item, .gallery.gallery-columns-6 .gallery.gallery-columns-7 > .gallery-item, .gallery.gallery-columns-7 > .gallery-item, .gallery.gallery-columns-8 .gallery.gallery-columns-7 > .gallery-item, .gallery.gallery-columns-9 .gallery.gallery-columns-7 > .gallery-item, .gallery.gallery-columns-8 > .column, .gallery.gallery-columns-8 > .columns, .gallery.gallery-columns-5 .gallery.gallery-columns-8 > .gallery-item, .gallery.gallery-columns-6 .gallery.gallery-columns-8 > .gallery-item, .gallery.gallery-columns-7 .gallery.gallery-columns-8 > .gallery-item, .gallery.gallery-columns-8 > .gallery-item, .gallery.gallery-columns-9 .gallery.gallery-columns-8 > .gallery-item, .gallery.gallery-columns-9 > .column, .gallery.gallery-columns-9 > .columns, .gallery.gallery-columns-5 .gallery.gallery-columns-9 > .gallery-item, .gallery.gallery-columns-6 .gallery.gallery-columns-9 > .gallery-item, .gallery.gallery-columns-7 .gallery.gallery-columns-9 > .gallery-item, .gallery.gallery-columns-8 .gallery.gallery-columns-9 > .gallery-item, .gallery.gallery-columns-9 > .gallery-item {
  width: 25%;
  float: left; }
  .gallery.gallery-columns-5 > .column:nth-of-type(1n), .gallery.gallery-columns-5 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 > .column:nth-of-type(1n), .gallery.gallery-columns-6 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 > .column:nth-of-type(1n), .gallery.gallery-columns-7 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 > .column:nth-of-type(1n), .gallery.gallery-columns-8 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 > .column:nth-of-type(1n), .gallery.gallery-columns-9 > .columns:nth-of-type(1n), .gallery.gallery-columns-5 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-6 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-7 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-8 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(1n), .gallery.gallery-columns-9 > .gallery-item:nth-of-type(1n) {
    clear: none; }
  .gallery.gallery-columns-5 > .column:nth-of-type(4n+1), .gallery.gallery-columns-5 > .columns:nth-of-type(4n+1), .gallery.gallery-columns-5 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 .gallery.gallery-columns-5 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 > .column:nth-of-type(4n+1), .gallery.gallery-columns-6 > .columns:nth-of-type(4n+1), .gallery.gallery-columns-5 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 .gallery.gallery-columns-6 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 > .column:nth-of-type(4n+1), .gallery.gallery-columns-7 > .columns:nth-of-type(4n+1), .gallery.gallery-columns-5 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 .gallery.gallery-columns-7 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 > .column:nth-of-type(4n+1), .gallery.gallery-columns-8 > .columns:nth-of-type(4n+1), .gallery.gallery-columns-5 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 .gallery.gallery-columns-8 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 > .column:nth-of-type(4n+1), .gallery.gallery-columns-9 > .columns:nth-of-type(4n+1), .gallery.gallery-columns-5 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-6 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-7 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-8 .gallery.gallery-columns-9 > .gallery-item:nth-of-type(4n+1), .gallery.gallery-columns-9 > .gallery-item:nth-of-type(4n+1) {
    clear: both; }
  .gallery.gallery-columns-5 > .column:last-child, .gallery.gallery-columns-5 > .columns:last-child, .gallery.gallery-columns-5 > .gallery-item:last-child, .gallery.gallery-columns-6 .gallery.gallery-columns-5 > .gallery-item:last-child, .gallery.gallery-columns-7 .gallery.gallery-columns-5 > .gallery-item:last-child, .gallery.gallery-columns-8 .gallery.gallery-columns-5 > .gallery-item:last-child, .gallery.gallery-columns-9 .gallery.gallery-columns-5 > .gallery-item:last-child, .gallery.gallery-columns-6 > .column:last-child, .gallery.gallery-columns-6 > .columns:last-child, .gallery.gallery-columns-5 .gallery.gallery-columns-6 > .gallery-item:last-child, .gallery.gallery-columns-6 > .gallery-item:last-child, .gallery.gallery-columns-7 .gallery.gallery-columns-6 > .gallery-item:last-child, .gallery.gallery-columns-8 .gallery.gallery-columns-6 > .gallery-item:last-child, .gallery.gallery-columns-9 .gallery.gallery-columns-6 > .gallery-item:last-child, .gallery.gallery-columns-7 > .column:last-child, .gallery.gallery-columns-7 > .columns:last-child, .gallery.gallery-columns-5 .gallery.gallery-columns-7 > .gallery-item:last-child, .gallery.gallery-columns-6 .gallery.gallery-columns-7 > .gallery-item:last-child, .gallery.gallery-columns-7 > .gallery-item:last-child, .gallery.gallery-columns-8 .gallery.gallery-columns-7 > .gallery-item:last-child, .gallery.gallery-columns-9 .gallery.gallery-columns-7 > .gallery-item:last-child, .gallery.gallery-columns-8 > .column:last-child, .gallery.gallery-columns-8 > .columns:last-child, .gallery.gallery-columns-5 .gallery.gallery-columns-8 > .gallery-item:last-child, .gallery.gallery-columns-6 .gallery.gallery-columns-8 > .gallery-item:last-child, .gallery.gallery-columns-7 .gallery.gallery-columns-8 > .gallery-item:last-child, .gallery.gallery-columns-8 > .gallery-item:last-child, .gallery.gallery-columns-9 .gallery.gallery-columns-8 > .gallery-item:last-child, .gallery.gallery-columns-9 > .column:last-child, .gallery.gallery-columns-9 > .columns:last-child, .gallery.gallery-columns-5 .gallery.gallery-columns-9 > .gallery-item:last-child, .gallery.gallery-columns-6 .gallery.gallery-columns-9 > .gallery-item:last-child, .gallery.gallery-columns-7 .gallery.gallery-columns-9 > .gallery-item:last-child, .gallery.gallery-columns-8 .gallery.gallery-columns-9 > .gallery-item:last-child, .gallery.gallery-columns-9 > .gallery-item:last-child {
    float: left; }

.gallery .gallery-item {
  margin-left: 0;
  margin-right: 0; }
  .gallery .gallery-item figcaption {
    color: #8a8a8a; }
    .gallery .gallery-item figcaption h5 {
      color: #302F2F; }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase; }

h1, h2 {
  margin-bottom: 1rem; }

h5, h6 {
  line-height: 1.45; }

a.phone-number-link {
  padding-top: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700; }
  a.phone-number-link .parens {
    font-size: 1rem;
    font-weight: 700; }

ul.horiz-list {
  list-style-type: none;
  margin-left: 0rem;
  display: inline-block; }
  ul.horiz-list::before, ul.horiz-list::after {
    content: ' ';
    display: table; }
  ul.horiz-list::after {
    clear: both; }
  ul.horiz-list li {
    display: inline-block;
    position: relative;
    float: left; }
  ul.horiz-list.button-list {
    position: relative;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
    width: 100%; }
    @media screen and (min-width: 40em) {
      ul.horiz-list.button-list {
        width: auto; } }
    ul.horiz-list.button-list a {
      padding: 0.5rem;
      padding-left: 2rem;
      padding-right: 2rem;
      background-color: #ffffff;
      color: #c7c7c7;
      height: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
          font-family: "Open Sans";
    font-size: 17px;
        white-space:nowrap;
    }
      ul.horiz-list.button-list a:hover, ul.horiz-list.button-list a:focus, ul.horiz-list.button-list a:active {
        color: #302F2F; }
        ul.horiz-list.button-list a:hover:before, ul.horiz-list.button-list a:focus:before, ul.horiz-list.button-list a:active:before {
          opacity: 0; }
    ul.horiz-list.button-list li {
      display: block;
      float: none; }
      @media screen and (min-width: 40em) {
        ul.horiz-list.button-list li {
          float: left; } }
      ul.horiz-list.button-list li.active a {
        background-color: #e42326;
        color: #ffffff; }
        ul.horiz-list.button-list li.active a:active, ul.horiz-list.button-list li.active a:hover, ul.horiz-list.button-list li.active a:focus {
          background-color: #a61417; }
      @media screen and (min-width: 40em) {
        ul.horiz-list.button-list li a:before {
          position: absolute;
          left: 0rem;
          top: 10%;
          bottom: 10%;
          height: 80%;
          width: 0.0625rem;
          content: ' ';
          -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
          background-color: rgba(0, 0, 0, 0.05); }
        ul.horiz-list.button-list li:first-child a:before {
          display: none; } }

#page-sidebar-left {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    content: ' ';
    display: table; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: 33.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        width: 33.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: -66.66667%;
        margin-top: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-full-width::before, #page-full-width::after {
    content: ' ';
    display: table; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page-full-width .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }

.single .container {
  background: #f2f2f2; }

.share-wrapper {
  text-align: center;
  margin-top: 2rem; }
  @media screen and (min-width: 40em) {
    .share-wrapper {
      margin-top: 3rem; } }
  .share-wrapper .ssba-wrap {
    margin-top: 0.5rem; }
  .share-wrapper .share-label {
    color: #4C4C4C;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700; }
  .share-wrapper a {
    display: inline-block;
    width: auto;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    margin-right: 0.625rem; }
    .share-wrapper a > img {
      padding: 0; }
    .share-wrapper a:last-of-type {
      margin-right: 0; }
  .share-wrapper.right-align {
    text-align: right;
    float: right;
    margin-top: 0; }
    .share-wrapper.right-align .ssba-wrap {
      margin-top: 0; }
    .share-wrapper.right-align .share-label, .share-wrapper.right-align .ssba-wrap {
      display: block;
      float: left; }
    .share-wrapper.right-align .share-label {
      padding: 0.25rem 0 0 0;
      margin-right: 1rem; }

.social-share-column {
  text-align: center;
  margin-top: 4rem; }
  .social-share-column .share-link {
    color: black;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
    .social-share-column .share-link:hover, .social-share-column .share-link:focus, .social-share-column .share-link:active {
      color: #e42326; }
  .social-share-column .social-share-link-list {
    margin-bottom: 0rem; }
    .social-share-column .social-share-link-list > li {
      margin-right: 0.5rem; }
      .social-share-column .social-share-link-list > li:last-child {
        margin-right: 0rem; }
    .social-share-column .social-share-link-list .share-link {
      font-size: 2.125rem; }

.ra-single {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
  background: white;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .ra-single::before, .ra-single::after {
    content: ' ';
    display: table; }
  .ra-single::after {
    clear: both; }
  @media screen and (min-width: 75em) {
    .ra-single {
      padding-left: 0rem;
      padding-right: 0rem; } }
  .ra-single .pre-content-row {
    margin-bottom: 2rem; }
  .ra-single .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .ra-single .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .ra-single .main-content:last-child:not(:first-child) {
      float: right; }
    .ra-single .main-content .entry-title {
      margin-top: 0.5rem;
      margin-bottom: 2rem; }
    .ra-single .main-content .entry-content {
      min-height: 21.875rem; }
      .ra-single .main-content .entry-content a {
        font-weight: 600; }
        .ra-single .main-content .entry-content a:hover, .ra-single .main-content .entry-content a:focus {
          text-decoration: underline; }
  .ra-single .post-navigation {
    margin-top: 1rem; }
    .ra-single .post-navigation a {
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700; }
      .ra-single .post-navigation a span.fa {
        margin-left: 0.5rem;
        margin-right: 0.5rem; }
    .ra-single .post-navigation .nav-previous {
      margin-left: -1rem; }
      .ra-single .post-navigation .nav-previous a {
        display: inline-block;
        padding-bottom: 0;
        position: relative; }
        .ra-single .post-navigation .nav-previous a:after {
          content: '';
          display: block;
          height: 3px;
          width: 0;
          background: transparent;
          -webkit-transition: width .5s ease, background-color .5s ease;
          transition: width .5s ease, background-color .5s ease;
          margin-top: -2px;
          position: absolute;
          right: 0;
          left: auto;
          bottom: -2px;
          top: auto; }
        .ra-single .post-navigation .nav-previous a:hover:after, .ra-single .post-navigation .nav-previous a:focus:after, .ra-single .post-navigation .nav-previous a:active:after {
          width: 100%;
          background: #e42326; }
    .ra-single .post-navigation .nav-next {
      margin-right: -1rem; }
      .ra-single .post-navigation .nav-next a {
        display: inline-block;
        padding-bottom: 0; }
        .ra-single .post-navigation .nav-next a:after {
          content: '';
          display: block;
          height: 3px;
          width: 0;
          background: transparent;
          -webkit-transition: width .5s ease, background-color .5s ease;
          transition: width .5s ease, background-color .5s ease;
          margin-top: -2px; }
        .ra-single .post-navigation .nav-next a:hover:after, .ra-single .post-navigation .nav-next a:focus:after, .ra-single .post-navigation .nav-next a:active:after {
          width: 100%;
          background: #e42326; }

body.single.single-post main.container {
  background-color: #ffffff; }
  body.single.single-post main.container .ra-single {
    padding-top: 3rem;
    padding-bottom: 3.3rem; }
    body.single.single-post main.container .ra-single article.main-content header .entry-title {
      margin-bottom: 1rem; }
    body.single.single-post main.container .ra-single article.main-content header .meta {
      margin-bottom: 2rem; }
      body.single.single-post main.container .ra-single article.main-content header .meta .pub-date {
        color: #e42326;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.125rem; }
    body.single.single-post main.container .ra-single article.main-content footer .attribution {
      font-style: italic; }
      body.single.single-post main.container .ra-single article.main-content footer .attribution.article-by:before {
        content: 'Article by '; }
      body.single.single-post main.container .ra-single article.main-content footer .attribution.photo-by:not(:empty):before {
        content: 'Photo Credit: '; }
    body.single.single-post main.container .ra-single article.main-content footer .tags {
      margin-top: 1.5rem;
      font-style: italic; }
      body.single.single-post main.container .ra-single article.main-content footer .tags a {
        color: #302F2F;
        text-decoration: underline; }
        body.single.single-post main.container .ra-single article.main-content footer .tags a:hover, body.single.single-post main.container .ra-single article.main-content footer .tags a:focus, body.single.single-post main.container .ra-single article.main-content footer .tags a:active {
          color: #e42326; }
        body.single.single-post main.container .ra-single article.main-content footer .tags a:before {
          content: '#'; }

.page-wrapper.ra-archive {
  margin-top: 0; }

.ra-archive {
  padding-bottom: 6.25rem; }
  @media screen and (min-width: 40em) {
    .ra-archive {
      padding-bottom: 9.375rem; } }
  @media screen and (min-width: 64em) {
    .ra-archive {
      padding-top: 0; } }
  .ra-archive .breadcrumbs {
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding-top: 1rem; }
  .ra-archive .input-group .input-group-field, .ra-archive .input-group .input-group-button {
    height: 3rem;
    display: block;
    margin: 0; }
    @media screen and (min-width: 40em) {
      .ra-archive .input-group .input-group-field, .ra-archive .input-group .input-group-button {
        float: left; } }
  .ra-archive .input-group .input-group-field {
    width: 100%; }
    @media screen and (min-width: 40em) {
      .ra-archive .input-group .input-group-field {
        width: 70%; } }
  .ra-archive .input-group .input-group-button {
    width: 100%; }
    @media screen and (min-width: 40em) {
      .ra-archive .input-group .input-group-button {
        width: 30%; } }
    .ra-archive .input-group .input-group-button button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      width: 100%;
      height: 3rem;
      padding: 0.5rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .ra-archive .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 40em) {
      .ra-archive .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .ra-archive .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .ra-archive .main-content {
        width: 75%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-top: 1rem;
        padding-left: 1.5rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .ra-archive .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .ra-archive .main-content:last-child:not(:first-child) {
          float: right; } }
  .ra-archive .full-width {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
    .ra-archive .full-width::before, .ra-archive .full-width::after {
      content: ' ';
      display: table; }
    .ra-archive .full-width::after {
      clear: both; }

@media screen and (max-width: 39.9375em) {
  .ra-search .main-content, .ra-search .breadcrumb-row {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media screen and (min-width: 64em) {
  .ra-search .arch-inner {
    width: 90%;
    margin-left: 0;
    margin-right: auto; } }

.ra-search .search-results {
  padding-bottom: 0.5rem;
  border-bottom: #e42326 solid 2px;
  margin-bottom: 0; }
  .ra-search .search-results .result-title {
    margin-top: 0.5rem;
    color: #1e1e1e; }

@media screen and (min-width: 40em) {
  .ra-search .results-cont {
    padding: 0.5rem; } }

.ra-search ul.results-list {
  list-style: none;
  margin-left: 0;
  margin-right: 0; }
  .ra-search ul.results-list li.result-item:not(:last-of-type) a.result-link {
    border-bottom: 1px solid #f2f2f2; }
  .ra-search ul.results-list .meta > * {
    color: #898989; }
  .ra-search ul.results-list .entry-content p {
    font-weight: 600; }
    .ra-search ul.results-list .entry-content p:first-of-type {
      margin-top: 0.5rem; }

.ra-search a.result-link {
  color: #4C4C4C;
  padding: 1.5rem 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .ra-search a.result-link p:last-of-type {
    margin-bottom: 0; }
  .ra-search a.result-link .result-title {
    color: #1e1e1e;
    display: inline-block;
    width: auto; }
    .ra-search a.result-link .result-title:after {
      content: '';
      display: block;
      height: 0.25rem;
      width: 0;
      background: transparent;
      -webkit-transition: width .5s ease, background-color .5s ease;
      transition: width .5s ease, background-color .5s ease;
      margin-top: -2px; }
  .ra-search a.result-link .entry-content {
    margin: 0; }
  .ra-search a.result-link:hover .result-title:after, .ra-search a.result-link:focus .result-title:after {
    width: 100%;
    background: #e42326; }

.excerpt {
  margin-bottom: 0.5rem; }
  .excerpt > a {
    background-color: white;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-left: white 3px solid; }
    .excerpt > a:hover {
      border-color: #e42326;
      cursor: pointer; }
      .excerpt > a:hover header h2 {
        color: #e42326; }
  .excerpt .meat {
    width: 75%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    @media screen and (min-width: 40em) {
      .excerpt .meat {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .excerpt .meat:last-child:not(:first-child) {
      float: right; }
    .excerpt .meat header h2 {
      margin-top: 1rem;
      margin-bottom: 0;
      font-size: 1.2rem;
      color: #302F2F;
      text-transform: uppercase; }
    .excerpt .meat .byline span {
      text-transform: capitalize;
      color: #302F2F; }
    .excerpt .meat .entry-content {
      margin-bottom: 0.5rem; }
      .excerpt .meat .entry-content p {
        color: #777; }
  .excerpt .side-img {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-right: 0 !important; }
    @media screen and (min-width: 40em) {
      .excerpt .side-img {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .excerpt .side-img:last-child:not(:first-child) {
      float: right; }
    .excerpt .side-img .ex-thumb {
      width: 100%;
      height: 100%;
      display: block;
      background-position: center;
      -webkit-background-size: cover;
              background-size: cover; }

.meta a, .tags a {
  display: inline; }

.tags a {
  font-size: 0.9rem; }

.entry-content {
  margin-bottom: 3rem; }

.meta time {
  color: #8a8a8a; }

@media screen and (max-width: 39.9375em) {
  #flex-section-copy_text_callout-2 {
    padding-bottom: 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #flex-section-copy_text_callout-2 {
    background-position: 75% 50%; } }

.wyz-wrap .button {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 40em) {
    .wyz-wrap .button.list-button {
      display: inline-block;
      max-width: none;
      width: auto; } }

@media screen and (max-width: 39.9375em) {
  .flex-section > .row > .columns.small-12:not(.medium-12):not(:last-of-type), .footer-flex-section > .row > .columns.small-12:not(.medium-12):not(:last-of-type) {
    margin-bottom: 2rem; } }

.flex-section a.news-item, .footer-flex-section a.news-item {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: white;
  text-decoration: none; }
  .flex-section a.news-item .news-thumb, .footer-flex-section a.news-item .news-thumb {
    margin-bottom: 1.5rem;
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    height: 8.75rem;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .flex-section a.news-item .tile-title, .footer-flex-section a.news-item .tile-title {
    font-size: 1.125rem;
    display: inline-block;
    width: auto; }
    @media screen and (min-width: 40em) {
      .flex-section a.news-item .tile-title, .footer-flex-section a.news-item .tile-title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 64em) {
      .flex-section a.news-item .tile-title, .footer-flex-section a.news-item .tile-title {
        font-size: 1.25rem; } }
    .flex-section a.news-item .tile-title:after, .footer-flex-section a.news-item .tile-title:after {
      content: '';
      display: block;
      height: 0.25rem;
      width: 0;
      background: transparent;
      -webkit-transition: width .5s ease, background-color .5s ease;
      transition: width .5s ease, background-color .5s ease;
      margin-top: -2px; }
  .flex-section a.news-item .fake-link, .footer-flex-section a.news-item .fake-link {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #e42326; }
  .flex-section a.news-item .news-thumb:hover, .flex-section a.news-item .news-thumb:focus, .footer-flex-section a.news-item .news-thumb:hover, .footer-flex-section a.news-item .news-thumb:focus {
    opacity: 1; }
  .flex-section a.news-item:hover .tile-title:after, .flex-section a.news-item:focus .tile-title:after, .flex-section a.news-item:active .tile-title:after, .footer-flex-section a.news-item:hover .tile-title:after, .footer-flex-section a.news-item:focus .tile-title:after, .footer-flex-section a.news-item:active .tile-title:after {
    width: 100%;
    background: #e42326; }
  .flex-section a.news-item:hover .fake-link, .flex-section a.news-item:focus .fake-link, .flex-section a.news-item:active .fake-link, .footer-flex-section a.news-item:hover .fake-link, .footer-flex-section a.news-item:focus .fake-link, .footer-flex-section a.news-item:active .fake-link {
    color: white; }
  .flex-section a.news-item:hover > .news-thumb, .flex-section a.news-item:focus > .news-thumb, .flex-section a.news-item:active > .news-thumb, .footer-flex-section a.news-item:hover > .news-thumb, .footer-flex-section a.news-item:focus > .news-thumb, .footer-flex-section a.news-item:active > .news-thumb {
    opacity: 0.8; }

.flex-section, .footer-flex-section {
  position: relative;
  padding-left: 1.0rem;
  padding-right: 1.0rem; }
  @media screen and (min-width: 64em) {
    .flex-section, .footer-flex-section {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 90em) {
    .flex-section, .footer-flex-section {
      padding-left: 0;
      padding-right: 0; } }
  .flex-section.abs_angled_callout, .footer-flex-section.abs_angled_callout {
    padding-left: 0rem;
    padding-right: 0rem;
    z-index: 0;
    /*
		BEGIN styling for mobile angled links
		*/
    position: relative;
    margin-top: -7rem;
    height: 7rem;
    /*
		END styling for mobile angled links
		*/ }
    .flex-section.abs_angled_callout .link-triangle, .flex-section.abs_angled_callout .overlay-triangle, .footer-flex-section.abs_angled_callout .link-triangle, .footer-flex-section.abs_angled_callout .overlay-triangle {
      display: none; }
    .flex-section.abs_angled_callout a.callout-link, .footer-flex-section.abs_angled_callout a.callout-link {
      text-transform: uppercase; }
      @media screen and (min-width: 40em) {
        .flex-section.abs_angled_callout a.callout-link, .footer-flex-section.abs_angled_callout a.callout-link {
          font-size: 1.125rem; } }
      .flex-section.abs_angled_callout a.callout-link span, .footer-flex-section.abs_angled_callout a.callout-link span {
        display: inline-block;
        margin-bottom: 0rem; }
    .flex-section.abs_angled_callout a.callout-link, .footer-flex-section.abs_angled_callout a.callout-link {
      z-index: 2;
      position: relative;
      float: right;
      margin-top: 1rem;
      line-height: 1.2;
      background-color: transparent;
      margin-right: -1rem; }
      .flex-section.abs_angled_callout a.callout-link span, .footer-flex-section.abs_angled_callout a.callout-link span {
        max-width: 6rem;
        text-align: right; }
      .flex-section.abs_angled_callout a.callout-link:hover ~ .link-triangle, .flex-section.abs_angled_callout a.callout-link:focus ~ .link-triangle, .flex-section.abs_angled_callout a.callout-link:active ~ .link-triangle, .footer-flex-section.abs_angled_callout a.callout-link:hover ~ .link-triangle, .footer-flex-section.abs_angled_callout a.callout-link:focus ~ .link-triangle, .footer-flex-section.abs_angled_callout a.callout-link:active ~ .link-triangle {
        border-bottom: 7rem solid #ffffff; }
    .flex-section.abs_angled_callout .link-triangle, .footer-flex-section.abs_angled_callout .link-triangle {
      display: block;
      z-index: 0;
      position: absolute;
      right: 0rem;
      bottom: 0rem;
      height: 100%;
      width: 100vw;
      border-bottom: 7rem solid #e42326;
      border-left: 100vw solid transparent;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }
    .flex-section.abs_angled_callout .overlay-triangle, .footer-flex-section.abs_angled_callout .overlay-triangle {
      display: block;
      z-index: 1;
      position: absolute;
      height: 100%;
      width: 100%;
      border-bottom: 7rem solid #1e1e1e;
      border-right: 100vw solid transparent; }
    .flex-section.abs_angled_callout.light-bg .overlay-triangle, .footer-flex-section.abs_angled_callout.light-bg .overlay-triangle {
      border-bottom: 7rem solid white; }
    @media screen and (min-width: 40em) {
      .flex-section.abs_angled_callout, .footer-flex-section.abs_angled_callout {
        position: relative;
        margin-top: -7rem;
        height: 7rem; }
        .flex-section.abs_angled_callout a.callout-link, .footer-flex-section.abs_angled_callout a.callout-link {
          z-index: 2;
          position: relative;
          float: right;
          margin-top: 2.4rem;
          line-height: 1.2;
          margin-right: 0rem; }
          .flex-section.abs_angled_callout a.callout-link span, .footer-flex-section.abs_angled_callout a.callout-link span {
            max-width: 7rem;
            text-align: right; }
          .flex-section.abs_angled_callout a.callout-link:hover ~ .link-triangle, .flex-section.abs_angled_callout a.callout-link:focus ~ .link-triangle, .flex-section.abs_angled_callout a.callout-link:active ~ .link-triangle, .footer-flex-section.abs_angled_callout a.callout-link:hover ~ .link-triangle, .footer-flex-section.abs_angled_callout a.callout-link:focus ~ .link-triangle, .footer-flex-section.abs_angled_callout a.callout-link:active ~ .link-triangle {
            border-bottom: 7rem solid #ffffff; }
        .flex-section.abs_angled_callout .link-triangle, .footer-flex-section.abs_angled_callout .link-triangle {
          display: block;
          z-index: 0;
          position: absolute;
          right: 0rem;
          bottom: 0rem;
          height: 100%;
          width: 20%;
          border-bottom: 7rem solid #e42326;
          border-left: 36rem solid transparent;
          -webkit-transition: 0.5s ease;
          transition: 0.5s ease; }
        .flex-section.abs_angled_callout .overlay-triangle, .footer-flex-section.abs_angled_callout .overlay-triangle {
          display: block;
          z-index: 1;
          position: absolute;
          height: 100%;
          width: 100%;
          border-bottom: 7rem solid #1e1e1e;
          border-right: 100vw solid transparent; }
        .flex-section.abs_angled_callout.light-bg .overlay-triangle, .footer-flex-section.abs_angled_callout.light-bg .overlay-triangle {
          border-bottom: 7rem solid white; } }
  .flex-section.copy_text_callout, .footer-flex-section.copy_text_callout {
    padding-top: 3rem;
    padding-bottom: 3.2rem;
    background-color: #1e1e1e;
    color: #ffffff; }
    .flex-section.copy_text_callout h1, .flex-section.copy_text_callout h2, .flex-section.copy_text_callout h3, .flex-section.copy_text_callout h4, .flex-section.copy_text_callout h5, .flex-section.copy_text_callout h6, .footer-flex-section.copy_text_callout h1, .footer-flex-section.copy_text_callout h2, .footer-flex-section.copy_text_callout h3, .footer-flex-section.copy_text_callout h4, .footer-flex-section.copy_text_callout h5, .footer-flex-section.copy_text_callout h6 {
      color: #ffffff; }
    @media screen and (min-width: 64em) {
      .flex-section.copy_text_callout, .footer-flex-section.copy_text_callout {
        padding-top: 5rem;
        padding-bottom: 6.25rem; } }
    .flex-section.copy_text_callout .copy-text, .footer-flex-section.copy_text_callout .copy-text {
      width: 90%;
      margin-left: 0;
      margin-right: auto; }
    .flex-section.copy_text_callout .button-list, .footer-flex-section.copy_text_callout .button-list {
      list-style-type: none;
      margin-left: 0;
      margin-top: 2rem; }
      @media screen and (min-width: 64em) {
        .flex-section.copy_text_callout .button-list, .footer-flex-section.copy_text_callout .button-list {
          margin-top: 2.3125rem; } }
      .flex-section.copy_text_callout .button-list li, .footer-flex-section.copy_text_callout .button-list li {
        display: block;
        width: 100%; }
        @media screen and (max-width: 39.9375em) {
          .flex-section.copy_text_callout .button-list li:not(:last-of-type), .footer-flex-section.copy_text_callout .button-list li:not(:last-of-type) {
            margin-bottom: 1rem; }
          .flex-section.copy_text_callout .button-list li .button, .footer-flex-section.copy_text_callout .button-list li .button {
            width: 100%;
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0;
            margin-bottom: 0; } }
        @media screen and (min-width: 40em) {
          .flex-section.copy_text_callout .button-list li, .footer-flex-section.copy_text_callout .button-list li {
            display: inline-block;
            margin-right: 1rem;
            width: auto; } }
      .flex-section.copy_text_callout .button-list .button.list-button, .footer-flex-section.copy_text_callout .button-list .button.list-button {
        margin-bottom: 0; }
        @media screen and (min-width: 64em) {
          .flex-section.copy_text_callout .button-list .button.list-button, .footer-flex-section.copy_text_callout .button-list .button.list-button {
            margin-top: 0; } }
    .flex-section.copy_text_callout .news-card hr, .footer-flex-section.copy_text_callout .news-card hr {
      border-bottom: 0.125rem solid #e42326;
      margin-top: 0rem; }
    .flex-section.copy_text_callout .news-card p, .footer-flex-section.copy_text_callout .news-card p {
      display: inline; }
    .flex-section.copy_text_callout .news-card .news-card-title, .footer-flex-section.copy_text_callout .news-card .news-card-title {
      font-size: 1.375rem; }
      @media screen and (min-width: 40em) {
        .flex-section.copy_text_callout .news-card .news-card-title, .footer-flex-section.copy_text_callout .news-card .news-card-title {
          font-size: 1.5625rem; } }
      @media screen and (min-width: 64em) {
        .flex-section.copy_text_callout .news-card .news-card-title, .footer-flex-section.copy_text_callout .news-card .news-card-title {
          font-size: 1.5625rem; } }
    .flex-section.copy_text_callout .news-card a.text-link, .footer-flex-section.copy_text_callout .news-card a.text-link {
      display: inline-block;
      position: relative;
      padding-bottom: 0; }
      .flex-section.copy_text_callout .news-card a.text-link:before, .footer-flex-section.copy_text_callout .news-card a.text-link:before {
        content: '';
        display: block;
        height: 2px;
        width: 84%;
        background: #e42326;
        -webkit-transition: width .5s ease, background-color .5s ease;
        transition: width .5s ease, background-color .5s ease;
        position: absolute;
        bottom: -2px; }
    .flex-section.copy_text_callout .news-card .fake-link, .footer-flex-section.copy_text_callout .news-card .fake-link {
      text-transform: lowercase;
      text-decoration: underline;
      display: inline; }
      .flex-section.copy_text_callout .news-card .fake-link:hover, .flex-section.copy_text_callout .news-card .fake-link:focus, .flex-section.copy_text_callout .news-card .fake-link:active, .footer-flex-section.copy_text_callout .news-card .fake-link:hover, .footer-flex-section.copy_text_callout .news-card .fake-link:focus, .footer-flex-section.copy_text_callout .news-card .fake-link:active {
        color: #ffffff; }
    @media screen and (min-width: 40em) {
      .flex-section.copy_text_callout .icon-list-cont, .footer-flex-section.copy_text_callout .icon-list-cont {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: stretch;
            -ms-flex-pack: stretch;
                justify-content: stretch;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .flex-section.copy_text_callout ul.icon-list, .footer-flex-section.copy_text_callout ul.icon-list {
      list-style-type: none;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 40em) {
        .flex-section.copy_text_callout ul.icon-list, .footer-flex-section.copy_text_callout ul.icon-list {
          padding-left: 2rem;
          margin-left: 2rem;
          margin-bottom: 0rem;
          border-left: 0.125rem solid #626160;
          width: 100%;
          margin-left: 0rem; } }
      .flex-section.copy_text_callout ul.icon-list li, .footer-flex-section.copy_text_callout ul.icon-list li {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
        @media screen and (min-width: 40em) {
          .flex-section.copy_text_callout ul.icon-list li, .footer-flex-section.copy_text_callout ul.icon-list li {
            padding-top: 1rem;
            padding-bottom: 1rem;
            border-bottom: 0.125rem solid #626160; } }
        .flex-section.copy_text_callout ul.icon-list li:last-child, .footer-flex-section.copy_text_callout ul.icon-list li:last-child {
          border-bottom: none; }
        @media screen and (min-width: 40em) {
          .flex-section.copy_text_callout ul.icon-list li, .footer-flex-section.copy_text_callout ul.icon-list li {
            border-bottom: none; } }
        .flex-section.copy_text_callout ul.icon-list li .icon-col, .footer-flex-section.copy_text_callout ul.icon-list li .icon-col {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media screen and (max-width: 39.9375em) {
            .flex-section.copy_text_callout ul.icon-list li .icon-col > img, .footer-flex-section.copy_text_callout ul.icon-list li .icon-col > img {
              max-width: 3.125rem; } }
        .flex-section.copy_text_callout ul.icon-list li .content, .footer-flex-section.copy_text_callout ul.icon-list li .content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: left;
              -ms-flex-pack: left;
                  justify-content: left;
          height: 100%;
          font-weight: 700;
          text-transform: uppercase;
          line-height: 1.2;
          font-size: 1.25rem;
          margin-bottom: 0; }
          @media screen and (min-width: 40em) {
            .flex-section.copy_text_callout ul.icon-list li .content, .footer-flex-section.copy_text_callout ul.icon-list li .content {
              font-size: 1.375rem; } }
      .flex-section.copy_text_callout ul.icon-list.large-icons, .footer-flex-section.copy_text_callout ul.icon-list.large-icons {
        width: 60%; }
        @media screen and (min-width: 40em) {
          .flex-section.copy_text_callout ul.icon-list.large-icons, .footer-flex-section.copy_text_callout ul.icon-list.large-icons {
            width: 100%; } }
    .flex-section.copy_text_callout.light-bg, .footer-flex-section.copy_text_callout.light-bg {
      background-color: #ffffff;
      color: #1e1e1e; }
      .flex-section.copy_text_callout.light-bg h1, .flex-section.copy_text_callout.light-bg h2, .flex-section.copy_text_callout.light-bg h3, .flex-section.copy_text_callout.light-bg h4, .flex-section.copy_text_callout.light-bg h5, .flex-section.copy_text_callout.light-bg h6, .footer-flex-section.copy_text_callout.light-bg h1, .footer-flex-section.copy_text_callout.light-bg h2, .footer-flex-section.copy_text_callout.light-bg h3, .footer-flex-section.copy_text_callout.light-bg h4, .footer-flex-section.copy_text_callout.light-bg h5, .footer-flex-section.copy_text_callout.light-bg h6 {
        color: #1e1e1e; }
      .flex-section.copy_text_callout.light-bg h5, .flex-section.copy_text_callout.light-bg h6, .footer-flex-section.copy_text_callout.light-bg h5, .footer-flex-section.copy_text_callout.light-bg h6 {
        color: #302F2F; }
      .flex-section.copy_text_callout.light-bg p, .footer-flex-section.copy_text_callout.light-bg p {
        font-size: 1.1rem;
        color: #3f3e3e; }
        @media screen and (min-width: 40em) {
          .flex-section.copy_text_callout.light-bg p, .footer-flex-section.copy_text_callout.light-bg p {
            font-size: 1.25rem; } }
      .flex-section.copy_text_callout.light-bg a.button.list-button:hover, .flex-section.copy_text_callout.light-bg a.button.list-button:focus, .flex-section.copy_text_callout.light-bg a.button.list-button:active, .footer-flex-section.copy_text_callout.light-bg a.button.list-button:hover, .footer-flex-section.copy_text_callout.light-bg a.button.list-button:focus, .footer-flex-section.copy_text_callout.light-bg a.button.list-button:active {
        background-color: #302F2F;
        color: #ffffff; }
      .flex-section.copy_text_callout.light-bg a.button.list-button.transparent, .footer-flex-section.copy_text_callout.light-bg a.button.list-button.transparent {
        color: #302F2F; }
        .flex-section.copy_text_callout.light-bg a.button.list-button.transparent:hover, .flex-section.copy_text_callout.light-bg a.button.list-button.transparent:focus, .flex-section.copy_text_callout.light-bg a.button.list-button.transparent:active, .footer-flex-section.copy_text_callout.light-bg a.button.list-button.transparent:hover, .footer-flex-section.copy_text_callout.light-bg a.button.list-button.transparent:focus, .footer-flex-section.copy_text_callout.light-bg a.button.list-button.transparent:active {
          background-color: #e42326;
          color: #ffffff; }
    .flex-section.copy_text_callout.show-news, .footer-flex-section.copy_text_callout.show-news {
      padding-top: 2rem; }
  .flex-section.heading_row, .footer-flex-section.heading_row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #ffffff; }
    .flex-section.heading_row.slim, .footer-flex-section.heading_row.slim {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .flex-section.heading_row .left-heading, .footer-flex-section.heading_row .left-heading {
      text-align: left; }
    .flex-section.heading_row .centered-heading, .footer-flex-section.heading_row .centered-heading {
      text-align: center; }
    .flex-section.heading_row h1, .flex-section.heading_row h2, .flex-section.heading_row h3, .flex-section.heading_row h4, .flex-section.heading_row h5, .footer-flex-section.heading_row h1, .footer-flex-section.heading_row h2, .footer-flex-section.heading_row h3, .footer-flex-section.heading_row h4, .footer-flex-section.heading_row h5 {
      color: #ffffff;
      -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.52));
              filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.52)); }
      @media screen and (min-width: 64em) {
        .flex-section.heading_row h1, .flex-section.heading_row h2, .flex-section.heading_row h3, .flex-section.heading_row h4, .flex-section.heading_row h5, .footer-flex-section.heading_row h1, .footer-flex-section.heading_row h2, .footer-flex-section.heading_row h3, .footer-flex-section.heading_row h4, .footer-flex-section.heading_row h5 {
          line-height: 1; } }
    @media screen and (min-width: 64em) {
      .flex-section.heading_row h1, .flex-section.heading_row h2, .footer-flex-section.heading_row h1, .footer-flex-section.heading_row h2 {
        font-size: 3.375rem; } }
    .flex-section.heading_row a.button, .footer-flex-section.heading_row a.button {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    @media screen and (min-width: 40em) {
      .flex-section.heading_row, .footer-flex-section.heading_row {
        padding-top: 5rem;
        padding-bottom: 5rem; }
        .flex-section.heading_row > .row.centered-heading, .footer-flex-section.heading_row > .row.centered-heading {
          max-width: 60rem; } }
    .flex-section.heading_row.light-bg, .footer-flex-section.heading_row.light-bg {
      background-color: #f3f3f3;
      color: #302F2F; }
      .flex-section.heading_row.light-bg h1, .flex-section.heading_row.light-bg h2, .flex-section.heading_row.light-bg h3, .flex-section.heading_row.light-bg h4, .flex-section.heading_row.light-bg h5, .flex-section.heading_row.light-bg h6, .footer-flex-section.heading_row.light-bg h1, .footer-flex-section.heading_row.light-bg h2, .footer-flex-section.heading_row.light-bg h3, .footer-flex-section.heading_row.light-bg h4, .footer-flex-section.heading_row.light-bg h5, .footer-flex-section.heading_row.light-bg h6 {
        color: #302F2F;
        -webkit-filter: none;
                filter: none; }
    .flex-section.heading_row.primary-color-bg, .footer-flex-section.heading_row.primary-color-bg {
      background-color: #e42326;
      color: #ffffff; }
      .flex-section.heading_row.primary-color-bg h1, .flex-section.heading_row.primary-color-bg h2, .flex-section.heading_row.primary-color-bg h3, .flex-section.heading_row.primary-color-bg h4, .flex-section.heading_row.primary-color-bg h5, .footer-flex-section.heading_row.primary-color-bg h1, .footer-flex-section.heading_row.primary-color-bg h2, .footer-flex-section.heading_row.primary-color-bg h3, .footer-flex-section.heading_row.primary-color-bg h4, .footer-flex-section.heading_row.primary-color-bg h5 {
        -webkit-filter: none;
                filter: none; }
      .flex-section.heading_row.primary-color-bg p, .footer-flex-section.heading_row.primary-color-bg p {
        margin-bottom: 0rem; }
      .flex-section.heading_row.primary-color-bg a.button.list-button.transparent, .footer-flex-section.heading_row.primary-color-bg a.button.list-button.transparent {
        border: 0.2rem solid #ffffff;
        margin-bottom: 0rem; }
        .flex-section.heading_row.primary-color-bg a.button.list-button.transparent:hover, .flex-section.heading_row.primary-color-bg a.button.list-button.transparent:active, .flex-section.heading_row.primary-color-bg a.button.list-button.transparent:focus, .footer-flex-section.heading_row.primary-color-bg a.button.list-button.transparent:hover, .footer-flex-section.heading_row.primary-color-bg a.button.list-button.transparent:active, .footer-flex-section.heading_row.primary-color-bg a.button.list-button.transparent:focus {
          color: #e42326;
          background-color: #ffffff; }
  .flex-section.project_slideshow, .footer-flex-section.project_slideshow {
    padding-left: 0rem;
    padding-right: 0rem; }
    .flex-section.project_slideshow .project-slideshow-title, .footer-flex-section.project_slideshow .project-slideshow-title {
      background-color: #e42326;
      color: #ffffff;
      text-align: center;
      padding: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      min-height: 6rem; }
      @media screen and (min-width: 64em) {
        .flex-section.project_slideshow .project-slideshow-title, .footer-flex-section.project_slideshow .project-slideshow-title {
          padding: 2.75rem 1.5rem;
          min-height: 10rem; } }
      .flex-section.project_slideshow .project-slideshow-title .project-name, .footer-flex-section.project_slideshow .project-slideshow-title .project-name {
        color: #ffffff;
        margin-bottom: 0; }
      .flex-section.project_slideshow .project-slideshow-title p, .footer-flex-section.project_slideshow .project-slideshow-title p {
        margin-bottom: 0; }
    .flex-section.project_slideshow .slideshow-column, .footer-flex-section.project_slideshow .slideshow-column {
      padding-left: 0rem;
      padding-right: 0rem; }
      .flex-section.project_slideshow .slideshow-column .project-slideshow-slick, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick {
        min-height: 20rem; }
        @media screen and (min-width: 40em) {
          .flex-section.project_slideshow .slideshow-column .project-slideshow-slick, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick {
            min-height: 28rem; } }
        .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .slick-list, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .slick-list {
          padding: 0rem !important; }
        .flex-section.project_slideshow .slideshow-column .project-slideshow-slick button.slick-arrow, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick button.slick-arrow {
          position: absolute;
          z-index: 5;
          top: 50%;
          height: 3rem;
          width: 3rem; }
          .flex-section.project_slideshow .slideshow-column .project-slideshow-slick button.slick-arrow:before, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick button.slick-arrow:before {
            font-family: 'FontAwesome';
            font-size: 3rem;
            height: 3rem; }
          .flex-section.project_slideshow .slideshow-column .project-slideshow-slick button.slick-arrow.slick-prev, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick button.slick-arrow.slick-prev {
            left: 0rem; }
            .flex-section.project_slideshow .slideshow-column .project-slideshow-slick button.slick-arrow.slick-prev:before, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick button.slick-arrow.slick-prev:before {
              content: '\f0d9'; }
          .flex-section.project_slideshow .slideshow-column .project-slideshow-slick button.slick-arrow.slick-next, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick button.slick-arrow.slick-next {
            right: 0rem; }
            .flex-section.project_slideshow .slideshow-column .project-slideshow-slick button.slick-arrow.slick-next:before, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick button.slick-arrow.slick-next:before {
              content: '\f0da'; }
        .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide {
          z-index: 0;
          position: relative;
          height: 20rem;
          -webkit-background-size: cover;
                  background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
          @media screen and (min-width: 40em) {
            .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide {
              height: 28rem; } }
          .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link {
            display: none;
            position: absolute;
            bottom: 0rem;
            width: 100%;
            text-transform: uppercase; }
            .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link br, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link br {
              display: none; }
            .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link:after, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link:after {
              margin-left: 0.5rem; }
          .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide .link-triangle, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide .link-triangle {
            display: none; }
          .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide:after, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide:after {
            display: none;
            background-color: #302F2F;
            position: absolute;
            left: 0rem;
            right: 0rem;
            top: 0rem;
            opacity: 0.7;
            content: ' ';
            width: 100%;
            height: 100%;
            -webkit-transition: 0.5s ease;
            transition: 0.5s ease; }
          @media screen and (min-width: 40em) {
            .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link {
              display: none;
              z-index: 2;
              bottom: 1rem;
              right: 0.5rem;
              width: auto;
              min-width: 7rem;
              padding-left: 0rem;
              padding-right: 0rem; }
              .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link br, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link br {
                display: block; }
              .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link p, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link p {
                max-width: 4rem;
                text-align: right; }
              .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link .columns, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link .columns {
                padding-left: 0rem;
                padding-right: 0rem; }
                .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link .columns.link-text-column, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link .columns.link-text-column {
                  text-align: right;
                  padding-right: 1rem; }
                .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link .columns .callout-link-arrow, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link .columns .callout-link-arrow {
                  margin-top: 1.25rem;
                  font-size: 1.75rem; }
              .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link:after, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link:after {
                display: none; }
              .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link:hover ~ .link-triangle, .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link:focus ~ .link-triangle, .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link:active ~ .link-triangle, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link:hover ~ .link-triangle, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link:focus ~ .link-triangle, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide a.callout-link:active ~ .link-triangle {
                border-bottom: 10rem solid #ffffff; }
            .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide .link-triangle, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide .link-triangle {
              z-index: 0;
              position: absolute;
              right: 0rem;
              bottom: 0rem;
              height: 100%;
              border-bottom: 10rem solid #e42326;
              border-left: 13.5rem solid transparent;
              -webkit-transition: 0.5s ease;
              transition: 0.5s ease; }
            .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide:after, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide:after {
              display: block; } }
          .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.active a.callout-link, .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.active .link-triangle, .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.slick-current a.callout-link, .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.slick-current .link-triangle, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.active a.callout-link, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.active .link-triangle, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.slick-current a.callout-link, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.slick-current .link-triangle {
            display: block; }
          .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.active:before, .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.slick-current:before, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.active:before, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.slick-current:before {
            position: absolute;
            top: 0rem;
            left: 0rem;
            right: 0rem;
            margin-left: auto;
            margin-right: auto;
            width: 0rem;
            border-top: 2rem solid #e42326;
            border-left: 2rem solid transparent;
            border-right: 2rem solid transparent;
            content: ' '; }
          .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.active:after, .flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.slick-current:after, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.active:after, .footer-flex-section.project_slideshow .slideshow-column .project-slideshow-slick .project-slide.slick-current:after {
            opacity: 0; }
  .flex-section.finish_color_swatches, .footer-flex-section.finish_color_swatches {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f3f3f3; }
    @media screen and (min-width: 64em) {
      .flex-section.finish_color_swatches, .footer-flex-section.finish_color_swatches {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem; } }
    .flex-section.finish_color_swatches a, .footer-flex-section.finish_color_swatches a {
      color: #302F2F; }
    .flex-section.finish_color_swatches .horiz-list.button-list.request-step-list, .footer-flex-section.finish_color_swatches .horiz-list.button-list.request-step-list {
      width: 100%; }
      @media screen and (min-width: 40em) {
        .flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li, .footer-flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li {
          width: 33.3333333333%;
          line-height: 1; } }
      .flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.active a:not(last-child):after, .footer-flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.active a:not(last-child):after {
        position: absolute;
        right: -1rem;
        top: 0rem;
        bottom: 0rem;
        content: ' ';
        border-left: 1rem solid #e42326;
        border-bottom: 1.5rem solid transparent;
        border-top: 1.5rem solid transparent;
        z-index: 1;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease; }
        @media screen and (max-width: 39.9375em) {
          .flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.active a:not(last-child):after, .footer-flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.active a:not(last-child):after {
            display: none; } }
      .flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.active a:not(last-child):hover:after, .flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.active a:not(last-child):focus:after, .flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.active a:not(last-child):active:after, .footer-flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.active a:not(last-child):hover:after, .footer-flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.active a:not(last-child):focus:after, .footer-flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.active a:not(last-child):active:after {
        border-left: 1rem solid #a61417; }
      .flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.completed a, .footer-flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.completed a {
        background-color: #d8d8d8;
        color: rgba(48, 47, 47, 0.5); }
        .flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.completed a:hover, .flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.completed a:focus, .footer-flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.completed a:hover, .footer-flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.completed a:focus {
          color: #302F2F;
          background-color: rgba(216, 216, 216, 0.7); }
      .flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.disabled a, .footer-flex-section.finish_color_swatches .horiz-list.button-list.request-step-list li.disabled a {
        pointer-events: none; }
    .flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter, .footer-flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter {
      margin-bottom: 2rem; }
      @media screen and (min-width: 40em) {
        .flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter, .footer-flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter {
          float: right;
          margin-right: 1.6875rem; } }
      .flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a, .footer-flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a {
        position: relative; }
        .flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected, .footer-flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected {
          background-color: #e42326;
          color: #ffffff; }
          .flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:after, .footer-flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:after {
            border-top: 1rem solid #e42326;
            border-left: 1.5rem solid transparent;
            border-right: 1.5rem solid transparent;
            position: absolute;
            bottom: -1rem;
            left: 0rem;
            right: 0rem;
            margin-left: auto;
            margin-right: auto;
            width: 3rem;
            content: ' ';
            -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
            z-index: 1;
            display: none; }
            @media screen and (min-width: 64em) {
              .flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:after, .footer-flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:after {
                display: block; } }
          .flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:active, .flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:hover, .flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:focus, .footer-flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:active, .footer-flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:hover, .footer-flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:focus {
            background-color: #790f10; }
            .flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:active:after, .flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:hover:after, .flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:focus:after, .footer-flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:active:after, .footer-flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:hover:after, .footer-flex-section.finish_color_swatches .horiz-list.button-list.swatch-filter li a.selected:focus:after {
              border-top: 1rem solid #790f10; }
    .flex-section.finish_color_swatches .cancel-column, .footer-flex-section.finish_color_swatches .cancel-column {
      text-align: center; }
      @media screen and (min-width: 40em) {
        .flex-section.finish_color_swatches .cancel-column, .footer-flex-section.finish_color_swatches .cancel-column {
          text-align: right; } }
      .flex-section.finish_color_swatches .cancel-column > div, .footer-flex-section.finish_color_swatches .cancel-column > div {
        width: auto;
        display: block;
        float: right; }
        .flex-section.finish_color_swatches .cancel-column > div > a, .footer-flex-section.finish_color_swatches .cancel-column > div > a {
          float: left;
          text-decoration: none;
          color: #898989;
          font-weight: 700;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
          text-transform: uppercase;
          font-size: 1rem;
          padding: 1rem 0.5rem;
          width: auto;
          border-radius: 2px; }
          .flex-section.finish_color_swatches .cancel-column > div > a:before, .footer-flex-section.finish_color_swatches .cancel-column > div > a:before {
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            font-family: 'FontAwesome';
            content: '\f00d';
            margin-right: 0.5rem;
            text-decoration: none;
            display: inline-block; }
          .flex-section.finish_color_swatches .cancel-column > div > a.go-back-link:before, .footer-flex-section.finish_color_swatches .cancel-column > div > a.go-back-link:before {
            content: '\f0d9'; }
          @media screen and (min-width: 40em) {
            .flex-section.finish_color_swatches .cancel-column > div > a.go-back-link, .footer-flex-section.finish_color_swatches .cancel-column > div > a.go-back-link {
              margin-right: 0.5rem; } }
          .flex-section.finish_color_swatches .cancel-column > div > a.go-back-link:hover:before, .flex-section.finish_color_swatches .cancel-column > div > a.go-back-link:focus:before, .flex-section.finish_color_swatches .cancel-column > div > a.go-back-link:active:before, .footer-flex-section.finish_color_swatches .cancel-column > div > a.go-back-link:hover:before, .footer-flex-section.finish_color_swatches .cancel-column > div > a.go-back-link:focus:before, .footer-flex-section.finish_color_swatches .cancel-column > div > a.go-back-link:active:before {
            margin-right: 0.75rem; }
          .flex-section.finish_color_swatches .cancel-column > div > a:hover, .flex-section.finish_color_swatches .cancel-column > div > a:focus, .flex-section.finish_color_swatches .cancel-column > div > a:active, .footer-flex-section.finish_color_swatches .cancel-column > div > a:hover, .footer-flex-section.finish_color_swatches .cancel-column > div > a:focus, .footer-flex-section.finish_color_swatches .cancel-column > div > a:active {
            color: #e42326;
            text-decoration: underline;
            background-color: rgba(48, 47, 47, 0.05); }
    .flex-section.finish_color_swatches .heading-column, .footer-flex-section.finish_color_swatches .heading-column {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .flex-section.finish_color_swatches .heading-column .swatch-section-title, .footer-flex-section.finish_color_swatches .heading-column .swatch-section-title {
        margin-bottom: 1.5rem;
        font-size: 1.5rem; }
        @media screen and (min-width: 40em) {
          .flex-section.finish_color_swatches .heading-column .swatch-section-title, .footer-flex-section.finish_color_swatches .heading-column .swatch-section-title {
            font-size: 1.9375rem; } }
      .flex-section.finish_color_swatches .heading-column p, .footer-flex-section.finish_color_swatches .heading-column p {
        font-weight: 600; }
      .flex-section.finish_color_swatches .heading-column a, .footer-flex-section.finish_color_swatches .heading-column a {
        display: inline;
        text-decoration: underline; }
        .flex-section.finish_color_swatches .heading-column a:hover, .flex-section.finish_color_swatches .heading-column a:focus, .flex-section.finish_color_swatches .heading-column a:active, .footer-flex-section.finish_color_swatches .heading-column a:hover, .footer-flex-section.finish_color_swatches .heading-column a:focus, .footer-flex-section.finish_color_swatches .heading-column a:active {
          color: #e42326; }
    .flex-section.finish_color_swatches .isotope-sizer, .footer-flex-section.finish_color_swatches .isotope-sizer {
      width: 50%; }
      @media screen and (min-width: 40em) {
        .flex-section.finish_color_swatches .isotope-sizer, .footer-flex-section.finish_color_swatches .isotope-sizer {
          width: 25%; } }
      @media screen and (min-width: 75em) {
        .flex-section.finish_color_swatches .isotope-sizer, .footer-flex-section.finish_color_swatches .isotope-sizer {
          width: 20%; } }
    .flex-section.finish_color_swatches .form-submission-processing, .footer-flex-section.finish_color_swatches .form-submission-processing {
      display: none;
      text-align: center;
      font-weight: 600; }
      .flex-section.finish_color_swatches .form-submission-processing.in-progress, .footer-flex-section.finish_color_swatches .form-submission-processing.in-progress {
        display: block; }
      .flex-section.finish_color_swatches .form-submission-processing .loading-icon, .footer-flex-section.finish_color_swatches .form-submission-processing .loading-icon {
        width: auto;
        height: auto;
        display: block;
        margin: 1rem auto; }
    .flex-section.finish_color_swatches p.next-step-cont, .footer-flex-section.finish_color_swatches p.next-step-cont {
      text-align: center; }
      .flex-section.finish_color_swatches p.next-step-cont .next-step-button, .footer-flex-section.finish_color_swatches p.next-step-cont .next-step-button {
        margin-left: auto;
        margin-right: auto;
        padding: 1rem;
        padding-left: 3rem;
        padding-right: 3rem;
        font-size: 1rem; }
        @media screen and (min-width: 75em) {
          .flex-section.finish_color_swatches p.next-step-cont .next-step-button, .footer-flex-section.finish_color_swatches p.next-step-cont .next-step-button {
            padding-left: 4.5rem;
            padding-right: 4.5rem; } }
    .flex-section.finish_color_swatches .hidden, .footer-flex-section.finish_color_swatches .hidden {
      display: none; }
    .flex-section.finish_color_swatches .samples-heading, .flex-section.finish_color_swatches .shipping-heading, .footer-flex-section.finish_color_swatches .samples-heading, .footer-flex-section.finish_color_swatches .shipping-heading {
      border-bottom: 0.1875rem solid #302F2F;
      padding-bottom: 0.125rem;
      width: auto;
      display: inline-block; }
    .flex-section.finish_color_swatches .shipping-heading, .footer-flex-section.finish_color_swatches .shipping-heading {
      font-size: 1.125rem;
      margin-top: 1.25rem; }
      @media screen and (min-width: 40em) {
        .flex-section.finish_color_swatches .shipping-heading, .footer-flex-section.finish_color_swatches .shipping-heading {
          font-size: 1.25rem; } }
      @media screen and (min-width: 64em) {
        .flex-section.finish_color_swatches .shipping-heading, .footer-flex-section.finish_color_swatches .shipping-heading {
          font-size: 1.25rem; } }
    .flex-section.finish_color_swatches .swatch-summary-cont, .footer-flex-section.finish_color_swatches .swatch-summary-cont {
      position: relative;
      margin-top: 1rem; }
.flex-section.finish_color_swatches .swatch-summary-cont input.iso-swatch-quantity {
    border: none;
    background: none;
    box-shadow: none;
    pointer-events: none; /* makes it uneditable (read-only effect) */
}
      .flex-section.finish_color_swatches .swatch-summary-cont::before, .flex-section.finish_color_swatches .swatch-summary-cont::after, .footer-flex-section.finish_color_swatches .swatch-summary-cont::before, .footer-flex-section.finish_color_swatches .swatch-summary-cont::after {
        content: ' ';
        display: table; }
      .flex-section.finish_color_swatches .swatch-summary-cont::after, .footer-flex-section.finish_color_swatches .swatch-summary-cont::after {
        clear: both; }
      .flex-section.finish_color_swatches .swatch-summary-cont .isotope-item, .footer-flex-section.finish_color_swatches .swatch-summary-cont .isotope-item {
        width: 100%; }
        .flex-section.finish_color_swatches .swatch-summary-cont .isotope-item input[type=checkbox], .footer-flex-section.finish_color_swatches .swatch-summary-cont .isotope-item input[type=checkbox] {
          display: none; }
        .flex-section.finish_color_swatches .swatch-summary-cont .isotope-item .isotope-img:before, .footer-flex-section.finish_color_swatches .swatch-summary-cont .isotope-item .isotope-img:before {
          display: none; }
        .flex-section.finish_color_swatches .swatch-summary-cont .isotope-item .isotope-img:hover, .flex-section.finish_color_swatches .swatch-summary-cont .isotope-item .isotope-img:focus, .footer-flex-section.finish_color_swatches .swatch-summary-cont .isotope-item .isotope-img:hover, .footer-flex-section.finish_color_swatches .swatch-summary-cont .isotope-item .isotope-img:focus {
          cursor: initial; }
        .flex-section.finish_color_swatches .swatch-summary-cont .isotope-item label:hover, .flex-section.finish_color_swatches .swatch-summary-cont .isotope-item label:focus, .footer-flex-section.finish_color_swatches .swatch-summary-cont .isotope-item label:hover, .footer-flex-section.finish_color_swatches .swatch-summary-cont .isotope-item label:focus {
          cursor: initial; }
          .flex-section.finish_color_swatches .swatch-summary-cont .isotope-item label:hover .finish-name, .flex-section.finish_color_swatches .swatch-summary-cont .isotope-item label:focus .finish-name, .footer-flex-section.finish_color_swatches .swatch-summary-cont .isotope-item label:hover .finish-name, .footer-flex-section.finish_color_swatches .swatch-summary-cont .isotope-item label:focus .finish-name {
            text-decoration: none;
            color: #898989; }
        @media screen and (min-width: 40em) {
          .flex-section.finish_color_swatches .swatch-summary-cont .isotope-item, .footer-flex-section.finish_color_swatches .swatch-summary-cont .isotope-item {
            float: left;
            width: 22.5%;
            margin-right: 2.5%; } }
        @media screen and (min-width: 75em) {
          .flex-section.finish_color_swatches .swatch-summary-cont .isotope-item, .footer-flex-section.finish_color_swatches .swatch-summary-cont .isotope-item {
            width: 17.5%; } }
    .flex-section.finish_color_swatches .gform_wrapper .gform_heading .gform_description, .footer-flex-section.finish_color_swatches .gform_wrapper .gform_heading .gform_description {
      margin-bottom: 2rem;
      font-size: 1.25rem;
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (min-width: 64em) {
        .flex-section.finish_color_swatches .gform_wrapper .gform_heading .gform_description, .footer-flex-section.finish_color_swatches .gform_wrapper .gform_heading .gform_description {
          font-size: 2rem; } }
    .flex-section.finish_color_swatches .gform_wrapper .gform_heading h3.gform_title, .footer-flex-section.finish_color_swatches .gform_wrapper .gform_heading h3.gform_title {
      display: none; }
    .flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield, .footer-flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield {
      margin-top: 0rem; }
      .flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .ginput_container input[type=text], .flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .ginput_container textarea, .footer-flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .ginput_container input[type=text], .footer-flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .ginput_container textarea, .flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .ginput_container input {
          font-size:17px !important;
        border-radius: 0.5rem;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
        padding-left: 1rem;
        padding-right: 1rem;
        border: 1px solid transparent; }
        .flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .ginput_container input[type=text]:focus, .flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .ginput_container textarea:focus, .footer-flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .ginput_container input[type=text]:focus, .footer-flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .ginput_container textarea:focus {
          border: 1px solid #302F2F; }
      .flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .ginput_container input, .footer-flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .ginput_container  {
        line-height: 3rem;
        height: 3rem;
        font-size:16px;}
      .flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .gfield_label, .footer-flex-section.finish_color_swatches .gform_wrapper .gform_fields li.gfield .gfield_label {
        display: none; }
    .flex-section.finish_color_swatches .gform_wrapper .gform_footer, .footer-flex-section.finish_color_swatches .gform_wrapper .gform_footer {
      display: none; }
      .flex-section.finish_color_swatches .gform_wrapper .gform_footer input[type=submit].gform_button, .footer-flex-section.finish_color_swatches .gform_wrapper .gform_footer input[type=submit].gform_button {
        display: none; }
    .flex-section.finish_color_swatches .gform_confirmation_wrapper, .footer-flex-section.finish_color_swatches .gform_confirmation_wrapper {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
    .flex-section.finish_color_swatches .color-swatch-step .color-samples-requested, .footer-flex-section.finish_color_swatches .color-swatch-step .color-samples-requested {
      margin-top: 2rem; }
    @media screen and (min-width: 40em) {
      .flex-section.finish_color_swatches .color-swatch-step-1 .shipping-summary-column, .footer-flex-section.finish_color_swatches .color-swatch-step-1 .shipping-summary-column {
        padding-left: 3rem; } }
    @media screen and (min-width: 64em) {
      .flex-section.finish_color_swatches .color-swatch-step-1 .shipping-summary-column, .footer-flex-section.finish_color_swatches .color-swatch-step-1 .shipping-summary-column {
        padding-left: 4.5rem; } }
    .flex-section.finish_color_swatches .shipping-summary-cont, .footer-flex-section.finish_color_swatches .shipping-summary-cont {
      margin-bottom: 2rem; }
    @media screen and (min-width: 40em) {
      .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .swatch-summary-cont .isotope-item, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .swatch-summary-cont .isotope-item {
        float: left;
        width: 47.5%;
        margin-right: 2.5%; } }
    @media screen and (min-width: 75em) {
      .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .swatch-summary-cont .isotope-item, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .swatch-summary-cont .isotope-item {
        width: 30.8333%;
        margin-right: 2.5%; } }
    .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary {
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .dealer-name, .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .general-location, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .dealer-name, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .general-location {
        display: none; }
      .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont .meta-label, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont .meta-label {
        display: none;
        width: auto;
        float: left; }
        .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont .meta-label:after, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont .meta-label:after {
          content: ':';
          margin-right: 0.5rem; }
      .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont.meta-label-for-Sales-Region, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont.meta-label-for-Sales-Region {
        display: none; }
      .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont a.meta-link, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont a.meta-link {
        text-decoration: underline;
        color: #1e1e1e; }
        .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont a.meta-link:hover, .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont a.meta-link:focus, .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont a.meta-link:active, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont a.meta-link:hover, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont a.meta-link:focus, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .meta-labels-cont .meta-label-cont a.meta-link:active {
          color: #e42326; }
      .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont {
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem; }
        .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont .contact-email-button, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont .contact-email-button {
          width: 100%;
          max-width: none;
          color: #5f5f5f;
          border: 3px solid #5f5f5f; }
          .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont .contact-email-button:hover, .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont .contact-email-button:focus, .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont .contact-email-button:active, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont .contact-email-button:hover, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont .contact-email-button:focus, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont .contact-email-button:active {
            background-color: #5f5f5f;
            color: #ffffff; }
        @media screen and (min-width: 40em) {
          .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont {
            text-align: left;
            padding: 0rem; }
            .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont .contact-email-button, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont .contact-email-button {
              width: auto; } }
      @media screen and (min-width: 40em) {
        .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .dealer-summary {
          width: 50%;
          float: left; } }
    .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .no-dealers-found, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-dealer-search-result-cont .no-dealers-found {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont {
      position: relative; }
      .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary {
        position: relative;
        padding: 1rem; }
        .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link {
          position: relative;
          text-align: center; }
          .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link .project-grid-card, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link .project-grid-card {
            width: 100%;
            padding-top: 100%;
            position: relative;
            -webkit-background-size: cover;
                    background-size: cover;
            background-repeat: no-repeat;
            background-position: center center; }
          .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link .overlay, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #e42326;
            color: #ffffff;
            opacity: 0;
            -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 1rem; }
            .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link .overlay .project-name, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link .overlay .project-name {
              color: #ffffff; }
          .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link:hover .overlay, .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link:focus .overlay, .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link:active .overlay, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link:hover .overlay, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link:focus .overlay, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary .project-summary-link:active .overlay {
            opacity: 1; }
        @media screen and (min-width: 40em) {
          .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .project-summary {
            width: 50%;
            float: left; } }
      .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .no-projects-found, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .ajax-project-search-result-cont .no-projects-found {
        padding-top: 1rem;
        padding-bottom: 1rem; }
    .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont {
      text-align: center; }
      .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont .see-more-link, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont .see-more-link {
        margin-top: 2rem;
        padding: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: transparent;
        text-decoration: underline;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        color: #e42326;
        text-transform: uppercase;
        font-weight: 700; }
        .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont .see-more-link:after, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont .see-more-link:after {
          content: '\f0d7';
          font-family: 'FontAwesome';
          display: inline-block;
          margin-left: 0.5rem; }
        .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont .see-more-link:hover, .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont .see-more-link:focus, .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont .see-more-link:active, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont .see-more-link:hover, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont .see-more-link:focus, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont .see-more-link:active {
          background-color: #ffffff; }
        .flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont .see-more-link.hidden, .footer-flex-section.finish_color_swatches .color-swatch-step.color-swatch-step-2 .see-more-link-cont .see-more-link.hidden {
          display: none; }
    .flex-section.finish_color_swatches .load-more-cont, .footer-flex-section.finish_color_swatches .load-more-cont {
      text-align: center; }
      .flex-section.finish_color_swatches .load-more-cont .swatch-load-more-link, .footer-flex-section.finish_color_swatches .load-more-cont .swatch-load-more-link {
        padding: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: transparent;
        text-decoration: underline;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        color: #e42326;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 700; }
        .flex-section.finish_color_swatches .load-more-cont .swatch-load-more-link:after, .footer-flex-section.finish_color_swatches .load-more-cont .swatch-load-more-link:after {
          content: '\f0d7';
          font-family: 'FontAwesome';
          display: inline-block;
          margin-left: 0.5rem; }
        .flex-section.finish_color_swatches .load-more-cont .swatch-load-more-link:hover, .flex-section.finish_color_swatches .load-more-cont .swatch-load-more-link:focus, .flex-section.finish_color_swatches .load-more-cont .swatch-load-more-link:active, .footer-flex-section.finish_color_swatches .load-more-cont .swatch-load-more-link:hover, .footer-flex-section.finish_color_swatches .load-more-cont .swatch-load-more-link:focus, .footer-flex-section.finish_color_swatches .load-more-cont .swatch-load-more-link:active {
          background-color: #ffffff; }
        .flex-section.finish_color_swatches .load-more-cont .swatch-load-more-link.hidden, .footer-flex-section.finish_color_swatches .load-more-cont .swatch-load-more-link.hidden {
          display: none; }
  .flex-section.breadcrumb_navigation, .footer-flex-section.breadcrumb_navigation {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .flex-section.breadcrumb_navigation ul.breadcrumbs, .footer-flex-section.breadcrumb_navigation ul.breadcrumbs {
      border-bottom: none; }
      .flex-section.breadcrumb_navigation ul.breadcrumbs li, .footer-flex-section.breadcrumb_navigation ul.breadcrumbs li {
        font-size: 0.75rem; }
        .flex-section.breadcrumb_navigation ul.breadcrumbs li a:hover, .flex-section.breadcrumb_navigation ul.breadcrumbs li a:active, .flex-section.breadcrumb_navigation ul.breadcrumbs li a:focus, .footer-flex-section.breadcrumb_navigation ul.breadcrumbs li a:hover, .footer-flex-section.breadcrumb_navigation ul.breadcrumbs li a:active, .footer-flex-section.breadcrumb_navigation ul.breadcrumbs li a:focus {
          background-color: transparent; }
    .flex-section.breadcrumb_navigation.light-bg, .footer-flex-section.breadcrumb_navigation.light-bg {
      background-color: white; }
    .flex-section.breadcrumb_navigation + .flex-section, .footer-flex-section.breadcrumb_navigation + .flex-section {
      padding-top: 1.25rem; }
  .flex-section.downloads, .footer-flex-section.downloads {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
    background-color: white; }
    @media screen and (min-width: 64em) {
      .flex-section.downloads, .footer-flex-section.downloads {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem; } }
    .flex-section.downloads .section-title, .footer-flex-section.downloads .section-title {
      color: #1e1e1e; }
    .flex-section.downloads ul.download-links, .footer-flex-section.downloads ul.download-links {
      width: 100%; }
      .flex-section.downloads ul.download-links li, .footer-flex-section.downloads ul.download-links li {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-right: 2rem; }
        @media screen and (min-width: 64em) {
          .flex-section.downloads ul.download-links li:nth-of-type(5n), .footer-flex-section.downloads ul.download-links li:nth-of-type(5n) {
            clear: both;
            position: relative; } }
        .flex-section.downloads ul.download-links li a, .footer-flex-section.downloads ul.download-links li a {
          color: #4C4C4C;
          font-size: 1.125rem;
          font-weight: 600;
          border-bottom: 1px solid #302F2F; }
          .flex-section.downloads ul.download-links li a:hover, .flex-section.downloads ul.download-links li a:focus, .flex-section.downloads ul.download-links li a:active, .footer-flex-section.downloads ul.download-links li a:hover, .footer-flex-section.downloads ul.download-links li a:focus, .footer-flex-section.downloads ul.download-links li a:active {
            color: #e42326;
            border-color: #e42326; }
    .flex-section.downloads .button-list, .footer-flex-section.downloads .button-list {
      list-style-type: none;
      margin-left: 0rem;
      margin-bottom: 0; }
      .flex-section.downloads .button-list li, .footer-flex-section.downloads .button-list li {
        display: block;
        width: 100%; }
        @media screen and (max-width: 39.9375em) {
          .flex-section.downloads .button-list li:not(:last-of-type), .footer-flex-section.downloads .button-list li:not(:last-of-type) {
            margin-bottom: 1rem; }
          .flex-section.downloads .button-list li .button, .footer-flex-section.downloads .button-list li .button {
            width: 100%;
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0;
            margin-bottom: 0; } }
        @media screen and (min-width: 40em) {
          .flex-section.downloads .button-list li, .footer-flex-section.downloads .button-list li {
            display: inline-block;
            margin-right: 1rem;
            width: auto; } }
      @media screen and (min-width: 64em) {
        .flex-section.downloads .button-list .button.list-button, .footer-flex-section.downloads .button-list .button.list-button {
          margin-top: 0; } }
  .flex-section.full_width_text, .footer-flex-section.full_width_text {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #ffffff; }
    @media screen and (min-width: 64em) {
      .flex-section.full_width_text, .footer-flex-section.full_width_text {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem; } }
    .flex-section.full_width_text hr, .footer-flex-section.full_width_text hr {
      height: 0rem;
      margin-top: 0rem;
      margin-bottom: 2rem;
      border-bottom: 0.1875rem solid #302F2F; }
    .flex-section.full_width_text .wyz-wrap h6, .footer-flex-section.full_width_text .wyz-wrap h6 {
      font-size: inherit; }
    .flex-section.full_width_text.light-bg, .footer-flex-section.full_width_text.light-bg {
      background-color: white;
      color: #1e1e1e; }
      .flex-section.full_width_text.light-bg .wyz-wrap p, .footer-flex-section.full_width_text.light-bg .wyz-wrap p {
        color: #3f3e3e; }
    .flex-section.full_width_text.tab-heading, .footer-flex-section.full_width_text.tab-heading {
      font-size: 1.25rem; }
      @media screen and (min-width: 64em) {
        .flex-section.full_width_text.tab-heading, .footer-flex-section.full_width_text.tab-heading {
          padding-top: 6.25rem;
          padding-bottom: 6rem; } }
      .flex-section.full_width_text.tab-heading.has-bg, .footer-flex-section.full_width_text.tab-heading.has-bg {
        padding-bottom: 8.5rem; }
        .flex-section.full_width_text.tab-heading.has-bg ~ .flex-section.content_tabs, .footer-flex-section.full_width_text.tab-heading.has-bg ~ .flex-section.content_tabs {
          margin-top: -4.25rem; }
          .flex-section.full_width_text.tab-heading.has-bg ~ .flex-section.content_tabs .tab-select-row, .footer-flex-section.full_width_text.tab-heading.has-bg ~ .flex-section.content_tabs .tab-select-row {
            background-color: transparent; }
        .flex-section.full_width_text.tab-heading.has-bg .wyz-wrap, .footer-flex-section.full_width_text.tab-heading.has-bg .wyz-wrap {
          max-width: 51.875rem;
          margin-left: 0; }
  .flex-section.content_tabs, .footer-flex-section.content_tabs {
    background-color: white;
    padding-left: 0rem;
    padding-right: 0rem; }
    .flex-section.content_tabs .tab-select-row, .footer-flex-section.content_tabs .tab-select-row {
      max-width: none;
      background-color: white;
      float: none !important; }
      .flex-section.content_tabs .tab-select-row.row.column, .flex-section.content_tabs .tab-select-row.row.columns, .flex-section.content_tabs .gallery.gallery-columns-5 .tab-select-row.row.gallery-item, .gallery.gallery-columns-5 .flex-section.content_tabs .tab-select-row.row.gallery-item, .flex-section.content_tabs .gallery.gallery-columns-6 .tab-select-row.row.gallery-item, .gallery.gallery-columns-6 .flex-section.content_tabs .tab-select-row.row.gallery-item, .flex-section.content_tabs .gallery.gallery-columns-7 .tab-select-row.row.gallery-item, .gallery.gallery-columns-7 .flex-section.content_tabs .tab-select-row.row.gallery-item, .flex-section.content_tabs .gallery.gallery-columns-8 .tab-select-row.row.gallery-item, .gallery.gallery-columns-8 .flex-section.content_tabs .tab-select-row.row.gallery-item, .flex-section.content_tabs .gallery.gallery-columns-9 .tab-select-row.row.gallery-item, .gallery.gallery-columns-9 .flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .tab-select-row.row.column, .footer-flex-section.content_tabs .tab-select-row.row.columns, .footer-flex-section.content_tabs .gallery.gallery-columns-5 .tab-select-row.row.gallery-item, .gallery.gallery-columns-5 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .gallery.gallery-columns-6 .tab-select-row.row.gallery-item, .gallery.gallery-columns-6 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .gallery.gallery-columns-7 .tab-select-row.row.gallery-item, .gallery.gallery-columns-7 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .gallery.gallery-columns-8 .tab-select-row.row.gallery-item, .gallery.gallery-columns-8 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .gallery.gallery-columns-9 .tab-select-row.row.gallery-item, .gallery.gallery-columns-9 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item {
        padding-left: 0;
        padding-right: 0; }
        @media screen and (min-width: 64em) {
          .flex-section.content_tabs .tab-select-row.row.column, .flex-section.content_tabs .tab-select-row.row.columns, .flex-section.content_tabs .gallery.gallery-columns-5 .tab-select-row.row.gallery-item, .gallery.gallery-columns-5 .flex-section.content_tabs .tab-select-row.row.gallery-item, .flex-section.content_tabs .gallery.gallery-columns-6 .tab-select-row.row.gallery-item, .gallery.gallery-columns-6 .flex-section.content_tabs .tab-select-row.row.gallery-item, .flex-section.content_tabs .gallery.gallery-columns-7 .tab-select-row.row.gallery-item, .gallery.gallery-columns-7 .flex-section.content_tabs .tab-select-row.row.gallery-item, .flex-section.content_tabs .gallery.gallery-columns-8 .tab-select-row.row.gallery-item, .gallery.gallery-columns-8 .flex-section.content_tabs .tab-select-row.row.gallery-item, .flex-section.content_tabs .gallery.gallery-columns-9 .tab-select-row.row.gallery-item, .gallery.gallery-columns-9 .flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .tab-select-row.row.column, .footer-flex-section.content_tabs .tab-select-row.row.columns, .footer-flex-section.content_tabs .gallery.gallery-columns-5 .tab-select-row.row.gallery-item, .gallery.gallery-columns-5 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .gallery.gallery-columns-6 .tab-select-row.row.gallery-item, .gallery.gallery-columns-6 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .gallery.gallery-columns-7 .tab-select-row.row.gallery-item, .gallery.gallery-columns-7 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .gallery.gallery-columns-8 .tab-select-row.row.gallery-item, .gallery.gallery-columns-8 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .gallery.gallery-columns-9 .tab-select-row.row.gallery-item, .gallery.gallery-columns-9 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item {
            width: 100%;
            float: left;
            padding-left: 0.625rem;
            padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .flex-section.content_tabs .tab-select-row.row.column, .flex-section.content_tabs .tab-select-row.row.columns, .flex-section.content_tabs .gallery.gallery-columns-5 .tab-select-row.row.gallery-item, .gallery.gallery-columns-5 .flex-section.content_tabs .tab-select-row.row.gallery-item, .flex-section.content_tabs .gallery.gallery-columns-6 .tab-select-row.row.gallery-item, .gallery.gallery-columns-6 .flex-section.content_tabs .tab-select-row.row.gallery-item, .flex-section.content_tabs .gallery.gallery-columns-7 .tab-select-row.row.gallery-item, .gallery.gallery-columns-7 .flex-section.content_tabs .tab-select-row.row.gallery-item, .flex-section.content_tabs .gallery.gallery-columns-8 .tab-select-row.row.gallery-item, .gallery.gallery-columns-8 .flex-section.content_tabs .tab-select-row.row.gallery-item, .flex-section.content_tabs .gallery.gallery-columns-9 .tab-select-row.row.gallery-item, .gallery.gallery-columns-9 .flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .tab-select-row.row.column, .footer-flex-section.content_tabs .tab-select-row.row.columns, .footer-flex-section.content_tabs .gallery.gallery-columns-5 .tab-select-row.row.gallery-item, .gallery.gallery-columns-5 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .gallery.gallery-columns-6 .tab-select-row.row.gallery-item, .gallery.gallery-columns-6 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .gallery.gallery-columns-7 .tab-select-row.row.gallery-item, .gallery.gallery-columns-7 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .gallery.gallery-columns-8 .tab-select-row.row.gallery-item, .gallery.gallery-columns-8 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item, .footer-flex-section.content_tabs .gallery.gallery-columns-9 .tab-select-row.row.gallery-item, .gallery.gallery-columns-9 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
        @media screen and (min-width: 64em) {
            .flex-section.content_tabs .tab-select-row.row.column:last-child:not(:first-child), .flex-section.content_tabs .tab-select-row.row.columns:last-child:not(:first-child), .flex-section.content_tabs .gallery.gallery-columns-5 .tab-select-row.row.gallery-item:last-child:not(:first-child), .gallery.gallery-columns-5 .flex-section.content_tabs .tab-select-row.row.gallery-item:last-child:not(:first-child), .flex-section.content_tabs .gallery.gallery-columns-6 .tab-select-row.row.gallery-item:last-child:not(:first-child), .gallery.gallery-columns-6 .flex-section.content_tabs .tab-select-row.row.gallery-item:last-child:not(:first-child), .flex-section.content_tabs .gallery.gallery-columns-7 .tab-select-row.row.gallery-item:last-child:not(:first-child), .gallery.gallery-columns-7 .flex-section.content_tabs .tab-select-row.row.gallery-item:last-child:not(:first-child), .flex-section.content_tabs .gallery.gallery-columns-8 .tab-select-row.row.gallery-item:last-child:not(:first-child), .gallery.gallery-columns-8 .flex-section.content_tabs .tab-select-row.row.gallery-item:last-child:not(:first-child), .flex-section.content_tabs .gallery.gallery-columns-9 .tab-select-row.row.gallery-item:last-child:not(:first-child), .gallery.gallery-columns-9 .flex-section.content_tabs .tab-select-row.row.gallery-item:last-child:not(:first-child), .footer-flex-section.content_tabs .tab-select-row.row.column:last-child:not(:first-child), .footer-flex-section.content_tabs .tab-select-row.row.columns:last-child:not(:first-child), .footer-flex-section.content_tabs .gallery.gallery-columns-5 .tab-select-row.row.gallery-item:last-child:not(:first-child), .gallery.gallery-columns-5 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item:last-child:not(:first-child), .footer-flex-section.content_tabs .gallery.gallery-columns-6 .tab-select-row.row.gallery-item:last-child:not(:first-child), .gallery.gallery-columns-6 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item:last-child:not(:first-child), .footer-flex-section.content_tabs .gallery.gallery-columns-7 .tab-select-row.row.gallery-item:last-child:not(:first-child), .gallery.gallery-columns-7 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item:last-child:not(:first-child), .footer-flex-section.content_tabs .gallery.gallery-columns-8 .tab-select-row.row.gallery-item:last-child:not(:first-child), .gallery.gallery-columns-8 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item:last-child:not(:first-child), .footer-flex-section.content_tabs .gallery.gallery-columns-9 .tab-select-row.row.gallery-item:last-child:not(:first-child), .gallery.gallery-columns-9 .footer-flex-section.content_tabs .tab-select-row.row.gallery-item:last-child:not(:first-child) {
              float: right; } }
      .flex-section.content_tabs .tab-select-row ul.tabs, .footer-flex-section.content_tabs .tab-select-row ul.tabs {
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        max-width: 62.5rem;
        margin-left: auto;
        margin-right: auto;
        border: none; }
        .flex-section.content_tabs .tab-select-row ul.tabs li, .footer-flex-section.content_tabs .tab-select-row ul.tabs li {
          text-align: center;
          width: 100%; }
          .flex-section.content_tabs .tab-select-row ul.tabs li a, .footer-flex-section.content_tabs .tab-select-row ul.tabs li a {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.125rem;
            color: #4C4C4C;
            background-color: #E5E5E5;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }
            @media screen and (min-width: 64em) {
              .flex-section.content_tabs .tab-select-row ul.tabs li a, .footer-flex-section.content_tabs .tab-select-row ul.tabs li a {
                border-radius: 0.625rem 0.625rem 0rem 0rem;
                padding-top: 1.5rem;
                padding-bottom: 1.5rem; } }
            .flex-section.content_tabs .tab-select-row ul.tabs li a:hover, .flex-section.content_tabs .tab-select-row ul.tabs li a:focus, .footer-flex-section.content_tabs .tab-select-row ul.tabs li a:hover, .footer-flex-section.content_tabs .tab-select-row ul.tabs li a:focus {
              background-color: #ebebeb;
              color: #e42326; }
          .flex-section.content_tabs .tab-select-row ul.tabs li.is-active a, .footer-flex-section.content_tabs .tab-select-row ul.tabs li.is-active a {
            color: #e42326;
            background-color: #f3f3f3; }
          @media screen and (min-width: 64em) {
            .flex-section.content_tabs .tab-select-row ul.tabs li, .footer-flex-section.content_tabs .tab-select-row ul.tabs li {
              padding-left: 0.5rem;
              padding-right: 0.5rem;
              width: 33.3333%; } }
    .flex-section.content_tabs .tabs-content, .footer-flex-section.content_tabs .tabs-content {
      background-color: #f3f3f3;
      padding-left: 0rem;
      padding-right: 0rem;
      border: none; }
      .flex-section.content_tabs .tabs-content .tabs-panel.is-active, .footer-flex-section.content_tabs .tabs-content .tabs-panel.is-active {
        padding: 2rem 0; }
        .flex-section.content_tabs .tabs-content .tabs-panel.is-active .flex-section, .footer-flex-section.content_tabs .tabs-content .tabs-panel.is-active .flex-section {
          background-color: #f3f3f3;
          padding-top: 2rem;
          padding-bottom: 1rem; }
          @media screen and (min-width: 64em) {
            .flex-section.content_tabs .tabs-content .tabs-panel.is-active .flex-section, .footer-flex-section.content_tabs .tabs-content .tabs-panel.is-active .flex-section {
              padding-top: 3rem; } }
          .flex-section.content_tabs .tabs-content .tabs-panel.is-active .flex-section:last-of-type, .footer-flex-section.content_tabs .tabs-content .tabs-panel.is-active .flex-section:last-of-type {
            padding-bottom: 2rem; }
            @media screen and (min-width: 64em) {
              .flex-section.content_tabs .tabs-content .tabs-panel.is-active .flex-section:last-of-type, .footer-flex-section.content_tabs .tabs-content .tabs-panel.is-active .flex-section:last-of-type {
                padding-bottom: 3rem; } }
          .flex-section.content_tabs .tabs-content .tabs-panel.is-active .flex-section:first-of-type + .info_table, .footer-flex-section.content_tabs .tabs-content .tabs-panel.is-active .flex-section:first-of-type + .info_table {
            padding-top: 1rem; }
    @media screen and (min-width: 64em) {
      .flex-section.content_tabs.has-heading, .footer-flex-section.content_tabs.has-heading {
        background-color: transparent; }
        .flex-section.content_tabs.has-heading .tab-select-row ul.tabs, .footer-flex-section.content_tabs.has-heading .tab-select-row ul.tabs {
          background-color: transparent; } }
  .flex-section.info_table, .footer-flex-section.info_table {
    padding-bottom: 3rem; }
    .flex-section.info_table .table-heading, .footer-flex-section.info_table .table-heading {
      width: 100%;
      border-bottom: 0.125rem solid #302F2F;
      margin-bottom: 1.5rem; }
      @media screen and (min-width: 64em) {
        .flex-section.info_table .table-heading, .footer-flex-section.info_table .table-heading {
          margin-bottom: 3rem; } }
    .flex-section.info_table .info-table-cont, .footer-flex-section.info_table .info-table-cont {
      margin-left: -2rem;
      padding-left: 2rem;
      overflow: auto;
      width: 100vw; }
      @media screen and (min-width: 40em) {
        .flex-section.info_table .info-table-cont, .footer-flex-section.info_table .info-table-cont {
          margin: 0rem;
          width: 100%;
          overflow: visible;
          padding-left: 0; } }
      .flex-section.info_table .info-table-cont table, .footer-flex-section.info_table .info-table-cont table {
        color: #4C4C4C; }
        .flex-section.info_table .info-table-cont table tr, .footer-flex-section.info_table .info-table-cont table tr {
          background-color: transparent;
          border-bottom: 0.0625rem solid #5f5f5f; }
        .flex-section.info_table .info-table-cont table th, .flex-section.info_table .info-table-cont table td, .footer-flex-section.info_table .info-table-cont table th, .footer-flex-section.info_table .info-table-cont table td {
          color: #4C4C4C; }
        .flex-section.info_table .info-table-cont table thead, .footer-flex-section.info_table .info-table-cont table thead {
          background-color: transparent; }
          @media screen and (min-width: 40em) {
            .flex-section.info_table .info-table-cont table thead th, .footer-flex-section.info_table .info-table-cont table thead th {
              width: 33.3333%; } }
        .flex-section.info_table .info-table-cont table tbody, .footer-flex-section.info_table .info-table-cont table tbody {
          background-color: transparent; }
          .flex-section.info_table .info-table-cont table tbody tr td, .footer-flex-section.info_table .info-table-cont table tbody tr td {
            padding: 1rem 0.625rem 1rem;
            vertical-align: top; }
            @media screen and (min-width: 40em) {
              .flex-section.info_table .info-table-cont table tbody tr td, .footer-flex-section.info_table .info-table-cont table tbody tr td {
                width: 33.3333%; } }
          .flex-section.info_table .info-table-cont table tbody tr:last-child, .footer-flex-section.info_table .info-table-cont table tbody tr:last-child {
            border-bottom: none; }
  .flex-section.split_text, .footer-flex-section.split_text {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .flex-section.split_text h1, .flex-section.split_text h2, .flex-section.split_text h3, .flex-section.split_text h4, .flex-section.split_text h5, .footer-flex-section.split_text h1, .footer-flex-section.split_text h2, .footer-flex-section.split_text h3, .footer-flex-section.split_text h4, .footer-flex-section.split_text h5 {
      padding-bottom: 0.5rem;
      border-bottom: 0.1875rem solid #302F2F;
      margin-bottom: 1rem; }
    .flex-section.split_text p, .footer-flex-section.split_text p {
      margin-top: 2rem;
      margin-bottom: 2rem; }
  .flex-section.featured_project, .flex-section.featured_project_list, .footer-flex-section.featured_project, .footer-flex-section.featured_project_list {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .flex-section.featured_project .project-card, .flex-section.featured_project_list .project-card, .footer-flex-section.featured_project .project-card, .footer-flex-section.featured_project_list .project-card {
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      max-width: 27.1875rem;
      margin-right: 0;
      margin-left: auto; }
      .flex-section.featured_project .project-card .card-thumb, .flex-section.featured_project_list .project-card .card-thumb, .footer-flex-section.featured_project .project-card .card-thumb, .footer-flex-section.featured_project_list .project-card .card-thumb {
        height: 12.5rem;
        width: 100%;
        display: block;
        background-position: center center;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat; }
        @media screen and (min-width: 40em) {
          .flex-section.featured_project .project-card .card-thumb, .flex-section.featured_project_list .project-card .card-thumb, .footer-flex-section.featured_project .project-card .card-thumb, .footer-flex-section.featured_project_list .project-card .card-thumb {
            height: 12.5rem; } }
        @media screen and (min-width: 64em) {
          .flex-section.featured_project .project-card .card-thumb, .flex-section.featured_project_list .project-card .card-thumb, .footer-flex-section.featured_project .project-card .card-thumb, .footer-flex-section.featured_project_list .project-card .card-thumb {
            height: 18.75rem; } }
      .flex-section.featured_project .project-card .meta, .flex-section.featured_project_list .project-card .meta, .footer-flex-section.featured_project .project-card .meta, .footer-flex-section.featured_project_list .project-card .meta {
        position: relative;
        background-color: #e42326;
        color: #ffffff;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        padding: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem; }
        @media screen and (min-width: 64em) {
          .flex-section.featured_project .project-card .meta, .flex-section.featured_project_list .project-card .meta, .footer-flex-section.featured_project .project-card .meta, .footer-flex-section.featured_project_list .project-card .meta {
            padding: 2rem; } }
        .flex-section.featured_project .project-card .meta h1, .flex-section.featured_project .project-card .meta h2, .flex-section.featured_project .project-card .meta h3, .flex-section.featured_project .project-card .meta h4, .flex-section.featured_project .project-card .meta h5, .flex-section.featured_project .project-card .meta h6, .flex-section.featured_project_list .project-card .meta h1, .flex-section.featured_project_list .project-card .meta h2, .flex-section.featured_project_list .project-card .meta h3, .flex-section.featured_project_list .project-card .meta h4, .flex-section.featured_project_list .project-card .meta h5, .flex-section.featured_project_list .project-card .meta h6, .footer-flex-section.featured_project .project-card .meta h1, .footer-flex-section.featured_project .project-card .meta h2, .footer-flex-section.featured_project .project-card .meta h3, .footer-flex-section.featured_project .project-card .meta h4, .footer-flex-section.featured_project .project-card .meta h5, .footer-flex-section.featured_project .project-card .meta h6, .footer-flex-section.featured_project_list .project-card .meta h1, .footer-flex-section.featured_project_list .project-card .meta h2, .footer-flex-section.featured_project_list .project-card .meta h3, .footer-flex-section.featured_project_list .project-card .meta h4, .footer-flex-section.featured_project_list .project-card .meta h5, .footer-flex-section.featured_project_list .project-card .meta h6 {
          color: #ffffff;
          margin-bottom: 0rem; }
          @media screen and (min-width: 40em) {
            .flex-section.featured_project .project-card .meta h1, .flex-section.featured_project .project-card .meta h2, .flex-section.featured_project .project-card .meta h3, .flex-section.featured_project .project-card .meta h4, .flex-section.featured_project .project-card .meta h5, .flex-section.featured_project .project-card .meta h6, .flex-section.featured_project_list .project-card .meta h1, .flex-section.featured_project_list .project-card .meta h2, .flex-section.featured_project_list .project-card .meta h3, .flex-section.featured_project_list .project-card .meta h4, .flex-section.featured_project_list .project-card .meta h5, .flex-section.featured_project_list .project-card .meta h6, .footer-flex-section.featured_project .project-card .meta h1, .footer-flex-section.featured_project .project-card .meta h2, .footer-flex-section.featured_project .project-card .meta h3, .footer-flex-section.featured_project .project-card .meta h4, .footer-flex-section.featured_project .project-card .meta h5, .footer-flex-section.featured_project .project-card .meta h6, .footer-flex-section.featured_project_list .project-card .meta h1, .footer-flex-section.featured_project_list .project-card .meta h2, .footer-flex-section.featured_project_list .project-card .meta h3, .footer-flex-section.featured_project_list .project-card .meta h4, .footer-flex-section.featured_project_list .project-card .meta h5, .footer-flex-section.featured_project_list .project-card .meta h6 {
              margin-bottom: 0.5rem; } }
        .flex-section.featured_project .project-card .meta .meta-label-cont, .flex-section.featured_project_list .project-card .meta .meta-label-cont, .footer-flex-section.featured_project .project-card .meta .meta-label-cont, .footer-flex-section.featured_project_list .project-card .meta .meta-label-cont {
          display: none; }
          .flex-section.featured_project .project-card .meta .meta-label-cont.project-title-meta-label-cont, .flex-section.featured_project_list .project-card .meta .meta-label-cont.project-title-meta-label-cont, .footer-flex-section.featured_project .project-card .meta .meta-label-cont.project-title-meta-label-cont, .footer-flex-section.featured_project_list .project-card .meta .meta-label-cont.project-title-meta-label-cont {
            display: block; }
            .flex-section.featured_project .project-card .meta .meta-label-cont.project-title-meta-label-cont .meta-label, .flex-section.featured_project_list .project-card .meta .meta-label-cont.project-title-meta-label-cont .meta-label, .footer-flex-section.featured_project .project-card .meta .meta-label-cont.project-title-meta-label-cont .meta-label, .footer-flex-section.featured_project_list .project-card .meta .meta-label-cont.project-title-meta-label-cont .meta-label {
              display: none; }
            .flex-section.featured_project .project-card .meta .meta-label-cont.project-title-meta-label-cont .project-name, .flex-section.featured_project_list .project-card .meta .meta-label-cont.project-title-meta-label-cont .project-name, .footer-flex-section.featured_project .project-card .meta .meta-label-cont.project-title-meta-label-cont .project-name, .footer-flex-section.featured_project_list .project-card .meta .meta-label-cont.project-title-meta-label-cont .project-name {
              font-size: 1.125rem;
              text-transform: uppercase;
              font-weight: 700; }
            @media screen and (min-width: 40em) {
              .flex-section.featured_project .project-card .meta .meta-label-cont.project-title-meta-label-cont .meta-label, .flex-section.featured_project_list .project-card .meta .meta-label-cont.project-title-meta-label-cont .meta-label, .footer-flex-section.featured_project .project-card .meta .meta-label-cont.project-title-meta-label-cont .meta-label, .footer-flex-section.featured_project_list .project-card .meta .meta-label-cont.project-title-meta-label-cont .meta-label {
                display: inline-block; }
              .flex-section.featured_project .project-card .meta .meta-label-cont.project-title-meta-label-cont .project-name, .flex-section.featured_project_list .project-card .meta .meta-label-cont.project-title-meta-label-cont .project-name, .footer-flex-section.featured_project .project-card .meta .meta-label-cont.project-title-meta-label-cont .project-name, .footer-flex-section.featured_project_list .project-card .meta .meta-label-cont.project-title-meta-label-cont .project-name {
                font-size: inherit;
                text-transform: none;
                font-weight: 400; } }
          @media screen and (min-width: 40em) {
            .flex-section.featured_project .project-card .meta .meta-label-cont, .flex-section.featured_project_list .project-card .meta .meta-label-cont, .footer-flex-section.featured_project .project-card .meta .meta-label-cont, .footer-flex-section.featured_project_list .project-card .meta .meta-label-cont {
              display: block; } }
          .flex-section.featured_project .project-card .meta .meta-label-cont .meta-label, .flex-section.featured_project_list .project-card .meta .meta-label-cont .meta-label, .footer-flex-section.featured_project .project-card .meta .meta-label-cont .meta-label, .footer-flex-section.featured_project_list .project-card .meta .meta-label-cont .meta-label {
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 700;
            display: block;
            width: 100%;
            -webkit-transition: 0.5s ease;
            transition: 0.5s ease; }
            @media screen and (min-width: 64em) {
              .flex-section.featured_project .project-card .meta .meta-label-cont .meta-label, .flex-section.featured_project_list .project-card .meta .meta-label-cont .meta-label, .footer-flex-section.featured_project .project-card .meta .meta-label-cont .meta-label, .footer-flex-section.featured_project_list .project-card .meta .meta-label-cont .meta-label {
                display: inline-block;
                width: auto; } }
            .flex-section.featured_project .project-card .meta .meta-label-cont .meta-label:after, .flex-section.featured_project_list .project-card .meta .meta-label-cont .meta-label:after, .footer-flex-section.featured_project .project-card .meta .meta-label-cont .meta-label:after, .footer-flex-section.featured_project_list .project-card .meta .meta-label-cont .meta-label:after {
              content: ': '; }
        .flex-section.featured_project .project-card .meta hr.separator, .flex-section.featured_project_list .project-card .meta hr.separator, .footer-flex-section.featured_project .project-card .meta hr.separator, .footer-flex-section.featured_project_list .project-card .meta hr.separator {
          margin: 0.5rem auto;
          display: none; }
          @media screen and (min-width: 40em) {
            .flex-section.featured_project .project-card .meta hr.separator, .flex-section.featured_project_list .project-card .meta hr.separator, .footer-flex-section.featured_project .project-card .meta hr.separator, .footer-flex-section.featured_project_list .project-card .meta hr.separator {
              display: block; } }
        .flex-section.featured_project .project-card .meta.has-image:before, .flex-section.featured_project_list .project-card .meta.has-image:before, .footer-flex-section.featured_project .project-card .meta.has-image:before, .footer-flex-section.featured_project_list .project-card .meta.has-image:before {
          border-bottom: 1.5rem solid #e42326;
          border-left: 2rem solid transparent;
          border-right: 2rem solid transparent;
          content: ' ';
          position: absolute;
          top: -1.5rem;
          left: 0rem;
          right: 0rem;
          width: 2rem;
          margin-left: auto;
          margin-right: auto;
          -webkit-transition: 0.5s ease;
          transition: 0.5s ease; }
    .flex-section.featured_project .project-card-link:hover .project-card .meta, .flex-section.featured_project .project-card-link:active .project-card .meta, .flex-section.featured_project .project-card-link:focus .project-card .meta, .flex-section.featured_project_list .project-card-link:hover .project-card .meta, .flex-section.featured_project_list .project-card-link:active .project-card .meta, .flex-section.featured_project_list .project-card-link:focus .project-card .meta, .footer-flex-section.featured_project .project-card-link:hover .project-card .meta, .footer-flex-section.featured_project .project-card-link:active .project-card .meta, .footer-flex-section.featured_project .project-card-link:focus .project-card .meta, .footer-flex-section.featured_project_list .project-card-link:hover .project-card .meta, .footer-flex-section.featured_project_list .project-card-link:active .project-card .meta, .footer-flex-section.featured_project_list .project-card-link:focus .project-card .meta {
      background-color: #1e1e1e;
      color: #ffffff; }
      .flex-section.featured_project .project-card-link:hover .project-card .meta label.meta-label, .flex-section.featured_project .project-card-link:active .project-card .meta label.meta-label, .flex-section.featured_project .project-card-link:focus .project-card .meta label.meta-label, .flex-section.featured_project_list .project-card-link:hover .project-card .meta label.meta-label, .flex-section.featured_project_list .project-card-link:active .project-card .meta label.meta-label, .flex-section.featured_project_list .project-card-link:focus .project-card .meta label.meta-label, .footer-flex-section.featured_project .project-card-link:hover .project-card .meta label.meta-label, .footer-flex-section.featured_project .project-card-link:active .project-card .meta label.meta-label, .footer-flex-section.featured_project .project-card-link:focus .project-card .meta label.meta-label, .footer-flex-section.featured_project_list .project-card-link:hover .project-card .meta label.meta-label, .footer-flex-section.featured_project_list .project-card-link:active .project-card .meta label.meta-label, .footer-flex-section.featured_project_list .project-card-link:focus .project-card .meta label.meta-label {
        color: #ffffff; }
      .flex-section.featured_project .project-card-link:hover .project-card .meta.has-image:before, .flex-section.featured_project .project-card-link:active .project-card .meta.has-image:before, .flex-section.featured_project .project-card-link:focus .project-card .meta.has-image:before, .flex-section.featured_project_list .project-card-link:hover .project-card .meta.has-image:before, .flex-section.featured_project_list .project-card-link:active .project-card .meta.has-image:before, .flex-section.featured_project_list .project-card-link:focus .project-card .meta.has-image:before, .footer-flex-section.featured_project .project-card-link:hover .project-card .meta.has-image:before, .footer-flex-section.featured_project .project-card-link:active .project-card .meta.has-image:before, .footer-flex-section.featured_project .project-card-link:focus .project-card .meta.has-image:before, .footer-flex-section.featured_project_list .project-card-link:hover .project-card .meta.has-image:before, .footer-flex-section.featured_project_list .project-card-link:active .project-card .meta.has-image:before, .footer-flex-section.featured_project_list .project-card-link:focus .project-card .meta.has-image:before {
        border-bottom: 1.5rem solid #1e1e1e; }
    .flex-section.featured_project .project-list-section-title, .flex-section.featured_project_list .project-list-section-title, .footer-flex-section.featured_project .project-list-section-title, .footer-flex-section.featured_project_list .project-list-section-title {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media screen and (min-width: 64em) {
        .flex-section.featured_project .project-list-section-title, .flex-section.featured_project_list .project-list-section-title, .footer-flex-section.featured_project .project-list-section-title, .footer-flex-section.featured_project_list .project-list-section-title {
          padding-top: 3rem;
          padding-bottom: 3rem; } }
  .flex-section.featured_project a.button.list-button, .footer-flex-section.featured_project a.button.list-button {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .flex-section.featured_project, .footer-flex-section.featured_project {
      padding-top: 6.25rem;
      padding-bottom: 5rem; }
      .flex-section.featured_project a.button.list-button, .footer-flex-section.featured_project a.button.list-button {
        width: auto; } }
  .flex-section.featured_project_list, .footer-flex-section.featured_project_list {
    padding-top: 1rem; }
    @media screen and (min-width: 40em) {
      .flex-section.featured_project_list, .footer-flex-section.featured_project_list {
        padding-top: 1rem;
        padding-bottom: 5rem; } }
    .flex-section.featured_project_list .column:last-of-type .project-card, .flex-section.featured_project_list .columns:last-of-type .project-card, .flex-section.featured_project_list .gallery.gallery-columns-5 .gallery-item:last-of-type .project-card, .gallery.gallery-columns-5 .flex-section.featured_project_list .gallery-item:last-of-type .project-card, .flex-section.featured_project_list .gallery.gallery-columns-6 .gallery-item:last-of-type .project-card, .gallery.gallery-columns-6 .flex-section.featured_project_list .gallery-item:last-of-type .project-card, .flex-section.featured_project_list .gallery.gallery-columns-7 .gallery-item:last-of-type .project-card, .gallery.gallery-columns-7 .flex-section.featured_project_list .gallery-item:last-of-type .project-card, .flex-section.featured_project_list .gallery.gallery-columns-8 .gallery-item:last-of-type .project-card, .gallery.gallery-columns-8 .flex-section.featured_project_list .gallery-item:last-of-type .project-card, .flex-section.featured_project_list .gallery.gallery-columns-9 .gallery-item:last-of-type .project-card, .gallery.gallery-columns-9 .flex-section.featured_project_list .gallery-item:last-of-type .project-card, .footer-flex-section.featured_project_list .column:last-of-type .project-card, .footer-flex-section.featured_project_list .columns:last-of-type .project-card, .footer-flex-section.featured_project_list .gallery.gallery-columns-5 .gallery-item:last-of-type .project-card, .gallery.gallery-columns-5 .footer-flex-section.featured_project_list .gallery-item:last-of-type .project-card, .footer-flex-section.featured_project_list .gallery.gallery-columns-6 .gallery-item:last-of-type .project-card, .gallery.gallery-columns-6 .footer-flex-section.featured_project_list .gallery-item:last-of-type .project-card, .footer-flex-section.featured_project_list .gallery.gallery-columns-7 .gallery-item:last-of-type .project-card, .gallery.gallery-columns-7 .footer-flex-section.featured_project_list .gallery-item:last-of-type .project-card, .footer-flex-section.featured_project_list .gallery.gallery-columns-8 .gallery-item:last-of-type .project-card, .gallery.gallery-columns-8 .footer-flex-section.featured_project_list .gallery-item:last-of-type .project-card, .footer-flex-section.featured_project_list .gallery.gallery-columns-9 .gallery-item:last-of-type .project-card, .gallery.gallery-columns-9 .footer-flex-section.featured_project_list .gallery-item:last-of-type .project-card {
      margin-bottom: 0; }
    .flex-section.featured_project_list .project-card, .footer-flex-section.featured_project_list .project-card {
      margin-bottom: 2rem; }
      @media screen and (min-width: 40em) {
        .flex-section.featured_project_list .project-card, .footer-flex-section.featured_project_list .project-card {
          margin-bottom: 0rem; } }
      .flex-section.featured_project_list .project-card .card-thumb, .footer-flex-section.featured_project_list .project-card .card-thumb {
        height: 12.5rem; }
        @media screen and (min-width: 40em) {
          .flex-section.featured_project_list .project-card .card-thumb, .footer-flex-section.featured_project_list .project-card .card-thumb {
            height: 12.5rem; } }
    .flex-section.featured_project_list hr, .footer-flex-section.featured_project_list hr {
      margin-top: 0; }
  .flex-section.project_grid, .footer-flex-section.project_grid {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media screen and (max-width: 39.9375em) {
      .flex-section.project_grid > .row > .columns.small-12:not(.medium-12):not(:last-of-type), .footer-flex-section.project_grid > .row > .columns.small-12:not(.medium-12):not(:last-of-type) {
        margin-bottom: 0.5rem; } }
    .flex-section.project_grid .project-grid-heading-row, .footer-flex-section.project_grid .project-grid-heading-row {
      margin-bottom: 1rem; }
      @media screen and (min-width: 64em) {
        .flex-section.project_grid .project-grid-heading-row, .footer-flex-section.project_grid .project-grid-heading-row {
          margin-bottom: 3rem; } }
      @media screen and (min-width: 40em) {
        .flex-section.project_grid .project-grid-heading-row .filter-column, .footer-flex-section.project_grid .project-grid-heading-row .filter-column {
          text-align: right; } }
      .flex-section.project_grid .project-grid-heading-row .filter-column .project-filter-label, .footer-flex-section.project_grid .project-grid-heading-row .filter-column .project-filter-label {
        display: inline-block;
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: 700;
        margin-right: 2rem; }
      .flex-section.project_grid .project-grid-heading-row .filter-column select.project-filter-select, .footer-flex-section.project_grid .project-grid-heading-row .filter-column select.project-filter-select {
        display: inline-block;
        width: auto;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
        border: none;
        border-radius: 6px; }
        .flex-section.project_grid .project-grid-heading-row .filter-column select.project-filter-select:focus, .footer-flex-section.project_grid .project-grid-heading-row .filter-column select.project-filter-select:focus {
          outline: none;
          border: 2px solid #e42326; }
    .flex-section.project_grid .project-tile-cont, .footer-flex-section.project_grid .project-tile-cont {
      clear: none; }
      .flex-section.project_grid .project-tile-cont.hidden, .flex-section.project_grid .project-tile-cont.load-more-hidden, .footer-flex-section.project_grid .project-tile-cont.hidden, .footer-flex-section.project_grid .project-tile-cont.load-more-hidden {
        display: none; }
    .flex-section.project_grid .project-grid-card, .footer-flex-section.project_grid .project-grid-card {
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      position: relative;
      width: 100%;
      padding-top: 100%;
      margin-bottom: 2rem; }
      .flex-section.project_grid .project-grid-card .overlay, .footer-flex-section.project_grid .project-grid-card .overlay {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0rem;
        bottom: 0rem;
        left: 0rem;
        right: 0rem;
        text-align: center;
        background-color: #e42326;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        text-align: center;
        padding: 0.25rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        opacity: 0; }
        @media screen and (min-width: 40em) {
          .flex-section.project_grid .project-grid-card .overlay, .footer-flex-section.project_grid .project-grid-card .overlay {
            padding: 1.5rem; } }
        @media screen and (min-width: 64em) {
          .flex-section.project_grid .project-grid-card .overlay, .footer-flex-section.project_grid .project-grid-card .overlay {
            padding: 2rem; } }
        .flex-section.project_grid .project-grid-card .overlay > .inner, .footer-flex-section.project_grid .project-grid-card .overlay > .inner {
          width: 100%; }
        .flex-section.project_grid .project-grid-card .overlay .project-title, .footer-flex-section.project_grid .project-grid-card .overlay .project-title {
          color: #ffffff;
          margin-bottom: 1rem; }
          @media screen and (max-width: 39.9375em) {
            .flex-section.project_grid .project-grid-card .overlay .project-title, .footer-flex-section.project_grid .project-grid-card .overlay .project-title {
              font-size: 1rem;
              margin-bottom: 0; } }
        .flex-section.project_grid .project-grid-card .overlay .button.list-button.transparent, .footer-flex-section.project_grid .project-grid-card .overlay .button.list-button.transparent {
          border: 0.125rem solid #ffffff;
          margin-top: 0.5rem;
          margin-bottom: 0;
          display: none; }
          @media screen and (min-width: 40em) {
            .flex-section.project_grid .project-grid-card .overlay .button.list-button.transparent, .footer-flex-section.project_grid .project-grid-card .overlay .button.list-button.transparent {
              display: block; } }
    .flex-section.project_grid a.project-grid-card-link:hover .project-grid-card .overlay, .flex-section.project_grid a.project-grid-card-link:focus .project-grid-card .overlay, .flex-section.project_grid a.project-grid-card-link:active .project-grid-card .overlay, .footer-flex-section.project_grid a.project-grid-card-link:hover .project-grid-card .overlay, .footer-flex-section.project_grid a.project-grid-card-link:focus .project-grid-card .overlay, .footer-flex-section.project_grid a.project-grid-card-link:active .project-grid-card .overlay {
      opacity: 1; }
    .flex-section.project_grid .load-more-button-row, .footer-flex-section.project_grid .load-more-button-row {
      text-align: center; }
      .flex-section.project_grid .load-more-button-row a.grid-load-more-link, .footer-flex-section.project_grid .load-more-button-row a.grid-load-more-link {
        border: none;
        color: #e42326;
        text-decoration: underline; }
        @media screen and (max-width: 39.9375em) {
          .flex-section.project_grid .load-more-button-row a.grid-load-more-link, .footer-flex-section.project_grid .load-more-button-row a.grid-load-more-link {
            margin-top: 0;
            margin-bottom: 0; } }
        .flex-section.project_grid .load-more-button-row a.grid-load-more-link:after, .footer-flex-section.project_grid .load-more-button-row a.grid-load-more-link:after {
          content: '\f0d7';
          font-family: 'FontAwesome';
          margin-left: 1rem;
          display: inline-block; }
        .flex-section.project_grid .load-more-button-row a.grid-load-more-link:hover, .flex-section.project_grid .load-more-button-row a.grid-load-more-link:focus, .flex-section.project_grid .load-more-button-row a.grid-load-more-link:active, .footer-flex-section.project_grid .load-more-button-row a.grid-load-more-link:hover, .footer-flex-section.project_grid .load-more-button-row a.grid-load-more-link:focus, .footer-flex-section.project_grid .load-more-button-row a.grid-load-more-link:active {
          color: #e42326;
          background-color: #ffffff; }
  .flex-section.featured_news, .flex-section.news_archive_grid, .footer-flex-section.featured_news, .footer-flex-section.news_archive_grid {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f3f3f3; }
    @media screen and (min-width: 40em) {
      .flex-section.featured_news, .flex-section.news_archive_grid, .footer-flex-section.featured_news, .footer-flex-section.news_archive_grid {
        padding-top: 5rem; } }
    .flex-section.featured_news .featured-news-link-cont, .flex-section.news_archive_grid .featured-news-link-cont, .footer-flex-section.featured_news .featured-news-link-cont, .footer-flex-section.news_archive_grid .featured-news-link-cont {
      text-align: right; }
      .flex-section.featured_news .featured-news-link-cont .featured-news-link, .flex-section.news_archive_grid .featured-news-link-cont .featured-news-link, .footer-flex-section.featured_news .featured-news-link-cont .featured-news-link, .footer-flex-section.news_archive_grid .featured-news-link-cont .featured-news-link {
        text-decoration: underline;
        text-transform: uppercase;
        font-weight: 700;
        color: #302F2F; }
        .flex-section.featured_news .featured-news-link-cont .featured-news-link:hover, .flex-section.featured_news .featured-news-link-cont .featured-news-link:focus, .flex-section.featured_news .featured-news-link-cont .featured-news-link:active, .flex-section.news_archive_grid .featured-news-link-cont .featured-news-link:hover, .flex-section.news_archive_grid .featured-news-link-cont .featured-news-link:focus, .flex-section.news_archive_grid .featured-news-link-cont .featured-news-link:active, .footer-flex-section.featured_news .featured-news-link-cont .featured-news-link:hover, .footer-flex-section.featured_news .featured-news-link-cont .featured-news-link:focus, .footer-flex-section.featured_news .featured-news-link-cont .featured-news-link:active, .footer-flex-section.news_archive_grid .featured-news-link-cont .featured-news-link:hover, .footer-flex-section.news_archive_grid .featured-news-link-cont .featured-news-link:focus, .footer-flex-section.news_archive_grid .featured-news-link-cont .featured-news-link:active {
          color: #e42326; }
    .flex-section.featured_news .news-archive-link-cont, .flex-section.news_archive_grid .news-archive-link-cont, .footer-flex-section.featured_news .news-archive-link-cont, .footer-flex-section.news_archive_grid .news-archive-link-cont {
      text-align: center; }
    .flex-section.featured_news .news-tile-column, .flex-section.news_archive_grid .news-tile-column, .footer-flex-section.featured_news .news-tile-column, .footer-flex-section.news_archive_grid .news-tile-column {
      margin-bottom: 2rem; }
      .flex-section.featured_news .news-tile-column .news-card, .flex-section.news_archive_grid .news-tile-column .news-card, .footer-flex-section.featured_news .news-tile-column .news-card, .footer-flex-section.news_archive_grid .news-tile-column .news-card {
        -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.15);
        background-color: #ffffff; }
        .flex-section.featured_news .news-tile-column .news-card a.news-item, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item {
          margin-top: 0rem;
          margin-bottom: 0rem;
          color: #302F2F; }
          .flex-section.featured_news .news-tile-column .news-card a.news-item > img, .flex-section.featured_news .news-tile-column .news-card a.news-item .small-img, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item > img, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item .small-img, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item > img, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item .small-img, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item > img, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item .small-img {
            margin-bottom: 0rem; }
          .flex-section.featured_news .news-tile-column .news-card a.news-item .news-thumb, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item .news-thumb, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item .news-thumb, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item .news-thumb {
            min-height: 6.875rem;
            margin-bottom: 0; }
            @media screen and (min-width: 64em) {
              .flex-section.featured_news .news-tile-column .news-card a.news-item .news-thumb, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item .news-thumb, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item .news-thumb, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item .news-thumb {
                min-height: 10.625rem; } }
          .flex-section.featured_news .news-tile-column .news-card a.news-item .news-text, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item .news-text, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item .news-text, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item .news-text {
            padding: 2rem; }
            .flex-section.featured_news .news-tile-column .news-card a.news-item .news-text p, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item .news-text p, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item .news-text p, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item .news-text p {
              display: inline; }
            .flex-section.featured_news .news-tile-column .news-card a.news-item .news-text .author, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item .news-text .author, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item .news-text .author, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item .news-text .author {
              font-weight: 700;
              margin-bottom: 1.5rem; }
              .flex-section.featured_news .news-tile-column .news-card a.news-item .news-text .author:before, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item .news-text .author:before, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item .news-text .author:before, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item .news-text .author:before {
                content: 'by '; }
          .flex-section.featured_news .news-tile-column .news-card a.news-item .fake-link, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item .fake-link, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item .fake-link, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item .fake-link {
            text-transform: lowercase;
            text-decoration: underline; }
          .flex-section.featured_news .news-tile-column .news-card a.news-item:hover, .flex-section.featured_news .news-tile-column .news-card a.news-item:focus, .flex-section.featured_news .news-tile-column .news-card a.news-item:active, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item:hover, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item:focus, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item:active, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item:hover, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item:focus, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item:active, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item:hover, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item:focus, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item:active {
            background-color: #e42326;
            color: #ffffff; }
            .flex-section.featured_news .news-tile-column .news-card a.news-item:hover .tile-title, .flex-section.featured_news .news-tile-column .news-card a.news-item:focus .tile-title, .flex-section.featured_news .news-tile-column .news-card a.news-item:active .tile-title, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item:hover .tile-title, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item:focus .tile-title, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item:active .tile-title, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item:hover .tile-title, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item:focus .tile-title, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item:active .tile-title, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item:hover .tile-title, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item:focus .tile-title, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item:active .tile-title {
              color: #ffffff; }
            .flex-section.featured_news .news-tile-column .news-card a.news-item:hover > img, .flex-section.featured_news .news-tile-column .news-card a.news-item:focus > img, .flex-section.featured_news .news-tile-column .news-card a.news-item:active > img, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item:hover > img, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item:focus > img, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item:active > img, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item:hover > img, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item:focus > img, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item:active > img, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item:hover > img, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item:focus > img, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item:active > img {
              opacity: 1; }
            .flex-section.featured_news .news-tile-column .news-card a.news-item:hover .tile-title:after, .flex-section.featured_news .news-tile-column .news-card a.news-item:focus .tile-title:after, .flex-section.featured_news .news-tile-column .news-card a.news-item:active .tile-title:after, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item:hover .tile-title:after, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item:focus .tile-title:after, .flex-section.news_archive_grid .news-tile-column .news-card a.news-item:active .tile-title:after, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item:hover .tile-title:after, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item:focus .tile-title:after, .footer-flex-section.featured_news .news-tile-column .news-card a.news-item:active .tile-title:after, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item:hover .tile-title:after, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item:focus .tile-title:after, .footer-flex-section.news_archive_grid .news-tile-column .news-card a.news-item:active .tile-title:after {
              width: 100%;
              background: #ffffff; }
  .flex-section.news_archive_grid, .footer-flex-section.news_archive_grid {
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0rem; }
    .flex-section.news_archive_grid .tab-nav-row-cont, .footer-flex-section.news_archive_grid .tab-nav-row-cont {
      background-color: #ffffff; }
    .flex-section.news_archive_grid .tab-nav-row, .footer-flex-section.news_archive_grid .tab-nav-row {
      padding-top: 2rem; }
      @media screen and (min-width: 40em) {
        .flex-section.news_archive_grid .tab-nav-row, .footer-flex-section.news_archive_grid .tab-nav-row {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
      .flex-section.news_archive_grid .tab-nav-row .columns, .footer-flex-section.news_archive_grid .tab-nav-row .columns {
        padding-left: 0rem;
        padding-right: 0rem; }
      .flex-section.news_archive_grid .tab-nav-row .view-all-cont, .footer-flex-section.news_archive_grid .tab-nav-row .view-all-cont {
        text-align: right; }
        .flex-section.news_archive_grid .tab-nav-row .view-all-cont a.view-all-link, .footer-flex-section.news_archive_grid .tab-nav-row .view-all-cont a.view-all-link {
          border: none;
          color: #e42326;
          padding: 1rem;
          text-decoration: underline;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 100%;
          width: 100%; }
          @media screen and (min-width: 40em) {
            .flex-section.news_archive_grid .tab-nav-row .view-all-cont a.view-all-link, .footer-flex-section.news_archive_grid .tab-nav-row .view-all-cont a.view-all-link {
              width: auto; } }
          .flex-section.news_archive_grid .tab-nav-row .view-all-cont a.view-all-link:after, .footer-flex-section.news_archive_grid .tab-nav-row .view-all-cont a.view-all-link:after {
            display: none; }
          .flex-section.news_archive_grid .tab-nav-row .view-all-cont a.view-all-link:hover, .flex-section.news_archive_grid .tab-nav-row .view-all-cont a.view-all-link:focus, .flex-section.news_archive_grid .tab-nav-row .view-all-cont a.view-all-link:active, .footer-flex-section.news_archive_grid .tab-nav-row .view-all-cont a.view-all-link:hover, .footer-flex-section.news_archive_grid .tab-nav-row .view-all-cont a.view-all-link:focus, .footer-flex-section.news_archive_grid .tab-nav-row .view-all-cont a.view-all-link:active {
            background-color: #f3f3f3; }
      .flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs, .footer-flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs {
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        height: 100%; }
        .flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title, .footer-flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title {
          height: 100%;
          width: 100%; }
          @media screen and (min-width: 40em) {
            .flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title, .footer-flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title {
              width: auto; } }
          .flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title > a, .footer-flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title > a {
            height: 100%;
            width: 100%;
            position: relative;
            display: block;
            font-size: 1.025rem;
            font-weight: 700;
            padding: 2rem;
            padding-left: 3rem;
            padding-right: 3rem;
            text-transform: uppercase;
            color: #302F2F;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title > a:hover, .flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title > a:focus, .flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title > a:active, .footer-flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title > a:hover, .footer-flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title > a:focus, .footer-flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title > a:active {
              background-color: #f3f3f3; }
          .flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title.is-active > a, .footer-flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title.is-active > a {
            background-color: #e42326;
            color: #ffffff; }
            .flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title.is-active > a:after, .footer-flex-section.news_archive_grid .tab-nav-row ul.horiz-list.tabs .tabs-title.is-active > a:after {
              content: ' ';
              display: inline-block;
              position: absolute;
              bottom: -1.5rem;
              left: 0rem;
              right: 0rem;
              margin-left: auto;
              margin-right: auto;
              width: 0px;
              border-top: 1.5rem solid #e42326;
              border-left: 2rem solid transparent;
              border-right: 2rem solid transparent; }
      @media screen and (min-width: 40em) {
        .flex-section.news_archive_grid .tab-nav-row, .footer-flex-section.news_archive_grid .tab-nav-row {
          padding-top: 0rem; } }
    .flex-section.news_archive_grid .tabs-content, .footer-flex-section.news_archive_grid .tabs-content {
      background-color: transparent; }
      .flex-section.news_archive_grid .tabs-content .tabs-panel, .footer-flex-section.news_archive_grid .tabs-content .tabs-panel {
        padding: 0rem; }
    .flex-section.news_archive_grid .news-grid-row, .footer-flex-section.news_archive_grid .news-grid-row {
      padding-top: 2rem; }
    .flex-section.news_archive_grid .project-tab-row, .footer-flex-section.news_archive_grid .project-tab-row {
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .flex-section.news_archive_grid .project-tab-row a, .footer-flex-section.news_archive_grid .project-tab-row a {
        display: inline;
        text-decoration: underline; }
        .flex-section.news_archive_grid .project-tab-row a:hover, .flex-section.news_archive_grid .project-tab-row a:focus, .flex-section.news_archive_grid .project-tab-row a:active, .footer-flex-section.news_archive_grid .project-tab-row a:hover, .footer-flex-section.news_archive_grid .project-tab-row a:focus, .footer-flex-section.news_archive_grid .project-tab-row a:active {
          color: #790f10; }
      .flex-section.news_archive_grid .project-tab-row .wyz-wrap, .footer-flex-section.news_archive_grid .project-tab-row .wyz-wrap {
        max-width: 55rem;
        margin-left: 0;
        margin-right: auto; }
    .flex-section.news_archive_grid .news-tile-column, .footer-flex-section.news_archive_grid .news-tile-column {
      float: left; }
      .flex-section.news_archive_grid .news-tile-column .news-card .news-item .expand-cont, .footer-flex-section.news_archive_grid .news-tile-column .news-card .news-item .expand-cont {
        height: 100%; }
      .flex-section.news_archive_grid .news-tile-column .news-card .news-item .expand-img, .footer-flex-section.news_archive_grid .news-tile-column .news-card .news-item .expand-img {
        display: none;
        background-position: center center;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat; }
      @media screen and (min-width: 40em) {
        .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1), .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) {
          width: 66.6666%; }
          .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item .small-img, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item .small-img {
            display: none; }
          .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item .news-text, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item .news-text {
            display: inline-block; }
          .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item.has-image .expand-img, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item.has-image .expand-img {
            display: inline-block;
            width: 50%;
            height: 100%;
            float: left; }
          .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item.has-image .news-text, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item.has-image .news-text {
            width: 50%;
            float: left; }
          .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item {
            background-color: #e42326;
            color: #ffffff; }
            .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item .tile-title, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item .tile-title {
              color: #ffffff; }
            .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item .read-more-link, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item .read-more-link {
              color: #ffffff; }
            .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:hover, .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:focus, .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:active, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:hover, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:focus, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:active {
              background-color: #ffffff;
              color: #302F2F; }
              .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:hover .tile-title, .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:focus .tile-title, .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:active .tile-title, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:hover .tile-title, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:focus .tile-title, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:active .tile-title {
                color: #1e1e1e; }
              .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:hover .tile-title:after, .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:focus .tile-title:after, .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:active .tile-title:after, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:hover .tile-title:after, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:focus .tile-title:after, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:active .tile-title:after {
                background-color: #302F2F; }
              .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:hover .read-more-link, .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:focus .read-more-link, .flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:active .read-more-link, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:hover .read-more-link, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:focus .read-more-link, .footer-flex-section.news_archive_grid .news-tile-column:nth-child(5n+1) .news-card .news-item:active .read-more-link {
                color: #e42326; } }
      .flex-section.news_archive_grid .news-tile-column.load-more-hidden, .footer-flex-section.news_archive_grid .news-tile-column.load-more-hidden {
        display: none; }
    .flex-section.news_archive_grid .load-more-button-row, .footer-flex-section.news_archive_grid .load-more-button-row {
      text-align: center; }
      .flex-section.news_archive_grid .load-more-button-row .load-more-button, .footer-flex-section.news_archive_grid .load-more-button-row .load-more-button {
        border: none;
        color: #e42326;
        margin-top: 2rem;
        padding: 1rem;
        text-decoration: underline;
        display: inline-block; }
        .flex-section.news_archive_grid .load-more-button-row .load-more-button:after, .footer-flex-section.news_archive_grid .load-more-button-row .load-more-button:after {
          font-family: 'FontAwesome';
          margin-left: 0.5rem;
          content: '\f0d7';
          display: inline-block; }
        .flex-section.news_archive_grid .load-more-button-row .load-more-button:hover, .flex-section.news_archive_grid .load-more-button-row .load-more-button:focus, .flex-section.news_archive_grid .load-more-button-row .load-more-button:active, .footer-flex-section.news_archive_grid .load-more-button-row .load-more-button:hover, .footer-flex-section.news_archive_grid .load-more-button-row .load-more-button:focus, .footer-flex-section.news_archive_grid .load-more-button-row .load-more-button:active {
          background-color: #ffffff; }
        .flex-section.news_archive_grid .load-more-button-row .load-more-button.hidden, .footer-flex-section.news_archive_grid .load-more-button-row .load-more-button.hidden {
          display: none; }
  .flex-section.two_column_text, .footer-flex-section.two_column_text {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media screen and (min-width: 40em) {
      .flex-section.two_column_text .content-column, .footer-flex-section.two_column_text .content-column {
        -webkit-column-count: 2;
                column-count: 2; } }
    .flex-section.two_column_text.light-bg, .footer-flex-section.two_column_text.light-bg {
      background-color: white; }
  .flex-section.project_title_card, .footer-flex-section.project_title_card {
    padding-left: 0rem;
    padding-right: 0rem; }
    @media screen and (min-width: 40em) {
      .flex-section.project_title_card, .footer-flex-section.project_title_card {
        margin-bottom: 2rem; } }
    .flex-section.project_title_card > .row.column, .flex-section.project_title_card > .row.columns, .gallery.gallery-columns-5 .flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-6 .flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-7 .flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-8 .flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-9 .flex-section.project_title_card > .row.gallery-item, .footer-flex-section.project_title_card > .row.column, .footer-flex-section.project_title_card > .row.columns, .gallery.gallery-columns-5 .footer-flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-6 .footer-flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-7 .footer-flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-8 .footer-flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-9 .footer-flex-section.project_title_card > .row.gallery-item {
      padding-left: 0rem;
      padding-right: 0rem; }
    .flex-section.project_title_card .project-title-cont, .flex-section.project_title_card .meta-labels, .footer-flex-section.project_title_card .project-title-cont, .footer-flex-section.project_title_card .meta-labels {
      padding: 2rem 1.25rem; }
      @media screen and (min-width: 64em) {
        .flex-section.project_title_card .project-title-cont, .flex-section.project_title_card .meta-labels, .footer-flex-section.project_title_card .project-title-cont, .footer-flex-section.project_title_card .meta-labels {
          padding: 3rem; } }
    .flex-section.project_title_card .project-title-cont, .footer-flex-section.project_title_card .project-title-cont {
      background-color: #e42326; }
      .flex-section.project_title_card .project-title-cont .project-title, .footer-flex-section.project_title_card .project-title-cont .project-title {
        color: #ffffff;
        margin-bottom: 0; }
    .flex-section.project_title_card .meta-labels, .footer-flex-section.project_title_card .meta-labels {
      background-color: #1e1e1e;
      color: #ffffff;
      font-size: 1.125rem; }
      .flex-section.project_title_card .meta-labels > .meta-label-cont, .footer-flex-section.project_title_card .meta-labels > .meta-label-cont {
        -webkit-column-break-inside: avoid;
                break-inside: avoid;
        page-break-inside: avoid; }
      .flex-section.project_title_card .meta-labels span.meta-label, .footer-flex-section.project_title_card .meta-labels span.meta-label {
        font-size: 1.125rem;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease; }
        .flex-section.project_title_card .meta-labels span.meta-label:after, .footer-flex-section.project_title_card .meta-labels span.meta-label:after {
          content: ': '; }
      @media screen and (min-width: 40em) {
        .flex-section.project_title_card .meta-labels .color-spacer, .footer-flex-section.project_title_card .meta-labels .color-spacer {
          width: 4.2rem;
          display: inline-block; } }
    @media screen and (min-width: 40em) {
      .flex-section.project_title_card, .footer-flex-section.project_title_card {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-top: -10rem;
        margin-bottom: 4rem; }
        .flex-section.project_title_card > .row.column, .flex-section.project_title_card > .row.columns, .gallery.gallery-columns-5 .flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-6 .flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-7 .flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-8 .flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-9 .flex-section.project_title_card > .row.gallery-item, .footer-flex-section.project_title_card > .row.column, .footer-flex-section.project_title_card > .row.columns, .gallery.gallery-columns-5 .footer-flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-6 .footer-flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-7 .footer-flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-8 .footer-flex-section.project_title_card > .row.gallery-item, .gallery.gallery-columns-9 .footer-flex-section.project_title_card > .row.gallery-item {
          padding-left: 0.625rem;
          padding-right: 0.625rem; }
        .flex-section.project_title_card .meta-labels, .footer-flex-section.project_title_card .meta-labels {
          -webkit-column-count: 2;
                  column-count: 2; } }
  @media screen and (max-width: 39.9375em) {
    .flex-section.selected_finishes, .footer-flex-section.selected_finishes {
      padding: 0; }
      .flex-section.selected_finishes > .row.column, .flex-section.selected_finishes > .row.columns, .gallery.gallery-columns-5 .flex-section.selected_finishes > .row.gallery-item, .gallery.gallery-columns-6 .flex-section.selected_finishes > .row.gallery-item, .gallery.gallery-columns-7 .flex-section.selected_finishes > .row.gallery-item, .gallery.gallery-columns-8 .flex-section.selected_finishes > .row.gallery-item, .gallery.gallery-columns-9 .flex-section.selected_finishes > .row.gallery-item, .footer-flex-section.selected_finishes > .row.column, .footer-flex-section.selected_finishes > .row.columns, .gallery.gallery-columns-5 .footer-flex-section.selected_finishes > .row.gallery-item, .gallery.gallery-columns-6 .footer-flex-section.selected_finishes > .row.gallery-item, .gallery.gallery-columns-7 .footer-flex-section.selected_finishes > .row.gallery-item, .gallery.gallery-columns-8 .footer-flex-section.selected_finishes > .row.gallery-item, .gallery.gallery-columns-9 .footer-flex-section.selected_finishes > .row.gallery-item {
        padding: 0; } }
  .flex-section.selected_finishes .pre-slider-heading, .footer-flex-section.selected_finishes .pre-slider-heading {
    width: 100%;
    padding: 1.5rem; }
    @media screen and (min-width: 40em) {
      .flex-section.selected_finishes .pre-slider-heading, .footer-flex-section.selected_finishes .pre-slider-heading {
        padding: 0rem;
        margin-bottom: 4rem; } }
  .flex-section.selected_finishes .selected-finish-card, .footer-flex-section.selected_finishes .selected-finish-card {
    margin-bottom: 2rem;
    position: relative;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 64em) {
      .flex-section.selected_finishes .selected-finish-card, .footer-flex-section.selected_finishes .selected-finish-card {
        margin-bottom: 5rem; } }
    .flex-section.selected_finishes .selected-finish-card .image-slideshow-slick, .footer-flex-section.selected_finishes .selected-finish-card .image-slideshow-slick {
      height: 12rem; }
      .flex-section.selected_finishes .selected-finish-card .image-slideshow-slick .image-slide, .footer-flex-section.selected_finishes .selected-finish-card .image-slideshow-slick .image-slide {
        height: 12rem;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      @media screen and (min-width: 40em) {
        .flex-section.selected_finishes .selected-finish-card .image-slideshow-slick, .footer-flex-section.selected_finishes .selected-finish-card .image-slideshow-slick {
          height: 25rem; }
          .flex-section.selected_finishes .selected-finish-card .image-slideshow-slick .image-slide, .footer-flex-section.selected_finishes .selected-finish-card .image-slideshow-slick .image-slide {
            height: 25rem; } }
      .flex-section.selected_finishes .selected-finish-card .image-slideshow-slick button.slick-arrow, .footer-flex-section.selected_finishes .selected-finish-card .image-slideshow-slick button.slick-arrow {
        position: absolute;
        z-index: 5;
        top: 50%;
        height: 3rem;
        width: 3rem; }
        .flex-section.selected_finishes .selected-finish-card .image-slideshow-slick button.slick-arrow:before, .footer-flex-section.selected_finishes .selected-finish-card .image-slideshow-slick button.slick-arrow:before {
          font-family: 'FontAwesome';
          font-size: 3rem;
          height: 3rem;
          text-shadow: 0px 0px 2px black; }
        .flex-section.selected_finishes .selected-finish-card .image-slideshow-slick button.slick-arrow.slick-prev, .footer-flex-section.selected_finishes .selected-finish-card .image-slideshow-slick button.slick-arrow.slick-prev {
          left: 0rem; }
          .flex-section.selected_finishes .selected-finish-card .image-slideshow-slick button.slick-arrow.slick-prev:before, .footer-flex-section.selected_finishes .selected-finish-card .image-slideshow-slick button.slick-arrow.slick-prev:before {
            content: '\f0d9'; }
        .flex-section.selected_finishes .selected-finish-card .image-slideshow-slick button.slick-arrow.slick-next, .footer-flex-section.selected_finishes .selected-finish-card .image-slideshow-slick button.slick-arrow.slick-next {
          right: 0rem; }
          .flex-section.selected_finishes .selected-finish-card .image-slideshow-slick button.slick-arrow.slick-next:before, .footer-flex-section.selected_finishes .selected-finish-card .image-slideshow-slick button.slick-arrow.slick-next:before {
            content: '\f0da'; }
    .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont {
      background-color: #f3f3f3;
      padding: 2rem 2rem 1rem 2rem; }
      @media screen and (min-width: 64em) {
        .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont {
          padding-bottom: 0; } }
      .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .finish-list-title, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .finish-list-title {
        color: #4C4C4C;
        margin-bottom: 2rem; }
      .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .selected-finish-swatch-cont, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .selected-finish-swatch-cont {
        width: 100%;
        position: relative; }
      .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item {
        width: 100%; }
        .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item .isotope-img:before, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item .isotope-img:before {
          display: none; }
        .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item .isotope-img:hover, .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item .isotope-img:focus, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item .isotope-img:hover, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item .isotope-img:focus {
          cursor: initial; }
        .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item label:hover, .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item label:focus, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item label:hover, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item label:focus {
          cursor: initial; }
          .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item label:hover .finish-name, .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item label:focus .finish-name, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item label:hover .finish-name, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item label:focus .finish-name {
            text-decoration: none;
            color: #898989; }
        @media screen and (min-width: 40em) {
          .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item {
            float: left;
            width: 22.5%;
            margin-right: 2.5%; } }
        @media screen and (min-width: 75em) {
          .flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item, .footer-flex-section.selected_finishes .selected-finish-card .selected-finish-list-cont .isotope-item {
            width: 17.5%; } }
  .flex-section.split_form_left, .flex-section.split_form_right, .footer-flex-section.split_form_left, .footer-flex-section.split_form_right {
    background-color: #ffffff;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media screen and (min-width: 40em) {
      .flex-section.split_form_left, .flex-section.split_form_right, .footer-flex-section.split_form_left, .footer-flex-section.split_form_right {
        padding-top: 0rem;
        padding-bottom: 6rem; } }
    .flex-section.split_form_left .gform_wrapper, .flex-section.split_form_left .gform_confirmation_wrapper, .flex-section.split_form_right .gform_wrapper, .flex-section.split_form_right .gform_confirmation_wrapper, .footer-flex-section.split_form_left .gform_wrapper, .footer-flex-section.split_form_left .gform_confirmation_wrapper, .footer-flex-section.split_form_right .gform_wrapper, .footer-flex-section.split_form_right .gform_confirmation_wrapper {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      background-color: #f3f3f3;
      padding: 1.25rem;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
      margin-bottom: 2rem; }
      @media screen and (min-width: 64em) {
        .flex-section.split_form_left .gform_wrapper, .flex-section.split_form_left .gform_confirmation_wrapper, .flex-section.split_form_right .gform_wrapper, .flex-section.split_form_right .gform_confirmation_wrapper, .footer-flex-section.split_form_left .gform_wrapper, .footer-flex-section.split_form_left .gform_confirmation_wrapper, .footer-flex-section.split_form_right .gform_wrapper, .footer-flex-section.split_form_right .gform_confirmation_wrapper {
          padding: 2rem; } }
    @media screen and (min-width: 40em) {
      .flex-section.split_form_left .gform_wrapper, .flex-section.split_form_right .gform_wrapper, .footer-flex-section.split_form_left .gform_wrapper, .footer-flex-section.split_form_right .gform_wrapper {
        padding: 3rem;
        margin-top: -8rem; } }
    @media screen and (min-width: 64em) {
      .flex-section.split_form_left .gform_wrapper, .flex-section.split_form_right .gform_wrapper, .footer-flex-section.split_form_left .gform_wrapper, .footer-flex-section.split_form_right .gform_wrapper {
        margin-top: -12.5rem; } }
    .flex-section.split_form_left .gform_wrapper .gform_heading .gform_title, .flex-section.split_form_right .gform_wrapper .gform_heading .gform_title, .footer-flex-section.split_form_left .gform_wrapper .gform_heading .gform_title, .footer-flex-section.split_form_right .gform_wrapper .gform_heading .gform_title {
      font-size: 2rem; }
      @media screen and (min-width: 40em) {
        .flex-section.split_form_left .gform_wrapper .gform_heading .gform_title, .flex-section.split_form_right .gform_wrapper .gform_heading .gform_title, .footer-flex-section.split_form_left .gform_wrapper .gform_heading .gform_title, .footer-flex-section.split_form_right .gform_wrapper .gform_heading .gform_title {
          font-size: 3rem; } }
    .flex-section.split_form_left .gform_wrapper .gform_body .gfield_label, .flex-section.split_form_right .gform_wrapper .gform_body .gfield_label, .footer-flex-section.split_form_left .gform_wrapper .gform_body .gfield_label, .footer-flex-section.split_form_right .gform_wrapper .gform_body .gfield_label {
      display: none; }
    .flex-section.split_form_left .gform_wrapper .gform_body .ginput_container li.gfield, .flex-section.split_form_right .gform_wrapper .gform_body .ginput_container li.gfield, .footer-flex-section.split_form_left .gform_wrapper .gform_body .ginput_container li.gfield, .footer-flex-section.split_form_right .gform_wrapper .gform_body .ginput_container li.gfield {
      display: block; }
    .flex-section.split_form_left .gform_wrapper .gform_body .ginput_container input[type=text], .flex-section.split_form_right .gform_wrapper .gform_body .ginput_container input[type=text], .footer-flex-section.split_form_left .gform_wrapper .gform_body .ginput_container input[type=text], .footer-flex-section.split_form_right .gform_wrapper .gform_body .ginput_container input[type=text] {
      padding: 0rem 0.5rem !important;
      height: 3rem;
      line-height: 1; }
    .flex-section.split_form_left .gform_wrapper .gform_body .ginput_container textarea, .flex-section.split_form_right .gform_wrapper .gform_body .ginput_container textarea, .footer-flex-section.split_form_left .gform_wrapper .gform_body .ginput_container textarea, .footer-flex-section.split_form_right .gform_wrapper .gform_body .ginput_container textarea {
      padding: 0.5rem 0.5rem !important; }
    .flex-section.split_form_left .gform_wrapper .gform_body .ginput_container input:not([type=submit]), .flex-section.split_form_left .gform_wrapper .gform_body .ginput_container textarea, .flex-section.split_form_right .gform_wrapper .gform_body .ginput_container input:not([type=submit]), .flex-section.split_form_right .gform_wrapper .gform_body .ginput_container textarea, .footer-flex-section.split_form_left .gform_wrapper .gform_body .ginput_container input:not([type=submit]), .footer-flex-section.split_form_left .gform_wrapper .gform_body .ginput_container textarea, .footer-flex-section.split_form_right .gform_wrapper .gform_body .ginput_container input:not([type=submit]), .footer-flex-section.split_form_right .gform_wrapper .gform_body .ginput_container textarea {
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
      border: none;
      border-radius: 6px;
      margin-bottom: 0; }
      .flex-section.split_form_left .gform_wrapper .gform_body .ginput_container input:not([type=submit]):focus, .flex-section.split_form_left .gform_wrapper .gform_body .ginput_container textarea:focus, .flex-section.split_form_right .gform_wrapper .gform_body .ginput_container input:not([type=submit]):focus, .flex-section.split_form_right .gform_wrapper .gform_body .ginput_container textarea:focus, .footer-flex-section.split_form_left .gform_wrapper .gform_body .ginput_container input:not([type=submit]):focus, .footer-flex-section.split_form_left .gform_wrapper .gform_body .ginput_container textarea:focus, .footer-flex-section.split_form_right .gform_wrapper .gform_body .ginput_container input:not([type=submit]):focus, .footer-flex-section.split_form_right .gform_wrapper .gform_body .ginput_container textarea:focus {
        border: 2px solid #302F2F; }
    .flex-section.split_form_left .gform_wrapper .gform_footer, .flex-section.split_form_right .gform_wrapper .gform_footer, .footer-flex-section.split_form_left .gform_wrapper .gform_footer, .footer-flex-section.split_form_right .gform_wrapper .gform_footer {
      text-align: center; }
      .flex-section.split_form_left .gform_wrapper .gform_footer .gform_button, .flex-section.split_form_right .gform_wrapper .gform_footer .gform_button, .footer-flex-section.split_form_left .gform_wrapper .gform_footer .gform_button, .footer-flex-section.split_form_right .gform_wrapper .gform_footer .gform_button {
        margin: 0rem;
        padding-left: 3rem;
        padding-right: 3rem; }
        .flex-section.split_form_left .gform_wrapper .gform_footer .gform_button:hover, .flex-section.split_form_left .gform_wrapper .gform_footer .gform_button:focus, .flex-section.split_form_left .gform_wrapper .gform_footer .gform_button:active, .flex-section.split_form_right .gform_wrapper .gform_footer .gform_button:hover, .flex-section.split_form_right .gform_wrapper .gform_footer .gform_button:focus, .flex-section.split_form_right .gform_wrapper .gform_footer .gform_button:active, .footer-flex-section.split_form_left .gform_wrapper .gform_footer .gform_button:hover, .footer-flex-section.split_form_left .gform_wrapper .gform_footer .gform_button:focus, .footer-flex-section.split_form_left .gform_wrapper .gform_footer .gform_button:active, .footer-flex-section.split_form_right .gform_wrapper .gform_footer .gform_button:hover, .footer-flex-section.split_form_right .gform_wrapper .gform_footer .gform_button:focus, .footer-flex-section.split_form_right .gform_wrapper .gform_footer .gform_button:active {
          color: #ffffff;
          background-color: #1e1e1e; }
      .flex-section.split_form_left .gform_wrapper .gform_footer img.gform_ajax_spinner, .flex-section.split_form_right .gform_wrapper .gform_footer img.gform_ajax_spinner, .footer-flex-section.split_form_left .gform_wrapper .gform_footer img.gform_ajax_spinner, .footer-flex-section.split_form_right .gform_wrapper .gform_footer img.gform_ajax_spinner {
        width: auto;
        padding: 0rem;
        margin-top: 2rem; }
    .flex-section.split_form_left .gform_confirmation_wrapper, .flex-section.split_form_right .gform_confirmation_wrapper, .footer-flex-section.split_form_left .gform_confirmation_wrapper, .footer-flex-section.split_form_right .gform_confirmation_wrapper {
      text-align: center; }
      .flex-section.split_form_left .gform_confirmation_wrapper .gform_confirmation_message, .flex-section.split_form_right .gform_confirmation_wrapper .gform_confirmation_message, .footer-flex-section.split_form_left .gform_confirmation_wrapper .gform_confirmation_message, .footer-flex-section.split_form_right .gform_confirmation_wrapper .gform_confirmation_message {
        padding: 2rem 0; }
        @media screen and (min-width: 40em) {
          .flex-section.split_form_left .gform_confirmation_wrapper .gform_confirmation_message, .flex-section.split_form_right .gform_confirmation_wrapper .gform_confirmation_message, .footer-flex-section.split_form_left .gform_confirmation_wrapper .gform_confirmation_message, .footer-flex-section.split_form_right .gform_confirmation_wrapper .gform_confirmation_message {
            padding: 2rem 1.5rem; } }
        @media screen and (min-width: 64em) {
          .flex-section.split_form_left .gform_confirmation_wrapper .gform_confirmation_message, .flex-section.split_form_right .gform_confirmation_wrapper .gform_confirmation_message, .footer-flex-section.split_form_left .gform_confirmation_wrapper .gform_confirmation_message, .footer-flex-section.split_form_right .gform_confirmation_wrapper .gform_confirmation_message {
            padding: 2rem; } }
    .flex-section.split_form_left .content-column .content-cont, .flex-section.split_form_right .content-column .content-cont, .footer-flex-section.split_form_left .content-column .content-cont, .footer-flex-section.split_form_right .content-column .content-cont {
      max-width: 25rem;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 40em) {
        .flex-section.split_form_left .content-column .content-cont, .flex-section.split_form_right .content-column .content-cont, .footer-flex-section.split_form_left .content-column .content-cont, .footer-flex-section.split_form_right .content-column .content-cont {
          padding-left: 0;
          padding-right: 0;
          margin-top: 5rem; } }
      .flex-section.split_form_left .content-column .content-cont a:not(.button), .flex-section.split_form_right .content-column .content-cont a:not(.button), .footer-flex-section.split_form_left .content-column .content-cont a:not(.button), .footer-flex-section.split_form_right .content-column .content-cont a:not(.button) {
        display: inline;
        color: #1e1e1e;
        text-decoration: underline; }
        .flex-section.split_form_left .content-column .content-cont a:not(.button):hover, .flex-section.split_form_left .content-column .content-cont a:not(.button):focus, .flex-section.split_form_left .content-column .content-cont a:not(.button):active, .flex-section.split_form_right .content-column .content-cont a:not(.button):hover, .flex-section.split_form_right .content-column .content-cont a:not(.button):focus, .flex-section.split_form_right .content-column .content-cont a:not(.button):active, .footer-flex-section.split_form_left .content-column .content-cont a:not(.button):hover, .footer-flex-section.split_form_left .content-column .content-cont a:not(.button):focus, .footer-flex-section.split_form_left .content-column .content-cont a:not(.button):active, .footer-flex-section.split_form_right .content-column .content-cont a:not(.button):hover, .footer-flex-section.split_form_right .content-column .content-cont a:not(.button):focus, .footer-flex-section.split_form_right .content-column .content-cont a:not(.button):active {
          color: #e42326; }
      .flex-section.split_form_left .content-column .content-cont a.button.download-warranty-form-button:before, .flex-section.split_form_right .content-column .content-cont a.button.download-warranty-form-button:before, .footer-flex-section.split_form_left .content-column .content-cont a.button.download-warranty-form-button:before, .footer-flex-section.split_form_right .content-column .content-cont a.button.download-warranty-form-button:before {
        content: '\f0ed';
        font-family: 'FontAwesome';
        margin-right: 1rem; }
    .flex-section.split_form_left.primary-color-bg .gform_wrapper, .flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper, .flex-section.split_form_right.primary-color-bg .gform_wrapper, .flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper, .footer-flex-section.split_form_left.primary-color-bg .gform_wrapper, .footer-flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper, .footer-flex-section.split_form_right.primary-color-bg .gform_wrapper, .footer-flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper {
      background-color: #e42326;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #ffffff;
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; }
    .flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper h1, .flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper h2, .flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper h3, .flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper h4, .flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper h5, .flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper h6, .flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper h1, .flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper h2, .flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper h3, .flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper h4, .flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper h5, .flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper h6, .footer-flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper h1, .footer-flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper h2, .footer-flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper h3, .footer-flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper h4, .footer-flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper h5, .footer-flex-section.split_form_left.primary-color-bg .gform_confirmation_wrapper h6, .footer-flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper h1, .footer-flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper h2, .footer-flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper h3, .footer-flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper h4, .footer-flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper h5, .footer-flex-section.split_form_right.primary-color-bg .gform_confirmation_wrapper h6 {
      color: #ffffff; }
    .flex-section.split_form_left.primary-color-bg .gform_wrapper, .flex-section.split_form_right.primary-color-bg .gform_wrapper, .footer-flex-section.split_form_left.primary-color-bg .gform_wrapper, .footer-flex-section.split_form_right.primary-color-bg .gform_wrapper {
      max-width: 30rem; }
      .flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_heading .gform_title, .flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_heading .gform_title, .footer-flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_heading .gform_title, .footer-flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_heading .gform_title {
        color: #ffffff;
        font-size: 1.25rem;
        color: #ffffff; }
        @media screen and (min-width: 40em) {
          .flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_heading .gform_title, .flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_heading .gform_title, .footer-flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_heading .gform_title, .footer-flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_heading .gform_title {
            font-size: 1.5rem; } }
      .flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_body .ginput_container input[type="text"], .flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_body .ginput_container textarea, .flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_body .ginput_container input[type="text"], .flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_body .ginput_container textarea, .footer-flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_body .ginput_container input[type="text"], .footer-flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_body .ginput_container textarea, .footer-flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_body .ginput_container input[type="text"], .footer-flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_body .ginput_container textarea {
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_footer .gform_button, .flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_footer .gform_button, .footer-flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_footer .gform_button, .footer-flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_footer .gform_button {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        width: 100%;
        max-width: none;
        background-color: #1e1e1e; }
        .flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_footer .gform_button:hover, .flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_footer .gform_button:focus, .flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_footer .gform_button:active, .flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_footer .gform_button:hover, .flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_footer .gform_button:focus, .flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_footer .gform_button:active, .footer-flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_footer .gform_button:hover, .footer-flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_footer .gform_button:focus, .footer-flex-section.split_form_left.primary-color-bg .gform_wrapper .gform_footer .gform_button:active, .footer-flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_footer .gform_button:hover, .footer-flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_footer .gform_button:focus, .footer-flex-section.split_form_right.primary-color-bg .gform_wrapper .gform_footer .gform_button:active {
          color: #e42326;
          background-color: #ffffff; }
      .flex-section.split_form_left.primary-color-bg .gform_wrapper.gform_validation_error .validation_error, .flex-section.split_form_right.primary-color-bg .gform_wrapper.gform_validation_error .validation_error, .footer-flex-section.split_form_left.primary-color-bg .gform_wrapper.gform_validation_error .validation_error, .footer-flex-section.split_form_right.primary-color-bg .gform_wrapper.gform_validation_error .validation_error {
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        color: #ffffff; }
      .flex-section.split_form_left.primary-color-bg .gform_wrapper.gform_validation_error .validation_message, .flex-section.split_form_right.primary-color-bg .gform_wrapper.gform_validation_error .validation_message, .footer-flex-section.split_form_left.primary-color-bg .gform_wrapper.gform_validation_error .validation_message, .footer-flex-section.split_form_right.primary-color-bg .gform_wrapper.gform_validation_error .validation_message {
        color: #ffffff; }
    .flex-section.split_form_left.primary-color-bg .content-column .content-cont, .flex-section.split_form_right.primary-color-bg .content-column .content-cont, .footer-flex-section.split_form_left.primary-color-bg .content-column .content-cont, .footer-flex-section.split_form_right.primary-color-bg .content-column .content-cont {
      margin-top: 1rem; }
  .flex-section.agent_search, .footer-flex-section.agent_search {
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 30rem;
    background-color: #f0f0f0; }
    @media screen and (min-width: 40em) {
      .flex-section.agent_search, .footer-flex-section.agent_search {
        padding-bottom: 13rem;
        min-height: 50rem; } }
    @media screen and (min-width: 75em) {
      .flex-section.agent_search, .footer-flex-section.agent_search {
        min-height: 60rem;
        padding-top: 8rem; } }
    @media screen and (min-width: 64em) {
      .flex-section.agent_search.has-bg, .footer-flex-section.agent_search.has-bg {
        -webkit-background-size: contain;
                background-size: contain; } }
    .flex-section.agent_search .search-column, .footer-flex-section.agent_search .search-column {
      max-width: 50rem; }
      .flex-section.agent_search .search-column .copy-text, .footer-flex-section.agent_search .search-column .copy-text {
        text-align: center; }
        .flex-section.agent_search .search-column .copy-text strong, .footer-flex-section.agent_search .search-column .copy-text strong {
          font-size: 1.125rem; }
      .flex-section.agent_search .search-column .ajax-dealer-search-cont, .footer-flex-section.agent_search .search-column .ajax-dealer-search-cont {
        background-color: #1e1e1e;
        padding: 1.5rem; }
        .flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-state-province, .flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-submit, .footer-flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-state-province, .footer-flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-submit {
          display: inline-block;
          margin-bottom: 0rem;
          height: 3.1875rem; }
        .flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-state-province, .footer-flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-state-province {
          border: none; }
          @media screen and (min-width: 40em) {
            .flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-state-province, .footer-flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-state-province {
              width: 79.7%;
              float: left;
              border-radius: 8px 0 0 8px; } }
          .flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-state-province:focus, .footer-flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-state-province:focus {
            border: 2px solid #e42326;
            outline: none;
            -webkit-box-shadow: none;
                    box-shadow: none; }
        .flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-submit, .footer-flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-submit {
          width: 100%;
          text-transform: uppercase;
          padding: 0.55rem;
          border: none;
          background-color: #e42326;
          color: #ffffff;
          -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
          font-weight: 700; }
          @media screen and (min-width: 40em) {
            .flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-submit, .footer-flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-submit {
              border-radius: 0 8px 8px 0;
              width: 19.7%;
              float: left; } }
          .flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-submit:hover, .flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-submit:active, .flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-submit:focus, .footer-flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-submit:hover, .footer-flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-submit:active, .footer-flex-section.agent_search .search-column .ajax-dealer-search-cont .ajax-dealer-search-form .search-submit:focus {
            background-color: #8f1214;
            color: #ffffff; }
      @media screen and (min-width: 40em) {
        .flex-section.agent_search .search-column .ajax-dealer-search-completion-cont, .footer-flex-section.agent_search .search-column .ajax-dealer-search-completion-cont {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
      .flex-section.agent_search .search-column .ajax-dealer-search-completion-cont .st-completion, .footer-flex-section.agent_search .search-column .ajax-dealer-search-completion-cont .st-completion {
        background-color: #f6f6f6;
        padding: 0.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        color: #302F2F;
        text-transform: uppercase;
        font-weight: 700; }
        .flex-section.agent_search .search-column .ajax-dealer-search-completion-cont .st-completion:hover, .flex-section.agent_search .search-column .ajax-dealer-search-completion-cont .st-completion:focus, .flex-section.agent_search .search-column .ajax-dealer-search-completion-cont .st-completion:active, .footer-flex-section.agent_search .search-column .ajax-dealer-search-completion-cont .st-completion:hover, .footer-flex-section.agent_search .search-column .ajax-dealer-search-completion-cont .st-completion:focus, .footer-flex-section.agent_search .search-column .ajax-dealer-search-completion-cont .st-completion:active {
          background-color: #d3d3d3; }
      @media screen and (min-width: 40em) {
        .flex-section.agent_search .search-column .ajax-dealer-search-result-cont, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont {
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          background-color: #1e1e1e; }
          .flex-section.agent_search .search-column .ajax-dealer-search-result-cont:not(:empty), .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont:not(:empty) {
            padding-bottom: 1.5rem; } }
      .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .dealer-name, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .dealer-name {
        text-transform: none; }
      .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .dealer-summary, .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .no-dealers-found, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .dealer-summary, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .no-dealers-found {
        background-color: #f6f6f6;
        padding: 1.5rem; }
        @media screen and (min-width: 40em) {
          .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .dealer-summary, .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .no-dealers-found, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .dealer-summary, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .no-dealers-found {
            padding-left: 3rem;
            padding-right: 3rem; }
            .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .dealer-summary:first-child, .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .no-dealers-found:first-child, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .dealer-summary:first-child, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .no-dealers-found:first-child {
              padding-top: 3rem; }
            .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .dealer-summary:last-child, .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .no-dealers-found:last-child, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .dealer-summary:last-child, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .no-dealers-found:last-child {
              padding-bottom: 3rem; } }
        .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont, .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .no-dealers-found .contact-button-cont, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .dealer-summary .contact-button-cont, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .no-dealers-found .contact-button-cont {
          display: none; }
      .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont {
        display: inline-block; }
        @media screen and (min-width: 40em) {
          .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont {
            width: 50%; } }
        .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .meta-label, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .meta-label {
          display: inline-block;
          font-weight: 700; }
          .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .meta-label:after, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .meta-label:after {
            content: ':';
            margin-right: 0.5rem; }
        .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .value, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .value {
          display: inline-block; }
          .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .value a.meta-link, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .value a.meta-link {
            text-decoration: underline;
            color: #1e1e1e; }
            .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .value a.meta-link:hover, .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .value a.meta-link:focus, .flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .value a.meta-link:active, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .value a.meta-link:hover, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .value a.meta-link:focus, .footer-flex-section.agent_search .search-column .ajax-dealer-search-result-cont .meta-label-cont .value a.meta-link:active {
              color: #e42326; }
  .flex-section.vertical_copy_callout, .footer-flex-section.vertical_copy_callout {
    padding-left: 0rem;
    padding-right: 0rem; }
    .flex-section.vertical_copy_callout .copy-column-cont, .footer-flex-section.vertical_copy_callout .copy-column-cont {
      background-color: #ffffff; }
    .flex-section.vertical_copy_callout .icon-list-column-cont, .footer-flex-section.vertical_copy_callout .icon-list-column-cont {
      background-color: #f3f3f3; }
    .flex-section.vertical_copy_callout .row.column, .flex-section.vertical_copy_callout .row.columns, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.gallery-item, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.gallery-item, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.gallery-item, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.gallery-item, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.gallery-item, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.gallery-item, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.gallery-item, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.gallery-item, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.gallery-item, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.gallery-item, .footer-flex-section.vertical_copy_callout .row.column, .footer-flex-section.vertical_copy_callout .row.columns, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.gallery-item, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.gallery-item, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.gallery-item, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.gallery-item, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.gallery-item, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.gallery-item, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.gallery-item, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.gallery-item, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.gallery-item, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.gallery-item {
      padding-top: 3rem;
      padding-bottom: 3rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      @media screen and (min-width: 40em) {
        .flex-section.vertical_copy_callout .row.column, .flex-section.vertical_copy_callout .row.columns, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.gallery-item, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.gallery-item, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.gallery-item, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.gallery-item, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.gallery-item, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.gallery-item, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.gallery-item, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.gallery-item, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.gallery-item, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.gallery-item, .footer-flex-section.vertical_copy_callout .row.column, .footer-flex-section.vertical_copy_callout .row.columns, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.gallery-item, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.gallery-item, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.gallery-item, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.gallery-item, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.gallery-item, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.gallery-item, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.gallery-item, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.gallery-item, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.gallery-item, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.gallery-item {
          padding-top: 5rem;
          padding-bottom: 5rem;
          padding-right: 20rem;
          padding-left: 2rem; } }
      .flex-section.vertical_copy_callout .row.column.copy-column img, .flex-section.vertical_copy_callout .row.copy-column.columns img, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.copy-column.gallery-item img, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.copy-column.gallery-item img, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.copy-column.gallery-item img, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.copy-column.gallery-item img, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.copy-column.gallery-item img, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.copy-column.gallery-item img, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.copy-column.gallery-item img, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.copy-column.gallery-item img, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.copy-column.gallery-item img, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.copy-column.gallery-item img, .footer-flex-section.vertical_copy_callout .row.column.copy-column img, .footer-flex-section.vertical_copy_callout .row.copy-column.columns img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.copy-column.gallery-item img, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.copy-column.gallery-item img, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.copy-column.gallery-item img, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.copy-column.gallery-item img, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.copy-column.gallery-item img, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item img {
        height: auto;
        max-height: 6rem;
        width: auto; }
      .flex-section.vertical_copy_callout .row.column.copy-column .imgrow br, .flex-section.vertical_copy_callout .row.copy-column.columns .imgrow br, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.copy-column.gallery-item .imgrow br, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow br, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.copy-column.gallery-item .imgrow br, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow br, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.copy-column.gallery-item .imgrow br, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow br, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.copy-column.gallery-item .imgrow br, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow br, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.copy-column.gallery-item .imgrow br, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow br, .footer-flex-section.vertical_copy_callout .row.column.copy-column .imgrow br, .footer-flex-section.vertical_copy_callout .row.copy-column.columns .imgrow br, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.copy-column.gallery-item .imgrow br, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow br, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.copy-column.gallery-item .imgrow br, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow br, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.copy-column.gallery-item .imgrow br, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow br, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.copy-column.gallery-item .imgrow br, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow br, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.copy-column.gallery-item .imgrow br, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow br {
        display: none; }
      .flex-section.vertical_copy_callout .row.column.copy-column .imgrow img, .flex-section.vertical_copy_callout .row.copy-column.columns .imgrow img, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .footer-flex-section.vertical_copy_callout .row.column.copy-column .imgrow img, .footer-flex-section.vertical_copy_callout .row.copy-column.columns .imgrow img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img {
        display: inline-block;
        padding: 1rem; }
        @media screen and (min-width: 40em) {
          .flex-section.vertical_copy_callout .row.column.copy-column .imgrow img, .flex-section.vertical_copy_callout .row.copy-column.columns .imgrow img, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .footer-flex-section.vertical_copy_callout .row.column.copy-column .imgrow img, .footer-flex-section.vertical_copy_callout .row.copy-column.columns .imgrow img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.copy-column.gallery-item .imgrow img, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.copy-column.gallery-item .imgrow img {
            max-width: 33.3333%;
            float: left; } }
      .flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-heading, .flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-heading, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .footer-flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-heading, .footer-flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-heading, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading {
        margin-bottom: 2rem;
        text-align: center; }
        @media screen and (min-width: 40em) {
          .flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-heading, .flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-heading, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .footer-flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-heading, .footer-flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-heading, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-heading, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-heading {
            text-align: left; } }
      .flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry, .flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry, .footer-flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry {
        position: relative; }
        @media screen and (min-width: 40em) {
          .flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry, .flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry, .footer-flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry {
            margin-left: -2rem; } }
        @media screen and (min-width: 64em) {
          .flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry, .flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry, .footer-flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry {
            margin-left: -1rem; } }
        @media screen and (min-width: 75em) {
          .flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry, .flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry, .footer-flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry {
            margin-left: -2rem; } }
        .flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry .icon-column, .flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry .icon-column, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .footer-flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry .icon-column, .footer-flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry .icon-column, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry .icon-column, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon-column {
          padding: 0rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-top: 1rem;
          padding-bottom: 1rem; }
        .flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry .icon, .flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry .icon, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon {
          margin-left: auto;
          margin-right: auto;
          max-width: 5.625rem;
          height: 100%;
          width: auto; }
          @media screen and (min-width: 40em) {
            .flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry .icon, .flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry .icon, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry .icon, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .icon {
              margin-left: auto; } }
        .flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry .label-column, .flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry .label-column, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry .label-column, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry .label-column, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry .label-column, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry .label-column, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry .label-column, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column, .footer-flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry .label-column, .footer-flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry .label-column, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry .label-column, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry .label-column, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry .label-column, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry .label-column, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry .label-column, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column {
          padding-top: 1rem;
          padding-bottom: 1rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: left;
              -ms-flex-pack: left;
                  justify-content: left; }
          .flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry .label-column .label-cont, .flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry .label-column .label-cont, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont {
            text-align: center; }
            @media screen and (min-width: 40em) {
              .flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry .label-column .label-cont, .flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry .label-column .label-cont, .flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-5 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-6 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-7 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-8 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-9 .flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .row.column.icon-list-column .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .row.icon-list-column.columns .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-5 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-5 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-6 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-6 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-7 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-7 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-8 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-8 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .footer-flex-section.vertical_copy_callout .gallery.gallery-columns-9 .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont, .gallery.gallery-columns-9 .footer-flex-section.vertical_copy_callout .row.icon-list-column.gallery-item .icon-list-entry .label-column .label-cont {
                text-align: left;
                max-width: 35rem; } }
    .flex-section.vertical_copy_callout .rt-fg-img, .footer-flex-section.vertical_copy_callout .rt-fg-img {
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (min-width: 40em) {
      .flex-section.vertical_copy_callout .rt-fg-img, .footer-flex-section.vertical_copy_callout .rt-fg-img {
        width: calc((50vw - 37.5rem) + 18rem);
        height: 100%;
        position: absolute;
        top: 0rem;
        right: 0rem;
        bottom: 0rem; } }
  .flex-section.accordion_info, .footer-flex-section.accordion_info {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ffffff; }
    .flex-section.accordion_info ul.accordion, .footer-flex-section.accordion_info ul.accordion {
      background-color: #f3f3f3;
      padding: 1rem; }
      @media screen and (min-width: 40em) {
        .flex-section.accordion_info ul.accordion, .footer-flex-section.accordion_info ul.accordion {
          padding: 3rem; } }
      .flex-section.accordion_info ul.accordion li .accordion-title, .flex-section.accordion_info ul.accordion li .accordion-content, .footer-flex-section.accordion_info ul.accordion li .accordion-title, .footer-flex-section.accordion_info ul.accordion li .accordion-content {
        color: #1e1e1e; }
      .flex-section.accordion_info ul.accordion li .accordion-title, .footer-flex-section.accordion_info ul.accordion li .accordion-title {
        font-size: 1.25rem;
        font-weight: bold;
        text-transform: uppercase;
        padding: 2rem;
        padding-left: 3rem;
        line-height: 1.5; }
        @media screen and (min-width: 40em) {
          .flex-section.accordion_info ul.accordion li .accordion-title, .footer-flex-section.accordion_info ul.accordion li .accordion-title {
            line-height: 1;
            padding-left: 5rem; } }
        .flex-section.accordion_info ul.accordion li .accordion-title:before, .footer-flex-section.accordion_info ul.accordion li .accordion-title:before {
          content: '\f0da';
          font-family: 'FontAwesome';
          margin-right: 1rem;
          display: inline-block;
          color: #e42326;
          font-size: 2rem;
          top: 2rem;
          left: 1rem; }
          @media screen and (min-width: 40em) {
            .flex-section.accordion_info ul.accordion li .accordion-title:before, .footer-flex-section.accordion_info ul.accordion li .accordion-title:before {
              left: 2rem;
              top: calc( 50% - 0.4rem);
              right: unset; } }
        .flex-section.accordion_info ul.accordion li .accordion-title[aria-expanded=true]:before, .footer-flex-section.accordion_info ul.accordion li .accordion-title[aria-expanded=true]:before {
          content: '\f0d7'; }
      .flex-section.accordion_info ul.accordion li .accordion-content, .footer-flex-section.accordion_info ul.accordion li .accordion-content {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
        padding: 2rem; }
        .flex-section.accordion_info ul.accordion li .accordion-content a, .footer-flex-section.accordion_info ul.accordion li .accordion-content a {
          display: inline;
          color: #1e1e1e;
          text-decoration: underline; }
          .flex-section.accordion_info ul.accordion li .accordion-content a:hover, .flex-section.accordion_info ul.accordion li .accordion-content a:focus, .flex-section.accordion_info ul.accordion li .accordion-content a:active, .footer-flex-section.accordion_info ul.accordion li .accordion-content a:hover, .footer-flex-section.accordion_info ul.accordion li .accordion-content a:focus, .footer-flex-section.accordion_info ul.accordion li .accordion-content a:active {
            color: #e42326; }
  .flex-section.has-bg, .footer-flex-section.has-bg {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #1e1e1e; }
    .flex-section.has-bg.full_width_text.light-bg, .footer-flex-section.has-bg.full_width_text.light-bg {
      color: #302F2F; }
      .flex-section.has-bg.full_width_text.light-bg p, .footer-flex-section.has-bg.full_width_text.light-bg p {
        color: #3f3e3e; }
  .flex-section.hidden, .footer-flex-section.hidden {
    display: none; }

@media screen and (min-width: 64em) {
  .footer-flex-section.heading_row {
    min-height: 31.25rem;
    padding-top: 8.3125rem;
    padding-bottom: 8.3125rem; } }

.footer-flex-section.abs_angled_callout .overlay-triangle {
  display: none; }

@media screen and (min-width: 40em) {
  .footer-flex-section.abs_angled_callout .overlay-triangle {
    display: block; } }

.form-confirmation-reveal {
  padding: 2rem;
  padding-top: 3rem; }
  @media screen and (min-width: 40em) {
    .form-confirmation-reveal {
      padding: 3rem; } }
  @media screen and (min-width: 64em) {
    .form-confirmation-reveal {
      padding: 5rem; } }
  .form-confirmation-reveal .close-button {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 1rem;
    font-weight: 700;
    color: #4C4C4C; }
    .form-confirmation-reveal .close-button span {
      text-decoration: none; }
    .form-confirmation-reveal .close-button:hover, .form-confirmation-reveal .close-button:focus, .form-confirmation-reveal .close-button:active {
      color: #e42326;
      background-color: #f3f3f3; }
  .form-confirmation-reveal .form-confirmation-reveal-inner-text {
    text-align: center; }
    .form-confirmation-reveal .form-confirmation-reveal-inner-text p {
      font-size: 0.85rem; }
    .form-confirmation-reveal .form-confirmation-reveal-inner-text strong {
      font-weight: normal;
      font-size: 1.125rem; }

body.page.page-id-685 .flex-section.abs_angled_callout#flex-section-abs_angled_callout-0 .overlay-triangle {
  border-bottom: 7rem solid #f2f2f2; }

body.page.page-id-710 .flex-section.abs_angled_callout#flex-section-abs_angled_callout-3 .overlay-triangle {
  display: none; }
  @media screen and (min-width: 40em) {
    body.page.page-id-710 .flex-section.abs_angled_callout#flex-section-abs_angled_callout-3 .overlay-triangle {
      display: block; } }

/*# sourceMappingURL=foundation.css.map */

/*Swatch css */

.isotope-item {
  position: relative;
  display: block;
  height: 190px; /* 7rem */
  width: 100%;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
  border-radius: 8px 8px 0 0;
  margin-bottom: 16px; /* 1rem */
}

.isotope-item .isotope-item-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}

.isotope-item .isotope-caption,
.isotope-item .isotope-img {
  width: 100%;
}

.isotope-item .isotope-caption {
  padding: 8px 12px;
  display: flex;
  height: 50%;
  justify-content: center;
  align-items: center;
}

.isotope-item .isotope-caption label:hover,
.isotope-item .isotope-caption label:focus {
  cursor: pointer;
}

.isotope-item .isotope-caption label:hover .finish-name,
.isotope-item .isotope-caption label:focus .finish-name {
  text-decoration: underline;
  color: #000;
}

.isotope-item .isotope-img {
  height: auto;
  min-height: 50%;
  flex-grow: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.isotope-item .isotope-img:hover,
.isotope-item .isotope-img:focus {
  cursor: pointer;
}

.isotope-item .swatch-zoom-icon {
  text-align: right;
}

.isotope-item .finish-name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins" !important;
}
.filter-item .filter-link {
  font-family: "Poppins" !important;
}

.isotope-item .finish-name,
.isotope-item .category-name,
.isotope-item .dm-number {
  text-align: center;
  line-height: 1.4;
  color: #666;
  display: block;
}

.isotope-item .category-name {
  display: none;
}

.isotope-item .check-column .swatch-zoom-icon,
.isotope-item .check-column input[type=checkbox] {
  display: block;
  height: 24px;
  width: 24px;
  margin-top: 8px;
  margin-bottom: 0;
}

/* Medium screens */
@media (min-width: 768px) {
  .isotope-item {
    width: 45%;
    height: 80px; /* 5rem */
    margin-bottom: 32px;
    height: 190px; /* 11rem */
    width: 22.5%;
  }
  
  .isotope-item .isotope-img {
    min-height: 45%;
  }
  
  .isotope-item .isotope-caption {
    height: 55%;
  }
  

  .isotope-item .finish-name,
  .isotope-item .category-name,
  .isotope-item .dm-number {
    text-align: left;
  }
}

/* Extra large screens */
@media (min-width: 1200px) {
  .isotope-item {
    width: 17.5%;
  }
}

/* Expanded state */
.isotope-item.is-expanded {
  width: 95%;
  height: 176px; /* 11rem */
}

.isotope-item.is-expanded .isotope-caption {
  height: 40%;
}

@media (min-width: 768px) {
  .isotope-item.is-expanded {
    width: 72.5%;
    height: 384px; /* 24rem */
  }

  .isotope-item.is-expanded .isotope-img {
    height: 336px; /* 21rem */
  }
}

@media (min-width: 1200px) {
  .isotope-item.is-expanded {
    width: 77.5%;
  }
}

/* Hide items */
.isotope-item.load-more-hidden {
  display: none;
}

/*Swatch css end*/

