@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

/* 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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

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

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

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

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

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

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

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

.fa-git:before {
  content: "\f1d3";
}

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

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

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

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

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

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

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

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

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

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

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

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

.fa-contao:before {
  content: "\f26d";
}

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

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

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

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

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

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

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

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

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

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

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

.fa-usb:before {
  content: "\f287";
}

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

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-percent:before {
  content: "\f295";
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/montserrat-v18-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("../fonts/montserrat-v18-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.c-languageSwitcherItem {
  display: block;
}
.c-languageSwitcherItem__flagIcon {
  width: 15px;
  height: 11px;
  vertical-align: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  display: inline-block;
}
.c-languageSwitcherItem__flagIcon--ad {
  background-image: url("../images/flags/4x3/ad.svg");
}
.c-languageSwitcherItem__flagIcon--ae {
  background-image: url("../images/flags/4x3/ae.svg");
}
.c-languageSwitcherItem__flagIcon--af {
  background-image: url("../images/flags/4x3/af.svg");
}
.c-languageSwitcherItem__flagIcon--ag {
  background-image: url("../images/flags/4x3/ag.svg");
}
.c-languageSwitcherItem__flagIcon--ai {
  background-image: url("../images/flags/4x3/ai.svg");
}
.c-languageSwitcherItem__flagIcon--al {
  background-image: url("../images/flags/4x3/al.svg");
}
.c-languageSwitcherItem__flagIcon--am {
  background-image: url("../images/flags/4x3/am.svg");
}
.c-languageSwitcherItem__flagIcon--ao {
  background-image: url("../images/flags/4x3/ao.svg");
}
.c-languageSwitcherItem__flagIcon--aq {
  background-image: url("../images/flags/4x3/aq.svg");
}
.c-languageSwitcherItem__flagIcon--ar {
  background-image: url("../images/flags/4x3/ar.svg");
}
.c-languageSwitcherItem__flagIcon--as {
  background-image: url("../images/flags/4x3/as.svg");
}
.c-languageSwitcherItem__flagIcon--at {
  background-image: url("../images/flags/4x3/at.svg");
}
.c-languageSwitcherItem__flagIcon--au {
  background-image: url("../images/flags/4x3/au.svg");
}
.c-languageSwitcherItem__flagIcon--aw {
  background-image: url("../images/flags/4x3/aw.svg");
}
.c-languageSwitcherItem__flagIcon--ax {
  background-image: url("../images/flags/4x3/ax.svg");
}
.c-languageSwitcherItem__flagIcon--az {
  background-image: url("../images/flags/4x3/az.svg");
}
.c-languageSwitcherItem__flagIcon--babb {
  background-image: url("../images/flags/4x3/babb.svg");
}
.c-languageSwitcherItem__flagIcon--bd {
  background-image: url("../images/flags/4x3/bd.svg");
}
.c-languageSwitcherItem__flagIcon--be {
  background-image: url("../images/flags/4x3/be.svg");
}
.c-languageSwitcherItem__flagIcon--bf {
  background-image: url("../images/flags/4x3/bf.svg");
}
.c-languageSwitcherItem__flagIcon--bg {
  background-image: url("../images/flags/4x3/bg.svg");
}
.c-languageSwitcherItem__flagIcon--bh {
  background-image: url("../images/flags/4x3/bh.svg");
}
.c-languageSwitcherItem__flagIcon--bi {
  background-image: url("../images/flags/4x3/bi.svg");
}
.c-languageSwitcherItem__flagIcon--bj {
  background-image: url("../images/flags/4x3/bj.svg");
}
.c-languageSwitcherItem__flagIcon--bl {
  background-image: url("../images/flags/4x3/bl.svg");
}
.c-languageSwitcherItem__flagIcon--bm {
  background-image: url("../images/flags/4x3/bm.svg");
}
.c-languageSwitcherItem__flagIcon--bn {
  background-image: url("../images/flags/4x3/bn.svg");
}
.c-languageSwitcherItem__flagIcon--bo {
  background-image: url("../images/flags/4x3/bo.svg");
}
.c-languageSwitcherItem__flagIcon--bq {
  background-image: url("../images/flags/4x3/bq.svg");
}
.c-languageSwitcherItem__flagIcon--br {
  background-image: url("../images/flags/4x3/br.svg");
}
.c-languageSwitcherItem__flagIcon--bs {
  background-image: url("../images/flags/4x3/bs.svg");
}
.c-languageSwitcherItem__flagIcon--bt {
  background-image: url("../images/flags/4x3/bt.svg");
}
.c-languageSwitcherItem__flagIcon--bv {
  background-image: url("../images/flags/4x3/bv.svg");
}
.c-languageSwitcherItem__flagIcon--bw {
  background-image: url("../images/flags/4x3/bw.svg");
}
.c-languageSwitcherItem__flagIcon--by {
  background-image: url("../images/flags/4x3/by.svg");
}
.c-languageSwitcherItem__flagIcon--bz {
  background-image: url("../images/flags/4x3/bz.svg");
}
.c-languageSwitcherItem__flagIcon--ca {
  background-image: url("../images/flags/4x3/ca.svg");
}
.c-languageSwitcherItem__flagIcon--cc {
  background-image: url("../images/flags/4x3/cc.svg");
}
.c-languageSwitcherItem__flagIcon--cd {
  background-image: url("../images/flags/4x3/cd.svg");
}
.c-languageSwitcherItem__flagIcon--cg {
  background-image: url("../images/flags/4x3/cg.svg");
}
.c-languageSwitcherItem__flagIcon--cg {
  background-image: url("../images/flags/4x3/cg.svg");
}
.c-languageSwitcherItem__flagIcon--ch {
  background-image: url("../images/flags/4x3/ch.svg");
}
.c-languageSwitcherItem__flagIcon--ci {
  background-image: url("../images/flags/4x3/ci.svg");
}
.c-languageSwitcherItem__flagIcon--ck {
  background-image: url("../images/flags/4x3/ck.svg");
}
.c-languageSwitcherItem__flagIcon--cl {
  background-image: url("../images/flags/4x3/cl.svg");
}
.c-languageSwitcherItem__flagIcon--cm {
  background-image: url("../images/flags/4x3/cm.svg");
}
.c-languageSwitcherItem__flagIcon--cn {
  background-image: url("../images/flags/4x3/cn.svg");
}
.c-languageSwitcherItem__flagIcon--co {
  background-image: url("../images/flags/4x3/co.svg");
}
.c-languageSwitcherItem__flagIcon--cr {
  background-image: url("../images/flags/4x3/cr.svg");
}
.c-languageSwitcherItem__flagIcon--cu {
  background-image: url("../images/flags/4x3/cu.svg");
}
.c-languageSwitcherItem__flagIcon--cv {
  background-image: url("../images/flags/4x3/cv.svg");
}
.c-languageSwitcherItem__flagIcon--cw {
  background-image: url("../images/flags/4x3/cw.svg");
}
.c-languageSwitcherItem__flagIcon--cx {
  background-image: url("../images/flags/4x3/cx.svg");
}
.c-languageSwitcherItem__flagIcon--cy {
  background-image: url("../images/flags/4x3/cy.svg");
}
.c-languageSwitcherItem__flagIcon--cz {
  background-image: url("../images/flags/4x3/cz.svg");
}
.c-languageSwitcherItem__flagIcon--de {
  background-image: url("../images/flags/4x3/de.svg");
}
.c-languageSwitcherItem__flagIcon--dj {
  background-image: url("../images/flags/4x3/dj.svg");
}
.c-languageSwitcherItem__flagIcon--dk {
  background-image: url("../images/flags/4x3/dk.svg");
}
.c-languageSwitcherItem__flagIcon--dm {
  background-image: url("../images/flags/4x3/dm.svg");
}
.c-languageSwitcherItem__flagIcon--do {
  background-image: url("../images/flags/4x3/do.svg");
}
.c-languageSwitcherItem__flagIcon--dz {
  background-image: url("../images/flags/4x3/dz.svg");
}
.c-languageSwitcherItem__flagIcon--ec {
  background-image: url("../images/flags/4x3/ec.svg");
}
.c-languageSwitcherItem__flagIcon--ee {
  background-image: url("../images/flags/4x3/ee.svg");
}
.c-languageSwitcherItem__flagIcon--eg {
  background-image: url("../images/flags/4x3/eg.svg");
}
.c-languageSwitcherItem__flagIcon--eh {
  background-image: url("../images/flags/4x3/eh.svg");
}
.c-languageSwitcherItem__flagIcon--er {
  background-image: url("../images/flags/4x3/er.svg");
}
.c-languageSwitcherItem__flagIcon--es-ct {
  background-image: url("../images/flags/4x3/es-ct.svg");
}
.c-languageSwitcherItem__flagIcon--es {
  background-image: url("../images/flags/4x3/es.svg");
}
.c-languageSwitcherItem__flagIcon--et {
  background-image: url("../images/flags/4x3/et.svg");
}
.c-languageSwitcherItem__flagIcon--eu {
  background-image: url("../images/flags/4x3/eu.svg");
}
.c-languageSwitcherItem__flagIcon--fi {
  background-image: url("../images/flags/4x3/fi.svg");
}
.c-languageSwitcherItem__flagIcon--fj {
  background-image: url("../images/flags/4x3/fj.svg");
}
.c-languageSwitcherItem__flagIcon--fk {
  background-image: url("../images/flags/4x3/fk.svg");
}
.c-languageSwitcherItem__flagIcon--fm {
  background-image: url("../images/flags/4x3/fm.svg");
}
.c-languageSwitcherItem__flagIcon--fo {
  background-image: url("../images/flags/4x3/fo.svg");
}
.c-languageSwitcherItem__flagIcon--fr {
  background-image: url("../images/flags/4x3/fr.svg");
}
.c-languageSwitcherItem__flagIcon--ga {
  background-image: url("../images/flags/4x3/ga.svg");
}
.c-languageSwitcherItem__flagIcon--gb-eng {
  background-image: url("../images/flags/4x3/gb-eng.svg");
}
.c-languageSwitcherItem__flagIcon--gb-nir {
  background-image: url("../images/flags/4x3/gb-nir.svg");
}
.c-languageSwitcherItem__flagIcon--gb-sct {
  background-image: url("../images/flags/4x3/gb-sct.svg");
}
.c-languageSwitcherItem__flagIcon--gb {
  background-image: url("../images/flags/4x3/gb.svg");
}
.c-languageSwitcherItem__flagIcon--wls {
  background-image: url("../images/flags/4x3/wls.svg");
}
.c-languageSwitcherItem__flagIcon--gb {
  background-image: url("../images/flags/4x3/gb.svg");
}
.c-languageSwitcherItem__flagIcon--gd {
  background-image: url("../images/flags/4x3/gd.svg");
}
.c-languageSwitcherItem__flagIcon--ge {
  background-image: url("../images/flags/4x3/ge.svg");
}
.c-languageSwitcherItem__flagIcon--gf {
  background-image: url("../images/flags/4x3/gf.svg");
}
.c-languageSwitcherItem__flagIcon--gg {
  background-image: url("../images/flags/4x3/gg.svg");
}
.c-languageSwitcherItem__flagIcon--gh {
  background-image: url("../images/flags/4x3/gh.svg");
}
.c-languageSwitcherItem__flagIcon--gi {
  background-image: url("../images/flags/4x3/gi.svg");
}
.c-languageSwitcherItem__flagIcon--gl {
  background-image: url("../images/flags/4x3/gl.svg");
}
.c-languageSwitcherItem__flagIcon--gm {
  background-image: url("../images/flags/4x3/gm.svg");
}
.c-languageSwitcherItem__flagIcon--gn {
  background-image: url("../images/flags/4x3/gn.svg");
}
.c-languageSwitcherItem__flagIcon--gp {
  background-image: url("../images/flags/4x3/gp.svg");
}
.c-languageSwitcherItem__flagIcon--gq {
  background-image: url("../images/flags/4x3/gq.svg");
}
.c-languageSwitcherItem__flagIcon--gr {
  background-image: url("../images/flags/4x3/gr.svg");
}
.c-languageSwitcherItem__flagIcon--gs {
  background-image: url("../images/flags/4x3/gs.svg");
}
.c-languageSwitcherItem__flagIcon--gt {
  background-image: url("../images/flags/4x3/gt.svg");
}
.c-languageSwitcherItem__flagIcon--gu {
  background-image: url("../images/flags/4x3/gu.svg");
}
.c-languageSwitcherItem__flagIcon--gw {
  background-image: url("../images/flags/4x3/gw.svg");
}
.c-languageSwitcherItem__flagIcon--gy {
  background-image: url("../images/flags/4x3/gy.svg");
}
.c-languageSwitcherItem__flagIcon--hk {
  background-image: url("../images/flags/4x3/hk.svg");
}
.c-languageSwitcherItem__flagIcon--hm {
  background-image: url("../images/flags/4x3/hm.svg");
}
.c-languageSwitcherItem__flagIcon--hn {
  background-image: url("../images/flags/4x3/hn.svg");
}
.c-languageSwitcherItem__flagIcon--hr {
  background-image: url("../images/flags/4x3/hr.svg");
}
.c-languageSwitcherItem__flagIcon--ht {
  background-image: url("../images/flags/4x3/ht.svg");
}
.c-languageSwitcherItem__flagIcon--hu {
  background-image: url("../images/flags/4x3/hu.svg");
}
.c-languageSwitcherItem__flagIcon--id {
  background-image: url("../images/flags/4x3/id.svg");
}
.c-languageSwitcherItem__flagIcon--ie {
  background-image: url("../images/flags/4x3/ie.svg");
}
.c-languageSwitcherItem__flagIcon--il {
  background-image: url("../images/flags/4x3/il.svg");
}
.c-languageSwitcherItem__flagIcon--im {
  background-image: url("../images/flags/4x3/im.svg");
}
.c-languageSwitcherItem__flagIcon--in {
  background-image: url("../images/flags/4x3/in.svg");
}
.c-languageSwitcherItem__flagIcon--io {
  background-image: url("../images/flags/4x3/io.svg");
}
.c-languageSwitcherItem__flagIcon--iq {
  background-image: url("../images/flags/4x3/iq.svg");
}
.c-languageSwitcherItem__flagIcon--ir {
  background-image: url("../images/flags/4x3/ir.svg");
}
.c-languageSwitcherItem__flagIcon--is {
  background-image: url("../images/flags/4x3/is.svg");
}
.c-languageSwitcherItem__flagIcon--it {
  background-image: url("../images/flags/4x3/it.svg");
}
.c-languageSwitcherItem__flagIcon--je {
  background-image: url("../images/flags/4x3/je.svg");
}
.c-languageSwitcherItem__flagIcon--jm {
  background-image: url("../images/flags/4x3/jm.svg");
}
.c-languageSwitcherItem__flagIcon--jo {
  background-image: url("../images/flags/4x3/jo.svg");
}
.c-languageSwitcherItem__flagIcon--jp {
  background-image: url("../images/flags/4x3/jp.svg");
}
.c-languageSwitcherItem__flagIcon--ke {
  background-image: url("../images/flags/4x3/ke.svg");
}
.c-languageSwitcherItem__flagIcon--eg {
  background-image: url("../images/flags/4x3/eg.svg");
}
.c-languageSwitcherItem__flagIcon--eh {
  background-image: url("../images/flags/4x3/eh.svg");
}
.c-languageSwitcherItem__flagIcon--ki {
  background-image: url("../images/flags/4x3/ki.svg");
}
.c-languageSwitcherItem__flagIcon--km {
  background-image: url("../images/flags/4x3/km.svg");
}
.c-languageSwitcherItem__flagIcon--kn {
  background-image: url("../images/flags/4x3/kn.svg");
}
.c-languageSwitcherItem__flagIcon--kp {
  background-image: url("../images/flags/4x3/kp.svg");
}
.c-languageSwitcherItem__flagIcon--kr {
  background-image: url("../images/flags/4x3/kr.svg");
}
.c-languageSwitcherItem__flagIcon--kw {
  background-image: url("../images/flags/4x3/kw.svg");
}
.c-languageSwitcherItem__flagIcon--ky {
  background-image: url("../images/flags/4x3/ky.svg");
}
.c-languageSwitcherItem__flagIcon--kz {
  background-image: url("../images/flags/4x3/kz.svg");
}
.c-languageSwitcherItem__flagIcon--la {
  background-image: url("../images/flags/4x3/la.svg");
}
.c-languageSwitcherItem__flagIcon--lb {
  background-image: url("../images/flags/4x3/lb.svg");
}
.c-languageSwitcherItem__flagIcon--lc {
  background-image: url("../images/flags/4x3/lc.svg");
}
.c-languageSwitcherItem__flagIcon--li {
  background-image: url("../images/flags/4x3/li.svg");
}
.c-languageSwitcherItem__flagIcon--lk {
  background-image: url("../images/flags/4x3/lk.svg");
}
.c-languageSwitcherItem__flagIcon--lr {
  background-image: url("../images/flags/4x3/lr.svg");
}
.c-languageSwitcherItem__flagIcon--ls {
  background-image: url("../images/flags/4x3/ls.svg");
}
.c-languageSwitcherItem__flagIcon--lt {
  background-image: url("../images/flags/4x3/lt.svg");
}
.c-languageSwitcherItem__flagIcon--lu {
  background-image: url("../images/flags/4x3/lu.svg");
}
.c-languageSwitcherItem__flagIcon--lv {
  background-image: url("../images/flags/4x3/lv.svg");
}
.c-languageSwitcherItem__flagIcon--ly {
  background-image: url("../images/flags/4x3/ly.svg");
}
.c-languageSwitcherItem__flagIcon--ma {
  background-image: url("../images/flags/4x3/ma.svg");
}
.c-languageSwitcherItem__flagIcon--mc {
  background-image: url("../images/flags/4x3/mc.svg");
}
.c-languageSwitcherItem__flagIcon--md {
  background-image: url("../images/flags/4x3/md.svg");
}
.c-languageSwitcherItem__flagIcon--me {
  background-image: url("../images/flags/4x3/me.svg");
}
.c-languageSwitcherItem__flagIcon--mf {
  background-image: url("../images/flags/4x3/mf.svg");
}
.c-languageSwitcherItem__flagIcon--mg {
  background-image: url("../images/flags/4x3/mg.svg");
}
.c-languageSwitcherItem__flagIcon--mh {
  background-image: url("../images/flags/4x3/mh.svg");
}
.c-languageSwitcherItem__flagIcon--mk {
  background-image: url("../images/flags/4x3/mk.svg");
}
.c-languageSwitcherItem__flagIcon--ml {
  background-image: url("../images/flags/4x3/ml.svg");
}
.c-languageSwitcherItem__flagIcon--mm {
  background-image: url("../images/flags/4x3/mm.svg");
}
.c-languageSwitcherItem__flagIcon--mn {
  background-image: url("../images/flags/4x3/mn.svg");
}
.c-languageSwitcherItem__flagIcon--mo {
  background-image: url("../images/flags/4x3/mo.svg");
}
.c-languageSwitcherItem__flagIcon--mp {
  background-image: url("../images/flags/4x3/mp.svg");
}
.c-languageSwitcherItem__flagIcon--mq {
  background-image: url("../images/flags/4x3/mq.svg");
}
.c-languageSwitcherItem__flagIcon--mr {
  background-image: url("../images/flags/4x3/mr.svg");
}
.c-languageSwitcherItem__flagIcon--ms {
  background-image: url("../images/flags/4x3/ms.svg");
}
.c-languageSwitcherItem__flagIcon--mt {
  background-image: url("../images/flags/4x3/mt.svg");
}
.c-languageSwitcherItem__flagIcon--mu {
  background-image: url("../images/flags/4x3/mu.svg");
}
.c-languageSwitcherItem__flagIcon--mv {
  background-image: url("../images/flags/4x3/mv.svg");
}
.c-languageSwitcherItem__flagIcon--mw {
  background-image: url("../images/flags/4x3/mw.svg");
}
.c-languageSwitcherItem__flagIcon--mx {
  background-image: url("../images/flags/4x3/mx.svg");
}
.c-languageSwitcherItem__flagIcon--my {
  background-image: url("../images/flags/4x3/my.svg");
}
.c-languageSwitcherItem__flagIcon--mz {
  background-image: url("../images/flags/4x3/mz.svg");
}
.c-languageSwitcherItem__flagIcon--na {
  background-image: url("../images/flags/4x3/na.svg");
}
.c-languageSwitcherItem__flagIcon--nc {
  background-image: url("../images/flags/4x3/nc.svg");
}
.c-languageSwitcherItem__flagIcon--ne {
  background-image: url("../images/flags/4x3/ne.svg");
}
.c-languageSwitcherItem__flagIcon--nf {
  background-image: url("../images/flags/4x3/nf.svg");
}
.c-languageSwitcherItem__flagIcon--ng {
  background-image: url("../images/flags/4x3/ng.svg");
}
.c-languageSwitcherItem__flagIcon--ni {
  background-image: url("../images/flags/4x3/ni.svg");
}
.c-languageSwitcherItem__flagIcon--nl {
  background-image: url("../images/flags/4x3/nl.svg");
}
.c-languageSwitcherItem__flagIcon--no {
  background-image: url("../images/flags/4x3/no.svg");
}
.c-languageSwitcherItem__flagIcon--np {
  background-image: url("../images/flags/4x3/np.svg");
}
.c-languageSwitcherItem__flagIcon--nr {
  background-image: url("../images/flags/4x3/nr.svg");
}
.c-languageSwitcherItem__flagIcon--nu {
  background-image: url("../images/flags/4x3/nu.svg");
}
.c-languageSwitcherItem__flagIcon--nz {
  background-image: url("../images/flags/4x3/nz.svg");
}
.c-languageSwitcherItem__flagIcon--om {
  background-image: url("../images/flags/4x3/om.svg");
}
.c-languageSwitcherItem__flagIcon--pa {
  background-image: url("../images/flags/4x3/pa.svg");
}
.c-languageSwitcherItem__flagIcon--pe {
  background-image: url("../images/flags/4x3/pe.svg");
}
.c-languageSwitcherItem__flagIcon--pf {
  background-image: url("../images/flags/4x3/pf.svg");
}
.c-languageSwitcherItem__flagIcon--pg {
  background-image: url("../images/flags/4x3/pg.svg");
}
.c-languageSwitcherItem__flagIcon--ph {
  background-image: url("../images/flags/4x3/ph.svg");
}
.c-languageSwitcherItem__flagIcon--pk {
  background-image: url("../images/flags/4x3/pk.svg");
}
.c-languageSwitcherItem__flagIcon--pl {
  background-image: url("../images/flags/4x3/pl.svg");
}
.c-languageSwitcherItem__flagIcon--pm {
  background-image: url("../images/flags/4x3/pm.svg");
}
.c-languageSwitcherItem__flagIcon--pn {
  background-image: url("../images/flags/4x3/pn.svg");
}
.c-languageSwitcherItem__flagIcon--pr {
  background-image: url("../images/flags/4x3/pr.svg");
}
.c-languageSwitcherItem__flagIcon--ps {
  background-image: url("../images/flags/4x3/ps.svg");
}
.c-languageSwitcherItem__flagIcon--pt {
  background-image: url("../images/flags/4x3/pt.svg");
}
.c-languageSwitcherItem__flagIcon--pw {
  background-image: url("../images/flags/4x3/pw.svg");
}
.c-languageSwitcherItem__flagIcon--py {
  background-image: url("../images/flags/4x3/py.svg");
}
.c-languageSwitcherItem__flagIcon--qa {
  background-image: url("../images/flags/4x3/qa.svg");
}
.c-languageSwitcherItem__flagIcon--re {
  background-image: url("../images/flags/4x3/re.svg");
}
.c-languageSwitcherItem__flagIcon--ro {
  background-image: url("../images/flags/4x3/ro.svg");
}
.c-languageSwitcherItem__flagIcon--rs {
  background-image: url("../images/flags/4x3/rs.svg");
}
.c-languageSwitcherItem__flagIcon--ru {
  background-image: url("../images/flags/4x3/ru.svg");
}
.c-languageSwitcherItem__flagIcon--rw {
  background-image: url("../images/flags/4x3/rw.svg");
}
.c-languageSwitcherItem__flagIcon--sa {
  background-image: url("../images/flags/4x3/sa.svg");
}
.c-languageSwitcherItem__flagIcon--sb {
  background-image: url("../images/flags/4x3/sb.svg");
}
.c-languageSwitcherItem__flagIcon--sc {
  background-image: url("../images/flags/4x3/sc.svg");
}
.c-languageSwitcherItem__flagIcon--sd {
  background-image: url("../images/flags/4x3/sd.svg");
}
.c-languageSwitcherItem__flagIcon--se {
  background-image: url("../images/flags/4x3/se.svg");
}
.c-languageSwitcherItem__flagIcon--sg {
  background-image: url("../images/flags/4x3/sg.svg");
}
.c-languageSwitcherItem__flagIcon--sh {
  background-image: url("../images/flags/4x3/sh.svg");
}
.c-languageSwitcherItem__flagIcon--si {
  background-image: url("../images/flags/4x3/si.svg");
}
.c-languageSwitcherItem__flagIcon--sj {
  background-image: url("../images/flags/4x3/sj.svg");
}
.c-languageSwitcherItem__flagIcon--sk {
  background-image: url("../images/flags/4x3/sk.svg");
}
.c-languageSwitcherItem__flagIcon--sl {
  background-image: url("../images/flags/4x3/sl.svg");
}
.c-languageSwitcherItem__flagIcon--sm {
  background-image: url("../images/flags/4x3/sm.svg");
}
.c-languageSwitcherItem__flagIcon--sn {
  background-image: url("../images/flags/4x3/sn.svg");
}
.c-languageSwitcherItem__flagIcon--so {
  background-image: url("../images/flags/4x3/so.svg");
}
.c-languageSwitcherItem__flagIcon--sr {
  background-image: url("../images/flags/4x3/sr.svg");
}
.c-languageSwitcherItem__flagIcon--ss {
  background-image: url("../images/flags/4x3/ss.svg");
}
.c-languageSwitcherItem__flagIcon--st {
  background-image: url("../images/flags/4x3/st.svg");
}
.c-languageSwitcherItem__flagIcon--sv {
  background-image: url("../images/flags/4x3/sv.svg");
}
.c-languageSwitcherItem__flagIcon--sx {
  background-image: url("../images/flags/4x3/sx.svg");
}
.c-languageSwitcherItem__flagIcon--sy {
  background-image: url("../images/flags/4x3/sy.svg");
}
.c-languageSwitcherItem__flagIcon--sz {
  background-image: url("../images/flags/4x3/sz.svg");
}
.c-languageSwitcherItem__flagIcon--tc {
  background-image: url("../images/flags/4x3/tc.svg");
}
.c-languageSwitcherItem__flagIcon--td {
  background-image: url("../images/flags/4x3/td.svg");
}
.c-languageSwitcherItem__flagIcon--tf {
  background-image: url("../images/flags/4x3/tf.svg");
}
.c-languageSwitcherItem__flagIcon--tg {
  background-image: url("../images/flags/4x3/tg.svg");
}
.c-languageSwitcherItem__flagIcon--th {
  background-image: url("../images/flags/4x3/th.svg");
}
.c-languageSwitcherItem__flagIcon--tj {
  background-image: url("../images/flags/4x3/tj.svg");
}
.c-languageSwitcherItem__flagIcon--tk {
  background-image: url("../images/flags/4x3/tk.svg");
}
.c-languageSwitcherItem__flagIcon--tl {
  background-image: url("../images/flags/4x3/tl.svg");
}
.c-languageSwitcherItem__flagIcon--tm {
  background-image: url("../images/flags/4x3/tm.svg");
}
.c-languageSwitcherItem__flagIcon--tn {
  background-image: url("../images/flags/4x3/tn.svg");
}
.c-languageSwitcherItem__flagIcon--to {
  background-image: url("../images/flags/4x3/to.svg");
}
.c-languageSwitcherItem__flagIcon--tr {
  background-image: url("../images/flags/4x3/tr.svg");
}
.c-languageSwitcherItem__flagIcon--tt {
  background-image: url("../images/flags/4x3/tt.svg");
}
.c-languageSwitcherItem__flagIcon--tv {
  background-image: url("../images/flags/4x3/tv.svg");
}
.c-languageSwitcherItem__flagIcon--tw {
  background-image: url("../images/flags/4x3/tw.svg");
}
.c-languageSwitcherItem__flagIcon--tz {
  background-image: url("../images/flags/4x3/tz.svg");
}
.c-languageSwitcherItem__flagIcon--ua {
  background-image: url("../images/flags/4x3/ua.svg");
}
.c-languageSwitcherItem__flagIcon--ug {
  background-image: url("../images/flags/4x3/ug.svg");
}
.c-languageSwitcherItem__flagIcon--um {
  background-image: url("../images/flags/4x3/um.svg");
}
.c-languageSwitcherItem__flagIcon--un {
  background-image: url("../images/flags/4x3/un.svg");
}
.c-languageSwitcherItem__flagIcon--us {
  background-image: url("../images/flags/4x3/us.svg");
}
.c-languageSwitcherItem__flagIcon--uy {
  background-image: url("../images/flags/4x3/uy.svg");
}
.c-languageSwitcherItem__flagIcon--uz {
  background-image: url("../images/flags/4x3/uz.svg");
}
.c-languageSwitcherItem__flagIcon--va {
  background-image: url("../images/flags/4x3/va.svg");
}
.c-languageSwitcherItem__flagIcon--vc {
  background-image: url("../images/flags/4x3/vc.svg");
}
.c-languageSwitcherItem__flagIcon--ve {
  background-image: url("../images/flags/4x3/ve.svg");
}
.c-languageSwitcherItem__flagIcon--vg {
  background-image: url("../images/flags/4x3/vg.svg");
}
.c-languageSwitcherItem__flagIcon--vi {
  background-image: url("../images/flags/4x3/vi.svg");
}
.c-languageSwitcherItem__flagIcon--vn {
  background-image: url("../images/flags/4x3/vn.svg");
}
.c-languageSwitcherItem__flagIcon--vu {
  background-image: url("../images/flags/4x3/vu.svg");
}
.c-languageSwitcherItem__flagIcon--wf {
  background-image: url("../images/flags/4x3/wf.svg");
}
.c-languageSwitcherItem__flagIcon--ws {
  background-image: url("../images/flags/4x3/ws.svg");
}
.c-languageSwitcherItem__flagIcon--ye {
  background-image: url("../images/flags/4x3/ye.svg");
}
.c-languageSwitcherItem__flagIcon--yt {
  background-image: url("../images/flags/4x3/yt.svg");
}
.c-languageSwitcherItem__flagIcon--za {
  background-image: url("../images/flags/4x3/za.svg");
}
.c-languageSwitcherItem__flagIcon--am {
  background-image: url("../images/flags/4x3/am.svg");
}
.c-languageSwitcherItem__flagIcon--zw {
  background-image: url("../images/flags/4x3/zw.svg");
}
.c-languageSwitcherItem__country {
  padding-right: 6px;
  border-right: solid 1px white;
  margin-right: 6px;
}

#outdated {
  font-family: "Open Sans", "Segoe UI", sans-serif;
  position: absolute;
  background-color: #f25648;
  color: white;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 0 24px 24px 0;
}

#outdated.fullscreen {
  height: 100%;
}

#outdated .vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 12px 0;
}

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}

#outdated #buttonUpdateBrowser {
  border: 2px solid white;
  color: white;
  cursor: pointer;
  display: block;
  margin: 30px auto 0;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  width: 230px;
}

#outdated #buttonUpdateBrowser:hover {
  background-color: white;
  color: #f25648;
}

#outdated .last {
  height: 20px;
  position: absolute;
  right: 70px;
  top: 10px;
  width: auto;
  display: inline-table;
}

#outdated .last[dir=rtl] {
  left: 25px !important;
  right: auto !important;
}

#outdated #buttonCloseUpdateBrowser {
  color: white;
  display: block;
  font-size: 36px;
  height: 100%;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

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

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

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

/* Update for Arabic home page slider */
[dir=rtl] .page-node-type-home-page .slick-prev {
  right: 25px;
  left: auto;
}

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

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

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

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

/* Update for Arabic home page slider */
[dir=rtl] .page-node-type-home-page .slick-next {
  right: auto;
  left: 25px;
}

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/**
USAGE:

@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}

***/
/**
 Ideally we'd kill this -- really bizarre but too complex to sort out right now (June 19, 2020)
 */
/* COLOR SCHEME
==================================== */
.darkMode,
[class$=darkMode] {
  color: white;
  background-color: black;
}
.darkMode.page-node-type-layout-builder-page,
[class$=darkMode].page-node-type-layout-builder-page {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#222222));
  background: linear-gradient(180deg, black 0%, #222222);
}
.darkMode h1, .darkMode h2, .darkMode h3, .darkMode h4, .darkMode h5, .darkMode h6, .darkMode legend,
[class$=darkMode] h1,
[class$=darkMode] h2,
[class$=darkMode] h3,
[class$=darkMode] h4,
[class$=darkMode] h5,
[class$=darkMode] h6,
[class$=darkMode] legend {
  color: white;
}
.darkMode .layout-builder,
.darkMode .layout-builder-block,
[class$=darkMode] .layout-builder,
[class$=darkMode] .layout-builder-block {
  background-color: #000;
}
.darkMode #layout-builder-modal,
[class$=darkMode] #layout-builder-modal {
  background: #000;
  color: #fff;
}
.darkMode #layout-builder-modal legend,
.darkMode #layout-builder-modal fieldset,
.darkMode #layout-builder-modal select,
.darkMode #layout-builder-modal textarea,
[class$=darkMode] #layout-builder-modal legend,
[class$=darkMode] #layout-builder-modal fieldset,
[class$=darkMode] #layout-builder-modal select,
[class$=darkMode] #layout-builder-modal textarea {
  color: #000;
}
.darkMode #layout-builder-modal thead th,
[class$=darkMode] #layout-builder-modal thead th {
  background: none;
}
.darkMode #layout-builder-modal tbody tr:hover,
[class$=darkMode] #layout-builder-modal tbody tr:hover {
  background-color: #333;
}

/* BORDERS
==================================== */
.borderTop {
  border-top-style: solid;
  border-top-width: 1px;
}
.borderTop--white {
  border-top-color: white;
}

/* MARGINS
==================================== */
.spacingBottom--micro {
  margin-bottom: 4px;
}
.spacingBottom--extraSmall {
  margin-bottom: 6px;
}
.spacingBottom--small {
  margin-bottom: 10px;
}
.spacingBottom--medium {
  margin-bottom: 18px;
}
.spacingBottom--large {
  margin-bottom: 22px;
}
.spacingBottom--extraLarge {
  margin-bottom: 26px;
}

.spacingTop--micro {
  margin-top: 4px;
}
.spacingTop--extraSmall {
  margin-top: 6px;
}
.spacingTop--small {
  margin-top: 10px;
}
.spacingTop--medium {
  margin-top: 18px;
}
.spacingTop--large {
  margin-top: 22px;
}
.spacingTop--extraLarge {
  margin-top: 26px;
}

/* LISTS
==================================== */
ul.cleanPadding {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
}

/* TEXT
==================================== */
.resetLineHeight {
  line-height: 1em;
}

.accordionBlock {
  padding: 8px;
}

.accordionRow {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordionRow .views-field-title {
  font-size: 120%;
}

.accordionRow .views-field-body {
  padding: 10px 5px 10px 10px;
}

.page-node-type-article .main-layout-container {
  padding: 4rem;
}
.page-node-type-article h1 {
  text-align: center;
  font-size: 2.3em;
  max-width: 80rem;
  margin: 0 auto 0.6em;
  border-bottom: solid 3px #00843D;
  padding-bottom: 0.3em;
}
.page-node-type-article h1 a {
  color: #00843D;
}
.page-node-type-article h1 a:hover {
  color: #00843D;
}
.page-node-type-article .field--name-field-tagline,
.page-node-type-article .field--name-body,
.page-node-type-article .a2a_kit,
.page-node-type-article .field--name-dynamic-token-fieldnode-press-release-index-link {
  max-width: 65rem;
  margin: 0 auto;
}
.page-node-type-article .a2a_kit {
  display: block;
}
.page-node-type-article .field--name-field-related-products .field__label {
  font-size: 125%;
  font-weight: bold;
}
.page-node-type-article .field--name-field-related-products {
  margin-top: 3em;
}
.page-node-type-article .field--name-field-related-products .vield__label {
  font-size: 2.3rem;
}
.page-node-type-article .field--name-field-related-products .field__items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-node-type-article .field--name-field-related-products .field__items > .field__item {
  width: 100%;
}
@media all and (min-width: 425px) {
  .page-node-type-article .field--name-field-related-products .field__items > .field__item {
    width: 48%;
  }
}
@media all and (min-width: 626px) {
  .page-node-type-article .field--name-field-related-products .field__items > .field__item {
    width: 31%;
  }
}
@media all and (min-width: 850px) {
  .page-node-type-article .field--name-field-related-products .field__items > .field__item {
    width: 22%;
  }
}
.page-node-type-article .field--name-field-related-products .field--name-field-buy-now-button {
  display: none;
}
.page-node-type-article .node--view-mode-teaser p {
  margin-top: 1em;
}
.page-node-type-article .node__content {
  max-width: 100%;
}

/* Articles ------------------------------------------------------*/
.node--type-article .field--type-entity-reference {
  margin: 10px 0;
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.node--type-article .field--name-field-associated-documents .field__item {
  width: 23%;
  margin: 8px;
  display: inline-block;
}

.node--type-article .field--name-field-associated-documents .field__label {
  font-size: 2.1rem;
  font-weight: 500;
  color: #333333;
}

.node--type-article .field--type-entity-reference.field--label-hidden > .field__item {
  float: left;
  clear: none;
  display: inline-block;
  margin: 0 8px 0 0;
}

.node--type-article .authorContact {
  text-align: right;
  margin-top: 10px;
}

.node--type-article .authorContact .prompt {
  font-size: 90%;
  font-style: italic;
}

.node--type-article .field--name-field-tagline {
  font-size: 90%;
}

.node--type-article .addtoany_list {
  float: left;
  clear: both;
  margin: 10px 0;
}

.node--type-article .articleContext {
  margin: 1rem auto;
  color: #1c8753;
  font-weight: bold;
  text-align: center;
}

.node--type-article .field--name-field-tagline {
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.node--type-article {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/**
 * @file
 * Styles for system messages.
 */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  font-size: 2.5rem;
  color: #00843d;
  font-weight: 400;
}

h3 {
  font-size: 2.1rem;
  font-weight: 500;
  color: #333;
}

a {
  color: #00843d;
}

.bg-white {
  background-color: #fff;
}

.bg-almost-white {
  background-color: #eee;
}

.bg-dark-gray {
  background-color: #595959;
  color: #fff;
}

.bg-mid-gray {
  background-color: #DDDDDD;
}

.bg-light-gray {
  background-color: #f5f5f5;
}

.bg-light-light-green {
  background-color: #42ab80;
  color: #fff;
}

.bg-light-green {
  background-color: #158559;
  color: #fff;
}

.block-with-background .field--name-body img {
  padding: 0 !important;
}

.path-taxonomy {
  overflow-x: hidden;
}

sub, sup {
  font-size: 50%;
}

sup {
  top: -1em;
}

sub {
  bottom: -0.5em;
}

.position-static {
  position: static;
}

.columnsComponent--columns-2-50-50__column {
  overflow: hidden;
}
.columnsComponent--columns-2-50-50__column .field--name-field-add-to-cal {
  width: 33%;
}

.columnsComponent--columns-1__column .field--name-field-add-to-cal {
  width: 16%;
}

.columnsComponent--columns-3-33-33-33__column .field--name-field-add-to-cal,
.columnsComponent--columns-2-33-66__column .field--name-field-add-to-cal,
.columnsComponent--columns-2-66-33__column:last-child .field--name-field-add-to-cal {
  width: 51%;
}

.columnsComponent--columns-2-33-66__column:last-child .field--name-field-add-to-cal,
.columnsComponent--columns-2-66-33__column .field--name-field-add-to-cal {
  width: 24%;
}

@media (min-width: 568px) and (-ms-high-contrast: none) {
  .columnsComponent--columns-2-50-50__column {
    max-width: 49%;
  }
}
@media (min-width: 837px) and (-ms-high-contrast: none) {
  .columnsComponent--columns-2-66-33__column:first-child {
    max-width: 65%;
  }
  .columnsComponent--columns-2-66-33__column:last-child {
    max-width: 33%;
  }
}
/*------------- Basic Pages (section-pages)  */
.page-node-type-section-page {
  overflow-x: hidden;
}
.page-node-type-section-page article {
  padding: 2rem 2em 0;
}
.page-node-type-section-page .field--name-body img {
  padding: 1.5em;
}
.page-node-type-section-page .field--name-body .video-embed-field-responsive-video {
  max-width: 700px;
  margin: 1.5em auto;
}
.page-node-type-section-page .field,
.page-node-type-section-page .field--name-field-column-content > .field__items {
  margin-bottom: 2em;
}
.page-node-type-section-page .field--name-field-column-content > .field__items .paragraph--type--basic-page-column .field--name-field-media-documents {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.page-node-type-section-page .field--name-field-column-content > .field__items .paragraph--type--basic-page-column .field--name-field-media-documents .field__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 1em;
}
@media all and (min-width: 870px) {
  .page-node-type-section-page .field--name-field-column-content > .field__items .paragraph--type--basic-page-column .field--name-field-media-documents .field__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}
.page-node-type-section-page .field--name-field-column-content > .field__items .field--name-field-media-video-embed-field {
  min-width: 300px;
}
.page-node-type-section-page .field--name-field-column-content > .field__items > .field__item {
  min-width: 0;
}
.page-node-type-section-page .field--name-field-column-content > .field__items > .field__item input:not(.form-submit):not(.form-checkbox),
.page-node-type-section-page .field--name-field-column-content > .field__items > .field__item select {
  width: 100%;
}
@media (min-width: 700px) {
  .page-node-type-section-page .field--name-field-column-content > .field__items {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item:nth-child(odd) {
    padding-right: 1.5em;
  }
  .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item:nth-child(even) {
    padding-left: 1.5em;
  }
  .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }
}
@media all and (min-width: 1100px) {
  .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item:first-child:nth-child(3n-2), .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item:nth-child(2):nth-child(3n-1), .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item:nth-child(3) {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item:first-child:nth-child(3n-2), .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item:nth-child(2):nth-child(3n-1) {
    padding-right: 1.5em;
  }
  .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item:nth-child(2):nth-child(3n-1), .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item:nth-child(3) {
    padding-left: 1.5em;
  }
  .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item:first-child:nth-last-child(2), .page-node-type-section-page .field--name-field-column-content > .field__items > .field__item:nth-child(2):last-child {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1000px) {
  .page-node-type-section-page .node--hasMediaBgImage {
    background: var(--bg-url) no-repeat;
    background-size: contain;
    padding: 0 10%;
  }
  .page-node-type-section-page .node--hasMediaBgImage .node__content {
    background: white;
    padding: 0 3em;
    border: solid 2px #EAEAEA;
    border-top: none;
  }
}
.page-node-type-section-page .c-card__actions {
  display: block;
  text-align: center;
}
.page-node-type-section-page .buttonComponent,
.page-node-type-section-page .c-button {
  display: inline-block;
  margin: 0 auto 15px !important;
}
.page-node-type-section-page .paragraph--type--columns-2-66-33 {
  padding-left: 0;
  padding-right: 0;
}
.page-node-type-section-page .paragraph--type--columns-2-66-33 .columnsComponent--columns-2-66-33__column {
  margin-bottom: 0;
}
@media only all and (min-width: 568px) {
  .page-node-type-section-page .paragraph--type--columns-2-66-33 .columnsComponent--columns-2-66-33__column .field {
    margin-bottom: 0.5em;
  }
}
.page-node-type-section-page.page-node-12525 .main-layout-container {
  max-width: 1428px;
}
.page-node-type-section-page.page-node-12525 .main-layout-container.specifier-home-page-banner {
  max-width: 1372px;
}
@media only all and (max-width: 759px) {
  .page-node-type-section-page.page-node-12525 .main-layout-container.specifier-home-page-banner .c-hero__backgroundImage img {
    width: auto;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only all and (max-width: 759px) {
  .page-node-type-section-page.page-node-12525 .main-layout-container.specifier-home-page-banner .c-hero__contentWrapper {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only all and (min-width: 760px) {
  .page-node-type-section-page.page-node-12525 .sidebar-container {
    margin-right: 1em;
  }
}
@media only all and (min-width: 760px) {
  .page-node-type-section-page.page-node-12525 .sidebar-container + .content-container {
    width: 100%;
  }
}
.page-node-type-section-page.page-node-12525 .sidebar-container .block-specifier-accordion-nav {
  margin-left: 1em;
  margin-right: 1em;
}
@media only all and (min-width: 760px) {
  .page-node-type-section-page.page-node-12525 .sidebar-container .block-specifier-accordion-nav {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-node-type-section-page.page-node-12525 .sidebar-container .sidebar-block-view-our-newest-products {
  margin: 2rem 1em 0;
}
@media only all and (min-width: 760px) {
  .page-node-type-section-page.page-node-12525 .sidebar-container .sidebar-block-view-our-newest-products {
    margin: 2rem 0 0;
  }
}
.page-node-type-section-page.page-node-12525 article {
  padding: 2rem 1em 0;
}
@media only all and (min-width: 760px) {
  .page-node-type-section-page.page-node-12525 article {
    padding: 2rem 1em 0 0;
  }
}
.page-node-type-section-page.page-node-12525 .field--name-field-body ul {
  color: #00843D;
}
.page-node-type-section-page.page-node-12525 hr {
  border-top: 0.2rem solid #AAA;
}

div#block-loginlink {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* Header */
#block-personasubmenus .pmenu-item {
  background: transparent;
  font-size: 1.7rem;
}

#block-personasubmenus {
  width: 64%;
  font-size: 1.7rem;
  padding: 45px 25px 0;
  display: none;
}

@media screen and (min-width: 768px) {
  #block-personasubmenus {
    display: block;
  }
}
#submenus {
  background: #1F8A5E !important;
}

/* Misc */
[role=button] {
  cursor: pointer;
}

a {
  color: #018754;
  line-height: normal;
}
a:hover {
  color: #1bd3df;
}

.btn,
input[type=submit] {
  text-shadow: 1px 1px 2px #474747;
  background: #007b4b;
  color: #fff;
  border: 0;
  padding: 0.5em 1em;
  line-height: 100%;
}
.btn.btn-medium,
input[type=submit].btn-medium {
  font-size: 1.1em;
}
.btn.btn-default,
input[type=submit].btn-default {
  border: 2px solid #fff;
  background-color: transparent;
}
.btn.btn-lg,
input[type=submit].btn-lg {
  line-height: 1.33;
  text-shadow: initial;
}
.btn.btn-lg:hover,
input[type=submit].btn-lg:hover {
  background: #007b4b;
  border-color: #007b4b;
  color: #fff;
}
.btn.btn-xl,
input[type=submit].btn-xl {
  line-height: 2;
  text-shadow: initial;
  font-size: 18px;
}
.btn.btn-xl:hover,
input[type=submit].btn-xl:hover {
  background: #007b4b;
  border-color: #007b4b;
  color: #fff;
}
.btn.arrow,
input[type=submit].arrow {
  padding-right: 30px;
  position: relative;
}
.btn.arrow::after,
input[type=submit].arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
  margin: auto;
  border-left-color: transparent;
  border-top-color: transparent;
}
.btn.arrow.arrow-down::after,
input[type=submit].arrow.arrow-down::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 9px;
  top: calc(50% - 9px);
}

.btn a,
.btn a:hover {
  color: #fff;
  text-decoration: none;
}

.btn:hover,
input[type=submit]:hover {
  text-shadow: 1px 1px 1px #888888;
  background: #aaa;
}

.btn-large, .form-submit {
  display: inline-block;
  border-radius: 10px;
  color: #262626;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-top: 10px;
  /* 9 */
  margin-top: 1rem;
  /* 9 */
  border-color: #262626;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  border-width: 1px;
  /* 9 */
  border-width: 0.1rem;
  /* 9 */
  border-style: solid;
  background: transparent;
  text-decoration: none;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 10px;
  /* 9 */
  padding: 1rem;
  /* 9 */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.btn-large:hover, .form-submit:hover {
  -webkit-box-shadow: 1px 1px 2px #262626;
          box-shadow: 1px 1px 2px #262626;
}

.btn-large:after, .form-submit:after {
  content: " »";
}

/*links inline*/
ul.links.inline li {
  display: inline-block;
  padding-right: 10px;
}

/**
Not sure where this is actually used.
 */
.textOverlay,
a.textOverlay {
  position: absolute;
  display: block;
  padding-top: 25%;
  left: 0;
  top: 0;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px #474747;
  text-align: center;
  z-index: 11;
  width: 100%;
  height: 100%;
  font-weight: bolder;
  color: #fff;
  opacity: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.textOverlay a,
a.textOverlay a {
  text-decoration: none;
}

.calloutBlock:hover .textOverlay,
.textOverlay:hover {
  opacity: 1;
}

.calloutBlock .title {
  text-align: center;
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}

.align-center img {
  margin: 0 auto;
  display: block;
}

#colorbox,
#cboxWrapper {
  max-width: 100vw;
}

#cboxLoadedContent {
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

#cboxClose {
  top: 0 !important;
}

#cboxContent {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: calc(100% - 30px);
}

[data-colorbox-inline] {
  cursor: pointer;
}

@media (min-width: 767px) {
  /*comment*/
  .comment-wrap .author-details {
    width: 10%;
  }

  .comment-wrap .author-comments {
    width: 90%;
  }
}
/*Comment*/
.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details {
  float: left;
  width: 20%;
}

.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.comment-wrap .author-comments h3 {
  margin-top: 10px;
}

.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

/*Demo typography*/
/* wtf? */
.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight {
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre {
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

.path-distributor h1 {
  text-align: center;
}
.path-distributor .user-login-form #edit-footer {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em 0 1em;
}
.path-distributor .user-login-form #edit-footer .form-actions,
.path-distributor .user-login-form #edit-footer .form-submit {
  margin: 0;
}

#region-distributor-menus {
  overflow-y: visible;
}
#region-distributor-menus > * {
  max-width: 1400px;
  padding: 0 20px;
  margin: auto;
  color: black;
}
#region-distributor-menus ul.sf-menu .sf-no-children > a {
  /**
   * Sometimes lone menu item link anchors don't get the
   * sf-depth-1 class.
   */
  padding: 0.5em 1em;
}

.draft-table table.cols-3 th {
  width: 47%;
}
.draft-table h2 {
  text-align: center;
}

.field--name-field-add-to-cal {
  margin-right: auto;
  margin-left: auto;
}
.field--name-field-add-to-cal span .atcb-link, .field--name-field-add-to-cal span .atcb-link:hover, .field--name-field-add-to-cal span .atcb-link:active, .field--name-field-add-to-cal span .atcb-link:focus {
  background: #007b4b;
  color: white;
  border: solid 2px white;
}

.feed-icon {
  display: block;
  clear: both;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 30px;
  width: 100%;
  text-align: center;
  margin: 20px 0 10px 0;
  background: #018754;
  color: #fff;
  line-height: 30px;
}

.video-embed-field-responsive-video {
  height: 100%;
  max-width: 1170px;
  margin: 0 auto !important;
}

.cloned #edit-field-persona-vocab--wrapper {
  display: none;
}

/*FORM*/
/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
  /*LTR*/
}

[dir=rtl] form .field-multiple-table .field-multiple-drag {
  padding-left: 0;
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0.5em;
  /*LTR*/
}

[dir=rtl] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0;
  padding-left: 0.5em;
}

form .field-add-more-submit {
  margin: 0.5em 0 0;
}

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.85em;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-composite > legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
  /* LTR */
}

[dir=rtl] .form-type-radio .description,
[dir=rtl] .form-type-checkbox .description {
  margin-left: 0;
  margin-right: 2.4em;
}

.marker {
  color: #e00;
}

.form-required:after {
  content: "*";
  color: darkred;
  vertical-align: text-top;
  display: inline-block;
  /* Use a background image to prevent screen readers from announcing the text. */
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

/* Inline error messages. */
.form-item--error-message:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: sub;
  background: url(../../../../misc/icons/e32700/error.svg) no-repeat;
  background-size: contain;
}

input {
  max-width: 99%;
}

input,
button,
select,
textarea {
  padding: 9px;
  border: 1px solid #C7C7C7;
}
input[readonly=readonly],
button[readonly=readonly],
select[readonly=readonly],
textarea[readonly=readonly] {
  background-color: #e8e8e8;
}

select.simpleSelect {
  border: 0 none;
  background: transparent;
  text-transform: uppercase;
  font-size: 12px;
}

.contact-message-form label {
  display: block;
}

.webform-elements label {
  display: block;
}
.webform-elements label.option {
  display: inline;
}
.webform-elements .webform-element--title-inline label {
  display: inline-block;
}

.webform-element--title-before label {
  display: block;
}

.contact-message-feedback-form {
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #F5F5F4;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%;
}

.user-login-form,
.user-form,
.user-pass {
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #FBFBFB;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text {
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

.node__content > .field--name-field-highlight .paragraph--type--highlight, .node__content > .field--name-field-highlights .paragraph--type--highlight {
  overflow: hidden;
}
.node__content > .field--name-field-highlight .paragraph--type--highlight.full-width img.mobile, .node__content > .field--name-field-highlights .paragraph--type--highlight.full-width img.mobile {
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
}
@media all and (min-width: 850px) {
  .node__content > .field--name-field-highlight .paragraph--type--highlight.full-width img.mobile, .node__content > .field--name-field-highlights .paragraph--type--highlight.full-width img.mobile {
    display: none !important;
  }
}
@media all and (max-width: 849px) {
  .node__content > .field--name-field-highlight .paragraph--type--highlight img.full, .node__content > .field--name-field-highlights .paragraph--type--highlight img.full {
    display: none;
  }
  .node__content > .field--name-field-highlight .paragraph--type--highlight .background-box-on .wrapper, .node__content > .field--name-field-highlights .paragraph--type--highlight .background-box-on .wrapper {
    background: transparent !important;
  }
}

:not(.field--name-field-highlights) .field--name-field-highlight .field__item,
:not(.paragraph--type--slide-container) .field--name-field-highlight .field__item,
.field--name-field-highlights .field__item,
.field--name-field-carousel .field__item {
  overflow: hidden;
}
:not(.field--name-field-highlights) .field--name-field-highlight .field--name-field-video,
:not(.paragraph--type--slide-container) .field--name-field-highlight .field--name-field-video,
.field--name-field-highlights .field--name-field-video,
.field--name-field-carousel .field--name-field-video {
  display: none;
}
@media all and (min-width: 850px) {
  :not(.field--name-field-highlights) .field--name-field-highlight .field--name-field-video,
:not(.paragraph--type--slide-container) .field--name-field-highlight .field--name-field-video,
.field--name-field-highlights .field--name-field-video,
.field--name-field-carousel .field--name-field-video {
    display: block;
  }
  :not(.field--name-field-highlights) .field--name-field-highlight .vid-img,
:not(.paragraph--type--slide-container) .field--name-field-highlight .vid-img,
.field--name-field-highlights .vid-img,
.field--name-field-carousel .vid-img {
    display: none;
  }
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph,
.field--name-field-highlights .paragraph,
.field--name-field-carousel .paragraph {
  text-align: center;
  position: relative;
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph p,
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph h2,
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph div.view,
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph .body-wrapper,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph p,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph h2,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph div.view,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph .body-wrapper,
.field--name-field-highlights .paragraph p,
.field--name-field-highlights .paragraph h2,
.field--name-field-highlights .paragraph div.view,
.field--name-field-highlights .paragraph .body-wrapper,
.field--name-field-carousel .paragraph p,
.field--name-field-carousel .paragraph h2,
.field--name-field-carousel .paragraph div.view,
.field--name-field-carousel .paragraph .body-wrapper {
  width: 500px;
  margin: 0 auto;
  display: block;
  max-width: 90%;
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph .body-wrapper,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph .body-wrapper,
.field--name-field-highlights .paragraph .body-wrapper,
.field--name-field-carousel .paragraph .body-wrapper {
  margin: 1.7em auto;
}
@media all and (min-width: 641px) {
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph img.mobile,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph img.mobile,
.field--name-field-highlights .paragraph img.mobile,
.field--name-field-carousel .paragraph img.mobile {
    display: none;
  }
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph img.full.with-mobile,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph img.full.with-mobile,
.field--name-field-highlights .paragraph img.full.with-mobile,
.field--name-field-carousel .paragraph img.full.with-mobile {
  display: none;
}
@media all and (min-width: 641px) {
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph img.full.with-mobile,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph img.full.with-mobile,
.field--name-field-highlights .paragraph img.full.with-mobile,
.field--name-field-carousel .paragraph img.full.with-mobile {
    display: block;
  }
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width .info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width .info,
.field--name-field-highlights .paragraph.full-width .info,
.field--name-field-carousel .paragraph.full-width .info {
  margin-left: auto;
  margin-right: auto;
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width .info .wrapper,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width .info .wrapper,
.field--name-field-highlights .paragraph.full-width .info .wrapper,
.field--name-field-carousel .paragraph.full-width .info .wrapper {
  padding: 2em;
  max-width: 100%;
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width:not(.background-box-on) .info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width:not(.background-box-on) .info,
.field--name-field-highlights .paragraph.full-width:not(.background-box-on) .info,
.field--name-field-carousel .paragraph.full-width:not(.background-box-on) .info {
  padding: 3em 0;
}
@media all and (min-width: 1100px) {
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width .info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width .info,
.field--name-field-highlights .paragraph.full-width .info,
.field--name-field-carousel .paragraph.full-width .info {
    padding: 0;
  }
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width.left .info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width.left .info,
.field--name-field-highlights .paragraph.full-width.left .info,
.field--name-field-carousel .paragraph.full-width.left .info {
    margin-left: 0;
    margin-right: auto;
    left: 50px;
  }
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width.right .info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width.right .info,
.field--name-field-highlights .paragraph.full-width.right .info,
.field--name-field-carousel .paragraph.full-width.right .info {
    margin-left: auto;
    margin-right: 0;
    left: auto;
    right: 50px;
  }
}
@media all and (min-width: 850px) {
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width .info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width .info,
.field--name-field-highlights .paragraph.full-width .info,
.field--name-field-carousel .paragraph.full-width .info {
    background: transparent !important;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 600px;
    max-width: 80%;
  }
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width.left .info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width.left .info,
.field--name-field-highlights .paragraph.full-width.left .info,
.field--name-field-carousel .paragraph.full-width.left .info {
    margin-left: 0;
    margin-right: auto;
    left: 30px;
  }
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width.right .info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width.right .info,
.field--name-field-highlights .paragraph.full-width.right .info,
.field--name-field-carousel .paragraph.full-width.right .info {
    margin-left: auto;
    margin-right: 0;
    left: auto;
    right: 30px;
  }
}
@media all and (min-width: 850px) {
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width img,
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width .vid-img,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width img,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width .vid-img,
.field--name-field-highlights .paragraph.full-width img,
.field--name-field-highlights .paragraph.full-width .vid-img,
.field--name-field-carousel .paragraph.full-width img,
.field--name-field-carousel .paragraph.full-width .vid-img {
    position: relative;
    left: 0;
    height: auto;
    width: auto;
    max-width: initial;
  }
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width.background-box-on .wrapper,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width.background-box-on .wrapper,
.field--name-field-highlights .paragraph.full-width.background-box-on .wrapper,
.field--name-field-carousel .paragraph.full-width.background-box-on .wrapper {
  background: rgba(0, 0, 0, 0.7);
}
@media all and (min-width: 850px) {
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width.background-box-on .wrapper,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width.background-box-on .wrapper,
.field--name-field-highlights .paragraph.full-width.background-box-on .wrapper,
.field--name-field-carousel .paragraph.full-width.background-box-on .wrapper {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width.background-box-on .wrapper h2,
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.full-width.background-box-on .wrapper p,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width.background-box-on .wrapper h2,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.full-width.background-box-on .wrapper p,
.field--name-field-highlights .paragraph.full-width.background-box-on .wrapper h2,
.field--name-field-highlights .paragraph.full-width.background-box-on .wrapper p,
.field--name-field-carousel .paragraph.full-width.background-box-on .wrapper h2,
.field--name-field-carousel .paragraph.full-width.background-box-on .wrapper p {
  text-shadow: 0px 0px 5px black;
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.half-width,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.half-width,
.field--name-field-highlights .paragraph.half-width,
.field--name-field-carousel .paragraph.half-width {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media all and (min-width: 850px) {
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.half-width,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.half-width,
.field--name-field-highlights .paragraph.half-width,
.field--name-field-carousel .paragraph.half-width {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.half-width .col,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.half-width .col,
.field--name-field-highlights .paragraph.half-width .col,
.field--name-field-carousel .paragraph.half-width .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.half-width .col.col-info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.half-width .col.col-info,
.field--name-field-highlights .paragraph.half-width .col.col-info,
.field--name-field-carousel .paragraph.half-width .col.col-info {
    padding: 3em 0;
  }
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.half-width .col img,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.half-width .col img,
.field--name-field-highlights .paragraph.half-width .col img,
.field--name-field-carousel .paragraph.half-width .col img {
    width: 100%;
  }
}
@media all and (min-width: 850px) {
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.half-width.right,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.half-width.right,
.field--name-field-highlights .paragraph.half-width.right,
.field--name-field-carousel .paragraph.half-width.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.half-width.right .col-info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.half-width.right .col-info,
.field--name-field-highlights .paragraph.half-width.right .col-info,
.field--name-field-carousel .paragraph.half-width.right .col-info {
  overflow-x: hidden;
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.half-width.left.half-width .col-info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.half-width.left.half-width .col-info,
.field--name-field-highlights .paragraph.half-width.left.half-width .col-info,
.field--name-field-carousel .paragraph.half-width.left.half-width .col-info {
  overflow-x: hidden;
}
@media all and (max-width: 849px) {
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.half-width .col-info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.half-width .col-info,
.field--name-field-highlights .paragraph.half-width .col-info,
.field--name-field-carousel .paragraph.half-width .col-info {
    padding: 20px 0 40px;
  }
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph.half-width img,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.half-width img,
.field--name-field-highlights .paragraph.half-width img,
.field--name-field-carousel .paragraph.half-width img {
    margin-bottom: 1em;
  }
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.bg-relative img,
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.bg-relative .vid-img,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.bg-relative img,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.bg-relative .vid-img,
.field--name-field-highlights .paragraph.bg-relative img,
.field--name-field-highlights .paragraph.bg-relative .vid-img,
.field--name-field-carousel .paragraph.bg-relative img,
.field--name-field-carousel .paragraph.bg-relative .vid-img {
  position: relative;
  width: 100%;
  height: auto;
}
:not(.field--name-field-highlights) .field--name-field-highlight .paragraph.bg-relative .info,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph.bg-relative .info,
.field--name-field-highlights .paragraph.bg-relative .info,
.field--name-field-carousel .paragraph.bg-relative .info {
  display: none;
}
:not(.field--name-field-highlights) .field--name-field-highlight .cta-btns,
:not(.paragraph--type--slide-container) .field--name-field-highlight .cta-btns,
.field--name-field-highlights .cta-btns,
.field--name-field-carousel .cta-btns {
  display: block;
}
:not(.field--name-field-highlights) .field--name-field-highlight .cta-btns a,
:not(.paragraph--type--slide-container) .field--name-field-highlight .cta-btns a,
.field--name-field-highlights .cta-btns a,
.field--name-field-carousel .cta-btns a {
  border: white solid 3px;
  padding: 1rem 1.5rem;
  background-color: #018754;
  color: white;
  border-radius: 10px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 18px;
}
:not(.field--name-field-highlights) .field--name-field-highlight .cta-btns a:hover, :not(.field--name-field-highlights) .field--name-field-highlight .cta-btns a:focus,
:not(.paragraph--type--slide-container) .field--name-field-highlight .cta-btns a:hover,
:not(.paragraph--type--slide-container) .field--name-field-highlight .cta-btns a:focus,
.field--name-field-highlights .cta-btns a:hover,
.field--name-field-highlights .cta-btns a:focus,
.field--name-field-carousel .cta-btns a:hover,
.field--name-field-carousel .cta-btns a:focus {
  background: white;
  color: black;
  border-color: #018754;
  text-decoration: none;
}
:not(.field--name-field-highlights) .field--name-field-highlight .cta-btns a:not(:last-child),
:not(.paragraph--type--slide-container) .field--name-field-highlight .cta-btns a:not(:last-child),
.field--name-field-highlights .cta-btns a:not(:last-child),
.field--name-field-carousel .cta-btns a:not(:last-child) {
  margin: 0 1em 1em;
}

@media all and (min-width: 850px) {
  :not(.field--name-field-highlights) .field--name-field-highlight .paragraph,
:not(.paragraph--type--slide-container) .field--name-field-highlight .paragraph,
.field--name-field-highlights .paragraph {
    height: 550px;
  }
}

.path-frontpage .field--name-field-highlights paragraph.half-width.left > h2, .path-frontpage .field--name-field-highlights paragraph.half-width.left > div,
.path-frontpage .field--name-field-carousel paragraph.half-width.left > h2,
.path-frontpage .field--name-field-carousel paragraph.half-width.left > div {
  margin-left: -5000px;
}
.path-frontpage .field--name-field-highlights paragraph.half-width.right > h2, .path-frontpage .field--name-field-highlights paragraph.half-width.right > div,
.path-frontpage .field--name-field-carousel paragraph.half-width.right > h2,
.path-frontpage .field--name-field-carousel paragraph.half-width.right > div {
  margin-right: -5000px;
}

.page-node-type-home-page > .field__item {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
}
@media all and (max-width: 799px) {
  .page-node-type-home-page > .field__item .paragraph {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page-node-type-home-page > .field__item h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 29px;
  /* 9 */
  font-size: 2.9rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 31px;
  /* 9 */
  line-height: 3.1rem;
  /* 9 */
  padding: 20px 0;
  margin: 0 auto;
}
.page-node-type-home-page > .field__item:nth-child(odd) .btn-large, .page-node-type-home-page > .field__item:nth-child(odd) .form-submit {
  border-color: white;
}
.page-node-type-home-page > .field__item:nth-child(odd) .btn-large:after, .page-node-type-home-page > .field__item:nth-child(odd) .form-submit:after {
  color: white;
}

/* Homepage -----------------------------------------*/
.field--name-field-featured-pages {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.field--name-field-featured-pages .field__item {
  background: #fff;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 7px;
}
.field--name-field-featured-pages .field__item:first-child {
  margin-top: 1em;
}
.field--name-field-featured-pages .field__item:last-child {
  margin-bottom: 1em;
}
.field--name-field-featured-pages .field__item img {
  width: 100%;
}
.field--name-field-featured-pages .field__item:hover .greenBar {
  border-bottom: solid 2px #262626;
}
.field--name-field-featured-pages .field__item img {
  display: none;
}
@media all and (min-width: 425px) {
  .field--name-field-featured-pages .field__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .field--name-field-featured-pages .field__item:first-child, .field--name-field-featured-pages .field__item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-top: 10px;
  }
  .field--name-field-featured-pages .field__item:last-child {
    /*
    ** to get this flex-basis, two 48% blocks gives 96%
    ** gutters total 4%, divided between 3 gutters
    ** we need to split this amount between our
    **  left and right margins
    */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 97.3333333333%;
            flex: 0 0 97.3333333333%;
  }
  .field--name-field-featured-pages .field__item img {
    display: block;
  }
}
@media all and (min-width: 625px) {
  .field--name-field-featured-pages .field__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .field--name-field-featured-pages .field__item:first-child, .field--name-field-featured-pages .field__item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .field--name-field-featured-pages .field__item:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .field--name-field-featured-pages .field__item:last-child img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media all and (min-width: 850px) {
  .field--name-field-featured-pages .field__item {
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .field--name-field-featured-pages .field__item:first-child, .field--name-field-featured-pages .field__item:nth-child(2), .field--name-field-featured-pages .field__item:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .field--name-field-featured-pages .field__item:first-child img, .field--name-field-featured-pages .field__item:nth-child(2) img, .field--name-field-featured-pages .field__item:last-child img {
    mx-height: 100%;
    max-width: 100%;
  }
}
.field--name-field-featured-pages a {
  text-decoration: none;
}
.field--name-field-featured-pages .greenBar {
  position: relative;
  background: #018754;
  border-bottom: solid 2px #018754;
  font-size: 1.2em;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0.7em;
}
@media screen and (min-width: 425px) {
  .field--name-field-featured-pages .greenBar {
    top: 0;
    left: 0;
  }
  .field--name-field-featured-pages .greenBar.absolute {
    position: absolute;
    background: rgba(1, 135, 84, 0.8);
    border-bottom: solid 2px transparent;
  }
}
@media all and (min-width: 900px) {
  .field--name-field-featured-pages .greenBar {
    font-size: 1.3em;
  }
}
@media all and (min-width: 1200px) {
  .field--name-field-featured-pages .greenBar {
    font-size: 1.6em;
  }
}

.path-frontpage .region-content {
  max-width: 100%;
}

.page-node-type-persona-home-page .main-layout-container,
.page-node-type-distributor-homepage .main-layout-container,
.path-frontpage .main-layout-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  max-width: none;
}

.page-node-type-distributor-homepage .field--name-field-featured-pages.field--container {
  margin: 2em 0;
  padding: 0 2em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-node-type-distributor-homepage .field--name-field-featured-pages.field--container .view__wrapper {
  width: 40%;
}
.page-node-type-distributor-homepage .field--name-field-featured-pages.field--container .view__wrapper h2 {
  color: black;
  margin-top: 0;
}
.page-node-type-distributor-homepage .field--name-field-featured-pages.field--container .view__wrapper .views-row {
  margin-top: 1em;
}
.page-node-type-distributor-homepage .field--name-field-featured-pages.field--container .field__items {
  width: 60%;
}
.page-node-type-distributor-homepage .field--name-field-featured-pages.field--container .field__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 33%;
  padding-left: 2em;
}
@media all and (min-width: 850px) {
  .page-node-type-distributor-homepage .field--name-field-featured-pages.field--container .field__item {
    margin: 0;
  }
}

/* Job Pages -----------------------------------------------------*/
.view-search-jobs .views-row {
  margin-bottom: 4em;
}
.view-search-jobs .trimmed span:last-child:after {
  content: "...";
}

.page-node-type-job .main-layout-container {
  padding-left: 3em;
  padding-right: 3em;
}

.job-header {
  background: #f1f1f1;
  padding: 8px 10px;
  border: 1px solid #eee;
  margin-bottom: 2em;
  margin-top: 2em;
}
.job-header .field__label {
  font-weight: bold;
  width: 49%;
  display: inline-block;
}
.job-header .field__item {
  width: 49%;
  display: inline-block;
}
.job-header-col1 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.job-header-col2 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.job-apply {
  margin: 1em 0 0;
  display: block;
  text-align: center;
  clear: both;
}
.job-apply a {
  background: #018751;
  border-color: #018751;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3px 0;
  line-height: 1.2em;
  position: relative;
  font-weight: normal;
  text-align: center;
  max-width: 100%;
  padding: 12px 16px 10px;
  min-width: 90px;
  color: white;
  text-decoration: none;
}
.job-apply a:hover {
  color: white;
  background: #018751;
}
.job-button {
  border-color: #ddd;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.job-main {
  font-size: 16px;
}
.job-main p,
.job-main span,
.job-main ul,
.job-main li {
  font-size: 16px !important;
}
.job-main .field--name-field-qualifications .field__label {
  color: #00843d;
  font-size: 1.6em;
  margin: 1em 0;
}
.job-main .field--name-field-responsibilities .field__label {
  color: #00843d;
  font-size: 1.6em;
  margin: 1em 0;
}
.job-share {
  margin: 0 0 1em;
  text-align: center;
}

.category-location {
  color: #999999;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 13px;
}

.cat-loc-item:after {
  content: " | ";
}
.cat-loc-item:last-child:after {
  content: none;
}

.rb-job-search-bar .views-exposed-form,
.block-views-exposed-filter-blocksearch-jobs-page-1.views-exposed-form form,
#views-exposed-form-search-jobs-page-1.views-exposed-form {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #398145;
}
.rb-job-search-bar .views-exposed-form label,
.block-views-exposed-filter-blocksearch-jobs-page-1.views-exposed-form form label,
#views-exposed-form-search-jobs-page-1.views-exposed-form label {
  display: none;
}
.rb-job-search-bar .views-exposed-form > *,
.block-views-exposed-filter-blocksearch-jobs-page-1.views-exposed-form form > *,
#views-exposed-form-search-jobs-page-1.views-exposed-form > * {
  border-left: solid 0.75em transparent;
  border-right: solid 0.75em transparent;
}
.rb-job-search-bar .views-exposed-form > * > *,
.block-views-exposed-filter-blocksearch-jobs-page-1.views-exposed-form form > * > *,
#views-exposed-form-search-jobs-page-1.views-exposed-form > * > * {
  max-width: 100%;
}
.rb-job-search-bar .views-exposed-form .form-item,
.block-views-exposed-filter-blocksearch-jobs-page-1.views-exposed-form form .form-item,
#views-exposed-form-search-jobs-page-1.views-exposed-form .form-item {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 27%;
}
.rb-job-search-bar .views-exposed-form select,
.block-views-exposed-filter-blocksearch-jobs-page-1.views-exposed-form form select,
#views-exposed-form-search-jobs-page-1.views-exposed-form select {
  height: 3em;
  width: 100%;
}
.rb-job-search-bar .views-exposed-form .form-submit,
.block-views-exposed-filter-blocksearch-jobs-page-1.views-exposed-form form .form-submit,
#views-exposed-form-search-jobs-page-1.views-exposed-form .form-submit {
  margin-top: 0;
  background: #437A88;
  border-radius: 30px;
  border: solid 2px white;
  text-shadow: none;
  padding: 0.5em 2em;
  max-width: 80px;
}

.block-views-exposed-filter-blocksearch-jobs-page-1.views-exposed-form form {
  display: block;
  padding: 5px;
}
.block-views-exposed-filter-blocksearch-jobs-page-1.views-exposed-form form .form-item {
  margin: 10px 0;
  width: 100%;
}
.block-views-exposed-filter-blocksearch-jobs-page-1.views-exposed-form form > * > * {
  width: 100%;
}

.main-layout-container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media (min-width: 760px) {
  .main-layout-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sidebar-container {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 760px) {
  .sidebar-container {
    width: 242px;
    margin-left: 1em;
    margin-right: 2em;
  }
  .sidebar-container .region {
    width: 242px;
  }
}
@media (min-width: 760px) {
  .sidebar-container + .content-container {
    width: calc(100% - (250px + 3em));
  }
}

.content-container {
  min-width: 0;
  margin: 0 auto;
  width: 100%;
}

#wrapper > .row.layout {
  background-color: white;
}
.darkMode #wrapper > .row.layout {
  background-color: revert;
}

.container {
  max-width: 100%;
}

.mfp-close {
  cursor: pointer;
}

/*Maintainance*/
.maintenance-page {
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  -webkit-box-shadow: 5px 5px 0px #FFFFFF;
          box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan {
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a {
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
  display: none;
}

.masonry-block,
.flexBox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
}

.flexItem {
  display: inline-block;
  float: left;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  /*
  align-self: auto | flex-start | flex-end | center | baseline | stretch; */
}

.flexItem.flexGrow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flexItem.flexShrink {
  -ms-flex-negative: 0.2;
      flex-shrink: 0.2;
}

/* Initial tile styles */
.masonry-block {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.masonry-block .masonry-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
  background: #fff;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.masonry-block .masonry-item img {
  width: 100%;
}
.masonry-block .masonry-item:hover .greenBar {
  border-bottom: solid 2px #262626;
}

.masonry-block.calloutImages {
  margin: 10px auto 20px auto;
}

.masonry-item.calloutBlock {
  width: 20%;
  min-width: 160px;
  max-width: 250px;
  margin: 5px;
}

.blockMask {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #DDDDDD;
}
.blockMask.round {
  border-radius: 100%;
  overflow: hidden;
}
.blockMask.orange {
  border-color: #ce7018;
}
.blockMask.orange .greenBar {
  background-color: #ce7018;
}

.greenBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(1, 135, 84, 0.8);
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0.7em;
  font-size: 1.6em;
}

/* Front Tiles */
.masonry-block.calloutImages {
  margin: 30px auto !important;
}

.textOverlay,
a.textOverlay {
  height: auto !important;
  top: auto !important;
  bottom: 35% !important;
  text-shadow: 1px 1px 5px #000 !important;
}

.path-frontpage .masonry-block.calloutImages .textOverlay,
.path-frontpage .masonry-block.calloutImages a.textOverlay {
  opacity: 1 !important;
}

.masonry-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.main_menu.main_nav-fixed {
  position: fixed;
  width: 100%;
  max-width: 1400px;
  top: 0;
  left: 0;
  z-index: 999999;
}

.main_menu {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  position: relative;
  float: right;
  width: 100%;
  list-style: none;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  height: 30px;
  /* 9 */
  height: 3rem;
  /* 9 */
  overflow: visible;
  margin: auto 10px;
  width: 100%;
  clear: both;
  padding: 0;
  background: #018754;
}

.main_menu-list {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_menu-item {
  position: relative;
  float: left;
  background: #018754;
  padding: 2px 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.main_menu-item:hover {
  background: #158559;
}

.main_menu-link {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.main_menu-link.is-active,
.main_menu-link:hover,
.main_menu-menu-item-active-trail .main_menu-link {
  border-color: #C3E0D4;
  border-bottom: 1px solid #C3E0D4;
  text-decoration: none;
  color: #C3E0D4;
  text-shadow: 1px 1px 1px #888888;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.main_menu-item-expandable:hover > .main_menu-list {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translate(0 0);
          transform: translate(0 0);
  -webkit-box-shadow: 2px 2px 2px #888888;
          box-shadow: 2px 2px 2px #888888;
}

.main_menu-item-expandable > .main_menu-link:after {
  content: " 〉";
}

.main_menu .main_menu-list .main_menu-item {
  /* 2nd+ row */
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
  width: 100%;
  padding: 5px 6px;
}

.main_menu-item .main_menu-list {
  /* 2nd+ level */
  position: absolute;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  top: 24px;
  /* 9 */
  top: 2.4rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  left: 15px;
  /* 9 */
  left: 1.5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 11px;
  /* 9 */
  line-height: 1.1rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 1.1rem;
  /* 9 */
  visibility: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(0 -2em);
          transform: translate(0 -2em);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.main_menu-item.main_menu-item-expanded > .main_menu-list {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 767px) {
  .menu-base-theme li a {
    background: none;
  }

  .menu-base-theme a {
    border: 0;
  }

  .menu-base-theme > li {
    border: 0;
  }

  .menu-base-theme a span.sub-arrow {
    padding: 0;
    top: 23px;
    margin-top: 0;
    bottom: 2px;
    right: 5px;
    margin-left: -5px;
    left: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    background: transparent;
  }

  .menu-base-theme ul {
    border: 1px solid #a8a8a8;
    padding: 0;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.74);
  }

  .menu-base-theme ul.has-submenu li {
    border-bottom: 1px solid #fff;
  }

  .social-media {
    float: right;
  }

  .social-media:after {
    *zoom: 1;
    content: " ";
    display: table;
    clear: both;
  }

  .social-media a {
    color: #eeeeee;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-right: 10px;
    /* 9 */
    margin-right: 1rem;
    /* 9 */
  }
}
/* Menu ---------------------------------*/
.navbar-header {
  float: none;
}

.logo img {
  max-width: none;
}
@media all and (min-width: 768px) {
  .logo nav {
    display: none;
  }
}

.messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  padding: 15px 20px 15px 20px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

[dir=rtl] .messages {
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
  padding-left: 20px;
  padding-right: 35px;
  text-align: right;
}

.messages + .messages {
  margin-top: 1.538em;
}

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  -webkit-box-shadow: -8px 0 0 #77b259;
          box-shadow: -8px 0 0 #77b259;
  /* LTR */
}

[dir=rtl] .messages--status {
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  -webkit-box-shadow: 8px 0 0 #77b259;
          box-shadow: 8px 0 0 #77b259;
  margin-left: 0;
}

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  -webkit-box-shadow: -8px 0 0 #e09600;
          box-shadow: -8px 0 0 #e09600;
  /* LTR */
}

[dir=rtl] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  -webkit-box-shadow: 8px 0 0 #e09600;
          box-shadow: 8px 0 0 #e09600;
}

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  -webkit-box-shadow: -8px 0 0 #e62600;
          box-shadow: -8px 0 0 #e62600;
  /* LTR */
}

[dir=rtl] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  -webkit-box-shadow: 8px 0 0 #e62600;
          box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
  color: #a51b00;
}

nav.navbar {
  z-index: 500;
  margin-bottom: 0;
  border: none;
}

.path-frontpage .main-header nav {
  margin-bottom: 0;
}

/* ------- */
.node--type-galleries .field__items > .field__item > * {
  display: block;
  width: 100%;
  clear: both;
}

.nodeList .grouping-title {
  width: 100%;
  margin-top: 40px;
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  clear: both;
  border-bottom: 1px solid;
  padding: 4px 8px;
}
.nodeList .node--type-article h2 {
  color: #4f4f4f;
  font-size: 17px;
  margin-top: 20px;
}
.nodeList .node--type-article .articleContext {
  padding-top: 0;
}
.nodeList .node--type-product {
  margin-top: 20px;
  width: 30%;
  min-width: 250px;
  float: left;
  margin: 0 10px 10px 10px;
}
.nodeList .node--type-product .blockMask {
  text-align: center;
}
.nodeList .file--application-pdf {
  background: transparent url("/themes/custom/rainbird_theme/images/pdf_download.png") no-repeat left center;
  line-height: 50px;
  padding: 10px 0 10px 30px;
  height: 50px;
}
.nodeList .greenBar {
  position: relative;
  padding: 5px 7px;
  margin: 0 0 5px 0;
}
.nodeList .node--view-mode-carousel,
.nodeList .node--type-galleries {
  width: 100%;
  clear: both;
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}
.nodeList .node--type-section-page,
.nodeList .node--type-article,
.nodeList .node--type-faq,
.nodeList .node--type-manuals {
  width: 49%;
  min-width: 250px;
}
.nodeList .node--type-faq h2 {
  margin: 0;
  font-size: 12px;
}

.page-node-type-persona-home-page .gallerySlider {
  height: 50px;
}

li.pager__item.is-active > a {
  background: #00843D;
  color: white;
  border-color: #00843D;
}

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

.views-element-container--performance-table-search header {
  text-align: center;
  margin-bottom: 1em;
}
.views-element-container--performance-table-search .views-exposed-form .form-item-search-api-fulltext {
  width: 100%;
}
.views-element-container--performance-table-search .views-exposed-form .form-item-search-api-fulltext input, .views-element-container--performance-table-search .views-exposed-form .form-item-search-api-fulltext .form-actions, .views-element-container--performance-table-search .views-exposed-form .form-item-search-api-fulltext .form-submit {
  height: 48px;
  vertical-align: top;
  display: inline-block;
  margin-top: 0;
}
.views-element-container--performance-table-search .views-exposed-form .form-submit {
  background: #595959 url("../images/magnifying-glass.png") no-repeat center/50%;
  width: 49px;
  vertical-align: bottom;
  border-radius: 0 10px 10px 0;
  display: none;
  font-size: 0;
}
.views-element-container--performance-table-search .views-exposed-form .form-submit.shown {
  display: inline-block !important;
}

.persona-down-arrow {
  width: 1.5em;
}

#currentPersonaBlock {
  text-align: right;
}

.block-views-blockpersona-overview-block-1 {
  text-align: center;
  margin-bottom: 25px;
}

.block-views-blockpersona-overview-block-1 .views-row {
  display: inline-block;
}

@media (max-width: 768px) {
  .block-views-blockpersona-overview-block-1 .views-row {
    width: 400px;
    max-width: 100%;
    margin: 0 0 1em;
  }

  .block-views-blockpersona-overview-block-1 .views-row:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .block-views-blockpersona-overview-block-1 .views-row {
    width: 31%;
    margin: 0 1% 1em;
  }

  .block-views-blockpersona-overview-block-1 .views-row:last-of-type,
.block-views-blockpersona-overview-block-1 .views-row:nth-of-type(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .block-views-blockpersona-overview-block-1 .views-row {
    width: 18%;
    margin: 0 1.1%;
  }

  .block-views-blockpersona-overview-block-1 .views-row:first-of-type {
    margin-left: 0px;
  }

  body.toolbar-horizontal .block-views-blockpersona-overview-block-1 .views-row:nth-of-type(2) {
    margin-left: 0px;
  }

  .block-views-blockpersona-overview-block-1 .views-row:last-of-type {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .block-views-blockpersona-overview-block-1 .views-row {
    width: 18%;
    margin: 0 1.11%;
  }
}
.block-views-blockpersona-overview-block-1 .views-field-title {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #138656;
  color: white;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 3px;
}

/* wtf? */
/* Persona ------------------------------------------------------------ */
.personaRow {
  /* top main row */
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  position: relative;
  float: right;
  width: 100%;
  justify-content: space-around;
}

.personaCol {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.personaCol img {
  width: 100%;
  height: auto;
}

.personaCol .views-field-field-section-home-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: #018754;
  text-align: center;
  vertical-align: middle;
  padding-top: 7px;
}

.personaCol .views-field-field-section-home-link a {
  font-size: 16px;
  color: #fff !important;
  letter-spacing: 0.5px;
}

.views-field-field-additional-images {
  text-align: center;
}

/* Persona Homepages  -----------------------------------------*/
@media all and (min-width: 425px) {
  .page-node-type-persona-home-page .field--name-field-featured-pages .field__item:first-child {
    width: 50%;
  }
}
@media all and (min-width: 850px) {
  .page-node-type-persona-home-page .field--name-field-featured-pages .field__item:first-child {
    width: 20%;
  }
}

.page-node-type-persona-home-page .region-content, .path-frontpage .region-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/*profile*/
.profile > div {
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.profile h4.label {
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

body:not(.path-frontpage) .siteSlogan {
  display: none;
}
body:not(.path-frontpage) .main-layout-container {
  margin-bottom: 2em;
}

.main-layout-container {
  max-width: 1170px;
  margin: 0 auto;
}

body:not(.path-frontpage) .main-layout-container {
  margin-bottom: 2em;
}

body.full-width .main-layout-container,
.page-node-type-persona-home-page .main-layout-container {
  max-width: none;
}

body #wrapper,
body .footer-menu > .container,
body .copyright,
.dialog-off-canvas-main-canvas #wrapper,
.dialog-off-canvas-main-canvas .footer-menu > .container,
.dialog-off-canvas-main-canvas .copyright {
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
}

body #wrapper,
.dialog-off-canvas-main-canvas #wrapper {
  background-color: white;
}
.darkMode body #wrapper,
.darkMode .dialog-off-canvas-main-canvas #wrapper {
  background-color: revert;
}

.region-search-context,
.region-eyebrow > .wrapper {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: auto;
  float: none;
  position: relative;
}
@media all and (min-width: 580px) {
  .region-search-context,
.region-eyebrow > .wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.region-eyebrow > .wrapper {
  padding: 0 20px;
  margin: auto;
}
.region-eyebrow > .wrapper > * {
  height: 30px;
}

#search-context-container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar > .row {
  margin: 0;
}

.navbar-header {
  padding: 0;
  width: 100%;
}

.main-header,
.main-header > .navbar {
  background: #00843D;
  color: #fff;
}

.main-header > .navbar a {
  color: #fff;
}

#logoBlock {
  margin: 0;
}

.main-header + .row {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 410px) {
  .logo img {
    max-width: 100%;
  }
}
@media screen and (min-width: 411px) {
  #main-menu-toggle {
    margin-top: 3.8rem;
  }
}
@media all and (max-width: 578px) {
  .region-search-context {
    min-height: 72px;
    padding-right: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #logoBlock {
    max-width: 100%;
  }
}
.region-search-header {
  float: left;
}

.searchInputBlock {
  width: 255px;
}
.searchInputBlock .form-item {
  margin-bottom: 0;
}

.searchInputBlock input.form-search {
  width: 100%;
  background: #fff url(/themes/custom/rainbird_theme/images/mag.png) no-repeat center right;
  padding: 4px;
  padding-left: 14px;
  height: auto;
  border-radius: 25px;
  outline: 0 none;
  font-size: 13px;
  color: #000;
}

.searchInputBlock input.form-submit {
  display: none;
}

/* Search ------------------------------------------*/
.view-id-search_jobs.view-display-id-page_1 {
  padding-left: 3em;
  padding-right: 3em;
}

.path-search-results .main-layout-container {
  max-width: 1020px;
}
.path-search-results .field--name-field-images-media {
  margin-bottom: 2em;
}
@media screen and (min-width: 500px) {
  .path-search-results .field--name-field-images-media {
    float: left;
    margin-right: 40px;
    max-width: 200px;
  }
}
@media screen and (min-width: 900px) {
  .path-search-results .field--name-field-images-media {
    width: auto;
  }
}

#search-api-page-block-form {
  text-align: right;
}

#search-api-page-block-form input {
  max-width: 20em;
}

#views-exposed-form-documents-page-1 label,
#views-exposed-form-faq-general-page-1 label {
  width: 120px;
}

#views-exposed-form-documents-page-1 .form-autocomplete,
#views-exposed-form-documents-page-1 .form-text {
  width: 40%;
  min-width: 180px;
}

.gallerySlider {
  position: relative;
  width: 100%;
  margin-top: -5px;
  max-height: 720px;
  min-height: 280px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}
.gallerySlider .calloutBlock {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.gallerySlider .calloutBlock:first-child {
  display: block;
}
.gallerySlider .calloutBlock img {
  width: 100%;
  text-align: center;
  display: block;
}
.gallerySlider .calloutBlock {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.path-frontpage .gallerySlider .calloutBlock {
  position: absolute;
}

.sliderControls {
  position: absolute;
  display: block;
  bottom: 30px;
  text-align: center;
  z-index: 20;
}

@media all and (min-width: 600px) {
  .slick-arrow {
    height: 43px !important;
    width: 43px !important;
  }
  .slick-arrow.slick-prev {
    left: 25px;
    z-index: 20 !important;
  }
  .slick-arrow.slick-next {
    right: 25px;
  }
  .slick-arrow:before {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 40px !important;
  }
  .slick-arrow:hover:before {
    color: white;
    opacity: 0.5;
  }
}
/* Front Video */
.gallerySlider .title {
  font-size: 45px !important;
}

.gallerySlider .textOverlay {
  bottom: 46% !important;
}

.path-frontpage .video-embed-field-responsive-video iframe {
  max-width: 110%;
  width: 110%;
  margin-left: -5%;
}

/* Carousel */
.field--name-field-overlay-text {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  font-size: 5em;
  top: 50%;
  margin-right: auto;
  width: 300px;
  max-width: 80%;
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px black;
  text-align: center;
}

.image-text-overlay .image-overlay-text {
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 34%;
  max-width: 80%;
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  color: white;
  text-shadow: 2px 2px 4px black;
  text-align: center;
}
.image-text-overlay .image-overlay-text h1, .image-text-overlay .image-overlay-text h2, .image-text-overlay .image-overlay-text h3, .image-text-overlay .image-overlay-text span {
  font-size: 5.5rem;
  color: white;
}
.image-text-overlay .image-overlay-text .image-overlay-text-description h2 {
  font-size: 4.5rem;
}
.image-text-overlay .image-overlay-text .image-overlay-text-description h3 {
  font-size: 3.5rem;
}
.image-text-overlay .image-overlay-text .image-overlay-text-description span {
  font-size: 1.4rem;
}
.image-text-overlay .image-overlay-with-description {
  line-height: 1.25;
  top: 0%;
}
.image-text-overlay .image-overlay-with-description h1 {
  font-size: 4.5rem;
}
.image-text-overlay .image-overlay-with-description h2 {
  font-size: 3.5rem;
}
.image-text-overlay .image-overlay-with-description h3 {
  font-size: 2.5rem;
}
.image-text-overlay .image-overlay-with-description span {
  font-size: 1.8rem;
}

.image-text-overlay-pos-left .image-overlay-text {
  width: 44%;
  left: 3%;
  right: unset;
  text-align: left;
}

.image-text-overlay-pos-right .image-overlay-text {
  width: 44%;
  right: 3%;
  left: unset;
  text-align: left;
}

.image-overlay-below-text-container {
  background-color: #00843D;
  padding: 10px 20px;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-overlay-below-text-container .image-overlay-below-img-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.image-overlay-below-text-container .image-overlay-below-text {
  font-size: 1.75rem;
  color: #ffffff;
  margin: 0;
}
.image-overlay-below-text-container .image-location-icon {
  width: 3.5rem;
  margin-right: 5px;
}

@media all and (max-width: 925px) {
  .image-text-overlay .image-overlay-text {
    font-size: 1.4rem;
    top: 24%;
  }
  .image-text-overlay .image-overlay-text h1, .image-text-overlay .image-overlay-text h2, .image-text-overlay .image-overlay-text h3, .image-text-overlay .image-overlay-text span {
    font-size: 2.5rem;
  }
  .image-text-overlay .image-overlay-with-description {
    font-size: 1.4rem;
    top: 0%;
  }
  .image-text-overlay .image-overlay-with-description h1 {
    font-size: 3.5rem;
  }
  .image-text-overlay .image-overlay-with-description h2 {
    font-size: 2.5rem;
  }
  .image-text-overlay .image-overlay-with-description h3 {
    font-size: 1.8rem;
  }
  .image-text-overlay .image-overlay-with-description span {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 768px) {
  .image-text-overlay .image-overlay-text {
    font-size: 1.4rem;
    top: 24%;
  }
  .image-text-overlay .image-overlay-text h1, .image-text-overlay .image-overlay-text h2, .image-text-overlay .image-overlay-text h3, .image-text-overlay .image-overlay-text span {
    font-size: 2.5rem;
  }
  .image-text-overlay .image-overlay-with-description {
    font-size: 1rem;
    top: 0%;
  }
  .image-text-overlay .image-overlay-with-description h1 {
    font-size: 2rem;
  }
  .image-text-overlay .image-overlay-with-description h2 {
    font-size: 1.6rem;
  }
  .image-text-overlay .image-overlay-with-description h3 {
    font-size: 1.3rem;
  }
  .image-text-overlay .image-overlay-with-description span {
    font-size: 1rem;
  }
}
@media all and (max-width: 600px) {
  .image-text-overlay .image-overlay-text {
    font-size: 1rem;
    top: 24%;
  }
  .image-text-overlay .image-overlay-text h1, .image-text-overlay .image-overlay-text h2, .image-text-overlay .image-overlay-text h3, .image-text-overlay .image-overlay-text span {
    font-size: 2.5rem;
  }
  .image-text-overlay .image-overlay-with-description {
    font-size: 0.8rem;
    top: 0%;
    line-height: 1.2;
  }
  .image-text-overlay .image-overlay-with-description h1 {
    font-size: 1.8rem;
  }
  .image-text-overlay .image-overlay-with-description h2 {
    font-size: 1.5rem;
  }
  .image-text-overlay .image-overlay-with-description h3 {
    font-size: 1.2rem;
  }
  .image-text-overlay .image-overlay-with-description span {
    font-size: 0.8rem;
  }
}
@media all and (max-width: 450px) {
  .image-text-overlay .image-overlay-text-description {
    display: none;
  }
}
@media all and (max-width: 340px) {
  .image-text-overlay .image-overlay-text {
    font-size: 1rem;
    top: 12%;
  }
  .image-text-overlay .image-overlay-text h1, .image-text-overlay .image-overlay-text h2, .image-text-overlay .image-overlay-text h3, .image-text-overlay .image-overlay-text span {
    font-size: 1.5rem;
  }
  .image-text-overlay .image-overlay-text-description {
    display: none;
  }
}
/* Support Pages -----------------------------------------------------*/
#block-supportdescriptionandsearch {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
}
#block-supportdescriptionandsearch > .container {
  width: auto;
}
#block-supportdescriptionandsearch .searchInputBlock {
  margin: 0 auto;
}

.path-node #block-supportdescriptionandsearch {
  display: none;
}
.path-node.page-node-type-section-page #block-supportdescriptionandsearch {
  display: block;
}

div[id*=block-needmorehelp] {
  display: none;
  margin: 1em auto;
  text-align: center;
}
div[id*=block-needmorehelp] span {
  display: block;
}
div[id*=block-needmorehelp] .container {
  max-width: 100%;
}

#persona-active-professional #block-needmorehelpprofessionals {
  display: block;
}
#persona-active-professional .block-block-contentd297cc60-2669-40cd-9b76-ddff0294bbd0 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#persona-active-industrial #block-needmorehelpindustrial {
  display: block;
}
#persona-active-industrial #persona-active-industrial .block-block-content5bd3c295-f3b0-424d-af05-ef058bd1edf1 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#persona-active-homeowner #block-needmorehelphomeowners {
  display: block;
}
#persona-active-homeowner .block-block-content4a4e27fb-005f-44d1-aaa4-b94e9ad2fd22 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#persona-active-golf #block-needmorehelpgolf {
  display: block;
}
#persona-active-golf .block-block-contenta1222c18-c36a-4d07-8218-00bc2023a666 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#persona-active-agrictulture #block-needmorehelpagriculture {
  display: block;
}
#persona-active-agrictulture .block-block-content43aaf9ef-1047-43e9-b34f-43230b4ad672 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not([id=persona-active-professional]):not([id=persona-active-industrial]):not([id=persona-active-homeowner]):not([id=persona-active-golf]):not([id=persona-active-agriculture]) #block-needmorehelp {
  display: block;
}
body:not([id=persona-active-professional]):not([id=persona-active-industrial]):not([id=persona-active-homeowner]):not([id=persona-active-golf]):not([id=persona-active-agriculture]) .block-block-content663f4274-7c45-4b8d-9524-d14bfe7de06f {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#block-pagetitle-2 {
  text-align: center;
  margin-top: 2em;
}

.view-support-product-family header {
  text-align: center;
}
.view-support-product-family .field-wrapper {
  position: relative;
}
.view-support-product-family .field-wrapper .product-discontinued {
  position: absolute;
  bottom: 0;
  background: rgba(1, 135, 84, 0.8);
  color: white;
  padding: 2px 10px;
}

.view-support-product {
  max-width: 1170px;
  margin: 0 auto;
}
.view-support-product.view-display-id-page_1 > .view-content {
  max-width: 810px;
  margin: 2em auto;
}
.view-support-product.view-display-id-page_1 > .view-content .views-row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-support-product.view-display-id-page_1 > .view-content .views-field {
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}
.view-support-product.view-display-id-page_1 > .view-content span {
  display: block;
}
.view-support-product.view-display-id-block_1 .views-row {
  width: auto;
}

.view-id-support_product.view-display-id-page_1 header {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 auto;
  width: 960px;
  max-width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-id-support_product.view-display-id-page_1 header > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.view-id-support_product.view-display-id-page_1 header .image-container {
  text-align: center;
  margin: 2em 0;
}
.view-id-support_product.view-display-id-page_1 .block-block-content {
  display: none;
  margin: 2em 0;
}
.view-id-support_product.view-display-id-page_1 header .container {
  width: auto;
}

@media all and (min-width: 750px) {
  .view-id-support_product.view-display-id-page_1 header > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
#persona-active-agriculture .block-block-content43aaf9ef-1047-43e9-b34f-43230b4ad672 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#persona-active-golf .block-block-contenta1222c18-c36a-4d07-8218-00bc2023a666 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#persona-active-homeowner .block-block-content4a4e27fb-005f-44d1-aaa4-b94e9ad2fd22 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#persona-active-industrial .block-block-content5bd3c295-f3b0-424d-af05-ef058bd1edf1 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#persona-active-none .block-block-content663f4274-7c45-4b8d-9524-d14bfe7de06f,
#persona-active-corporate .block-block-content663f4274-7c45-4b8d-9524-d14bfe7de06f,
#persona-active-agency .block-block-content663f4274-7c45-4b8d-9524-d14bfe7de06f {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#persona-active-professional .block-block-contentd297cc60-2669-40cd-9b76-ddff0294bbd0 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view-id-support_product.view-display-id-page_1 header {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 auto;
  width: 960px;
  max-width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-id-support_product.view-display-id-page_1 header > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media all and (min-width: 750px) {
  .view-id-support_product.view-display-id-page_1 header > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.view-id-support_product.view-display-id-page_1 header .image-container {
  text-align: center;
  margin: 2em 0;
}
.view-id-support_product.view-display-id-page_1 .container {
  width: auto;
}
.view-id-support_product.view-display-id-page_1 > .view-content {
  display: none;
}
.view-id-support_product.view-display-id-page_1 header,
.view-id-support_product.view-display-id-page_1 .block-block-content {
  display: none;
  margin: 2em 0;
}

.path-configurator select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.path-configurator .circle-block {
  font-size: 64px !important;
  color: rgba(1, 135, 81, 0.25);
}
.path-configurator .circle {
  display: inline-block;
  border: 4px solid rgba(1, 135, 81, 0.25);
  font-size: 64px !important;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-top: 25px;
}

.path-frontpage .circle.step_1, .path-step-2 .circle.step_2, .path-step-3 .circle.step_3, .path-step-4 .circle.step_4 {
  color: #018751;
  border: 4px solid #018751;
}

.path-configurator #sj-images,
.page-node-type-configurator #sj-images,
.path-sj-print #sj-images {
  position: relative;
  width: 600px;
  height: 1000px;
  max-width: 100%;
}
.path-configurator .sj-image,
.page-node-type-configurator .sj-image,
.path-sj-print .sj-image {
  height: auto;
  width: 100%;
  max-width: 600px;
  max-height: 1000px;
  opacity: 0;
  display: none;
  position: absolute;
}
.path-configurator .print-image-block,
.page-node-type-configurator .print-image-block,
.path-sj-print .print-image-block {
  position: relative;
  width: 600px;
  height: 1000px;
  float: right;
}
.path-configurator .print-image-block img,
.page-node-type-configurator .print-image-block img,
.path-sj-print .print-image-block img {
  position: absolute;
}
.path-configurator .configurator-back,
.path-configurator .configurator-body,
.page-node-type-configurator .configurator-back,
.page-node-type-configurator .configurator-body,
.path-sj-print .configurator-back,
.path-sj-print .configurator-body {
  margin-top: 1rem;
}

.path-configurator #calc-setup-form,
.page-node-type-configurator #calc-setup-form {
  color: #018751;
  display: table;
  margin: auto;
}
.path-configurator #calc-setup-form select,
.page-node-type-configurator #calc-setup-form select {
  color: #000;
  font-size: 20px;
}
.path-configurator #calc-setup-form .form-item,
.page-node-type-configurator #calc-setup-form .form-item {
  display: table-row;
}
.path-configurator #calc-setup-form .form-item > label,
.page-node-type-configurator #calc-setup-form .form-item > label {
  display: table-cell;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: normal;
}
.path-configurator #calc-setup-form .form-item > div,
.page-node-type-configurator #calc-setup-form .form-item > div {
  display: table-cell;
}
.path-configurator #calc-setup-form .form-item .select-wrapper,
.page-node-type-configurator #calc-setup-form .form-item .select-wrapper {
  width: auto;
}
.path-configurator #calc-setup-form .form-required:after,
.page-node-type-configurator #calc-setup-form .form-required:after {
  display: none;
}
.path-configurator #calc-setup-form #edit-submit,
.page-node-type-configurator #calc-setup-form #edit-submit {
  background: #FFF;
  border: 4px solid #018751;
  font-size: 36px;
  padding: 0px 48px;
  margin-top: 75px;
}
.path-configurator #calc-setup-form .button-right,
.page-node-type-configurator #calc-setup-form .button-right {
  text-align: right;
}
.path-configurator #step-2-form input,
.page-node-type-configurator #step-2-form input {
  font-size: 24px;
  padding: 0px 5px;
  border: 2px solid #999;
}
.path-configurator #step-2-form .button,
.page-node-type-configurator #step-2-form .button {
  background: #FFF;
  border: 2px solid #018751;
  font-size: 24px;
  padding: 0px 48px;
  margin-top: 75px;
  color: #018751;
}
.path-configurator .calc-block,
.page-node-type-configurator .calc-block {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-top: 3em;
  width: 33%;
}
.path-configurator .calc-circle,
.page-node-type-configurator .calc-circle {
  height: 200px;
  width: 200px;
  background-color: #018751;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.path-configurator .calc-circle:last-child,
.page-node-type-configurator .calc-circle:last-child {
  margin-right: 0;
}
.path-configurator .calc-circle:hover + .calc-rollover,
.page-node-type-configurator .calc-circle:hover + .calc-rollover {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}
.path-configurator .calc-rollover:hover,
.page-node-type-configurator .calc-rollover:hover {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}
.path-configurator .calc-circle a,
.page-node-type-configurator .calc-circle a {
  color: white;
}
.path-configurator .calc-block a:hover,
.page-node-type-configurator .calc-block a:hover {
  text-decoration: none;
}
.path-configurator .calc-type,
.page-node-type-configurator .calc-type {
  padding-top: 12px;
  width: 60%;
  margin-left: 20%;
}
.path-configurator .calc-subtype,
.page-node-type-configurator .calc-subtype {
  border-top: 2px solid #FFF;
  margin-top: 8px;
  padding-top: 8px;
  width: 60%;
  margin-left: 20%;
}
.path-configurator .calc-img-desc,
.page-node-type-configurator .calc-img-desc {
  border: 1px solid black;
  border-top: none;
  padding: 0.2em;
  background-color: white;
}
.path-configurator .calc-rollover,
.page-node-type-configurator .calc-rollover {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  z-index: 1000;
}
.path-configurator .calc-rollover img,
.page-node-type-configurator .calc-rollover img {
  max-width: 100%;
  height: auto;
}
.path-configurator #sj-results-header,
.page-node-type-configurator #sj-results-header {
  min-height: 120px;
}
.path-configurator .configurator-results,
.page-node-type-configurator .configurator-results {
  margin-top: 0.5em;
  border: 2px solid darkgrey;
  padding: 0.5em;
  font-size: 1.2em;
}
.path-configurator #swing-joint-configurator-form .request-wrapper,
.page-node-type-configurator #swing-joint-configurator-form .request-wrapper {
  display: inline-block;
  vertical-align: top;
}
.path-configurator #swing-joint-configurator-form #edit-print,
.path-configurator #swing-joint-configurator-form #edit-view-close,
.page-node-type-configurator #swing-joint-configurator-form #edit-print,
.page-node-type-configurator #swing-joint-configurator-form #edit-view-close {
  margin-left: 2em;
  vertical-align: top;
}
.path-configurator #swing-joint-configurator-form .configuration-request,
.page-node-type-configurator #swing-joint-configurator-form .configuration-request {
  margin-left: 2em;
  display: inline-block;
  vertical-align: top;
  margin-top: 1rem;
}
.path-configurator #swing-joint-configurator-form.not-processed #edit-print,
.path-configurator #swing-joint-configurator-form.not-processed #edit-view-close,
.path-configurator #swing-joint-configurator-form.not-processed .configuration-request,
.page-node-type-configurator #swing-joint-configurator-form.not-processed #edit-print,
.page-node-type-configurator #swing-joint-configurator-form.not-processed #edit-view-close,
.page-node-type-configurator #swing-joint-configurator-form.not-processed .configuration-request {
  display: none;
}
.path-configurator #swing-joint-configurator-form.options-limited #edit-view-close,
.path-configurator #swing-joint-configurator-form.options-limited .configuration-request, .path-configurator #swing-joint-configurator-form.is-valid #edit-view-close,
.path-configurator #swing-joint-configurator-form.is-valid .configuration-request,
.page-node-type-configurator #swing-joint-configurator-form.options-limited #edit-view-close,
.page-node-type-configurator #swing-joint-configurator-form.options-limited .configuration-request,
.page-node-type-configurator #swing-joint-configurator-form.is-valid #edit-view-close,
.page-node-type-configurator #swing-joint-configurator-form.is-valid .configuration-request {
  display: none;
}
.path-configurator #swing-joint-configurator-form.is-invalid #edit-print,
.page-node-type-configurator #swing-joint-configurator-form.is-invalid #edit-print {
  display: none;
}
.path-configurator #swing-joint-configurator-form div.btn,
.page-node-type-configurator #swing-joint-configurator-form div.btn {
  border-radius: 10px;
  padding: 0.5em 1em;
  line-height: 100%;
  margin-bottom: 0;
  vertical-align: top;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}
.path-configurator #swing-joint-configurator-form div.btn *,
.page-node-type-configurator #swing-joint-configurator-form div.btn * {
  line-height: 100%;
}
.path-configurator #swing-joint-configurator-form div.btn:hover,
.page-node-type-configurator #swing-joint-configurator-form div.btn:hover {
  -webkit-box-shadow: 1px 1px 2px #262626;
  box-shadow: 1px 1px 2px #262626;
}

@media (max-width: 800px) {
  .path-configurator .calc-block {
    width: 400px;
    display: block;
  }
  .path-configurator .calc-rollover .calc-img {
    position: absolute;
  }
}
/*TABS*/
div.tabs {
  margin: 1em 0;
}

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}

.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */
}

[dir=rtl] .tabs > li {
  margin-left: 0.3em;
  margin-right: 0;
}

.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}

.tabs a.is-active {
  background-color: #eee;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #f5f5f5;
}

#tab_faq .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em 2em 2.2em;
}

.toolbar-tab .is-active * {
  z-index: 1000;
}

.anchoring-tab .field ul {
  padding: 0;
  margin-top: 3rem;
}
@media all and (min-width: 576px) {
  .anchoring-tab .field ul {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.anchoring-tab .field ul li {
  list-style: none;
  margin: 0 15px 15px;
}
@media all and (min-width: 576px) {
  .anchoring-tab .field ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media all and (min-width: 1200px) {
  .anchoring-tab .field ul li {
    width: auto;
  }
}
.anchoring-tab .field ul li a {
  padding: 12px 15px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 16px;
}
@media all and (min-width: 576px) {
  .anchoring-tab .field ul li a {
    min-width: 230px;
  }
}
.anchoring-tab .field ul li a.c-button--wireframe:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.documentVocabs {
  clear: both;
  display: block;
  width: 100%;
}

.documentVocabs {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.documentVocabs .termIcons {
  margin: 4px;
  padding: 0 6px 12px 6px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 5px;
}
.documentVocabs .termIcons .field__label {
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #DDDDDD;
  font-weight: bolder;
  display: block;
  clear: both;
  text-transform: uppercase;
}
.documentVocabs .termIcons .field__items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.documentVocabs .termIcons .field__items .field__item {
  margin: 0;
}
.documentVocabs .field--name-field-icon {
  margin: 3px auto;
}

.field--name-field-icon {
  margin: 3px auto;
}

.termIcons.field--name-field-sbu,
.termIcons.field--name-field-product-category,
.termIcons.field--name-field-status {
  display: none;
}

.imgColumn {
  float: left;
  clear: left;
  width: 100px;
}
.imgColumn .file {
  display: none;
}

.contentColumn {
  position: relative;
  margin-left: 110px;
}
.contentColumn h2 {
  font-weight: normal;
}
.contentColumn .field--name-body {
  padding: 0;
}

.field--name-field-icon {
  width: 40px;
}

.field--name-field-documents {
  width: 100%;
  overflow: hidden;
  text-align: center;
  float: left;
  clear: left;
  min-height: 100px;
  background: transparent url(/themes/custom/rainbird_theme/images/document-outline.png) center center no-repeat;
}

.block-local-tasks-block {
  z-index: 2;
}

.offscreen {
  position: absolute !important;
  left: -10000px;
}

.bold {
  font-weight: bold;
}

.centerer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rbGreen {
  color: #00843D;
}

.textSide {
  padding: 10px 20px;
}

.text-green,
.text-green a,
.text-green a:hover {
  color: #00843D;
}

.fs14 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 19px;
  /* 9 */
  font-size: 1.9rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 22px;
  /* 9 */
  line-height: 2.2rem;
  /* 9 */
}

.fs20 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 29px;
  /* 9 */
  font-size: 2.9rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 31px;
  /* 9 */
  line-height: 3.1rem;
  /* 9 */
  margin: 20px auto;
}

.containerShadow {
  -webkit-box-shadow: 1px 1px 5px #474747;
          box-shadow: 1px 1px 5px #474747;
}

.rounded {
  border-radius: 5px;
}

.overflow-x-initial {
  overflow-x: initial !important;
}

.label--black {
  color: black;
}

.hidden {
  display: none !important;
}

.shown {
  display: block !important;
}

@media (max-width: 500px) {
  .desktop-only-narrow:not(.layout-builder-block),
.desktop-only:not(.layout-builder-block) {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .desktop-only-wide:not(.layout-builder-block) {
    display: none !important;
  }
}

@media (min-width: 501px) {
  .mobile-only-narrow:not(.layout-builder-block),
.mobile-only:not(.layout-builder-block) {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .mobile-only-wide:not(.layout-builder-block) {
    display: none !important;
  }
}

.right-border {
  border-right: dotted 2px #00843d;
  padding-right: 36px;
}
.right-border textarea {
  width: 100%;
}

.left-border textarea {
  width: 100%;
}

.rb-upload-video {
  max-width: 100%;
}

.h1-green-mobile-small h1,
h1.h1-green-mobile-small,
.h2-green-mobile-small h2,
h2.h2-green-mobile-small {
  font-size: 1.2em !important;
  color: #00843d !important;
  font-weight: 400 !important;
}
@media (min-width: 500px) {
  .h1-green-mobile-small h1,
h1.h1-green-mobile-small,
.h2-green-mobile-small h2,
h2.h2-green-mobile-small {
    font-size: 1.7em !important;
  }
}

.h1-acumin h1,
h1.h1-acumin {
  font-family: acumin-pro-extra-condensed;
  font-weight: normal !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.5em !important;
}
.darkMode .h1-acumin h1,
.darkMode h1.h1-acumin {
  color: white !important;
}
.lang-polish .h1-acumin h1,
.lang-polish h1.h1-acumin {
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 500px) {
  .h1-acumin h1,
h1.h1-acumin {
    font-size: 3em !important;
  }
}

.h2-acumin h2,
h2.h2-acumin {
  font-family: acumin-pro-extra-condensed;
  font-weight: normal !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2em !important;
}
.lang-polish .h2-acumin h2,
.lang-polish h2.h2-acumin {
  font-family: "Open Sans", sans-serif;
}
.darkMode .h2-acumin h2,
.darkMode h2.h2-acumin {
  color: white !important;
}
@media (min-width: 500px) {
  .h2-acumin h2,
h2.h2-acumin {
    font-size: 2.5em !important;
  }
}

.h3-acumin h3,
h3.h3-acumin {
  font-family: acumin-pro-extra-condensed;
  font-weight: normal !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1em !important;
}
.lang-polish .h3-acumin h3,
.lang-polish h3.h3-acumin {
  font-family: "Open Sans", sans-serif;
}
.darkMode .h3-acumin h3,
.darkMode h3.h3-acumin {
  color: white !important;
}
@media (min-width: 500px) {
  .h3-acumin h3,
h3.h3-acumin {
    font-size: 2.2em !important;
  }
}

.p-acumin p,
p.p-acumin {
  font-family: acumin-pro-extra-condensed;
  letter-spacing: 3px;
  font-size: 1.4em !important;
}
.lang-polish .p-acumin p,
.lang-polish p.p-acumin {
  font-family: "Open Sans", sans-serif;
}
.p-acumin p .larger,
p.p-acumin .larger {
  font-size: 1.6em !important;
}
.darkMode .p-acumin p,
.darkMode p.p-acumin {
  color: white !important;
}

.boxed-white {
  display: inline-block;
  padding: 0.25em 2em;
  border: 2px solid white;
  margin: 0;
}

.green-block,
.gray-block,
.white-block {
  padding: 0;
  z-index: 1;
}

.green-block,
div.rbGreen {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#088657+0,045938+100 */
  background: #088657;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#088657), to(#045938));
  background: linear-gradient(to bottom, #088657 0%, #045938 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#088657", endColorstr="#045938", GradientType=0);
  /* IE6-9 */
  color: white;
}

.green-block a {
  color: #FFF;
}

.gray-block a {
  color: #088657;
}

.gray-block,
.white-block {
  background: #EDEEEF;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#EDEEEF), to(#d1d1d1));
  background: linear-gradient(to bottom, #EDEEEF 0%, #d1d1d1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EDEEEF", endColorstr="#d1d1d1", GradientType=0);
  /* IE6-9 */
  color: #262626;
}

.center-block li,
.left-block li,
.right-block li {
  margin: 12px auto;
}

.center-block ul,
.left-block ul,
.right-block ul {
  list-style: none;
  padding: 0;
}

.center-block ul {
  margin: auto;
}

.left-block ul {
  margin-left: 18px;
}

.right-block ul {
  margin-right: 18px;
}

.center-block li::before,
.left-block li::before {
  content: "•";
  color: #088657;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  text-shadow: 1px 1px 2px #474747;
}

.right-block li::after {
  content: "•";
  color: #088657;
  display: inline-block;
  width: 1em;
  margin-right: -1em;
  text-shadow: 1px 1px 2px #474747;
}

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

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

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

.left-block .btn-large, .left-block .form-submit {
  margin-left: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-right: 10px;
  /* 9 */
  margin-right: 1rem;
  /* 9 */
}

.right-block .btn-large, .right-block .form-submit {
  margin-right: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-left: 10px;
  /* 9 */
  margin-left: 1rem;
  /* 9 */
}

.left-block .imgSide,
.right-block .imgSide {
  text-align: center;
}

.right-block .imgSide {
  padding: 0;
}

.left-block .imgSide {
  padding: 0;
}

.center-block .imgSide {
  padding: 10px;
}

.right-block .imgSide img {
  width: 100%;
}

.left-block .imgSide img {
  width: 100%;
}

.green-block .btn-large, .green-block .form-submit,
.green-block .btn-large:hover {
  border-color: #eeeeee;
  color: #eeeeee;
}

.views-element-container article:not(.c-gridItem) {
  padding: 2%;
}

.views-row {
  width: 100%;
  clear: both;
}

/*------------*/
.view-product-index .field-title {
  text-align: center;
  font-weight: 600;
  padding: 0;
}

.view-product-index,
.block-views-blocksupport-taxonomy--block-1,
.view-support-product-family,
.view-document-library,
.view-search.view-display-id-page_3 .view-content {
  max-width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 1020px) {
  .view-product-index:not(.view-product-index--specifierProductListing),
.block-views-blocksupport-taxonomy--block-1,
.view-support-product-family,
.view-document-library,
.view-search.view-display-id-page_3,
.view-related-documents {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.view-product-index:not(.view-product-index--specifierProductListing) .view-content,
.block-views-blocksupport-taxonomy--block-1 .view-content,
.view-support-product-family .view-content,
.view-document-library .view-content,
.view-search.view-display-id-page_3 .view-content,
.view-related-documents .view-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
}
.view-product-index:not(.view-product-index--specifierProductListing) .views-row,
.block-views-blocksupport-taxonomy--block-1 .views-row,
.view-support-product-family .views-row,
.view-document-library .views-row,
.view-search.view-display-id-page_3 .views-row,
.view-related-documents .views-row {
  margin-bottom: 10px;
}
@media screen and (max-width: 399px) {
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row,
.block-views-blocksupport-taxonomy--block-1 .views-row,
.view-support-product-family .views-row,
.view-document-library .views-row,
.view-search.view-display-id-page_3 .views-row,
.view-related-documents .views-row {
    width: 100%;
    border: solid 1px #DDDDDD;
  }
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row .views-field-name,
.block-views-blocksupport-taxonomy--block-1 .views-row .views-field-name,
.view-support-product-family .views-row .views-field-name,
.view-document-library .views-row .views-field-name,
.view-search.view-display-id-page_3 .views-row .views-field-name,
.view-related-documents .views-row .views-field-name {
    text-align: center;
  }
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row,
.block-views-blocksupport-taxonomy--block-1 .views-row,
.view-support-product-family .views-row,
.view-document-library .views-row,
.view-search.view-display-id-page_3 .views-row,
.view-related-documents .views-row {
    width: 50%;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-color: #DDDDDD;
  }
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row:first-child, .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(2n+1),
.block-views-blocksupport-taxonomy--block-1 .views-row:first-child,
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(2n+1),
.view-support-product-family .views-row:first-child,
.view-support-product-family .views-row:nth-child(2n+1),
.view-document-library .views-row:first-child,
.view-document-library .views-row:nth-child(2n+1),
.view-search.view-display-id-page_3 .views-row:first-child,
.view-search.view-display-id-page_3 .views-row:nth-child(2n+1),
.view-related-documents .views-row:first-child,
.view-related-documents .views-row:nth-child(2n+1) {
    border: solid 1px #DDDDDD;
  }
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(2), .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(2n),
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(2),
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(2n),
.view-support-product-family .views-row:nth-child(2),
.view-support-product-family .views-row:nth-child(2n),
.view-document-library .views-row:nth-child(2),
.view-document-library .views-row:nth-child(2n),
.view-search.view-display-id-page_3 .views-row:nth-child(2),
.view-search.view-display-id-page_3 .views-row:nth-child(2n),
.view-related-documents .views-row:nth-child(2),
.view-related-documents .views-row:nth-child(2n) {
    border-top: solid 1px #DDDDDD;
  }
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row .views-field-name,
.block-views-blocksupport-taxonomy--block-1 .views-row .views-field-name,
.view-support-product-family .views-row .views-field-name,
.view-document-library .views-row .views-field-name,
.view-search.view-display-id-page_3 .views-row .views-field-name,
.view-related-documents .views-row .views-field-name {
    text-align: left;
  }
}
@media screen and (min-width: 700px) and (max-width: 859px) {
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row,
.block-views-blocksupport-taxonomy--block-1 .views-row,
.view-support-product-family .views-row,
.view-document-library .views-row,
.view-search.view-display-id-page_3 .views-row,
.view-related-documents .views-row {
    width: 33.3333%;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-color: #DDDDDD;
  }
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row:first-child, .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(3n+1),
.block-views-blocksupport-taxonomy--block-1 .views-row:first-child,
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(3n+1),
.view-support-product-family .views-row:first-child,
.view-support-product-family .views-row:nth-child(3n+1),
.view-document-library .views-row:first-child,
.view-document-library .views-row:nth-child(3n+1),
.view-search.view-display-id-page_3 .views-row:first-child,
.view-search.view-display-id-page_3 .views-row:nth-child(3n+1),
.view-related-documents .views-row:first-child,
.view-related-documents .views-row:nth-child(3n+1) {
    border: solid 1px #DDDDDD;
  }
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(2), .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(3), .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(3n+2), .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(3n+3),
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(2),
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(3),
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(3n+2),
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(3n+3),
.view-support-product-family .views-row:nth-child(2),
.view-support-product-family .views-row:nth-child(3),
.view-support-product-family .views-row:nth-child(3n+2),
.view-support-product-family .views-row:nth-child(3n+3),
.view-document-library .views-row:nth-child(2),
.view-document-library .views-row:nth-child(3),
.view-document-library .views-row:nth-child(3n+2),
.view-document-library .views-row:nth-child(3n+3),
.view-search.view-display-id-page_3 .views-row:nth-child(2),
.view-search.view-display-id-page_3 .views-row:nth-child(3),
.view-search.view-display-id-page_3 .views-row:nth-child(3n+2),
.view-search.view-display-id-page_3 .views-row:nth-child(3n+3),
.view-related-documents .views-row:nth-child(2),
.view-related-documents .views-row:nth-child(3),
.view-related-documents .views-row:nth-child(3n+2),
.view-related-documents .views-row:nth-child(3n+3) {
    border-top: solid 1px #DDDDDD;
  }
}
@media screen and (min-width: 860px) {
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row,
.block-views-blocksupport-taxonomy--block-1 .views-row,
.view-support-product-family .views-row,
.view-document-library .views-row,
.view-search.view-display-id-page_3 .views-row,
.view-related-documents .views-row {
    width: 25%;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-color: #DDDDDD;
  }
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row:first-child, .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(4n+1),
.block-views-blocksupport-taxonomy--block-1 .views-row:first-child,
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(4n+1),
.view-support-product-family .views-row:first-child,
.view-support-product-family .views-row:nth-child(4n+1),
.view-document-library .views-row:first-child,
.view-document-library .views-row:nth-child(4n+1),
.view-search.view-display-id-page_3 .views-row:first-child,
.view-search.view-display-id-page_3 .views-row:nth-child(4n+1),
.view-related-documents .views-row:first-child,
.view-related-documents .views-row:nth-child(4n+1) {
    border: solid 1px #DDDDDD;
  }
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(4n+2), .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(4n+3), .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(4n+4),
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(4n+2),
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(4n+3),
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(4n+4),
.view-support-product-family .views-row:nth-child(4n+2),
.view-support-product-family .views-row:nth-child(4n+3),
.view-support-product-family .views-row:nth-child(4n+4),
.view-document-library .views-row:nth-child(4n+2),
.view-document-library .views-row:nth-child(4n+3),
.view-document-library .views-row:nth-child(4n+4),
.view-search.view-display-id-page_3 .views-row:nth-child(4n+2),
.view-search.view-display-id-page_3 .views-row:nth-child(4n+3),
.view-search.view-display-id-page_3 .views-row:nth-child(4n+4),
.view-related-documents .views-row:nth-child(4n+2),
.view-related-documents .views-row:nth-child(4n+3),
.view-related-documents .views-row:nth-child(4n+4) {
    border-top: solid 1px #DDDDDD;
  }
  .view-product-index:not(.view-product-index--specifierProductListing) .views-row:nth-child(4n+1),
.block-views-blocksupport-taxonomy--block-1 .views-row:nth-child(4n+1),
.view-support-product-family .views-row:nth-child(4n+1),
.view-document-library .views-row:nth-child(4n+1),
.view-search.view-display-id-page_3 .views-row:nth-child(4n+1),
.view-related-documents .views-row:nth-child(4n+1) {
    border-left: solid 1px #DDDDDD;
  }
}
.view-product-index:not(.view-product-index--specifierProductListing) .views-row a:hover,
.block-views-blocksupport-taxonomy--block-1 .views-row a:hover,
.view-support-product-family .views-row a:hover,
.view-document-library .views-row a:hover,
.view-search.view-display-id-page_3 .views-row a:hover,
.view-related-documents .views-row a:hover {
  text-decoration: underline;
}
.view-product-index:not(.view-product-index--specifierProductListing) .row-content,
.block-views-blocksupport-taxonomy--block-1 .row-content,
.view-support-product-family .row-content,
.view-document-library .row-content,
.view-search.view-display-id-page_3 .row-content,
.view-related-documents .row-content {
  padding-top: 30px;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-image a,
.view-product-index:not(.view-product-index--specifierProductListing) .views-field-field-image a,
.view-product-index:not(.view-product-index--specifierProductListing) .views-field-field-icon a,
.block-views-blocksupport-taxonomy--block-1 .field-image a,
.block-views-blocksupport-taxonomy--block-1 .views-field-field-image a,
.block-views-blocksupport-taxonomy--block-1 .views-field-field-icon a,
.view-support-product-family .field-image a,
.view-support-product-family .views-field-field-image a,
.view-support-product-family .views-field-field-icon a,
.view-document-library .field-image a,
.view-document-library .views-field-field-image a,
.view-document-library .views-field-field-icon a,
.view-search.view-display-id-page_3 .field-image a,
.view-search.view-display-id-page_3 .views-field-field-image a,
.view-search.view-display-id-page_3 .views-field-field-icon a,
.view-related-documents .field-image a,
.view-related-documents .views-field-field-image a,
.view-related-documents .views-field-field-icon a {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 190px;
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-image img,
.view-product-index:not(.view-product-index--specifierProductListing) .views-field-field-image img,
.view-product-index:not(.view-product-index--specifierProductListing) .views-field-field-icon img,
.block-views-blocksupport-taxonomy--block-1 .field-image img,
.block-views-blocksupport-taxonomy--block-1 .views-field-field-image img,
.block-views-blocksupport-taxonomy--block-1 .views-field-field-icon img,
.view-support-product-family .field-image img,
.view-support-product-family .views-field-field-image img,
.view-support-product-family .views-field-field-icon img,
.view-document-library .field-image img,
.view-document-library .views-field-field-image img,
.view-document-library .views-field-field-icon img,
.view-search.view-display-id-page_3 .field-image img,
.view-search.view-display-id-page_3 .views-field-field-image img,
.view-search.view-display-id-page_3 .views-field-field-icon img,
.view-related-documents .field-image img,
.view-related-documents .views-field-field-image img,
.view-related-documents .views-field-field-icon img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.view-product-index:not(.view-product-index--specifierProductListing) div.field-content:not(.field-description),
.view-product-index:not(.view-product-index--specifierProductListing) .views-field:not(.field-description),
.block-views-blocksupport-taxonomy--block-1 div.field-content:not(.field-description),
.block-views-blocksupport-taxonomy--block-1 .views-field:not(.field-description),
.view-support-product-family div.field-content:not(.field-description),
.view-support-product-family .views-field:not(.field-description),
.view-document-library div.field-content:not(.field-description),
.view-document-library .views-field:not(.field-description),
.view-search.view-display-id-page_3 div.field-content:not(.field-description),
.view-search.view-display-id-page_3 .views-field:not(.field-description),
.view-related-documents div.field-content:not(.field-description),
.view-related-documents .views-field:not(.field-description) {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 400px) and (max-width: 1019px) {
  .view-product-index:not(.view-product-index--specifierProductListing) div.field-content:not(.field-description),
.view-product-index:not(.view-product-index--specifierProductListing) .views-field:not(.field-description),
.block-views-blocksupport-taxonomy--block-1 div.field-content:not(.field-description),
.block-views-blocksupport-taxonomy--block-1 .views-field:not(.field-description),
.view-support-product-family div.field-content:not(.field-description),
.view-support-product-family .views-field:not(.field-description),
.view-document-library div.field-content:not(.field-description),
.view-document-library .views-field:not(.field-description),
.view-search.view-display-id-page_3 div.field-content:not(.field-description),
.view-search.view-display-id-page_3 .views-field:not(.field-description),
.view-related-documents div.field-content:not(.field-description),
.view-related-documents .views-field:not(.field-description) {
    width: 160px;
  }
}
.view-product-index:not(.view-product-index--specifierProductListing) div.field-content:not(.field-description).field-title,
.view-product-index:not(.view-product-index--specifierProductListing) .views-field:not(.field-description).field-title,
.block-views-blocksupport-taxonomy--block-1 div.field-content:not(.field-description).field-title,
.block-views-blocksupport-taxonomy--block-1 .views-field:not(.field-description).field-title,
.view-support-product-family div.field-content:not(.field-description).field-title,
.view-support-product-family .views-field:not(.field-description).field-title,
.view-document-library div.field-content:not(.field-description).field-title,
.view-document-library .views-field:not(.field-description).field-title,
.view-search.view-display-id-page_3 div.field-content:not(.field-description).field-title,
.view-search.view-display-id-page_3 .views-field:not(.field-description).field-title,
.view-related-documents div.field-content:not(.field-description).field-title,
.view-related-documents .views-field:not(.field-description).field-title {
  margin: 30px auto;
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-title,
.view-product-index:not(.view-product-index--specifierProductListing) .views-field-name,
.view-product-index:not(.view-product-index--specifierProductListing) .views-field-title,
.block-views-blocksupport-taxonomy--block-1 .field-title,
.block-views-blocksupport-taxonomy--block-1 .views-field-name,
.block-views-blocksupport-taxonomy--block-1 .views-field-title,
.view-support-product-family .field-title,
.view-support-product-family .views-field-name,
.view-support-product-family .views-field-title,
.view-document-library .field-title,
.view-document-library .views-field-name,
.view-document-library .views-field-title,
.view-search.view-display-id-page_3 .field-title,
.view-search.view-display-id-page_3 .views-field-name,
.view-search.view-display-id-page_3 .views-field-title,
.view-related-documents .field-title,
.view-related-documents .views-field-name,
.view-related-documents .views-field-title {
  margin: 30px auto;
  width: 80%;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: calc(1.8rem / (0rem + 1px) * 10)px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-title a,
.view-product-index:not(.view-product-index--specifierProductListing) .views-field-name a,
.view-product-index:not(.view-product-index--specifierProductListing) .views-field-title a,
.block-views-blocksupport-taxonomy--block-1 .field-title a,
.block-views-blocksupport-taxonomy--block-1 .views-field-name a,
.block-views-blocksupport-taxonomy--block-1 .views-field-title a,
.view-support-product-family .field-title a,
.view-support-product-family .views-field-name a,
.view-support-product-family .views-field-title a,
.view-document-library .field-title a,
.view-document-library .views-field-name a,
.view-document-library .views-field-title a,
.view-search.view-display-id-page_3 .field-title a,
.view-search.view-display-id-page_3 .views-field-name a,
.view-search.view-display-id-page_3 .views-field-title a,
.view-related-documents .field-title a,
.view-related-documents .views-field-name a,
.view-related-documents .views-field-title a {
  color: #595959;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-image,
.block-views-blocksupport-taxonomy--block-1 .field-image,
.view-support-product-family .field-image,
.view-document-library .field-image,
.view-search.view-display-id-page_3 .field-image,
.view-related-documents .field-image {
  width: 90%;
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-description,
.block-views-blocksupport-taxonomy--block-1 .field-description,
.view-support-product-family .field-description,
.view-document-library .field-description,
.view-search.view-display-id-page_3 .field-description,
.view-related-documents .field-description {
  padding: 0 1em;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f1f1f1;
  margin-top: auto;
  font-size: 0.9em;
  text-align: center;
  border-top: solid 1px #DDDDDD;
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-description p,
.block-views-blocksupport-taxonomy--block-1 .field-description p,
.view-support-product-family .field-description p,
.view-document-library .field-description p,
.view-search.view-display-id-page_3 .field-description p,
.view-related-documents .field-description p {
  margin-bottom: 0;
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-description ul,
.block-views-blocksupport-taxonomy--block-1 .field-description ul,
.view-support-product-family .field-description ul,
.view-document-library .field-description ul,
.view-search.view-display-id-page_3 .field-description ul,
.view-related-documents .field-description ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-description a,
.block-views-blocksupport-taxonomy--block-1 .field-description a,
.view-support-product-family .field-description a,
.view-document-library .field-description a,
.view-search.view-display-id-page_3 .field-description a,
.view-related-documents .field-description a {
  color: #595959;
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-description a:hover,
.block-views-blocksupport-taxonomy--block-1 .field-description a:hover,
.view-support-product-family .field-description a:hover,
.view-document-library .field-description a:hover,
.view-search.view-display-id-page_3 .field-description a:hover,
.view-related-documents .field-description a:hover {
  color: #595959;
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-description > *,
.block-views-blocksupport-taxonomy--block-1 .field-description > *,
.view-support-product-family .field-description > *,
.view-document-library .field-description > *,
.view-search.view-display-id-page_3 .field-description > *,
.view-related-documents .field-description > * {
  width: 190px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 400px) and (max-width: 1019px) {
  .view-product-index:not(.view-product-index--specifierProductListing) .field-description > *,
.block-views-blocksupport-taxonomy--block-1 .field-description > *,
.view-support-product-family .field-description > *,
.view-document-library .field-description > *,
.view-search.view-display-id-page_3 .field-description > *,
.view-related-documents .field-description > * {
    width: 160px;
  }
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-description > *:first-child,
.block-views-blocksupport-taxonomy--block-1 .field-description > *:first-child,
.view-support-product-family .field-description > *:first-child,
.view-document-library .field-description > *:first-child,
.view-search.view-display-id-page_3 .field-description > *:first-child,
.view-related-documents .field-description > *:first-child {
  margin-top: 0;
}
.view-product-index:not(.view-product-index--specifierProductListing) .field-description > *:last-child,
.block-views-blocksupport-taxonomy--block-1 .field-description > *:last-child,
.view-support-product-family .field-description > *:last-child,
.view-document-library .field-description > *:last-child,
.view-search.view-display-id-page_3 .field-description > *:last-child,
.view-related-documents .field-description > *:last-child {
  margin-bottom: 0;
}

.view nav {
  text-align: center;
}
.view nav ul {
  list-style: none;
}
.view nav li {
  display: inline;
  margin: 0 1em;
}

.view-id-press_releases.view-display-id-block_2 .views-row,
.view-id-bulletins_v2.view-display-id-block_2 .views-row {
  line-height: 2em;
}
.view-id-press_releases.view-display-id-block_2 .date,
.view-id-bulletins_v2.view-display-id-block_2 .date {
  font-weight: bold;
  display: inline-block;
}

.view-press-releases.view-display-id-block_1 {
  text-align: left;
}
.view-press-releases.view-display-id-block_1 .views-field-title {
  margin-bottom: 1em;
}

.view-distributors header {
  display: none;
}
.view-distributors .views-exposed-form {
  margin-top: -2.5em;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.view-distributors .views-exposed-form .form-item {
  margin-top: 0;
}
.view-distributors .views-exposed-form label {
  display: block;
}
.view-distributors .view-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.view-distributors p {
  text-align: center;
  margin-top: -1em;
}
.view-distributors .views-row {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-bottom: solid 1px #ddd;
  padding: 1.5em;
}
.view-distributors .views-row:first-child {
  border-top: solid 1px #ddd;
}
.view-distributors .views-field-field-state .short {
  display: none;
}
.view-distributors .views-field-field-phone-number a {
  display: block;
  line-height: 26px;
}
.view-distributors .views-field-field-text-plain,
.view-distributors .views-field-field-phone-number {
  margin-top: 0.5em;
}
@media all and (min-width: 550px) {
  .view-distributors .view-content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .view-distributors .views-row {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
  }
  .view-distributors .views-row:nth-child(2) {
    border-top: solid 1px #ddd;
  }
}
@media all and (min-width: 800px) {
  .view-distributors header,
.view-distributors .view-content {
    margin-left: 1em;
    margin-right: 2em;
    display: table;
    width: 100%;
  }
  .view-distributors .th-container > div {
    padding-bottom: 0.5em;
    font-weight: bold;
  }
  .view-distributors .th-container,
.view-distributors .views-row {
    display: table-row;
  }
  .view-distributors .th-container div,
.view-distributors .views-row div {
    display: table-cell;
  }
  .view-distributors .views-row {
    border: none;
    padding: 0;
  }
  .view-distributors .views-row .views-field {
    display: table-cell;
    border-top: solid 1px #ddd;
    padding: 0.75em 0;
  }
  .view-distributors .views-row:last-child .views-field {
    border-bottom: solid 1px #ddd;
  }
  .view-distributors .views-field {
    vertical-align: middle;
  }
  .view-distributors .views-field-field-text-plain,
.view-distributors .views-field-field-phone-number {
    margin-top: 0;
  }
  .view-distributors .name,
.view-distributors .views-field-title {
    width: 45%;
  }
  .view-distributors .name img,
.view-distributors .views-field-title img {
    display: block;
  }
  .view-distributors .views-field-field-state .short {
    display: block;
  }
  .view-distributors .views-field-field-state .long {
    display: none;
  }
  .view-distributors .region,
.view-distributors .views-field-field-text-plain {
    width: 20%;
  }
  .view-distributors .state,
.view-distributors .views-field-field-state {
    width: 15%;
  }
  .view-distributors .contact,
.view-distributors .views-field-field-phone-number {
    width: 20%;
  }
  .view-distributors .views-field-field-phone-number a {
    display: block;
    line-height: 1.8em;
  }
}

.contractor-results {
  padding: 0 2em;
}
.contractor-results img {
  height: 5em;
  margin-bottom: 1em;
}
.contractor-results h1,
.contractor-results .result-count,
.contractor-results .project-details {
  text-align: center;
}
.contractor-results .project-details {
  margin: 0.5em auto 2em;
}
.contractor-results .project-type {
  display: block;
}
@media all and (min-width: 620px) {
  .contractor-results .project-type {
    display: inline;
    width: auto;
    margin-right: 3em;
  }
}
.contractor-results .label {
  color: black;
}
.contractor-results .results {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contractor-results .results p {
  margin: 0 auto 1em;
}
.contractor-results .result {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 4em;
}
@media all and (min-width: 620px) {
  .contractor-results .result {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 2em;
  }
}
@media all and (min-width: 1100px) {
  .contractor-results .result {
    max-width: 40%;
  }
  .contractor-results .result img {
    float: left;
    margin-right: 2em;
  }
  .contractor-results .result .phone {
    margin-top: 1em;
  }
}
.contractor-results .result .label {
  width: 76px;
  display: inline-block;
  text-align: left;
}
.contractor-results .result a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.contractor-results .company-name {
  font-weight: bold;
}

/* Product Index ---------------------------------*/
.view-product-index > header,
.view-support-product-family > header {
  padding: 1.5em 0 2em;
  margin-bottom: 2em;
  border-bottom: solid 1px #595959;
}
.view-product-index > header > .container,
.view-support-product-family > header > .container {
  padding: 0;
  max-width: 100%;
}
.view-product-index > header h1,
.view-support-product-family > header h1 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 40px;
  /* 9 */
  font-size: 4rem;
  /* 9 */
  color: #262626;
  font-weight: initial;
  text-transform: uppercase;
}
.view-product-index > header .description,
.view-product-index > header .tagline,
.view-support-product-family > header .description,
.view-support-product-family > header .tagline {
  color: #595959;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  max-width: 100%;
}

#block-productsortadminlink {
  margin-top: 2em;
}

body:not(.path-taxonomy) #block-productsortadminlink {
  display: hidden;
}

.webform-submission-form legend {
  font-weight: bold;
  padding-bottom: 0.5em;
}
@media (min-width: 700px) {
  .webform-submission-form .fieldset-wrapper {
    padding-left: 3em;
  }
}

.js-form-type-webform-toggle input[type=checkbox] {
  display: none;
}

.rb-add-hund-element,
[class^=rb-add-hund-element],
[class^=rb-add-hund-select] {
  display: inline-block;
}

.rb-add-hund-element label,
[class^=rb-add-hund-rb] label,
[class^=rb-add-hund-select] label {
  margin-right: 0.25em;
}
.rb-add-hund-element input,
[class^=rb-add-hund-rb] input,
[class^=rb-add-hund-select] input {
  margin-right: 0.5em;
}

[class^=rb-add-hund-label] {
  display: none;
}

form[data-drupal-form-fields*=edit-actions-wizard-next] .form-actions {
  display: block !important;
}

/**
Styles that apply to both mobile and desktop search boxes.
Responsive styles should go in more specific stylesheets.
*/
.main-header #views-exposed-form-search-page-1 fieldset {
  display: none;
}
.main-header #views-exposed-form-search-page-1 .form-submit {
  margin: 0;
  margin-top: 3px;
  height: 25px;
  padding: 0;
  border: none;
  width: auto;
}
.main-header #views-exposed-form-search-page-1 .form-submit:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.main-header #views-exposed-form-search-page-1 .contextual {
  min-width: 50px;
  margin-right: -50px;
}
.main-header #views-exposed-form-search-page-1 .form-item-search-api-fulltext,
.main-header #views-exposed-form-search-page-1 .form-actions {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.main-header #views-exposed-form-search-page-1 .form-item-search-api-fulltext input {
  padding: 4px !important;
  line-height: 1em;
  border-radius: 25px;
  color: black;
  width: 100%;
}

#block-twitterfeed {
  height: 500px;
  overflow-y: scroll;
  border: 1px solid rgba(15, 70, 100, 0.12);
  padding: 0.5em;
}

#region-distributor-menus {
  font-size: 1rem;
  background: AntiqueWhite;
  z-index: 3;
  position: relative;
  display: none;
}
@media only all and (min-width: 1155px) {
  #region-distributor-menus {
    display: block;
  }
}
#region-distributor-menus > * {
  max-width: 1400px;
  padding: 0 20px;
  margin: auto;
}
#region-distributor-menus .menuGroup--distributors {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
#region-distributor-menus a, #region-distributor-menus h2 {
  font-size: 1.4rem;
  color: black;
}
#region-distributor-menus h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 1em 0 0;
}
#region-distributor-menus nav {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  line-height: 1.5rem;
}
#region-distributor-menus nav > * {
  display: inline-block;
  margin: 1rem 1rem 1rem 0;
}
#region-distributor-menus nav ul {
  list-style: none;
  padding-left: 0;
}
#region-distributor-menus nav ul li {
  display: inline-block;
  padding-right: 2rem;
}
#region-distributor-menus .sf-menu > li {
  padding: 0;
}
#region-distributor-menus .sf-menu ul {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto !important;
  left: auto !important;
  right: 0 !important;
  min-width: 100%;
}
#region-distributor-menus .sfHover a.menuparent, #region-distributor-menus .sfHover span.nolink.menuparent {
  background: #D3C8B6;
}
#region-distributor-menus .sfHover a.menuparent::before, #region-distributor-menus .sfHover span.nolink.menuparent::before {
  content: "";
  width: 100%;
  height: 1.5em;
  background: #D3C8B6;
  position: absolute;
  bottom: -1.5em;
  left: 0;
}
#region-distributor-menus .sfHover ul {
  top: 34px;
  left: 0;
  margin-left: -50%;
  background: #D3C8B6;
}
#region-distributor-menus .sf-depth-1 {
  padding: 0.5em 1em;
}
#region-distributor-menus .sf-depth-1.menuparent.nolink {
  font-size: 1.4rem;
  color: black;
  line-height: normal;
  cursor: pointer;
}
#region-distributor-menus .sf-depth-1.menuparent.nolink:hover {
  background: #D3C8B6;
}
#region-distributor-menus .sf-depth-1.menuparent.nolink::after {
  display: inline-block;
  content: "▼";
  margin: 0.5em;
  font-size: 10px;
  line-height: 0;
}
#region-distributor-menus a.sf-depth-1.menuparent::before {
  -webkit-transition: all ease-in 1s;
  transition: all ease-in 1s;
}
#region-distributor-menus a.sf-depth-1.menuparent::after {
  display: inline-block;
  content: "▼";
  margin: 0.5em;
  font-size: 10px;
  line-height: 0;
}
#region-distributor-menus .sf-depth-2:not(:first-child) a {
  padding-top: 0.5em;
}
#region-distributor-menus .sf-depth-2:not(:last-child) a {
  padding-bottom: 0.5em;
}
#region-distributor-menus .sf-sub-indicator {
  display: none;
}

#main-menu-toggle {
  margin: 3rem 25px 0;
}
@media (min-width: 580px) {
  #main-menu-toggle {
    margin-top: 2.8rem;
  }
}
#main-menu-toggle:hover {
  cursor: pointer;
}
#main-menu-toggle .line {
  width: 32px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#main-menu-toggle:hover {
  cursor: pointer;
}
#main-menu-toggle[data-state=open] .line:nth-child(2) {
  opacity: 0;
}
#main-menu-toggle[data-state=open] .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
#main-menu-toggle[data-state=open] .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.region-primary-menu {
  display: none;
  background: #42ab80;
  padding-bottom: 1em;
}
.region-primary-menu .block-views-exposed-filter-blocksearch-page-1 {
  text-align: center;
  padding: 1em;
}
.region-primary-menu .block-views-exposed-filter-blocksearch-page-1 .form-item-search-api-fulltext {
  max-width: 75%;
}
.region-primary-menu .block-views-exposed-filter-blocksearch-page-1 .form-actions {
  height: 31px;
}
.region-primary-menu nav ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
  margin: 0.5em 0 0;
}
.region-primary-menu .menu .menu {
  display: none;
}
.region-primary-menu .menu-item {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 0.5em 1em;
}
.region-primary-menu .menu-item .menu-item {
  font-weight: normal;
  font-size: 16px;
  padding: 0;
}
.region-primary-menu .menu-item .menu-item a {
  padding: 0.5em 1em;
  width: 100%;
  display: block;
}
.region-primary-menu .menu-item .menu-item--expanded {
  position: relative;
}
.region-primary-menu .menu-item .menu-item--expanded > i {
  position: absolute;
  right: 5px;
  top: 4px;
}
.region-primary-menu .menu-item .menu-item--expanded[data-state=open] {
  background: #44a67d;
}
.region-primary-menu .menu-item .menu-item--expanded > ul {
  padding-left: 15px;
}
.region-primary-menu i {
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  float: right;
  margin-top: -3px;
  font-size: 33px;
}
.region-primary-menu i[data-state=open] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.region-primary-menu .menuGroup--distributors {
  background: antiquewhite;
}
.region-primary-menu .menuGroup--distributors li, .region-primary-menu .menuGroup--distributors a {
  color: black;
}
.region-primary-menu .menuGroup--quickJump,
.region-primary-menu .block-rainbird-distributors-user-menu-block {
  padding: 0 1em;
  margin-bottom: 1px !important;
}
.region-primary-menu .menuGroup--quickJump .c-accessibleDropdownMenu__target,
.region-primary-menu .block-rainbird-distributors-user-menu-block .c-accessibleDropdownMenu__target {
  position: static;
  margin-bottom: 2px;
}
.region-primary-menu .menuGroup--quickJump .c-accessibleDropdownMenu__heading,
.region-primary-menu .block-rainbird-distributors-user-menu-block .c-accessibleDropdownMenu__heading {
  display: none;
}
.region-primary-menu .block-rainbird-language-switcher {
  padding: 0 1em;
  margin-bottom: 1px !important;
}
@media all and (min-width: 665px) {
  .region-primary-menu .block-rainbird-language-switcher {
    display: none;
  }
}
.region-primary-menu .block-rainbird-language-switcher .c-accessibleDropdownMenu__target {
  position: static;
  margin-bottom: 2px;
}
.region-primary-menu nav[id*=block-designer] {
  display: none;
}
@media all and (min-width: 480px) {
  .region-primary-menu .block-views-exposed-filter-blocksearch-page-1,
.region-primary-menu .menuGroup--quickJump,
.region-primary-menu .block-rainbird-user-login-link,
.region-primary-menu .block-google-translator {
    display: none;
  }
}
.region-primary-menu .block-rainbird-user-login-link {
  margin: 0 1em 1px;
}
.region-primary-menu .block-rainbird-user-login-link h2 {
  display: none;
}
.region-primary-menu .block-rainbird-user-login-link a {
  width: 100%;
  display: block;
  text-align: left;
  font-weight: bold;
  padding: 0.5em 1em;
  font-size: 18px;
  background: #595959;
}
.region-primary-menu .block-google-translator {
  width: calc(100% - 28px);
  display: block;
  text-align: left;
  padding: 0.5em 1em;
  margin: 0 auto 1px;
  background: #595959;
}
.region-primary-menu #google_translator_element a[aria-haspopup=true] {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.pmenu {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  height: 30px;
  /* 9 */
  height: 3rem;
  /* 9 */
  position: absolute;
  bottom: 0;
  list-style: none;
  overflow: visible;
  width: 96%;
  clear: both;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 0 0 25px 0;
  /* 9 */
  margin: 0 0 2.5rem 0;
  /* 9 */
  padding: 0;
  text-shadow: 1px 1px 2px #474747;
}

.pmenu-item {
  -ms-flex-item-align: center;
      align-self: center;
  list-style: none;
  position: relative;
  float: left;
  background: #018754;
  padding: 0 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
  background: transparent;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: calc(1.7rem / (0rem + 1px) * 10)px;
  /* 9 */
  font-size: 1.7rem;
  /* 9 */
}

.pmenu-item:hover {
  background: #158559;
}

.pmenu-link {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.pmenu-link.is-active,
.pmenu-link:hover,
.pmenu-menu-item-active-trail .pmenu-link {
  border-color: #C3E0D4;
  border-bottom: 1px solid #C3E0D4;
  text-decoration: none;
  color: #C3E0D4;
  text-shadow: 1px 1px 1px #888888;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

#submenus {
  position: absolute;
  top: 30px;
  width: 100%;
  background: rgba(1, 135, 84, 0.8);
}

.submenu {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #474747;
}

.submenu .views-field-title,
.submenu .views-field-field-product-category {
  margin: 8px;
  text-align: center;
  width: 100%;
}

.submenu > a {
  display: block;
  text-align: center;
  margin: 5px;
}

.submenu .views-field-content-type,
.submenu .views-field-type {
  display: none;
}

.footer-menu nav[id*=social],
.footer-menu .block-social-link-block {
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.footer-menu nav[id*=social] ul.menu,
.footer-menu .block-social-link-block ul.menu {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-menu nav[id*=social] li,
.footer-menu .block-social-link-block li {
  padding: 7px;
  background-color: #8D8D8D;
  margin: 0 6px;
  border-radius: 25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.footer-menu nav[id*=social] li:hover,
.footer-menu .block-social-link-block li:hover {
  background-color: grey;
}
.footer-menu nav[id*=social] a,
.footer-menu .block-social-link-block a {
  font-size: 0;
  line-height: 0;
  background-size: contain;
  color: transparent;
  display: block;
}
.footer-menu nav[id*=social] a[href*=facebook],
.footer-menu .block-social-link-block a[href*=facebook] {
  background-image: url("/themes/custom/rainbird_theme/images/social/facebook.png");
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  margin: 0;
}
.footer-menu nav[id*=social] a[href*=twitter],
.footer-menu .block-social-link-block a[href*=twitter] {
  background-image: url("/themes/custom/rainbird_theme/images/social/twitter.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  margin: 4px 2px 2px 4px;
}
.footer-menu nav[id*=social] a[href*=linkedin],
.footer-menu .block-social-link-block a[href*=linkedin] {
  background-image: url("/themes/custom/rainbird_theme/images/social/linkedin.png");
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  margin: 3px 3px 5px 4px;
}
.footer-menu nav[id*=social] a[href*=youtube],
.footer-menu .block-social-link-block a[href*=youtube] {
  background-image: url("/themes/custom/rainbird_theme/images/social/youtube.png");
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  margin: 0;
}
.footer-menu .block-social-link-block {
  display: block;
}

#persona-active-landscape .block-social-link-block,
#persona-active-professionals .block-social-link-block {
  display: block;
}

.social-media {
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #8D8D8D;
}
.social-media a {
  -ms-flex-item-align: auto;
      align-self: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 220%;
}
.social-media a:hover {
  opacity: 0.6;
  background: #595959;
}

.region-search-context .block-superfish {
  padding: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15.5px;
  /* 9 */
  font-size: 1.55rem;
  /* 9 */
}
.region-search-context .block-superfish * {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.region-search-context .block-superfish .menuparent > ul, .region-search-context .block-superfish .sf-depth-2 > ul {
  padding: 0.5em 0;
}
.region-search-context .block-superfish ul.sf-menu {
  margin-bottom: 0 !important;
  margin-top: 7px;
  margin-left: auto;
}
.region-search-context .block-superfish ul:not(.contextual-links) li a {
  color: white !important;
}
.region-search-context .block-superfish ul:not(.contextual-links) li.sf-depth-1 > ul {
  margin-top: 0.6em;
  left: revert !important;
  width: revert !important;
}
.region-search-context .block-superfish a.sf-depth-1 {
  padding: 1em !important;
  font-size: 0.95em;
}
.region-search-context .block-superfish .sf-depth-1.sfHover {
  background: #42ab80;
}
.region-search-context .block-superfish .sf-depth-1 > ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background: #42ab80;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.region-search-context .block-superfish .sf-sub-indicator:after {
  content: "" !important;
}
.region-search-context .block-superfish li.sf-depth-2,
.region-search-context .block-superfish .sf-depth-3 {
  padding: 0 1.5em;
}
.region-search-context .block-superfish li.sf-depth-2.sfHover,
.region-search-context .block-superfish li.sf-depth-2 > ul,
.region-search-context .block-superfish .sf-depth-3.sfHover,
.region-search-context .block-superfish .sf-depth-3 > ul {
  background: #018754;
}
.region-search-context .block-superfish .sf-depth-3 {
  background: #018754;
}
.region-search-context .block-superfish .sf-depth-2 > a {
  padding: 0.5em 0;
  white-space: nowrap;
}

.c-productsDropdown, .c-productsDropdown ul {
  width: 300px !important;
}
.c-productsDropdown__li {
  width: 100%;
  text-align: left;
}
.c-productsDropdown__li a {
  display: block;
  width: 100%;
  position: relative;
  height: 45px;
}
.c-productsDropdown__li a span.icon {
  display: inline-block;
  max-width: 40px;
  margin-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-productsDropdown__li a span.text {
  display: inline-block;
  margin-left: 50px;
  padding-top: 10px;
}
.c-productsDropdown__wrapperAnchor {
  padding: 0 !important;
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-productsDropdown__icon {
  display: block;
  margin: 0 0.5em 0 0 !important;
  width: 2.25em;
}
.c-productsDropdown .sf-depth-2 > ul {
  margin-left: 1em;
}
.c-productsDropdown .sf-depth-2.sfHover::after {
  display: none;
}
.c-productsDropdown .sf-depth-3 > ul {
  left: 0 !important;
  background-color: #42ab80;
}
.c-productsDropdown .sf-depth-3.sfHover::after {
  display: none;
}

span.text.c-productsDropdown__label {
  display: inline-block;
  width: 220px;
}

#block-languageselector .container {
  width: 180px;
}

#block-languageselector:hover nav, #block-languageselector:active nav, #block-languageselector:focus nav,
#block-personajumpmenu:hover nav,
#block-personajumpmenu:active nav,
#block-personajumpmenu:focus nav {
  display: block;
}

#block-languageselector-clone .container,
#block-personajumpmenu-clone .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#block-languageselector-clone .field--name-body,
#block-personajumpmenu-clone .field--name-body {
  background-color: #595959;
  padding: 8px 0;
}
#block-languageselector-clone .field--name-body > nav,
#block-personajumpmenu-clone .field--name-body > nav {
  position: relative;
}
#block-languageselector-clone .top-level,
#block-personajumpmenu-clone .top-level {
  margin-left: 40px;
}

#block-personajumpmenu-clone .menu-label {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#block-personajumpmenu-clone .menu-label,
#block-personajumpmenu-clone figcaption {
  padding: 0 14px;
}
#block-personajumpmenu-clone .menu-label,
#block-personajumpmenu-clone .container,
#block-personajumpmenu-clone nav {
  width: 100% !important;
}

@media all and (max-width: 720px) {
  #block-languageselector {
    display: none;
  }
}

@media all and (min-width: 721px) {
  #block-languageselector-clone {
    display: none;
  }
}

@media all and (min-width: 580px) {
  #block-exposedformsearchpage-1-clone,
#block-personajumpmenu-clone {
    display: none;
  }
}
/* Persona menus */
#persona-active-agency .region-primary-menu nav.menuGroup--agency {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
  display: block;
}
#persona-active-agency .region-footer-menu nav.menuGroup--agency[id*=social] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 983px) {
  #persona-active-agency #main-menu-toggle {
    display: none;
  }
  #persona-active-agency #primary-menu-container {
    display: none;
  }
  #persona-active-agency .block-superfish.menuGroup--agency {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#persona-active-agriculture .region-primary-menu nav.menuGroup--agriculture {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
  display: block;
}
#persona-active-agriculture .region-footer-menu nav.menuGroup--agriculture[id*=social] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1136px) {
  #persona-active-agriculture #main-menu-toggle {
    display: none;
  }
  #persona-active-agriculture #primary-menu-container {
    display: none;
  }
  #persona-active-agriculture .block-superfish.menuGroup--agriculture {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#persona-active-corporate .region-primary-menu nav.menuGroup--corporate,
#persona-active-none .region-primary-menu nav.menuGroup--corporate {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
  display: block;
}
#persona-active-corporate .region-footer-menu nav.menuGroup--corporate[id*=social],
#persona-active-none .region-footer-menu nav.menuGroup--corporate[id*=social] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1155px) {
  #persona-active-corporate #main-menu-toggle,
#persona-active-none #main-menu-toggle {
    display: none;
  }
  #persona-active-corporate #primary-menu-container,
#persona-active-none #primary-menu-container {
    display: none;
  }
  #persona-active-corporate .block-superfish.menuGroup--corporate,
#persona-active-none .block-superfish.menuGroup--corporate {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#persona-active-golf .region-primary-menu nav.menuGroup--golf {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
  display: block;
}
#persona-active-golf .region-footer-menu nav.menuGroup--golf[id*=social] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1120px) {
  #persona-active-golf #main-menu-toggle {
    display: none;
  }
  #persona-active-golf #primary-menu-container {
    display: none;
  }
  #persona-active-golf .block-superfish.menuGroup--golf {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#persona-active-homeowners .region-primary-menu nav.menuGroup--homeowners {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
  display: block;
}
#persona-active-homeowners .region-footer-menu nav.menuGroup--homeowners[id*=social] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  #persona-active-homeowners #main-menu-toggle {
    display: none;
  }
  #persona-active-homeowners #primary-menu-container {
    display: none;
  }
  #persona-active-homeowners .block-superfish.menuGroup--homeowners {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#persona-active-industrial .region-primary-menu nav.menuGroup--industrial {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
  display: block;
}
#persona-active-industrial .region-footer-menu nav.menuGroup--industrial[id*=social] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1020px) {
  #persona-active-industrial #main-menu-toggle {
    display: none;
  }
  #persona-active-industrial #primary-menu-container {
    display: none;
  }
  #persona-active-industrial .block-superfish.menuGroup--industrial {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#persona-active-professionals .region-primary-menu nav.menuGroup--professionals {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
  display: block;
}
#persona-active-professionals .region-footer-menu nav.menuGroup--professionals[id*=social] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1150px) {
  #persona-active-professionals #main-menu-toggle {
    display: none;
  }
  #persona-active-professionals #primary-menu-container {
    display: none;
  }
  #persona-active-professionals .block-superfish.menuGroup--professionals {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#persona-active-specifier .region-primary-menu nav.menuGroup--specifier {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
  display: block;
}
#persona-active-specifier .region-footer-menu nav.menuGroup--specifier[id*=social] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1100px) {
  #persona-active-specifier #main-menu-toggle {
    display: none;
  }
  #persona-active-specifier #primary-menu-container {
    display: none;
  }
  #persona-active-specifier .block-superfish.menuGroup--specifier {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#persona-active-landscape .region-primary-menu nav.menuGroup--landscape {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
  display: block;
}
#persona-active-landscape .region-footer-menu nav.menuGroup--landscape[id*=social] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1100px) {
  #persona-active-landscape #main-menu-toggle {
    display: none;
  }
  #persona-active-landscape #primary-menu-container {
    display: none;
  }
  #persona-active-landscape .block-superfish.menuGroup--landscape {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#persona-active-designer #block-designer-2 {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
}
#persona-active-designer #block-socialmediaprofessionals {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  #persona-active-designer #main-menu-toggle {
    display: none;
  }
  #persona-active-designer #block-designer-2 {
    border-top-width: 0px;
    display: none !important;
  }
  #persona-active-designer .region-search-context .block-superfish.block-superfishdesigner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.catalog-container {
  max-width: 342px;
}

.catalog-links {
  margin: 0 0 3.5rem;
  overflow: hidden;
}
.catalog-links a {
  display: block;
  padding: 2rem 1rem;
  border: 2px solid #007b4b;
  text-align: center;
  font-size: 18px;
  background-color: #f5f5f5;
}
.catalog-links a:first-child {
  border-bottom: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.catalog-links a:last-child {
  border-top: none;
  background-color: #007b4b;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.catalog-links a:hover {
  background-color: #cf7018;
  border-color: #cf7018;
  color: #fff;
  text-decoration: none;
}

.catalog-apps {
  color: #7b7b7b;
}
.catalog-apps h3 {
  color: #00843D;
}
.catalog-apps h4 {
  color: #00843D;
}
.catalog-apps p {
  margin-bottom: 0;
  line-height: 1.1;
}
.catalog-apps p img {
  display: block;
  margin-left: 5rem;
}
@media only all and (min-width: 1200px) {
  .catalog-apps p img {
    margin: 0 auto;
  }
}
.catalog-apps a {
  display: block;
  margin-bottom: 10px;
}
@media all and (min-width: 1200px) {
  .catalog-apps a {
    display: inline-block;
  }
  .catalog-apps a:first-child {
    margin-right: 20px;
  }
}

.block-cirrus-ic-comparison-block {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}
.block-cirrus-ic-comparison-block__tabsWrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.block-cirrus-ic-comparison-block__tablist {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
  margin: 4em 0;
}
.block-cirrus-ic-comparison-block__tab {
  cursor: pointer;
}
.block-cirrus-ic-comparison-block__tab a {
  color: #333;
  padding: 1em 2em;
  display: block;
}
.block-cirrus-ic-comparison-block__tab a:hover, .block-cirrus-ic-comparison-block__tab a:focus {
  color: #333;
  -webkit-box-shadow: 0 0 3px grey;
          box-shadow: 0 0 3px grey;
  text-decoration: none;
}
.block-cirrus-ic-comparison-block__tab a[aria-selected=true] {
  background: white;
}
.block-cirrus-ic-comparison-block__tabcontent {
  padding: 1em 2em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.block-cirrus-tour-block {
  position: relative;
  margin: 1.25em 0;
}
.block-cirrus-tour-block__inner {
  position: relative;
}
.block-cirrus-tour-block__startButton {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  height: 3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-cirrus-tour-block__stepMap, .block-cirrus-tour-block__stepTriggers {
  width: 100%;
  height: 100%;
  position: absolute;
}
.block-cirrus-tour-block__stepTrigger {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  border: transparent;
  background: transparent;
  display: none;
}
.block-cirrus-tour-block__stepTrigger:hover {
  background: transparent;
  border: transparent;
}
.block-cirrus-tour-block__stepTrigger--3 {
  width: 100%;
  height: 2em;
  top: 0;
}
.block-cirrus-tour-block__stepTrigger--5 {
  width: 6%;
  height: 100%;
  right: 14%;
}
.block-cirrus-tour-block__stepPin {
  height: 0.5em;
  width: 0.5em;
  position: absolute;
  z-index: 2;
}
.block-cirrus-tour-block__stepPin--1, .block-cirrus-tour-block__stepPin--2, .block-cirrus-tour-block__stepPin--4, .block-cirrus-tour-block__stepPin--6, .block-cirrus-tour-block__stepPin--9, .block-cirrus-tour-block__stepPin--10, .block-cirrus-tour-block__stepPin--11, .block-cirrus-tour-block__stepPin--12 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.block-cirrus-tour-block__stepPin--3 {
  top: 8.5%;
  left: 17%;
}
.block-cirrus-tour-block__stepPin--5 {
  top: 5%;
  right: 21%;
}
.block-cirrus-tour-block__stepPin--7 {
  top: 0;
  bottom: 0;
  left: 30%;
  margin: auto;
}
.block-cirrus-tour-block__stepPin--8 {
  top: 0;
  bottom: 0;
  left: 42%;
  margin: auto;
}
.tip-block-cirrus-tour-block__step--1, .tip-block-cirrus-tour-block__step--2, .tip-block-cirrus-tour-block__step--4, .tip-block-cirrus-tour-block__step--6, .tip-block-cirrus-tour-block__step--9, .tip-block-cirrus-tour-block__step--10, .tip-block-cirrus-tour-block__step--11, .tip-block-cirrus-tour-block__step--12 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tip-block-cirrus-tour-block__step--3::before, .tip-block-cirrus-tour-block__step--3::after {
  content: "";
  display: block;
  position: absolute;
}
.tip-block-cirrus-tour-block__step--3::before {
  top: -2em;
  left: 3em;
  width: 0;
  height: 0;
  border: 1em solid transparent;
  border-bottom-color: #00843D;
}
.tip-block-cirrus-tour-block__step--3::after {
  top: -1.7em;
  left: 3.15em;
  width: 0;
  height: 0;
  border: 0.9em solid transparent;
  border-bottom-color: white;
}
.tip-block-cirrus-tour-block__step--5::before, .tip-block-cirrus-tour-block__step--5::after {
  content: "";
  display: block;
  position: absolute;
}
.tip-block-cirrus-tour-block__step--5::before {
  right: -2em;
  top: 2.5em;
  width: 0;
  height: 0;
  border: 1em solid transparent;
  border-left-color: #00843D;
}
.tip-block-cirrus-tour-block__step--5::after {
  right: -1.7em;
  top: 2.65em;
  width: 0;
  height: 0;
  border: 0.9em solid transparent;
  border-left-color: white;
}
.tip-block-cirrus-tour-block__step--7, .tip-block-cirrus-tour-block__step--8 {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tip-block-cirrus-tour-block__step--7::before, .tip-block-cirrus-tour-block__step--7::after, .tip-block-cirrus-tour-block__step--8::before, .tip-block-cirrus-tour-block__step--8::after {
  content: "";
  display: block;
  position: absolute;
}
.tip-block-cirrus-tour-block__step--7::before, .tip-block-cirrus-tour-block__step--8::before {
  right: -2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 1em solid transparent;
  border-left-color: #00843D;
}
.tip-block-cirrus-tour-block__step--7::after, .tip-block-cirrus-tour-block__step--8::after {
  right: -1.7em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 0.9em solid transparent;
  border-left-color: white;
}

.joyride-tip-guide h2 {
  font-size: revert !important;
}

.joyride-content-wrapper p {
  margin-right: -1.4em;
}

.block-cirrus-tour-block__stepImages {
  position: relative;
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}
.block-cirrus-tour-block__stepImage {
  z-index: 1;
  border: solid black 6px;
  border-radius: 3px;
  display: block;
  width: 100%;
}
.block-cirrus-tour-block__stepImage:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.block-rainbird-responsive-tables h2 {
  text-align: center;
  margin-bottom: 1em;
}

.cta-row-list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-row-list p {
  margin: 0;
}
.cta-row-list .c-button {
  margin: 10px !important;
}

ul.discontinued__ul {
  margin: 0;
  padding: 0;
  background: #EAEAEA;
}
ul.discontinued__ul li {
  list-style: none;
}
ul.discontinued__ul li a {
  border: solid 1px #AAA;
  padding: 1em 2em;
  color: #00843D;
  display: block;
}

.discontinued-products__heading > header {
  padding: 1.5em 0 2em;
  margin-bottom: 2em;
  border-bottom: solid 1px #595959;
}
.discontinued-products__heading > header > .container {
  padding: 0;
  max-width: 100%;
}
.discontinued-products__heading > header h1 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 40px;
  /* 9 */
  font-size: 4rem;
  /* 9 */
  color: #262626;
  font-weight: initial;
  text-transform: uppercase;
}

.c-card--map {
  width: 100% !important;
  margin-bottom: 3rem;
  font-size: 16px !important;
}
@media all and (min-width: 1100px) {
  .c-card--map {
    height: 450px !important;
    overflow: auto;
  }
}
.columnsComponent__column .c-card--map {
  margin-bottom: 0;
}
.c-card--map .location-title {
  font-size: 1.2em;
  font-weight: 600;
}
.c-card--map .c-card__image {
  text-align: center;
}
.c-card--map .c-card__main {
  min-height: 264px;
}

.block-views-blocksite-reports-block-1 {
  margin-bottom: 3rem;
}
.columnsComponent__column .block-views-blocksite-reports-block-1 {
  margin-bottom: 0;
}

.map-video-modal {
  width: 600px;
  max-width: 100%;
  display: none;
}
.map-video-modal article {
  padding: 0;
}

#default-map-card {
  margin-bottom: 2rem;
}

.block-jquery-countdown-timer {
  text-align: center;
}
.block-jquery-countdown-timer .digit {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1a7550), color-stop(50%, #00843D));
  background: linear-gradient(bottom, #1a7550 50%, #00843D 50%);
}

#jquery-countdown-timer-note {
  font-size: 1.2em;
}

.layout-builder-add-block .entities-list,
.layout-builder-update-block .entities-list,
.layout-builder-configure-block .entities-list {
  text-align: left;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.layout-builder-add-block .item-container,
.layout-builder-update-block .item-container,
.layout-builder-configure-block .item-container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  color: black;
  padding: 1em;
}
.layout-builder-add-block .item-container *,
.layout-builder-update-block .item-container *,
.layout-builder-configure-block .item-container * {
  display: block;
}

.block-inline-blockparagraphs-widget {
  position: relative;
}
.block-inline-blockparagraphs-widget.position-static:not(.layout-builder-block) {
  position: static;
}
.block-inline-blockparagraphs-widget h2 {
  font-weight: bold;
}
.block-inline-blockparagraphs-widget--cols--2 .field--name-field-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(100% - Infinityem));
  grid-gap: Infinityem;
  /* 3 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 4 */
}
@media (min-width: 450px) {
  .block-inline-blockparagraphs-widget--cols--2 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 1.5em));
    grid-gap: 1.5em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media all and (max-width: 576px) {
  .block-inline-blockparagraphs-widget--cols--2 .field--name-field-widgets .field__item {
    margin-bottom: 2rem;
  }
}
.block-inline-blockparagraphs-widget--cols--3 .field--name-field-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(100% - Infinityem));
  grid-gap: Infinityem;
  /* 3 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 4 */
}
@media (min-width: 450px) {
  .block-inline-blockparagraphs-widget--cols--3 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 1.5em));
    grid-gap: 1.5em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media (min-width: 600px) {
  .block-inline-blockparagraphs-widget--cols--3 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(33.3333333333% - 1.125em));
    grid-gap: 1.125em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media all and (max-width: 576px) {
  .block-inline-blockparagraphs-widget--cols--3 .field--name-field-widgets .field__item {
    margin-bottom: 2rem;
  }
}
.block-inline-blockparagraphs-widget--cols--4 .field--name-field-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(100% - Infinityem));
  grid-gap: Infinityem;
  /* 3 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 4 */
}
@media (min-width: 450px) {
  .block-inline-blockparagraphs-widget--cols--4 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 1.5em));
    grid-gap: 1.5em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media (min-width: 600px) {
  .block-inline-blockparagraphs-widget--cols--4 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(33.3333333333% - 1.125em));
    grid-gap: 1.125em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media (min-width: 768px) {
  .block-inline-blockparagraphs-widget--cols--4 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(25% - 1em));
    grid-gap: 1em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media all and (max-width: 576px) {
  .block-inline-blockparagraphs-widget--cols--4 .field--name-field-widgets .field__item {
    margin-bottom: 2rem;
  }
}
.block-inline-blockparagraphs-widget--cols--5 .field--name-field-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(100% - Infinityem));
  grid-gap: Infinityem;
  /* 3 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 4 */
}
@media (min-width: 450px) {
  .block-inline-blockparagraphs-widget--cols--5 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 1.5em));
    grid-gap: 1.5em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media (min-width: 600px) {
  .block-inline-blockparagraphs-widget--cols--5 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(33.3333333333% - 1.125em));
    grid-gap: 1.125em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media (min-width: 768px) {
  .block-inline-blockparagraphs-widget--cols--5 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(20% - 0.9375em));
    grid-gap: 0.9375em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media all and (max-width: 576px) {
  .block-inline-blockparagraphs-widget--cols--5 .field--name-field-widgets .field__item {
    margin-bottom: 2rem;
  }
}
.block-inline-blockparagraphs-widget--cols--6 .field--name-field-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(100% - Infinityem));
  grid-gap: Infinityem;
  /* 3 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 4 */
}
@media (min-width: 450px) {
  .block-inline-blockparagraphs-widget--cols--6 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 1.5em));
    grid-gap: 1.5em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media (min-width: 600px) {
  .block-inline-blockparagraphs-widget--cols--6 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(33.3333333333% - 1.125em));
    grid-gap: 1.125em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media (min-width: 768px) {
  .block-inline-blockparagraphs-widget--cols--6 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(20% - 0.9375em));
    grid-gap: 0.9375em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media (min-width: 960px) {
  .block-inline-blockparagraphs-widget--cols--6 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(16.6666666667% - 0.9em));
    grid-gap: 0.9em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media all and (max-width: 576px) {
  .block-inline-blockparagraphs-widget--cols--6 .field--name-field-widgets .field__item {
    margin-bottom: 2rem;
  }
}
.block-inline-blockparagraphs-widget--cols--7 .field--name-field-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(100% - Infinityem));
  grid-gap: Infinityem;
  /* 3 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 4 */
}
@media (min-width: 450px) {
  .block-inline-blockparagraphs-widget--cols--7 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 1.5em));
    grid-gap: 1.5em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media (min-width: 600px) {
  .block-inline-blockparagraphs-widget--cols--7 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(33.3333333333% - 1.125em));
    grid-gap: 1.125em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media (min-width: 768px) {
  .block-inline-blockparagraphs-widget--cols--7 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(20% - 0.9375em));
    grid-gap: 0.9375em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media (min-width: 960px) {
  .block-inline-blockparagraphs-widget--cols--7 .field--name-field-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(14.2857142857% - 0.875em));
    grid-gap: 0.875em;
    /* 3 */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* 4 */
  }
}
@media all and (max-width: 576px) {
  .block-inline-blockparagraphs-widget--cols--7 .field--name-field-widgets .field__item {
    margin-bottom: 2rem;
  }
}

.block-inline-blockrelated-documents {
  font-size: initial;
}
.block-inline-blockrelated-documents .field--name-field-documents {
  background: none;
}

.block-inline-blockrelated-items .field__items,
.block-inline-blockrealted-items .field__items {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-specifier-accordion-nav {
  padding-top: 3em;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only all and (min-width: 760px) {
  .block-specifier-accordion-nav {
    margin-left: 0;
    margin-right: 0;
  }
}
.block-specifier-accordion-nav__homeButton {
  margin: 0 0 1em 0;
  display: block !important;
}
.block-specifier-accordion-nav__homeButton:not(:hover) {
  border-color: #00843D;
  background: #00843D;
  display: block;
}
@media (min-width: 768px) {
  .block-specifier-accordion-nav__homeButton {
    font-size: 17px;
  }
}

.specifier-home-page-banner {
  margin-top: 4.25rem !important;
  margin-bottom: 4.9375rem !important;
  width: 100%;
}
.specifier-home-page-banner h1 {
  text-shadow: initial !important;
  color: #047a4b;
  font-size: 5rem;
  line-height: normal;
}
@media all and (min-width: 920px) {
  .specifier-home-page-banner h1 {
    font-size: 6rem;
  }
}
@media all and (max-width: 280px) {
  .specifier-home-page-banner h1 {
    font-size: 3rem;
  }
}
.specifier-home-page-banner .field {
  margin-bottom: 0 !important;
}
@media all and (max-width: 576px) {
  .specifier-home-page-banner .c-hero__contentWrapper {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .specifier-home-page-banner .c-hero__backgroundImage img {
    width: auto;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.specifier-home-page-banner .c-hero__copyWrapper {
  padding-left: 8rem;
  padding-right: 8rem;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .specifier-home-page-banner .c-hero__copyWrapper {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media all and (max-width: 576px) {
  .specifier-home-page-banner .c-hero__copyWrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.image-text-overlay.specifier-home-page-success-stories .image-overlay-text {
  text-shadow: none;
}
@media all and (max-width: 1200px) {
  .image-text-overlay.specifier-home-page-success-stories .image-background img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media all and (max-width: 768px) {
  .image-text-overlay.specifier-home-page-success-stories .image-background img {
    height: 200px;
  }
}
.image-text-overlay.specifier-home-page-success-stories .image-overlay-with-description {
  top: auto;
  bottom: 1.5rem;
}
.image-text-overlay.specifier-home-page-success-stories .image-overlay-with-description .field {
  margin-bottom: 0;
}
.image-text-overlay.specifier-home-page-success-stories .image-overlay-text-description {
  display: block;
}

.tell-story .tell-story-indent-text p {
  padding-left: 10px;
}

.videos-languages-switcher {
  height: 40px;
  position: relative;
}

.videos-languages-switcher__list {
  position: absolute;
  right: 0;
  z-index: 3;
  min-width: 125px;
  border: 1px solid #d9d9d9;
}
.videos-languages-switcher__list .menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
}
.videos-languages-switcher__list .menu .active {
  display: none;
}
.videos-languages-switcher__list .menu a {
  font-size: 1.4rem;
  padding: 1rem 2rem;
  line-height: 1.4;
  display: block;
  color: #595959;
}

.videos-languages-switcher__button {
  width: 100%;
  background: #ffffff;
  color: #007b4b;
  line-height: 1.4;
  font-size: 1.4rem;
  padding: 1rem 2.5rem 1rem 2rem;
  margin-right: 2rem;
  cursor: pointer;
  border: none;
  text-decoration: underline;
  text-align: left;
  position: relative;
}
.videos-languages-switcher__button::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 1px solid #007b4b;
  border-bottom: 1px solid #007b4b;
  position: absolute;
  right: 2rem;
  font-size: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -4px;
  bottom: 0;
  margin: auto;
}
.videos-languages-switcher__button.active::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 9px;
}

.sidebar-block-view-our-newest-products {
  margin: 2rem 2rem 0;
}
@media (min-width: 760px) {
  .sidebar-block-view-our-newest-products {
    margin: 2rem 0 0;
  }
}
.sidebar-block-view-our-newest-products .field {
  margin: 0;
}
.sidebar-block-view-our-newest-products .field a {
  border: 2px solid #cf7018;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.sidebar-block-view-our-newest-products .field a:hover {
  border-color: #007b4b;
  text-decoration: none;
}
.sidebar-block-view-our-newest-products .field a:hover span {
  background: #007b4b;
}
.sidebar-block-view-our-newest-products .field span {
  background: #cf7018;
  color: #fff;
  display: block;
  padding: 1rem;
  text-transform: capitalize;
  font-size: 16px;
}
.sidebar-block-view-our-newest-products .field img {
  padding: 1rem;
}

.sidebar-container.sticky-sidebar {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sidebar-container.sticky-sidebar .region {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
}
.user-logged-in .sidebar-container.sticky-sidebar .region {
  top: 79px;
}

/**
  Styling for the accordion tabs component.
  Uses the plugins styles plus modifications.

  Initial page where this was used only needed
  the gray color scheme. Additional variant classes
  can be added for other colors, e.g. accordion-tabs--green.
 */
.accordion-tabs .tabs-trigger,
.accordion-tabs .accordion-trigger {
  color: #595959;
  border: solid 2px #595959;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  font-weight: bold;
  cursor: pointer;
}
.accordion-tabs .tabs-trigger:hover, .accordion-tabs .tabs-trigger.is-selected,
.accordion-tabs .accordion-trigger:hover,
.accordion-tabs .accordion-trigger.is-selected {
  background: #595959;
  color: white;
}
.accordion-tabs .tabs-trigger {
  border-right: none;
}
.accordion-tabs .tabs-tab-list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion-tabs .tabs-tab-list li {
  margin: 0;
}
.accordion-tabs .tabs-tab-list li:last-child .tabs-trigger {
  border-right: solid 2px #595959;
}
.accordion-tabs .tabs-trigger {
  display: none;
  padding: 15px 20px;
  text-decoration: none;
}
.accordion-tabs .tabs-trigger:active {
  outline: none;
}
.accordion-tabs .tabs-panel {
  display: block;
  margin: 0;
  padding: 0;
}
.accordion-tabs .tabs-panel .content {
  margin-top: 10px;
  padding: 20px;
}
.accordion-tabs .tabs-panel:active {
  outline: none;
}
.accordion-tabs .tabs-panel:focus {
  outline: none;
}
.accordion-tabs .tabs-panel.is-hidden .content {
  display: none;
}
.accordion-tabs.is-initialized.tabs-allowed .tabs-panel {
  display: inherit;
}
.accordion-tabs .accordion-trigger {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 15px 20px;
  position: relative;
}
.accordion-tabs .accordion-trigger:after {
  display: block;
  width: 2em;
  height: 2em;
  right: 1.5em;
  top: 0.7em;
  position: absolute;
  content: "+";
  font-size: 1.25em;
}
.accordion-tabs .accordion-trigger[aria-expanded=true]:after {
  content: "-";
}
.accordion-tabs [aria-expanded=true] .vert {
  display: none;
}
.accordion-tabs .label--open {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.accordion-tabs .label--close {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: none;
}
.accordion-tabs .is-open .label--open {
  display: none;
}
.accordion-tabs .is-open .label--close {
  display: block;
}
@media (min-width: 40em) {
  .accordion-tabs.tabs-allowed .accordion-trigger {
    display: none;
  }
  .accordion-tabs.tabs-allowed .tabs-trigger {
    display: block;
  }
  .accordion-tabs.tabs-allowed .tabs-panel {
    display: none;
  }
  .accordion-tabs.tabs-allowed .tabs-panel.is-hidden {
    display: none;
  }
  .accordion-tabs.tabs-allowed .tabs-tab-list {
    margin-bottom: -2px;
  }
}

.accessibleAccordion, .accessibleAccordion * {
  position: relative;
}
.accessibleAccordion__panel {
  display: block;
  overflow: scroll;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease, padding 0s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease, padding 0s ease;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  padding: 1em;
}
.accessibleAccordion__panel[aria-hidden=true] {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1s, 0s, 0s, 0s;
          transition-delay: 1s, 0s, 0s, 0s;
  padding: 0.5em;
}
.accessibleAccordion__panel .accessibleAccordion__title {
  display: none;
}
.accessibleAccordion__header {
  display: block;
  border: none;
  background-color: #00843D;
  color: white;
  text-align: left;
  width: 100%;
  padding: 0.5em 1em;
}
.accessibleAccordion__header:hover {
  background-color: #42ab80;
  text-decoration: underline;
}
.accessibleAccordion__header[aria-expanded=true] .accessibleAccordion__arrow {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.accessibleAccordion__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5em;
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accessibleAccordion--specifierNav {
  margin-bottom: 2em;
  background: #C9C9C9;
}
.accessibleAccordion--specifierNav .accessibleAccordion__header, .accessibleAccordion--specifierNav .accessibleAccordion__panel {
  border: solid 1px #AAA;
  border-top: none;
  padding: 1em 2em;
  background: transparent;
}
.accessibleAccordion--specifierNav .accessibleAccordion__header[aria-hidden=true], .accessibleAccordion--specifierNav .accessibleAccordion__panel[aria-hidden=true] {
  border: none;
}
.accessibleAccordion--specifierNav .accessibleAccordion__header {
  color: #00843D;
}
.accessibleAccordion--specifierNav .accessibleAccordion__header:first-child {
  border-top: solid 1px #AAA;
}
.accessibleAccordion--specifierNav .accessibleAccordion__header[aria-expanded=false] {
  background: #EAEAEA;
  border-top: solid 1px #AAA;
}
.accessibleAccordion--specifierNav .accessibleAccordion__header[aria-expanded=true] {
  border-bottom: none;
}
.accessibleAccordion--specifierNav .accessibleAccordion__panel {
  -webkit-transition: none;
  transition: none;
  overflow: visible;
  padding-top: 0;
}
.accessibleAccordion--specifierNav .accessibleAccordion__panel[aria-hidden=true] {
  padding: 0;
}

.c-accessibleDropdownMenu {
  font-size: 12px;
  position: relative;
  z-index: 500;
}
.c-accessibleDropdownMenu:hover .c-accessibleDropdownMenu__trigger:focus {
  outline: none;
}
.c-accessibleDropdownMenu__triggerLabel, .c-accessibleDropdownMenu__toggleArrow {
  display: inline-block;
  vertical-align: middle;
}
.c-accessibleDropdownMenu__trigger {
  padding: 0 14px;
  font-size: 12px;
  background-color: transparent;
  border: none;
  text-align: left;
  display: inline-block;
}
.c-accessibleDropdownMenu__toggleArrow {
  font-size: 7px;
  margin-left: 5px;
}
.c-accessibleDropdownMenu__toggleArrow[data-state=open] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-accessibleDropdownMenu__target {
  position: absolute;
  white-space: nowrap;
  right: 0;
}
.c-accessibleDropdownMenu__target[data-state=closed] {
  display: none;
}
.c-accessibleDropdownMenu__heading {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
.c-accessibleDropdownMenu--eyebrow .c-accessibleDropdownMenu__trigger {
  height: 30px;
}
.c-accessibleDropdownMenu--eyebrow ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
}
.c-accessibleDropdownMenu--eyebrow ul:last-of-type {
  padding-bottom: 6px;
  margin-bottom: 0;
}
.c-accessibleDropdownMenu--eyebrow h1, .c-accessibleDropdownMenu--eyebrow h2, .c-accessibleDropdownMenu--eyebrow a {
  padding: 6px 14px;
  display: block;
}
.c-accessibleDropdownMenu__parent {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
}
.c-accessibleDropdownMenu__col {
  width: 190px;
}
.c-accessibleDropdownMenu__col a {
  padding: 2px 14px;
}
.c-accessibleDropdownMenu--rainbirdLanguageSwitcher .c-accessibleDropdownMenu__trigger, .c-accessibleDropdownMenu--rainbirdLanguageSwitcher .c-accessibleDropdownMenu__target {
  width: 190px;
}
.c-accessibleDropdownMenu--dark {
  background: #595959;
}
.c-accessibleDropdownMenu--dark .c-accessibleDropdownMenu__trigger:focus, .c-accessibleDropdownMenu--dark .c-accessibleDropdownMenu__trigger:hover {
  background: #262626;
}
.c-accessibleDropdownMenu--dark .c-accessibleDropdownMenu__target {
  border-top: solid 1px #262626;
  background: #595959;
}
.c-accessibleDropdownMenu--dark .c-accessibleDropdownMenu__heading {
  color: white;
}
.c-accessibleDropdownMenu--dark:hover .c-accessibleDropdownMenu__trigger:focus:not(:hover) {
  background: #595959;
}
.c-accessibleDropdownMenu--dark a:focus, .c-accessibleDropdownMenu--dark a:hover {
  background: #262626;
}
.c-accessibleDropdownMenu--mobileMenu .c-accessibleDropdownMenu__trigger {
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding: 0.5em 1em;
  font-size: 18px;
}
.c-accessibleDropdownMenu--mobileMenu .c-accessibleDropdownMenu__toggleArrow {
  font-size: 12px;
  position: absolute;
  right: 1.5em;
}
@media all and (max-width: 767px) {
  .c-accessibleDropdownMenu--mobileMenu .c-accessibleDropdownMenu__toggleArrow {
    font-size: 18px;
    position: static;
  }
}
.c-accessibleDropdownMenu--mobileMenu .c-accessibleDropdownMenu__target {
  font-size: 18px;
  padding: 0.5em 1em;
  width: 100%;
}
.c-accessibleDropdownMenu--mobileMenu .c-accessibleDropdownMenu__target ul {
  margin-bottom: 0.5em;
}
.c-accessibleDropdownMenu--mobileMenu .c-accessibleDropdownMenu__target .menu-item {
  padding: 0;
  margin-bottom: 0.5em;
}
.c-accessibleDropdownMenu--mobileMenu .c-accessibleDropdownMenu__target a {
  font-size: 16px;
  font-weight: normal;
  padding: 0.5em 1em;
}
.c-accessibleDropdownMenu--mobileMenu .c-accessibleDropdownMenu__heading {
  font-size: 18px;
}

/**
 * Note that this component uses a different naming scheme
 * than others (dash-case vs camelCase) because of how the
 * naming is applied by rainbird_theme/accessibleModal.
 *
 * Also note that this partial includes styles for related
 * dialog elements that relate to associated elements
 * outside of the modal component itself.
 */
.c-accessible-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 98vh;
  right: auto;
  border: 1px solid #AAA;
  border-radius: 0.5em;
  background: #fff;
  z-index: 667;
  padding: 2em;
  overflow: auto;
  -webkit-animation: pop ease 0.5s 1 normal;
          animation: pop ease 0.5s 1 normal;
}
.page-node-type-product .c-accessible-modal {
  width: 95vw;
  max-width: 790px;
}
.page-node-type-product .c-accessible-modal-title {
  position: absolute;
  left: -1000em;
}

@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
    max-height: 100%;
    width: 70%;
    left: 15%;
  }
}

@keyframes pop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
    max-height: 100%;
    width: 70%;
    left: 15%;
  }
}
/* needed for old browsers */
dialog {
  display: block;
}

/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden;
}

/* modal */
.modal {
  position: fixed;
  left: 25%;
  right: auto;
  top: 15%;
  width: 50%;
  background: #fff;
  z-index: 667;
  /* overlay covers everything */
}
.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 666;
}

.c-accessible-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #262626;
  opacity: 0.8;
  z-index: 666;
  /* satan inside */
  cursor: pointer;
}
.c-accessible-modal-overlay[data-background-click=disabled] {
  cursor: auto;
}
.c-accessible-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  height: 2em;
  background: #00843D;
  color: #fff;
  padding: 0.25em;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.c-accessible-modal-close:focus, .c-accessible-modal-close:hover, .c-accessible-modal-close:active {
  background: #1a7550;
}

.c-accessible-modal--app-marketing-modal .c-accessible-modal-title {
  display: none;
}
@media all and (max-width: 576px) {
  .c-accessible-modal--app-marketing-modal {
    -webkit-transform: initial;
            transform: initial;
    top: 0;
    right: 25px;
    bottom: 0;
    left: 25px;
  }
}

.js-tabs .invisible {
  position: absolute;
  left: 10000px;
}

/**
 * Marketing modal for app launch added to product pages.
 */
.c-appMarketingModal__contentWrapper {
  display: none;
  position: relative;
}
.c-appMarketingModal__trigger {
  display: block;
  height: 0 !important;
  width: 0 !important;
  visibility: hidden;
}
.c-appMarketingModal__img--desktop {
  display: none;
}
@media (min-width: 700px) {
  .c-appMarketingModal__img--desktop {
    display: block;
  }
  .c-appMarketingModal__img--mobile {
    display: none;
  }
}
.c-appMarketingModal__buttons {
  position: absolute;
  bottom: 7vw;
  left: 9vw;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-appMarketingModal__button {
  display: block;
  margin-right: 1em;
  height: 3em;
  width: auto;
}
.c-appMarketingModal__buttonImg {
  height: 100%;
  width: auto;
}
@media (min-width: 800px) {
  .c-appMarketingModal__img--desktop {
    display: block;
  }
  .c-appMarketingModal__img--mobile {
    display: none;
  }
  .c-appMarketingModal__buttons {
    bottom: 3.5em;
    left: 7em;
  }
}

.c-bandedImage {
  position: relative;
}
.c-bandedImage__band {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0.4em;
  font-size: 2em;
  color: white;
  background: rgba(89, 89, 89, 0.75);
  font-weight: bold;
  text-align: center;
}
.c-bandedImage__imageContainer img {
  width: 100%;
}

.page-blog .ajax-progress-fullscreen, .page-blog-homeowners .ajax-progress-fullscreen {
  display: none;
}
.page-blog.page-node-type-section-page .field--name-body img, .page-blog-homeowners.page-node-type-section-page .field--name-body img {
  padding: 0;
}
.page-blog .view-blogs article, .page-blog-homeowners .view-blogs article {
  padding: 0;
}
.page-blog .view-blogs .views-row, .page-blog-homeowners .view-blogs .views-row {
  margin-bottom: 2em;
}
.page-blog .view-blogs .views-row:last-child, .page-blog-homeowners .view-blogs .views-row:last-child {
  margin-bottom: 0;
}
.page-blog #region-content > article h2, .page-blog-homeowners #region-content > article h2 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .page-node-type-blog .blog-full-main, .page-node-type-blog-homeowners .blog-full-main {
    padding-right: 2em;
  }
}

.view-blogs.view-display-id-block_1 .views-exposed-form,
.view-blogs.view-display-id-block_2 .views-exposed-form {
  display: none;
}

.blog-image,
.blog-text {
  width: 100%;
}

.blog-image .field__item {
  margin-bottom: 0;
}

.blog-teaser-summary {
  font-size: 0.9em;
}

@media all and (min-width: 768px) {
  .blog-teaser-wrapper {
    display: -ms-flex;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #398244;
    border-bottom: 10px solid #398244;
  }

  .blog-image {
    padding: 0;
    max-width: 60%;
  }
  .blog-image .field {
    margin-bottom: 0;
  }

  .blog-text {
    position: relative;
    max-width: 40%;
    padding: 0 1em;
  }
}
@media all and (min-width: 900px) {
  .blog-teaser-created {
    position: absolute;
    bottom: 0px;
    padding-bottom: 0.5em;
  }
}
.blog-teaser-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.blog-teaser-summary {
  margin-bottom: 0.5em;
  line-height: 1.3;
}

.view-press-releases.view-display-id-block_3 .view-content {
  background-color: #ECECEC;
  padding: 1em 1em 2em;
}
.view-press-releases.view-display-id-block_3 .views-row {
  margin-bottom: 0.5em;
  line-height: 1.5;
}

div.press-release-index-title-wrapper {
  position: relative;
}

.green-prefix {
  width: 4px;
  height: 25px;
  background: green;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}

.press-release-index-title {
  padding-left: 20px;
}

#region-content .blog-header {
  position: relative;
}
#region-content .blog-header img {
  padding: 0;
}
#region-content .blog-header .blog-header-inset {
  position: absolute;
  width: 400px;
  min-width: 300px;
  height: 80%;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 2em;
  background-color: white;
  border: 1px solid #398244;
  border-bottom: 10px solid #398244;
}
#region-content .blog-header .blog-header-inset h3 {
  font-weight: bold;
}
#region-content .blog-header .blog-header-inset p {
  font-size: 0.83em;
}
#region-content .blog-header .blog-header-inset > * {
  margin: 0 0 0.5em;
  line-height: 1.4;
}
#region-content .blog-header .blog-header-inset > *:last-child {
  margin: 0;
}
@media (max-width: 600px) {
  #region-content .blog-header .blog-header-inset {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    border: none;
    border-bottom: none;
  }
}

.buttonComponent,
.c-button {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
}
.buttonComponent:hover,
.c-button:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.buttonComponent:focus,
.c-button:focus {
  font-weight: inherit;
}
.buttonComponent--white,
.c-button--white {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  background: white;
  color: #007b4b;
  border-color: #007b4b;
}
.buttonComponent--white:hover,
.c-button--white:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.buttonComponent--white:focus,
.c-button--white:focus {
  font-weight: inherit;
}
.buttonComponent--white:hover,
.c-button--white:hover {
  background: #007b4b;
  border-color: white;
  color: white;
}
.buttonComponent--gold,
.c-button--gold {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  background: goldenrod;
}
.buttonComponent--gold:hover,
.c-button--gold:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.buttonComponent--gold:focus,
.c-button--gold:focus {
  font-weight: inherit;
}
.buttonComponent--gold:hover,
.c-button--gold:hover {
  background: white;
  border-color: goldenrod;
  color: goldenrod;
}
.buttonComponent--orange,
.c-button--orange {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  background: #FB8F11;
}
.buttonComponent--orange:hover,
.c-button--orange:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.buttonComponent--orange:focus,
.c-button--orange:focus {
  font-weight: inherit;
}
.buttonComponent--orange:hover,
.c-button--orange:hover {
  background: white;
  border-color: #FB8F11;
  color: #FB8F11;
}
.buttonComponent--yellow,
.c-button--yellow {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  background: #ECC201;
  color: black;
}
.buttonComponent--yellow:hover,
.c-button--yellow:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.buttonComponent--yellow:focus,
.c-button--yellow:focus {
  font-weight: inherit;
}
.buttonComponent--yellow:hover,
.c-button--yellow:hover {
  background: white;
  border-color: #ECC201;
  color: black;
}
.buttonComponent--navy,
.c-button--navy {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  background: #02075d;
  color: white;
  border-color: #02075d;
}
.buttonComponent--navy:hover,
.c-button--navy:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.buttonComponent--navy:focus,
.c-button--navy:focus {
  font-weight: inherit;
}
.buttonComponent--navy:hover,
.c-button--navy:hover {
  background: white;
  color: #02075d;
  border-color: #02075d;
}
.buttonComponent--navyInverted,
.c-button--navyInverted {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  background: white;
  color: #02075d;
  border-color: #02075d;
}
.buttonComponent--navyInverted:hover,
.c-button--navyInverted:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.buttonComponent--navyInverted:focus,
.c-button--navyInverted:focus {
  font-weight: inherit;
}
.buttonComponent--navyInverted:hover,
.c-button--navyInverted:hover {
  background: #02075d;
  border-color: #02075d;
  color: white;
}
.buttonComponent--round,
.c-button--round {
  border-radius: 100px;
}
.buttonComponent--round-medium,
.c-button--round-medium {
  border-radius: 14px;
  padding: 0.5em 2em;
}
.buttonComponent--greyedOut, .buttonComponent[disabled],
.c-button--greyedOut,
.c-button[disabled] {
  border-color: #595959;
  color: #595959;
  background: transparent;
}
.buttonComponent--greyedOut:hover, .buttonComponent[disabled]:hover,
.c-button--greyedOut:hover,
.c-button[disabled]:hover {
  border-color: #595959;
  color: #595959;
  background: transparent;
  cursor: initial;
}
.buttonComponent--widthFixed,
.c-button--widthFixed {
  width: 190px;
}
.buttonComponent--inlineBlock,
.c-button--inlineBlock {
  display: inline-block;
}
.buttonComponent--large,
.c-button--large {
  font-size: 20px;
}
.buttonComponent--wireframe,
.c-button--wireframe {
  background: none;
  border-radius: 0;
  border-color: inherit;
  color: inherit;
}
.buttonComponent--wireframe:hover,
.c-button--wireframe:hover {
  background: #007b4b;
  border-color: #007b4b;
  color: #fff;
}
.buttonComponent--wireframe--white:hover,
.c-button--wireframe--white:hover {
  background: #fff;
  border-color: #fff;
  color: #007b4b;
}

.c-callout {
  font-weight: 600;
  position: relative;
  margin-bottom: 1em;
  border: solid 1px #AAA;
}
.c-callout h1, .c-callout h2, .c-callout h3, .c-callout h4, .c-callout h5, .c-callout h6 {
  font-weight: bold;
  text-align: center;
}
.c-callout .field--name-field-body > :first-child {
  margin-top: 0;
}
.c-callout .field--name-field-body > :last-child {
  margin-bottom: 0;
}
.c-callout--cornerTab .c-callout_body {
  padding: 1.5em;
}
.c-callout--cornerTab:before {
  content: "";
  height: 40px;
  width: 40px;
  background: -webkit-gradient(linear, right bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #00843D), to(#00843D));
  background: linear-gradient(to top left, transparent 0%, transparent 50%, #00843D 50%, #00843D 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-callout__body {
  padding: 1em;
}
.c-callout__body--bottom, .c-callout__body--top, .c-callout__body--left, .c-callout__body--right {
  position: absolute;
}
.c-callout__body--bottom {
  bottom: 0;
}
.c-callout__body--left, .c-callout__body--right {
  width: 50%;
  height: 100%;
}
.c-callout__body--left {
  left: 0;
}
.c-callout__body--right {
  right: 0;
}
.c-callout:not(.c-callout__body--theme--0) {
  font-weight: 500;
}
.c-callout:not(.c-callout__body--theme--0) h1, .c-callout:not(.c-callout__body--theme--0) h2, .c-callout:not(.c-callout__body--theme--0) h3, .c-callout:not(.c-callout__body--theme--0) h4, .c-callout:not(.c-callout__body--theme--0) h5, .c-callout:not(.c-callout__body--theme--0) h6 {
  font-weight: bold;
  margin-top: 0;
}

.c-callout__body--theme--1 {
  color: #262626;
  background: white;
}
.c-callout__body--theme--1 h1, .c-callout__body--theme--1 h2, .c-callout__body--theme--1 h3, .c-callout__body--theme--1 h4, .c-callout__body--theme--1 h5, .c-callout__body--theme--1 h6 {
  color: #262626;
}
.c-callout__body--theme--2 {
  color: #ECC201;
  background: #262626;
}
.c-callout__body--theme--2 h1, .c-callout__body--theme--2 h2, .c-callout__body--theme--2 h3, .c-callout__body--theme--2 h4, .c-callout__body--theme--2 h5, .c-callout__body--theme--2 h6 {
  color: white;
}

.c-card {
  width: 360px;
  max-width: 100%;
  border: 2px solid #AAA;
  font-size: 1rem;
  height: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card--flexible {
  width: 100%;
}
.c-card,
.c-card article {
  padding: 0 !important;
}
body.page-node-type-layout-builder-page .c-card.node {
  font-size: 16px;
}

.c-card--centeredText,
.c-card--centeredText * {
  text-align: center;
}
.c-card--siteReport .c-card__actionItem {
  font-size: 15px;
}
.c-card__masthead {
  position: relative;
}
.c-card__mastheadOverlay {
  position: absolute;
  background: white;
  --bg-color: #00843D;
  --text-color: white;
}
.c-card__mastheadOverlay--heavy {
  font-weight: bold;
}
.c-card__mastheadOverlay--bottomLeft {
  padding: 0.25em;
  left: 0;
  bottom: 2em;
  width: 30%;
}
.c-card__mastheadOverlay--topRight {
  right: 0;
  top: 2em;
  background: var(--bg-color);
  color: var(--text-color);
  padding: 0.25em 0.4em;
}
.c-card__mastheadOverlay--conserveWater {
  --bg-color: #B8DEF5;
  --text-color: #333;
}
.c-card__mastheadOverlay--largeComplexProjects {
  --bg-color: #50C6E6;
  --text-color: #333;
}
.c-card__mastheadOverlay--lowVolumeIrrigation {
  --bg-color: #4D89BD;
}
.c-card__mastheadOverlay--managingOverspray {
  --bg-color: #00457E;
}
.c-card__mastheadOverlay--reclaimedDirtyWater {
  --bg-color: #007596;
}
.c-card__mastheadOverlay--remoteSolutions {
  --bg-color: #C7D4A5;
  --text-color: #333;
}
.c-card__mastheadOverlay--safety {
  --bg-color: #006439;
}
.c-card__mastheadOverlay--rightWaterWindows {
  --bg-color: #7480BE;
}
.c-card__mastheadOverlay--triangleBanner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5em;
  padding-right: 0.75em;
}
.c-card__mastheadOverlay--triangleBanner::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  left: calc(-1px - 1.2em);
  border-top: 1.3em solid transparent;
  border-bottom: 1.3em solid transparent;
  border-right: 1.3em solid var(--bg-color);
}
.c-card__main {
  padding: 1.2em 1.4em;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-card__title,
.c-card__title * {
  margin-top: 0;
}
.c-card__title--centered {
  text-align: center;
}
.c-card__description {
  margin-bottom: 1.2em;
}
.c-card__footer {
  margin-top: auto;
}
.c-card__actions {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-card__actionItem:first-child:not(:last-child) {
  margin-right: 1em;
}
[dir=rtl] .c-card__actionItem:first-child:not(:last-child) {
  margin-right: 0;
}
[dir=rtl] .c-card__actionItem:last-child:not(:first-child) {
  margin-right: 1em;
}

.commercial-grade--tabs ul.nav {
  margin-bottom: 5rem;
  text-align: center;
  display: none;
}
@media all and (min-width: 992px) {
  .commercial-grade--tabs ul.nav {
    display: block;
  }
}
.commercial-grade--tabs ul.nav li {
  display: inline-block;
  margin: 0;
  padding: 2rem;
  text-transform: uppercase;
}
.commercial-grade--tabs ul.nav li a {
  color: #878787;
  background: none;
  letter-spacing: 2px;
  padding-left: 0;
  padding-right: 0;
}
.commercial-grade--tabs ul.nav li a:hover {
  color: #fff;
}
.commercial-grade--tabs ul.nav li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.commercial-grade--tabs ul.nav li.active a {
  color: #01843d;
  background: none;
}
.commercial-grade--tabs ul.nav li.active a::after {
  background-color: #00843d;
}
.commercial-grade--tabs__wrapper {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#1d1d1d));
  background: linear-gradient(180deg, black 0%, #1d1d1d 100%);
  margin-top: 8rem;
}
.commercial-grade--tabs__wrapper h2 {
  font-weight: 600;
  margin-bottom: 2rem;
}
.commercial-grade--tabs__products {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.commercial-grade--tabs__product {
  padding: 0 1.5rem 3.6rem;
  width: 50%;
}
@media all and (min-width: 768px) {
  .commercial-grade--tabs__product {
    width: 33.33%;
  }
}
@media all and (min-width: 1200px) {
  .commercial-grade--tabs__product {
    width: 25%;
  }
}
.commercial-grade--tabs__product a {
  text-decoration: none;
  color: #fff;
}
.commercial-grade--tabs__product a h3 img {
  margin-left: 0;
  margin-top: -4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}
.commercial-grade--tabs__product a h3:hover img {
  margin-left: 8px;
}
.commercial-grade--tabs__product .views-field-subtitle {
  font-size: 1.8rem;
  margin-bottom: 0.7rem;
}
.commercial-grade--tabs__product .views-field-body {
  font-size: 1.6rem;
  display: none;
}
@media all and (min-width: 992px) {
  .commercial-grade--tabs__product .views-field-body {
    display: block;
  }
}
.commercial-grade--tabs__image {
  border: 1px solid #8c8c8c;
  margin-bottom: 1.6rem;
}
.commercial-grade--tabs__header {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 576px) {
  .commercial-grade--tabs__header {
    text-align: center;
  }
}

.dropbtn {
  background-color: #fff;
  color: #000;
  padding: 1.6rem;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
  color: #fff;
}
.dropbtn:hover .caret, .dropbtn:focus .caret {
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown {
  position: relative;
  display: block;
  font-size: 1.6rem;
  max-width: 414px;
  margin: 0 auto 5rem;
}
@media all and (min-width: 992px) {
  .dropdown {
    display: none;
  }
}
.dropdown-content {
  opacity: 0;
  height: 0;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown-content a {
  color: black;
  padding: 1rem 1.6rem;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown-content a.active {
  font-weight: 700;
  color: #3e8e41;
}
.dropdown .show {
  opacity: 1;
  height: auto;
}
.dropdown .caret {
  color: #000;
  border-right-width: 8px;
  border-left-width: 8px;
  border-top-width: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-comparisonCenterLauncher__checkboxContainer {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 1em;
  pointer-events: none;
  text-align: right;
}
.c-comparisonCenterLauncher__checkbox {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  pointer-events: auto;
}
.c-comparisonCenterLauncher__submit {
  margin-top: -1em;
  margin-bottom: 1em;
}

.c-comparisonChart {
  margin: 1em auto;
  border-collapse: collapse;
  line-height: 1.5em;
}
.c-comparisonChart__cell {
  border: solid 1px #00843D;
  text-align: center;
  padding: 0.6em 0.8em;
}
.c-comparisonChart__cell--rowLabel {
  font-weight: bold;
  text-align: left;
}
.c-comparisonChart__cell--headTh {
  background: white;
  position: sticky;
  top: 0;
  background-clip: padding-box;
}
.c-comparisonChart__cell--headTh:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #00843D;
}
@media print {
  .c-comparisonChart__cell--headTh {
    position: revert;
  }
}
.c-comparisonChart__cell--labelsTh {
  color: transparent;
  border: none;
}
.c-comparisonChart__cell--labelsTh:before {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  height: 100%;
  border-left: 3px solid white;
}
.c-comparisonChart__cell--hidden {
  border: none !important;
}
.c-comparisonChart__cell--hidden:after {
  display: none !important;
}
.c-comparisonChart__cell:empty::after {
  content: " ";
}
.c-comparisonChart__cell :last-child {
  margin-bottom: 0;
}
.c-comparisonChart__td--borderRightWhite, .c-comparisonChart__cell--borderRightWhite {
  border-right-color: white !important;
}
.c-comparisonChart__td--borderNone, .c-comparisonChart__td--borderNone:after, .c-comparisonChart__cell--borderNone, .c-comparisonChart__cell--borderNone:after {
  border: none !important;
}
.c-comparisonChart__td--alignLeft, .c-comparisonChart__cell--alignLeft {
  text-align: left !important;
}
.c-comparisonChart__td :last-child, .c-comparisonChart__cell :last-child {
  margin-bottom: 0;
}
.c-comparisonChart__leftAlign {
  text-align: left !important;
}
.c-comparisonChart__heading {
  background: #00843D;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.c-comparisonChart__heading--large, .c-comparisonChart__heading--super {
  text-transform: initial;
  font-size: 1em;
}
.c-comparisonChart__heading--super {
  background: transparent;
  color: black;
}
.c-comparisonChart__headingLink {
  cursor: pointer;
  color: white;
}
.c-comparisonChart__headingLink:hover {
  color: white;
}
.c-comparisonChart__image--heading {
  width: 100px;
}
.c-comparisonChart__rowLabel {
  font-weight: bold;
  text-align: left;
}
.c-comparisonChart__rowSubLabel {
  display: block;
  font-style: italic;
  font-size: 0.9em;
}
.c-comparisonChart__checkmark {
  width: 1.5em;
}
.c-comparisonChart__td--borderRightWhite {
  border-right-color: white !important;
}
.c-comparisonChart__td--borderNone {
  border: none !important;
}
.c-comparisonChart--widthUnrestricted {
  max-width: none;
  margin-left: 0;
}
.c-comparisonChart--widthUnrestricted .c-comparisonChart__cell {
  min-width: 15em;
  max-width: 15em;
}
.c-comparisonChart__moreInfoWrapper {
  font-weight: normal;
  display: inline-block;
  position: relative;
}
.c-comparisonChart__moreInfoWrapper:hover .c-comparisonChart__infoTooltip {
  display: block;
}
.c-comparisonChart__infoIcon {
  border: solid 1px #00843D;
  border-radius: 100px;
  color: #00843D;
  vertical-align: middle;
  margin-top: -0.2em;
}
.c-comparisonChart__infoIcon::before {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.6em;
  height: 1.6em;
  font-size: 0.5em;
}
.c-comparisonChart__infoTooltip {
  display: none;
  position: absolute;
  top: 0;
  padding: 1em;
  background: white;
  border: solid 2px #00843D;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px #DDDDDD;
          box-shadow: 0 0 6px #DDDDDD;
  width: 20em;
}
.c-comparisonChart--mobile {
  max-width: none;
  margin-left: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.c-comparisonChart--mobile .c-comparisonChart__cell {
  min-width: 13em;
  max-width: 13em;
}
.c-comparisonChart--mobile .c-comparisonChart__row--header td, .c-comparisonChart--mobile .c-comparisonChart__row--header th {
  text-align: center;
}
.c-comparisonChart--mobile .c-comparisonChart__row--header--category {
  background: #f5f5f5;
}
.c-comparisonChart--mobile th, .c-comparisonChart--mobile td {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 0;
}
.c-comparisonChart--mobile th:first-child, .c-comparisonChart--mobile td:first-child {
  border-left-width: 1px;
}

.c-distribDummyMenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
}
.c-distribDummyMenu:hover .c-distribDummyMenu__item:not(:first-child) {
  display: block;
}
.c-distribDummyMenu__item {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 1em 0 0;
  font-size: 1.4rem;
  color: black;
  background: AntiqueWhite;
  padding: 0 1em;
  white-space: nowrap;
}
.c-distribDummyMenu__item:not(:first-child) {
  display: none;
}
.c-distribDummyMenu__item:hover {
  text-decoration: underline;
}

.c-distribDummyMenuContainer {
  position: relative;
}

.c-distribDummyMenuLabel {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 1em 0 0;
  font-size: 1.4rem;
  color: black;
  background: AntiqueWhite;
  padding: 0 1em;
  opacity: 0;
  white-space: nowrap;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.c-flipcard {
  position: relative;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}
.c-flipcard * {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.c-flipcard img {
  width: 100%;
  display: block;
}
.c-flipcard__giveDimensions {
  visibility: hidden;
}
.c-flipcard__inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  /* Do an horizontal flip when you move the mouse over the flip box container */
}
.c-flipcard:not(.c-flipcard--active):hover .c-flipcard__inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.c-flipcard__front, .c-flipcard__back, .c-flipcard__labelContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-flipcard__labelContainer, .c-flipcard__back {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em;
}
.c-flipcard__front {
  background-color: #00843D;
  /* Style the front side (fallback if image is missing) */
  color: white;
}
.c-flipcard--active .c-flipcard__front {
  background-color: white;
  color: black;
}

.c-flipcard__labelContainer {
  background: rgba(0, 132, 61, 0.8);
  font-size: 1.5em;
  font-weight: bold;
}
.c-flipcard--active .c-flipcard__labelContainer {
  background: rgba(255, 255, 255, 0.4);
}

.node--uses-layout-builder .c-flipcard__labelContainer {
  font-size: revert;
}

.c-flipcard__back {
  color: #00843D;
  background: rgba(0, 132, 61, 0.8);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px #00843D solid;
  /**
   * The body field uses a wysiwyg, but client wants
   * the links they add in there to take up the full
   * height of the card.
   */
}
.c-flipcard__back *:first-child:last-child {
  height: 100%;
}
.c-flipcard__back a {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-flipcard--active .c-flipcard__back {
  border-color: black;
}
.c-flipcard--active .c-flipcard__back a {
  color: black;
}

.c-flipcard:hover .c-flipcard__back {
  background-color: white;
}

.c-flipcard--active .c-flipcard__labelContainer {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

/**
 * Used for the product showcase page.
 *
 * @see rainbird-lp--golf-product-showcase.html.twig
 */
.c-golfProductShowcase {
  font-size: 1.15em;
}
.c-golfProductShowcase__title {
  margin: 0.75em auto;
  text-align: center;
  color: #00843D;
}
.c-golfProductShowcase__tabsList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-golfProductShowcase__tabsList .tabs-trigger {
  height: 100%;
}
.c-golfProductShowcase__tabsList > li {
  width: 16.6666666667%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 40em) {
  .c-golfProductShowcase__tabsList > li a {
    padding: 0.75em 0.9em !important;
    width: 100%;
    -js-display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-golfProductShowcase__col {
  margin-bottom: 2em;
}
.c-golfProductShowcase__img {
  background: url("/themes/custom/rainbird_theme/images/HexGrid.png") no-repeat;
  background-size: cover;
}
.c-golfProductShowcase__img img {
  width: auto;
  display: block !important;
  margin: 0 auto;
  position: relative;
  left: -1000px;
  opacity: 0;
  -webkit-transition: 2s ease-in-out all;
  transition: 2s ease-in-out all;
}
.is-open .c-golfProductShowcase__img img {
  left: 0;
  opacity: 1;
}

.c-golfProductShowcase__desc {
  font-size: 1.25em;
  margin: 1.25em 0;
}
.c-golfProductShowcase__desc ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
}
.c-golfProductShowcase__desc li {
  position: relative;
}
.c-golfProductShowcase__desc li:before {
  position: absolute;
  display: block;
  top: 0;
  left: -1.1em;
  content: "✓";
  color: #00843D;
  font-weight: bolder;
  margin-right: 0.5em;
}
.c-golfProductShowcase__specsWrapper {
  display: block !important;
  border: solid 2px #595959;
}
.c-golfProductShowcase__specs {
  margin: 0.5em 1em;
}
.c-golfProductShowcase__specs p:last-child {
  margin-bottom: 0;
}
.c-golfProductShowcase__info {
  font-size: 1.1em;
}
.c-golfProductShowcase__learnMore {
  display: inline-block;
}
@media (min-width: 770px) {
  .c-golfProductShowcase__row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2em;
  }
  .c-golfProductShowcase__row--1 {
    background: url("/themes/custom/rainbird_theme/images/HexGrid.png") no-repeat;
    background-size: contain;
  }
  .c-golfProductShowcase__col {
    margin-bottom: 0;
  }
  .c-golfProductShowcase__col:first-child {
    padding-right: 1em;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45%;
    margin-right: 1em;
  }
  .c-golfProductShowcase__col:last-child {
    width: 50%;
  }
  .c-golfProductShowcase__img {
    background: none;
  }
}
.c-golfProductShowcase__form {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.c-golfProductShowcase__form h4 {
  line-height: 1.5;
}
.c-golfProductShowcase__form form {
  padding: 0 20px;
}
.c-golfProductShowcase__form .fieldset-wrapper {
  padding: 0;
  border: none;
}
.c-golfProductShowcase__vidsHeading {
  margin: 1.5em auto 1em;
  text-align: center;
  font-weight: bold;
}
.c-golfProductShowcase__vids {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
}
.c-golfProductShowcase__vid {
  width: 100%;
}
@media (min-width: 800px) {
  .c-golfProductShowcase__vids {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-golfProductShowcase__vid {
    width: 31%;
  }
}

.c-gridItem {
  height: 100%;
  -webkit-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
}
.c-gridItem:hover {
  -webkit-box-shadow: inset 0 0 10px #DDDDDD;
          box-shadow: inset 0 0 10px #DDDDDD;
}
.c-gridItem:hover .c-gridItem__hoverFooter {
  opacity: 1;
}
.c-gridItem__mainWrapper, .c-gridItem__main {
  height: 100%;
  position: relative;
}
.c-gridItem__mainWrapper, .c-gridItem__footer, .c-gridItem__hoverFooter {
  padding: 2em;
  width: 100%;
}
.c-gridItem__tag {
  position: absolute;
  z-index: 1;
  margin: 2em;
}
.c-gridItem__tag--topRight {
  top: 0;
  right: 0;
}
.c-gridItem__tag--bim {
  max-width: 4em;
  padding: 1em;
  background: white;
}
.c-gridItem__main, .c-gridItem__footer, .c-gridItem__hoverFooter {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-gridItem__wrapperLink {
  word-wrap: break-word;
  text-align: center;
}
.c-gridItem__wrapperLink, .c-gridItem__wrapperLink:hover {
  color: #595959;
}
.c-gridItem__image {
  margin-bottom: 2em;
  width: 100%;
}
.c-gridItem__title {
  text-align: left;
  font-size: 1.25em;
}
.darkMode .c-gridItem__title {
  color: white;
}
.darkMode .c-gridItem__title:hover {
  color: white;
}

.c-gridItem__footer {
  background: #EAEAEA;
  border-top: solid 1px #DDDDDD;
}
.c-gridItem__hoverFooter {
  opacity: 0;
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
  background: #EAEAEA;
}
.c-gridItem__hoverFooter .ajax-progress-throbber {
  position: absolute;
}
.c-gridItem__hoverFooterItem {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}
.c-gridItem__hoverFooterItem:last-child {
  margin-bottom: 0;
}
.c-gridItem--hasHoverFooter .c-gridItem__mainWrapper {
  overflow-y: hidden;
}
.c-gridItem--hasHoverFooter .c-gridItem__mainWrapper:after {
  position: absolute;
  bottom: 0;
  width: 2em;
  height: 2.5em;
  display: block;
  content: "^";
  background: #00843D;
  border-radius: 10em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  font-weight: 900;
  padding-top: 2px;
  opacity: 1;
  color: white;
  text-align: center;
  -webkit-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
}
.c-gridItem--hasHoverFooter:hover .c-gridItem__mainWrapper::after {
  opacity: 0;
}

.view-testing-combined-doc-doc-family .view-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.view-testing-combined-doc-doc-family .views-row {
  width: 25%;
  margin-bottom: 2em;
  border: solid 1px #DDDDDD;
  border-right: none;
}
.view-testing-combined-doc-doc-family .views-row:nth-child(n+4) {
  border-right: solid 1px #DDDDDD;
}

.c-hero {
  position: relative;
}
.c-hero__backgroundImage img {
  display: block;
  width: 100%;
}
.c-hero__contentWrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.align-middle .c-hero__contentWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  -webkit-transform: initial;
          transform: initial;
}
.c-hero__contentWrapper > div {
  width: 100%;
}
body .c-hero__heading {
  font-size: 4rem;
  font-weight: bold;
  padding: 0.5em;
}
body .c-hero__heading--style1 {
  color: white;
  padding-bottom: 0.5em;
  margin: 0 auto;
  background: #00843D;
  text-align: center;
  width: 100%;
}
body .c-hero__heading--style2 {
  color: white;
  background: #00843D;
}

.c-hero__copyWrapperContainer {
  width: 100%;
  color: white;
}
.c-hero__copyWrapperContainer--style1 {
  background: rgba(89, 89, 89, 0.75);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-hero__copyWrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.hero-top-right .c-hero__copyWrapper {
  width: auto;
}
.c-hero__icon, .c-hero__copy {
  opacity: 1;
}
.c-hero__icon {
  margin-right: 1em;
}
.c-hero__icon img {
  display: block;
  width: auto;
  max-height: 8em;
}
.c-hero__copy {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-hero__copy .field--name-body :first-child {
  margin-top: 0;
}
.c-hero__copy .field--name-body :last-child {
  margin-bottom: 0;
}
@media (min-width: 670px) {
  .c-hero__contentWrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-2rowgolf .c-hero__contentWrapper {
    top: auto;
  }
  .hero-top-right .c-hero__contentWrapper {
    top: 45%;
  }
  .hero-top-right .c-hero__contentWrapper h1 {
    padding-top: 0;
  }
}
@media (min-width: 670px) and (min-width: 1000px) {
  .hero-top-right .c-hero__contentWrapper {
    top: 45%;
  }
}
@media (min-width: 670px) {
  body .c-hero__heading {
    font-size: 4rem;
    font-weight: bold;
    padding: 0.15em 0.3em;
  }
  body .c-hero__heading--style1 {
    background: transparent;
    padding-bottom: 0.5em;
    margin-top: revert;
    margin-bottom: revert;
  }
}
.c-hero.commercial-grade--banner h1 {
  font-size: 4rem;
  line-height: 4.4rem;
}
@media all and (min-width: 576px) {
  .c-hero.commercial-grade--banner h1 {
    font-size: 5.6rem;
    line-height: 6.2rem;
  }
}
@media all and (max-width: 576px) {
  .c-hero.commercial-grade--banner {
    margin: 0 -1.5rem;
  }
  .c-hero.commercial-grade--banner .c-hero__contentWrapper {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-hero.commercial-grade--banner .c-hero__backgroundImage img {
    width: auto;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-hero .video-embed-field-responsive-video {
  max-width: initial;
  margin: 0;
}
.c-hero.hero-episode h1 {
  font-weight: 900;
}
@media all and (max-width: 576px) {
  .c-hero.hero-episode h1 {
    font-size: 3rem !important;
  }
}
@media all and (max-width: 280px) {
  .c-hero.hero-episode h1 {
    font-size: 2.5rem !important;
  }
}
@media all and (max-width: 576px) {
  .c-hero.hero-episode .c-hero__contentWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.c-hero.hero-episode .c-hero__backgroundImage img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 576px) {
  .c-hero.hero-episode .c-hero__backgroundImage img {
    height: 500px;
  }
}
@media all and (max-width: 280px) {
  .c-hero.hero-episode .c-hero__backgroundImage img {
    height: 550px;
  }
}

.hero .container {
  width: auto;
  padding: 0;
}
.hero .field {
  position: relative;
}
.hero h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  font-size: 2.4em;
  color: white;
}
.hero--hideP p {
  display: none;
}

.banner-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  max-width: 55%;
}
@media (min-width: 992px) {
  .banner-btn {
    bottom: 24%;
  }
}
@media all and (max-width: 767px) {
  .banner-btn {
    bottom: 35%;
  }
}
@media all and (max-width: 480px) {
  .banner-btn {
    max-width: 86%;
  }
}
@media all and (max-width: 320px) {
  .banner-btn {
    max-width: 100%;
  }
}
.banner-btn .btn {
  margin: 0 1rem 1rem !important;
}
@media all and (max-width: 767px) {
  .banner-btn .btn {
    font-size: 12px;
    margin: 0 0.5rem 0.5rem !important;
  }
  .banner-btn .btn.arrow.arrow-down::after, .banner-btn .btn.arrow::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 5px);
  }
}

.align-middle h1 {
  font-weight: 700;
  text-shadow: 5px 15px 10px #222;
}

.homepage-carousel {
  background-color: #f5f5f5;
  padding: 3rem 3rem 2rem;
  margin-bottom: 3.5rem;
  text-align: center;
}
@media all and (min-width: 992px) {
  .homepage-carousel {
    text-align: left;
  }
}
.homepage-carousel__image {
  margin-bottom: 3rem;
}
@media all and (min-width: 992px) {
  .homepage-carousel__image {
    padding-right: 3rem;
    margin-bottom: 0;
    width: 43rem;
  }
}
.homepage-carousel__desc {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  color: #595959;
}
@media all and (min-width: 992px) {
  .homepage-carousel__desc {
    margin-bottom: 2rem;
    width: calc(100% - 43rem);
  }
}
.homepage-carousel__title {
  line-height: 1.3;
  margin: 0 0 2rem 0;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
}
@media all and (min-width: 992px) {
  .homepage-carousel__title {
    font-size: 4rem !important;
  }
}
.homepage-carousel__content {
  margin-bottom: 2rem;
}
.homepage-carousel__content h2, .homepage-carousel__content h3 {
  color: #595959;
  margin-top: 0;
  margin-bottom: 2rem;
}
.homepage-carousel__link {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  font-size: 2rem;
  border-color: #007b4b;
  line-height: 3rem;
  font-weight: 600;
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: 0;
}
.homepage-carousel__link:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.homepage-carousel__link:focus {
  font-weight: inherit;
}
.homepage-carousel .item {
  background-color: #f5f5f5;
}
@media all and (min-width: 992px) {
  .homepage-carousel .item {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.homepage-carousel.owl-theme .owl-item img {
  display: inline-block;
  width: auto;
}
.homepage-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #d6d6d6;
  width: 1.5rem;
  height: 1.5rem;
}
.homepage-carousel .owl-nav {
  margin: 0;
}
.homepage-carousel .owl-nav button {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  border: 2px solid green !important;
  color: green !important;
}
.homepage-carousel .owl-nav button:hover {
  background: green;
  color: #fff !important;
}
.homepage-carousel .owl-nav button span {
  display: block;
  height: 100%;
  line-height: 100%;
  font-size: 3rem;
}
.homepage-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.inlineList {
  list-style: none;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  max-width: 100%;
  margin: 2em auto;
}
.inlineList--threeItems {
  width: 400px;
}
@media (min-width: 900px) {
  .inlineList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.inlineList__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5em;
  position: relative;
}
@media (min-width: 900px) {
  .inlineList__item:after {
    display: block;
    content: "";
    width: 1px;
    height: 5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: grey;
    right: 0;
  }
  .inlineList__item:last-child:after {
    display: none;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.c-mastheadCard {
  margin: 0 auto;
  max-width: 336px;
  position: relative;
  text-align: left;
  font-size: 16px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-mastheadCard {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 1200px;
            flex: 1 1 1200px;
    /**
     * A max-height override should be set for each variant that is created.
     */
  }
  .c-mastheadCard--takeControl {
    max-height: 585px;
  }
  .c-mastheadCard--speedSeason {
    max-height: 626px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1100px), (-ms-high-contrast: none) and (min-width: 1100px) {
  .c-mastheadCard--speedSeason {
    max-height: 570px;
  }
}
.c-mastheadCard--noLimit {
  max-width: 100%;
  margin: 0;
}
.c-mastheadCard * {
  position: relative;
}
.c-mastheadCard__masthead {
  position: relative;
  display: block;
  text-align: center;
  padding: 1.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#DBDCDB));
  background: linear-gradient(to bottom, white, #DBDCDB);
}
.c-mastheadCard__masthead:hover .c-mastheadCard__mastheadImg--main {
  opacity: 0;
}
.c-mastheadCard__masthead:hover .c-mastheadCard__mastheadImg--hover {
  opacity: 1;
}
.c-mastheadCard__mastheadImg {
  -webkit-transition: all ease 0.75s;
  transition: all ease 0.75s;
}
.c-mastheadCard__mastheadImg--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-mastheadCard__content {
  padding: 2em;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #E7E7E7;
}
.c-mastheadCard__content[data-state=closed] {
  display: none;
}
.c-mastheadCard__heading {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.c-mastheadCard__heading--toggle {
  font-size: 1.25em;
  margin-bottom: 0;
}
.c-mastheadCard__subHeading {
  margin-bottom: 10px;
  line-height: 1.4em;
}
.c-mastheadCard__heading, .c-mastheadCard__subHeading {
  font-weight: bold;
}
.c-mastheadCard__new {
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  color: goldenrod;
  text-transform: uppercase;
}
.c-mastheadCard__featuresList {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
}
.c-mastheadCard__featuresListItem {
  line-height: 1.4em;
}
.c-mastheadCard__featuresListItem--asterisk {
  list-style: none;
  font-size: 0.8em;
  margin-top: 10px;
}
.c-mastheadCard__info {
  margin-bottom: 18px;
}
.c-mastheadCard__cta {
  text-align: center;
  margin-top: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.c-mastheadCard__cta--secondary {
  margin-top: 1em;
}
.c-mastheadCard__cta--hidden {
  visibility: hidden;
}
@media (min-width: 780px) {
  .c-mastheadCard {
    margin-bottom: 22px;
  }
  .c-mastheadCard__toggle {
    display: none;
  }
}
.c-mastheadCard--darkMode .c-mastheadCard__masthead {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#343434));
  background: linear-gradient(to bottom, black, #343434);
}
.c-mastheadCard--darkMode .c-mastheadCard__content {
  background-color: #424242;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-mastheadCard {
    max-height: 674px;
  }
}
.rbLandingPage--speedSeason .c-mastheadCard__info,
.rbLandingPage--speedSeason .c-mastheadCard__featuresListItem {
  margin-bottom: 10px;
}
.rbLandingPage--speedSeason .rbLandingPage__footerFormWrapper [id^=edit-file-upload-upload-button] {
  margin: 0.5em auto 0;
}

.c-modalContent__shadow {
  -webkit-box-shadow: 0 0 10px #DDDDDD;
          box-shadow: 0 0 10px #DDDDDD;
  padding: 1em;
}
.c-modalContent__footer {
  padding: 1.5em;
  margin-top: 1.5em;
  border-top: 1px #DDDDDD solid;
}
.c-modalContent__footer--docFamily {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-modalContent__footerImgButton {
  max-width: 4em;
  display: inline-block;
  margin-right: 0.5em;
}
.c-modalContent__footerImgButtonImg {
  max-width: 100%;
}

.ui-widget-overlay {
  background: black;
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  z-index: 500;
}

.ui-dialog {
  border-radius: 7px;
  border: solid 4px #007b4b !important;
  z-index: 501;
  padding: 0 1em;
  max-width: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  background-color: transparent;
  color: #007b4b;
  border: none;
  font-size: 2em;
}
.ui-dialog .ui-dialog-title {
  text-align: center;
  white-space: inherit;
  width: 100%;
  display: block;
  padding: 0.25em;
  line-height: initial;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: 16px;
}
.ui-dialog .ui-dialog-buttonpane button {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  margin: 0;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-dialog .ui-dialog-buttonpane button:focus {
  font-weight: inherit;
}
.ui-dialog .btn-large:after, .ui-dialog .form-submit:after {
  content: "";
  display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  border: none;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/aui/6.0.1/aui/css/icons/aui-icon-close.png) no-repeat center center;
}

.previse-conserver-water {
  padding: 0 20px 50px;
}
@media only all and (min-width: 1200px) {
  .previse-conserver-water {
    padding: 30px 20px 100px;
  }
}
@media only all and (min-width: 1300px) {
  .previse-conserver-water {
    padding: 40px 85px 100px;
  }
}
.previse-conserver-water::before {
  content: "";
  display: block;
  background: url("../images/precision-water-lander.jpg") no-repeat left top;
  background-size: cover;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.previse-conserver-water__title {
  max-width: 650px;
  margin: 0 auto 25px;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-style: italic;
}
@media only all and (min-width: 1200px) {
  body.page-node-type-layout-builder-page .layout .previse-conserver-water__title {
    font-size: 4rem;
  }
}
.previse-conserver-water .field__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
  text-align: center;
}
@media only all and (min-width: 1200px) {
  .previse-conserver-water .field__items {
    grid-template-columns: repeat(8, 1fr);
    gap: 40px 5px;
  }
  .previse-conserver-water .field__items--7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
.previse-conserver-water .field__item {
  position: relative;
}
.previse-conserver-water__logo {
  margin-bottom: 50px;
}
@media only all and (min-width: 1200px) {
  .previse-conserver-water__logo {
    margin-bottom: 90px;
  }
}
.previse-conserver-water__logo img {
  max-width: 100%;
}
.previse-conserver-water__tools__image {
  min-height: 108px;
  margin-bottom: 10px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.previse-conserver-water__tools__image img {
  max-height: 108px;
  width: auto;
}
.previse-conserver-water__tools__title {
  margin: 0;
  font-style: italic;
  line-height: 2rem;
}
body.page-node-type-layout-builder-page .previse-conserver-water__tools__title {
  font-weight: 400;
  font-size: 1.6rem;
}
@media all and (max-width: 1300px) {
  body.page-node-type-layout-builder-page .previse-conserver-water__tools__title {
    font-size: 1.4rem;
  }
}
body.page-node-type-layout-builder-page .field__items--8 .previse-conserver-water__tools__title {
  font-weight: 400;
  font-size: 1.5rem;
}
@media all and (max-width: 1300px) {
  body.page-node-type-layout-builder-page .field__items--8 .previse-conserver-water__tools__title {
    font-size: 1.4rem;
  }
}
.previse-conserver-water__tools__link {
  color: #ffffff;
  display: block;
}
.previse-conserver-water__tools__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.previse-conserver-water__tools__link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.previse-conserver-water__tools__link:focus {
  color: #ffffff;
  outline: none;
}
.previse-conserver-water__tools__link--both::before {
  display: none;
}
.previse-conserver-water__tools__link:nth-child(2) {
  margin-top: 20px;
}

.layout-builder-configure-block .previse-conserver-water::before {
  display: none;
}

/**
 Will generally be a <figure> containing a
 <blockquote> and <figcaption>
 */
.quote {
  margin: 3em 0;
}
body.page-node-type-layout-builder-page .quote {
  margin-bottom: 0;
}

.quote__blockquote {
  color: #595959;
  font-style: italic;
  padding: 0;
  margin: 0 0 0.5em;
  border: none;
  font-size: 1.25em;
}
.c-rbLayoutBuilderNode {
  font-size: 18px;
}
.c-rbLayoutBuilderNode__section {
  /**
   * Acts as an override class. Sections are full width by default.
   */
}
.c-rbLayoutBuilderNode__section--fullWidth .layout__regionsWrapper {
  max-width: none !important;
}
.c-rbLayoutBuilderNode__section--paddingNone .layout__regionsWrapper {
  padding: 0 !important;
}
.c-rbLayoutBuilderNode__section--removePaddingHorizontal .layout__regionsWrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.c-rbLayoutBuilderNode__section--removePaddingVertical .layout__regionsWrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.c-rbLayoutBuilderNode__section--bgGrey {
  background: #F5F5F5;
}
.c-rbLayoutBuilderNode__section--bgLightGreen {
  background: #158559;
}
.c-rbLayoutBuilderNode__section--hero .layout__regionsWrapper {
  padding: 0;
  max-width: 100%;
}

.js-tabs .field--name-field-body {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.js-tabs .field--name-field-image-with-text .field__item {
  display: inline-block;
  width: 19.5%;
  padding-left: 5px;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}
.js-tabs .field--name-field-image-with-text .field__item .paragraph--type--image-with-text {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
.js-tabs .field--name-field-image-with-text .field__item .paragraph--type--image-with-text .field--name-field-image {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  min-height: 100px;
}
.js-tabs .field--name-field-image-with-text .field__item .paragraph--type--image-with-text .field--name-field-image-text {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.js-tabs .rb-tabs-tabs__list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.js-tabs .rb-tabs-tabs__item {
  display: inline-block;
  width: 32.5%;
  text-align: center;
  min-height: 180px;
}
.js-tabs .rb-tabs-tabs__item .tab_header_body {
  width: 100%;
}
.js-tabs .rb-tabs-tabs__item .tab_header_body .tab-title {
  background-color: #00843D;
  width: 100%;
  color: white;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-radius: 8px 8px 0 0;
  font-size: 15px;
}
.js-tabs .rb-tabs-tabs__item .tab_header_body .tab_header_description {
  width: 100%;
  padding: 10px;
}
.js-tabs .rb-tabs-tabs__item .tab_header_body .tab_header_description .tab_header_image {
  display: inline-block;
  vertical-align: top;
  width: 35%;
}
.js-tabs .rb-tabs-tabs__item .tab_header_body .tab_header_description .tab_header_description_area {
  display: inline-block;
  vertical-align: top;
  width: 63%;
  line-height: 1;
  color: #00843D;
}
.js-tabs .rb-tabs-tabs__item:nth-of-type(2) {
  margin-left: 10px;
  margin-right: 10px;
}
.js-tabs .rb-tabs-tabs__link {
  display: inline-block;
  cursor: pointer;
  color: #148297;
  width: 100%;
  min-height: 178px;
  opacity: 0.25;
  border: #00843D 1px solid;
  border-radius: 8px;
}
.js-tabs .rb-tabs-tabs__item a:focus,
.js-tabs .rb-tabs-tabs__item a:hover {
  outline: none;
  outline-offset: none;
  color: gold;
  text-decoration: none;
}
.js-tabs [aria-selected=true].rb-tabs-tabs__link,
.js-tabs [aria-selected=true].tabs__link {
  opacity: 1;
}
.js-tabs [aria-hidden=true].rb-tabs-tabs__content,
.js-tabs [aria-hidden=true].tabs__content {
  display: none;
}

@media screen and (max-width: 850px) {
  .js-tabs .rb-tabs-tabs__item {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 2%;
  }
  .js-tabs .field--name-field-image-with-text .field__item {
    width: 100%;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .c-button--large {
    width: 100%;
    display: block;
  }
}
/**
  Simple component for making text look like a tag.
  Makes it and inline-block with squre edges and
  a green background. Might be used to mark New or
  Discontinued products, for instance.

  Namespaced just to protect against potential conflicts.
 */
.rbTag {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 0.5em;
  color: white;
  background: #007b4b;
  vertical-align: top;
}

.c-relatedItem {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 200px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 1em;
  margin-bottom: 1em;
}
.c-relatedItem__imageLink {
  padding: 1em;
  border: 1px solid #DDDDDD;
  background: white;
  margin-bottom: 0.5em;
}
.c-relatedItem__imageLink:hover {
  -webkit-box-shadow: 0 0 15px #DDDDDD;
          box-shadow: 0 0 15px #DDDDDD;
}
.c-relatedItem__title {
  font-weight: bold;
  color: #00843D;
  margin-bottom: 0.25em;
  overflow-wrap: break-word;
}
.c-relatedItem__title:hover {
  color: #00843D;
}
.c-relatedItem__tagline {
  color: #595959;
}
.c-relatedItem__tagline:hover {
  color: #595959;
}
.darkMode .c-relatedItem__tagline, .darkMode .c-relatedItem__tagline:hover {
  color: white;
}

.c-responsiveIframeContainer {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.c-responsiveIframeContainer__iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.js-accordion .c-responsiveIframeContainer {
  /* padding-top: 0; */
}

.c-simpleQuote__blockquote {
  padding: 0;
  margin: 0;
  border: none;
}
.c-simpleQuote__byline {
  font-size: revert;
  line-height: revert;
  color: revert;
}
.c-simpleQuote__name {
  display: inline-block;
}
.c-simpleQuote__body {
  font-style: italic;
  margin-bottom: 0.5em;
}
.c-simpleQuote__title {
  font-weight: bold;
}

.c-simpleToggler__trigger {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  padding: 0.75em 1em;
  margin: 0;
  background: #00843D;
}
.c-simpleToggler__trigger h1, .c-simpleToggler__trigger h2, .c-simpleToggler__trigger h3, .c-simpleToggler__trigger h4, .c-simpleToggler__trigger h5, .c-simpleToggler__trigger h6 {
  font-size: 1em !important;
  color: white !important;
  margin: 0 !important;
}
.c-simpleToggler__trigger[aria-expanded=true], .c-simpleToggler__trigger[aria-expanded=false] {
  cursor: pointer;
}
.c-simpleToggler__trigger[aria-expanded=true]::after, .c-simpleToggler__trigger[aria-expanded=false]::after {
  position: absolute;
  right: 0.5em;
  top: 0.8em;
}
.c-simpleToggler__trigger[aria-expanded=false]::after {
  content: "▼";
}
.c-simpleToggler__trigger[aria-expanded=true]::after {
  content: "▲";
}
.c-simpleToggler__target--padded {
  padding: 1em 1.5em;
  border: solid 2px #00843D;
  border-top: none;
}

.specifierNav__wrapper {
  margin: 0 0 0.5em 0;
}
.specifierNav__heading {
  font-size: 1.5em;
  color: black;
}
.specifierNav__ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
  margin-left: 1em;
}
.specifierNav__li {
  margin-bottom: 0.5em;
}
.specifierNav__a {
  color: #333;
}
.specifierNav__a:hover {
  color: #333;
}
.specifierNav__a--active {
  font-weight: bold;
}

.c-toggle {
  text-align: left;
  position: relative;
  border: none;
  border-radius: 0;
  color: black;
  padding: 0.5em 0.75em;
}
.c-toggle * {
  position: relative;
}
.c-toggle__content:after {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-toggle[data-state=closed] .c-toggle__content:after {
  content: "+";
}
.c-toggle[data-state=open] .c-toggle__content:after {
  content: "-";
}
.c-toggle--darkMode {
  background-color: #424242;
  color: white;
}

.joyride-modal-bg {
  background: rgba(89, 89, 89, 0.6);
}
.joyride-tip-guide {
  border-radius: 5px;
  border: solid 2px #00843D;
}
.joyride-next-tip {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
}
.joyride-next-tip:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.joyride-next-tip:focus {
  font-weight: inherit;
}
.joyride-content-wrapper {
  font-size: 1.25em;
}

.tree-stories-banner {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 12px solid #e9e1d6;
}
@media all and (max-width: 920px) {
  .tree-stories-banner {
    display: block;
  }
}
@media all and (min-width: 920px) {
  .tree-stories-banner-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71%;
            flex: 0 0 71%;
  }
  .tree-stories-banner-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.tree-stories-banner-content {
  border-top: 1px solid #97d6ae;
  font-family: Arial, "Open Sans";
}
@media all and (min-width: 920px) {
  .tree-stories-banner-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
  }
}
.tree-stories-banner-content h2 {
  background: #00653a;
  color: #fff;
  margin: 0;
  padding: 17px 22px;
  font-size: 30px;
}
.tree-stories-banner-content ol {
  padding: 0;
  margin: 0;
  counter-reset: my-awesome-counter;
}
@media all and (max-width: 920px) {
  .tree-stories-banner-content ol {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (max-width: 767px) {
  .tree-stories-banner-content ol {
    display: block;
  }
}
.tree-stories-banner-content ol li {
  list-style: none;
  counter-increment: my-awesome-counter;
  position: relative;
  min-height: 215px;
  padding: 30px 24px 30px 77px;
  color: #00833f;
  background: #c8d6a7;
}
@media all and (max-width: 767px) {
  .tree-stories-banner-content ol li {
    min-height: initial;
  }
}
.tree-stories-banner-content ol li:nth-of-type(2n+2) {
  background: #e9e1d5;
}
.tree-stories-banner-content ol li h3 {
  margin: 0;
  color: #00833f;
  font-size: 17px;
  font-weight: bold;
}
.tree-stories-banner-content ol li::before {
  content: counter(my-awesome-counter);
  font-weight: bold;
  position: absolute;
  left: 16px;
  top: 15px;
  font-size: 83px;
  color: inherit;
  line-height: normal;
  font-weight: normal;
}
.tree-stories-banner-content-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 15px;
}

.product-cta {
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  background: #00833f;
  color: #fff;
  font-size: 12px;
}
.product-cta:hover, .product-cta:focus {
  color: #fff;
}

.tree-stories-episode {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 20px 0;
  background: #00833f;
}
.tree-stories-episode-outer {
  border-bottom: 12px solid #e9e1d6;
}
.tree-stories-episode-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.4%;
          flex: 0 0 25.4%;
}
@media all and (max-width: 920px) {
  .tree-stories-episode-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media all and (max-width: 767px) {
  .tree-stories-episode-thumbnail {
    padding-bottom: 10px;
  }
}
.tree-stories-episode-inner {
  padding: 0 76px;
  margin: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 767px) {
  .tree-stories-episode-inner {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 1200px) {
  .tree-stories-episode-inner {
    padding: 0 20px;
  }
}
.tree-stories-episode-number {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 20px;
}
.tree-stories-episode-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74.6%;
          flex: 0 0 74.6%;
  padding-left: 33px;
}
@media all and (max-width: 920px) {
  .tree-stories-episode-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media all and (max-width: 767px) {
  .tree-stories-episode-content {
    padding-left: 0;
  }
}
.tree-stories-episode-content h3 {
  margin: 0 0 20px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
}
.tree-stories-episode-watch {
  margin-top: 25px;
}
.tree-stories-episode-watch a {
  border: 1px solid #fff;
  display: inline-block;
  width: 114px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  background: #00833f;
  color: #fff;
}
.tree-stories-episode-watch a:hover {
  color: #fff;
}
.tree-stories-episode-details {
  background: #c8d5a7;
  padding: 54px 0;
}
@media all and (max-width: 1200px) {
  .tree-stories-episode-details {
    padding: 30px 0;
  }
}
.tree-stories-episode-details-inner {
  padding: 0 76px;
  margin: auto;
}
@media all and (max-width: 1200px) {
  .tree-stories-episode-details-inner {
    padding: 0 20px;
  }
}

.page-node-type-tree-stories .main-layout-container {
  margin-bottom: 0 !important;
  max-width: initial;
}

.c-troubleshootingStep__h1 {
  color: #00843D;
  text-align: center;
  margin: 1em;
}
.c-troubleshootingStep__container {
  border: solid 2px #00843D;
  margin: 0 auto 1em;
  max-width: 960px;
}
.c-troubleshootingStep__header, .c-troubleshootingStep__footer {
  background: #00843D;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em;
}
.c-troubleshootingStep__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.c-troubleshootingStep__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  font-size: 1.5em;
  padding: 0 0.5em;
}
.c-troubleshootingStep__h2 {
  color: white;
  margin: 0;
}
.c-troubleshootingStep__main {
  padding: 1em;
  text-align: center;
}
.c-troubleshootingStep__media {
  margin: 0 auto 1em;
  max-width: 80%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-troubleshootingStep__body {
  font-size: 1.5em;
}
.c-troubleshootingStep__body:first-child:last-child {
  margin: 0 auto;
  max-width: 26em;
}
.c-troubleshootingStep__body p:first-child {
  margin-top: 0;
}
.c-troubleshootingStep__body p:last-child {
  margin-bottom: 0;
}
.c-troubleshootingStep__action {
  margin: 0.5em 1em;
  width: 100%;
}
@media (min-width: 600px) {
  .c-troubleshootingStep__main {
    text-align: left;
    padding: 3em;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .c-troubleshootingStep__media {
    margin: 0 2em 0 0;
    max-width: revert;
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 960px) {
  .c-troubleshootingStep__footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-troubleshootingStep__action {
    margin: 0 1em;
    width: revert;
  }
}

.video-embed-field-responsive-video {
  position: relative;
}

.video-embed-field-responsive-video:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.video-embed-field-responsive-modal {
  max-width: 100%;
}

.video-embed-field-lazy {
  cursor: pointer;
  position: relative;
}

.video-embed-field-lazy img {
  width: 100%;
}

.video-embed-field-lazy-play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("icons/play.svg") no-repeat;
  cursor: pointer;
  background-size: 72px 72px;
}

.c-videoGallery {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-videoGallery__slider {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
  margin-top: 1em;
  margin-left: 0;
}
.c-videoGallery__sliderHeading {
  position: absolute;
  left: -1000000px;
}
.c-videoGallery__thumbnailContainer {
  position: relative;
  display: block;
  text-align: center;
}
.c-videoGallery__thumbnailContainer:before, .c-videoGallery__thumbnailContainer:after {
  position: absolute;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  height: 25px;
  width: 25px;
  border-radius: 30px;
  font-size: 15px;
}
.c-videoGallery__thumbnailContainer:before {
  content: "▶";
  color: white;
  z-index: 2;
  -webkit-transform: translate(4%, -52%);
          transform: translate(4%, -52%);
}
.c-videoGallery__thumbnailContainer:after {
  z-index: 1;
  content: "";
  background: #00843D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-videoGallery__thumbnail {
  border: solid 4px transparent;
  display: block;
}
.c-videoGallery__thumbnail--active {
  border-color: #00843D;
}
.c-videoGallery__thumbnailButton {
  border: none;
  background: transparent;
  text-align: left;
  max-width: 250px;
}
.c-videoGallery__thumbnailLabel {
  display: block;
  margin-top: 0.5em;
  color: #00843D;
}
.c-videoGallery__thumbnailLabel:hover {
  text-decoration: underline;
}
.c-videoGallery .slick, .c-videoGallery .slick * {
  z-index: 1;
}
.c-videoGallery .slick-arrow {
  position: absolute;
  height: 100% !important;
  opacity: 1 !important;
  font-size: 3em !important;
  padding: 0.2em;
  pointer-events: auto;
  z-index: 1;
  background: #00843D;
  border-radius: 0;
  width: 35px !important;
  overflow: hidden;
}
.c-videoGallery .slick-arrow:before, .c-videoGallery .slick-arrow:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-videoGallery .slick-arrow:before {
  z-index: 3;
  position: absolute;
  color: #00843D;
  opacity: 1;
  left: 0;
  right: 0;
  font-size: 1em;
}
.c-videoGallery .slick-arrow:after {
  z-index: 2;
  display: block;
  content: "";
  height: 25px;
  width: 25px;
  background: white;
  border-radius: 100px;
}
.c-videoGallery .slick-prev {
  left: 0;
}
.c-videoGallery .slick-prev:before, .c-videoGallery .slick-prev:after {
  top: 50%;
  -webkit-transform: translate(-2px, -50%);
          transform: translate(-2px, -50%);
}
.c-videoGallery .slick-prev ~ .slick-list > .slick-track {
  padding-left: 35px;
}
.c-videoGallery .slick-next {
  right: 0;
}
.c-videoGallery .slick-next:before, .c-videoGallery .slick-next:after {
  top: 50%;
  -webkit-transform: translate(-3px, -50%);
          transform: translate(-3px, -50%);
}
.c-videoGallery .slick-disabled {
  background: #DDDDDD;
}
.c-videoGallery .slick-disabled:before {
  color: #DDDDDD;
}
.c-videoGallery .slick-track {
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.c-corporateResponsibility__banner {
  position: relative;
}
.c-corporateResponsibility__bannerHeading {
  color: white;
  background-color: #00843D;
  margin: 0;
  font-size: 2.25em;
  font-weight: 200;
  line-height: 1.25;
  padding: 0.5em;
  text-align: center;
}
.c-corporateResponsibility__bannerImg {
  display: none;
}
.c-corporateResponsibility__bannerHeadingSecondary {
  display: block;
  font-size: 0.6em;
  margin-top: 2em;
}
.c-corporateResponsibility__ctaContainer {
  margin: 3em 0;
  text-align: center;
}
.c-corporateResponsibility__cta {
  font-size: 1.2em;
  padding: 0.5em 0.75em;
  white-space: nowrap;
}
@media (min-width: 560px) {
  .c-corporateResponsibility__cta {
    font-size: 1.5em;
    padding: 0.5em 1em;
  }
}
.c-corporateResponsibility__techCopy {
  max-width: 82em;
}
.c-corporateResponsibility__techCopyPrimary, .c-corporateResponsibility__goalsHeading {
  margin: 1em 0;
  font-size: 1.75em;
  font-weight: 200;
  color: #00843D;
}
.c-corporateResponsibility__techCopySecondary {
  font-size: 1.45em;
  font-weight: 600;
}
.c-corporateResponsibility__figureList {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style: none;
}
.c-corporateResponsibility__figureList--tech {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-corporateResponsibility__figureList--goals {
  display: grid;
  grid-template-columns: auto;
  gap: 4em 8em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-corporateResponsibility__techFigure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 8em;
  text-align: center;
  margin: 2em 0;
}
.c-corporateResponsibility__techLabel {
  margin-top: 1em;
  font-weight: bold;
  color: #00843D;
}
.c-corporateResponsibility__overview {
  font-size: 1.5em;
  margin: 0;
  padding: 2em;
}
.c-corporateResponsibility__overviewImgContainer {
  margin-right: 2.5em;
}
.c-corporateResponsibility__overviewHeading {
  font-size: 2.25em;
  font-weight: 200;
  line-height: 1.25;
  color: #00843D;
  padding-bottom: 1em;
}
@media (min-width: 560px) {
  .c-corporateResponsibility__overviewHeading {
    padding-bottom: 0;
    padding-right: 1em;
  }
}
.c-corporateResponsibility__overviewImg {
  width: 14em;
  margin-bottom: 2em;
}
.c-corporateResponsibility__goals {
  margin-bottom: 4em;
}
.c-corporateResponsibility__goalFigure {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-corporateResponsibility__goalImgWrapper {
  width: 9em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-corporateResponsibility__goalImg {
  margin: 0 auto;
  height: 5em;
}
.c-corporateResponsibility__goalLabel {
  font-weight: bold;
  font-size: 1.25em;
}
.c-corporateResponsibility__tech, .c-corporateResponsibility__goals, .c-corporateResponsibility__ctaContainer {
  margin-left: 2em;
  margin-right: 2em;
}
@media (min-width: 410px) {
  .c-corporateResponsibility__figureList--tech {
    grid-template-columns: auto auto auto;
  }
}
@media (min-width: 560px) {
  .c-corporateResponsibility__bannerHeading {
    position: absolute;
    background-color: transparent;
    top: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1em;
    font-size: 3em;
    padding: 0 1em 0 0;
  }
  .c-corporateResponsibility__bannerImg {
    display: inline;
  }
}
@media (min-width: 580px) {
  .c-corporateResponsibility__figureList--tech {
    grid-template-columns: auto auto auto auto;
  }
}
@media (min-width: 680px) {
  .c-corporateResponsibility__bannerHeading {
    font-size: 3.75em;
  }
  .c-corporateResponsibility__overview {
    border-radius: 3em;
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media (min-width: 768px) {
  .c-corporateResponsibility__figureList--tech {
    grid-template-columns: auto auto auto auto auto;
  }
  .c-corporateResponsibility__overview {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-corporateResponsibility__overviewImg {
    width: 50em;
  }
}
@media (min-width: 850px) {
  .c-corporateResponsibility__techCopyPrimary, .c-corporateResponsibility__goalsHeading {
    font-size: 2.25em;
  }
}
@media (min-width: 1100px) {
  .c-corporateResponsibility__figureList--goals {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 1400px) {
  .c-corporateResponsibility__overview, .c-corporateResponsibility__tech, .c-corporateResponsibility__goals {
    margin-left: 0;
    margin-right: 0;
  }
  .c-corporateResponsibility__techCopyPrimary, .c-corporateResponsibility__goalsHeading {
    font-size: 3em;
  }
}

.rbLandingPage {
  font-size: 18px;
  text-align: center;
}
.page--rb-landing-page {
  overflow-x: hidden;
}
.page--rb-landing-page--fullWidth #wrapper,
.page--rb-landing-page--fullWidth .main-layout-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.page--rb-landing-page--fullWidth .row {
  margin-left: 0;
  margin-right: 0;
}
.page--rb-landing-page:not([class*="--fullWidth"]) .main-layout-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.page--rb-landing-page:not([class*="--fullWidth"]) .rbLandingPage__section {
  max-width: 1170px;
  margin: 0 auto;
}
.page--rb-landing-page--darkMode {
  background-color: black;
}
.page--rb-landing-page--darkMode #wrapper,
.page--rb-landing-page--darkMode #wrapper > .row.layout {
  background-color: black;
}

.rbLandingPage__heading {
  font-size: 1.75em;
  font-weight: bold;
  text-transform: uppercase;
}
.rbLandingPage__paragraph {
  width: 25em;
  max-width: 100%;
  margin: 2em auto;
}
.rbLandingPage__paragraph--large {
  width: 35em;
  padding: 0 1em;
}
.rbLandingPage__heading--noMarginTop {
  margin-top: 0;
}
.rbLandingPage__footerFormWrapper {
  padding: 0 2em;
}
.rbLandingPage__footerFormWrapper form {
  width: 400px;
  max-width: 100%;
  text-align: left;
  margin: 0 auto;
}
.rbLandingPage__footerFormWrapper .form-item,
.rbLandingPage__footerFormWrapper input {
  max-width: 100%;
}
.rbLandingPage__footerFormWrapper .form-item {
  text-align: left;
}
.rbLandingPage__footerFormWrapper label {
  display: block;
}
.rbLandingPage__footerFormWrapper input {
  color: black;
}
.rbLandingPage__footerFormWrapper select {
  height: 47px;
  max-width: 100%;
  width: 100%;
  border: 0;
  outline: 1px inset black;
  outline-offset: -1px;
  color: black;
}
.rbLandingPage__footerFormWrapper .webform-address--wrapper legend {
  display: none;
}
.rbLandingPage__footerFormWrapper .webform-select-other legend {
  bordeR: none;
}
.rbLandingPage__footerFormWrapper #edit-file-upload-upload {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rbLandingPage__footerFormWrapper #edit-file-upload-upload input {
  margin: 0;
}
.rbLandingPage__footerFormWrapper .form-checkbox + label {
  display: inline-block;
}
.rbLandingPage__footerFormWrapper .form-submit {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  font-size: 2rem;
  margin: 2em auto 0;
  display: block;
}
.rbLandingPage__footerFormWrapper .form-submit:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rbLandingPage__footerFormWrapper .form-submit:focus {
  font-weight: inherit;
}
@media (max-width: 860px) {
  .rbLandingPage__paragraph {
    width: 20em;
  }
}

.page--rb-landing-page-int #logoBlock {
  margin: auto;
}

.rbLandingPage--takeControl {
  color: white;
  background-color: black;
}
.rbLandingPage--takeControl.page-node-type-layout-builder-page {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#222222));
  background: linear-gradient(180deg, black 0%, #222222);
}
.rbLandingPage--takeControl h1, .rbLandingPage--takeControl h2, .rbLandingPage--takeControl h3, .rbLandingPage--takeControl h4, .rbLandingPage--takeControl h5, .rbLandingPage--takeControl h6, .rbLandingPage--takeControl legend {
  color: white;
}
.rbLandingPage--takeControl .layout-builder,
.rbLandingPage--takeControl .layout-builder-block {
  background-color: #000;
}
.rbLandingPage--takeControl #layout-builder-modal {
  background: #000;
  color: #fff;
}
.rbLandingPage--takeControl #layout-builder-modal legend,
.rbLandingPage--takeControl #layout-builder-modal fieldset,
.rbLandingPage--takeControl #layout-builder-modal select,
.rbLandingPage--takeControl #layout-builder-modal textarea {
  color: #000;
}
.rbLandingPage--takeControl #layout-builder-modal thead th {
  background: none;
}
.rbLandingPage--takeControl #layout-builder-modal tbody tr:hover {
  background-color: #333;
}
.rbLandingPage--takeControl .rbLandingPage__limiter {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}
.rbLandingPage--takeControl .rbLandingPage__section {
  padding: 2em 1em;
}
.rbLandingPage--takeControl .rbLandingPage__video {
  margin-top: 1.5em;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}
.rbLandingPage--takeControl .rbLandingPage__video .rb-lp-iframe {
  width: 860px;
  height: 484px;
}
.rbLandingPage--takeControl .rbLandingPage__link {
  color: #007b4b;
}
.rbLandingPage--takeControl .rbLandingPage__heroTop {
  position: relative;
  overflow: hidden;
  width: 100%;
  top: -2px;
}
.rbLandingPage--takeControl .rbLandingPage__heroInfoWrapper {
  padding: 1em;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rbLandingPage--takeControl .rbLandingPage__heroInfo {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin: 0 auto;
}
.rbLandingPage--takeControl .rbLandingPage__heroHeading, .rbLandingPage--takeControl .rbLandingPage__takeControl {
  font-size: 1em;
}
.rbLandingPage--takeControl .rbLandingPage__heroHeading {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 1.5em;
}
.rbLandingPage--takeControl .rbLandingPage__heading {
  font-weight: bold;
  display: block;
}
.rbLandingPage--takeControl .rbLandingPage__takeControl {
  background-image: url("/modules/custom/rainbird_lp/assets/images/take-control/grungeBg.jpg");
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  border: solid white 3px;
  font-size: 0.9em;
  margin: 0.5em auto 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.15em 0.25em;
  border-radius: 0;
  display: block;
  letter-spacing: 1px;
}
.rbLandingPage--takeControl .rbLandingPage__heroBg {
  width: 200%;
  max-width: none;
}
.rbLandingPage--takeControl .rbLandingPage__figure {
  margin: 0 -1em;
}
.rbLandingPage--takeControl .rbLandingPage__icon {
  width: 50px;
}
.rbLandingPage--takeControl .rbLandingPage__iconCaption {
  width: 200px;
  font-size: 1.15em;
  font-weight: bold;
  text-align: left;
  margin-left: 0.5em;
}
.rbLandingPage--takeControl .rbLandingPage__icon, .rbLandingPage--takeControl .rbLandingPage__iconCaption {
  display: inline-block;
  vertical-align: middle;
}
.rbLandingPage--takeControl .rbLandingPage__footerHeading {
  margin-top: 2em;
  font-size: 1.5em;
  font-weight: bold;
}
.rbLandingPage--takeControl .rbLandingPage__footerImage {
  width: 800px;
  max-width: 100%;
  margin-lefT: auto;
  margin-right: auto;
}
.rbLandingPage--takeControl .rbLandingPage__footerImage--small {
  margin-top: 1em;
  width: 400px;
}
.rbLandingPage--takeControl .rbLandingPage__ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
}
.rbLandingPage--takeControl .rbLandingPage__link {
  text-decoration: underline;
}
@media (min-width: 410px) {
  .rbLandingPage--takeControl .rbLandingPage__heroHeading {
    font-size: 2.25em;
  }
}
@media (min-width: 540px) {
  .rbLandingPage--takeControl .rbLandingPage__paragraph--large {
    font-size: 1.1em;
  }
  .rbLandingPage--takeControl .rbLandingPage__figure {
    margin: 0;
  }
}
@media (min-width: 540px) {
  .rbLandingPage--takeControl .rbLandingPage__heroBg {
    width: 100%;
  }
  .rbLandingPage--takeControl .rbLandingPage__heroInfoWrapper {
    position: absolute;
    height: 100%;
    top: 0;
    right: 6%;
    bottom: 0;
    left: auto;
  }
  .rbLandingPage--takeControl .rbLandingPage__heroHeading {
    font-size: 1.5em;
  }
  .rbLandingPage--takeControl .rbLandingPage__heroHeading {
    margin-top: -47.5%;
  }
}
@media (min-width: 670px) {
  .rbLandingPage--takeControl .rbLandingPage__heroInfoWrapper {
    right: 8%;
  }
  .rbLandingPage--takeControl .rbLandingPage__icon {
    height: 65px;
    width: auto;
  }
}
@media (min-width: 720px) {
  .rbLandingPage--takeControl .rbLandingPage__heroInfoWrapper {
    right: 8%;
  }
  .rbLandingPage--takeControl .rbLandingPage__heroHeading {
    font-size: 1.9em;
  }
}
@media (min-width: 850px) {
  .rbLandingPage--takeControl .rbLandingPage__heroInfoWrapper {
    right: 10%;
  }
  .rbLandingPage--takeControl .rbLandingPage__heroHeading {
    font-size: 2.25em;
  }
}
@media (min-width: 1050px) {
  .rbLandingPage--takeControl .rbLandingPage__heroInfoWrapper {
    right: 7%;
  }
  .rbLandingPage--takeControl .rbLandingPage__heroBg {
    max-width: 100%;
    width: 100%;
  }
  .rbLandingPage--takeControl .rbLandingPage__heroHeading {
    font-size: 2.5em;
  }
  .rbLandingPage--takeControl .rbLandingPage__takeControl {
    font-size: 1em;
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .rbLandingPage--takeControl .rbLandingPage__heroInfoWrapper {
    left: 55%;
    right: auto;
  }
  .rbLandingPage--takeControl .rbLandingPage__heroHeading {
    font-size: 2.75em;
  }
}
@media (max-width: 860px) {
  .rbLandingPage--takeControl .rbLandingPage__video {
    margin-top: 1.5em;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  }
  .rbLandingPage--takeControl .rbLandingPage__video .rb-lp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}

.rbLandingPage--speedSeason #edit-file-upload-upload--description {
  line-height: 18px;
}
.rbLandingPage--speedSeason #edit-file-upload-upload {
  display: block;
}
.rbLandingPage--speedSeason .form-item-agree-to-the-offer-terms label {
  width: 94%;
  vertical-align: top;
}
.rbLandingPage--speedSeason #edit-file-upload-upload-button {
  margin: 0.5em auto 0 !important;
}
.rbLandingPage--speedSeason .rbLandingPage__finePrint {
  line-height: 21px;
}
.rbLandingPage--speedSeason .rbLandingPage__paragraph--large {
  width: 41em;
}
.rbLandingPage--speedSeason .rbLandingPage__heading {
  color: black;
}
.rbLandingPage--speedSeason .rbLandingPage__section {
  padding: 2em 0;
}
.rbLandingPage--speedSeason .rbLandingPage__section--winBig {
  text-align: center;
}
.rbLandingPage--speedSeason .rbLandingPage__section--winBig .c-button {
  margin: 0 auto;
}
.rbLandingPage--speedSeason .rbLandingPage__section--footer {
  margin-bottom: -10px;
}
.rbLandingPage--speedSeason .rbLandingPage__section--winBig, .rbLandingPage--speedSeason .rbLandingPage__section--footer {
  max-width: 100% !important;
  background: #E7E7E7;
}
.rbLandingPage--speedSeason .rbLandingPage__hero {
  position: relative;
  color: white;
  overflow: hidden;
}
.rbLandingPage--speedSeason .rbLandingPage__heroBg {
  width: 215%;
  margin-left: -23%;
  max-width: none;
}
.rbLandingPage--speedSeason .rbLandingPage__heroInfoWrapper {
  height: 100%;
  background: rgba(1, 135, 84, 0.8);
}
.rbLandingPage--speedSeason .rbLandingPage__heroInfo {
  padding: 1.75em 1.5em;
}
.rbLandingPage--speedSeason .rbLandingPage__heroHeading {
  text-transform: uppercase;
  font-weight: 900;
  color: white;
}
.rbLandingPage--speedSeason .rbLandingPage__heroHeadingPart {
  display: block;
  margin-bottom: 18px;
}
.rbLandingPage--speedSeason .rbLandingPage__heroHeadingPart--1 {
  font-size: 80px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
}
.rbLandingPage--speedSeason .rbLandingPage__heroHeadingPart--2 {
  font-size: 50.5px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
}
.rbLandingPage--speedSeason .rbLandingPage__flagsContainer {
  margin: 28px auto;
  width: 100%;
  position: relative;
}
.rbLandingPage--speedSeason .rbLandingPage__bar {
  display: block;
  content: "";
  width: 130px;
  height: 3px;
  background: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rbLandingPage--speedSeason .rbLandingPage__bar--1 {
  left: 0;
}
.rbLandingPage--speedSeason .rbLandingPage__bar--2 {
  right: 0;
}
.rbLandingPage--speedSeason .rbLandingPage__heroCopy {
  font-weight: bold;
  margin-bottom: 28px;
}
.rbLandingPage--speedSeason .rbLandingPage__speedSeasonLogo {
  width: 400px;
  max-width: 100%;
  margin: auto;
}
.rbLandingPage--speedSeason .rbLandingPage__finePrint {
  font-size: 12px;
}
.rbLandingPage--speedSeason .rbLandingPage .form-submit {
  margin: 0 auto;
}
@media (min-width: 780px) {
  .rbLandingPage--speedSeason .rbLandingPage__heroBg {
    width: 100%;
    margin-left: 0;
  }
  .rbLandingPage--speedSeason .rbLandingPage__heroInfoWrapper {
    position: absolute;
    top: 0;
    right: 2.5em;
    width: 500px;
  }
  .rbLandingPage--speedSeason .rbLandingPage__heroInfo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .rbLandingPage--speedSeason .rbLandingPage__bar {
    width: 160px;
  }
  .rbLandingPage--speedSeason .rbLandingPage__heroProducts {
    display: none;
  }
  .rbLandingPage--speedSeason .rbLandingPage__section--winBig {
    text-align: left;
  }
  .rbLandingPage--speedSeason .rbLandingPage__section--winBig .c-button {
    margin: auto auto auto 0;
  }
}
@media (min-width: 1240px) {
  .rbLandingPage--speedSeason .rbLandingPage__heroProducts {
    display: block;
  }
}
@media (max-width: 780px) {
  .rbLandingPage--speedSeason .rbLandingPage__heroInfoWrapper {
    background: #018754;
  }
  .rbLandingPage--speedSeason .rbLandingPage__heroHeadingPart--1 {
    font-size: 64px;
  }
  .rbLandingPage--speedSeason .rbLandingPage__heroHeadingPart--2 {
    font-size: 40.5px;
  }
}
@media (min-width: 780px) and (max-width: 900px) {
  .rbLandingPage--speedSeason .rbLandingPage__speedSeasonLogo {
    max-width: 85%;
  }
}

.products-reclaimed {
  font-family: "Roboto";
  margin-bottom: 25px;
}
.products-reclaimed--title {
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
.products-reclaimed--divider {
  border-bottom: 20px solid #F2F2F2;
  margin: 25px 0;
}
.products-reclaimed--spacing {
  margin-left: 50px;
  padding: 0;
}
.products-reclaimed--item.active {
  text-decoration: underline;
  color: black;
}
.products-reclaimed--image img {
  height: 300px;
  margin: 0 auto;
}
.products-reclaimed .divider:not(:last-child):after {
  content: "|";
  padding: 0;
  height: 10px;
}
.products-reclaimed--navbar {
  margin-bottom: 0;
  font-size: larger;
}
.products-reclaimed--navbar--category {
  display: inline-block;
  margin: 10px 0;
  font-family: "Open Sans";
}
.products-reclaimed--back {
  margin: 15px 0;
}
.products-reclaimed--back img {
  width: 15px;
}

.products-reclaimed-models--paragraph {
  border-bottom: 1px solid #007B4B;
  padding: 15px 0;
}

.rbRewardsHome {
  font-size: 18px;
  text-align: center;
}
.rbRewardsHome__col {
  margin-bottom: 3em;
}
.rbRewardsHome__col--1 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.rbRewardsHome__row {
  margin: 0.75em;
}
@media (min-width: 950px) {
  .rbRewardsHome__row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3em 0;
  }
  .rbRewardsHome__col {
    margin-bottom: 0;
  }
  .rbRewardsHome__col--1 {
    margin-right: 4em;
  }
  .rbRewardsHome__col--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.rbRewardsHome__section--promotions {
  text-align: center;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 305px;
  margin: 0 auto;
}
.rbRewardsHome__heading {
  color: black;
}
.rbRewardsHome__heading--h1 {
  font-size: 1.4em;
  font-weight: bold;
}
.rbRewardsHome__heading--h2 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
.rbRewardsHome__heading--featuredPromo {
  margin: 0.2em 0;
}
.rbRewardsHome__heading--pointsAvailable {
  font-weight: normal;
  display: inline-block;
}
.rbRewardsHome__heading--purchasesReported {
  color: white;
  position: sticky;
  top: 0;
  background: #00843D;
  padding: 0.75em 0;
}
.rbRewardsHome__memberId {
  margin-bottom: 0.5em;
}
.rbRewardsHome__borderContainer {
  border: solid 4px #00843D;
  border-radius: 10px;
  padding: 0.75em 1em;
  margin-bottom: 1em;
}
.rbRewardsHome__pointsContainer {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rbRewardsHome__pointsTabs {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0.5em 0 1em;
}
.rbRewardsHome__pointsTabs--agency {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rbRewardsHome__pointsTab--agency {
  margin: 0 0.5em;
}
.rbRewardsHome__pointsTabLink {
  margin-top: 0.5em;
  display: block;
}
.rbRewardsHome__pointsTabLink:not([aria-selected]), .rbRewardsHome__pointsTabLink[aria-selected=true] {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
}
.rbRewardsHome__pointsTabLink:not([aria-selected]):hover, .rbRewardsHome__pointsTabLink[aria-selected=true]:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rbRewardsHome__pointsTabLink:not([aria-selected]):focus, .rbRewardsHome__pointsTabLink[aria-selected=true]:focus {
  font-weight: inherit;
}
.rbRewardsHome__pointsTabLink[aria-selected=false] {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  background: white;
  color: #007b4b;
  border-color: #007b4b;
}
.rbRewardsHome__pointsTabLink[aria-selected=false]:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rbRewardsHome__pointsTabLink[aria-selected=false]:focus {
  font-weight: inherit;
}
.rbRewardsHome__pointsTabLink[aria-selected=false]:hover {
  background: #007b4b;
  border-color: white;
  color: white;
}
.rbRewardsHome__pointsTabLink:hover, .rbRewardsHome__pointsTabLink:focus {
  text-decoration: none;
}
.rbRewardsHome__pointsAvailable {
  line-height: 1.1;
  font-size: 3em;
  font-weight: bold;
  color: #00843D;
}
.rbRewardsHome__pointsExpiringWrapper {
  font-weight: bold;
}
.rbRewardsHome__shopLink {
  display: inline-block;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0.5em 0;
}
.rbRewardsHome__purchasesReported {
  color: white;
  background: #00843D;
  border-radius: 10px;
  padding: 0 1em 0.75em 1em;
  max-height: 9.05em;
}
.rbRewardsHome__purchasesReported:not(:last-child) {
  margin-bottom: 1em;
}
.rbRewardsHome__purchasesReported .simplebar-scrollbar:before {
  background: white;
}
.rbRewardsHome__purchasesReported .simplebar-vertical {
  margin-right: 0.25em;
}
.rbRewardsHome__purchasesReportedItems {
  padding: 0;
  list-style-type: none;
}
.rbRewardsHome__purchasesReportedItem {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rbRewardsHome__purchasesReportedItem--underline * {
  border-bottom: solid white 1px;
}
.rbRewardsHome__purchasesReportedItemVal {
  text-align: right;
}
.rbRewardsHome__rebateLevelCurrent {
  color: #00843D;
}
.rbRewardsHome__rebateGauge {
  width: 100%;
  height: 560px;
}
.rbRewardsHome__rebateGaugeWrapper {
  max-height: 300px;
  position: relative;
  margin-top: -27%;
  overflow: hidden;
}
@media (min-width: 375px) {
  .rbRewardsHome__rebateGaugeWrapper {
    margin-top: -15%;
  }
}
@media (min-width: 440px) {
  .rbRewardsHome__rebateGaugeWrapper {
    margin-top: -10%;
  }
}
@media (min-width: 490px) {
  .rbRewardsHome__rebateGaugeWrapper {
    margin-top: 1em;
  }
}
.rbRewardsHome__flag {
  position: absolute;
  width: 50px;
  top: 5.5em;
  right: 1em;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 2px #ddd;
          box-shadow: 0 0 2px #ddd;
}
@media (min-width: 375px) {
  .rbRewardsHome__flag {
    top: 22%;
  }
}
@media (min-width: 440px) {
  .rbRewardsHome__flag {
    width: 75px;
    top: 19%;
  }
}
@media (min-width: 490px) {
  .rbRewardsHome__flag {
    top: 0.5em;
  }
}
@media (min-width: 550px) {
  .rbRewardsHome__flag {
    right: 13%;
  }
}
@media (min-width: 660px) {
  .rbRewardsHome__flag {
    right: 18%;
  }
}
@media (min-width: 770px) {
  .rbRewardsHome__flag {
    right: 21%;
  }
}
@media (min-width: 880px) {
  .rbRewardsHome__flag {
    right: 21%;
  }
}
.rbRewardsHome__rewardsVariantImg {
  position: absolute;
  left: -25px;
  right: 0;
  margin: 0 auto;
  width: 28%;
  bottom: 1em;
  max-width: 210px;
}
.rbRewardsHome__rewardsVariantImg[src*=select i] {
  width: 42%;
  max-width: 270px;
  left: -26px;
}
.rbRewardsHome__rebateGaugeCaption {
  font-size: 1.4em;
  margin-top: 2em;
}
.rbRewardsHome__rebateGaugePurchasesYtdContainer {
  margin-bottom: 1em;
}
.rbRewardsHome__rebatePurchasesYtdLabel {
  font-size: 1.1em;
}
.rbRewardsHome__rebatePurchasesYtdDollars, .rbRewardsHome__rebateDollarsRemaining, .rbRewardsHome__rebateLevelNext {
  color: #00843D;
  font-size: 3.5rem;
}
.rbRewardsHome__territoryMailCopy {
  font-weight: bold;
}
.rbRewardsHome__iconBtn {
  font-size: 1.05em;
}
.rbRewardsHome__iconBtnSpan {
  vertical-align: middle;
}
.rbRewardsHome__iconBtnSpan--underline {
  text-decoration: underline;
}
.rbRewardsHome__iconBtnIcon {
  vertical-align: sub;
  width: 21px;
  margin-right: 0.15em;
}
.rbRewardsHome__promosContainer {
  border: solid 4px #DDDDDD;
  padding: 0.35em 0.65em;
  border-radius: 10px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rbRewardsHome__promoVideoModalTrigger {
  width: 307px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 1em;
  padding: 0.5em 0.9em;
}
.rbRewardsHome__promoVideoModalTriggerContainer {
  margin: 0.5em 0;
}
.rbRewardsHome__promoMarketingVideoIframe {
  display: none;
}
.rbRewardsHome__promosMoreLink {
  margin-top: 1em;
  font-weight: bold;
}
.rbRewardsHome__quickLinksItemSubHeading {
  display: block;
  font-size: 0.85em;
  margin-top: 6px;
}
.rbRewardsHome__quickLinksContainer {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rbRewardsHome__quickLinksItem {
  width: 100%;
  margin-bottom: 0.75em;
}
@media (min-width: 440px) {
  .rbRewardsHome__quickLinksItem {
    width: calc(50% - 0.375em);
  }
}
@media (min-width: 660px) {
  .rbRewardsHome__quickLinksItem {
    width: calc(33.3333333333% - 0.5em);
  }
}
@media (min-width: 950px) {
  .rbRewardsHome__quickLinksItem {
    width: calc(50% - 0.375em);
  }
}
@media (min-width: 1120px) {
  .rbRewardsHome__quickLinksItem {
    width: calc(33.3333333333% - 0.5em);
  }
}
@media (min-width: 950px) {
  .rbRewardsHome__quickLinksItem--promosDisabled {
    width: calc(20% - 0.5625em);
  }
}
@media (min-width: 1120px) {
  .rbRewardsHome__quickLinksItem--promosDisabled {
    width: calc(20% - 0.5625em);
  }
}
@media (min-width: 950px) {
  .rbRewardsHome__quickLinksItem--promosDisabled [class*="--select"] {
    width: calc(16.6666666667% - 0.6em);
  }
}
@media (min-width: 1120px) {
  .rbRewardsHome__quickLinksItem--promosDisabled [class*="--select"] {
    width: calc(16.6666666667% - 0.6em);
  }
}
.rbRewardsHome__footer {
  background: #00843D;
  color: white;
  padding: 1em;
  font-size: 1.25em;
}
.rbRewardsHome__footerLink {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 950px) {
  .rbRewardsHome__row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0.5em 0.75em 3em;
  }
  .rbRewardsHome__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .rbRewardsHome__col--1 {
    margin-right: 4em;
  }
  .rbRewardsHome__col--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .rbRewardsHome__rebateGaugeWrapper {
    margin-top: -4em;
  }
  .rbRewardsHome__flag {
    top: 4em;
    right: 6%;
  }
  .rbRewardsHome__pointsContainer {
    margin-top: 5.1em;
  }
}
@media (min-width: 1131px) {
  .rbRewardsHome__rebateGaugeWrapper {
    margin-top: -2em;
  }
  .rbRewardsHome__flag {
    top: 2.5em;
    right: 13%;
    width: 12%;
  }
}

#rbRewardsHome__rebateGauge-license-text, #rbRewardsHome__rebateGauge-tools {
  display: none;
}
#rbRewardsHome__rebateGauge-graph-id0-scale_r-item_0_1:nth-last-child(2):not(:last-child), #rbRewardsHome__rebateGauge-graph-id0-scale_r-item_0_2:nth-last-child(3):not(:last-child) {
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
}
#rbRewardsHome__rebateGauge-graph-id0-path {
  fill-opacity: 0;
}

.rbRewardsHome__rebateGauge-graph-id0-scale-r-item:last-child {
  display: none;
}
@media (min-width: 620px) {
  .rbRewardsHome__rebateGauge-graph-id0-scale-r-item:last-child {
    display: block;
  }
}

body.path-rewards-login .main-layout-container {
  max-width: 100%;
}

.rbRewardsLogin {
  font-size: 18px;
}
.rbRewardsLogin, .rbRewardsLogin * {
  position: relative;
}
.rbRewardsLogin__banner {
  background-image: url("/modules/custom/rainbird_rewards/assets/images/hero.jpg");
  background-size: cover;
}
.rbRewardsLogin__banner--knowledge {
  background-image: url("/modules/custom/rainbird_rewards/assets/images/rewards_login/knowledge_center/hero.jpg");
}
.rbRewardsLogin__logo {
  position: absolute;
  top: 1.25em;
  left: 1.25em;
  width: 140px;
}
.rbRewardsLogin__logo--knowledge {
  left: 10.5em;
}
.rbRewardsLogin__loginContainer {
  background: rgba(0, 0, 0, 0.6);
  width: 650px;
  margin-left: auto;
  padding: 2em 4.5em;
  text-align: center;
  max-width: 100%;
}
.rbRewardsLogin__form, .rbRewardsLogin__main {
  text-align: center;
}
.rbRewardsLogin__headerCopy {
  font-size: 1em;
  margin-top: 0;
  font-weight: bold;
  color: white;
  text-align: left;
}
.rbRewardsLogin__headerCopy a {
  color: white;
}
.rbRewardsLogin__help {
  font-size: 1em;
  margin-top: 0.5rem;
  font-weight: bold;
  color: white;
  text-align: left;
}
.rbRewardsLogin__help a {
  color: white;
}
.rbRewardsLogin__contentContainer {
  padding: 1.5em;
}
.rbRewardsLogin__heading {
  font-size: 1.4em;
  margin-bottom: 1.25em;
}
.rbRewardsLogin__heading--h2 {
  color: #333;
}
.rbRewardsLogin__programBenefits {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2em;
}
.rbRewardsLogin__programBenefitsItem {
  width: 100%;
  padding: 1em 0;
}
.rbRewardsLogin__figure--resources {
  display: inline-block;
  margin: 1em;
}
.rbRewardsLogin__figcaption img {
  display: block;
  height: 50px;
  width: 50px;
  background: green;
}
.rbRewardsLogin__figcaption--benefits {
  font-size: 1.4em;
  max-width: 12em;
  margin: 0 auto;
}
.rbRewardsLogin__figcaption--resources {
  font-size: 18px;
}
.rbRewardsLogin__footer {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rbRewardsLogin__col {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: solid 5px #DDDDDD;
}
.rbRewardsLogin__col .featureBlock {
  text-align: center;
  width: 100%;
}
.rbRewardsLogin__col .featureBlock, .rbRewardsLogin__col .featureBlock__link {
  height: 100%;
}
.rbRewardsLogin__col .featureBlock__title {
  position: relative;
}
.rbRewardsLogin__col .featureBlock__img {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 1em;
}
.rbRewardsLogin__rewardsLoginMetaFooter {
  margin: 1em auto;
  font-size: 0.6em;
  max-width: 35em;
}
.rbRewardsLogin__resourcesList {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rbRewardsLogin__resourcesListItem {
  display: inline-block;
}
.rbRewardsLogin__docThumb {
  width: 95px;
  height: 123px;
  display: block;
  background: #00843D;
}
.rbRewardsLogin label {
  color: white;
}
.rbRewardsLogin label:not([for=edit-use-test-api]) {
  position: absolute;
  left: -100000px;
}
.rbRewardsLogin .form-item-use-test-api {
  position: absolute;
  top: -3.3em;
  left: 5em;
}
.rbRewardsLogin input {
  max-width: 100%;
}
.rbRewardsLogin .form-submit {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  background: white;
  color: #007b4b;
  border-color: #007b4b;
  font-size: 1em;
  font-weight: bold;
  margin: 0 auto;
}
.rbRewardsLogin .form-submit:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rbRewardsLogin .form-submit:focus {
  font-weight: inherit;
}
.rbRewardsLogin .form-submit:hover {
  background: #007b4b;
  border-color: white;
  color: white;
}
.rbRewardsLogin a {
  text-decoration: underline;
}
@media (min-width: 500px) {
  .rbRewardsLogin__resourcesList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 530px) {
  .rbRewardsLogin__programBenefits {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rbRewardsLogin__programBenefitsItem {
    width: 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 960px) {
  .rbRewardsLogin__contentContainer {
    padding: 1.5em 6em;
  }
}

.rbRewardsPointsBalance {
  padding: 0 1em;
}
.rbRewardsPointsBalance__section {
  margin: 1em auto;
}
.rbRewardsPointsBalance__section--main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rbRewardsPointsBalance__section--sidebar {
  width: 300px;
  margin-left: 2rem;
  margin-left: 0;
}
.rbRewardsPointsBalance__headerItem .label {
  width: 125px;
  display: inline-block;
  text-align: left;
}
.rbRewardsPointsBalance__atGlanceRow {
  font-weight: bold;
}
.rbRewardsPointsBalance__atGlanceRow--current {
  font-size: 1.5em;
}
.rbRewardsPointsBalance__atGlanceBox {
  border: solid black 3px;
  padding: 0.5em;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 2rem;
  width: 300px;
  margin-left: 2rem;
  margin-left: 0;
}
.rbRewardsPointsBalance__heading--table {
  color: black;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.rbRewardsPointsBalance__table {
  background: white;
  border: solid 2px black;
}
.rbRewardsPointsBalance__table--history {
  min-width: 589px;
}
.rbRewardsPointsBalance__table--ytd {
  width: 100%;
}
.rbRewardsPointsBalance__th, .rbRewardsPointsBalance__td {
  padding: 0.5em;
}
.rbRewardsPointsBalance__th:nth-child(2), .rbRewardsPointsBalance__td:nth-child(2) {
  width: 158px;
}
.rbRewardsPointsBalance__th:nth-child(5), .rbRewardsPointsBalance__td:nth-child(5) {
  width: 85px;
}
.rbRewardsPointsBalance__th:not(:last-child), .rbRewardsPointsBalance__td:not(:last-child) {
  border-right: solid 1px grey;
}
.rbRewardsPointsBalance__th {
  border-bottom: solid 1px black;
}
.rbRewardsPointsBalance__tr:nth-child(odd) {
  background: #e8e8e8;
}
.rbRewardsPointsBalance__tr:nth-child(even) {
  background: white;
}
.rbRewardsPointsBalance__tr--last {
  border-top: solid 2px black;
}
.rbRewardsPointsBalance__td--rightAlign {
  text-align: right;
}
.rbRewardsPointsBalance__notTable {
  margin-top: 1em;
  background: #e8e8e8;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px black;
}
.rbRewardsPointsBalance__notTableCol {
  padding: 0.5em;
}
.rbRewardsPointsBalance__notTableCol:first-child {
  border-right: solid 1px grey;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rbRewardsPointsBalance__notTableCol:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  text-align: right;
}
@media (min-width: 900px) {
  .rbRewardsPointsBalance__atGlanceRow {
    text-align: right;
  }
  .rbRewardsPointsBalance__atGlanceLabel {
    display: inline;
  }
  .rbRewardsPointsBalance__atGlanceBox {
    margin-top: 0;
    width: 300px;
    margin-left: 2rem;
    display: inline-block;
  }
  .rbRewardsPointsBalance__bodyContainer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rbRewardsPointsBalance__section--sidebar {
    width: 300px;
    margin-left: 2rem;
  }
}

.rewards-contact-info-update-form {
  border: solid 1px #AAA;
  width: 960px;
  margin: 12em auto 0;
  max-width: 98%;
  padding: 0 2em 2em;
  position: relative;
}
.rewards-contact-info-update-form header {
  top: -11.75em;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 480px) {
  .rewards-contact-info-update-form {
    margin-top: 8em;
  }
  .rewards-contact-info-update-form header {
    top: -7.75em;
  }
}
.rewards-contact-info-update-form label {
  width: 18em;
}
.rewards-contact-info-update-form .form-item {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.rewards-contact-info-update-form .js-form-type-checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rewards-contact-info-update-form .form-item-address-organization,
.rewards-contact-info-update-form .form-item-address-given-name,
.rewards-contact-info-update-form .form-item-address-family-name {
  display: none !important;
  color: green;
}
.rewards-contact-info-update-form .form-item-address-locality,
.rewards-contact-info-update-form .form-item-address-administrative-area,
.rewards-contact-info-update-form .form-item-address-postal-code {
  width: 100%;
}
.rewards-contact-info-update-form .form-item-distributor-info-container legend {
  width: 1.5em;
  border: none;
}
.rewards-contact-info-update-form .form-item-distributor-info-container .fieldset-wrapper {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rewards-contact-info-update-form .form-item-distributor-info-container label {
  width: 12em;
}
.rewards-contact-info-update-form .form-item-distributor-info-container .form-item:first-child {
  margin-top: 0;
}
.rewards-contact-info-update-form .form-item-distributor-info-container .form-item:not([class*=distributor]) {
  display: none;
}
.rewards-contact-info-update-form .form-checkboxes .form-item {
  margin-bottom: 0.5em;
}
.rewards-contact-info-update-form .form-checkboxes input {
  margin-top: 0;
  margin-right: 0.5em;
}
.rewards-contact-info-update-form .form-checkboxes label {
  width: auto;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .rewards-contact-info-update-form .form-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .rewards-contact-info-update-form .form-item-rewards-address-container label {
    width: 9em;
  }
  .rewards-contact-info-update-form .form-item-address-address-line2 {
    margin-left: 9em;
  }
  .rewards-contact-info-update-form .form-item-distributor-info-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .rewards-contact-info-update-form .form-item-distributor-info-container legend, .rewards-contact-info-update-form .form-item-distributor-info-container .fieldset-wrapper {
    float: left;
  }
}

.rbSsoCustomerLogin {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0;
}
.rbSsoCustomerLogin__heading {
  font-weight: bold;
}
.rbSsoCustomerLogin__formContainer {
  margin: 2em 0;
  padding: 2em;
  background: lightgrey;
  border: solid 1px #262626;
}
.rbSsoCustomerLogin__formContainer .form-item:first-child {
  margin-top: 0;
}
.rbSsoCustomerLogin__formContainer label {
  text-align: left;
  display: block;
}
.rbSsoCustomerLogin__formContainer input:not([type=checkbox]) {
  width: 100%;
}
.rbSsoCustomerLogin__formContainer [data-drupal-selector=edit-use-test-api],
.rbSsoCustomerLogin__formContainer [for=edit-use-test-api] {
  display: inline-block;
}
.rbSsoCustomerLogin__formContainer .form-submit {
  width: auto;
  display: block;
  margin: 1em auto;
  border-radius: 0;
  font-size: 1.5em;
  padding: 0.5em 1.5em;
}
.rbSsoCustomerLogin__link {
  display: block;
  margin: 1em 0 0;
}
.rbSsoCustomerLogin__warning {
  text-transform: uppercase;
  font-size: 1.5em;
  font-style: italic;
  color: grey;
  margin: 1em 0;
}

.tabs-container {
  position: relative;
}
.tabs-container .sidebar {
  z-index: 1;
  height: auto !important;
}
@media all and (max-width: 767px) {
  .tabs-container .sidebar.is-affixed .sidebar__inner {
    width: 100% !important;
    top: 0 !important;
    margin: 0;
    position: static !important;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
}
.tabs-container .sidebar__inner {
  position: relative;
}
.tabs-container .cta-link {
  margin-top: 4rem;
}
.tabs-container .nav {
  padding: 0;
  margin: 0 0 1rem 0;
  background-color: #86a8c3;
}
@media all and (max-width: 768px) {
  .tabs-container .nav {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .tabs-container .nav {
    display: block;
  }
}
.tabs-container .nav > li {
  list-style: none;
  float: none;
  margin: 0;
}
.tabs-container .nav > li > a {
  position: relative;
  padding: 30px 24px 30px 77px;
  color: #fff;
  border-radius: initial;
  text-align: center;
}
.tabs-container .nav > li > a:hover {
  background: #055faa;
}
.tabs-container .nav > li > a span {
  position: absolute;
  left: 10px;
  top: 15px;
  bottom: 15px;
  margin: auto;
  font-size: 42px;
  line-height: normal;
  font-weight: normal;
  color: #fff;
  border: 4px solid #9ab6cc;
  background-color: #669cb8;
  border-radius: 100%;
  width: 59px;
  height: 59px;
  display: inline-block;
  text-align: center;
  font-style: italic;
}
.tabs-container .nav > li.active > a:link, .tabs-container .nav > li.active > a:visited {
  background: #01467F;
}
.tabs-container .nav > li.active > a:hover {
  background: #055faa;
}
.tabs-container .nav > li.active > a span {
  border-color: #fff;
  background-color: #007096;
}
.tabs-container .tab-content--banner {
  margin-bottom: 2rem;
}

.field--name-body {
  margin-bottom: 4rem;
}

.video-embed-field-responsive-video {
  margin: 3rem 0;
}

.region-eyebrow {
  width: 100%;
  background: #595959;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  display: none;
}
.region-eyebrow > .wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  padding: 0 20px;
  float: none;
  position: relative;
}
.region-eyebrow .views-exposed-form {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  display: none;
}
.region-eyebrow .menuGroup--quickJump {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
  margin-right: 0;
  display: none;
}
.region-eyebrow #block-rainbirdlanguageswitcher {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: none;
}
.region-eyebrow .block-google-translator {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-right: 15px;
  margin-left: 2px;
}
.region-eyebrow .block-rainbird-distributors {
  display: none;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
body.user-logged-in .region-eyebrow .block-rainbird-distributors {
  display: block;
}

@media all and (min-width: 480px) {
  .region-eyebrow,
.region-eyebrow .views-exposed-form,
.region-eyebrow .menuGroup--quickJump {
    display: block;
  }
}
@media all and (min-width: 665px) {
  .region-eyebrow #block-rainbirdlanguageswitcher {
    display: block;
  }
}

.goog-te-gadget-simple {
  background: transparent;
  border: none;
}
.goog-te-gadget-simple > img {
  display: none;
}

#google_translator_element a,
#google_translator_element span,
#google_translator_element div {
  color: #fff !important;
  background: transparent;
  border: none;
}

.block-google-translator .goog-te-gadget {
  font-size: 0;
}
.block-google-translator .goog-te-gadget > span {
  display: none !important;
}
.block-google-translator .goog-te-gadget > div {
  position: relative;
}
.block-google-translator .goog-te-gadget > div::after {
  content: "▼";
  font-size: 8px;
  position: relative;
  right: 12px;
}
@media all and (max-width: 767px) {
  .block-google-translator .goog-te-gadget > div::after {
    font-size: 18px;
  }
}
.block-google-translator .goog-te-gadget select {
  background: none;
  padding: initial;
  border: none;
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #595959;
  padding: 0 5px;
}
.block-google-translator .goog-te-gadget select::-ms-expand {
  display: none;
}
.block-google-translator .goog-te-gadget select:focus-visible {
  border: none;
}
@media all and (max-width: 767px) {
  .block-google-translator .goog-te-gadget select {
    font-size: 18px;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;
  }
}

.l-flexCols {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.l-flexCols {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.l-flexCols ul {
  list-style-type: disc;
}

.l-flexCols--justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-flexCols--justifySpaceAround {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.l-flexCols__col {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-style: solid;
  border-color: transparent;
  border-width: 1em;
}
.l-flexCols--mastheadCards .l-flexCols__col {
  border-bottom-style: none;
}
@media (min-width: 780px) {
  .l-flexCols--mastheadCards .l-flexCols__col {
    border-bottom-style: solid;
  }
}
@media (min-width: 780px) and (max-width: 1151px) {
  .l-flexCols--mastheadCards .l-flexCols__col:nth-child(odd):last-child {
    margin-right: 366px;
  }
}
.l-flexCols--rbLandingPage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-flexCols--rbLandingPage__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1100px) {
  .l-flexCols--rbLandingPage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-flexCols--speedSeason {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 780px) {
  .l-flexCols--speedSeason {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-flexCols--speedSeason .l-flexCols__col {
    width: 50%;
  }
}
.l-flexCols--specifierProduct {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.l-flexCols--specifierProduct .l-flexCols__col {
  width: 100%;
  margin-bottom: 0.25em;
  border-width: 0;
}
@media (min-width: 760px) {
  .l-flexCols--specifierProduct .l-flexCols__col {
    margin-bottom: 0;
    border-width: 0.5em;
    width: 50%;
    border-bottom-width: 1em;
  }
  .l-flexCols--specifierProduct .l-flexCols__col:nth-child(2n-1) {
    border-right-width: 1em;
  }
}
@media (min-width: 1180px) {
  .l-flexCols--specifierProduct .l-flexCols__col {
    border-width: 0.5em;
    width: 25%;
  }
  .l-flexCols--specifierProduct .l-flexCols__col:last-child {
    border-right: none;
  }
}

.copyright {
  text-align: center;
}

.footer-menu {
  margin: 0;
  border: 0;
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
  background: #595959;
}
.footer-menu nav h2 {
  color: #8d8d8d;
  font-weight: bold;
  margin: 10px 0 5px 0;
  font-size: 18px;
}
.footer-menu ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.footer-menu nav li {
  padding-bottom: 6px;
}
.footer-menu nav li a {
  display: block;
  color: #fff;
}
.footer-menu nav li a:visited {
  display: block;
  color: #fff;
}

@media all and (min-width: 470px) {
  .footer-menu nav li {
    display: inline-block;
  }
}
.region-footer-menu {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 2em 2em;
  text-align: center;
}
.region-footer-menu nav {
  width: 100%;
  position: relative;
  list-style: none;
}
.region-footer-menu nav .menu {
  display: none;
}

@media all and (min-width: 470px) {
  .region-footer-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    list-style: none;
    text-align: left;
  }
}
@media all and (min-width: 470px) {
  .region-footer-menu nav {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .region-footer-menu nav:not([id*=social-media]) {
    margin-right: 3em;
    max-width: 33.33%;
  }
}
@media all and (min-width: 470px) {
  .region-footer-menu nav .menu {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 470px) {
  .region-footer-menu nav .menu li {
    float: none;
    clear: none;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.limiter {
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
}
.limiter--large {
  width: 1170px;
}
.limiter--largeMinus {
  width: 1100px;
}
.limiter--medium {
  width: 800px;
}

.field--name-field-accordion-items,
.paragraph--type--accordion > .field {
  margin-bottom: 0;
}

.card-with-popup--wrapper {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
.card-with-popup--wrapper h2 {
  font-size: 3.6rem !important;
}
@media all and (min-width: 992px) {
  .card-with-popup--wrapper h2 {
    font-size: 4.8rem !important;
  }
}
.card-with-popup--wrapper h3 {
  font-size: 2.4rem !important;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media all and (min-width: 992px) {
  .card-with-popup--wrapper.horizontal {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media all and (max-width: 992px) {
  .card-with-popup--wrapper:not(.row) {
    margin-bottom: 6rem;
  }
}
.card-with-popup--show {
  margin-top: 2rem;
  line-height: 30px;
  font-weight: 600;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media all and (max-width: 576px) {
  .card-with-popup--show {
    display: block !important;
  }
}
.card-with-popup--drawer {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: -100%;
  padding: 7rem 3rem 5rem;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
@media all and (min-width: 576px) {
  .card-with-popup--drawer {
    width: 50%;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.card-with-popup--drawer__inner {
  height: 100%;
  overflow: auto;
}
.drawer-right .card-with-popup--drawer {
  left: auto;
  right: -100%;
}
.card-with-popup--drawer.show {
  left: 0;
}
.drawer-right .card-with-popup--drawer.show {
  right: 0;
  left: auto;
}
.card-with-popup--drawer h2 {
  font-size: 3rem !important;
  line-height: normal;
  font-weight: 600;
}
.card-with-popup--drawer h3 {
  font-size: 2.4rem !important;
  color: #01843d;
  font-weight: 600;
}
.card-with-popup--drawer .c-button {
  margin-top: 2rem;
  line-height: 3rem;
  font-weight: 600;
  padding-left: 3rem;
  padding-right: 3rem;
  min-width: 20rem;
  text-align: center;
}
.card-with-popup--close {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  padding: 4rem 8rem;
  cursor: pointer;
  font-size: 1.4rem;
}
@media all and (max-width: 576px) {
  .card-with-popup--close span:first-child {
    display: none;
  }
}
.card-with-popup--close span + span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 5.5rem;
}
.card-with-popup--close span + span::before {
  content: "";
  content: "";
  display: block;
  width: 2px;
  height: 1.6rem;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.card-with-popup--close span + span::after {
  content: "";
  content: "";
  display: block;
  width: 2px;
  height: 1.6rem;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.card-with-popup--close:hover {
  opacity: 0.5;
}

.drawer-showing {
  overflow: hidden;
}

@media all and (max-width: 576px) {
  .total-system-solutions .field--name-field-widgets {
    grid-template-columns: initial;
    grid-gap: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .total-system-solutions h2,
.total-system-solutions .field--name-body {
    text-align: left;
  }
}

.next-generation-techonology .paragraph {
  margin-bottom: 6rem;
}
@media all and (max-width: 576px) {
  .next-generation-techonology .field--name-field-widgets {
    grid-template-columns: initial;
    grid-gap: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .next-generation-techonology h2,
.next-generation-techonology .field--name-body {
    text-align: left;
  }
}

.paragraph--type--carousel .slick-slider {
  padding: 1em;
  background: #4990AE;
  width: 100vw;
}
@media (min-width: 1400px) {
  .paragraph--type--carousel .slick-slider {
    width: 1400px;
    margin-left: -147px;
  }
}
.paragraph--type--carousel .slick-track {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type--carousel .slick-slide {
  color: #86B1C5;
  font-size: 1.25em;
  text-align: center;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media (min-width: 600px) {
  .paragraph--type--carousel .slick-slide {
    padding: 0 2.5em;
  }
}
.paragraph--type--carousel .slick-center {
  color: white;
  position: relative;
}
.paragraph--type--carousel .slick-center:before, .paragraph--type--carousel .slick-center:after {
  display: block;
  content: "";
  background: url("/themes/custom/rainbird_theme/images/raindrop.png") no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.paragraph--type--carousel .slick-center:before {
  left: -16px;
}
.paragraph--type--carousel .slick-center:after {
  right: -16px;
}
.paragraph--type--carousel .slick-arrow {
  display: none !important;
}
.paragraph--type--carousel .field__item {
  margin-bottom: 0;
}

.page-node-type-section-page .columnsComponent {
  margin-bottom: 0;
}

.columnsComponent {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columnsComponent__column {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 2.5em;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.columnsComponent input {
  max-width: 100%;
}
@media (min-width: 568px) {
  .columnsComponent--columns-2-50-50 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .columnsComponent--columns-2-50-50__column {
    -ms-flex-preferred-size: calc(50% - ((2.5em * (2 - 1)) / 2));
        flex-basis: calc(50% - ((2.5em * (2 - 1)) / 2));
    max-width: calc(50% - ((2.5em * (2 - 1)) / 2));
  }
}
.columnsComponent--columns-2-50-50 .field--name-body,
.columnsComponent--columns-2-50-50 .paragraph .field {
  margin-bottom: 0;
}
@media (min-width: 568px) {
  .columnsComponent--columns-2-33-66 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .columnsComponent--columns-2-33-66__column {
    -ms-flex-preferred-size: calc(50% - ((2.5em * (2 - 1)) / 2));
        flex-basis: calc(50% - ((2.5em * (2 - 1)) / 2));
    max-width: calc(50% - ((2.5em * (2 - 1)) / 2));
  }
  .columnsComponent--columns-2-33-66__column:last-child {
    overflow: hidden;
  }
  .columnsComponent--columns-2-33-66__column:last-child .paragraph--type--linked-image,
.columnsComponent--columns-2-33-66__column:last-child .featureBlock,
.columnsComponent--columns-2-33-66__column:last-child .featureBlock__link {
    height: 100%;
  }
  .columnsComponent--columns-2-33-66__column:last-child .featureBlock__img {
    height: 100%;
    width: auto;
    max-width: none;
    margin-left: -50%;
  }
}
@media (min-width: 837px) {
  .columnsComponent--columns-2-33-66__column:first-child {
    -ms-flex-preferred-size: calc(33.333% - ((2.5em * (2 - 1)) / 2));
        flex-basis: calc(33.333% - ((2.5em * (2 - 1)) / 2));
    max-width: calc(33.333% - ((2.5em * (2 - 1)) / 2));
  }
  .columnsComponent--columns-2-33-66__column:last-child {
    overflow: unset;
    -ms-flex-preferred-size: calc(66.666% - ((2.5em * (2 - 1)) / 2));
        flex-basis: calc(66.666% - ((2.5em * (2 - 1)) / 2));
    max-width: calc(66.666% - ((2.5em * (2 - 1)) / 2));
  }
  .columnsComponent--columns-2-33-66__column:last-child .paragraph--type--linked-image,
.columnsComponent--columns-2-33-66__column:last-child .featureBlock,
.columnsComponent--columns-2-33-66__column:last-child .featureBlock__link {
    height: unset;
  }
  .columnsComponent--columns-2-33-66__column:last-child .featureBlock__img {
    height: auto;
    max-width: 100%;
    margin-left: 0%;
  }
}
@media (min-width: 568px) {
  .columnsComponent--columns-2-66-33 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .columnsComponent--columns-2-66-33__column {
    -ms-flex-preferred-size: calc(50% - ((2.5em * (2 - 1)) / 2));
        flex-basis: calc(50% - ((2.5em * (2 - 1)) / 2));
    max-width: calc(50% - ((2.5em * (2 - 1)) / 2));
  }
  .columnsComponent--columns-2-66-33__column:first-child {
    overflow: hidden;
  }
  .columnsComponent--columns-2-66-33__column:first-child .paragraph--type--linked-image,
.columnsComponent--columns-2-66-33__column:first-child .featureBlock,
.columnsComponent--columns-2-66-33__column:first-child .featureBlock__link {
    height: 100%;
  }
  .columnsComponent--columns-2-66-33__column:first-child .featureBlock__img {
    height: 100%;
    width: auto;
    max-width: none;
    margin-left: -50%;
  }
}
@media (min-width: 837px) {
  .columnsComponent--columns-2-66-33__column:first-child {
    overflow: unset;
    -ms-flex-preferred-size: calc(66.666% - ((2.5em * (2 - 1)) / 2));
        flex-basis: calc(66.666% - ((2.5em * (2 - 1)) / 2));
    max-width: calc(66.666% - ((2.5em * (2 - 1)) / 2));
  }
  .columnsComponent--columns-2-66-33__column:first-child .paragraph--type--linked-image,
.columnsComponent--columns-2-66-33__column:first-child .featureBlock,
.columnsComponent--columns-2-66-33__column:first-child .featureBlock__link {
    height: unset;
  }
  .columnsComponent--columns-2-66-33__column:first-child .featureBlock__img {
    height: auto;
    max-width: 100%;
    margin-left: 0%;
  }
  .columnsComponent--columns-2-66-33__column:last-child {
    -ms-flex-preferred-size: calc(33.333% - ((2.5em * (2 - 1)) / 2));
        flex-basis: calc(33.333% - ((2.5em * (2 - 1)) / 2));
    max-width: calc(33.333% - ((2.5em * (2 - 1)) / 2));
  }
}
@media (min-width: 544px) {
  .columnsComponent--columns-3-33-33-33__column {
    -ms-flex-preferred-size: calc(50% - ((2.5em * (2 - 1)) / 2));
        flex-basis: calc(50% - ((2.5em * (2 - 1)) / 2));
    max-width: calc(50% - ((2.5em * (2 - 1)) / 2));
  }
  .columnsComponent--columns-3-33-33-33__column:last-child {
    margin-left: 25%;
  }
}
@media (min-width: 780px) {
  .columnsComponent--columns-3-33-33-33__column {
    -ms-flex-preferred-size: calc(33.3333333% - ((2.5em * (3 - 1)) / 3));
        flex-basis: calc(33.3333333% - ((2.5em * (3 - 1)) / 3));
    max-width: calc(33.3333333% - ((2.5em * (3 - 1)) / 3));
  }
  .columnsComponent--columns-3-33-33-33__column:last-child {
    margin-left: 0;
  }
}
.columnsComponent--columns-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columnsComponent--columns-1__column {
  border-left: none;
  border-right: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 1em;
}

.paragraph--type--columns-2-50-50, .paragraph--type--columns-2-66-33, .paragraph--type--columns-3-33-33-33 {
  padding: 2rem 2rem 0;
  margin-bottom: 3rem;
  color: #6e6e6e;
}
.paragraph--type--columns-2-50-50.bg-dark-gray, .paragraph--type--columns-2-50-50.bg-light-green, .paragraph--type--columns-2-50-50.bg-light-light-green, .paragraph--type--columns-2-66-33.bg-dark-gray, .paragraph--type--columns-2-66-33.bg-light-green, .paragraph--type--columns-2-66-33.bg-light-light-green, .paragraph--type--columns-3-33-33-33.bg-dark-gray, .paragraph--type--columns-3-33-33-33.bg-light-green, .paragraph--type--columns-3-33-33-33.bg-light-light-green {
  color: #fff;
}
.paragraph--type--columns-2-50-50 .field--name-field-title, .paragraph--type--columns-2-66-33 .field--name-field-title, .paragraph--type--columns-3-33-33-33 .field--name-field-title {
  font-size: 18px;
  margin-bottom: 1.5rem !important;
  font-weight: 300;
}

.featureBlock {
  position: relative;
}
.featureBlock.round {
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid transparent;
}
.featureBlock.round.orange {
  border-color: #ce7018;
}
.featureBlock__link {
  position: relative;
  display: block;
}
.featureBlock__link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  opacity: 0.2;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.featureBlock__title {
  position: absolute;
  left: 0;
  max-width: 85%;
  padding: 0.7em 0.75em;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  margin: 0;
  z-index: 1;
  border-style: solid;
  border-width: 2px;
}
.featureBlock__title--wide {
  width: 100%;
  max-width: none;
}
.featureBlock__title--low {
  top: 55%;
}
.featureBlock__title--below {
  position: relative;
  text-align: center;
  padding: 0;
  border: none;
}
.featureBlock__title--type0 {
  background: #018754;
  border-color: #018754;
  color: white;
}
.featureBlock__title--type0Yellow {
  background: #ECC201;
  border-color: #ECC201;
  color: black;
}
.featureBlock__title--type1 {
  background-color: white;
  border-color: white;
  color: #595959;
}
.featureBlock__title--type2 {
  background-color: #ce7018;
  border-color: #ce7018;
  color: white;
  max-width: initial;
  width: 100%;
  text-align: center;
  top: auto;
  bottom: -3px;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.5rem;
  min-height: 87px;
  font-weight: 300;
  line-height: normal;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
@media all and (max-width: 480px) {
  .featureBlock__title--type2 {
    padding-left: 10rem;
    padding-right: 10rem;
    padding-bottom: 3rem;
  }
}
@media all and (max-width: 414px) {
  .featureBlock__title--type2 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media all and (max-width: 375px) {
  .featureBlock__title--type2 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.featureBlock__title--type3 {
  color: #00843D;
  margin: 0 auto;
}
.featureBlock__img {
  width: 100%;
}
.featureBlock__img.round {
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid transparent;
}
.featureBlock:hover .featureBlock__title--type0, .featureBlock:focus .featureBlock__title--type0 {
  background: white;
  color: #018754;
}
.featureBlock:hover .featureBlock__title--type0Yellow, .featureBlock:focus .featureBlock__title--type0Yellow {
  background: black;
  color: #ECC201;
}
.featureBlock:hover .featureBlock__title--type1, .featureBlock:focus .featureBlock__title--type1 {
  background-color: #595959;
  color: white;
}
.featureBlock:hover .featureBlock__link:before, .featureBlock:focus .featureBlock__link:before {
  opacity: 0;
}
@media (min-width: 769px) {
  .featureBlock {
    font-size: 30px;
  }
}

.image-text-link-row .image-text-link-row__wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -14px;
}
@media only all and (min-width: 760px) {
  .image-text-link-row .image-text-link-row__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.image-text-link-row .image-text-link-row__text,
.image-text-link-row .image-text-link-row__img-container,
.image-text-link-row .image-text-link-row__link {
  padding: 0 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.image-text-link-row .image-text-link-row__img-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 1rem;
}
@media only all and (min-width: 760px) {
  .image-text-link-row .image-text-link-row__img-container {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
  }
}
.image-text-link-row .image-text-link-row__img-container img {
  width: 100%;
  max-width: 400px;
}
.image-text-link-row .image-text-link-row__info-container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 1rem;
}
@media only all and (min-width: 760px) {
  .image-text-link-row .image-text-link-row__info-container {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
  }
}
@media only all and (min-width: 1155px) {
  .image-text-link-row .image-text-link-row__info-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.image-text-link-row .image-text-link-row__link {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0 auto 0 0 !important;
}
@media only all and (min-width: 1155px) {
  .image-text-link-row .image-text-link-row__link {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0 auto 0 !important;
  }
}
.image-text-link-row .image-text-link-row__text {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only all and (min-width: 1155px) {
  .image-text-link-row .image-text-link-row__text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-top: 1rem;
  }
}

.paragraph--type--image-text-tile {
  position: relative;
  background: #00843D;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.paragraph--type--image-text-tile .contextual-region {
  position: static;
}
.paragraph--type--image-text-tile .field--name-field-img-text-tile-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.paragraph--type--image-text-tile .field--name-field-img-text-tile-title {
  position: relative;
  font-size: 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 35px 20px 35px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-text-tile .field--name-field-img-text-tile-title {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 35px;
  }
}
.paragraph--type--image-text-tile .field--name-field-description {
  position: relative;
  font-size: 16px;
  opacity: 1;
  padding: 0px 35px 70px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-text-tile .field--name-field-description {
    opacity: 0;
    background-color: rgba(0, 132, 61, 0.5);
    padding: 70px 35px;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.paragraph--type--image-text-tile .field--name-field-img-text-tile-link a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-text-tile:hover .field--name-field-img-text-tile-title {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-text-tile:hover .field--name-field-description {
    opacity: 1;
  }
}

.paragraph--type--image-text-tiles {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-text-tiles .field--name-field-tile {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.paragraph--type--image-text-tiles .field--name-field-tile > .field__item:first-of-type .paragraph--type--image-text-tile {
  border-left: none;
}
.paragraph--type--image-text-tiles .field--name-field-tile > .field__item:last-of-type .paragraph--type--image-text-tile {
  border-right: none;
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-text-tiles .field--name-field-tile > .field__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.paragraph--type--image-with-text .field--name-field-image {
  text-align: center;
}

.paragraph--type--profile {
  text-align: center;
}
.paragraph--type--profile .field--name-field-image {
  margin-bottom: 0;
}
.paragraph--type--profile .field--name-field-name {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.paragraph--type--profile .field--name-field-body {
  font-weight: bold;
  color: #595959;
  margin-bottom: 0;
}
.paragraph--type--profile .field--name-field-body p {
  margin-bottom: 0;
}
.paragraph--type--profile .field--name-field-name, .paragraph--type--profile .field--name-field-body {
  padding: 0 0.25em;
}
.paragraph--type--profile img {
  border-radius: 300px;
}

.paragraph--type--quote {
  position: relative;
  margin-bottom: 3em;
}
.paragraph--type--quote p {
  padding: 1.5em 1.5em 3em;
  background: #437A88;
  font-size: 1.25em;
  font-style: italic;
  color: white;
  border-radius: 25px;
}
.paragraph--type--quote > .field--name-field-image {
  position: absolute;
  right: -1.5em;
  margin: 0;
  bottom: -60px;
}
.paragraph--type--quote .field--name-field-image {
  margin: 0;
}
.paragraph--type--quote .field--name-field-image img {
  border: solid white 2px;
  border-radius: 200px;
  width: 175px;
}
.paragraph--type--quote .field--name-field-name {
  text-align: right;
  margin-right: 200px;
  margin-bottom: 0;
  color: #437A88;
}
.paragraph--type--quote .field--name-field-title {
  text-align: right;
  margin-right: 200px;
  margin-bottom: 0;
  color: #437A88;
  font-weight: bold;
}
.paragraph--type--quote .field--name-field-body {
  margin-bottom: 0;
}

.webform-with-green-gradient {
  background: #005125;
  background: -webkit-gradient(linear, left top, left bottom, from(#01843d), to(#005125));
  background: linear-gradient(-180deg, #01843d 0%, #005125 100%);
  padding: 73px 25px;
  color: #fff;
  margin: 0 -25px;
  font-size: 16px;
  text-align: left;
}
@media all and (min-width: 576px) {
  .webform-with-green-gradient {
    padding: 123px 25px;
    text-align: center;
  }
}
.webform-with-green-gradient h2 {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
.webform-with-green-gradient .field--name-body {
  max-width: 671px;
  margin: 0 auto 42px;
}
.webform-with-green-gradient input[type=email] {
  color: #000;
  height: 60px;
  line-height: 60px;
  text-align: left;
}
@media all and (min-width: 768px) {
  .webform-with-green-gradient form.webform-submission-connect-to-support-add-form {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    max-width: 700px;
    margin: auto;
  }
  .webform-with-green-gradient form.webform-submission-connect-to-support-add-form .form-wrapper {
    width: 75%;
  }
}
.webform-with-green-gradient form.webform-submission-connect-to-support-add-form .form-item {
  margin-top: 0;
}
.webform-with-green-gradient form.webform-submission-connect-to-support-add-form .form-actions {
  margin-top: 0;
}
@media all and (min-width: 576px) {
  .webform-with-green-gradient form.webform-submission-connect-to-support-add-form .form-actions {
    display: inline-block;
  }
}
.webform-with-green-gradient form.webform-submission-connect-to-support-add-form .form-actions input[type=submit] {
  width: 100%;
  height: 60px;
  border: 2px solid #ffffff;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  background: none;
  border-radius: 0;
  text-shadow: initial;
  text-transform: uppercase;
  margin: 0;
  -webkit-transform: 0.5s;
          transform: 0.5s;
}
@media all and (min-width: 576px) {
  .webform-with-green-gradient form.webform-submission-connect-to-support-add-form .form-actions input[type=submit] {
    width: 190px;
  }
}
.webform-with-green-gradient form.webform-submission-connect-to-support-add-form .form-actions input[type=submit]:hover {
  background: #fff;
  color: #1a7550;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

#webform_submission_create_extranet_account_question_add_form-ajax form {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#webform_submission_create_extranet_account_question_add_form-ajax form > * {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#webform_submission_create_extranet_account_question_add_form-ajax form [id^=edit-markup] {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-top: 0;
}
#webform_submission_create_extranet_account_question_add_form-ajax .progress-step.is-active .progress-marker {
  background-color: #007b4b !important;
}
#webform_submission_create_extranet_account_question_add_form-ajax .progress-step.is-complete:hover .progress-marker {
  background-color: #656565;
}
#webform_submission_create_extranet_account_question_add_form-ajax [id^=edit-actions] {
  display: none;
}
#webform_submission_create_extranet_account_question_add_form-ajax .form-wrapper .form-item {
  margin-bottom: 0;
}

.webform-submission-giftcard-calculator-form .form-item {
  margin: 0;
}

.webform-submission-giftcard-calculator-form {
  max-width: 350px;
  margin: 0 auto;
}
.webform-submission-giftcard-calculator-form .form-submit,
.webform-submission-giftcard-calculator-form .button {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
}
.webform-submission-giftcard-calculator-form .form-submit:hover,
.webform-submission-giftcard-calculator-form .button:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.webform-submission-giftcard-calculator-form .form-submit:focus,
.webform-submission-giftcard-calculator-form .button:focus {
  font-weight: inherit;
}
.webform-submission-giftcard-calculator-form #edit-customer-information, .webform-submission-giftcard-calculator-form #edit-customer-information + .form-actions {
  max-width: 500px;
  margin: 0 auto;
}
.webform-submission-giftcard-calculator-form #edit-customer-information #edit-actions-submit, .webform-submission-giftcard-calculator-form #edit-customer-information + .form-actions #edit-actions-submit {
  float: right;
}
.webform-submission-giftcard-calculator-form #edit-customer-information .form-item {
  margin: 0.5em 0;
}
.webform-submission-giftcard-calculator-form #edit-customer-information :not(.js-form-type-checkbox) > label {
  display: block;
}
.webform-submission-giftcard-calculator-form #edit-customer-information :not(.js-form-type-checkbox) input:not([type=checkbox]) {
  width: 100%;
}
.webform-submission-giftcard-calculator-form #edit-customer-information .form-submit[id*=receipt-remove-button],
.webform-submission-giftcard-calculator-form #edit-customer-information .remove-button {
  margin-top: 0;
}
.webform-submission-giftcard-calculator-form .progress-step.is-active .progress-marker {
  background-color: #007b4b;
}
.webform-submission-giftcard-calculator-form .progress-marker {
  padding-bottom: 0;
}

.c-giftCardCalculator__heading {
  width: 100%;
}
.c-giftCardCalculator__item {
  margin-bottom: 2em;
}
.c-giftCardCalculator__subTotalWrapper, .c-giftCardCalculator__totalWrapper {
  text-align: right;
  margin-right: 20px;
}
.c-giftCardCalculator__subTotalWrapper {
  font-size: 18px;
}
.c-giftCardCalculator__totalWrapper {
  font-size: 22px;
}
.c-giftCardCalculator__label {
  font-weight: bold;
}
.c-giftCardCalculator__label--subtotal, .c-giftCardCalculator__label--total {
  color: #00843D;
}
.c-giftCardCalculator__label--subtotal {
  margin-right: 0.5em;
}
.c-giftCardCalculator__label--total {
  margin-right: 0.3em;
}
.c-giftCardCalculator input:not(.form-submit) {
  min-width: 0;
  width: 75px;
  line-height: 1rem;
  text-align: right;
}
.c-giftCardCalculator .form-actions {
  text-align: right;
}
@media (min-width: 400px) {
  .c-giftCardCalculator__item {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    max-height: 6em;
  }
  .c-giftCardCalculator__itemField {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
  .c-giftCardCalculator__itemField--value, .c-giftCardCalculator__itemField--qty {
    text-align: right;
  }
  .c-giftCardCalculator__itemField--prodName {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-giftCardCalculator__itemField--prodId {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-giftCardCalculator__itemField--value {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-giftCardCalculator__itemField--qty {
    ordeR: 3;
  }
}
@media (min-width: 740px) {
  .webform-submission-giftcard-calculator-form {
    max-width: 830px;
  }

  .c-giftCardCalculator__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-giftCardCalculator__itemField {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .c-giftCardCalculator__itemField--prodName {
    -webkit-box-flex: 0;
        -ms-flex: 0 175px;
            flex: 0 175px;
  }
  .c-giftCardCalculator__itemField--prodId {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .c-giftCardCalculator__itemField--value, .c-giftCardCalculator__itemField--qty {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
  .c-giftCardCalculator .webform-element--title-inline {
    max-width: 125px;
    margin-left: auto;
  }
}

.webform-survey-pop-up.ui-dialog {
  padding: 0 1em !important;
}
.webform-survey-pop-up textarea {
  width: 100%;
  resize: none;
}
.webform-survey-pop-up.ui-dialog .ui-dialog-titlebar-close {
  background: none;
  right: 0;
  top: 36px;
}
.webform-survey-pop-up.ui-dialog .ui-dialog-titlebar-close:before {
  content: "";
  display: block;
  width: 2px;
  height: 1.6rem;
  background: #262626;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.webform-survey-pop-up.ui-dialog .ui-dialog-titlebar-close:after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6rem;
  background: #262626;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.webform-survey-pop-up .webform-confirmation__message {
  text-align: center;
}

.webform-elements label {
  display: block;
}
.webform-elements label.option {
  display: inline;
}
.webform-elements .webform-element--title-default label,
.webform-elements .webform-element--title-inline label {
  display: inline-block;
}
.webform-elements .webform-element--title-default.js-form-type-textarea label,
.webform-elements .webform-element--title-inline.js-form-type-textarea label {
  vertical-align: top;
}
.webform-elements .webform-element--title-default.js-form-type-textarea label + div,
.webform-elements .webform-element--title-inline.js-form-type-textarea label + div {
  display: inline-block;
}

#webform-submission-contact-us-gdpr-international-node-11843-add-form .webform-elements label.option,
#webform-submission-contact-us-gdpr-node-11824-add-form .webform-elements label.option {
  display: block;
}

.webform-table {
  max-width: 100%;
  border-collapse: collapse;
  margin: 0.5em 0 2em;
}
.webform-table th {
  background: #00843D;
  color: white;
}
.webform-table th, .webform-table td {
  text-align: left;
  padding: 0.75em;
  border: solid #AAA 1px;
}
.webform-table th p, .webform-table th .form-item, .webform-table td p, .webform-table td .form-item {
  padding: 0;
  margin: 0;
}
.webform-table th:last-child, .webform-table td:last-child {
  border-right-style: solid;
}

@media all and (min-width: 800px) {
  .view-id-search.view-display-id-page_3 .views-exposed-form,
.view-id-specifier_products_documents.view-display-id-page_1 .views-exposed-form,
.view-specifier-performance-charts-documents .views-exposed-form,
.views-element-container--performance-table-search .views-exposed-form {
    padding-top: 0;
  }
}
.view-id-search.view-display-id-page_3 header,
.view-id-specifier_products_documents.view-display-id-page_1 header,
.view-specifier-performance-charts-documents header,
.views-element-container--performance-table-search header {
  clear: both;
  padding-top: 1em;
}
.view-id-search.view-display-id-page_3 details,
.view-id-specifier_products_documents.view-display-id-page_1 details,
.view-specifier-performance-charts-documents details,
.views-element-container--performance-table-search details {
  font-size: 14px;
  background: #f8f8f8;
  position: relative;
  text-align: center;
}
@media all and (min-width: 1200px) {
  .view-id-search.view-display-id-page_3 details,
.view-id-specifier_products_documents.view-display-id-page_1 details,
.view-specifier-performance-charts-documents details,
.views-element-container--performance-table-search details {
    font-size: 16px;
  }
  .view-id-search.view-display-id-page_3 details .form-item,
.view-id-specifier_products_documents.view-display-id-page_1 details .form-item,
.view-specifier-performance-charts-documents details .form-item,
.views-element-container--performance-table-search details .form-item {
    margin: 1em 2.7em;
  }
}
.view-id-search.view-display-id-page_3 details label,
.view-id-specifier_products_documents.view-display-id-page_1 details label,
.view-specifier-performance-charts-documents details label,
.views-element-container--performance-table-search details label {
  margin-right: 6px;
}
.view-id-search.view-display-id-page_3 details .form-item,
.view-id-specifier_products_documents.view-display-id-page_1 details .form-item,
.view-specifier-performance-charts-documents details .form-item,
.views-element-container--performance-table-search details .form-item {
  margin: 1em;
  display: inline-block;
}
.view-id-search.view-display-id-page_3 summary,
.view-id-specifier_products_documents.view-display-id-page_1 summary,
.view-specifier-performance-charts-documents summary,
.views-element-container--performance-table-search summary {
  text-align: center;
  background: #e8e8e8;
}
@media all and (min-width: 700px) {
  .view-id-search.view-display-id-page_3 .reset-filters,
.view-id-specifier_products_documents.view-display-id-page_1 .reset-filters,
.view-specifier-performance-charts-documents .reset-filters,
.views-element-container--performance-table-search .reset-filters {
    position: absolute;
    font-size: 14px;
    top: 3px;
    right: 8px;
    color: black;
  }
  .view-id-search.view-display-id-page_3 .reset-filters span,
.view-id-specifier_products_documents.view-display-id-page_1 .reset-filters span,
.view-specifier-performance-charts-documents .reset-filters span,
.views-element-container--performance-table-search .reset-filters span {
    display: inline-block;
    height: 21px;
    width: 20px;
    margin-bottom: 3px;
    background: grey;
    color: white;
    text-align: center;
    margin-left: 4px;
  }
}
.view-id-search.view-display-id-page_3 form > .form-item select,
.view-id-specifier_products_documents.view-display-id-page_1 form > .form-item select,
.view-specifier-performance-charts-documents form > .form-item select,
.views-element-container--performance-table-search form > .form-item select {
  width: 100%;
}
.view-id-search.view-display-id-page_3 form > .form-item[class*=cate],
.view-id-specifier_products_documents.view-display-id-page_1 form > .form-item[class*=cate],
.view-specifier-performance-charts-documents form > .form-item[class*=cate],
.views-element-container--performance-table-search form > .form-item[class*=cate] {
  display: none;
}
.view-id-search.view-display-id-page_3 form > .form-item.form-item-search-api-fulltext,
.view-id-specifier_products_documents.view-display-id-page_1 form > .form-item.form-item-search-api-fulltext,
.view-specifier-performance-charts-documents form > .form-item.form-item-search-api-fulltext,
.views-element-container--performance-table-search form > .form-item.form-item-search-api-fulltext {
  margin: 1em auto 2em;
  text-align: center;
}
.view-id-search.view-display-id-page_3 form > .form-item.form-item-search-api-fulltext .form-text,
.view-id-specifier_products_documents.view-display-id-page_1 form > .form-item.form-item-search-api-fulltext .form-text,
.view-specifier-performance-charts-documents form > .form-item.form-item-search-api-fulltext .form-text,
.views-element-container--performance-table-search form > .form-item.form-item-search-api-fulltext .form-text {
  max-width: 70%;
}

.view-media-library .views-exposed-form {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view-media-library .form-item {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: 0.5em;
}

.view-product-comparison-center {
  margin: 0 1.5em;
}
.view-product-comparison-center h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #00843D;
}
.view-product-comparison-center h2 {
  color: black;
}
.view-product-comparison-center .views-exposed-form legend {
  display: none;
}
.view-product-comparison-center .views-exposed-form ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.view-product-comparison-center .views-exposed-form .form-radio {
  position: absolute;
  left: -1000em;
}
.view-product-comparison-center .views-exposed-form .form-radios {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.view-product-comparison-center .views-exposed-form .form-radios > ul > li:last-child {
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 2px solid #C9C9C9;
}
.view-product-comparison-center .views-exposed-form .form-item {
  margin-right: 0.5em;
}
.view-product-comparison-center .views-exposed-form label {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  background: rgba(0, 123, 75, 0.65);
  color: white;
  border-color: rgba(0, 123, 75, 0.65);
  display: inline-block;
}
.view-product-comparison-center .views-exposed-form label:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.view-product-comparison-center .views-exposed-form label:focus {
  font-weight: inherit;
}
.view-product-comparison-center .views-exposed-form label:hover {
  background: #007b4b;
  border-color: #007b4b;
  color: white;
}
.view-product-comparison-center .views-exposed-form input:checked ~ label {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
}
.view-product-comparison-center .views-exposed-form input:checked ~ label:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.view-product-comparison-center .views-exposed-form input:checked ~ label:focus {
  font-weight: inherit;
}
.view-product-comparison-center .views-exposed-form [id*=edit-term-node-tid-depth-4450],
.view-product-comparison-center .views-exposed-form [for*=edit-term-node-tid-depth-4450] {
  display: none;
}
.view-product-comparison-center .view-rows {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.view-product-comparison-center .view-rows label {
  cursor: pointer;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
}
.view-product-comparison-center .view-rows input {
  margin-right: 0.5em;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.view-product-comparison-center .view-rows img {
  display: none;
}
.view-product-comparison-center__chart--desktop {
  display: none;
}
.view-product-comparison-center__actions {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.view-product-comparison-center__action {
  margin-right: 0.5em;
  display: inline-block;
}
.view-product-comparison-center__action--print {
  display: none;
}
.view-product-comparison-center__action button {
  margin-left: -3px;
}
@media (min-width: 768px) {
  .view-product-comparison-center__action--print {
    display: inline-block;
  }
  .view-product-comparison-center__chart--desktop {
    display: block;
  }
  .view-product-comparison-center__chart--mobile {
    display: none;
  }
  .view-product-comparison-center .view-rows {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .view-product-comparison-center .view-rows input {
    display: none;
  }
  .view-product-comparison-center .view-rows input:not(:checked) ~ div img {
    opacity: 0.3;
  }
  .view-product-comparison-center .view-rows label {
    width: 8em;
    margin-right: 2em;
    display: block;
    font-size: 1em;
  }
  .view-product-comparison-center .view-rows img {
    display: block;
  }
}
@media (min-width: 1200px) {
  .view-product-comparison-center {
    margin: 0;
  }
}
@media print {
  .view-product-comparison-center #views-exposed-form-product-comparison-center-page-1,
.view-product-comparison-center .view-content, .view-product-comparison-center__heading, .view-product-comparison-center__actions,
.view-product-comparison-center h1,
.view-product-comparison-center h2, .view-product-comparison-center__chart--mobile {
    display: none !important;
  }
  .footer-menu {
    display: none !important;
  }

  .view-product-comparison-center thead th:first-child {
    visibility: hidden;
  }
  .view-product-comparison-center__chart--desktop {
    display: block !important;
  }
}

.views-element-container--specifierProductListing {
  min-width: 0;
  margin: -1em 1em 1em;
}
@media (min-width: 760px) {
  .views-element-container--specifierProductListing {
    margin: 0;
  }
}

.view-product-index--specifierProductListing {
  margin: unset;
}
.view-product-index--specifierProductListing > header {
  margin-bottom: 0;
}
.product-support-lnk .view-support-product header div.lnk-support-info {
  display: block;
}

.product-support-no-lnk .view-support-product header div.lnk-support-info {
  display: none;
}

.lnk-support-info {
  margin-top: 5em;
}

.view-webform-submissions-rewards-promotion-redemption tr {
  border-bottom: solid 1px grey;
}
.view-webform-submissions-rewards-promotion-redemption td {
  padding-bottom: 1em;
}

.view-promotions header {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
.view-promotions .view-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.view-promotions .views-field-title,
.view-promotions .views-field-field-pricing-info {
  font-size: 1.2em;
}
.view-promotions .views-field-title {
  font-weight: bold;
  margin-top: 0.25em;
}
.view-promotions .views-field-field-description {
  text-align: left;
}
.view-promotions .views-field-field-description p:last-of-type {
  margin-bottom: 0;
}
.view-promotions .views-field-field-pricing-info {
  color: #00843D;
}
.view-promotions .views-field-field-pricing-info s {
  font-weight: normal;
}
.view-promotions .views-field-field-pricing-info p {
  margin: 0;
}
.view-promotions.view-display-id-page_2 {
  margin: 2em;
}
.view-promotions.view-display-id-page_2 .views-field-nothing {
  margin-top: 0.5em;
}
.view-promotions.view-display-id-page_2 .views-field-field-image {
  height: 200px;
  text-align: center;
  margin-bottom: 1em;
}
.view-promotions.view-display-id-page_2 img {
  height: 200px;
  width: auto;
}
.view-promotions.view-display-id-page_2 .views-row {
  width: 100%;
  border-bottom: solid 1px #AAA;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
@media (min-width: 650px) {
  .view-promotions.view-display-id-page_2 .views-row {
    width: calc(50% - 1em);
  }
}
@media (min-width: 950px) {
  .view-promotions.view-display-id-page_2 .views-row {
    width: calc(33% - 2em);
  }
}
.view-promotions.view-display-id-block_1 .views-field-title {
  margin-bottom: 0.25em;
  text-decoration: underline;
}
.view-promotions.view-display-id-block_1 .views-field-field-description {
  margin-top: 0.5em;
  font-size: 14px;
  text-align: center;
}
.view-promotions.view-display-id-block_1 .views-field-field-pricing-info {
  font-size: 0.95em;
  margin: 0.2em 0;
}
.view-promotions.view-display-id-page_2 .views-field-title a, .view-promotions.view-display-id-page_2 .views-field-title a:hover {
  color: #333;
}

.view-id-search header {
  text-align: center;
  margin-bottom: 1em;
  /* Search again block */
}
.view-id-search header .block-views-exposed-filter-blocksearch-page-1 {
  padding-top: 0;
}
.view-id-search header .block-views-exposed-filter-blocksearch-page-1 form {
  text-align: center;
}
.view-id-search header .block-views-exposed-filter-blocksearch-page-1 .form-item-search-api-fulltext {
  display: inline-block;
  vertical-align: bottom;
}
.view-id-search header .block-views-exposed-filter-blocksearch-page-1 .form-item-search-api-fulltext input {
  width: 83%;
  vertical-align: top;
}
@media all and (max-width: 400px) {
  .view-id-search header .block-views-exposed-filter-blocksearch-page-1 .form-item-search-api-fulltext {
    width: 70%;
  }
}
.view-id-search header .block-views-exposed-filter-blocksearch-page-1 .form-actions {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.view-id-search header .block-views-exposed-filter-blocksearch-page-1 .form-actions .form-submit {
  background: #595959;
  width: 49px;
  vertical-align: bottom;
  border-radius: 0 10px 10px 0;
  margin-top: 0;
  display: block;
}
.view-id-search #edit-field-persona-vocab--wrapper,
.view-id-search #edit-field-persona-vocab--2--wrapper {
  margin: 0;
  background: #f8f8f8;
  padding-bottom: 0.5em;
}
.view-id-search #edit-field-persona-vocab--wrapper legend,
.view-id-search #edit-field-persona-vocab--2--wrapper legend {
  background: #f8f8f8;
  padding-top: 1em;
}
.view-id-search #edit-field-persona-vocab--wrapper .form-item,
.view-id-search #edit-field-persona-vocab--2--wrapper .form-item {
  margin-left: 1em;
  margin-right: 1em;
  display: inline-block;
}
.view-id-search h2 {
  color: #00843d;
  font-weight: 600;
  font-size: 1.7em;
}
@media all and (min-width: 620px) {
  .view-id-search h2 {
    font-size: 2.2em;
  }
}
.view-id-search .more-link {
  margin-top: 1rem;
}
.view-id-search .field--name-dynamic-token-fieldnode-linked-url-to-node {
  margin-bottom: 1em;
}
.view-id-search .field--name-dynamic-token-fieldnode-linked-url-to-node a {
  color: #00843D;
  font-weight: 600;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.view-id-search .layout--twocol-bricks {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-id-search .layout--twocol-bricks .layout__region--first-above {
  display: none;
}
.view-id-search .layout--twocol-bricks .layout__region--second-above {
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
}
@media all and (min-width: 620px) {
  .view-id-search .layout--twocol-bricks .layout__region--second-above:first-child {
    padding-left: 250px;
  }
}
@media all and (min-width: 620px) {
  .view-id-search .layout--twocol-bricks .layout__region--first-above {
    display: block;
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.view-id-search .media-document {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.view-id-search .media-document .left {
  display: none;
}
.view-id-search .media-document .right {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-id-search .media-document .right > a {
  color: #00843D;
  font-weight: 600;
  overflow-wrap: normal;
  word-wrap: break-word;
}
.view-id-search .media-document img {
  border: solid 2px #1f8a5e;
  padding: 8px;
  background: #f4f4f4;
  width: 200px;
}
@media all and (min-width: 620px) {
  .view-id-search .media-document .left {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
  }
}
.view-id-search nav {
  margin: 2em auto;
}
.view-id-search nav ul {
  padding: 0;
}
.view-id-search h2 {
  margin-bottom: 6px;
  margin-top: 0;
}
.view-id-search .views-row {
  padding: 30px 30px;
  border-bottom: solid 1px grey;
}
@media (min-width: 1070px) {
  .view-id-search .views-row {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-id-search .views-row:first-child {
  border-top: solid 1px grey;
}
.view-id-search .views-row > .media-document div, .view-id-search .views-row > .layout div {
  min-width: 0;
}
.view-id-search .views-exposed-form .form-item-search-api-fulltext input, .view-id-search .views-exposed-form .form-item-search-api-fulltext .form-actions, .view-id-search .views-exposed-form .form-item-search-api-fulltext .form-submit {
  height: 48px;
  vertical-align: top;
  display: inline-block;
  margin-top: 0;
}
.view-id-search.view-display-id-page_3 .views-row {
  padding: 0;
}
.view-id-search.view-display-id-page_3 .row-content {
  padding-top: 0;
}
.view-id-search.view-display-id-page_3 .image-button {
  background: #595959;
  width: 49px;
  vertical-align: bottom;
  border-radius: 0 10px 10px 0;
  display: none;
}
.view-id-search.view-display-id-page_3 .image-button.shown {
  display: inline-block !important;
}
@media all and (min-width: 800px) {
  .view-id-search.view-display-id-page_3 #edit-field-document-type--wrapper {
    float: left;
    width: 400px;
    margin-top: 0;
  }
}
@media all and (min-width: 480px) {
  .view-id-search.view-display-id-page_3 #edit-field-document-type--wrapper .js-form-type-checkbox {
    width: 46%;
    display: inline-block;
  }
}
@media all and (min-width: 800px) {
  .view-id-search.view-display-id-page_3 #edit-field-document-type--wrapper .js-form-type-checkbox {
    width: 195px;
  }
}

.view-site-reports.view-display-id-block_2 .view-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 800px) {
  .view-site-reports.view-display-id-block_2 .view-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.view-site-reports.view-display-id-block_2 .views-row {
  width: 360px;
  max-width: 100%;
  margin: 1.5em;
}
@media (min-width: 740px) {
  .view-site-reports.view-display-id-block_2 .views-row {
    margin: 0 1.5em 1.5em 0;
  }
}
@media (min-width: 740px) and (max-width: 1000px) {
  .view-site-reports.view-display-id-block_2 .views-row {
    width: calc(50% - 0.75em);
  }
  .view-site-reports.view-display-id-block_2 .views-row:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .view-site-reports.view-display-id-block_2 .views-row {
    width: calc(33.3333333333% - 1em);
  }
  .view-site-reports.view-display-id-block_2 .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 740px) and (max-width: 1000px) {
  [dir=rtl] .view-site-reports.view-display-id-block_2 .views-row:nth-child(2n-1) {
    margin-right: 0;
  }
  [dir=rtl] .view-site-reports.view-display-id-block_2 .views-row:nth-child(2n) {
    margin-right: 1.5em;
  }
}
@media (min-width: 1000px) {
  [dir=rtl] .view-site-reports.view-display-id-block_2 .views-row:nth-child(3n) {
    margin-right: 1.5em;
  }
  [dir=rtl] .view-site-reports.view-display-id-block_2 .views-row:nth-child(3n-2) {
    margin-right: 0;
  }
}

.view_irrigation_plans {
  margin-top: 1em;
}
.view_irrigation_plans a {
  display: inline-block;
}

.view-id-specifier_products_documents, .view-specifier-performance-charts-documents {
  margin: 0 1em;
}
.view-id-specifier_products_documents h1, .view-specifier-performance-charts-documents h1 {
  text-align: center;
  margin: 1em auto;
}
.view-id-specifier_products_documents h2, .view-specifier-performance-charts-documents h2 {
  width: 100%;
  color: #333;
  font-weight: 600;
}
.view-id-specifier_products_documents .view-content, .view-specifier-performance-charts-documents .view-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2.5em;
}
.view-id-specifier_products_documents .views-row, .view-specifier-performance-charts-documents .views-row {
  border: solid 1px #DDDDDD;
  margin-bottom: 1em;
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .view-id-specifier_products_documents .views-row, .view-specifier-performance-charts-documents .views-row {
    width: 50%;
  }
  .view-id-specifier_products_documents .views-row:not(:nth-child(2n+1)):not(:last-child), .view-specifier-performance-charts-documents .views-row:not(:nth-child(2n+1)):not(:last-child) {
    border-right-style: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 859px) {
  .view-id-specifier_products_documents .views-row, .view-specifier-performance-charts-documents .views-row {
    width: 33.3333333333%;
  }
  .view-id-specifier_products_documents .views-row:not(:nth-child(3n+1)):not(:last-child), .view-specifier-performance-charts-documents .views-row:not(:nth-child(3n+1)):not(:last-child) {
    border-right-style: none;
  }
}
@media screen and (min-width: 860px) {
  .view-id-specifier_products_documents .views-row, .view-specifier-performance-charts-documents .views-row {
    width: 25%;
  }
  .view-id-specifier_products_documents .views-row:not(:nth-child(4n+1)):not(:last-child), .view-specifier-performance-charts-documents .views-row:not(:nth-child(4n+1)):not(:last-child) {
    border-right-style: none;
  }
}

.node--uses-layout-builder .main-layout-container {
  margin: 0;
  max-width: 100%;
}
.node--uses-layout-builder .layout__regionsWrapper {
  max-width: 1100px;
  padding: 2em 0;
  margin: auto;
}

#drupal-off-canvas, #drupal-off-canvas * {
  font-family: "Open Sans", sans-serif !important;
}
#drupal-off-canvas a {
  cursor: pointer !important;
}
#drupal-off-canvas .form-item {
  width: 100%;
  display: block;
}
#drupal-off-canvas .form-item label {
  font-size: 1em;
  font-weight: normal;
}
#drupal-off-canvas .form-item, #drupal-off-canvas .form-item label {
  cursor: pointer;
}
#drupal-off-canvas summary {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0.5em;
}
#drupal-off-canvas details {
  padding: 0;
  margin: 0 0 0 -20px;
}
#drupal-off-canvas details a {
  padding-left: 20px;
}
#drupal-off-canvas .js-layout-builder-filter.form-search {
  margin: 0.5em 0;
  font-family: revert;
}
#drupal-off-canvas .layout-selection li {
  padding-bottom: 0 !important;
}
#drupal-off-canvas .layout-selection li a {
  /**
   * Hide layouts provided by panels.
   * Remove after uninstalled.
   */
  display: none !important;
}
#drupal-off-canvas .layout-selection li a[href*=layout_onecol], #drupal-off-canvas .layout-selection li a[href*=layout_twocol], #drupal-off-canvas .layout-selection li a[href*=layout_threecol], #drupal-off-canvas .layout-selection li a[href*=layout_fourcol] {
  display: block !important;
  padding-bottom: 1em;
}

body.page-node-type-layout-builder-page .main-layout-container {
  margin: 0;
  max-width: 100%;
  padding-left: 1.429rem;
  padding-right: 1.429rem;
}
body.page-node-type-layout-builder-page .c-button {
  display: inline-block;
}
body.page-node-type-layout-builder-page .node {
  font-size: 20px;
}
body.page-node-type-layout-builder-page .layout h2 {
  font-size: 1.8em;
  letter-spacing: 1px;
}
@media all and (max-width: 576px) {
  body.page-node-type-layout-builder-page .layout h2 {
    font-size: 1.5em;
  }
}
body.page-node-type-layout-builder-page .field--name-body h2:first-child {
  margin-top: 0;
}
body.page-node-type-layout-builder-page h3 {
  font-size: 1.2em;
  font-weight: 600;
}
body.page-node-type-layout-builder-page .layout__regionsWrapper {
  max-width: 980px;
  padding: 2em 0;
  margin: auto;
}
body.page-node-type-layout-builder-page .layout__regionsWrapper:last-of-type {
  padding-bottom: 0;
}
body.page-node-type-layout-builder-page .section {
  /**
   * Acts as an override class. Sections are full width by default.
   */
}
body.page-node-type-layout-builder-page .section--fullWidth .layout__regionsWrapper {
  max-width: none !important;
}
body.page-node-type-layout-builder-page .section--paddingNone .layout__regionsWrapper {
  padding: 0;
}
body.page-node-type-layout-builder-page .section--bgGrey {
  background: #F5F5F5;
}
body.page-node-type-layout-builder-page .section--hero .layout__regionsWrapper {
  padding: 0;
  max-width: 100%;
}
body.page-node-type-layout-builder-page .block-inline-blockparagraphs-widget--cols > h2 {
  margin-bottom: 1.4rem;
}
body.page-node-type-layout-builder-page .block-inline-blockparagraphs-widget--cols .field--name-body {
  font-size: 1.6rem;
}

@media all and (max-width: 767px) {
  .mobile-reverse .layout__regionsWrapper .layout__region--first {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.bg-dark-green {
  background-color: #1b4e34;
  color: #fff;
}
.bg-dark-green h2 {
  color: #fff;
}
.bg-dark-green .layout__regionsWrapper:last-of-type {
  padding-bottom: 2em !important;
}
.bg-dark-green .layout-builder-block {
  background: none;
}

.vertical-center .layout__regionsWrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-border .layout__regionsWrapper,
.section-border-round .layout__regionsWrapper {
  border: 1px solid #eae5da;
  padding: 1rem 5rem !important;
}
.section-border .layout__regionsWrapper h2,
.section-border-round .layout__regionsWrapper h2 {
  margin-top: 5px;
}
.section-border .layout__regionsWrapper .field--name-body,
.section-border-round .layout__regionsWrapper .field--name-body {
  margin: 5px 0;
}

.section-border-round .layout__regionsWrapper {
  border-radius: 2rem;
}

.wavy-hero {
  text-align: center;
  position: relative;
}
.wavy-hero .wavy-hero-icons {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 88%;
  margin: auto;
}
.wavy-hero .wavy-hero-icons img {
  width: 20%;
  height: auto;
  max-width: 100px;
}
.wavy-hero .wavy-hero-icons img + img {
  width: 30%;
  min-width: 70px;
  max-width: 150px;
}

.wavy-hero .wavy-hero-info {
  padding: 40px 15px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wavy-hero .wavy-hero-info .title {
  margin-bottom: 0;
  font-size: 180px;
  color: black;
  margin: 0 0 20px 0;
  line-height: 1;
  font-weight: 700;
  display: block;
}

.wavy-hero .wavy-hero-info img {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  border: 0;
}

.wavy-hero .wavy-hero-info a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 0;
}

.node--type-carousel-new h2 {
  display: none;
}

.view-content--specifier-products {
  padding-top: 1rem;
}
.view-content--specifier-products .owl-carousel {
  text-align: center;
  padding: 0 4rem;
}
.view-content--specifier-products .owl-carousel .owl-nav {
  margin: 0;
}
.view-content--specifier-products .owl-carousel .owl-nav button {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid green !important;
  color: green !important;
}
.view-content--specifier-products .owl-carousel .owl-nav button:hover {
  background: green;
  color: #fff !important;
}
.view-content--specifier-products .owl-carousel .owl-nav button span {
  display: block;
  height: 100%;
  line-height: 100%;
  font-size: 30px;
}
.view-content--specifier-products .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.view-content--specifier-products .owl-carousel .owl-item {
  font-size: 2rem;
}
.view-content--specifier-products .owl-carousel .owl-item a {
  text-decoration: none;
  position: relative;
  display: block;
  padding-top: 1.5rem;
  max-width: 180px;
  margin: auto;
}
.view-content--specifier-products .owl-carousel .owl-item a:hover {
  text-decoration: none;
}
.view-content--specifier-products .owl-carousel .owl-item a::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  max-width: 100px;
  position: absolute;
  top: 0;
  background: green;
  margin: auto;
  left: 0;
  right: 0;
}
.view-content--specifier-products .owl-carousel .owl-item .item {
  opacity: 0.5;
}
.view-content--specifier-products .owl-carousel .owl-item .item.active-tab {
  opacity: 1;
}
.view-content--specifier-products .owl-carousel .owl-item .products-list-thumbnail {
  min-height: 100px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.view-content--specifier-products .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.node--view-mode-product-specifier-listing .node--type-product__features .field__item {
  margin-bottom: 0.5rem;
}
.node--view-mode-product-specifier-listing .node--type-product__features .field--name-field-header {
  font-size: 2.1rem;
  font-weight: 500;
  color: #333;
  margin-top: 1em;
}
.node--view-mode-product-specifier-listing .node--type-product__specs {
  padding: 0;
}
.node--view-mode-product-specifier-listing .node--type-product__spec {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em 0;
  border-bottom: solid 1px #C9C9C9;
}
.node--view-mode-product-specifier-listing .node--type-product__spec:first-of-type {
  padding-top: 0;
}
.node--view-mode-product-specifier-listing .node--type-product__spec:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.node--view-mode-product-specifier-listing .node--type-product__spec p {
  margin: 0;
}
.node--view-mode-product-specifier-listing .node--type-product__specIcon {
  width: 50px;
  min-width: 50px;
  margin-right: 0.75em;
}
.node--view-mode-product-specifier-listing .node--type-product__specIcon .field--name-field-icon {
  margin: 0;
  width: 100%;
}
.node--view-mode-product-specifier-listing .node--type-product__footer {
  display: block;
  margin-top: 2rem;
  clear: both;
}
.node--view-mode-product-specifier-listing .node--type-product__certs {
  margin: 0;
  padding: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 576px) {
  .node--view-mode-product-specifier-listing .node--type-product__certs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.node--view-mode-product-specifier-listing .node--type-product__certs li {
  list-style: none;
}
.node--view-mode-product-specifier-listing .node--type-product__certs li .field--name-field-icon {
  width: 6rem;
  margin: 0 1rem 1rem 0;
}
.node--view-mode-product-specifier-listing .node--type-product__ctaButtonsContainer {
  margin-top: 2rem;
}
@media all and (max-width: 576px) {
  .node--view-mode-product-specifier-listing .node--type-product__ctaButtonsContainer {
    text-align: center;
  }
}
.node--view-mode-product-specifier-listing .node--type-product__ctaButtonsContainer .c-button {
  display: inline-block;
  margin: 0 1rem 1rem 0;
  min-width: 190px;
}
.node--view-mode-product-specifier-listing .field--name-field-product-details .field__item,
.node--view-mode-product-specifier-listing .field--name-field-tech-specs .field__item,
.node--view-mode-product-specifier-listing .field--name-field-model .field__item {
  border-bottom: none !important;
}
.node--view-mode-product-specifier-listing .field--name-field-product-details .field--name-field-header,
.node--view-mode-product-specifier-listing .field--name-field-tech-specs .field--name-field-header,
.node--view-mode-product-specifier-listing .field--name-field-model .field--name-field-header {
  font-size: 2.1rem;
  font-weight: 500;
  color: #333;
  margin-top: 1em;
}
.node--view-mode-product-specifier-listing .field--name-field-product-details .field--name-field-details > div,
.node--view-mode-product-specifier-listing .field--name-field-tech-specs .field--name-field-details > div,
.node--view-mode-product-specifier-listing .field--name-field-model .field--name-field-details > div {
  display: list-item;
  margin-left: 1.3em;
  list-style-type: disc;
}
.node--view-mode-product-specifier-listing .field--name-field-dimensions > div {
  display: list-item;
  margin-left: 1.3em;
  list-style-type: disc;
}
.node--view-mode-product-specifier-listing ul.attributes {
  padding: 0;
  margin: 0;
  list-style: none;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.node--view-mode-product-specifier-listing ul.attributes > li {
  border: 0.5rem solid transparent;
  margin-bottom: 2rem;
  width: 100%;
}
@media all and (min-width: 768px) {
  .node--view-mode-product-specifier-listing ul.attributes > li {
    width: 50%;
  }
}
@media all and (min-width: 1200px) {
  .node--view-mode-product-specifier-listing ul.attributes > li {
    width: 25%;
  }
}
.node--view-mode-product-specifier-listing ul.attributes > li h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  padding: 0.75em 1em;
  margin: 0;
  background: #00843D;
  text-align: center;
}
.node--view-mode-product-specifier-listing ul.attributes > li > div {
  background: #EAEAEA;
  padding: 0.75em;
  height: calc(100% - 2.5em);
}
.node--view-mode-product-specifier-listing ul.attributes > li .field__item {
  margin-bottom: 0.75em;
}

.empty-message {
  border: 1px solid #808080;
  padding: 10px;
  border-radius: 3px;
}

.page-node-type-professionals-landing-page #block-tabs {
  z-index: 1;
  background: #fff;
}
.page-node-type-professionals-landing-page #block-tabs ul.tabs {
  margin: 0;
  padding: 0 0 0.5em;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas > .row {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container {
  max-width: 1400px;
  margin-bottom: 0 !important;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .comment-submitted {
  display: none;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item {
  font-family: "Montserrat", sans-serif;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item > div {
  z-index: 1;
  background-color: #fff;
  position: relative;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container {
  background-color: #000;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider {
  margin-bottom: 0;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide {
  height: unset;
  min-height: unset !important;
  left: 0 !important;
  opacity: 1 !important;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight {
  height: unset;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight img {
    height: 700px !important;
  }
}
@media (min-width: 1185px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight img {
    height: auto !important;
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight .info {
  font-family: "Montserrat", sans-serif;
  background: transparent !important;
  height: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0 !important;
  margin: 20px 30px 30px 30px;
}
@media (min-width: 850px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight .info {
    position: unset;
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight .info {
    width: 50%;
    max-width: 1400px;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight .info .wrapper {
  padding: 0;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight .info .wrapper h2 {
  font-size: 28px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight .info .wrapper h2 {
    font-size: 32px;
    width: 69%;
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight .info .wrapper .body-wrapper {
  margin-top: 0;
  margin-bottom: 18px;
  width: 100%;
  max-width: unset;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight .info .wrapper .body-wrapper p {
  display: none;
  font-size: 18px;
  width: 100%;
  max-width: unset;
  margin: 15px auto;
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight .info .wrapper .body-wrapper p {
    display: block;
    width: 69%;
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight .info .wrapper .cta-btns a {
  background-color: #fff;
  color: #ff7200;
  border-radius: 0;
  border: none;
  font-weight: 600;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 10px;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight .info .wrapper .cta-btns a::after {
  margin-left: 5px;
  content: "▸";
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-list .slick__slide .paragraph--type--highlight .info .wrapper .cta-btns a:hover {
  background-color: #fff;
  color: #ff7200;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-dots {
  bottom: 10px;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-dots > li {
  width: 10px;
  height: 10px;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-dots > li > button {
  border-radius: 30px;
  background: #d6d6d6;
  height: 5px;
  width: 5px;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-dots > li > button::before {
  height: 5px;
  width: 5px;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick .slick-slider .slick-dots > li.slick-active > button {
  background: #869791;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick > .slick__slide .paragraph--type--highlight.center > img {
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick > .slick__slide .paragraph--type--highlight.center .info {
  right: 0;
  left: 0;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--slide-container .slick > .slick__slide .paragraph--type--highlight.center .info .wrapper h2 {
  font-size: 32px;
  width: 100%;
  max-width: 100%;
  font-weight: bold;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-link .full-width {
  width: 100%;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-link .full-width a {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 12px;
  color: #fff;
  background-color: #00843d;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-link .full-width a img {
  margin-left: 15px;
  max-height: 20px;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-links {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 321px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-links {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-links div {
  text-align: center;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-links div {
    width: calc(50% - 1px);
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-links div a {
  font-size: 16px;
  padding: 12px;
  color: #fff;
  background-color: #00843d;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 321px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-links div a {
    border-bottom: 1px solid #fff;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-links div a {
    display: block;
    border: none;
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-links div a::after {
  margin-left: 5px;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--customer-links div a:hover {
  color: #000;
  background-color: #fff;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources {
  font-family: "Montserrat", sans-serif;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 2px;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  border-bottom: 2px solid #fff;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources > div {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources > div {
    width: calc(50% - 1px);
  }
}
@media (min-width: 1201px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources > div {
    width: calc(33.333333% - 2px);
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources > div:hover .overlay {
  background-position: left;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources > div img {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  display: block;
  width: 100%;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources > div .overlay {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5%;
  color: #fff;
  background: rgba(5, 46, 24, 0.4);
}
@media (min-width: 1025px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources > div .overlay {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(50%, #052e18)) right;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 50%, #052e18 50%) right;
    background-size: 201%;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources > div .overlay h3 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources > div .overlay p {
  margin-top: 0;
  font-size: 16px;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources > div .overlay a {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #ff7200;
  background-color: #fff;
  display: inline-block;
  border-radius: 0;
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 16px;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources > div .overlay a::after {
  margin-left: 5px;
  content: "▸";
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources > div .overlay a:hover {
  color: #fff;
  background-color: #ff7200;
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources.paragraph--count--3 > div {
    width: calc(50% - 1px);
  }
}
@media (min-width: 1201px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources.paragraph--count--3 > div {
    width: calc(33.333333% - 2px);
  }
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources.paragraph--count--2 > div, .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources.paragraph--count--4 > div {
    width: calc(50% - 1px);
  }
}
@media (min-width: 1201px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources.paragraph--count--2 > div, .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--resources.paragraph--count--4 > div {
    width: calc(50% - 1px);
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  border-top: solid 2px #fff;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles > div {
  width: 100%;
  color: #fff;
  background-color: #052e18;
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles > div {
    width: calc(50% - 1px);
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles > div .overlay {
  padding: 3vw 3vw 5vw 3vw;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles > div .overlay h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles > div .overlay p {
  font-size: 16px;
  margin-top: 0;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles > div .overlay a {
  display: inline-block;
  border-radius: 0;
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ff7200;
  background-color: #fff;
  font-size: 16px;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles > div .overlay a:hover {
  color: #fff;
  background-color: #ff7200;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles > div .overlay a::after {
  margin-left: 5px;
  content: "▸";
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles.paragraph--count--3 > div, .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles.paragraph--count--6 > div {
    width: calc(33.333333% - 2px);
  }
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles.paragraph--count--2 > div, .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles.paragraph--count--4 > div {
    width: calc(50% - 1px);
  }
}
@media (min-width: 1201px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles.paragraph--count--2 > div, .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles.paragraph--count--4 > div {
    width: calc(50% - 1px);
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles .box {
  position: relative;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles .box img {
  width: 100%;
  height: 100%;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles .btn-play {
  display: table;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles .btn-play:hover {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--product-bundles .btn-play {
    width: 80px;
    height: 80px;
    opacity: 0.6;
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--video-paralax-background {
  z-index: 0;
  border-bottom: 2px solid #fff;
  padding: 25vw 0;
}
@media (min-width: 769px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--video-paralax-background {
    padding: 20vw 0;
  }
}
@media (min-width: 1201px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--video-paralax-background {
    padding: 300px 0;
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--video-paralax-background .fixed-parallax-background {
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  max-width: 1400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--video-paralax-background .btn-play {
  display: table;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--video-paralax-background .btn-play:hover {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .main-layout-container .node--type-professionals-landing-page .field--name-field-sections .field__item .paragraph--type--video-paralax-background .btn-play {
    width: 80px;
    height: 80px;
    opacity: 0.6;
  }
}
.page-node-type-professionals-landing-page .dialog-off-canvas-main-canvas .footer-menu {
  position: relative;
  z-index: 1;
}
.page-node-type-professionals-landing-page .jquery-modal.blocker {
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  padding: 0 10vw;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.page-node-type-professionals-landing-page .jquery-modal.blocker::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.page-node-type-professionals-landing-page .jquery-modal.blocker .modal.video-modal {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 56.25% 0 0 0;
  border-radius: 0;
  color: #fff;
  background-color: #000;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
  text-align: left;
  overflow: initial;
}
.page-node-type-professionals-landing-page .jquery-modal.blocker .modal.video-modal > iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-node-type-professionals-landing-page .jquery-modal.blocker .modal.video-modal > .close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/professionals/close.png");
}

.node--type-site-report__header, .node--type-site-report__footer {
  text-align: center;
  margin: 1.5em auto;
}
.node--type-site-report__header {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap;
  text-align: center;
}
.node--type-site-report__footer {
  text-align: center;
}
.node--type-site-report__title, .node--type-site-report__subtitle {
  color: #00843D;
}
.node--type-site-report__title {
  margin: 0;
}
.node--type-site-report__subtitle {
  font-size: 1.5em;
}

@media all and (min-width: 767px) {
  .page-node-type-site-report-new .node--type-site-report-new .c-card__footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-node-type-site-report-new .node--type-site-report-new .c-card__footer > div {
    margin: 0 7px;
  }
}
.node--type-troubleshooting-guide__link {
  font-size: 1.15em;
  text-align: center;
  display: block;
}

.node--type-product.node--view-mode-specifier-product-listing {
  margin-top: 1em;
  padding: 0;
}
@media (max-width: 759px) {
  .node--type-product.node--view-mode-specifier-product-listing {
    border: solid 2px #00843D;
  }
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__header {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__tagline {
  display: none;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__img {
  margin: 1em;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__colHeading {
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  padding: 0.75em 1em;
  margin: 0;
  background: #00843D;
  text-align: center;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__colContent {
  background: #EAEAEA;
  padding: 0.75em;
  height: 100%;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__tagsCols {
  margin-top: 1em;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__specs, .node--type-product.node--view-mode-specifier-product-listing .node--type-product__specs ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__spec {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 0.75em 0;
  border-bottom: solid 1px #C9C9C9;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__spec:first-child {
  padding-top: 0;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__spec:last-child {
  border-bottom: 0;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__specIcon {
  width: 50px;
  min-width: 50px;
  margin-right: 0.75em;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__specBody {
  font-size: 13px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__specBody p {
  margin: 0;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__certs {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__cert {
  display: inline-block;
  margin-right: 0.25em;
  width: 75px;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__footer {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__ctaButtonWrapper {
  display: inline-block;
  margin-left: 1em;
}
.node--type-product.node--view-mode-specifier-product-listing .node--type-product__ctaButton {
  display: block;
}
@media (max-width: 759px) {
  .node--type-product.node--view-mode-specifier-product-listing .node--type-product__titleContainer {
    font-size: 0.65em;
    font-weight: bold;
    color: white;
    padding: 1em 2em;
    margin: 0;
    background: #00843D;
    width: 100%;
    display: block;
  }
  .node--type-product.node--view-mode-specifier-product-listing .node--type-product__titleContainer h2 {
    margin: 0;
    font-weight: bold;
  }
  .node--type-product.node--view-mode-specifier-product-listing .node--type-product__titleContainer a {
    color: white;
    font-weight: bold;
  }
  .node--type-product.node--view-mode-specifier-product-listing .node--type-product__titleContainer a:hover {
    color: white;
  }
}
@media (min-width: 760px) {
  .node--type-product.node--view-mode-specifier-product-listing .node--type-product__img {
    width: 125px;
    margin: 0 1.5em 0 0;
  }
  .node--type-product.node--view-mode-specifier-product-listing .node--type-product__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .node--type-product.node--view-mode-specifier-product-listing .node--type-product__tagline {
    display: block;
  }
}
.node--type-product.node--view-mode-specifier-product-listing .field--name-field-specifier-features .field__item,
.node--type-product.node--view-mode-specifier-product-listing .field--name-field-specifier-option-features .field__item,
.node--type-product.node--view-mode-specifier-product-listing .field--name-field-specifier-applications .field__item {
  margin-bottom: 0.75em;
}
.node--type-product.node--view-mode-specifier-product-listing .field--name-field-icon {
  width: 100%;
}
.node--type-product .product-cta {
  background: none;
}

/* Product Page -------------------------------*/
.page-node-type-product h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.page-node-type-product .field--name-field-dimensions > div {
  display: list-item;
  margin-left: 1.3em;
  list-style-type: disc;
}
.page-node-type-product .field--name-field-text-plain {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 300;
  margin: 0.5em 0 0.25em;
}
.page-node-type-product .field--name-field-crosspromotional-image {
  margin-bottom: 1em;
}
.page-node-type-product .field--name-field-product-details .field__item,
.page-node-type-product .field--name-field-tech-specs .field__item,
.page-node-type-product .field--name-field-model .field__item {
  border-bottom: none !important;
}
.page-node-type-product .field--name-field-product-details .field--name-field-header,
.page-node-type-product .field--name-field-tech-specs .field--name-field-header,
.page-node-type-product .field--name-field-model .field--name-field-header {
  font-size: 2.1rem;
  font-weight: 500;
  color: #333;
  margin-top: 1em;
}
.page-node-type-product .field--name-field-product-details .field--name-field-details > div,
.page-node-type-product .field--name-field-tech-specs .field--name-field-details > div,
.page-node-type-product .field--name-field-model .field--name-field-details > div {
  display: list-item;
  margin-left: 1.3em;
  list-style-type: disc;
}

.product-thumb-container {
  cursor: pointer;
}
.product-thumb-container:last-child:first-child {
  display: none !important;
}

.product-certification-images .field--name-field-caption {
  font-size: 10px;
  text-align: center;
}
.product-certification-images .field--name-field-image {
  width: 110px;
  display: block;
  margin: 0 auto 0.25em;
}
.product-certification-images .field--name-field-image img {
  display: block;
}

#tab_videos h2 {
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  #tab_videos h2 {
    display: none;
  }
}
#tab_videos .c-responsiveIframeContainer {
  width: 100%;
  margin: 0 auto 2em;
}
@media all and (min-width: 767px) {
  #tab_videos .c-responsiveIframeContainer {
    width: 90%;
    max-width: 900px;
  }
}

#prod-vid-thumbs .view-content, #prod-related-models .view-content, #prod-related-docs .view-content, #prod-related-docs-training .view-content, #prod-related-docs-support .view-content, #prod-related-docs-marketing-docs .view-content, #prod-related-docs-specs .view-content, #prod-related-docs-tech-docs .view-content, #prod-related-docs-related-products .view-content, #prod-related-docs-calculator .view-content, #prod-related-products .view-content, #prod-related-manuals .view-content, #prod-related-cad .view-content, #prod-related-specs .view-content {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#prod-vid-thumbs .view-content > div, #prod-related-models .view-content > div, #prod-related-docs .view-content > div, #prod-related-docs-training .view-content > div, #prod-related-docs-support .view-content > div, #prod-related-docs-marketing-docs .view-content > div, #prod-related-docs-specs .view-content > div, #prod-related-docs-tech-docs .view-content > div, #prod-related-docs-related-products .view-content > div, #prod-related-docs-calculator .view-content > div, #prod-related-products .view-content > div, #prod-related-manuals .view-content > div, #prod-related-cad .view-content > div, #prod-related-specs .view-content > div {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 6px;
  /* 9 */
  padding: 0.6rem;
  /* 9 */
}
#prod-vid-thumbs .field-title, #prod-related-models .field-title, #prod-related-docs .field-title, #prod-related-docs-training .field-title, #prod-related-docs-support .field-title, #prod-related-docs-marketing-docs .field-title, #prod-related-docs-specs .field-title, #prod-related-docs-tech-docs .field-title, #prod-related-docs-related-products .field-title, #prod-related-docs-calculator .field-title, #prod-related-products .field-title, #prod-related-manuals .field-title, #prod-related-cad .field-title, #prod-related-specs .field-title {
  font-weight: bold;
}
#prod-vid-thumbs img, #prod-related-models .views-field-field-image, #prod-related-products .views-field-field-image, #prod-related-docs .views-field-nothing, #prod-related-docs-training .views-field-nothing, #prod-related-docs-support .views-field-nothing, #prod-related-docs-marketing-docs .views-field-nothing, #prod-related-docs-specs .views-field-nothing, #prod-related-docs-tech-docs .views-field-nothing, #prod-related-docs-related-products .views-field-nothing, #prod-related-docs-calculator .views-field-nothing, #prod-related-manuals .views-field-nothing, #prod-related-cad .views-field-nothing, #prod-related-specs .views-field-nothing {
  padding: 5px;
  background: white;
  border: 1px solid #DDDDDD;
  margin-bottom: 5px;
}
#prod-related-models .view-content > div, #prod-related-docs .view-content > div, #prod-related-docs-training .view-content > div, #prod-related-docs-support .view-content > div, #prod-related-docs-marketing-docs .view-content > div, #prod-related-docs-specs .view-content > div, #prod-related-docs-tech-docs .view-content > div, #prod-related-docs-related-products .view-content > div, #prod-related-docs-calculator .view-content > div, #prod-related-products .view-content > div, #prod-related-manuals .view-content > div, #prod-related-cad .view-content > div, #prod-related-specs .view-content > div {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media all and (min-width: 425px) {
  #prod-related-models .view-content > div, #prod-related-docs .view-content > div, #prod-related-docs-training .view-content > div, #prod-related-docs-support .view-content > div, #prod-related-docs-marketing-docs .view-content > div, #prod-related-docs-specs .view-content > div, #prod-related-docs-tech-docs .view-content > div, #prod-related-docs-related-products .view-content > div, #prod-related-docs-calculator .view-content > div, #prod-related-products .view-content > div, #prod-related-manuals .view-content > div, #prod-related-cad .view-content > div, #prod-related-specs .view-content > div {
    width: 50%;
  }
}
@media all and (min-width: 626px) {
  #prod-related-models .view-content > div, #prod-related-docs .view-content > div, #prod-related-docs-training .view-content > div, #prod-related-docs-support .view-content > div, #prod-related-docs-marketing-docs .view-content > div, #prod-related-docs-specs .view-content > div, #prod-related-docs-tech-docs .view-content > div, #prod-related-docs-related-products .view-content > div, #prod-related-docs-calculator .view-content > div, #prod-related-products .view-content > div, #prod-related-manuals .view-content > div, #prod-related-cad .view-content > div, #prod-related-specs .view-content > div {
    width: 33%;
  }
}
@media all and (min-width: 850px) {
  #prod-related-models .view-content > div, #prod-related-docs .view-content > div, #prod-related-docs-training .view-content > div, #prod-related-docs-support .view-content > div, #prod-related-docs-marketing-docs .view-content > div, #prod-related-docs-specs .view-content > div, #prod-related-docs-tech-docs .view-content > div, #prod-related-docs-related-products .view-content > div, #prod-related-docs-calculator .view-content > div, #prod-related-products .view-content > div, #prod-related-manuals .view-content > div, #prod-related-cad .view-content > div, #prod-related-specs .view-content > div {
    width: 25%;
  }
}
#prod-related-models .views-field-field-description a, #prod-related-products .views-field-field-tagline a {
  color: #262626;
}
#prod-related-models .views-field-field-description a:hover, #prod-related-products .views-field-field-tagline a:hover {
  color: #262626;
}
#prod-vid-thumbs .view-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#prod-vid-thumbs .view-content figcaption {
  padding: 0 0.5rem;
  max-width: 200px;
}
#prod-vid-thumbs .view-content > div:first-child:last-child {
  display: none;
}
#prod-related-models .views-field-field-buy-now-button a {
  margin-top: 0;
}
#prod-related-products .views-field-nothing, #prod-related-docs .views-field-nothing, #prod-related-docs-training .views-field-nothing, #prod-related-docs-support .views-field-nothing, #prod-related-docs-marketing-docs .views-field-nothing, #prod-related-docs-specs .views-field-nothing, #prod-related-docs-tech-docs .views-field-nothing, #prod-related-docs-related-products .views-field-nothing, #prod-related-docs-calculator .views-field-nothing, #prod-related-manuals .views-field-field-image, #prod-related-models .views-field-field-image {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#prod-related-products img, #prod-related-docs img, #prod-related-docs-training img, #prod-related-docs-support img, #prod-related-docs-marketing-docs img, #prod-related-docs-specs img, #prod-related-docs-tech-docs img, #prod-related-docs-related-products img, #prod-related-docs-calculator img, #prod-related-manuals img, #prod-related-models img {
  padding: 15px;
  width: 100%;
}
#prod-related-docs, #prod-related-docs-training, #prod-related-docs-support, #prod-related-docs-marketing-docs, #prod-related-docs-specs, #prod-related-docs-tech-docs, #prod-related-docs-related-products, #prod-related-docs-calculator {
  position: relative;
}
@media all and (min-width: 490px) {
  #prod-related-docs .bef-exposed-form, #prod-related-docs-training .bef-exposed-form, #prod-related-docs-support .bef-exposed-form, #prod-related-docs-marketing-docs .bef-exposed-form, #prod-related-docs-specs .bef-exposed-form, #prod-related-docs-tech-docs .bef-exposed-form, #prod-related-docs-related-products .bef-exposed-form, #prod-related-docs-calculator .bef-exposed-form {
    position: absolute;
    top: -79px;
    left: 278px;
  }
}
@media all and (min-width: 1200px) {
  #prod-related-docs .bef-exposed-form, #prod-related-docs-training .bef-exposed-form, #prod-related-docs-support .bef-exposed-form, #prod-related-docs-marketing-docs .bef-exposed-form, #prod-related-docs-specs .bef-exposed-form, #prod-related-docs-tech-docs .bef-exposed-form, #prod-related-docs-related-products .bef-exposed-form, #prod-related-docs-calculator .bef-exposed-form {
    top: -78px;
    left: 428px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #prod-related-docs .bef-exposed-form, #prod-related-docs-training .bef-exposed-form, #prod-related-docs-support .bef-exposed-form, #prod-related-docs-marketing-docs .bef-exposed-form, #prod-related-docs-specs .bef-exposed-form, #prod-related-docs-tech-docs .bef-exposed-form, #prod-related-docs-related-products .bef-exposed-form, #prod-related-docs-calculator .bef-exposed-form {
      top: -66px;
    }
  }
}
#prod-related-manuals {
  position: relative;
}
@media all and (min-width: 490px) {
  #prod-related-manuals .bef-exposed-form {
    position: absolute;
    top: -62px;
    left: 278px;
  }
}
@media all and (min-width: 1200px) {
  #prod-related-manuals .bef-exposed-form {
    top: -58px;
    /* 48 for safari */
    left: 428px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #prod-related-manuals .bef-exposed-form {
      top: -48px;
    }
  }
}
#prod-related-cad .views-field-nothing, #prod-related-specs .views-field-nothing {
  height: 145px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#prod-related-products > .views-element-container {
  width: 100%;
}

/* Products & Product Support ---------------------------------- */
article.page-node-type-product .field--name-body {
  margin-top: 3em;
  clear: both;
}
article.page-node-type-product .field--name-field-features {
  display: none;
}
@media all and (min-width: 450px) {
  article.page-node-type-product .field--name-field-features {
    display: block;
  }
}

h1.product-title {
  color: #262626;
  margin-top: 0;
}

h2.product-title {
  margin: 0 0 10px 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  font-weight: bold;
}

.rb-prod-left {
  clear: left;
}

.rb-prod-banner {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

div.product-image {
  text-align: center;
}

div.product-image img {
  max-width: 100%;
  height: auto;
}

div.product-image-additional {
  width: 95%;
  margin: 1em auto;
}
div.product-image-additional a {
  width: 80px;
  height: 80px;
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  border: 1px solid #DDDDDD;
  margin: 5px;
}
div.product-image-additional img {
  max-width: 100%;
  max-height: 70px;
  margin: 0 auto;
  -ms-flex-item-align: center;
      align-self: center;
}
div.product-image-additional .field__item {
  float: left;
}

.product-buy-now,
.product-cta {
  display: inline-block;
}

.views-field-field-buy-now-button,
.field--name-field-buy-now-button,
.views-field-field-cta,
.field--name-field-cta {
  margin: 0.5em 1em 1em 0;
}
.views-field-field-buy-now-button a,
.field--name-field-buy-now-button a,
.views-field-field-cta a,
.field--name-field-cta a {
  background: #007b4b;
  color: white;
  border: solid 2px white;
  font-size: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.5em 1em;
  border-radius: 0.7rem;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  text-align: center;
  /**
    * Color variants
    */
  background: white;
  color: #007b4b;
  border-color: #007b4b;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
}
.views-field-field-buy-now-button a:hover,
.field--name-field-buy-now-button a:hover,
.views-field-field-cta a:hover,
.field--name-field-cta a:hover {
  color: #007b4b;
  border-color: #007b4b;
  background: white;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.views-field-field-buy-now-button a:focus,
.field--name-field-buy-now-button a:focus,
.views-field-field-cta a:focus,
.field--name-field-cta a:focus {
  font-weight: inherit;
}
.views-field-field-buy-now-button a:hover,
.field--name-field-buy-now-button a:hover,
.views-field-field-cta a:hover,
.field--name-field-cta a:hover {
  background: #007b4b;
  border-color: white;
  color: white;
}

.tabs-fixed {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  top: 0;
  left: 0;
  z-index: 999999;
}

.container,
.node--type-product.node--view-mode-full > ul.tabs {
  margin: auto;
}

#product-tab-content {
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  min-height: 16em;
  padding-top: 1em;
  background: #f5f5f5;
}
#product-tab-content p {
  overflow: auto;
}
#product-tab-content:empty {
  display: none;
}
@media all and (max-width: 767px) {
  #product-tab-content {
    border-top: 1px solid #BBBBBB;
  }
}
#product-tab-content > div {
  border-bottom: 1px solid #DDDDDD;
  padding: 1.5em;
}
@media screen and (min-width: 768px) {
  #product-tab-content > div {
    padding: 1.5em 2.5em;
  }
}
#product-tab-content table td {
  padding: 4px 8px;
}

#tab_models > .field__items {
  border-bottom: 1px solid #DDDDDD;
}

#tab_models > .field__items:last-child {
  border-bottom: none;
}

#tab_models > .field__items > .field__item,
#tab_products > .field__items > .field__item {
  border-bottom: 1px solid gray;
}

#tab_models > .field__items > .field__item:last-child,
#tab_products > .field__items > .field__item:last-child {
  border-bottom: none;
}

.product-tabs-container {
  margin: 1em 0 0 0;
  padding: 0;
}

.product-tabs-container ul.tabs {
  font-size: 1.2em;
  text-transform: uppercase;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0;
  padding-bottom: 0;
  font-weight: 600;
  overflow-x: hidden;
}

.product-tabs-container ul.tabs > li {
  border-top: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 0.5em 1em;
  margin: 0;
  white-space: nowrap;
  background: #DDDDDD;
  border-radius: 5px 5px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-tabs-container ul.tabs a {
  padding: 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 991px) {
  .product-tabs-container ul.tabs {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  .product-tabs-container ul.tabs {
    display: none;
  }
}
.product-tabs-container ul.tabs > li:first-child {
  border-left: 1px solid #BBB;
}

.product-tabs-container ul.tabs > li:hover,
.product-tabs-container ul.tabs > li a:hover {
  background-color: #f5f5f5;
  color: #000;
}

.product-tabs-container ul.tabs > li:active,
.product-tabs-container ul.tabs a:active {
  background-color: transparent;
}

.product-tabs-container ul.tabs > li.active {
  border: 1px solid #BBBBBB;
  border-bottom: none;
  background-color: #f5f5f5;
  color: #000;
}

.product-social-links {
  text-align: center;
  float: left;
  width: 100%;
}
@media all and (min-width: 992px) {
  .product-social-links {
    text-align: initial;
  }
}

.product-social-links a {
  display: inline;
  margin-bottom: 0.2em;
}

.path-products .views-row .views-col {
  text-align: center;
}

.node--type-product.node--view-mode-teaser p {
  margin-bottom: 1em;
}
.node--type-product.node--view-mode-teaser p.product-title {
  font-weight: bold;
}
.node--type-product.node--view-mode-teaser div.product-image {
  text-align: left;
}
.node--type-product.node--view-mode-teaser div.product-image img {
  padding-bottom: 1em;
}

.products-list-tabs-fixed {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  top: 0;
  left: 0;
  z-index: 999999;
}
.products-list-tabs-fixed + .products-list-tabs-content {
  margin-top: 55px !important;
}

.products-list-tabs-content {
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  min-height: 6em;
  background: #f5f5f5;
}
.products-list-tabs-content p {
  overflow: auto;
}
.products-list-tabs-content:empty {
  display: none;
}
@media all and (max-width: 767px) {
  .products-list-tabs-content {
    border-top: 1px solid #BBBBBB;
  }
}
.products-list-tabs-content .tab_content {
  display: none;
  border-bottom: 1px solid #DDDDDD;
  padding: 3.5rem 1.5em 2.5rem;
}
@media screen and (min-width: 768px) {
  .products-list-tabs-content .tab_content {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
.products-list-tabs-content .tab_content.active {
  display: block;
}
.products-list-tabs-content table td {
  padding: 4px 8px;
}

.products-list-tabs-container {
  margin: 1em 0 0 0;
  padding: 0;
  float: none;
}
.products-list-tabs-container ul.tabs {
  font-size: 1.2em;
  text-transform: uppercase;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0;
  padding-bottom: 0;
  font-weight: 600;
  overflow-x: hidden;
  z-index: 9;
}
@media (max-width: 991px) {
  .products-list-tabs-container ul.tabs {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  .products-list-tabs-container ul.tabs {
    display: none;
  }
}
.products-list-tabs-container ul.tabs > li {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
.products-list-tabs-container ul.tabs > li a {
  border-top: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  background: #DDDDDD;
  border-radius: 5px 5px 0 0;
  padding: 0.5em;
  text-align: center;
  width: 100%;
  white-space: normal;
}
.products-list-tabs-container ul.tabs > li a:hover, .products-list-tabs-container ul.tabs > li a a:hover {
  background-color: #f5f5f5;
  color: #000;
}
.products-list-tabs-container ul.tabs > li a.active {
  border-bottom-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #000;
}
.products-list-tabs-container ul.tabs > li:first-child a {
  border-left: 1px solid #bbb;
}

.icPanelAnimate,
.icRotorsAnimate,
.icConnectAnimate,
.animate551,
.animate752,
.animate950,
.valveBox {
  height: 100%;
  display: block;
}
.icPanelAnimate, .icPanelAnimate *,
.icRotorsAnimate,
.icRotorsAnimate *,
.icConnectAnimate,
.icConnectAnimate *,
.animate551,
.animate551 *,
.animate752,
.animate752 *,
.animate950,
.animate950 *,
.valveBox,
.valveBox * {
  position: relative;
}

.animate551 img,
.animate752 img,
.animate950 img,
.valveBox img {
  width: 100%;
  max-width: 100%;
}

.icPanelAnimate > div, .icPanelAnimate > div * {
  -webkit-transition: ease all 2s;
  transition: ease all 2s;
}
.icPanelAnimate > div:first-child {
  z-index: 1;
}
.icPanelAnimate > div:nth-child(2), .icPanelAnimate > div:nth-child(3), .icPanelAnimate > div:nth-child(4) {
  position: absolute;
  opacity: 0;
}
.icPanelAnimate > div:nth-child(2) {
  top: 0;
  z-index: 2;
}
.icPanelAnimate > div:nth-child(3) {
  z-index: 4;
  top: 6em;
}
.icPanelAnimate > div:nth-child(4) {
  z-index: 3;
  top: 8em;
}
.icPanelAnimate[data-animated=true] > div:nth-child(2), .icPanelAnimate[data-animated=true] > div:nth-child(3), .icPanelAnimate[data-animated=true] > div:nth-child(4) {
  opacity: 1;
  top: 0;
}

.icRotorsAnimate {
  width: 90%;
  margin: 0 auto;
  height: 100% !important;
}
.icRotorsAnimate > div, .icRotorsAnimate > div * {
  -webkit-transition: ease all 1s;
  transition: ease all 1s;
}
.icRotorsAnimate > div:nth-child(1), .icRotorsAnimate > div:nth-child(3) {
  position: absolute;
  z-index: 2;
}
.icRotorsAnimate > div:first-child {
  top: 2em;
  left: -3em;
}
.icRotorsAnimate > div:nth-child(3) {
  top: -0.5em;
  right: -2em;
}
.icRotorsAnimate[data-animated=true] > div:first-child {
  top: -0.5em;
  left: 0;
}
.icRotorsAnimate[data-animated=true] > div:nth-child(3) {
  top: 0;
  right: 0;
}

.icConnectAnimate > div {
  top: 0;
  width: 90%;
  height: 100%;
}
.icConnectAnimate > div, .icConnectAnimate > div * {
  -webkit-transition: ease all 1s;
  transition: ease all 1s;
}
.icConnectAnimate > div:first-child {
  z-index: 2;
  left: 0;
  top: -1em;
}
.icConnectAnimate > div:nth-child(2) {
  position: absolute;
  right: 0;
}
.icConnectAnimate[data-animated=true] > div {
  width: 80%;
}
.icConnectAnimate[data-animated=true] > div:first-child {
  left: 10%;
  top: 0;
}
.icConnectAnimate[data-animated=true] > div:nth-child(2) {
  right: 10%;
}

.animate551 {
  max-width: 350px;
  width: 80%;
  margin: 0 auto;
}
.animate551 > div, .animate551 > div * {
  -webkit-transition: ease all 2s;
  transition: ease all 2s;
}
.animate551 > div:first-child {
  margin: 0 auto;
  width: 40%;
}
.animate551[data-animated=true] > div:first-child {
  width: 60%;
}

.animate752 {
  max-width: 350px;
  width: 80%;
  margin: 0 auto;
}
.animate752 > div, .animate752 > div * {
  -webkit-transition: ease all 2s;
  transition: ease all 2s;
}
.animate752 > div:first-child {
  z-index: 2;
}
.animate752 > div:nth-child(2) {
  position: absolute;
  top: 10em;
  z-index: 1;
}
.animate752[data-animated=true] > div:nth-child(2) {
  top: 0;
}

.animate950 {
  width: 80%;
  margin: 0 auto;
}
.animate950 > div, .animate950 > div * {
  -webkit-transition: ease all 2s;
  transition: ease all 2s;
}
.animate950 > div:first-child {
  z-index: 2;
}
.animate950 > div:nth-child(2) {
  position: absolute;
  top: 0;
  left: -3em;
  z-index: 1;
}
.animate950[data-animated=true] > div:nth-child(2) {
  left: 0;
}

.valveBox {
  width: 80%;
  margin: 0 auto;
}
.valveBox > div {
  -webkit-transform: translateY(5em) scale(0.8);
          transform: translateY(5em) scale(0.8);
}
.valveBox > div, .valveBox > div * {
  -webkit-transition: ease all 2s;
  transition: ease all 2s;
}
.valveBox > div:first-child {
  z-index: 2;
}
.valveBox > div:nth-child(2) {
  position: absolute;
  top: 0;
  left: -3em;
  z-index: 1;
}
.valveBox[data-animated=true] > div:first-child {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}

.node--cirrusTour__hero {
  position: relative;
  margin-top: 2em;
}
.node--cirrusTour__hero::after {
  content: "";
  display: block;
  background: #00843D;
  color: white;
  width: 100%;
  height: 3.5em;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.node--cirrusTour__heroImages {
  z-index: 1;
  position: relative;
  padding-bottom: 0.5em;
  height: 100%;
  display: block;
}
.node--cirrusTour__heroImages, .node--cirrusTour__heroImages * {
  position: relative;
  -webkit-transition: right ease-in-out 1s, opacity ease-in-out 1s;
  transition: right ease-in-out 1s, opacity ease-in-out 1s;
}
.node--cirrusTour__heroImages article {
  opacity: 0;
  bottom: 0.35em;
}
.node--cirrusTour__heroImages article[data-animated=true] {
  opacity: 1;
}
.node--cirrusTour__heroImages article:first-child {
  right: -50px;
}
.node--cirrusTour__heroImages article:first-child[data-animated=true] {
  right: 0;
}
.node--cirrusTour__heroImages article:not(:first-child) {
  position: absolute;
}
.node--cirrusTour__heroImages article:nth-child(2) {
  width: 10em;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  right: -6.5em;
}
.node--cirrusTour__heroImages article:nth-child(2)[data-animated=true] {
  right: -1.5em;
}
.node--cirrusTour__heroImages article:last-child {
  width: 6em;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  right: -8em;
}
.node--cirrusTour__heroImages article:last-child[data-animated=true] {
  right: -3em;
}
.node--cirrusTour__heroCopy {
  position: relative;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.node--cirrusTour__heroCopy ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
  color: #00843D;
  margin-top: 1em;
}
.node--cirrusTour__heroCopy li {
  padding-bottom: 0.5em;
}
.node--cirrusTour__heroProductName {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 2em;
  color: white;
  font-weight: bold;
  text-transform: none;
}
.node--cirrusTour__benefits .field--name-field-widgets > .field__item:last-child, .node--cirrusTour__benefits .field--name-field-widgets > .field__item:nth-last-child(2) {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin-right: -0.75em;
}
.node--cirrusTour__features ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5em;
  max-width: 100%;
  width: 40em;
  margin: 0 auto;
}
.node--cirrusTour__features li {
  position: relative;
  padding-bottom: 0.25em;
}
.node--cirrusTour__features li:before {
  content: "✓";
  font-weight: 900;
  color: #00843D;
  margin-right: 0.25em;
  font-size: 1.15em;
}
.node--cirrusTour__features[data-animated=false] li {
  right: -200px;
  opacity: 0;
  visibility: hidden;
}
.node--cirrusTour__features[data-animated=true] li {
  right: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(3) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(4) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(5) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(6) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(7) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(8) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(9) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(10) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(11) {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(12) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(13) {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(14) {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(15) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(16) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(17) {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(18) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(19) {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(20) {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(21) {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(22) {
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(23) {
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(24) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(25) {
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(26) {
  -webkit-transition-delay: 2600ms;
          transition-delay: 2600ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(27) {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(28) {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(29) {
  -webkit-transition-delay: 2900ms;
          transition-delay: 2900ms;
}
.node--cirrusTour__features[data-animated=true] li:nth-child(30) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
.node--cirrusTour__comparison {
  background: url("https://www.rainbird.com/sites/default/files/media/images/2020-12/layer8.png");
  background-size: cover;
}
.node--cirrusTour__comparison h2 {
  color: white;
  margin-bottom: 0.25em;
}
.node--cirrusTour__footerCopy figure {
  font-size: 3em;
  color: #00843D;
  font-weight: bolder;
}
.node--cirrusTour__footerCopy figcaption {
  font-size: 0.4em;
}
.node--cirrusTour__footerButton, .node--cirrusTour__footerButton :not(a) {
  height: 100%;
}
.node--cirrusTour__footerButton p {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.node--cirrusTour__footerButton a {
  vertical-align: bottom;
}

.node--lbGolfRotor .layout--twocolstacked-section .layout__region {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.node--lbGolfRotor .layout--twocolstacked-section .layout__region .block {
  width: 100%;
}
@media (max-width: 849px) {
  .node--lbGolfRotor__section--7 .layout__regionsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.node--lbGolfRotorHero .field--name-body h1 {
  display: block;
  margin: 0 auto;
  padding-top: 1em;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  letter-spacing: 5px;
}
.node--lbGolfRotorHero .field--name-body h1 em {
  font-size: 0.75em;
  font-weight: 300;
}
.node--lbGolfRotorHero .field--name-body h1 > * {
  display: block;
  margin-bottom: 0.15em;
}
@media (min-width: 550px) {
  .node--lbGolfRotorHero .field--name-body h1 {
    padding-top: 1.5em;
  }
}
@media (min-width: 600px) {
  .node--lbGolfRotorHero .field--name-body img {
    height: auto;
    width: initial;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .node--lbGolfRotorHero .field--name-body h1 {
    font-size: 2.35em;
  }
}
@media (min-width: 1150px) {
  .node--lbGolfRotorHero .field--name-body h1 {
    padding: 3em 0;
  }
}
@media (min-width: 1400px) {
  .node--lbGolfRotorHero .field--name-body h1 {
    padding: 4em 0;
  }
}

.node--iciPlus {
  font-size: 20px;
  color: #595959;
}
.node--iciPlus__hero h1 {
  position: absolute;
  left: 0;
  right: 0;
}
.node--iciPlus__hero p {
  display: none;
}
.node--iciPlus h2 {
  font-size: 1.35em;
  letter-spacing: 1px;
}
.node--iciPlus h3 {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}
.node--iciPlus .text--dark {
  color: #333;
}
.node--iciPlus__inlineList {
  list-style: none;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 400px;
  max-width: 100%;
  margin: 2em auto;
}
@media (min-width: 900px) {
  .node--iciPlus__inlineList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.node--iciPlus__inlineListItem {
  max-width: 400%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5em;
  position: relative;
}
@media (min-width: 900px) {
  .node--iciPlus__inlineListItem:nth-child(2):after, .node--iciPlus__inlineListItem:nth-child(2):before {
    display: block;
    content: "";
    width: 1px;
    height: 5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: grey;
  }
  .node--iciPlus__inlineListItem:nth-child(2):before {
    lefT: 0;
  }
  .node--iciPlus__inlineListItem:nth-child(2):after {
    right: 0;
  }
}
.node--iciPlus__section {
  padding: 2em 0;
}
.node--iciPlus__section--bgGrey {
  background: #F5F5F5;
}
.node--iciPlus__section--1 {
  padding: 0;
  background: #1a7550;
}
.node--iciPlus__section--1 h1 {
  display: block;
  margin: 0 auto;
  padding-top: 1em;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  letter-spacing: 5px;
}
.node--iciPlus__section--1 h1 em {
  font-size: 0.75em;
  font-weight: 300;
}
.node--iciPlus__section--1 h1 > * {
  display: block;
  margin-bottom: 0.15em;
}
.node--iciPlus__section--1 img {
  height: 200px;
  width: auto;
  max-width: none;
}
@media (min-width: 550px) {
  .node--iciPlus__section--1 h1 {
    padding-top: 1.5em;
  }
}
@media (min-width: 600px) {
  .node--iciPlus__section--1 img {
    height: auto;
    width: initial;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .node--iciPlus__section--1 h1 {
    font-size: 2.35em;
  }
}
@media (min-width: 1150px) {
  .node--iciPlus__section--1 h1 {
    padding: 3em 0;
  }
}
@media (min-width: 1400px) {
  .node--iciPlus__section--1 h1 {
    padding: 4em 0;
  }
}
.node--iciPlus__section--2 [class*=video] {
  margin: 3em 0 2em;
}
.node--iciPlus__section--2 blockquote {
  color: #595959;
  font-style: italic;
  padding: 0;
  margin: 0 0 0.5em;
  border: none;
  font-size: 1.25em;
  font-weight: bold;
}
.node--iciPlus__section--3 .desktopImage {
  display: none;
}
@media (min-width: 700px) {
  .node--iciPlus__section--3 .mobileImage {
    display: none;
  }
  .node--iciPlus__section--3 .desktopImage {
    display: block;
  }
}
.node--iciPlus__section--4 {
  padding-bottom: 0;
}
.node--iciPlus__section--4 .layout__region--second {
  max-width: 400px;
  padding: 0 1em;
  margin-left: auto;
  margin-right: auto;
}
.node--iciPlus__section--1, .node--iciPlus__section--2, .node--iciPlus__section--3 {
  text-align: center;
}
.node--iciPlus__section--1 h1, .node--iciPlus__section--1 h2, .node--iciPlus__section--2 h1, .node--iciPlus__section--2 h2, .node--iciPlus__section--3 h1, .node--iciPlus__section--3 h2 {
  margin-left: auto;
  margin-right: auto;
}
.node--iciPlus__section--4 .layout__region--first, .node--iciPlus__section--5 .layout__region--second, .node--iciPlus__section--6 .layout__region--first {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.node--iciPlus__section--4 .layout__region--second img, .node--iciPlus__section--5 .layout__region--first img, .node--iciPlus__section--6 .layout__region--second img {
  width: 100%;
  max-width: 100%;
}
.node--iciPlus__section--6 .layout__region--first {
  padding: 2em 0;
}
@media all and (min-width: 992px) {
  .node--iciPlus__section--6 .layout__region--second {
    position: absolute;
    right: 0;
  }
}
.node--iciPlus__section--7 .c-relatedItem {
  width: 200px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 1em;
  margin-bottom: 1em;
}
.node--iciPlus__section--7 .block:last-child .field__item:nth-child(3) .c-relatedItem {
  margin-right: 130px;
}
.node--iciPlus__section .container {
  padding: 0;
  margin: 0;
  width: auto;
}
.node--iciPlus .layout__regionsWrapper {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 849px) {
  .node--iciPlus__section--4 .layout__region--second .block, .node--iciPlus__section--5 .layout__region--first .block, .node--iciPlus__section--6 .layout__region--second .block {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
  }
  .node--iciPlus__section--5 .layout__regionsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1200px) {
  .node--iciPlus__section:not(.node--iciPlus__section--1) {
    padding: 0 1em;
  }
}

.node--newProducts {
  font-size: 20px;
  color: #595959;
}
.node--newProducts__hero h1 {
  position: absolute;
  left: 0;
  right: 0;
}
.node--newProducts__hero p {
  display: none;
}
.node--newProducts__hero .container {
  padding: 0;
  margin: 0;
  width: auto;
}
.node--newProducts__section {
  padding: 2em 0;
}
.node--newProducts__section:last-of-type {
  text-align: center;
}
.node--newProducts__section--1 {
  padding: 0;
  background: #1a7550;
}
.node--newProducts__section--1 h1 {
  display: block;
  margin: 0 auto;
  padding-top: 1em;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  letter-spacing: 5px;
}
.node--newProducts__section--1 h1 em {
  font-size: 0.75em;
  font-weight: 300;
}
.node--newProducts__section--1 h1 > * {
  display: block;
  margin-bottom: 0.15em;
}
.node--newProducts__section--1 img {
  height: 200px;
  width: auto;
  max-width: none;
}
@media (min-width: 550px) {
  .node--newProducts__section--1 h1 {
    padding-top: 1.5em;
  }
}
@media (min-width: 600px) {
  .node--newProducts__section--1 img {
    height: auto;
    width: initial;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .node--newProducts__section--1 h1 {
    font-size: 2.35em;
  }
}
@media (min-width: 1150px) {
  .node--newProducts__section--1 h1 {
    padding: 3em 0;
  }
}
@media (min-width: 1400px) {
  .node--newProducts__section--1 h1 {
    padding: 4em 0;
  }
}
.node--newProducts__section--2 {
  padding-bottom: 0;
}
.node--newProducts__section--2 .layout__region--first {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.node--newProducts__section--2 .layout__region--first .block {
  max-width: 100%;
}
.node--newProducts__section--2 .layout__region--second {
  max-width: 400px;
  padding: 0 1em;
  margin-left: auto;
  margin-right: auto;
}
.node--newProducts__section--4 .layout__region--second {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.node--newProducts__section label[for=edit-email] {
  display: none;
}
.node--newProducts__section .form-email {
  border: solid 2px #00843D;
  text-align: center;
  max-width: 90%;
}
.node--newProducts__section .form-email::-webkit-input-placeholder {
  text-align: center;
  color: #00843D;
}
.node--newProducts__section .form-email::-moz-placeholder {
  text-align: center;
  color: #00843D;
}
.node--newProducts__section .form-email::-ms-input-placeholder {
  text-align: center;
  color: #00843D;
}
.node--newProducts__section .form-email::placeholder {
  text-align: center;
  color: #00843D;
}
.node--newProducts__section input[type=checkbox] {
  outline-color: #00843D;
}
.node--newProducts__section .block-webform h2 {
  color: #262626;
  text-align: center;
  font-weight: bold;
  letter-spacing: initial !important;
  font-size: 1.2em !important;
}
.node--newProducts__section button {
  font-size: 1.1em;
  margin-top: 0;
}

.rvan--section .layout__regionsWrapper {
  max-width: 1150px !important;
  padding: 15px !important;
}
.rvan--section .btn {
  border-radius: 0;
}

.rvan--hero h1 {
  font-family: acumin-pro-extra-condensed;
  letter-spacing: 4px;
  font-size: 4em;
  font-weight: 500;
  max-width: 450px;
}
.lang-polish .rvan--hero h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 3em;
}
.rvan--hero p {
  font-family: acumin-pro-extra-condensed;
  font-size: 40px;
  letter-spacing: 4px;
}
.lang-polish .rvan--hero p {
  font-family: "Open Sans", sans-serif;
}

.rvan--section-2 h1,
.rvan--section-6 h1,
.rvan--section-5 h1 {
  text-transform: uppercase;
  font-family: acumin-pro-extra-condensed;
  letter-spacing: 4px;
  font-size: 70px;
}
.lang-polish .rvan--section-2 h1,
.lang-polish .rvan--section-6 h1,
.lang-polish .rvan--section-5 h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 55px;
}

.rvan--section-2--left h1 {
  text-transform: uppercase;
  font-family: acumin-pro-extra-condensed;
  letter-spacing: 4px;
  font-size: 70px;
}
.lang-polish .rvan--section-2--left h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 55px;
}

.rvan--section-5 .layout__regionsWrapper {
  border-bottom: 1px solid white;
  padding-bottom: 40px !important;
}
.rvan--section-5 .btn-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .rvan--section-5 .btn-wrapper {
    display: inline-block;
  }
}
.rvan--section-5 .cta-wrapper {
  text-align: center;
}

.rvan--section-6 .layout__regionsWrapper {
  padding-top: 20px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media all and (min-width: 767px) {
  .rvan--section-6 .layout__regionsWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.rvan--section-7--heading {
  border-bottom: 1px solid white;
  text-transform: uppercase;
  font-size: 50px;
  font-family: acumin-pro-extra-condensed;
  padding: 10px 0;
}
.lang-polish .rvan--section-7--heading {
  font-family: "Open Sans", sans-serif;
}
.rvan--section-7 img {
  height: 181px;
}

.rvan--section-8 .layout__regionsWrapper {
  border-bottom: 1px solid white;
  padding-bottom: 40px !important;
}

.rvan--section-9 {
  font-style: italic;
  margin-bottom: 50px;
}
.rvan--section-9 .text-align-center + .text-align-center {
  margin: 0;
}

.rvan--section-10 {
  background-color: #163b25;
}

.section-border-bottom {
  width: 50px;
  height: 1px;
  color: white;
  background: white;
  margin: 15px 0;
}
/*# sourceMappingURL=style.css.map */
