@charset "UTF-8";
/**
 * Reusable spacers.
 */
/**
 * Inner Width
 */
/** 
 * Layer Variables
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("//hello.myfonts.net/count/37a98f");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@font-face {
  font-family: "FontAwesome";
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
* COMMON MIXINS
* Creates a css arrow "chevron" element
* Author: Jon Paul Harvey (jharvey@w2ogroup.com)
*/
/**
* rtl: 
* Standard RTL output vars
* Author: Jon Paul Harvey (jharvey@w2ogroup.com)
*/
/**
* cheron: 
* Creates a css arrow "chevron" element
* Author: Jon Paul Harvey (jharvey@w2ogroup.com)
*/
/**
* rhythm: 
* Adds font-size and line-height in rem with a px fallback
* Author: Jon Paul Harvey (jharvey@w2ogroup.com)
*/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
figure, h1, h3, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.flex-viewport {
  height: auto !important;
}

.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}
.object-fit--top-left.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
  font-family: "object-fit: cover; object-position: top left";
}
.object-fit--top-left.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top left;
  object-position: top left;
  font-family: "object-fit: contain; object-position: top left";
}
.object-fit--top-center.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
}
.object-fit--top-center.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: contain; object-position: top center";
}
.object-fit--top-right.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
  font-family: "object-fit: cover; object-position: top right";
}
.object-fit--top-right.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top right;
  object-position: top right;
  font-family: "object-fit: contain; object-position: top right";
}
.object-fit--center-left.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center left;
  object-position: center left;
  font-family: "object-fit: cover; object-position: center left";
}
.object-fit--center-left.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center left;
  object-position: center left;
  font-family: "object-fit: contain; object-position: center left";
}
.object-fit--center-center.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center";
}
.object-fit--center-center.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: contain; object-position: center center";
}
.object-fit--center-right.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
  font-family: "object-fit: cover; object-position: center right";
}
.object-fit--center-right.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center right;
  object-position: center right;
  font-family: "object-fit: contain; object-position: center right";
}
.object-fit--bottom-left.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom left;
  object-position: bottom left;
  font-family: "object-fit: cover; object-position: bottom left";
}
.object-fit--bottom-left.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom left;
  object-position: bottom left;
  font-family: "object-fit: contain; object-position: bottom left";
}
.object-fit--bottom-center.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
  font-family: "object-fit: cover; object-position: bottom center";
}
.object-fit--bottom-center.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
  font-family: "object-fit: contain; object-position: bottom center";
}
.object-fit--bottom-right.object-fit--cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom right;
  object-position: bottom right;
  font-family: "object-fit: cover; object-position: bottom right";
}
.object-fit--bottom-right.object-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
  font-family: "object-fit: contain; object-position: bottom right";
}

[class*=object-fit] {
  width: 100%;
  height: 100%;
}

/**
 * Media Sizes
 */
/**
 * Named media queries.
 * @see sass/config/variables/_media-sizes.scss
 */
@font-face {
  font-family: "Avenir-Black";
  src: url("assets/fonts/37A98F_0_0.eot");
  src: url("assets/fonts/37A98F_0_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/37A98F_0_0.woff2") format("woff2"), url("assets/fonts/37A98F_0_0.woff") format("woff"), url("assets/fonts/37A98F_0_0.ttf") format("truetype"), url("assets/fonts/37A98F_0_0.svg#wf") format("svg");
}
@font-face {
  font-family: "Avenir-Black-Italic";
  src: url("assets/fonts/37A98F_1_0.eot");
  src: url("assets/fonts/37A98F_1_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/37A98F_1_0.woff2") format("woff2"), url("assets/fonts/37A98F_1_0.woff") format("woff"), url("assets/fonts/37A98F_1_0.ttf") format("truetype"), url("assets/fonts/37A98F_1_0.svg#wf") format("svg");
}
@font-face {
  font-family: "Avenir-Bold";
  src: url("assets/fonts/37A98F_0_0.eot");
  src: url("assets/fonts/37A98F_0_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/37A98F_0_0.woff2") format("woff2"), url("assets/fonts/37A98F_0_0.woff") format("woff"), url("assets/fonts/37A98F_0_0.ttf") format("truetype"), url("assets/fonts/37A98F_0_0.svg#wf") format("svg");
}
@font-face {
  font-family: "Avenir-Bold-Italic";
  src: url("assets/fonts/37A98F_1_0.eot");
  src: url("assets/fonts/37A98F_1_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/37A98F_1_0.woff2") format("woff2"), url("assets/fonts/37A98F_1_0.woff") format("woff"), url("assets/fonts/37A98F_1_0.ttf") format("truetype"), url("assets/fonts/37A98F_1_0.svg#wf") format("svg");
}
@font-face {
  font-family: "Avenir-Heavy";
  src: url("assets/fonts/37A98F_0_0.eot");
  src: url("assets/fonts/37A98F_0_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/37A98F_0_0.woff2") format("woff2"), url("assets/fonts/37A98F_0_0.woff") format("woff"), url("assets/fonts/37A98F_0_0.ttf") format("truetype"), url("assets/fonts/37A98F_0_0.svg#wf") format("svg");
}
@font-face {
  font-family: "Avenir-Heavy-Italic";
  src: url("assets/fonts/37A98F_1_0.eot");
  src: url("assets/fonts/37A98F_1_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/37A98F_1_0.woff2") format("woff2"), url("assets/fonts/37A98F_1_0.woff") format("woff"), url("assets/fonts/37A98F_1_0.ttf") format("truetype"), url("assets/fonts/37A98F_1_0.svg#wf") format("svg");
}
/*@font-face {
    font-family: "Avenir-Black-Italic";
    src: url('assets/fonts/37A98F_4_0.eot');
    src: url('assets/fonts/37A98F_4_0.eot?#iefix') format('embedded-opentype'), url('assets/fonts/37A98F_4_0.woff2') format('woff2'), url('assets/fonts/37A98F_4_0.woff') format('woff'), url('assets/fonts/37A98F_4_0.ttf') format('truetype'), url('assets/fonts/37A98F_4_0.svg#wf') format('svg');
}


@font-face {
    font-family: "Avenir-Black";
    src: url('assets/fonts/37A98F_5_0.eot');
    src: url('assets/fonts/37A98F_5_0.eot?#iefix') format('embedded-opentype'), url('assets/fonts/37A98F_5_0.woff2') format('woff2'), url('assets/fonts/37A98F_5_0.woff') format('woff'), url('assets/fonts/37A98F_5_0.ttf') format('truetype'), url('assets/fonts/37A98F_5_0.svg#wf') format('svg');
}*/
@font-face {
  font-family: "Avenir-Light-Italic";
  src: url("assets/fonts//37A98F_6_0.eot");
  src: url("assets/fonts/37A98F_6_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/37A98F_6_0.woff2") format("woff2"), url("assets/fonts/37A98F_6_0.woff") format("woff"), url("assets/fonts/37A98F_6_0.ttf") format("truetype"), url("assets/fonts/37A98F_6_0.svg#wf") format("svg");
}
@font-face {
  font-family: "Avenir-Light";
  src: url("assets/fonts/37A98F_7_0.eot");
  src: url("assets/fonts/37A98F_7_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/37A98F_7_0.woff2") format("woff2"), url("assets/fonts/37A98F_7_0.woff") format("woff"), url("assets/fonts/37A98F_7_0.ttf") format("truetype"), url("assets/fonts/37A98F_7_0.svg#wf") format("svg");
}
@font-face {
  font-family: "Avenir-Medium-Italic";
  src: url("assets/fonts/37A98F_8_0.eot");
  src: url("assets/fonts/37A98F_8_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/37A98F_8_0.woff2") format("woff2"), url("assets/fonts/37A98F_8_0.woff") format("woff"), url("assets/fonts/37A98F_8_0.ttf") format("truetype"), url("assets/fonts/37A98F_8_0.svg#wf") format("svg");
}
@font-face {
  font-family: "Avenir";
  src: url("assets/fonts/37A98F_9_0.eot");
  src: url("assets/fonts/37A98F_9_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/37A98F_9_0.woff2") format("woff2"), url("assets/fonts/37A98F_9_0.woff") format("woff"), url("assets/fonts/37A98F_9_0.ttf") format("truetype"), url("assets/fonts/37A98F_9_0.svg#wf") format("svg");
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("assets/fonts/37A98F_A_0.eot");
  src: url("assets/fonts/37A98F_A_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/37A98F_A_0.woff2") format("woff2"), url("assets/fonts/37A98F_A_0.woff") format("woff"), url("assets/fonts/37A98F_A_0.ttf") format("truetype"), url("assets/fonts/37A98F_A_0.svg#wf") format("svg");
}
/* Font Awesome */
@font-face {
  font-family: "Pro-Brands";
  src: url("assets/fonts/Pro-Brands/FontAwesome5ProBrands.ttf") format("truetype");
}
@font-face {
  font-family: "Pro-Regular";
  src: url("assets/fonts/Pro-Regular/FontAwesome5ProRegular.ttf") format("truetype");
}
body {
  font-size: 100%;
  font-family: "Avenir", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 59px;
  line-height: 3.6875rem;
  color: #003660;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 59px;
  line-height: 3.6875rem;
  color: #003660;
}
h2 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

h3,
h4 {
  font-family: "Avenir-Black";
  color: #003660;
  margin-bottom: 5px;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: 0;
}

a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

h1 {
  color: #76777B;
  margin-bottom: 1em;
}

p {
  margin-bottom: 1em;
}
p.grey {
  color: #76777B !important;
}
p.intro {
  font-size: 16px !important;
  line-height: 22px !important;
}

ul {
  list-style: disc;
}
ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #003660;
}

strong {
  font-family: "Avenir-Medium";
}

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

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

.text-center {
  text-align: center;
}
.text-center .panel-grid-cell {
  text-align: center;
}

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

body {
  font-size: 100%;
}

a.document-link {
  padding-left: 26px;
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
  color: #3C8CAE;
  text-decoration: none;
}
a.document-link:hover {
  text-decoration: underline;
}
a.document-link:after {
  font-family: "Pro-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #3C8CAE;
  content: "";
  position: absolute;
  left: 0;
}
a.page-link {
  padding-left: 26px;
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
  color: #3C8CAE;
  text-decoration: none;
}
a.page-link:hover {
  text-decoration: underline;
}
a.page-link:after {
  font-family: "Pro-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #3C8CAE;
  content: "";
  position: absolute;
  left: 0;
}
a.back-link {
  font-family: "Avenir-Bold";
  text-transform: uppercase;
  margin-top: 2rem;
  display: block;
  padding-left: 2rem;
  color: #003660 !important;
}
a.back-link:before {
  content: "";
  font-family: "Pro-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #3C8CAE;
  padding-right: 0.5rem;
}
a.dark-blue-link {
  font-family: "Avenir-Black";
  color: #003660;
  text-decoration: none;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.6em;
  font-size: 0.65em;
  display: inline-block;
  text-decoration: none;
  text-indent: 0;
}

sub {
  top: 0.4em;
}

/**
 * Masthead.
 *
 * Color Swatches for the Masthead.
 *
 * @since 1.0.0
 */
[data-name=int_page_title_bg] ul.acf-radio-list li {
  display: inline-block;
}
[data-name=int_page_title_bg] ul.acf-radio-list label {
  position: relative;
}

.swatch {
  padding-right: 15px;
  display: inline-block;
}
.swatch:before {
  color: #FFF;
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 5px;
  border: 1px solid #ddd;
}

.bg-blue-dark-bvi:not(.swatch) {
  background-color: rgba(0, 56, 101, 0.5);
}

.swatch.bg-blue-dark-bvi:before {
  background-color: #003865;
}

.bg-blue-mid-bvi:not(.swatch) {
  background-color: rgba(78, 135, 160, 0.5);
}

.bg-blue-sky-bvi:not(.swatch) {
  background-color: #3C8CAF;
}

.swatch.bg-blue-sky-bvi:before {
  background-color: #3C8CAF;
}

.swatch.bg-blue-mid-bvi:before {
  background-color: #4e87a0;
}

.bg-blue-midv-bvi:not(.swatch) {
  background-color: rgba(65, 116, 141, 0.5);
}

.swatch.bg-blue-midv-bvi:before {
  background-color: #41748d;
}

.bg-blue-light-bvi:not(.swatch) {
  background-color: rgba(91, 194, 231, 0.5);
}

.swatch.bg-blue-light-bvi:before {
  background-color: #5bc2e7;
}

.bg-default:not(.swatch) {
  background-color: white;
}

.swatch.bg-default:before {
  background-color: white;
}

[class^=icon-] {
  font-size: 18px;
  position: relative;
  top: 4px;
}

@media print {
  html, body {
    width: 210mm;
    max-width: 210mm;
    height: 297mm;
  }
  html .panel-grid, body .panel-grid {
    width: 200mm !important;
  }

  header {
    position: relative !important;
  }
  header #logo {
    background: none !important;
  }
  header #logo img {
    display: block !important;
    padding: 26px;
  }

  main {
    padding: 0 !important;
  }
  main .wc-tab {
    display: block !important;
  }
  main .wc-tab ul {
    margin: 0 !important;
  }
  main .w2o-accordion-content {
    max-height: 10000em !important;
  }

  #main-menu nav,
#utility-menu,
.wc-tabs,
#breadcrumb,
#w2o-search-control-label,
section.related,
.wc-tab.no-print,
footer {
    display: none !important;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }

  table.product_variations tr {
    display: block !important;
  }
  table.product_variations tfooter {
    display: none !important;
  }
}
@page {
  size: A4;
  margin: 0;
}
.panel-layout {
  text-align: center;
}

.panel-grid {
  text-align: left;
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 26px;
}
@media (max-width: 1200px) {
  .panel-grid {
    width: 100%;
    max-width: 100%;
  }
}

.panel-grid-cell {
  float: left;
}

.row {
  margin-bottom: 100px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.cols1,
.cols2,
.cols3,
.cols4,
.cols5,
.cols6,
.cols7,
.cols8,
.cols9,
.cols10,
.cols11,
.cols12 {
  margin-left: -13px;
  margin-right: -13px;
}

.panel-grid-cell {
  padding-left: 13px;
  padding-right: 13px;
}
.panel-grid-cell.nomargin {
  margin-bottom: 0;
}

.cols1 .panel-grid-cell {
  width: 100%;
}

.cols2 .panel-grid-cell {
  width: 50%;
}
.cols2.imbalanced-left .panel-grid-cell:first-child {
  width: 75%;
}
.cols2.imbalanced-left .panel-grid-cell:last-child {
  width: 25%;
}
.cols2.imbalanced-right .panel-grid-cell:first-child {
  width: 25%;
}
.cols2.imbalanced-right .panel-grid-cell:last-child {
  width: 75%;
}

.cols3 .panel-grid-cell {
  width: 33.33333333%;
}

.cols4 .panel-grid-cell {
  width: 25%;
}

.cols5 .panel-grid-cell {
  width: 20%;
}

.cols6 .panel-grid-cell {
  width: 16.66666666%;
}

.cols7 .panel-grid-cell {
  width: 14.28%;
}

.cols8 .panel-grid-cell {
  width: 12.5%;
}

.cols9 .panel-grid-cell {
  width: 11.111111111%;
}

.cols10 .panel-grid-cell {
  width: 10%;
}

.cols11 .panel-grid-cell {
  width: 9.09090909%;
}

.cols12 .panel-grid-cell {
  width: 8.333333333%;
}

@media (max-width: 780px) {
  .panel-grid-cell {
    float: none;
    width: auto !important;
  }

  .panel-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /*.panel-grid-cell {
      padding: 0
  }*/
  .panel-grid .panel-grid-cell-empty {
    display: none;
  }

  .panel-grid-cell {
    margin-bottom: 30px;
  }

  .row {
    margin-bottom: 0;
  }
}
/**
 * Grid placeholder class
 *
 * @package  BVI
 * @since    1.0.0
 */
/**
 * Grid placeholder class.
 *
 * @since 1.0.0
 */
/* .grid {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: rem( -($gap-px / 2) );
    margin-left: rem( -($gap-px / 2) );
    min-width: 100%;
    width: auto;

    > * {
        display: flex;
        flex: 1 0 50%;
        margin-top: rem( $gap-px/ 2 );
        margin-bottom: rem( $gap-px / 2 );
        max-width: 50%;
        padding-right: rem( $gap-px/ 2 );
        padding-left: rem( $gap-px / 2 );
        position: relative;

        // Item inside grid__item.
        > * {
            width: 100%;
        }
    }

	@include desktop-menu {

		&--thirds {
			> * {
				flex: 1 0 33%;
				max-width: 33%;
				padding-right: rem( $gap-px / 2 );
				padding-left: rem( $gap-px / 2 );
			}
		}

		&--quarters {
			> * {
				flex: 1 0 25%;
				max-width: 25%;
				padding-right: rem( $gap-px / 2 );
				padding-left: rem( $gap-px / 2 );
			}
		}

	}
} */
header {
  height: 133px;
  background-color: white;
  border-bottom: 1px solid rgba(48, 49, 51, 0.1);
  z-index: 997;
  background: #fff;
}
header .inner {
  max-width: 1600px;
  padding-right: unset;
  padding-left: unset;
}
@media (max-width: 1123px), (hover: none) {
  header .inner {
    margin: 0;
    padding: 0;
  }
}
header.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  max-width: 100vw;
}
header #logo {
  width: 11.25rem;
  height: 100px;
  display: block;
  text-align: center;
  line-height: 50px;
  float: left;
  background-image: url("assets/image/bvi-logo.svg");
  background-repeat: no-repeat;
  background-size: 142px 56px;
  background-position: center center;
  /* 
          @media all and (min-width: 1800px){
              background-position: 26px center;
              width: 260px;
          }
          @media all and (max-width: 1800px){
              width: 250px;

          }
          @media all and (max-width: 1230px){
              width: 215px;

          }

          @media all and (max-width: $desktop-width) {
              width: 210px;
              background-position: 2vw center;
          }
          @media all and (max-width: $tablet-width) {
              width: 200px;
              background-position: 15px center;
          }

  */
}
header #logo img {
  display: none;
}
@media (min-width: 1124px) {
  header #logo {
    width: 13.75rem;
  }
}
@media (min-width: 1200px) {
  header .panel-grid {
    width: 100%;
    max-width: 1800px;
    padding: 0 3vw 0 0 !important;
  }
}
@media all and (min-width: 1800px) {
  header .panel-grid {
    padding: 0 2vw 0 0 !important;
  }
}
header .navicon {
  position: absolute;
  top: 3.125rem;
  right: 1.25rem;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 1123px), (hover: none) {
  header .navicon {
    display: block;
  }
}

.search-icon input[type=checkbox] {
  visibility: hidden;
}

/**
 * Masthead
 *
 * @package  BVI
 * @since    1.0.0
 */
/**
 * Masthead.
 *
 * Styles the ACF field for the swatches.
 *
 * @since 1.0.0
 */
[data-name=int_page_title_bg] input[type=radio] {
  display: inline-block;
}

[data-name=int_page_title_bg] li {
  position: relative;
}

/**
 * Masthead.
 *
 * Displays the section header graphic and page title/introduction text.
 *
 * @since 1.0.0
 */
.masthead {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 8.3125rem;
  box-shadow: 0 2.5px 5px rgba(25, 25, 25, 0.2);
}
@media (max-width: 779px) {
  .masthead .inner {
    padding: unset;
  }
}
.masthead + main {
  padding-top: 1.875rem;
}
.masthead__body {
  min-height: 20rem;
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1123px) {
  .masthead__body {
    min-height: 14.0625rem;
  }
}
@media (max-width: 779px) {
  .masthead__body {
    min-height: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.masthead .page-header {
  padding: 1.875rem;
  z-index: 5;
  box-shadow: 0 2.5px 5px rgba(25, 25, 25, 0.2);
}
@media (max-width: 779px) {
  .masthead .page-header {
    width: 100%;
  }
}
.masthead .page-header__title {
  font-family: "Avenir-Black", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #003865;
  z-index: 6;
}
@media (max-width: 1123px) {
  .masthead .page-header__title {
    font-size: 2.375rem;
  }
}
@media (max-width: 779px) {
  .masthead .page-header__title {
    font-size: 1.75rem;
  }
}
.masthead .page-header__title + p {
  margin-top: 1.875rem;
  margin-bottom: unset;
  font-family: "Avenir-Black", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
}
.masthead__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.masthead__media img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 779px) {
  .masthead__media img {
    display: none;
  }
}
.masthead__media + .masthead__body {
  max-width: 51.25rem;
  padding-top: 15.625rem;
}
@media (max-width: 1123px) {
  .masthead__media + .masthead__body {
    padding-top: unset;
    padding-bottom: unset;
  }
}
.masthead.location-overview-masthead .masthead__body .page-header {
  box-shadow: none;
}
@media (max-width: 779px) {
  .masthead.location-overview-masthead .masthead__body .page-header {
    padding-left: 0.9375rem;
  }
  .masthead.location-overview-masthead .masthead__body .page-header__title {
    margin-top: 20%;
  }
}
.masthead.location-overview-masthead .masthead__media {
  background-color: #e6e7e8;
}
@media (max-width: 779px) {
  .masthead.location-overview-masthead .masthead__media {
    background-color: #e6e7e8;
  }
  .masthead.location-overview-masthead .masthead__media img {
    display: block;
    width: 70%;
    top: 6.25rem;
    left: 30%;
    object-position: center;
  }
}
.masthead.location-overview-masthead .masthead__media img {
  object-fit: contain;
  left: 30%;
  top: 3.125rem;
}

.single-location .page-header__title {
  color: #ffffff;
}
.single-location .masthead__media img {
  object-position: center center;
  top: 2.5rem;
}

/**
 * Menu Base
 *
 * Resets ul and li styles. 
 * Adds additional styles that all menus need.
 *
 * @package BVI
 * @since   1.0.0
 */
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu .menu-item {
  font-size: inherit;
  margin: 0;
  padding: 0;
}
.menu .menu-item:before {
  display: none;
}
.menu .menu-item a {
  display: block;
  text-decoration: none;
}
.menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * Main menu
 *
 * @package Embark
 * @since   1.0.0
 */
.mobile-menu-active {
  overflow-y: hidden;
}
.mobile-menu-active .main-menu {
  display: block;
}
.mobile-menu-active .site-header__navigation {
  width: 100%;
  height: calc(100vh - 133px);
  overflow: hidden;
  overflow-y: scroll;
  background: #003865;
  transition: all 0.3s ease-in-out;
}

.main-menu {
  float: right;
  margin-right: 7.5rem;
  z-index: 9001;
  /**
   * Mobile Menu
   */
  /**
   * Desktop Menu
   */
}
@media (max-width: 1123px), (hover: none) {
  .main-menu {
    display: none;
    margin-right: unset;
  }
}
.main-menu .menu-item {
  position: relative;
}
.main-menu .menu-item__trigger {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  color: white;
  cursor: pointer;
  font-size: 1.25rem;
  padding: 1.25rem;
  position: relative;
  z-index: 2;
  text-align: center;
  transition-property: background-color, border-color;
}
.main-menu .menu-item__trigger::before {
  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;
}
@media (max-width: 1123px), (hover: none) {
  .main-menu .menu-item__trigger::before {
    content: "";
  }
}
@media (min-width: 1124px) and (hover: hover), (min-width: 1124px) and (-ms-high-contrast: none), (min-width: 1124px) and (-ms-high-contrast: active) {
  .main-menu .menu-item__trigger::before {
    content: "";
  }
}
.main-menu .menu-item__trigger:focus {
  outline-offset: -2px;
  outline-width: 1px;
  outline-style: solid;
}
.main-menu .menu-item__trigger .screen-reader-text {
  outline: none;
}
.main-menu .menu-item.open > .menu-item__trigger {
  background-color: rgba(0, 0, 0, 0.05);
  color: #003660;
}
@media (max-width: 1123px), (hover: none) {
  .main-menu .menu-item.open > .menu-item__trigger::before {
    content: "";
  }
}
@media (min-width: 1124px) and (hover: hover), (min-width: 1124px) and (-ms-high-contrast: none), (min-width: 1124px) and (-ms-high-contrast: active) {
  .main-menu .menu-item.open > .menu-item__trigger::before {
    content: "";
  }
}
.main-menu .menu-item[class*=current-menu-] > a {
  color: teal;
}
@media (max-width: 1123px), (hover: none) {
  .main-menu {
    width: 100%;
  }
  .main-menu .menu-item {
    font-size: 1rem;
    background-color: #003660;
  }
  .main-menu .menu-item a {
    padding: 1.125rem 1.25rem;
    text-align: left;
    line-height: 100%;
  }
  .main-menu .menu-item__trigger {
    padding: 0.9375rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 3.125rem;
  }
  .main-menu .menu-item-has-children > a {
    padding-right: 2.5rem;
    position: relative;
  }
  .main-menu .menu-item-has-children > a::after {
    content: " ";
    border-left: 0.0625rem solid #3C8CAE;
    position: absolute;
    top: 0;
    right: 3.125rem;
    bottom: 0;
  }
  .main-menu .menu-item.open > .sub-menu {
    display: block;
  }
  .main-menu .menu-item.open > a, .main-menu .menu-item:hover > a {
    background-color: #3C8CAE;
    color: white;
  }
  .main-menu .menu-item.open > .menu-item__trigger, .main-menu .menu-item:hover > .menu-item__trigger {
    background-color: rgba(0, 0, 0, 0.05);
    color: #3C8CAE;
  }
  .main-menu .sub-menu {
    display: none;
    padding: 0;
    background-color: #003660;
  }
  .main-menu .sub-menu .menu-item {
    border-top: 0.0625rem solid teal;
    font-family: "Avenir-Black", sans-serif;
    font-weight: 600;
  }
  .main-menu .sub-menu .menu-item > a {
    color: white;
  }
  .main-menu .sub-menu .current-menu-item > a {
    color: teal;
  }
  .main-menu .sub-menu > .menu-item > a {
    padding-left: 2.5rem;
  }
  .main-menu .sub-menu .sub-menu > .menu-item > a {
    padding-left: 3.75rem;
  }
  .main-menu > .menu-item {
    background-color: #003660;
    border-bottom: 0.0625rem solid #3C8CAE;
  }
  .main-menu > .menu-item > a {
    color: white;
    font-weight: 500;
    font-family: "Avenir-Black", sans-serif;
  }
  .main-menu > .menu-item.open > a {
    color: #003660;
  }
  .main-menu > .menu-item.open > .menu-item__trigger {
    color: #fff;
  }
}
@media (min-width: 1124px) and (hover: hover), (min-width: 1124px) and (-ms-high-contrast: none), (min-width: 1124px) and (-ms-high-contrast: active) {
  .main-menu a {
    display: block;
  }
  .main-menu .menu-item__trigger {
    display: none;
  }
  .main-menu .menu-item {
    display: inline-block;
  }
  .main-menu .menu-item a {
    position: relative;
    z-index: 2;
    color: white;
    font-family: "Avenir-Black", white;
  }
  .main-menu .menu-item.open > a, .main-menu .menu-item:hover > a,
.main-menu .menu-item .current-menu-item > a {
    color: teal;
  }
  .main-menu .menu-item:hover > a {
    color: teal;
  }
  .main-menu .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .main-menu .menu-item .submenu-offscreen .sub-menu {
    left: auto;
    right: 0;
    transform: none;
  }
  .main-menu .menu-item .submenu-offscreen .sub-menu::before {
    left: 100%;
    right: auto;
    transform: translateY(-50%);
  }
  .main-menu .menu-item .submenu-offscreen.menu-item-has-children:hover > a::before {
    left: auto;
    right: 100%;
  }
  .main-menu .menu-item li .sub-menu {
    right: 100% !important;
  }
  .main-menu .menu-item .mega-menu {
    width: 33.75rem;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 500px;
    padding: 1.25rem;
    left: -30%;
  }
  .main-menu .menu-item .mega-menu .menu-item {
    max-width: 250px;
    width: 100%;
  }
  .main-menu .menu-item .mega-menu .menu-item:first-child {
    padding: 0.625rem 1.25rem;
  }
  .main-menu .sub-menu {
    display: block !important;
    opacity: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    text-align: left;
    background-color: #003660;
    color: white;
    width: 15.625rem;
    top: 0;
    left: 100%;
    z-index: 1111;
    transition-property: opacity;
  }
  .main-menu .sub-menu .menu-item {
    display: block;
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
  }
  .main-menu .sub-menu .menu-item:first-child {
    padding-top: 2.5rem;
  }
  .main-menu .sub-menu .menu-item:first-child .menu-item__trigger {
    top: calc(50% + 0.625rem);
  }
  .main-menu .sub-menu .menu-item:last-child {
    padding-bottom: 2.5rem;
  }
  .main-menu .sub-menu .menu-item:last-child .menu-item__trigger {
    top: 50%;
  }
  .main-menu .sub-menu .menu-item-has-children > a:after {
    content: "▸";
    float: right;
    margin-top: -1px;
  }
  .main-menu .sub-menu .menu-item-has-children .sub-menu {
    box-shadow: 0 2px 4px 0 rgba(48, 49, 51, 0.1);
  }
  .main-menu .sub-menu .menu-item-has-children:hover > a {
    position: static !important;
  }
  .main-menu .sub-menu .menu-item-has-children:hover > a::before {
    content: " ";
    width: 0.9375rem;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
  }
  .main-menu .sub-menu .sub-menu {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1124px) and (hover: hover) and (max-width: 700px), screen and (min-width: 1124px) and (-ms-high-contrast: none) and (max-width: 700px), screen and (min-width: 1124px) and (-ms-high-contrast: active) and (max-width: 700px) {
  .main-menu .sub-menu .sub-menu {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1124px) and (hover: hover), (min-width: 1124px) and (-ms-high-contrast: none), (min-width: 1124px) and (-ms-high-contrast: active) {
  .main-menu > .menu-item > a {
    font-size: 1.125rem;
    font-family: "Avenir-Black";
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0.9375rem;
    color: #003660;
    line-height: 6.25rem;
  }
  .main-menu > .menu-item:not(:first-child) {
    margin-left: 30px;
  }
  .main-menu > .menu-item > .menu-item__trigger {
    right: 0;
  }
  .main-menu > .menu-item > .menu-item__trigger::before {
    content: "";
  }
  .main-menu > .menu-item + .menu-item {
    margin-left: 30;
  }
  .main-menu > .menu-item::after {
    content: "";
    border-bottom: 1px solid transparent;
    height: 4.375rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition-property: border;
  }
  .main-menu > .menu-item > .sub-menu {
    border-top: 1px solid #dcdcdc;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    top: 100px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .main-menu > .menu-item:hover > a, .main-menu > .menu-item.current-menu-item > a {
    position: relative;
  }
  .main-menu > .menu-item:hover > a::after, .main-menu > .menu-item.current-menu-item > a::after {
    content: "";
    display: block;
    border-bottom: 1px solid teal;
    position: absolute;
    top: 4.75rem;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 1123px), (hover: none) {
  .navicon {
    display: block;
  }
}
@media (min-width: 1124px) and (hover: hover), (min-width: 1124px) and (-ms-high-contrast: none), (min-width: 1124px) and (-ms-high-contrast: active) {
  .navicon {
    display: none;
  }
}

#utility-menu {
  height: 33px;
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
  z-index: 2000;
}

nav.nav-utility-menu {
  text-align: right;
  float: right;
  position: relative;
  z-index: 3000;
  margin-right: 123px;
}
@media (max-width: 1123px), (hover: none) {
  nav.nav-utility-menu {
    margin-right: 0;
    padding: 10px 0;
    border-bottom: 1px solid #5bc2e7;
  }
}

@media (min-width: 1124px) and (hover: hover), (min-width: 1124px) and (-ms-high-contrast: none), (min-width: 1124px) and (-ms-high-contrast: active) {
  .site-header__navigation .nav-utility-menu {
    display: none;
  }
}

@media (min-width: 1124px) and (hover: hover), (min-width: 1124px) and (-ms-high-contrast: none), (min-width: 1124px) and (-ms-high-contrast: active) {
  .mobile-menu-active .site-header__navigation .nav-utility-menu {
    display: none;
  }
}
@media (max-width: 1123px), (hover: none) {
  .mobile-menu-active .site-header__navigation .nav-utility-menu {
    width: 100%;
  }
  .mobile-menu-active .site-header__navigation .utility-menu {
    display: block;
    width: 100%;
  }
  .mobile-menu-active .site-header__navigation .utility-menu .menu-item {
    margin-left: 0.625rem;
    display: inline-block;
    padding: 0 0.625rem;
    margin: unset;
    position: relative;
  }
  .mobile-menu-active .site-header__navigation .utility-menu .menu-item:first-child {
    margin-left: unset;
  }
  .mobile-menu-active .site-header__navigation .utility-menu .menu-item:first-child a:before {
    content: unset;
  }
  .mobile-menu-active .site-header__navigation .utility-menu .menu-item > a {
    color: white;
    line-height: 1.2;
    font-family: "Avenir-Black", sans-serif;
    font-weight: 300;
    font-size: 0.8125rem;
  }
  .mobile-menu-active .site-header__navigation .utility-menu .menu-item > a:before {
    content: " | ";
    color: #5bc2e7;
    padding-right: 0.625rem;
    position: absolute;
    left: 0;
    top: -0.0625rem;
  }
}

.utility-menu {
  font-size: 0;
}
@media (max-width: 1123px), (hover: none) {
  .utility-menu {
    margin: 30 0 !important;
    display: none;
  }
}
.utility-menu .menu-item {
  display: inline-block;
  font-size: 0.8125rem;
  position: relative;
  margin-left: 1.875rem;
}
@media (max-width: 1123px), (hover: none) {
  .utility-menu .menu-item {
    display: block;
    border-right: none;
    margin-right: 0;
    padding: 0 0 15;
  }
  .utility-menu .menu-item:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.utility-menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  width: 200px;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(48, 49, 51, 0.1);
  list-style: none;
}
.utility-menu .menu-item .sub-menu > .menu-item {
  display: block;
  text-align: left;
}
.utility-menu .menu-item:hover .sub-menu, .utility-menu .menu-item.open .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}
.utility-menu a {
  color: #76777B;
  line-height: 2.0625rem;
}
.utility-menu a:hover {
  color: teal !important;
}

.navicon {
  appearance: none;
  background: none;
  border: none;
  display: block;
  height: 2.25rem;
  padding: 0;
  position: relative;
  width: 2.1875rem;
  transition-property: background, width;
}
.navicon:focus {
  outline: none;
}
.navicon__trigger {
  background: #003660;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition-property: background;
}
.navicon__trigger, .navicon__trigger:before, .navicon__trigger:after {
  border-radius: 0.125rem;
  height: 0.25rem;
  transition: all 0.3s ease-in-out;
}
.navicon__trigger:before, .navicon__trigger:after {
  background: inherit;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
.navicon__trigger:before {
  top: -0.75rem;
  transition-property: top, transform;
}
.navicon__trigger:after {
  top: auto;
  bottom: -0.75rem;
  transition-property: bottom, transform;
}
.navicon__trigger--open {
  background: none;
  width: 1.9375rem;
  transition: all 300ms;
}
.navicon__trigger--open:before {
  top: 0;
  transform: rotate(45deg);
}
.navicon__trigger--open:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.navicon__trigger--open:after, .navicon__trigger--open:before {
  background: #3C8CAE;
}

.aligncenter {
  display: block;
  margin-bottom: 25px;
  text-align: center;
}
.aligncenter img {
  margin: 0 auto;
}

img.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft,
.alignright {
  display: block;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .alignleft,
.alignright {
    max-width: 60% !important;
    position: relative;
    top: 0.3125rem;
  }

  .alignleft {
    float: left;
    margin-right: 1.875rem;
  }

  .alignright {
    float: right;
    margin-left: 1.875rem;
  }
}
@media (min-width: 780px) {
  .alignleft,
.alignright {
    max-width: calc(100% - 25px) !important;
  }
}
.full-width {
  width: 100%;
  height: auto;
}

#language_selector {
  width: 90px;
  margin-right: 26px;
  float: right;
}
@media all and (max-width: 1200px) {
  #language_selector {
    width: auto;
    float: left;
  }
}
#language_selector form {
  position: absolute;
  z-index: 1;
  height: 30px;
  overflow: hidden;
  width: auto;
  padding: 0 0 0;
}
#language_selector form input[type=submit] {
  display: none !important;
}
#language_selector form.opened {
  top: 30px;
  height: auto;
  overflow: visible;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.25);
  z-index: 5000;
  background-color: white;
}
@media all and (max-width: 1200px) {
  #language_selector form.opened {
    width: 100%;
    z-index: 25;
    height: 100vh;
  }
}
#language_selector form.opened div {
  background: #fff;
  padding-bottom: 45px;
  position: relative;
}
@media all and (max-width: 1200px) {
  #language_selector form.opened div {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
@keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
  }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#language_selector form.opened div:after {
  content: " ";
  box-sizing: border-box;
  border-width: 0.15em;
  border-color: #FFFFFF #FFFFFF #FFFFFF transparent;
  border-radius: 50%;
  border-style: solid;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  position: absolute;
  bottom: 22px;
  right: 20px;
  width: 10px;
  height: 10px;
  animation: ld-cycle 1s infinite linear;
  display: none;
}
#language_selector form.opened div.active:after {
  display: block;
}
#language_selector form.opened ul {
  margin: -30px 0 0;
}
#language_selector form.opened ul li {
  position: relative;
}
@media all and (max-width: 1200px) {
  #language_selector form.opened ul li:first-child a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#language_selector form.opened ul li:first-child a:after {
  transform: rotate(180deg);
}
#language_selector form.opened ul li:not(:first-child) {
  background: #FFFFFF;
  margin-top: -1px;
}
#language_selector form.opened label {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 33px;
  line-height: 2.0625rem;
  margin-right: 1em;
  color: #76777B;
}
@media all and (max-width: 1200px) {
  #language_selector form.opened label {
    font-size: 14px;
  }
}
#language_selector form.opened input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
#language_selector form.opened input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
#language_selector form.opened input[type=checkbox] + label:before {
  content: "";
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid #98999B;
}
#language_selector form.opened input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
#language_selector form.opened input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
#language_selector form.opened input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
#language_selector form.opened input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 4px;
  background: #003660;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #003660, 4px 0 0 #003660, 4px -2px 0 #003660, 4px -4px 0 #003660, 4px -6px 0 #003660, 4px -8px 0 #003660;
  transform: rotate(45deg);
}
@media all and (max-width: 1200px) {
  #language_selector form.opened input[type=checkbox]:checked + label:after {
    top: 6px;
  }
}
#language_selector form.opened input[type=submit] {
  display: block !important;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: 87%;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #76777B;
  padding: 10px 20px;
  text-align: center;
  border-radius: 0;
  font-weight: 800;
  font-family: "Avenir-Medium";
  cursor: pointer;
  border: 0;
  outline: none;
  -webkit-appearance: none;
}
@media all and (max-width: 1200px) {
  #language_selector form.opened input[type=submit] {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    width: calc(100vw - 20px);
    margin: 20px 0;
  }
}
#language_selector form.opened input[type=submit][disabled=disabled] {
  background: #E5E5E5;
}
#language_selector ul {
  padding: 0;
  margin: 0 0 0.5em;
  list-style: none;
  border-bottom: 1px solid #E5E5E5;
}
@media all and (max-width: 1200px) {
  #language_selector ul {
    border-bottom: 0;
  }
}
#language_selector ul li a {
  display: block;
  color: #76777B;
  text-decoration: none;
  padding: 0 1em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 33px;
  line-height: 2.0625rem;
}
#language_selector ul li a:hover {
  background: #F2F2F2;
}
@media all and (max-width: 1200px) {
  #language_selector ul li:first-child a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#language_selector ul li:first-child a:hover {
  background: none;
}
#language_selector ul li:first-child a:after {
  position: absolute;
  content: "";
  font-family: "Pro-Regular", arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: 0.75rem;
  margin: -1px 0 0 0.5rem;
  color: #c4c4c6;
}
@media all and (max-width: 1200px) {
  #language_selector ul li:not(:first-child) a {
    padding: 0.5em 1em;
    border-bottom: 1px solid #E5E5E5;
    font-size: 16px;
    font-size: 1rem;
  }
}
#language_selector ul li:not(:first-child) a.selected {
  background: #E5E5E5;
  font-weight: 800;
}

#breadcrumb {
  position: relative;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-transform: uppercase;
}
#breadcrumb nav {
  padding: 0.9375rem;
}
#breadcrumb a {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #76777B;
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
@media all and (min-width: 1200px) {
  #breadcrumb.offset {
    margin-left: 158px;
  }
}
@media (max-width: 1123px) {
  #breadcrumb {
    padding-top: 1.875rem;
  }
}
@media (max-width: 779px) {
  #breadcrumb {
    padding-top: 0.625rem;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

input#w2o-search-control {
  position: absolute;
  opacity: 1;
  z-index: -1;
  right: 0;
}
@media all and (max-width: 1200px) {
  input#w2o-search-control {
    right: 26px;
  }
}

label#w2o-search-control-label {
  right: 4vw;
  position: absolute;
  text-indent: -999px;
  overflow: hidden;
  height: 70px;
  width: 50px;
  z-index: 15;
}
label#w2o-search-control-label:after {
  content: "";
  font-family: "Pro-Regular", arial, sans-serif;
  color: #003660;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 100px;
  line-height: 6.25rem;
  position: absolute;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  text-indent: 0;
}
@media all and (min-width: 1800px) {
  label#w2o-search-control-label {
    right: 2vw;
  }
}
@media all and (max-width: 1200px) {
  label#w2o-search-control-label {
    right: 78px;
  }
}

div#w2o-search-form {
  visibility: hidden;
  opacity: 0;
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 0;
  overflow: hidden;
  transition: all 0.35s ease-out;
  width: 100%;
  box-shadow: 0 0 0 100vh rgba(0, 54, 96, 0.8);
  padding: 0 26px;
}
div#w2o-search-form .panel-grid {
  padding: 0 26px;
}
@media all and (max-width: 1200px) {
  div#w2o-search-form {
    box-shadow: none;
    height: 100vh;
    left: -100%;
  }
}
div#w2o-search-form p {
  margin: 1em;
}
div#w2o-search-form h1 {
  color: #003660;
  font-family: "Avenir-Medium";
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  line-height: 1.0625rem;
  margin: 100px 0 0;
}
div#w2o-search-form ul {
  padding: 0;
}
div#w2o-search-form label {
  display: block;
}
div#w2o-search-form input[type=text] {
  /* search field */
  outline: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  color: #003660;
  font-family: "Avenir-Bold";
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 59px;
  line-height: 3.6875rem;
}
div#w2o-search-form input[type=text]::placeholder {
  color: #003660;
}
div#w2o-search-form input[type=text]::-ms-clear {
  display: none;
}
div#w2o-search-form li.sf-field-submit {
  /* search button */
}
div#w2o-search-form li.sf-field-submit:after {
  content: "";
  font-family: "Pro-Regular", arial, sans-serif;
  color: #003660;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 100px;
  line-height: 6.25rem;
  position: absolute;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  width: 50px;
  height: 50px;
  right: 35px;
  top: 0;
  text-indent: 0;
  pointer-events: none;
  z-index: 10;
}
div#w2o-search-form li.sf-field-submit input[type=submit] {
  display: block;
  position: absolute;
  right: 35px;
  top: 34px;
  height: 36px;
  width: 30px;
  text-indent: -100px;
  border: 0;
  cursor: pointer;
  background: none;
}

/* :checked */
input#w2o-search-control[type=checkbox]:checked ~ label {
  z-index: 22;
  right: 30px;
}
input#w2o-search-control[type=checkbox]:checked ~ label:after {
  content: "";
  color: #88D6F4;
  top: -35px;
  right: -5px;
  z-index: 1;
}

input#w2o-search-control[type=checkbox]:checked ~ div#w2o-search-form {
  opacity: 1;
  visibility: visible;
  height: 300px;
}
@media all and (max-width: 1200px) {
  input#w2o-search-control[type=checkbox]:checked ~ div#w2o-search-form {
    box-shadow: none;
    height: 100vh;
    left: 0;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* html element 62.5% font-size for REM use */
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
}

main {
  padding-bottom: 50px;
  overflow-x: hidden;
  padding-top: 133px;
}

@media (max-width: 1199px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.inner {
  margin: 0 auto;
  max-width: 85rem;
  padding-right: 7.5rem;
  padding-left: 7.5rem;
  position: relative;
  width: 100%;
  /* @include desktop-menu {
  	max-width: rem($inner-width);
  	padding-right: 0;
  	padding-left: 0;
  } */
}
@media (max-width: 1123px) {
  .inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (max-width: 779px) {
  .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.row h1,
.row h2,
.row h3 {
  color: #003660;
  font-family: "Avenir-Black";
}
.row p {
  color: #333;
}
.row.blue {
  background: #003660;
}
.row.blue h1,
.row.blue h2,
.row.blue h3 {
  color: #007ee0;
}
.row.blue p {
  color: #008cf9;
}
.row.grey {
  background: #E5E5E5;
}
.row.grey h1,
.row.grey h2,
.row.grey h3 {
  color: #76777B;
}
.row.grey p {
  color: #76777B;
}
.row.green {
  background: #365b25;
}
.row.green h1,
.row.green h2,
.row.green h3 {
  color: #61a442;
}
.row.green p {
  color: #7bbd5c;
}
.row.nomargin {
  margin-bottom: 0;
}

@media all and (max-width: 1024px) {
  #mobile-margin {
    margin-bottom: -26px;
  }
}

.page-masthead {
  width: 100%;
  height: 100%;
  padding-top: 133px;
}
.page-masthead__background {
  height: 300px;
}
.page-masthead__btn {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  color: #003660;
  font-weight: 800;
  font-family: "Avenir-Medium";
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
.page-masthead__btn:hover {
  background-color: #003660;
  color: #fff;
  transition: background-color 0.3s linear;
}

.masthead-text {
  background-color: rgba(110, 202, 203, 0.8);
  color: #fff;
  padding: 2rem 1.5rem;
  position: relative;
  top: 2.5rem;
  width: 40%;
}
.masthead-text__heading {
  font-size: 2rem;
}
.masthead-text__subhead {
  font-size: 1.5rem;
}
.masthead-text__excerpt {
  font-size: 1rem;
}

.align-right {
  float: right;
}

.align-center {
  margin-left: 30%;
  margin-right: 30%;
  text-align: center;
}

.featured-products {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 13px 0px;
}
.featured-products__contain {
  margin: 13px 0px;
}
.featured-products__list {
  list-style-type: none;
}
.featured-products__title {
  height: 60px;
  text-align: left;
}
.featured-products__btn {
  justify-self: center;
  margin: 15px 0px;
}

.product-container {
  max-width: 30%;
  height: 300px;
  display: inline-block;
  margin: 10px;
}

.content-split {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-split__col {
  width: 50%;
}
.content-split__img {
  height: 100%;
  max-width: 300px;
}
.content-split__vid {
  width: 100%;
}

.card-media {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.card-media__card {
  display: inline-block;
  width: 30%;
  padding: 10px;
  margin: 15px;
  border: 2px solid #003660;
  height: auto;
  vertical-align: middle;
}
.card-media__wrapper {
  margin: 1.5em 0;
  padding: 0 0.5em;
}
.card-media__title {
  font-size: 1.5em;
  line-height: 2em;
  display: block;
  height: 2.7em;
}
.card-media__txt {
  line-height: 1.5em;
  padding: 15px 5px;
}
.card-media__title-link {
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Avenir-Medium";
}

.title-container {
  height: 70px;
  margin-top: 2rem;
  vertical-align: middle;
}

.fullwidth-cta {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 26px 0px;
}
.fullwidth-cta__contain {
  width: 100%;
  border: 2px solid #003660;
  padding: 25px 20px;
}
.fullwidth-cta__title {
  font-size: 2em;
  line-height: 2.5em;
  height: 75px;
}
.fullwidth-cta__text {
  font-size: 1em;
  line-height: 1.5em;
}

.full-video__contain {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #003660;
}
.full-video__title {
  width: 100%;
}
.full-video__title h3 {
  font-size: 2em;
  line-height: 1.5em;
  color: #fff;
  padding-top: 3rem;
}
.full-video__iframe {
  margin: 0 5rem;
}

@media only screen and (max-width: 1024px) {
  .product-container {
    display: block;
    flex-direction: column;
    height: auto;
    max-width: 100%;
  }
  .product-container__list {
    width: 100%;
    text-align: center;
  }

  .featured-products__contain {
    width: 100%;
  }

  .card-media__card {
    display: block;
    width: 75%;
    justify-content: center;
    margin-left: 15%;
  }

  .content-split {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .content-split__col {
    width: 100%;
  }
  .content-split__img {
    max-width: 500px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .article-info {
    display: block;
    flex-direction: column;
    height: auto;
    max-width: 100%;
  }

  .event-info {
    display: block;
    flex-direction: column;
    height: auto;
    max-width: 100%;
  }

  .full-video__iframe {
    max-width: 100%;
    height: auto;
    overflow: none;
  }

  .masthead-text {
    width: 100%;
  }

  .full-video__iframe {
    margin: 0 !important;
  }
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #003660;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  color: #003660 !important;
  font-weight: 800;
  font-family: "Avenir-Medium";
  cursor: pointer;
  position: relative;
}
.btn.dark-blue {
  color: #FFFFFF !important;
}
.btn.dark-blue:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003660;
}
.btn.dark-blue:hover {
  color: #003660 !important;
}
.btn.dark-blue:hover:before {
  transform: scaleX(1);
}
.btn.dark-blue:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF !important;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.3s;
}
.btn:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.btn:hover:before {
  transform: scaleX(1);
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003660;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.3s;
}

.announcement {
  width: 100%;
  background: #ffffff;
  padding: 26px 0 !important;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  margin: 0;
  display: none;
  border-top: 1px solid rgba(153, 153, 153, 0.25) !important;
}
@media (max-width: 779px) {
  .announcement {
    padding-bottom: 0 !important;
  }
}
.announcement .btn {
  float: right;
}
@media (max-width: 1199px) {
  .announcement .btn {
    float: none;
    width: 100%;
  }
}
.announcement p {
  float: left;
  max-width: 80%;
}
@media (min-width: 1199px) {
  .announcement p {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .announcement p {
    max-width: 100%;
  }
}

.postheader h2 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 59px;
  line-height: 3.6875rem;
}

.post h1 {
  font-family: "Avenir-Light";
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  color: #003660;
  margin: 0 0 5px;
}
.post h1 a {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #003660;
}
.post span.date {
  color: #3C8CAE;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.post span.date.event {
  /*&:before {
      content: '\f073';
      font-family: "Pro-Regular";
      padding-right: 5px;
      font-weight: 300;
  }*/
}
.post h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #003660;
}
.post h2 a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #003660;
}
.post p {
  color: #3C8CAE;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding-right: 52px;
}
.post p.address {
  color: #76777B;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.post p.booth_number {
  color: #3C8CAE;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.post p.booth_number span {
  text-transform: uppercase;
}
.post a.url {
  color: #003660;
}
.post ul li,
.post ol li {
  color: #3C8CAE;
}

.addthis_inline_share_toolbox_5vsi {
  margin-top: 50px;
}

.news-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid rgba(136, 214, 244, 0.29);
}
.news-nav ul {
  list-style-type: none;
  padding-left: 0px;
}
.news-nav li {
  border-top: 1px solid rgba(136, 214, 244, 0.29);
}
.news-nav li a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Avenir-Black";
  text-decoration: none;
  color: #003660;
  display: block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
.news-nav li.current-cat a {
  color: #6ECACB;
}

.single-post {
  margin: 0 5rem 52px 5rem;
}
.single-post h1 {
  font-family: "Avenir-Black";
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #003660;
  margin: 0 0 5px;
}
.single-post h1 a {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #003660;
  text-decoration: none;
}
.single-post span.date {
  color: #3C8CAE;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.single-post span.date.event {
  /* &:before {
       content: '\f073';
       font-family: "Pro-Regular";
       padding-right: 5px;
       font-weight: 300;
   }*/
}
.single-post h2 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 59px;
  line-height: 3.6875rem;
  color: #003660;
}
.single-post p {
  color: #3C8CAE;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding-right: 52px;
}

.nav-links a {
  color: #003660;
  font-family: "Avenir-Black";
  text-decoration: none;
}
.nav-links a:hover {
  text-decoration: underline;
}

/*
* Single News Item/Event styling
*/
.news-events-content {
  display: flex;
  flex-direction: row;
  margin-left: 3rem;
}
.news-events-content .news-events-sidebar {
  order: 0;
  width: 20%;
}
.news-events-content .news-events-listings {
  order: 1;
  padding-left: 1.5rem;
  width: 75%;
}

/*
* Page Template styling
*/
.container {
  max-width: 100%;
}
.container .content {
  max-width: 1200px;
  flex-direction: row;
  justify-self: center;
  margin: 0 5rem;
}
.container h1 {
  font-family: "Avenir-Black";
  color: #003660;
  font-size: 3rem;
  margin-bottom: 0;
}
.container h2 {
  font-family: "Avenir-Black";
  font-size: 2rem;
  margin-bottom: 0;
}
.container .news-item {
  border-bottom: 1px solid rgba(136, 214, 244, 0.29);
  margin-bottom: 2rem;
}
.container .news-item .news-title {
  font-family: "Avenir-Black";
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.container .news-item .news-title a {
  text-decoration: none;
}
.container .event-item {
  border-bottom: 1px solid rgba(136, 214, 244, 0.29);
  margin-bottom: 2rem;
}
.container .event-item .event-title {
  font-family: "Avenir-Black";
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.container .event-item .event-title a {
  text-decoration: none;
}
.container .event-item .event-date {
  padding: 0.5rem 0;
  color: #3C8CAE;
}
.container .event-item .event-location {
  padding: 0.5rem 0 1rem 0;
}
.container .btn {
  margin-bottom: 1.5rem;
}
.container h3 {
  font-family: "Avenir-Black";
  color: #3C8CAE;
}

.single-news-item #breadcrumb nav, .single-event #breadcrumb nav {
  display: none;
}

/*
* Mobile styling
*/
@media only screen and (max-width: 1024px) {
  .news-events-content {
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .news-events-content .news-events-sidebar {
    width: 100%;
    margin-bottom: 3rem;
  }
  .news-events-content .news-events-listings {
    width: 100%;
  }

  .container {
    width: 100%;
  }
  .container .content {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
    padding: 0rem 2rem;
  }

  .single-news-item #breadcrumb, .single-event #breadcrumb {
    padding: 0;
    margin: 0;
  }
  .single-news-item .single-post, .single-event .single-post {
    margin: 0px;
  }
}
.single-product h1 {
  color: #003660;
  font-family: "Avenir-Black";
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 15px;
}
.single-product .posted_in {
  color: #003660;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  display: block;
  font-family: "Avenir-Heavy";
}
.single-product .posted_in a {
  color: #003660;
  text-transform: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}
.single-product p {
  color: #3C8CAE;
  margin-bottom: 26px;
}
.single-product p strong {
  color: #003660;
}
.single-product .btn {
  padding: 10px 40px;
}
.single-product table.shop_attributes {
  border-top: none;
}
.single-product table.shop_attributes th {
  font-family: "Avenir-Black";
  text-transform: uppercase;
  color: #003660;
  border: none !important;
  padding: 8px 0;
}
.single-product table.shop_attributes td {
  font-style: normal;
  color: #3C8CAE;
  padding: 5px 0;
  border: none;
}
.single-product .flex-control-nav {
  margin-top: 20px !important;
}
.single-product .flex-control-nav li {
  width: auto !important;
  margin-right: 8px !important;
}
.single-product .flex-control-nav img {
  width: 70px !important;
  height: 70px !important;
}
.single-product ul.related_documents {
  list-style: none;
}
.single-product ul.related_documents img {
  width: 20px;
  height: 25px;
  margin-right: 26px;
}
.single-product ul.related_documents a {
  text-decoration: none;
  color: #3C8CAE;
  font-family: #3C8CAE;
}
.single-product ul.related_documents a:hover {
  text-decoration: underline;
}
.single-product .w2o-accordion {
  margin-bottom: 100px;
}
.single-product .upsells ul {
  margin: 1em 0 !important;
}
.single-product .upsells ul li a {
  color: #3C8CAE;
  text-decoration: none;
}
.single-product .upsells ul li a:hover {
  text-decoration: underline;
}
.single-product .w2o-accordion {
  /* :checked */
  /* Icon for dl */
  /* Icon for standard accordion */
}
.single-product .w2o-accordion .tab {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.single-product .w2o-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.single-product .w2o-accordion label {
  position: relative;
  display: block;
  padding: 2px 0 2px 1em;
  cursor: pointer;
  background: linear-gradient(to bottom, #ffffff 0%, #E5E5E5 100%);
  font-family: "Avenir-Heavy";
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 36px;
  line-height: 2.25rem;
  border: 1px solid #E5E5E5;
  color: #003660;
}
.single-product .w2o-accordion .w2o-accordion-content {
  max-height: 0;
  overflow: hidden;
}
.single-product .w2o-accordion .w2o-accordion-content p {
  margin: 1em 0;
}
.single-product .w2o-accordion .w2o-accordion-content .w2o-accordion-content-inner {
  padding: 26px 0;
}
.single-product .w2o-accordion .w2o-accordion-content ul {
  margin: 0;
  padding: 0;
}
.single-product .w2o-accordion .w2o-accordion-content .w2o-video-wrapper-inner {
  pointer-events: auto;
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: auto;
}
.single-product .w2o-accordion .w2o-accordion-content .w2o-video-wrapper-inner iframe {
  position: relative;
  top: 0;
  bottom: auto;
  /* this will override the width=""/height="" properties defined on the iframe */
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media all and (min-width: 1200px) {
  .single-product .w2o-accordion .w2o-accordion-content .w2o-video-wrapper-inner iframe {
    width: 80%;
    height: 80%;
  }
}
.single-product .w2o-accordion .w2o-accordion-content .w2o-video-wrapper-inner p {
  color: #003660;
  text-align: left;
}
.single-product .w2o-accordion input[type=checkbox]:checked ~ .w2o-accordion-content,
.single-product .w2o-accordion div input[type=radio]:checked ~ .w2o-accordion-content {
  max-height: 1000em;
}
.single-product .w2o-accordion input[type=radio]:checked + .w2o-accordion-content {
  max-height: 1000em;
}
.single-product .w2o-accordion dt label:after {
  content: "▼";
}
.single-product .w2o-accordion input + label:after {
  display: none;
}
.single-product .w2o-accordion input[type=checkbox]:checked + label,
.single-product .w2o-accordion input[type=radio]:checked + label {
  border-bottom: 3px solid #6ECACB;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  font-family: "Avenir-Heavy";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 36px;
  line-height: 2.25rem;
  border: 1px solid #E5E5E5;
  background: linear-gradient(to bottom, #ffffff 0%, #E5E5E5 100%);
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  z-index: 0;
  border-radius: 0;
  margin: 0;
  padding: 2px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #003660 !important;
  display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 3px solid #6ECACB;
  padding-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .wc-tab {
  padding-top: 52px;
}
.woocommerce div.product .woocommerce-tabs .wc-tab ul {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs p {
  margin: 0 0 1rem;
}
.woocommerce div.product .woocommerce-tabs p strong {
  color: #76777B;
}
.woocommerce div.product .woocommerce-tabs ul {
  margin-left: 26px;
  color: #76777B;
}
.woocommerce div.product .woocommerce-tabs ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
}

ul.products {
  margin: 0 -13px;
}
@media (max-width: 780px) {
  ul.products li.panel-grid-cell {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
@media (max-width: 780px) {
  ul.products {
    margin: 0;
  }
}

.product_meta {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.product_meta span:nth-child(2) {
  order: 3;
}
.product_meta span span {
  text-transform: none;
}

.product_variations {
  margin-top: 1rem;
}
.product_variations thead {
  text-transform: uppercase;
  font-family: "Avenir-Heavy";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.product_variations tbody td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.product_variations tbody td:first-child {
  width: 120px;
}
.product_variations tbody a {
  color: #3C8CAE;
  text-decoration: none;
}
.product_variations tbody a:hover {
  text-decoration: underline;
}
.product_variations tfooter a {
  font-family: "Avenir-Black";
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 1123px) {
  .page-template-locations-overview .location-overview {
    padding: 0 !important;
  }
}
.page-template-locations-overview main {
  overflow-x: visible;
}
.page-template-locations-overview .location-overview {
  padding: 0 7.5rem;
}

.single-location #breadcrumb nav {
  padding-bottom: 0.9375rem;
  padding-left: 0;
}
.single-location #breadcrumb a {
  font-size: 0.8125rem;
}
.single-location .woocommerce-breadcrumb {
  padding: 0;
  font-size: 0.8125rem;
  color: #15375f;
  border-bottom: 1px solid #e5e5e5;
}
.single-location__content {
  display: flex;
  flex-direction: column;
  margin-top: 3.125rem;
  max-width: 85rem;
}
@media (max-width: 1123px) {
  .single-location__content {
    flex-direction: column;
    margin-top: 0.625rem;
  }
}
.single-location__content #layer-1 {
  margin-top: 0;
}
@media (max-width: 1123px) {
  .single-location__content .location-layers {
    width: 100%;
  }
}
.single-location__content .location-layers .full-width-wysiwyg img {
  max-width: 100%;
  height: auto;
}
.single-location__content .location-sidebar {
  max-width: 85rem;
  padding: 0 7.5rem;
}
@media (max-width: 1123px) {
  .single-location__content .location-sidebar {
    padding: 0 3.75rem;
  }
}
@media (max-width: 779px) {
  .single-location__content .location-sidebar {
    padding: 0 1.25rem;
  }
}
.single-location__content .location-sidebar__meta {
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #15375F;
}
@media (max-width: 779px) {
  .single-location__content .location-sidebar__meta {
    flex-direction: column;
  }
}
.single-location__content .location-sidebar__meta-data {
  display: flex;
  flex-direction: row;
  padding: 1rem 0;
  max-width: 25%;
  align-items: center;
}
@media (max-width: 1123px) {
  .single-location__content .location-sidebar__meta-data {
    flex-direction: column;
    max-width: 40%;
    padding: 0 0.625rem;
  }
  .single-location__content .location-sidebar__meta-data:first-of-type {
    padding-left: 0;
  }
  .single-location__content .location-sidebar__meta-data:last-of-type {
    padding-right: 0;
  }
  .single-location__content .location-sidebar__meta-data span {
    margin-top: 0.625rem;
  }
}
@media (max-width: 779px) {
  .single-location__content .location-sidebar__meta-data {
    flex-direction: row;
    max-width: 100%;
    margin: 0.625rem 0;
  }
  .single-location__content .location-sidebar__meta-data:first-of-type {
    padding-left: 0.625rem;
  }
  .single-location__content .location-sidebar__meta-data:last-of-type {
    padding-right: 0.625rem;
  }
}
@media (max-width: 1123px) {
  .single-location__content .location-sidebar__meta-data:first-of-type {
    margin-left: 1.5rem;
  }
  .single-location__content .location-sidebar__meta-data:first-of-type span {
    margin-left: -1.5rem;
  }
}
@media (max-width: 779px) {
  .single-location__content .location-sidebar__meta-data:first-of-type {
    margin-left: 0;
  }
  .single-location__content .location-sidebar__meta-data:first-of-type span {
    margin-left: 0rem;
  }
  .single-location__content .location-sidebar__meta-data:first-of-type .meta-icon {
    margin-left: 1.5rem;
  }
}
.single-location__content .location-sidebar__meta-data:first-of-type .meta-icon {
  margin-left: 0;
}
.single-location__content .location-sidebar .meta-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 1.5rem;
}
@media (max-width: 779px) {
  .single-location__content .location-sidebar .meta-icon {
    margin: 0 1.5rem 0 0;
  }
}

.search-results-header span#search_term {
  color: #3C8CAE;
}

.search-results .result {
  margin-bottom: 52px;
}
.search-results .result a {
  text-decoration: none;
}
.search-results .result a:hover h2,
.search-results .result a:hover p {
  color: #909194;
}
.search-results .result img {
  float: left;
  margin-right: 26px;
  border: 1px solid #E5E5E5;
}
.search-results .result h2 {
  font-family: "Avenir-Light";
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #003660;
  margin: 0;
}
.search-results .result p {
  color: #3C8CAE;
  overflow: hidden;
}
.search-results .result p.sku {
  color: #003660;
  margin: 5px 0;
  padding: 0;
}
.search-results .result:after {
  content: " ";
  display: table;
  clear: both;
}
.search-results #pagination {
  float: right;
  color: #76777B;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  margin-bottom: 2rem;
}
.search-results #pagination ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.search-results #pagination ul li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
}
.search-results #pagination ul li a,
.search-results #pagination ul li span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  padding: 0 4px;
  border-right: 1px solid #76777B;
}
.search-results #pagination ul li a {
  text-decoration: none;
  color: #76777B;
}
.search-results #pagination ul li span {
  color: #6ECACB;
}
.search-results .searchandfilter li[data-sf-field-input-type=checkbox] h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  text-transform: uppercase;
  padding: 15px 0 5px 0;
  border-top: 1px solid rgba(136, 214, 244, 0.29);
  margin: 0;
  cursor: pointer;
}
.search-results .searchandfilter li[data-sf-field-input-type=checkbox] h4:before {
  content: "+";
  width: 15px;
  display: inline-block;
}
.search-results .searchandfilter li[data-sf-field-input-type=checkbox] h4.active {
  padding-bottom: 10px;
}
.search-results .searchandfilter li[data-sf-field-input-type=checkbox] h4.active ~ ul {
  display: block;
}
.search-results .searchandfilter li[data-sf-field-input-type=checkbox] h4.active:before {
  content: "–";
}
.search-results .searchandfilter li[data-sf-field-input-type=checkbox] h4 ~ ul {
  display: none;
  padding-left: 22px;
}
.search-results .searchandfilter label {
  font-family: "Avenir-Light";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #003660;
}
.search-results .searchandfilter ul {
  margin: 0 1rem 0 0;
  padding: 0;
}
.search-results .searchandfilter ul ul.children {
  margin: 10px 1rem 0 15px;
  display: none;
}
.search-results .searchandfilter ul ul.children label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #003660;
}
.search-results .searchandfilter ul ul.children li.has-children span:before {
  font-family: "Pro-Regular", arial, sans-serif;
  content: "";
  color: #c4c4c6;
}
.search-results .searchandfilter ul ul.children li.has-children-open span:before {
  font-family: "Pro-Regular", arial, sans-serif;
  content: "";
  color: #c4c4c6;
}
.search-results .searchandfilter ul li {
  padding: 0 0 10px;
  position: relative;
}
.search-results .searchandfilter ul li span {
  position: absolute;
  left: -15px;
  top: 1px;
  display: block;
  width: 15px;
  height: 20px;
  cursor: pointer;
  font-size: 9px;
}
.search-results .searchandfilter ul li.has-children span:before {
  font-family: "Pro-Regular", arial, sans-serif;
  content: "";
  color: #c4c4c6;
}
.search-results .searchandfilter ul li.has-children-open span:before {
  font-family: "Pro-Regular", arial, sans-serif;
  content: "";
  color: #c4c4c6;
}
.search-results .searchandfilter .sf-field-submit {
  margin-top: 20px;
  position: relative;
  padding: 0;
}
.search-results .searchandfilter .sf-field-submit input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #003660;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  color: #003660;
  font-weight: 800;
  font-family: "Avenir-Medium";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  min-width: 100%;
  margin: 0;
  cursor: pointer;
  background: none;
}
.search-results .searchandfilter .sf-field-submit:hover input[type=submit] {
  color: #fff;
}
.search-results .searchandfilter .sf-field-submit:hover:before {
  transform: scaleX(1);
}
.search-results .searchandfilter .sf-field-submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003660;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.3s;
}
.search-results .searchandfilter .sf-field-search h4,
.search-results .searchandfilter .sf-field-post_type h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  text-transform: uppercase;
  padding: 15px 0 15px 0;
  border-top: 1px solid rgba(136, 214, 244, 0.29);
}
.search-results .searchandfilter .sf-field-search label,
.search-results .searchandfilter .sf-field-post_type label {
  width: 100%;
}
.search-results .searchandfilter .sf-field-search input[type=text],
.search-results .searchandfilter .sf-field-post_type input[type=text] {
  /* search field */
  outline: none;
  width: 100%;
  border: 1px solid rgba(136, 214, 244, 0.29);
  color: #3C8CAE;
  font-family: "Avenir-Light";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding: 5px 10px;
}
.search-results .searchandfilter .sf-field-search input[type=text]::placeholder,
.search-results .searchandfilter .sf-field-post_type input[type=text]::placeholder {
  color: #003660;
}
.search-results .searchandfilter .sf-field-search input[type=text]::-ms-clear,
.search-results .searchandfilter .sf-field-post_type input[type=text]::-ms-clear {
  display: none;
}
.search-results .searchandfilter .sf-field-search h4 {
  padding: 15px 0 5px 0;
}
.search-results .searchandfilter input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.search-results .searchandfilter input[type=checkbox]:checked ~ ul.children {
  display: block;
}
.search-results .searchandfilter input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.search-results .searchandfilter input[type=checkbox] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid #003660;
}
.search-results .searchandfilter input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.search-results .searchandfilter input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.search-results .searchandfilter input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.search-results .searchandfilter input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 9px;
  background: #003660;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #003660, 4px 0 0 #003660, 4px -2px 0 #003660, 4px -4px 0 #003660, 4px -6px 0 #003660, 4px -8px 0 #003660;
  transform: rotate(45deg);
}
.search-results .searchandfilter input[type=radio] {
  position: absolute;
  opacity: 0;
}
.search-results .searchandfilter input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.search-results .searchandfilter input[type=radio] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid #003660;
  border-radius: 10px;
}
.search-results .searchandfilter input[type=radio]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.search-results .searchandfilter input[type=radio]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.search-results .searchandfilter input[type=radio]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.search-results .searchandfilter input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  background: #6ECACB;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}

li.sf-field-post_type ul {
  display: flex;
  flex-direction: column;
}
li.sf-field-post_type ul li:nth-child(2) {
  order: 4;
}
li.sf-field-post_type ul li:nth-child(3) {
  order: 3;
}
li.sf-field-post_type ul li:nth-child(4) {
  order: 2;
}

.form-page form {
  padding: 26px 0;
}
@media (max-width: 780px) {
  .form-page form {
    padding: 0 0 26px;
  }
}
.form-page form .row {
  margin-bottom: 26px;
}
.form-page form .row.nomargin {
  margin-bottom: 0;
}
.form-page p.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-style: italic;
  margin: 26px 0;
  color: #98999B;
}
.form-page ol {
  list-style: decimal;
}
.form-page ol li {
  margin: 1rem;
  color: #003660;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.form-page .cols2 label:not(.plain) {
  width: 30%;
}
@media (max-width: 1200px) {
  .form-page .cols2 label:not(.plain) {
    width: 40%;
  }
}
.form-page .cols2 input[type=text],
.form-page .cols2 input[type=email],
.form-page .cols2 select {
  width: 65%;
}
@media (max-width: 1200px) {
  .form-page .cols2 input[type=text],
.form-page .cols2 input[type=email],
.form-page .cols2 select {
    width: 58%;
  }
}
.form-page .cols3 label:not(.plain) {
  width: 30%;
}
@media (max-width: 1200px) {
  .form-page .cols3 label:not(.plain) {
    width: 40%;
  }
}
.form-page .cols3 input[type=text],
.form-page .cols3 input[type=email] {
  width: 63%;
}
@media (max-width: 1200px) {
  .form-page .cols3 input[type=text],
.form-page .cols3 input[type=email] {
    width: 60%;
  }
}
.form-page .error,
.form-page .error-label {
  color: red !important;
}
.form-page label {
  color: #003660;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  float: left;
}
.form-page label.header {
  font-family: "Avenir-Heavy";
  float: none;
  padding: 0;
  display: block;
  min-width: 100%;
  margin-bottom: 5px;
}
.form-page label.subheader {
  float: none;
  padding: 15px 0 0;
  display: block;
  min-width: 100%;
  font-family: "Avenir-Heavy";
  margin-bottom: 20px;
}
.form-page .cols2 label:not(.plain),
.form-page .cols3 label:not(.plain) {
  padding: 15px 10px;
  background: rgba(136, 214, 244, 0.15);
}
@media (max-width: 780px) {
  .form-page label,
.form-page input[type=text],
.form-page input[type=email],
.form-page select {
    width: 100% !important;
  }
  .form-page .cols2 label,
.form-page .cols3 label {
    font-family: "Avenir-Heavy";
    float: none;
    padding-left: 0 !important;
    display: block;
    min-width: 100%;
    background: none !important;
    padding-bottom: 5px !important;
  }
}
.form-page ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.form-page ul li {
  width: 300px;
  float: left;
  padding: 0 0 10px;
}
.form-page ul li:first-child {
  display: none;
}
.form-page div.panel-grid-cell {
  padding: 0;
}
.form-page p {
  margin-bottom: 10px;
  color: #003660;
  position: relative;
  padding: 0;
}
.form-page p.lead {
  font-family: "Avenir-Heavy";
}
.form-page p em {
  font-family: "Avenir-Light";
}
.form-page p:after {
  content: " ";
  display: table;
  clear: both;
}
.form-page p input {
  outline: none;
}
.form-page p input[type=text], .form-page p input[type=email] {
  background: rgba(136, 214, 244, 0.15);
  color: #003660;
  padding: 15px 20px;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.form-page p input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.form-page p input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.form-page p input[type=checkbox] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid #98999B;
}
.form-page p input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.form-page p input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.form-page p input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.form-page p input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 9px;
  background: #003660;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #003660, 4px 0 0 #003660, 4px -2px 0 #003660, 4px -4px 0 #003660, 4px -6px 0 #003660, 4px -8px 0 #003660;
  transform: rotate(45deg);
}
.form-page p textarea {
  clear: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 15px 20px;
  border: none;
  color: #003660;
  background: rgba(136, 214, 244, 0.15);
  float: none;
  min-width: 100%;
  width: 100%;
  margin: 0;
}
.form-page p select {
  background: rgba(136, 214, 244, 0.15);
  color: #003660;
  padding: 0 20px;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 50px;
  height: 50px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,<svg fill='darkblue' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.form-page p select::-ms-expand {
  display: none;
}
.form-page p select[multiple=multiple] {
  outline: none;
}
.form-page p select::-ms-expand {
  display: none;
  /* Hide dropdown in IE 10 & 11 */
}
.form-page p.submit {
  margin-top: 20px;
  position: relative;
  padding: 0;
  display: inline-block;
}
@media (max-width: 780px) {
  .form-page p.submit {
    margin-top: -20px;
  }
}
.form-page p.submit input[type=submit] {
  display: inline-block;
  padding: 10px 50px;
  text-decoration: none;
  border: 1px solid #003660;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  color: #003660;
  font-weight: 800;
  font-family: "Avenir-Medium";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0;
  cursor: pointer;
  background: none;
}
.form-page p.submit:hover input[type=submit] {
  color: #fff;
}
.form-page p.submit:hover:before {
  transform: scaleX(1);
}
.form-page p.submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003660;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.3s;
}

.form-page p select[multiple=multiple] {
  display: block !important;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000px;
}

.scroll-indicator {
  background-color: rgba(91, 194, 231, 0.5);
  height: 3.75rem;
  position: absolute;
  bottom: 0.9375rem;
  right: -5.625rem;
  width: 3.75rem;
  transition-property: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  /* @include tertiary-nav-disabled {
       left: rem(-8);
       transform: scale(.75);
   }
   */
}
@media (max-width: 1123px) {
  .scroll-indicator {
    right: -1.875rem;
  }
}
@media (max-width: 779px) {
  .scroll-indicator {
    opacity: 0;
    visibility: none;
  }
}
.scroll-indicator-container {
  max-width: 1200px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3.75rem;
  width: 100%;
  z-index: 995;
}
.scroll-indicator .inner {
  position: relative;
  width: 100%;
}
.scroll-indicator:before {
  font-family: Fontawesome;
  content: "";
  position: absolute;
  font-size: 4.0625rem;
  color: #003865;
}
.scroll-indicator .fa {
  color: white;
  font-size: 3.75rem;
  transition-property: transform;
}
.scroll-indicator svg {
  fill: #fff;
  height: 100%;
  width: 100%;
  transition-property: transform;
}
.scroll-indicator.hide {
  transform: translateX(-100%);
}
.scroll-indicator.flip {
  display: none;
}
.scroll-indicator.flip:hover {
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.scroll-indicator.flip:before {
  transform: rotate(180deg);
}
.scroll-indicator.flip svg {
  transform: rotate(180deg);
}
.has-sticky-footer .scroll-indicator {
  bottom: 4.5625rem;
}

/**
 * Seamless Hero Slider
 *
 * Intended for home pages.
 *
 * @package  Embark
 * @since    1.0.0
 */
.seamless-hero-slider {
  height: 540px;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}
@media (max-width: 780px) {
  .seamless-hero-slider {
    background-color: #6ecacb;
    height: 30rem;
  }
}
.seamless-hero-slider__media {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.seamless-hero-slider__media img,
.seamless-hero-slider__media video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.seamless-hero-slider__media iframe {
  max-height: 540px;
}
.seamless-hero-slider .hero-slides {
  position: relative;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.seamless-hero-slider .hero-slides.single {
  opacity: 1;
  visibility: visible;
}
.seamless-hero-slider .hero-slides.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.seamless-hero-slider .hero-slides .slick-initialized .hero-slide:not(:first-of-type) {
  display: block;
}
.seamless-hero-slider .hero-slides .slick-list {
  height: 540px;
  display: block;
}
@media (max-width: 780px) {
  .seamless-hero-slider .hero-slides .slick-list {
    max-height: 400px;
  }
}
.seamless-hero-slider .hero-slides .slick-list .slick-slide {
  height: 100%;
}
.seamless-hero-slider .hero-slides .slick-list .slick-track {
  height: 100%;
}
.seamless-hero-slider .hero-slides .slick-prev,
.seamless-hero-slider .hero-slides .slick-next {
  display: block;
  color: transparent;
  border: none;
  background: none;
  width: 30px;
  height: 30px;
}
.seamless-hero-slider .hero-slides .slick-prev:before,
.seamless-hero-slider .hero-slides .slick-next:before {
  font-family: FontAwesome;
  font-size: 26px;
  color: white;
  text-shadow: 1px 1px 2px #000000;
}
.seamless-hero-slider .hero-slides .slick-prev:focus,
.seamless-hero-slider .hero-slides .slick-next:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
@media (max-width: 480px) {
  .seamless-hero-slider .hero-slides .slick-prev {
    left: -5px;
  }
  .seamless-hero-slider .hero-slides .slick-next {
    right: -5px;
  }
}
.seamless-hero-slider .hero-slides .slick-prev:before {
  content: "";
}
.seamless-hero-slider .hero-slides .slick-next {
  right: 5px;
}
.seamless-hero-slider .hero-slides .slick-next:before {
  content: "";
}
.seamless-hero-slider .hero-slides .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 9000;
}
.seamless-hero-slider__body {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-20%);
}
.seamless-hero-slider__body > .alignright {
  padding-right: 30px;
}
@media (max-width: 779px) {
  .seamless-hero-slider__body > .alignright {
    padding: 0 10px;
    text-align: center;
    max-width: unset !important;
    width: 100%;
    bottom: 0;
  }
}
.seamless-hero-slider__body > .alignleft {
  padding-left: 30px;
}
@media (max-width: 480px) {
  .seamless-hero-slider__body > .alignleft {
    padding: 0 10px;
    text-align: center;
    max-width: unset !important;
    width: 100%;
  }
}
.seamless-hero-slider__body > .alignwide {
  padding: 0 30px;
}
.seamless-hero-slider__body > .alignwide .seamless-hero-slider__content {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .seamless-hero-slider__body > .alignwide {
    padding: 0 10px;
    text-align: center;
    max-width: unset !important;
    width: 100%;
    margin: unset;
  }
}
.seamless-hero-slider__content {
  padding: 30px;
  background-color: rgba(110, 202, 203, 0.8);
  border-radius: 5px;
  color: #fff;
}
.seamless-hero-slider__headline {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 900;
  letter-spacing: -0.0625rem;
  line-height: 4.25rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 779px) {
  .seamless-hero-slider__headline {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}
.seamless-hero-slider__subheadline {
  font-size: 1.375rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 779px) {
  .seamless-hero-slider__subheadline {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 780px) {
  .seamless-hero-slider {
    background-color: transparent;
    height: auto;
  }
  .seamless-hero-slider__body {
    background-color: transparent;
    padding-top: 40px;
    top: 200px;
  }
  .seamless-hero-slider__body > .alignright {
    padding: 0;
    text-align: center;
  }
  .seamless-hero-slider__body > .alignleft {
    padding: 0;
    text-align: center;
  }
  .seamless-hero-slider__body > .alignwide {
    padding: 0;
    text-align: center;
  }
  .seamless-hero-slider__media {
    max-height: 12.5rem;
  }
  .seamless-hero-slider__content {
    text-align: center;
    float: none;
    background-color: none;
    min-height: 12.5rem;
  }
  .seamless-hero-slider .hero-slides .slick-arrow {
    top: 65%;
  }
}

footer {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1100;
  background: #003660;
  color: #fff;
  padding: 32px 26px 13px;
  /* expand on larger screens */
}
@media (min-width: 1200px) {
  footer .panel-grid {
    width: 100%;
    max-width: 1800px;
  }
}
footer .row {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  footer {
    padding: 26px 26px 0;
    margin-top: 26px;
  }
  footer .row {
    margin-bottom: 0;
  }
  footer .panel-grid {
    padding: 0;
  }
  footer #social {
    margin-bottom: 10px;
  }
  footer #footer-menu {
    margin-bottom: 20px;
  }
  footer #language-menu {
    display: none;
  }
}
footer #logo {
  width: 22%;
  max-width: 300px;
  background-image: url("assets/image/bvi-logo-white.svg");
  background-repeat: no-repeat;
  background-size: 140px 55px;
  overflow: hidden;
  text-indent: -10000px;
}
footer #logo a {
  display: block;
  width: 153px;
  height: 60px;
}
footer #disclaimer {
  width: 35%;
}
@media all and (min-width: 780px) {
  footer #disclaimer {
    text-align: right;
    float: right;
  }
}
footer #disclaimer p {
  font-family: "Avenir";
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}
footer #disclaimer p:first-child {
  margin-top: 0;
}
footer #footer-menu,
footer #language-menu {
  width: 22%;
}
footer #footer-menu ul,
footer #language-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer #footer-menu ul li a,
footer #language-menu ul li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #fff;
  font-family: "Avenir-Medium";
  text-decoration: none;
}
footer #footer-menu ul li a:hover,
footer #language-menu ul li a:hover {
  color: #88D6F4;
}
footer #language-menu {
  width: 21%;
}
footer #language-menu p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #fff;
  font-family: "Avenir-Medium";
  margin: 0;
}
footer #language-menu ul li a {
  font-family: "Avenir-Light";
}
footer #social ul {
  margin: 0;
  padding: 0;
}
footer #social ul li {
  display: inline-block;
  margin-left: 0.5em;
}
footer #social ul li a {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  color: #fff;
  text-indent: -10000px;
  text-align: left;
  overflow: hidden;
  text-decoration: none;
}
footer #social ul li a:after {
  font-family: "Pro-Brands";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  text-indent: 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-align: center;
}
footer #social ul li a.twitter:after {
  content: "";
}
footer #social ul li a.fb:after {
  content: "";
}
footer #social ul li a.oyt:after {
  content: " ";
  display: block;
  background-image: url("assets/image/eye-icon.svg");
}
footer #social ul li a.youtube:after {
  content: "";
}
footer #social ul li a.instagram:after {
  content: "";
}
footer #social ul li a.linkedin:after {
  content: "";
}

.featured-product-layer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  position: relative;
}
.featured-product-layer .featured-products-section-title {
  font-size: 16px;
  color: #3C8CAE;
  text-transform: uppercase;
  padding: 0;
  font-family: "Avenir-Bold";
  line-height: 1em;
  width: 100%;
  height: 1em;
  flex: none;
  position: absolute;
}
.featured-product-layer .featured-product-slider {
  width: 75%;
  float: left;
  min-height: 450px;
}
@media (max-width: 779px) {
  .featured-product-layer .featured-product-slider {
    width: 100%;
  }
}
.featured-product-layer .featured-product-slider .featured-product-media {
  float: right;
  max-width: 40%;
}
.featured-product-layer .featured-product-slider .featured-product-media .featured-product-image {
  opacity: 0;
  width: 100%;
}
@media (max-width: 779px) {
  .featured-product-layer .featured-product-slider .featured-product-media {
    max-width: 100%;
    width: 100%;
  }
}
.featured-product-layer .featured-product-slider .slick-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #3C8CAE;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  color: #3C8CAE !important;
  background-color: transparent;
  font-size: 25px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  z-index: 100;
}
.featured-product-layer .featured-product-slider .slick-arrow.slick-prev {
  right: 35px;
}
.featured-product-layer .featured-product-slider .featured-product-content {
  padding-top: 100px;
  max-width: 60%;
  float: left;
}
.featured-product-layer .featured-product-slider .featured-product-content .featured-product-title {
  color: #003660;
  padding: 26px 0 30px;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 49px;
  line-height: 3.0625rem;
  font-family: "Avenir-Bold";
  margin: 0;
}
.featured-product-layer .featured-product-slider .featured-product-content .featured-product-description {
  color: #3C8CAE;
  width: 250px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 779px) {
  .featured-product-layer .featured-product-slider .featured-product-content .featured-product-description {
    width: 100%;
  }
}
@media (max-width: 779px) {
  .featured-product-layer .featured-product-slider .featured-product-content {
    padding: 1.875rem 0 0 0;
    max-width: 100%;
    width: 100%;
  }
  .featured-product-layer .featured-product-slider .featured-product-content .featured-product-title {
    font-size: 26px;
    line-height: 1em;
    padding-top: 1.875rem;
  }
}
.featured-product-layer .featured-product-slider.hide-callout {
  width: 100%;
}
.featured-product-layer .featured-product-slider.hide-callout .featured_product_content .featured-product-description {
  width: 500px;
}
.featured-product-layer .callout {
  width: 25%;
  padding-left: 20px;
  float: right;
  position: relative;
  overflow: hidden;
}
.featured-product-layer .callout .callout-background {
  overflow: hidden;
}
.featured-product-layer .callout .callout-background img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1123px) {
  .featured-product-layer .callout .callout-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.featured-product-layer .callout .callout-icon {
  width: 34px;
  height: 46px;
  display: block;
  vertical-align: middle;
  display: inline-block;
}
.featured-product-layer .callout .callout-title {
  color: #FFFFFF;
  font-size: 26px;
  margin-bottom: 24px;
  display: inline-block;
}
.featured-product-layer .callout .callout-content {
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 30px;
  padding: 50px 20px;
}
.featured-product-layer .callout .callout-btn {
  background-color: #FFFFFF;
  margin: 0 auto;
  display: block;
  padding: 10px 5px;
}
.featured-product-layer .callout .callout-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003660;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.3s;
}
.featured-product-layer .callout .callout-btn:hover {
  background-color: transparent;
}
.featured-product-layer .callout .callout-btn:hover:before {
  transform: scaleX(1);
}
@media only screen and (max-width: 780px) {
  .featured-product-layer .callout {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .featured-product-layer .callout .callout-content {
    text-align: center;
  }
  .featured-product-layer .callout .callout-content .callout-icon {
    display: block;
    margin: 30px auto;
  }
}
.featured-product-layer .callout.hide-callout {
  display: none;
}

.news-ticker-events-slider {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.news-ticker-events-slider .news-ticker {
  width: 33%;
  background-color: #003660;
  color: #FFFFFF;
  padding: 3.125rem 1.875rem;
}
@media (max-width: 1123px) {
  .news-ticker-events-slider .news-ticker {
    width: 100%;
    margin: 0 auto 1.875rem;
  }
}
.news-ticker-events-slider .news-ticker-title {
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Avenir-black";
  margin: 0;
  line-height: 19px;
  margin-bottom: 50px;
  font-weight: 500;
}
.news-ticker-events-slider .news-ticker-item {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}
.news-ticker-events-slider .news-ticker-item .news-ticker-date {
  font-size: 14px;
  line-height: 27px;
  color: #FFFFFF;
}
.news-ticker-events-slider .news-ticker-item .news-ticker-item-title {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 27px;
  margin-bottom: 20px;
  font-family: "Avenir";
}
.news-ticker-events-slider .news-ticker .news-ticker-link {
  display: block;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.news-ticker-events-slider .news-ticker .news-ticker-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.3s;
}
.news-ticker-events-slider .news-ticker .news-ticker-link:hover {
  color: #003660;
}
.news-ticker-events-slider .news-ticker .news-ticker-link:hover:before {
  transform: scaleX(1);
}
.news-ticker-events-slider .events-slider {
  width: 67%;
  padding-left: 20px;
}
@media (max-width: 1123px) {
  .news-ticker-events-slider .events-slider {
    width: 100%;
    margin: 0 auto 1.875rem;
    padding-left: unset;
  }
}
.news-ticker-events-slider .events-slider-item {
  display: none;
}
.news-ticker-events-slider .events-slider-item:first-child {
  display: block;
}
.news-ticker-events-slider .events-slider > .slick-list {
  border: 1px solid #e5e5e5;
}
.news-ticker-events-slider .events-slider__header {
  font-family: "Avenir-Black";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.0275rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  color: #5bc2e7;
}
.news-ticker-events-slider .events-slider .slick-arrow {
  position: absolute;
  top: 26.875rem;
  right: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #3C8CAE;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  color: #3C8CAE !important;
  background-color: transparent;
  font-size: 25px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  z-index: 100;
}
.news-ticker-events-slider .events-slider .slick-arrow.slick-prev {
  right: 4.0625rem;
}
@media only screen and (max-width: 780px) {
  .news-ticker-events-slider .events-slider .slick-arrow.slick-prev {
    right: 4.0625rem;
  }
}
@media only screen and (max-width: 780px) {
  .news-ticker-events-slider .events-slider .slick-arrow {
    top: 180px;
    right: 10px;
  }
}
.news-ticker-events-slider .events-slider .events-slider-media {
  max-height: 55%;
}
.news-ticker-events-slider .events-slider .events-slider-media img {
  max-height: 400px;
  width: 100%;
}
.news-ticker-events-slider .events-slider .events-slider-content {
  max-height: 45%;
  width: 100%;
  position: relative;
  padding: 1.875rem;
}
@media (min-width: 1124px) {
  .news-ticker-events-slider .events-slider .events-slider-content {
    min-height: 21.5625rem;
  }
}
.news-ticker-events-slider .events-slider .events-slider-content .events-slider-title {
  color: #003660;
  padding: 26px 0 30px;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 49px;
  line-height: 3.0625rem;
  font-family: "Avenir-Black", sans-serif;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .news-ticker-events-slider .events-slider .events-slider-content .events-slider-title {
    font-size: 26px;
    line-height: 1em;
  }
}
.news-ticker-events-slider .events-slider .events-slider-content .events-slider-date,
.news-ticker-events-slider .events-slider .events-slider-content .events-slider-location {
  color: #3C8CAE;
  font-size: 18px;
  line-height: 1.3125rem;
  display: block;
}
.news-ticker-events-slider .events-slider .events-slider-content .events-slider-location {
  margin-bottom: 30px;
}
.news-ticker-events-slider .events-slider .events-slider-content .events-slider-links {
  position: absolute;
  bottom: 1.5625rem;
  width: 100%;
  display: block;
}
.news-ticker-events-slider .events-slider .events-slider-content .events-slider-link {
  display: inline-block;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #003865;
  padding: 10px 20px 10px 0;
  text-transform: uppercase;
  z-index: 1;
  bottom: 0;
}
.news-ticker-events-slider .events-slider .events-slider-content .events-slider-link:hover {
  color: #5bc2e7;
}

.numbers-ticker {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.numbers-ticker .w2o-stat-widget {
  width: 33%;
}
@media only screen and (max-width: 780px) {
  .numbers-ticker .w2o-stat-widget {
    width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .numbers-ticker {
    padding: 0;
  }
}

.procedures-layer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width: 100%;
}
.procedures-layer .procedures-layer-title {
  text-align: center;
  font-size: 45px;
  font-family: "Avenir-Bold";
  flex: none;
  width: 100%;
}
.procedures-layer .procedure-layer-item {
  width: 33.33%;
  position: relative;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  max-height: 600px;
}
.procedures-layer .procedure-layer-item .procedure-item-media {
  position: relative;
  z-index: -1;
  background-color: black;
}
.procedures-layer .procedure-layer-item .procedure-item-media img {
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
  min-height: 600px;
}
.procedures-layer .procedure-layer-item .procedure-item-content {
  padding: 60px 50px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.procedures-layer .procedure-layer-item .procedure-item-content .procedure-item-title {
  display: block;
  padding-bottom: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Avenir-bold";
}
.procedures-layer .procedure-layer-item .procedure-item-content .procedure-item-description {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 780px) {
  .procedures-layer .procedure-layer-item .procedure-item-content .procedure-item-description {
    opacity: 1;
  }
}
.procedures-layer .procedure-layer-item .procedure-item-link {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 50px;
  border-top: 1px solid #FFFFFF;
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Avenir-Bold";
}
@media only screen and (max-width: 780px) {
  .procedures-layer .procedure-layer-item .procedure-item-link {
    opacity: 1;
  }
}
.procedures-layer .procedure-layer-item:hover {
  transform: scale(1.1);
  z-index: 10;
}
.procedures-layer .procedure-layer-item:hover .procedure-item-description {
  opacity: 1;
}
.procedures-layer .procedure-layer-item:hover .procedure-item-link {
  opacity: 1;
}
.procedures-layer .procedure-layer-item:hover .procedure-item-media img {
  opacity: 0.2;
}
@media only screen and (max-width: 780px) {
  .procedures-layer .procedure-layer-item {
    width: 100%;
    margin: 0 auto 3.125rem;
  }
  .procedures-layer .procedure-layer-item .procedure-item-content {
    padding: 30px 25px;
  }
  .procedures-layer .procedure-layer-item .procedure-item-media {
    height: 300px;
    overflow: hidden;
  }
  .procedures-layer .procedure-layer-item .procedure-item-media img {
    min-height: 200px;
    opacity: 0.2;
  }
}
@media only screen and (max-width: 780px) {
  .procedures-layer .procedures-layer-title {
    font-size: 30px;
  }
}

.about-layer {
  position: relative;
  margin-bottom: 50px;
}
.about-layer .about-content {
  padding: 30px;
  max-width: 400px;
  background-color: #003660;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
}
.about-layer .about-content .about-title {
  color: #FFFFFF;
  padding: 26px 0 30px;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 49px;
  line-height: 3.0625rem;
  font-family: "Avenir-Bold";
  margin: 0;
}
.about-layer .about-content .about-description {
  color: #FFFFFF;
  width: 250px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 779px) {
  .about-layer .about-content .about-description {
    width: 100%;
  }
}
.about-layer .about-content .btn {
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.about-layer .about-content .btn:before {
  background: #FFFFFF;
}
.about-layer .about-content .btn:hover {
  color: #003660 !important;
}
.about-layer .about-content .btn:hover:hover {
  transform: scaleX(1);
}
.about-layer .about-media {
  width: 100%;
}
.about-layer .about-media img {
  width: 80%;
  display: block;
  float: right;
  min-height: 500px;
  height: 500px;
  object-fit: none;
}
@media (max-width: 779px) {
  .about-layer .about-media img {
    min-height: unset;
    max-height: 21.875rem;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 779px) {
  .about-layer {
    width: 100%;
  }
  .about-layer .about-content {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
  }
  .about-layer .about-content .about-title {
    font-size: 26px;
    line-height: 1em;
  }
  .about-layer .about-media {
    max-width: 100%;
    z-index: 1;
    margin-top: 0;
  }
  .about-layer .about-media img {
    width: 100%;
    float: none;
  }
}

.discontinued-products .filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 779px) {
  .discontinued-products .filters {
    flex-direction: column;
  }
}
.discontinued-products .filters > div {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
@media (max-width: 779px) {
  .discontinued-products .filters > div {
    flex-direction: row;
    margin-bottom: 10px;
  }
}
.discontinued-products .filters .filter select {
  padding: 10px 15px;
  width: 95%;
}
.discontinued-products .search-form {
  width: 100%;
}
.discontinued-products .search-form-wrapper {
  width: 100%;
}
.discontinued-products .search-form__inner {
  display: flex;
}
@media (max-width: 1123px), (hover: none) {
  .discontinued-products .search-form__inner > * {
    flex: 1 0 auto;
  }
}
.discontinued-products .search-form .search-field {
  padding: 10px 15px;
  backface-visibility: hidden;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 95%;
}
@media (max-width: 779px) {
  .discontinued-products .search-form .search-field {
    max-width: 300px;
  }
}
.discontinued-products .search-form .search-submit {
  background-color: #003865;
  color: white;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 1123px), (hover: none) {
  .discontinued-products .search-form .search-submit {
    max-width: 20%;
  }
}
.discontinued-products .search-form label {
  margin: 0;
  width: 100%;
}
.discontinued-products .search-form button {
  font-size: 0;
  letter-spacing: 0;
}
.discontinued-products .search-form button:after {
  font-family: "FontAwesome";
  content: "";
  font-size: 16px;
}
.discontinued-products #container {
  width: 400px;
  height: auto;
  margin: 0 auto;
  margin-top: 3%;
}
.discontinued-products .accordion h3 {
  display: block;
  background-color: #eee;
  padding: 10px;
}
.discontinued-products .discontinued-product-object__content {
  visibility: hidden;
  opacity: 0;
  display: none;
  text-align: left;
  transition: visibility 0s, opacity 0.5s linear;
  padding: 10px 15px;
}
.discontinued-products .discontinued-product-object__content label {
  font-weight: bold;
  min-width: 180px;
  display: inline-block;
}
.discontinued-products input[id^=accordion-]:checked ~ .discontinued-product-object__content {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
}
.discontinued-products input[id^=accordion-] {
  display: none;
  position: relative;
}
.discontinued-products .pagination {
  display: flex;
  margin: 1.875rem -1rem;
  position: relative;
}
.discontinued-products .pagination .nav-previous,
.discontinued-products .pagination .nav-next {
  padding: 0 20px;
  position: relative;
  max-width: 340px;
}
.discontinued-products .pagination .nav-previous a,
.discontinued-products .pagination .nav-next a {
  display: inline-block;
  text-align: left;
  word-break: normal;
}
.discontinued-products .pagination .nav-previous .fa,
.discontinued-products .pagination .nav-next .fa {
  color: #003865;
  font-size: 18px;
  position: absolute;
  top: 6px;
  left: 0;
  transition-property: color;
}
.discontinued-products .pagination .nav-previous:hover .fa,
.discontinued-products .pagination .nav-next:hover .fa {
  color: #003865;
}
.discontinued-products .pagination .nav-next {
  text-align: right;
}
.discontinued-products .pagination .nav-next .fa {
  left: auto;
  right: 0;
}
.single-post .discontinued-products .pagination {
  justify-content: space-between;
}
.discontinued-products .page-numbers {
  font-weight: 700;
  font-size: 20px;
  color: #c3c3c3;
  margin: 0 1rem;
}
.discontinued-products .page-numbers.current {
  color: #003865;
  font-size: 21px;
}
.discontinued-products .page-numbers.next, .discontinued-products .page-numbers.prev {
  font-size: 0;
  align-self: stretch;
}
.discontinued-products .page-numbers.next i, .discontinued-products .page-numbers.prev i {
  color: #003865;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition-property: color;
}
.discontinued-products .page-numbers.next i:hover, .discontinued-products .page-numbers.prev i:hover {
  color: #003865;
}
.discontinued-products .next-previous-post-links {
  display: flex;
  justify-content: space-between;
}

/**
* Import if you intend to use all widgets
*/
.w2o-accordion {
  /* :checked */
  /* Icon for dl */
  /* Icon for standard accordion */
}
.w2o-accordion .tab {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.w2o-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.w2o-accordion label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  background: linear-gradient(to bottom, #ffffff 0%, #E5E5E5 100%);
  font-family: "Avenir-Heavy";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 36px;
  line-height: 2.25rem;
  border: 1px solid #E5E5E5;
  color: #003660;
}
.w2o-accordion label:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 2.5em;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.w2o-accordion .w2o-accordion-content {
  max-height: 0;
  overflow: hidden;
}
.w2o-accordion .w2o-accordion-content p {
  margin: 1em;
}
.w2o-accordion .w2o-accordion-content .w2o-accordion-content-inner {
  padding: 26px 0;
}
.w2o-accordion input[type=checkbox]:checked ~ .w2o-accordion-content, .w2o-accordion div input[type=radio]:checked ~ .w2o-accordion-content {
  max-height: 1000em;
}
.w2o-accordion input[type=radio]:checked + .w2o-accordion-content {
  max-height: 1000em;
}
.w2o-accordion dt label:after {
  content: "▼";
}
.w2o-accordion input + label:after {
  content: "+";
}
.w2o-accordion input[type=checkbox]:checked + label:after,
.w2o-accordion input[type=radio]:checked + label:after {
  content: "-";
}

.w2o-text p {
  color: #3C8CAE;
}
.w2o-text ul {
  color: #003660;
}
.w2o-text ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.w2o-text ul a {
  font-family: "Avenir-Black";
  color: #003660 !important;
}
.w2o-text ul a:hover {
  color: #6ECACB;
}
.w2o-text h1 {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 59px;
  line-height: 3.6875rem;
  margin-bottom: 1rem;
}
.w2o-text h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 35px;
  line-height: 2.1875rem;
  margin-bottom: 5px;
  margin-top: 40px;
}
.w2o-text .content h1 {
  font-family: "Avenir-Black";
  color: #003660;
  margin: 10px 0 10px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.w2o-text .content h2 {
  font-family: "Avenir-Black";
  color: #3C8CAE;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin-top: 0;
}
.w2o-text .content h4 {
  text-transform: uppercase;
  font-family: "Avenir-Black";
  color: #003660;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.w2o-text .content a {
  color: #3C8CAE;
  text-decoration: none;
}
.w2o-text .content a:hover {
  text-decoration: underline;
}
.w2o-text .content a.dark-blue-link {
  font-family: "Avenir-Black";
  color: #003660;
}
.w2o-text .content a.dark-blue-link:hover {
  color: #6ECACB;
}

.w2o-pipeline {
  width: 100%;
  max-width: 100%;
  overflow: scroll;
}
.w2o-pipeline table {
  width: 100%;
}
.w2o-pipeline table th,
.w2o-pipeline table td {
  padding: 1em 0.5em;
}
.w2o-pipeline table th span,
.w2o-pipeline table td span {
  display: block;
  border: 0.25rem solid #666666;
  width: 100%;
  content: " ";
  position: relative;
}
.w2o-pipeline table th span:after,
.w2o-pipeline table td span:after {
  position: absolute;
  right: -1rem;
  content: " ";
  border: 1rem solid #666666;
  border-radius: 100%;
  margin-top: -1rem;
}
.w2o-pipeline table tbody td:first-child {
  font-weight: 500;
}
.w2o-pipeline table tbody td:nth-child(2) {
  padding-right: 9%;
}
.w2o-pipeline table tr:nth-child(even) {
  background: #d9d9d9;
}
.w2o-pipeline table th {
  background: #222222;
  color: #fff;
}
.w2o-pipeline figcaption {
  padding: 1em 0.5em;
  font-style: italic;
  color: #E5E5E5;
}

.w2o-video-widget {
  position: relative;
}
.w2o-video-widget .icon {
  pointer-events: none;
}
.w2o-video-widget .icon img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -12px;
  min-width: auto;
}
.w2o-video-widget h1 {
  color: #003660;
  font-family: "Avenir-Black";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 35px;
  line-height: 2.1875rem;
  margin: 0;
}
.w2o-video-widget h1 br {
  display: none;
}
.w2o-video-widget img {
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}
.w2o-video-widget a {
  display: none;
}
@media (max-width: 779px) {
  .w2o-video-widget a.hide-on-desktop {
    display: block !important;
  }
}
@media (min-width: 780px) {
  .w2o-video-widget a.hide-on-mobile {
    display: block !important;
  }
}
.w2o-video-widget .overlay {
  background: rgba(118, 119, 123, 0.8);
  padding: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  height: 0;
  max-height: 0;
  transition: height 0.35s ease-out;
}
.w2o-video-widget .overlay p {
  color: #fff;
}
.w2o-video-widget .overlay span {
  color: #88D6F4;
  text-transform: uppercase;
}
.w2o-video-widget a {
  position: relative;
  text-decoration: none;
}
.w2o-video-widget a:hover .overlay {
  padding: 13px 26px 26px;
  max-height: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .w2o-video-widget {
    text-align: center;
  }
  .w2o-video-widget h1 {
    text-align: center;
    margin-bottom: 13px;
  }
  .w2o-video-widget img {
    height: auto;
  }
  .w2o-video-widget a {
    height: auto;
  }
}
@media (max-width: 780px) {
  .w2o-video-widget .icon {
    pointer-events: none;
  }
  .w2o-video-widget .icon img {
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    margin-left: -37px;
    margin-top: -22px;
    min-width: auto;
  }
}

.w2o-video-wrapper {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 54, 96, 0.8);
  z-index: 200;
  text-align: center;
  pointer-events: none;
}
.w2o-video-wrapper .w2o-video-inner {
  pointer-events: auto;
  background: #fff;
  padding: 52px 0 0;
  margin: 0 auto;
  position: absolute;
  top: 2%;
  left: 2%;
  right: 2%;
  bottom: 2%;
  overflow: auto;
  border-bottom: 1em solid #88D6F4;
  border-top: 1em solid #88D6F4;
}
.w2o-video-wrapper .w2o-video-inner iframe {
  position: relative;
  top: 0;
  bottom: auto;
  width: 90%;
  min-height: 80%;
  height: auto;
  margin: 0 auto;
}
.w2o-video-wrapper .w2o-video-inner p {
  color: #003660;
  text-align: left;
}
.w2o-video-wrapper .close-btn {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}

.w2o-callout-widget img {
  min-width: 100%;
  height: 150px;
}

.w2o-callout-blade {
  background-size: contain;
  background-repeat: no-repeat;
  height: 400px;
}
.w2o-callout-blade h1 {
  color: #003660;
  padding: 26px 0 0;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 49px;
  line-height: 3.0625rem;
  font-family: "Avenir-Bold";
  margin: 0;
}
.w2o-callout-blade p {
  color: #3C8CAE;
  width: 250px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.w2o-callout-blade img {
  display: none;
}
.w2o-callout-blade.text-left {
  background-position: top right;
}
.w2o-callout-blade.text-left .content {
  /*background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.46) 40%, rgb(255, 255, 255) 100%);*/
  height: 100%;
}
.w2o-callout-blade.text-right {
  background-position: top left;
  text-align: right;
}
.w2o-callout-blade.text-right h1,
.w2o-callout-blade.text-right p,
.w2o-callout-blade.text-right .btn {
  margin-left: auto;
}
.w2o-callout-blade.text-right .content {
  /*background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.46) 40%, rgb(255, 255, 255) 100%);*/
  height: 100%;
}
@media (max-width: 1024px) {
  .w2o-callout-blade {
    height: 300px;
  }
}
@media (max-width: 780px) {
  .w2o-callout-blade {
    text-align: left !important;
    background: none !important;
    height: auto;
    position: relative;
  }
  .w2o-callout-blade img {
    display: block;
    min-width: 100%;
    width: 100%;
  }
  .w2o-callout-blade h1,
.w2o-callout-blade p,
.w2o-callout-blade .btn {
    margin-left: 0;
  }
  .w2o-callout-blade h1,
.w2o-callout-blade p {
    width: 100%;
    padding: 0;
  }
  .w2o-callout-blade h1 {
    font-family: "Avenir-Bold";
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 49px;
    line-height: 3.0625rem;
    margin-bottom: 13px;
    margin-top: -0.5em;
  }
}

#hero {
  /* expandon larger screens */
}
@media all and (max-width: 1200px) {
  #hero .panel-grid {
    padding: 0;
  }
  #hero .panel-grid-cell {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #hero .panel-grid {
    width: 95%;
    max-width: 1800px;
  }
}

.w2o-hero-widget {
  height: 700px;
}
@media all and (max-width: 1200px) {
  .w2o-hero-widget {
    margin: 0;
  }
}
@media all and (max-width: 780px) {
  .w2o-hero-widget {
    height: 500px;
  }
}
.w2o-hero-widget .w2o-hero-slide {
  display: block;
  vertical-align: middle;
  width: 100%;
  min-width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0 500px 0 100px;
}
@media all and (max-width: 780px) {
  .w2o-hero-widget .w2o-hero-slide {
    height: 500px;
  }
}
.w2o-hero-widget .w2o-hero-slide .content {
  display: table-cell;
  vertical-align: middle;
  max-width: 600px;
  height: 600px;
}
@media all and (max-width: 780px) {
  .w2o-hero-widget .w2o-hero-slide .content {
    height: 500px;
  }
}
@media all and (max-width: 1200px) {
  .w2o-hero-widget .w2o-hero-slide {
    padding: 0 26px 0 26px;
    width: 100%;
  }
}
.w2o-hero-widget .w2o-hero-slide h1 {
  margin: 0;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 60px;
  line-height: 3.75rem;
  font-family: "Avenir-Black";
}
@media all and (max-width: 780px) {
  .w2o-hero-widget .w2o-hero-slide h1 {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
@media all and (max-width: 400px) {
  .w2o-hero-widget .w2o-hero-slide h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}
.w2o-hero-widget .w2o-hero-slide p {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  margin-bottom: 26px;
}
@media all and (max-width: 780px) {
  .w2o-hero-widget .w2o-hero-slide p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media all and (max-width: 400px) {
  .w2o-hero-widget .w2o-hero-slide p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}
.w2o-hero-widget .w2o-hero-slide.white h1,
.w2o-hero-widget .w2o-hero-slide.white h2,
.w2o-hero-widget .w2o-hero-slide.white p,
.w2o-hero-widget .w2o-hero-slide.white .btn {
  color: #fff !important;
}
.w2o-hero-widget .w2o-hero-slide.white .btn {
  border-color: #fff;
}
.w2o-hero-widget .w2o-hero-slide.dark-blue h1,
.w2o-hero-widget .w2o-hero-slide.dark-blue h2,
.w2o-hero-widget .w2o-hero-slide.dark-blue p,
.w2o-hero-widget .w2o-hero-slide.dark-blue .btn {
  color: #003660;
}
.w2o-hero-widget .w2o-hero-slide.dark-blue .btn {
  border-color: #003660;
  z-index: 100;
}
@media all and (max-width: 1024px) {
  .w2o-hero-widget .w2o-hero-slide.dark-blue .btn {
    background: none !important;
    color: #003660 !important;
  }
  .w2o-hero-widget .w2o-hero-slide.dark-blue .btn:before {
    transform: scaleX(0) !important;
  }
}
.w2o-hero-widget .w2o-hero-slide.light-blue h1,
.w2o-hero-widget .w2o-hero-slide.light-blue h2,
.w2o-hero-widget .w2o-hero-slide.light-blue p,
.w2o-hero-widget .w2o-hero-slide.light-blue .btn {
  color: #3C8CAE;
}
.w2o-hero-widget .w2o-hero-slide.light-blue .btn {
  border-color: #3C8CAE;
}

.owl-nav {
  position: absolute;
  width: 106%;
  top: 43%;
  left: -3%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 56px !important;
  font-size: 3.5rem !important;
  line-height: 60px !important;
  line-height: 3.75rem !important;
  color: #88D6F4 !important;
  outline: none;
  width: 16px;
  height: 28px;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0.3;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: none;
}
.owl-nav .owl-next {
  float: right;
  background: url(assets/image/right-arrow.png) no-repeat top right !important;
}
.owl-nav .owl-prev {
  background: url(assets/image/left-arrow.png) no-repeat top right !important;
}

.owl-dots {
  text-align: center;
  height: 50px;
}

.owl-carousel button.owl-dot {
  border-radius: 5px;
  background: #003660;
  padding: 5px !important;
  margin-right: 8px;
  outline: none;
}
.owl-carousel button.owl-dot.active {
  background: #6ECACB;
}

.owl-stage-outer::after {
  width: 1px;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: white;
}

.w2o-hero-banner {
  height: 320px;
  margin-top: -25px;
  margin-left: -26px;
  margin-right: -26px;
  display: none;
  margin-bottom: 52px;
  position: relative;
  background-size: cover;
  background-position: left top;
}
@media all and (min-width: 1200px) {
  .w2o-hero-banner {
    margin-left: 0;
    margin-right: 0;
  }
}
.w2o-hero-banner.bg-position-center {
  background-position: left center;
}
.w2o-hero-banner.bg-position-bottom {
  background-position: left bottom;
}
.w2o-hero-banner h1 {
  position: absolute;
  bottom: -91px;
  left: 26px;
}
@media all and (min-width: 1200px) {
  .w2o-hero-banner h1 {
    left: 78px;
  }
}
@media (max-width: 1200px) {
  .w2o-hero-banner {
    height: 300px;
  }
  .w2o-hero-banner h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 53px;
    line-height: 3.3125rem;
    bottom: -78px;
  }
}
@media (max-width: 479px) {
  .w2o-hero-banner.show-for-mobile {
    display: block;
  }
}
@media (min-width: 480px) {
  .w2o-hero-banner.show-for-tablet {
    display: block;
  }
}

.w2o-stat-widget {
  text-align: center;
}
.w2o-stat-widget .w2o-stat-counter {
  color: #88D6F4;
}
.w2o-stat-widget .w2o-stat-counter-number {
  font-family: "Avenir-Light";
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.w2o-stat-widget .w2o-stat-counter-suffix {
  font-family: "Avenir-Light";
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.w2o-stat-widget p {
  font-family: "Avenir-Black";
  text-transform: uppercase;
  color: #003660;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .w2o-stat-widget {
    padding-top: 52px;
  }
  .w2o-stat-widget p {
    padding-bottom: 26px;
  }
}

.w2o-image-widget img {
  max-width: 100%;
}

.bvi-image-with-text-widget img {
  max-width: 100%;
  display: block !important;
}
@media (max-width: 780px) {
  .bvi-image-with-text-widget img.hide-on-mobile {
    display: none !important;
  }
}
@media (min-width: 781px) {
  .bvi-image-with-text-widget img.hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .bvi-image-with-text-widget img {
    height: auto;
    width: 100%;
  }
}

.bvi-page-panel {
  position: relative;
}
.bvi-page-panel h1 {
  color: #003660;
  font-family: "Avenir-Black";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 35px;
  line-height: 2.1875rem;
  margin: 0;
}
.bvi-page-panel img {
  max-width: 100%;
  height: 300px;
}
.bvi-page-panel div.overlay {
  background: rgba(118, 119, 123, 0.8);
  padding: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  transition: height 0.35s ease-out;
}
.bvi-page-panel div.overlay p {
  color: #fff;
}
.bvi-page-panel div.overlay span {
  color: #88D6F4;
  text-transform: uppercase;
}
.bvi-page-panel a.hide-on-mobile {
  position: relative;
  height: 300px;
  display: block;
  text-align: center;
  overflow: hidden;
}
.bvi-page-panel a.hide-on-mobile:hover .overlay {
  padding: 13px 26px 26px;
  max-height: 300px;
  height: 300px;
}
@media (max-width: 1200px) {
  .bvi-page-panel {
    text-align: center;
  }
  .bvi-page-panel h1 {
    text-align: center;
    margin-bottom: 13px;
  }
  .bvi-page-panel h1 br {
    display: none;
  }
  .bvi-page-panel img {
    height: auto;
  }
  .bvi-page-panel p {
    text-align: center;
    margin-top: 5px;
    color: #003660;
  }
  .bvi-page-panel .btn {
    border: none;
    color: #6ECACB !important;
    padding: 0;
    font-family: "Avenir-Heavy";
  }
  .bvi-page-panel .btn:hover {
    background: none;
    text-decoration: underline;
  }
  .bvi-page-panel .btn:hover:before {
    display: none;
  }
}

.bvi-product-panel {
  position: relative;
}
.bvi-product-panel h1 {
  color: #003660;
  font-family: "Avenir-Black";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 35px;
  line-height: 2.1875rem;
  margin: 0;
}
.bvi-product-panel img {
  max-width: 100%;
  height: 300px;
}
.bvi-product-panel div.overlay {
  background: rgba(118, 119, 123, 0.8);
  padding: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  transition: height 0.35s ease-out;
}
.bvi-product-panel div.overlay p {
  color: #fff;
}
.bvi-product-panel div.overlay span {
  color: #88D6F4;
  text-transform: uppercase;
}
.bvi-product-panel a.hide-on-mobile {
  position: relative;
  height: 300px;
  display: block;
  text-align: center;
  overflow: hidden;
}
.bvi-product-panel a.hide-on-mobile:hover .overlay {
  padding: 13px 26px 26px;
  max-height: 300px;
  height: 300px;
}
@media (max-width: 1200px) {
  .bvi-product-panel {
    text-align: center;
  }
  .bvi-product-panel h1 {
    text-align: center;
    margin-bottom: 13px;
  }
  .bvi-product-panel h1 br {
    display: none;
  }
  .bvi-product-panel img {
    height: auto;
  }
  .bvi-product-panel p {
    text-align: center;
    margin-top: 5px;
    color: #003660;
  }
  .bvi-product-panel .btn {
    border: none;
    color: #6ECACB !important;
    padding: 0;
    font-family: "Avenir-Heavy";
  }
  .bvi-product-panel .btn:hover {
    background: none;
    text-decoration: underline;
  }
  .bvi-product-panel .btn:hover:before {
    display: none;
  }
}

.featured-products h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 35px;
  line-height: 2.1875rem;
  margin-bottom: 5px;
  margin-top: 40px;
}
.featured-products ul {
  list-style: none;
  padding: 0;
  margin: 0 -13px;
}
@media (max-width: 780px) {
  .featured-products ul {
    margin: 0;
  }
}
.featured-products li {
  margin-bottom: 26px;
}

.bvi-staggered-images {
  position: relative;
  height: 700px;
  padding: 0;
}
.bvi-staggered-images p {
  color: #3C8CAE;
}
.bvi-staggered-images div {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.bvi-staggered-images div.bvi-staggered-top-right {
  z-index: -1;
}
.bvi-staggered-images div.bvi-staggered-bottom-left {
  bottom: 0;
}
.bvi-staggered-images div.bvi-staggered-bottom-overlay {
  bottom: -50px;
  left: 50px;
  z-index: -1;
}
.bvi-staggered-images div.bvi-staggered-top-left {
  top: 0;
  left: 0;
  width: 500px;
  padding: 0 78px;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  height: 204px;
  display: flex;
}
.bvi-staggered-images div.bvi-staggered-bottom-right {
  top: 450px;
  right: 0;
  width: 670px;
  padding: 0 52px;
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-size: 40px;
  z-index: 1;
}
.bvi-staggered-images div.bvi-staggered-bottom-right.with-icon {
  padding: 0 50px 0 78px;
  background-position: 10px 0;
}
.bvi-staggered-images div img {
  display: none;
  max-width: 100%;
}
@media (max-width: 779px) {
  .bvi-staggered-images div img.show-for-mobile {
    display: block !important;
  }
}
@media (min-width: 780px) {
  .bvi-staggered-images div img.show-for-tablet {
    display: block !important;
  }
}
.bvi-staggered-images div img.border {
  border: 1px solid #c4c4c6;
}
.bvi-staggered-images.bvi-staggered-images-large div.bvi-staggered-top-right {
  height: 400px;
  z-index: -2;
}
.bvi-staggered-images.bvi-staggered-images-large div.bvi-staggered-top-right img {
  width: 875px;
  height: 400px;
  float: right;
}
.bvi-staggered-images.bvi-staggered-images-large div.bvi-staggered-bottom-left {
  z-index: -1;
  height: 400px;
}
.bvi-staggered-images.bvi-staggered-images-large div.bvi-staggered-bottom-left img {
  width: 422px;
  height: 400px;
  float: left;
}
.bvi-staggered-images.bvi-staggered-images-equal, .bvi-staggered-images.bvi-staggered-images-button {
  margin-bottom: 100px;
}
.bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-top-right, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-top-right {
  float: right;
}
.bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-top-right img, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-top-right img {
  width: 650px;
  height: 400px;
  float: right;
}
.bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-bottom-overlay, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-bottom-overlay {
  background-size: 500px 240px;
}
.bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-bottom-left img, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-bottom-left img {
  width: 537px;
  height: 509px;
}
.bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-bottom-right, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-bottom-right {
  top: 450px;
  right: 0;
  width: 550px;
}
.bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-bottom-overlay, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-bottom-overlay {
  left: 100px;
}
@media (max-width: 1140px) {
  .bvi-staggered-images.bvi-staggered-images-large div img {
    height: auto !important;
  }
  .bvi-staggered-images.bvi-staggered-images-large div.bvi-staggered-bottom-left {
    width: 38%;
    margin-left: 4%;
    margin-top: -4%;
  }
  .bvi-staggered-images.bvi-staggered-images-large div.bvi-staggered-bottom-right {
    width: 58%;
    margin-left: 1%;
    top: 450px;
    bottom: 7%;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div img, .bvi-staggered-images.bvi-staggered-images-button div img {
    height: auto !important;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-top-left, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-top-left {
    width: 38%;
    padding: 0;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-top-right, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-top-right {
    width: 58%;
    right: 0;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-top-right img, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-top-right img {
    max-width: 100%;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-bottom-left, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-bottom-left {
    width: 49%;
    margin-top: -4%;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-bottom-right, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-bottom-right {
    width: 49%;
    margin-left: 1%;
    top: auto;
    bottom: 7%;
    min-height: 78px;
  }
}
@media (max-width: 780px) {
  .bvi-staggered-images.bvi-staggered-images-large {
    height: auto;
  }
  .bvi-staggered-images.bvi-staggered-images-large div {
    position: relative;
    width: 100% !important;
    transform: none !important;
    height: auto !important;
  }
  .bvi-staggered-images.bvi-staggered-images-large div img {
    float: none !important;
  }
  .bvi-staggered-images.bvi-staggered-images-large div.bvi-staggered-top-right {
    width: 100% !important;
  }
  .bvi-staggered-images.bvi-staggered-images-large div.bvi-staggered-bottom-left {
    margin-left: 8%;
    margin-top: -8%;
    max-width: 60%;
  }
  .bvi-staggered-images.bvi-staggered-images-large div.bvi-staggered-bottom-right {
    top: auto;
    bottom: auto;
    padding: 52px 0;
  }
  .bvi-staggered-images.bvi-staggered-images-equal, .bvi-staggered-images.bvi-staggered-images-button {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div, .bvi-staggered-images.bvi-staggered-images-button div {
    position: relative;
    width: 100%;
    transform: none !important;
    height: auto !important;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div img, .bvi-staggered-images.bvi-staggered-images-button div img {
    width: 100% !important;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-top-right, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-top-right {
    width: 100% !important;
    margin-top: 52px;
    order: 1;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-top-right img, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-top-right img {
    float: right;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-top-left, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-top-left {
    width: 100%;
    margin: 1em 0 52px;
    order: 2;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-bottom-left, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-bottom-left {
    width: 100% !important;
    max-width: 100% !important;
    order: 3;
    margin: 0 0 1em 0 !important;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-bottom-left img, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-bottom-left img {
    transform: translateY(0) !important;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-bottom-right, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-bottom-right {
    width: 100%;
    order: 4;
    top: auto;
    bottom: auto;
    min-height: 78px;
    padding: 0;
    margin: 1em 0 0 0;
  }
  .bvi-staggered-images.bvi-staggered-images-equal div.bvi-staggered-bottom-right.with-icon, .bvi-staggered-images.bvi-staggered-images-button div.bvi-staggered-bottom-right.with-icon {
    padding: 0 50px 0 78px;
  }
}

.bvi-testimonial-widget {
  background: #003660;
  color: #fff;
  padding: 52px;
  height: 250px;
  min-height: 250px;
}
@media (max-width: 1200px) {
  .bvi-testimonial-widget {
    padding: 24px;
    height: 200px;
    max-height: 200px;
  }
}
@media (max-width: 780px) {
  .bvi-testimonial-widget {
    height: auto;
    min-height: auto;
  }
}
.bvi-testimonial-widget p {
  color: #fff;
}
.bvi-testimonial-widget cite {
  font-family: "Avenir-Heavy";
  text-transform: uppercase;
  font-style: normal;
}
.bvi-testimonial-widget cite span {
  text-transform: none;
  display: block;
  padding-top: 5px;
}

.bvi-news-article-widget h1 {
  color: #003660;
  font-family: "Avenir-Black";
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.bvi-news-article-widget h3 {
  color: #003660;
  font-family: "Avenir-Light";
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
}
.bvi-news-article-widget span.date {
  color: #76777B;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.bvi-news-article-widget p {
  color: #3C8CAE;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding-right: 52px;
}

.bvi-2product-feature {
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .bvi-2product-feature {
    padding-bottom: 0;
    margin: 0 -13px;
  }
}
.bvi-2product-feature aside.bvi-panel {
  border-bottom: 4px solid #000;
  position: relative;
  overflow: hidden;
}
.bvi-2product-feature aside.bvi-panel a > h1 {
  color: #fff;
  font-family: "Avenir-Black";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 0;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  text-shadow: #000 0px 1px 1px;
  -webkit-font-smoothing: antialiased;
  max-width: 385px;
}
.bvi-2product-feature aside.bvi-panel img {
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.bvi-2product-feature aside.bvi-panel img.border {
  border-top: 1px solid #c4c4c6 !important;
  border-right: 1px solid #c4c4c6 !important;
  border-left: 1px solid #c4c4c6 !important;
}
.bvi-2product-feature aside.bvi-panel.product2 {
  width: 678px;
  height: 452px;
  margin-left: 420px;
  z-index: 2;
}
.bvi-2product-feature aside.bvi-panel.product3 {
  width: 538px;
  height: 400px;
  margin-top: -150px;
  z-index: 1;
}
.bvi-2product-feature aside .overlay {
  background: rgba(118, 119, 123, 0.8);
  padding: 0;
  width: 100%;
  text-align: left;
  vertical-align: bottom;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 100%;
  height: 100%;
  transition: top 0.35s ease-out;
}
.bvi-2product-feature aside .overlay h1 {
  color: #fff;
  font-family: "Avenir-Black";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 0;
  max-width: 385px;
}
.bvi-2product-feature aside .overlay p {
  color: #fff;
  max-width: 385px;
}
.bvi-2product-feature aside .overlay p a {
  color: #fff;
}
.bvi-2product-feature aside .overlay span {
  color: #88D6F4;
  text-transform: uppercase;
}
.bvi-2product-feature aside a.hide-on-mobile {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.bvi-2product-feature aside a.hide-on-mobile:hover .overlay {
  padding: 13px 26px 26px;
  top: 0;
}
.bvi-2product-feature aside a.hide-on-mobile:hover > h1 {
  display: none;
}
@media (max-width: 1200px) {
  .bvi-2product-feature:after {
    content: "";
    display: table;
    clear: both;
  }
  .bvi-2product-feature aside {
    position: relative;
    width: 50%;
    padding-left: 13px;
    padding-right: 13px;
  }
  .bvi-2product-feature aside h1 {
    margin-bottom: 13px;
  }
  .bvi-2product-feature aside h1 br {
    display: none;
  }
  .bvi-2product-feature aside img {
    height: auto;
    min-height: 400px;
    border-bottom: 4px solid;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) {
  .bvi-2product-feature aside img {
    min-height: 300px;
  }
}
@media (max-width: 1200px) {
  .bvi-2product-feature aside .btn {
    border: none;
    color: #6ECACB;
    padding: 0;
    font-family: "Avenir-Heavy";
  }
  .bvi-2product-feature aside .btn:hover {
    background: none;
    text-decoration: underline;
  }
  .bvi-2product-feature aside .btn:hover:before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .bvi-2product-feature aside.bvi-panel, .bvi-2product-feature aside.sub {
    margin: auto !important;
    position: relative !important;
    width: 50% !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
    margin-bottom: 26px !important;
    height: auto !important;
    border: none;
    float: left;
  }
  .bvi-2product-feature aside.bvi-panel h1, .bvi-2product-feature aside.sub h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 35px;
    line-height: 2.1875rem;
    margin: 13px 0 0;
  }
  .bvi-2product-feature aside.bvi-panel a, .bvi-2product-feature aside.sub a {
    color: #3C8CAE !important;
  }
}
@media (max-width: 780px) {
  .bvi-2product-feature aside.bvi-panel, .bvi-2product-feature aside.sub {
    margin: auto !important;
    position: relative !important;
    width: 100% !important;
    padding-bottom: 52px;
  }
}
.bvi-2product-feature.red aside.bvi-panel {
  border-bottom-color: #D22630;
}
@media (max-width: 1200px) {
  .bvi-2product-feature.red aside.bvi-panel img {
    border-bottom-color: #D22630;
  }
}
.bvi-2product-feature.orange aside.bvi-panel {
  border-bottom-color: #FF8F1C;
}
@media (max-width: 1200px) {
  .bvi-2product-feature.orange aside.bvi-panel img {
    border-bottom-color: #FF8F1C;
  }
}
.bvi-2product-feature.blue aside.bvi-panel {
  border-bottom-color: #33367C;
}
@media (max-width: 1200px) {
  .bvi-2product-feature.blue aside.bvi-panel img {
    border-bottom-color: #33367C;
  }
}
.bvi-2product-feature.green aside.bvi-panel {
  border-bottom-color: #279B6F;
}
@media (max-width: 1200px) {
  .bvi-2product-feature.green aside.bvi-panel img {
    border-color: #279B6F;
  }
}
.bvi-2product-feature.purple aside.bvi-panel {
  border-bottom-color: #921E6C;
}
@media (max-width: 1200px) {
  .bvi-2product-feature.purple aside.bvi-panel img {
    border-bottom-color: #921E6C;
  }
}

.bvi-4product-feature {
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .bvi-4product-feature {
    padding-bottom: 0;
    margin: 0 -13px;
  }
}
.bvi-4product-feature aside.bvi-panel {
  border-bottom: 4px solid #000;
  position: relative;
  overflow: hidden;
}
.bvi-4product-feature aside.bvi-panel a > h1 {
  color: #fff;
  font-family: "Avenir-Black";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 0;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  text-shadow: #000 0px 1px 1px;
  -webkit-font-smoothing: antialiased;
  max-width: 385px;
}
.bvi-4product-feature aside.bvi-panel img {
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.bvi-4product-feature aside.bvi-panel img.border {
  border-top: 1px solid #c4c4c6 !important;
  border-right: 1px solid #c4c4c6 !important;
  border-left: 1px solid #c4c4c6 !important;
}
.bvi-4product-feature aside.bvi-panel.product1 {
  height: 552px;
  z-index: 1;
}
.bvi-4product-feature aside.bvi-panel.product1 video {
  width: 100%;
  height: auto;
}
.bvi-4product-feature aside.bvi-panel.product2 {
  width: 678px;
  height: 452px;
  margin-left: 420px;
  margin-top: -100px;
  z-index: 2;
}
.bvi-4product-feature aside.bvi-panel.product3 {
  width: 538px;
  height: 400px;
  margin-top: -150px;
  z-index: 1;
}
.bvi-4product-feature aside.bvi-panel.product4 {
  width: 535px;
  height: 400px;
  margin-left: 580px;
  margin-top: -205px;
}
.bvi-4product-feature aside.sub {
  width: 538px;
  margin-top: -100px;
  color: #3C8CAE;
}
.bvi-4product-feature aside.sub h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 0;
}
.bvi-4product-feature aside.sub p {
  color: #3C8CAE;
}
.bvi-4product-feature aside.sub ol,
.bvi-4product-feature aside.sub ul {
  margin-top: 0;
}
.bvi-4product-feature aside.sub ol li,
.bvi-4product-feature aside.sub ul li {
  color: #3C8CAE;
}
.bvi-4product-feature aside .overlay {
  background: rgba(118, 119, 123, 0.8);
  padding: 0;
  width: 100%;
  text-align: left;
  vertical-align: bottom;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 100%;
  height: 100%;
  transition: top 0.35s ease-out;
}
.bvi-4product-feature aside .overlay h1 {
  color: #fff;
  font-family: "Avenir-Black";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 0;
  max-width: 385px;
}
.bvi-4product-feature aside .overlay p {
  color: #fff;
  max-width: 385px;
}
.bvi-4product-feature aside .overlay p a {
  color: #fff;
}
.bvi-4product-feature aside .overlay span {
  color: #88D6F4;
  text-transform: uppercase;
}
.bvi-4product-feature aside a.hide-on-mobile {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.bvi-4product-feature aside a.hide-on-mobile:hover .overlay {
  padding: 13px 26px 26px;
  top: 0;
}
.bvi-4product-feature aside a.hide-on-mobile:hover > h1 {
  display: none;
}
@media (max-width: 1200px) {
  .bvi-4product-feature:after {
    content: "";
    display: table;
    clear: both;
  }
  .bvi-4product-feature aside {
    position: relative;
    width: 50%;
    padding-left: 13px;
    padding-right: 13px;
  }
  .bvi-4product-feature aside h1 {
    margin-bottom: 13px;
  }
  .bvi-4product-feature aside h1 br {
    display: none;
  }
  .bvi-4product-feature aside img {
    height: auto;
    min-height: 400px;
    border-bottom: 4px solid;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) {
  .bvi-4product-feature aside img {
    min-height: 300px;
  }
}
@media (max-width: 1200px) {
  .bvi-4product-feature aside .btn {
    border: none;
    color: #6ECACB;
    padding: 0;
    font-family: "Avenir-Heavy";
  }
  .bvi-4product-feature aside .btn:hover {
    background: none;
    text-decoration: underline;
  }
  .bvi-4product-feature aside .btn:hover:before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .bvi-4product-feature aside.bvi-panel, .bvi-4product-feature aside.sub {
    margin: auto !important;
    position: relative !important;
    width: 50% !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
    margin-bottom: 26px !important;
    height: auto !important;
    border: none;
    float: left;
  }
  .bvi-4product-feature aside.bvi-panel h1, .bvi-4product-feature aside.sub h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 35px;
    line-height: 2.1875rem;
    margin: 13px 0 0;
  }
  .bvi-4product-feature aside.bvi-panel a, .bvi-4product-feature aside.sub a {
    color: #3C8CAE !important;
  }
}
@media (max-width: 780px) {
  .bvi-4product-feature aside.bvi-panel, .bvi-4product-feature aside.sub {
    margin: auto !important;
    position: relative !important;
    width: 100% !important;
    padding-bottom: 52px;
  }
}
.bvi-4product-feature.red aside.bvi-panel {
  border-bottom-color: #D22630;
}
@media (max-width: 1200px) {
  .bvi-4product-feature.red aside.bvi-panel img {
    border-bottom-color: #D22630;
  }
}
.bvi-4product-feature.orange aside.bvi-panel {
  border-bottom-color: #FF8F1C;
}
@media (max-width: 1200px) {
  .bvi-4product-feature.orange aside.bvi-panel img {
    border-bottom-color: #FF8F1C;
  }
}
.bvi-4product-feature.blue aside.bvi-panel {
  border-bottom-color: #33367C;
}
@media (max-width: 1200px) {
  .bvi-4product-feature.blue aside.bvi-panel img {
    border-bottom-color: #33367C;
  }
}
.bvi-4product-feature.green aside.bvi-panel {
  border-bottom-color: #279B6F;
}
@media (max-width: 1200px) {
  .bvi-4product-feature.green aside.bvi-panel img {
    border-color: #279B6F;
  }
}
.bvi-4product-feature.purple aside.bvi-panel {
  border-bottom-color: #921E6C;
}
@media (max-width: 1200px) {
  .bvi-4product-feature.purple aside.bvi-panel img {
    border-bottom-color: #921E6C;
  }
}

.bvi-child-menu-widget {
  margin: 26px 0;
}
.bvi-child-menu-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bvi-child-menu-widget ul:after {
  content: " ";
  clear: both;
  display: block;
}
.bvi-child-menu-widget ul li {
  width: 33%;
  float: left;
  margin-bottom: 1em;
}
.bvi-child-menu-widget ul li a {
  font-family: "Avenir-Black";
  color: #003660;
  text-decoration: none;
}
.bvi-child-menu-widget ul li a:hover {
  color: #6ECACB;
  text-decoration: underline;
}
@media (max-width: 780px) {
  .bvi-child-menu-widget ul li {
    width: 100%;
  }
}
.bvi-child-menu-widget a.arrow {
  float: right;
  font-family: "Avenir-Black";
  color: #003660;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  transition: 0.25s padding-left linear;
}
.bvi-child-menu-widget a.arrow:hover {
  padding-left: 25px;
  text-decoration: underline;
}
.bvi-child-menu-widget a.arrow:before {
  position: absolute;
  font-family: "Pro-Regular";
  color: #6ECACB;
  content: "";
  left: 0;
  top: -1px;
  text-decoration: none;
}

.bvi-sub-nav-widget {
  margin: 0;
}
.bvi-sub-nav-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bvi-sub-nav-widget ul:after {
  content: " ";
  clear: both;
  display: block;
}
.bvi-sub-nav-widget ul li {
  width: 33%;
  float: left;
  margin-bottom: 1em;
  display: block;
  min-height: 24px;
}
.bvi-sub-nav-widget ul li a {
  font-family: "Avenir-Black";
  color: #003660;
  text-decoration: none;
}
.bvi-sub-nav-widget ul li a:hover {
  color: #6ECACB;
  text-decoration: underline;
}
@media (max-width: 780px) {
  .bvi-sub-nav-widget ul li {
    width: 100%;
  }
}
.bvi-sub-nav-widget a.arrow {
  float: right;
  font-family: "Avenir-Black";
  color: #003660;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  transition: 0.25s padding-left linear;
}
.bvi-sub-nav-widget a.arrow:hover {
  padding-left: 25px;
  text-decoration: underline;
}
.bvi-sub-nav-widget a.arrow:before {
  position: absolute;
  font-family: "Pro-Regular";
  color: #6ECACB;
  content: "";
  left: 0;
  top: -1px;
  text-decoration: none;
}

.w2o-file-list h2 {
  color: #003660;
  font-family: "Avenir-Black";
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 1em;
  font-weight: 100;
}

/**
    All widgets are based have the w2o-widget
*/
@media all and (min-width: 1200px) {
  [data-indented=indented] .w2o-widget, [data-indented=indented] .bvi-widget {
    padding: 0 78px;
  }

  [data-indented=indented-left] .w2o-widget, [data-indented=indented-left] .bvi-widget {
    padding: 0 0 0 78px;
  }

  [data-indented=indented-right] .w2o-widget, [data-indented=indented-right] .bvi-widget {
    padding: 0 78px 0 0;
  }
}
.layer {
  margin: 3.75rem 0;
}
.layer__intro, .layer__after {
  text-align: center;
}
.layer__intro {
  margin: 0 auto 0.9375rem;
}
.layer__intro-text {
  color: black;
  font-size: 1rem;
  margin-bottom: 1.875rem;
}
.layer__intro .text-label {
  margin-top: unset !important;
  color: #4e87a0;
  font-size: 1rem;
  font-weight: 600;
}
.layer__intro .text-label p {
  font-size: 1rem !important;
}
.layer__intro h2 {
  margin-top: 0.9375rem;
  font-size: 1.75rem;
  line-height: 2.375rem;
  color: #003865;
}
@media (max-width: 779px) {
  .layer__intro h2 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.layer--product_nav_cards, .layer--generic_nav_cards {
  justify-content: initial;
}
.layer--product_nav_cards .product-grid, .layer--product_nav_cards .container-grid, .layer--product_nav_cards .generic-grid, .layer--generic_nav_cards .product-grid, .layer--generic_nav_cards .container-grid, .layer--generic_nav_cards .generic-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layer--product_nav_cards .product-grid:after, .layer--product_nav_cards .container-grid:after, .layer--product_nav_cards .generic-grid:after, .layer--generic_nav_cards .product-grid:after, .layer--generic_nav_cards .container-grid:after, .layer--generic_nav_cards .generic-grid:after {
  flex: auto;
  margin: 0 auto;
  content: "";
}
.layer--product_nav_cards .product-grid > *, .layer--product_nav_cards .container-grid > *, .layer--product_nav_cards .generic-grid > *, .layer--generic_nav_cards .product-grid > *, .layer--generic_nav_cards .container-grid > *, .layer--generic_nav_cards .generic-grid > * {
  width: calc( 33.3333333333% - 2rem );
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.layer--product_nav_cards .product-grid > *:nth-child(1), .layer--product_nav_cards .container-grid > *:nth-child(1), .layer--product_nav_cards .generic-grid > *:nth-child(1), .layer--generic_nav_cards .product-grid > *:nth-child(1), .layer--generic_nav_cards .container-grid > *:nth-child(1), .layer--generic_nav_cards .generic-grid > *:nth-child(1) {
  margin-left: 0;
}
.layer--product_nav_cards .product-grid > *:nth-child(3n), .layer--product_nav_cards .container-grid > *:nth-child(3n), .layer--product_nav_cards .generic-grid > *:nth-child(3n), .layer--generic_nav_cards .product-grid > *:nth-child(3n), .layer--generic_nav_cards .container-grid > *:nth-child(3n), .layer--generic_nav_cards .generic-grid > *:nth-child(3n) {
  margin-right: 0;
}
.layer--product_nav_cards .product-grid > *:nth-child(3n+1), .layer--product_nav_cards .container-grid > *:nth-child(3n+1), .layer--product_nav_cards .generic-grid > *:nth-child(3n+1), .layer--generic_nav_cards .product-grid > *:nth-child(3n+1), .layer--generic_nav_cards .container-grid > *:nth-child(3n+1), .layer--generic_nav_cards .generic-grid > *:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 1299px) {
  .layer--product_nav_cards .product-grid, .layer--product_nav_cards .container-grid, .layer--product_nav_cards .generic-grid, .layer--generic_nav_cards .product-grid, .layer--generic_nav_cards .container-grid, .layer--generic_nav_cards .generic-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--product_nav_cards .product-grid:after, .layer--product_nav_cards .container-grid:after, .layer--product_nav_cards .generic-grid:after, .layer--generic_nav_cards .product-grid:after, .layer--generic_nav_cards .container-grid:after, .layer--generic_nav_cards .generic-grid:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--product_nav_cards .product-grid > *, .layer--product_nav_cards .container-grid > *, .layer--product_nav_cards .generic-grid > *, .layer--generic_nav_cards .product-grid > *, .layer--generic_nav_cards .container-grid > *, .layer--generic_nav_cards .generic-grid > * {
    width: calc( 50% - 1rem );
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .layer--product_nav_cards .product-grid > *:nth-child(1), .layer--product_nav_cards .container-grid > *:nth-child(1), .layer--product_nav_cards .generic-grid > *:nth-child(1), .layer--generic_nav_cards .product-grid > *:nth-child(1), .layer--generic_nav_cards .container-grid > *:nth-child(1), .layer--generic_nav_cards .generic-grid > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--product_nav_cards .product-grid > *:nth-child(2n), .layer--product_nav_cards .container-grid > *:nth-child(2n), .layer--product_nav_cards .generic-grid > *:nth-child(2n), .layer--generic_nav_cards .product-grid > *:nth-child(2n), .layer--generic_nav_cards .container-grid > *:nth-child(2n), .layer--generic_nav_cards .generic-grid > *:nth-child(2n) {
    margin-right: 0;
  }
  .layer--product_nav_cards .product-grid > *:nth-child(2n+1), .layer--product_nav_cards .container-grid > *:nth-child(2n+1), .layer--product_nav_cards .generic-grid > *:nth-child(2n+1), .layer--generic_nav_cards .product-grid > *:nth-child(2n+1), .layer--generic_nav_cards .container-grid > *:nth-child(2n+1), .layer--generic_nav_cards .generic-grid > *:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 779px) {
  .layer--product_nav_cards .product-grid, .layer--product_nav_cards .container-grid, .layer--product_nav_cards .generic-grid, .layer--generic_nav_cards .product-grid, .layer--generic_nav_cards .container-grid, .layer--generic_nav_cards .generic-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--product_nav_cards .product-grid:after, .layer--product_nav_cards .container-grid:after, .layer--product_nav_cards .generic-grid:after, .layer--generic_nav_cards .product-grid:after, .layer--generic_nav_cards .container-grid:after, .layer--generic_nav_cards .generic-grid:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--product_nav_cards .product-grid > *, .layer--product_nav_cards .container-grid > *, .layer--product_nav_cards .generic-grid > *, .layer--generic_nav_cards .product-grid > *, .layer--generic_nav_cards .container-grid > *, .layer--generic_nav_cards .generic-grid > * {
    width: calc( 50% - 1rem );
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .layer--product_nav_cards .product-grid > *:nth-child(1), .layer--product_nav_cards .container-grid > *:nth-child(1), .layer--product_nav_cards .generic-grid > *:nth-child(1), .layer--generic_nav_cards .product-grid > *:nth-child(1), .layer--generic_nav_cards .container-grid > *:nth-child(1), .layer--generic_nav_cards .generic-grid > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--product_nav_cards .product-grid > *:nth-child(2n), .layer--product_nav_cards .container-grid > *:nth-child(2n), .layer--product_nav_cards .generic-grid > *:nth-child(2n), .layer--generic_nav_cards .product-grid > *:nth-child(2n), .layer--generic_nav_cards .container-grid > *:nth-child(2n), .layer--generic_nav_cards .generic-grid > *:nth-child(2n) {
    margin-right: 0;
  }
  .layer--product_nav_cards .product-grid > *:nth-child(2n+1), .layer--product_nav_cards .container-grid > *:nth-child(2n+1), .layer--product_nav_cards .generic-grid > *:nth-child(2n+1), .layer--generic_nav_cards .product-grid > *:nth-child(2n+1), .layer--generic_nav_cards .container-grid > *:nth-child(2n+1), .layer--generic_nav_cards .generic-grid > *:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .layer--product_nav_cards .product-grid, .layer--product_nav_cards .container-grid, .layer--product_nav_cards .generic-grid, .layer--generic_nav_cards .product-grid, .layer--generic_nav_cards .container-grid, .layer--generic_nav_cards .generic-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--product_nav_cards .product-grid:after, .layer--product_nav_cards .container-grid:after, .layer--product_nav_cards .generic-grid:after, .layer--generic_nav_cards .product-grid:after, .layer--generic_nav_cards .container-grid:after, .layer--generic_nav_cards .generic-grid:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--product_nav_cards .product-grid > *, .layer--product_nav_cards .container-grid > *, .layer--product_nav_cards .generic-grid > *, .layer--generic_nav_cards .product-grid > *, .layer--generic_nav_cards .container-grid > *, .layer--generic_nav_cards .generic-grid > * {
    width: calc( 100% - 0rem );
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .layer--product_nav_cards .product-grid > *:nth-child(1), .layer--product_nav_cards .container-grid > *:nth-child(1), .layer--product_nav_cards .generic-grid > *:nth-child(1), .layer--generic_nav_cards .product-grid > *:nth-child(1), .layer--generic_nav_cards .container-grid > *:nth-child(1), .layer--generic_nav_cards .generic-grid > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--product_nav_cards .product-grid > *:nth-child(1n), .layer--product_nav_cards .container-grid > *:nth-child(1n), .layer--product_nav_cards .generic-grid > *:nth-child(1n), .layer--generic_nav_cards .product-grid > *:nth-child(1n), .layer--generic_nav_cards .container-grid > *:nth-child(1n), .layer--generic_nav_cards .generic-grid > *:nth-child(1n) {
    margin-right: 0;
  }
  .layer--product_nav_cards .product-grid > *:nth-child(1n+1), .layer--product_nav_cards .container-grid > *:nth-child(1n+1), .layer--product_nav_cards .generic-grid > *:nth-child(1n+1), .layer--generic_nav_cards .product-grid > *:nth-child(1n+1), .layer--generic_nav_cards .container-grid > *:nth-child(1n+1), .layer--generic_nav_cards .generic-grid > *:nth-child(1n+1) {
    margin-left: 0;
  }
}
.layer--product_nav_cards .product-grid__item, .layer--product_nav_cards .container-grid__item, .layer--product_nav_cards .generic-grid__item, .layer--generic_nav_cards .product-grid__item, .layer--generic_nav_cards .container-grid__item, .layer--generic_nav_cards .generic-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  min-height: 200px;
  min-width: 200px;
  margin-bottom: 1.875rem;
}
.layer--product_nav_cards .product-grid__item:before, .layer--product_nav_cards .container-grid__item:before, .layer--product_nav_cards .generic-grid__item:before, .layer--generic_nav_cards .product-grid__item:before, .layer--generic_nav_cards .container-grid__item:before, .layer--generic_nav_cards .generic-grid__item:before {
  content: "";
  float: left;
  padding-top: 100%;
}
@media (max-width: 779px) {
  .layer--product_nav_cards .product-grid__item, .layer--product_nav_cards .container-grid__item, .layer--product_nav_cards .generic-grid__item, .layer--generic_nav_cards .product-grid__item, .layer--generic_nav_cards .container-grid__item, .layer--generic_nav_cards .generic-grid__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--product_nav_cards .product-grid__item:after, .layer--product_nav_cards .container-grid__item:after, .layer--product_nav_cards .generic-grid__item:after, .layer--generic_nav_cards .product-grid__item:after, .layer--generic_nav_cards .container-grid__item:after, .layer--generic_nav_cards .generic-grid__item:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--product_nav_cards .product-grid__item > *, .layer--product_nav_cards .container-grid__item > *, .layer--product_nav_cards .generic-grid__item > *, .layer--generic_nav_cards .product-grid__item > *, .layer--generic_nav_cards .container-grid__item > *, .layer--generic_nav_cards .generic-grid__item > * {
    width: calc( 100% - 0rem );
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .layer--product_nav_cards .product-grid__item > *:nth-child(1), .layer--product_nav_cards .container-grid__item > *:nth-child(1), .layer--product_nav_cards .generic-grid__item > *:nth-child(1), .layer--generic_nav_cards .product-grid__item > *:nth-child(1), .layer--generic_nav_cards .container-grid__item > *:nth-child(1), .layer--generic_nav_cards .generic-grid__item > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--product_nav_cards .product-grid__item > *:nth-child(1n), .layer--product_nav_cards .container-grid__item > *:nth-child(1n), .layer--product_nav_cards .generic-grid__item > *:nth-child(1n), .layer--generic_nav_cards .product-grid__item > *:nth-child(1n), .layer--generic_nav_cards .container-grid__item > *:nth-child(1n), .layer--generic_nav_cards .generic-grid__item > *:nth-child(1n) {
    margin-right: 0;
  }
  .layer--product_nav_cards .product-grid__item > *:nth-child(1n+1), .layer--product_nav_cards .container-grid__item > *:nth-child(1n+1), .layer--product_nav_cards .generic-grid__item > *:nth-child(1n+1), .layer--generic_nav_cards .product-grid__item > *:nth-child(1n+1), .layer--generic_nav_cards .container-grid__item > *:nth-child(1n+1), .layer--generic_nav_cards .generic-grid__item > *:nth-child(1n+1) {
    margin-left: 0;
  }
}
.layer--product_nav_cards .product-grid__link, .layer--product_nav_cards .container-grid__link, .layer--product_nav_cards .generic-grid__link, .layer--generic_nav_cards .product-grid__link, .layer--generic_nav_cards .container-grid__link, .layer--generic_nav_cards .generic-grid__link {
  overflow: hidden;
  position: relative;
  border-radius: 0.3125rem;
  box-shadow: 0 2.5px 5px rgba(25, 25, 25, 0.4);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: all 300ms;
}
.layer--product_nav_cards .product-grid__link:hover, .layer--product_nav_cards .container-grid__link:hover, .layer--product_nav_cards .generic-grid__link:hover, .layer--generic_nav_cards .product-grid__link:hover, .layer--generic_nav_cards .container-grid__link:hover, .layer--generic_nav_cards .generic-grid__link:hover {
  box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.8);
}
.layer--product_nav_cards .product-grid__media, .layer--product_nav_cards .container-grid__media, .layer--product_nav_cards .generic-grid__media, .layer--generic_nav_cards .product-grid__media, .layer--generic_nav_cards .container-grid__media, .layer--generic_nav_cards .generic-grid__media {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.layer--product_nav_cards .product-grid__media img, .layer--product_nav_cards .container-grid__media img, .layer--product_nav_cards .generic-grid__media img, .layer--generic_nav_cards .product-grid__media img, .layer--generic_nav_cards .container-grid__media img, .layer--generic_nav_cards .generic-grid__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer--product_nav_cards .product-grid__body, .layer--product_nav_cards .container-grid__body, .layer--product_nav_cards .generic-grid__body, .layer--generic_nav_cards .product-grid__body, .layer--generic_nav_cards .container-grid__body, .layer--generic_nav_cards .generic-grid__body {
  color: black;
  text-decoration: none;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  background-color: #003865;
  opacity: 1;
  z-index: 1001;
}
.layer--product_nav_cards .product-grid__title, .layer--product_nav_cards .container-grid__title, .layer--product_nav_cards .generic-grid__title, .layer--generic_nav_cards .product-grid__title, .layer--generic_nav_cards .container-grid__title, .layer--generic_nav_cards .generic-grid__title {
  color: white;
  font-family: "Avenir-Black";
  font-size: 1.125rem;
  line-height: 1.2;
}

.layer--featured_product_cards {
  justify-content: initial;
}
.layer--featured_product_cards .featured-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layer--featured_product_cards .featured-product:after {
  flex: auto;
  margin: 0 auto;
  content: "";
}
.layer--featured_product_cards .featured-product > * {
  width: calc( 33.3333333333% - 2rem );
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.layer--featured_product_cards .featured-product > *:nth-child(1) {
  margin-left: 0;
}
.layer--featured_product_cards .featured-product > *:nth-child(3n) {
  margin-right: 0;
}
.layer--featured_product_cards .featured-product > *:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 1299px) {
  .layer--featured_product_cards .featured-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--featured_product_cards .featured-product:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--featured_product_cards .featured-product > * {
    width: calc( 50% - 1rem );
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .layer--featured_product_cards .featured-product > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--featured_product_cards .featured-product > *:nth-child(2n) {
    margin-right: 0;
  }
  .layer--featured_product_cards .featured-product > *:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 779px) {
  .layer--featured_product_cards .featured-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--featured_product_cards .featured-product:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--featured_product_cards .featured-product > * {
    width: calc( 100% - 0rem );
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .layer--featured_product_cards .featured-product > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--featured_product_cards .featured-product > *:nth-child(1n) {
    margin-right: 0;
  }
  .layer--featured_product_cards .featured-product > *:nth-child(1n+1) {
    margin-left: 0;
  }
}
.layer--featured_product_cards .featured-product__item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  min-height: 200px;
  min-width: 200px;
  margin-bottom: 1.875rem;
}
.layer--featured_product_cards .featured-product__item:before {
  content: "";
  float: left;
  padding-top: 100%;
}
@media (max-width: 779px) {
  .layer--featured_product_cards .featured-product__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--featured_product_cards .featured-product__item:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--featured_product_cards .featured-product__item > * {
    width: calc( 100% - 0rem );
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .layer--featured_product_cards .featured-product__item > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--featured_product_cards .featured-product__item > *:nth-child(1n) {
    margin-right: 0;
  }
  .layer--featured_product_cards .featured-product__item > *:nth-child(1n+1) {
    margin-left: 0;
  }
}
.layer--featured_product_cards .featured-product__link {
  overflow: hidden;
  position: relative;
  border-radius: 0.3125rem;
  box-shadow: 0 2.5px 5px rgba(25, 25, 25, 0.4);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: all 300ms;
}
.layer--featured_product_cards .featured-product__link:hover .featured-product__overlay {
  display: block;
  top: 0;
}
.layer--featured_product_cards .featured-product__link:hover .featured-product__btn {
  color: #003660 !important;
}
.layer--featured_product_cards .featured-product__media {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.layer--featured_product_cards .featured-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer--featured_product_cards .featured-product__overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.layer--featured_product_cards .featured-product__overlay > .content {
  padding: 1.25rem;
  height: 100%;
  left: 0;
  right: 0;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.layer--featured_product_cards .featured-product__title {
  color: white;
  text-shadow: 2px 2px 6px black;
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Avenir-Black", sans-serif;
  margin-bottom: 0.9375rem;
}
.layer--featured_product_cards .featured-product__excerpt {
  color: white;
  text-shadow: 2px 2px 6px black;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Avenir-Black", sans-serif;
  margin-bottom: 0.9375rem;
}
.layer--featured_product_cards .featured-product__btn {
  background-color: white;
}
.layer--featured_product_cards .featured-product__btn:hover {
  color: #003660;
}

.layer--content-split {
  justify-content: initial;
}
.layer--content-split .grid__item {
  display: flex;
  justify-content: center;
}
.layer--content-split .content-split__inner {
  color: #3c8cae;
}
@media (min-width: 1124px) {
  .layer--content-split .content-split__inner {
    padding: 0.9375rem;
  }
}
@media (max-width: 1123px) {
  .layer--content-split .content-split__inner {
    padding-bottom: 0.9375rem;
  }
}
.layer--content-split .content-split__grid {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layer--content-split .content-split__grid:after {
  flex: auto;
  margin: 0 auto;
  content: "";
}
.layer--content-split .content-split__grid > * {
  width: calc( 50% - 0.5rem );
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.layer--content-split .content-split__grid > *:nth-child(1) {
  margin-left: 0;
}
.layer--content-split .content-split__grid > *:nth-child(2n) {
  margin-right: 0;
}
.layer--content-split .content-split__grid > *:nth-child(2n+1) {
  margin-left: 0;
}
@media (max-width: 1123px) {
  .layer--content-split .content-split__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--content-split .content-split__grid:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--content-split .content-split__grid > * {
    width: calc( 100% - 0rem );
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .layer--content-split .content-split__grid > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--content-split .content-split__grid > *:nth-child(1n) {
    margin-right: 0;
  }
  .layer--content-split .content-split__grid > *:nth-child(1n+1) {
    margin-left: 0;
  }
}
.layer--content-split .content-split__img_text {
  flex-direction: row-reverse;
}
.layer--content-split .content-split__video_text {
  flex-direction: row-reverse;
}
.layer--content-split .content-split img {
  object-fit: contain;
  max-width: 90%;
  height: auto;
  align-self: center;
}

.layer--full-width-cta {
  justify-content: initial;
}
.layer--full-width-cta .full-width-cta {
  display: flex;
  justify-content: center;
  align-self: center;
  margin: 0.9375rem 0;
}
.layer--full-width-cta .full-width-cta__inner {
  width: 100%;
  box-shadow: 0 2.5px 5px rgba(25, 25, 25, 0.4);
  border-radius: 5px;
  padding: 1.875rem;
  text-align: center;
}
.layer--full-width-cta .full-width-cta__title {
  font-size: 1.875rem;
  line-height: 3.75rem;
  margin-bottom: 0.9375rem;
}
.layer--full-width-cta .full-width-cta__text {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 0.9375rem;
}
.layer--full-width-cta .full-width-cta__btn {
  margin-bottom: 0.9375rem;
}

.layer--media-cards {
  justify-content: initial;
}
.layer--media-cards .media-card--grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layer--media-cards .media-card--grid > * {
  display: flex;
}
.layer--media-cards .media-card--grid:after {
  flex: auto;
  margin: 0 auto;
  content: "";
}
.layer--media-cards .media-card--grid > * {
  width: calc( 33.3333333333% - 2rem );
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.layer--media-cards .media-card--grid > *:nth-child(1) {
  margin-left: 0;
}
.layer--media-cards .media-card--grid > *:nth-child(3n) {
  margin-right: 0;
}
.layer--media-cards .media-card--grid > *:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 1299px) {
  .layer--media-cards .media-card--grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--media-cards .media-card--grid:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--media-cards .media-card--grid > * {
    width: calc( 50% - 1rem );
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .layer--media-cards .media-card--grid > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--media-cards .media-card--grid > *:nth-child(2n) {
    margin-right: 0;
  }
  .layer--media-cards .media-card--grid > *:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 779px) {
  .layer--media-cards .media-card--grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--media-cards .media-card--grid:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--media-cards .media-card--grid > * {
    width: calc( 100% - 0rem );
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .layer--media-cards .media-card--grid > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--media-cards .media-card--grid > *:nth-child(1n) {
    margin-right: 0;
  }
  .layer--media-cards .media-card--grid > *:nth-child(1n+1) {
    margin-left: 0;
  }
}
.layer--media-cards .media-card__block {
  background: #5bc2e7;
  color: black;
  box-shadow: 0 2.5px 5px rgba(25, 25, 25, 0.4);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
.layer--media-cards .media-card__item {
  background: #5bc2e7;
  color: black;
  box-shadow: 0 2.5px 5px rgba(25, 25, 25, 0.4);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 2.8125rem;
  margin-bottom: 1.875rem;
  max-width: 19.0625rem;
  width: 100%;
}
@media (max-width: 1299px) {
  .layer--media-cards .media-card__item {
    max-width: unset;
  }
}
.layer--media-cards .media-card__item:hover {
  box-shadow: 0 3px 6px rgba(25, 25, 25, 0.6);
}
@media (max-width: 779px) {
  .layer--media-cards .media-card__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--media-cards .media-card__item:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--media-cards .media-card__item > * {
    width: calc( 100% - 0rem );
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .layer--media-cards .media-card__item > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--media-cards .media-card__item > *:nth-child(1n) {
    margin-right: 0;
  }
  .layer--media-cards .media-card__item > *:nth-child(1n+1) {
    margin-left: 0;
  }
}
.layer--media-cards .media-card__body {
  display: flex;
  flex-direction: column;
  color: white;
  width: 100%;
}
.layer--media-cards .media-card__content {
  flex-grow: 1;
  padding-bottom: 0.9375rem;
}
.layer--media-cards .media-card__footer {
  border-top: 1px solid #003865;
  padding-top: 0.46875rem;
}
.layer--media-cards .media-card__headline {
  color: #003865;
  font-size: 1.125rem;
}

.layer--news-events-cards {
  justify-content: initial;
}
.layer--news-events-cards .news-events--grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layer--news-events-cards .news-events--grid > * {
  display: flex;
}
.layer--news-events-cards .news-events--grid:after {
  flex: auto;
  margin: 0 auto;
  content: "";
}
.layer--news-events-cards .news-events--grid > * {
  width: calc( 33.3333333333% - 2rem );
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.layer--news-events-cards .news-events--grid > *:nth-child(1) {
  margin-left: 0;
}
.layer--news-events-cards .news-events--grid > *:nth-child(3n) {
  margin-right: 0;
}
.layer--news-events-cards .news-events--grid > *:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 1299px) {
  .layer--news-events-cards .news-events--grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--news-events-cards .news-events--grid:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--news-events-cards .news-events--grid > * {
    width: calc( 50% - 1rem );
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .layer--news-events-cards .news-events--grid > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--news-events-cards .news-events--grid > *:nth-child(2n) {
    margin-right: 0;
  }
  .layer--news-events-cards .news-events--grid > *:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 779px) {
  .layer--news-events-cards .news-events--grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--news-events-cards .news-events--grid:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--news-events-cards .news-events--grid > * {
    width: calc( 100% - 0rem );
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .layer--news-events-cards .news-events--grid > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--news-events-cards .news-events--grid > *:nth-child(1n) {
    margin-right: 0;
  }
  .layer--news-events-cards .news-events--grid > *:nth-child(1n+1) {
    margin-left: 0;
  }
}
.layer--news-events-cards .news-events__item {
  background: #5bc2e7;
  box-shadow: 0 2.5px 5px rgba(25, 25, 25, 0.4);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 2.8125rem;
  margin-bottom: 1.875rem;
}
.layer--news-events-cards .news-events__item:hover {
  box-shadow: 0 3px 6px rgba(25, 25, 25, 0.6);
}
@media (max-width: 779px) {
  .layer--news-events-cards .news-events__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer--news-events-cards .news-events__item:after {
    flex: auto;
    margin: 0 auto;
    content: "";
  }
  .layer--news-events-cards .news-events__item > * {
    width: calc( 100% - 0rem );
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .layer--news-events-cards .news-events__item > *:nth-child(1) {
    margin-left: 0;
  }
  .layer--news-events-cards .news-events__item > *:nth-child(1n) {
    margin-right: 0;
  }
  .layer--news-events-cards .news-events__item > *:nth-child(1n+1) {
    margin-left: 0;
  }
}
.layer--news-events-cards .news-events__body {
  display: flex;
  flex-direction: column;
  color: white;
}
.layer--news-events-cards .news-events__content {
  flex-grow: 1;
  padding-bottom: 0.9375rem;
}
.layer--news-events-cards .news-events__footer {
  border-top: 1px solid #003865;
  padding-top: 0.46875rem;
}
.layer--news-events-cards .news-events__headline {
  color: #003865;
  font-size: 1.125rem;
}

.layer--full-video {
  justify-content: initial;
}
.layer--full-video .full-video-v2__inner {
  width: 100%;
  box-shadow: 0 2.5px 5px rgba(25, 25, 25, 0.4);
  border-radius: 5px;
  padding: 1.875rem;
  text-align: center;
}
.layer--full-video .full-video-v2__title {
  font-size: 1.875rem;
  line-height: 3.75rem;
  margin-bottom: 0.9375rem;
  text-align: center;
}

/**
/* To install widgets individually follow the format below:
*/

/*# sourceMappingURL=style.css.map */
