@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\a5";
}

.glyphicon-jpy:before {
  content: "\a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 880px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 880px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\a0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\a0\2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 880px) {
  .container {
    width: 880px;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 1100px;
  }
}
@media (min-width: 1320px) {
  .container {
    width: 1320px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .grid-sm,
.paragraph.full-wrapper .paragraph.grid-sm, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .grid-md,
.paragraph.full-wrapper .paragraph.grid-md, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .grid-lg,
.paragraph.full-wrapper .paragraph.grid-lg, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 880px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .grid-sm,
.paragraph.full-wrapper .paragraph.grid-sm, .col-sm-9, .col-sm-10, .grid-md,
.paragraph.full-wrapper .paragraph.grid-md, .col-sm-11, .col-sm-12, .grid-lg,
.paragraph.full-wrapper .paragraph.grid-lg {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8, .grid-sm,
.paragraph.full-wrapper .paragraph.grid-sm {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10, .grid-md,
.paragraph.full-wrapper .paragraph.grid-md {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12, .grid-lg,
.paragraph.full-wrapper .paragraph.grid-lg {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1, .grid-md,
.paragraph.full-wrapper .paragraph.grid-md {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2, .grid-sm,
.paragraph.full-wrapper .paragraph.grid-sm {
    margin-left: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1100px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1320px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 879px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 880px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 880px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 880px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 880px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #008738;
  border-color: #006e2d;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #005423;
  border-color: black;
}
.btn-success:hover {
  color: #fff;
  background-color: #005423;
  border-color: #003014;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #005423;
  border-color: #003014;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #003014;
  border-color: black;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #008738;
  border-color: #006e2d;
}
.btn-success .badge {
  color: #008738;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #006bb2;
  border-color: #005c99;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #004c7f;
  border-color: #000f19;
}
.btn-info:hover {
  color: #fff;
  background-color: #004c7f;
  border-color: #00375b;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #004c7f;
  border-color: #00375b;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #00375b;
  border-color: #000f19;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #006bb2;
  border-color: #005c99;
}
.btn-info .badge {
  color: #006bb2;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #faa614;
  border-color: #ef9a05;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #d68a05;
  border-color: #734a02;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d68a05;
  border-color: #b37304;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d68a05;
  border-color: #b37304;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #b37304;
  border-color: #734a02;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #faa614;
  border-color: #ef9a05;
}
.btn-warning .badge {
  color: #faa614;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #b00020;
  border-color: #97001b;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #7d0017;
  border-color: #170004;
}
.btn-danger:hover {
  color: #fff;
  background-color: #7d0017;
  border-color: #590010;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #7d0017;
  border-color: #590010;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #590010;
  border-color: #170004;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #b00020;
  border-color: #97001b;
}
.btn-danger .badge {
  color: #b00020;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 880px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 880px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 880px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 880px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 880px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 880px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 641px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 880px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 880px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 880px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 880px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 880px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 879px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 880px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 880px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 879px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 880px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 880px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 880px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 879px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 879px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a {
  line-height: 1rem;
  font-size: rem-calc(15);
  font-weight: 700;
  color: #000;
}
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #225093;
  border-color: #225093;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #008738;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #005423;
}

.label-info {
  background-color: #006bb2;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #004c7f;
}

.label-warning {
  background-color: #faa614;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #d68a05;
}

.label-danger {
  background-color: #b00020;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #7d0017;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 880px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #008738;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #006bb2;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #faa614;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #b00020;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 880px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1100px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 880px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 879px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 879px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 879px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 879px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 880px) and (max-width: 1099px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 880px) and (max-width: 1099px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 880px) and (max-width: 1099px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 880px) and (max-width: 1099px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1100px) and (max-width: 1319px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) and (max-width: 1319px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1100px) and (max-width: 1319px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1100px) and (max-width: 1319px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1320px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1320px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1320px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 879px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 880px) and (max-width: 1099px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1100px) and (max-width: 1319px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 INTRUCTIONS FOR USE:
		nav > ul { rules }
		.parent nav > ul { rules }
		nav > ul .child { rules }
*/
.visually-hidden,
.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/*
RESPONSIVE PADDING MARGINS AND FONT SIZES
------------------------------------------
*/
@keyframes border-expand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.filter-text,
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li label,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label, .thin-heading-lg, .legal-italic-text, .overline-text,
.listing-anchor__anchors .block-views a .industry-callout,
.listing-anchor__anchors .block-views h2,
.blog .read-progress .article-title,
.blog .article-footer .author .author-by a .by-label,
.listing-page.full.nofilter .control-label,
.hero-featured-block .block-views > .form-group > .view .attachment .view-header,
.search-quick-link-static .search-quick-link,
.footer-wrapper h2,
.footer-wrapper h3,
.component--quote-slider .progressBarContainer div .timer,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label,
.hero-content-bottom .scroll,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix,
.title-prefix,
label,
.prefixtxt,
.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type, .caption-text,
article.blog.teaser .card-footer,
.press-contact,
.component--image-link__text-header,
.listing-small-featured__authoring,
.black .listing-large-featured__authoring,
.listing-large-featured__authoring,
.slide-wrapper .slider .slide-text,
.region-footer-right p,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a,
.component--quote__title,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
article.dealer.teaser .phone,
article.dealer.teaser .address-wrap,
article.dealer.teaser .hours,
article.dealer.teaser a,
.herolinks-popup .hero-links-wrap a,
.form-text,
.form-email,
.form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address, .button2-text,
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.main-hero-links .hero-links-wrap a,
.main-hero-links .hero-link-title,
.btn.tertiary-link-dark.btn-link-small,
.btn.tertiary-link-dark.btn-link-white-small,
.btn.tertiary-link.btn-link-small,
.btn.tertiary-link.btn-link-white-small,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small,
a.btn.btn.btn-link-small,
a.btn-link-small,
.btn-link-small, .button1-text,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white,
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2,
.industries-teaser__industry .arrow-link,
#block-exposedfiltersolutionsort #button-filter-sort,
.component--scroll-feature-item__link a,
.paragraph--type--identifier-cards .component--card-blue__link .btn-link,
.paragraph--type--contact-cards .component--card-wrapper .btn-link,
.news-teaser__link.arrow-link,
.sticky-menu__mobile,
.sticky-menu__links a,
.component--image-link--style2 .component--image-link__text-header,
.component--image-link--style2 a .component--image-link__text-header,
.black .component-wysiwyg__text a.btn.tertiary-link-dark,
.component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link,
.paragraph--type--related-products .title-wrapper .tertiary-link,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.pager li > a,
.pagination li > a,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a,
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a,
.resources-listing.withfilter .listing-grid .mobile-filter,
.withfilter .hero-listing .mobile-filter,
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link,
.paragraph--type--text-link .component--card-wrapper .btn-link,
.paragraph--type--related-insights .header a.tertiary-link,
.component--quote__link a,
.component--quote__text a.btn.tertiary-link,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.view-resource-sapi .resource-post a,
.product-assets .resource-post a,
.herolinks-popup .herolink-header .hero-link-title,
.yellow-phone,
.btn.tertiary-link-dark,
.btn.tertiary-link,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-download,
.black a.btn.btn-link-white-external,
.black a.btn.tertiary-link-dark.btn-link,
.black a.btn.tertiary-link-dark.btn-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small,
a.btn.btn-link-external,
a.btn.btn-link-download,
.tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header,
.back-link-secondary,
.back-link,
a.btn-yellow,
a.btn-dark-secondary,
.btn-yellow,
.btn-dark-secondary,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button,
.black a.btn-secondary,
a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow,
a.btn-black,
a.btn-dark-primary,
.btn-black,
.btn-dark-primary,
.form-actions .btn,
.form-actions .btn-group,
.paragraph--type--background.black .btn-light-primary,
.black-bg .btn-light-primary,
.black .btn-light-primary,
.black a.btn-primary,
a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black,
a.btn-blackwhite,
a.btn-light-secondary,
.btn-blackwhite,
.btn-light-secondary,
a.btn-secondary,
a.btn-light-secondary-small,
.btn-light-secondary-small,
.ot-btn-anchor button,
a.btn-white,
a.btn-light-primary,
.btn-white,
.btn-light-primary,
.paragraph--type--related-solutions .feature-solution-link a,
a.btn-primary,
a.btn-default,
a.btn-light-primary-small,
.btn-light-primary-small, .subtitle2-text,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title,
.footer-wrapper .end-footer span a,
.footer-wrapper .end-footer .end-footer-name,
.component--quote__by, .subtitle1-text,
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count,
.accordion-wrapper .paging-wrapper ul li a, .big-text,
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2, .subhead-text, .quote-text,
.component--quote__text, .lead-text, .register-elements label,
.component-featured-resource__title h2,
.component--logo-list h2,
.hero-blog .blog-summary, .list-text, .body2-text,
.listing-anchor__anchors .block-views a .industry-title,
.scroll-slider-card__description,
.component--logo-list__summary,
.component--scroll-feature-item__description,
.component--key-points__right .key-point-item__description,
.paragraph--type--offset-images .offset-image__caption-wrapper__title,
.paragraph--type--offset-images .offset-image__caption-wrapper__caption,
.blog .article-footer .author .author-by a .author-bio,
.statistic-item__description,
.paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple .text,
.paragraph.paragraph--type--bp-accordion .card-block .component-wysiwyg__text,
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt,
.search-quick-link-static .search-quick-link ul,
.search-quick-links .search-quick-link ul li a,
body > .search-api-autocomplete-search li.ui-menu-item a,
.main-container .search-api-page-block-form-site-search .search-result-info,
a .component--card-blue__description,
.resource-post-featured__excerpt,
.view-display-id-dealermap .location-listing .view-header .our-locations-desc, .body-text, body {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media only screen and (min-width: 880px) {
  .filter-text,
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li label,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label, .thin-heading-lg, .legal-italic-text, .overline-text,
.listing-anchor__anchors .block-views a .industry-callout,
.listing-anchor__anchors .block-views h2,
.blog .read-progress .article-title,
.blog .article-footer .author .author-by a .by-label,
.listing-page.full.nofilter .control-label,
.hero-featured-block .block-views > .form-group > .view .attachment .view-header,
.search-quick-link-static .search-quick-link,
.footer-wrapper h2,
.footer-wrapper h3,
.component--quote-slider .progressBarContainer div .timer,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label,
.hero-content-bottom .scroll,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix,
.title-prefix,
label,
.prefixtxt,
.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type, .caption-text,
article.blog.teaser .card-footer,
.press-contact,
.component--image-link__text-header,
.listing-small-featured__authoring,
.black .listing-large-featured__authoring,
.listing-large-featured__authoring,
.slide-wrapper .slider .slide-text,
.region-footer-right p,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a,
.component--quote__title,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
article.dealer.teaser .phone,
article.dealer.teaser .address-wrap,
article.dealer.teaser .hours,
article.dealer.teaser a,
.herolinks-popup .hero-links-wrap a,
.form-text,
.form-email,
.form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address, .button2-text,
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.main-hero-links .hero-links-wrap a,
.main-hero-links .hero-link-title,
.btn.tertiary-link-dark.btn-link-small,
.btn.tertiary-link-dark.btn-link-white-small,
.btn.tertiary-link.btn-link-small,
.btn.tertiary-link.btn-link-white-small,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small,
a.btn.btn.btn-link-small,
a.btn-link-small,
.btn-link-small, .button1-text,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white,
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2,
.industries-teaser__industry .arrow-link,
#block-exposedfiltersolutionsort #button-filter-sort,
.component--scroll-feature-item__link a,
.paragraph--type--identifier-cards .component--card-blue__link .btn-link,
.paragraph--type--contact-cards .component--card-wrapper .btn-link,
.news-teaser__link.arrow-link,
.sticky-menu__mobile,
.sticky-menu__links a,
.component--image-link--style2 .component--image-link__text-header,
.component--image-link--style2 a .component--image-link__text-header,
.black .component-wysiwyg__text a.btn.tertiary-link-dark,
.component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link,
.paragraph--type--related-products .title-wrapper .tertiary-link,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.pager li > a,
.pagination li > a,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a,
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a,
.resources-listing.withfilter .listing-grid .mobile-filter,
.withfilter .hero-listing .mobile-filter,
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link,
.paragraph--type--text-link .component--card-wrapper .btn-link,
.paragraph--type--related-insights .header a.tertiary-link,
.component--quote__link a,
.component--quote__text a.btn.tertiary-link,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.view-resource-sapi .resource-post a,
.product-assets .resource-post a,
.herolinks-popup .herolink-header .hero-link-title,
.yellow-phone,
.btn.tertiary-link-dark,
.btn.tertiary-link,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-download,
.black a.btn.btn-link-white-external,
.black a.btn.tertiary-link-dark.btn-link,
.black a.btn.tertiary-link-dark.btn-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small,
a.btn.btn-link-external,
a.btn.btn-link-download,
.tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header,
.back-link-secondary,
.back-link,
a.btn-yellow,
a.btn-dark-secondary,
.btn-yellow,
.btn-dark-secondary,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button,
.black a.btn-secondary,
a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow,
a.btn-black,
a.btn-dark-primary,
.btn-black,
.btn-dark-primary,
.form-actions .btn,
.form-actions .btn-group,
.paragraph--type--background.black .btn-light-primary,
.black-bg .btn-light-primary,
.black .btn-light-primary,
.black a.btn-primary,
a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black,
a.btn-blackwhite,
a.btn-light-secondary,
.btn-blackwhite,
.btn-light-secondary,
a.btn-secondary,
a.btn-light-secondary-small,
.btn-light-secondary-small,
.ot-btn-anchor button,
a.btn-white,
a.btn-light-primary,
.btn-white,
.btn-light-primary,
.paragraph--type--related-solutions .feature-solution-link a,
a.btn-primary,
a.btn-default,
a.btn-light-primary-small,
.btn-light-primary-small, .subtitle2-text,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title,
.footer-wrapper .end-footer span a,
.footer-wrapper .end-footer .end-footer-name,
.component--quote__by, .subtitle1-text,
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count,
.accordion-wrapper .paging-wrapper ul li a, .big-text,
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2, .subhead-text, .quote-text,
.component--quote__text, .lead-text, .register-elements label,
.component-featured-resource__title h2,
.component--logo-list h2,
.hero-blog .blog-summary, .list-text, .body2-text,
.listing-anchor__anchors .block-views a .industry-title,
.scroll-slider-card__description,
.component--logo-list__summary,
.component--scroll-feature-item__description,
.component--key-points__right .key-point-item__description,
.paragraph--type--offset-images .offset-image__caption-wrapper__title,
.paragraph--type--offset-images .offset-image__caption-wrapper__caption,
.blog .article-footer .author .author-by a .author-bio,
.statistic-item__description,
.paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple .text,
.paragraph.paragraph--type--bp-accordion .card-block .component-wysiwyg__text,
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt,
.search-quick-link-static .search-quick-link ul,
.search-quick-links .search-quick-link ul li a,
body > .search-api-autocomplete-search li.ui-menu-item a,
.main-container .search-api-page-block-form-site-search .search-result-info,
a .component--card-blue__description,
.resource-post-featured__excerpt,
.view-display-id-dealermap .location-listing .view-header .our-locations-desc, .body-text, body {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .filter-text,
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li label,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label, .thin-heading-lg, .legal-italic-text, .overline-text,
.listing-anchor__anchors .block-views a .industry-callout,
.listing-anchor__anchors .block-views h2,
.blog .read-progress .article-title,
.blog .article-footer .author .author-by a .by-label,
.listing-page.full.nofilter .control-label,
.hero-featured-block .block-views > .form-group > .view .attachment .view-header,
.search-quick-link-static .search-quick-link,
.footer-wrapper h2,
.footer-wrapper h3,
.component--quote-slider .progressBarContainer div .timer,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label,
.hero-content-bottom .scroll,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix,
.title-prefix,
label,
.prefixtxt,
.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type, .caption-text,
article.blog.teaser .card-footer,
.press-contact,
.component--image-link__text-header,
.listing-small-featured__authoring,
.black .listing-large-featured__authoring,
.listing-large-featured__authoring,
.slide-wrapper .slider .slide-text,
.region-footer-right p,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a,
.component--quote__title,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
article.dealer.teaser .phone,
article.dealer.teaser .address-wrap,
article.dealer.teaser .hours,
article.dealer.teaser a,
.herolinks-popup .hero-links-wrap a,
.form-text,
.form-email,
.form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address, .button2-text,
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.main-hero-links .hero-links-wrap a,
.main-hero-links .hero-link-title,
.btn.tertiary-link-dark.btn-link-small,
.btn.tertiary-link-dark.btn-link-white-small,
.btn.tertiary-link.btn-link-small,
.btn.tertiary-link.btn-link-white-small,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small,
a.btn.btn.btn-link-small,
a.btn-link-small,
.btn-link-small, .button1-text,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white,
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2,
.industries-teaser__industry .arrow-link,
#block-exposedfiltersolutionsort #button-filter-sort,
.component--scroll-feature-item__link a,
.paragraph--type--identifier-cards .component--card-blue__link .btn-link,
.paragraph--type--contact-cards .component--card-wrapper .btn-link,
.news-teaser__link.arrow-link,
.sticky-menu__mobile,
.sticky-menu__links a,
.component--image-link--style2 .component--image-link__text-header,
.component--image-link--style2 a .component--image-link__text-header,
.black .component-wysiwyg__text a.btn.tertiary-link-dark,
.component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link,
.paragraph--type--related-products .title-wrapper .tertiary-link,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.pager li > a,
.pagination li > a,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a,
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a,
.resources-listing.withfilter .listing-grid .mobile-filter,
.withfilter .hero-listing .mobile-filter,
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link,
.paragraph--type--text-link .component--card-wrapper .btn-link,
.paragraph--type--related-insights .header a.tertiary-link,
.component--quote__link a,
.component--quote__text a.btn.tertiary-link,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.view-resource-sapi .resource-post a,
.product-assets .resource-post a,
.herolinks-popup .herolink-header .hero-link-title,
.yellow-phone,
.btn.tertiary-link-dark,
.btn.tertiary-link,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-download,
.black a.btn.btn-link-white-external,
.black a.btn.tertiary-link-dark.btn-link,
.black a.btn.tertiary-link-dark.btn-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small,
a.btn.btn-link-external,
a.btn.btn-link-download,
.tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header,
.back-link-secondary,
.back-link,
a.btn-yellow,
a.btn-dark-secondary,
.btn-yellow,
.btn-dark-secondary,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button,
.black a.btn-secondary,
a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow,
a.btn-black,
a.btn-dark-primary,
.btn-black,
.btn-dark-primary,
.form-actions .btn,
.form-actions .btn-group,
.paragraph--type--background.black .btn-light-primary,
.black-bg .btn-light-primary,
.black .btn-light-primary,
.black a.btn-primary,
a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black,
a.btn-blackwhite,
a.btn-light-secondary,
.btn-blackwhite,
.btn-light-secondary,
a.btn-secondary,
a.btn-light-secondary-small,
.btn-light-secondary-small,
.ot-btn-anchor button,
a.btn-white,
a.btn-light-primary,
.btn-white,
.btn-light-primary,
.paragraph--type--related-solutions .feature-solution-link a,
a.btn-primary,
a.btn-default,
a.btn-light-primary-small,
.btn-light-primary-small, .subtitle2-text,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title,
.footer-wrapper .end-footer span a,
.footer-wrapper .end-footer .end-footer-name,
.component--quote__by, .subtitle1-text,
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count,
.accordion-wrapper .paging-wrapper ul li a, .big-text,
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2, .subhead-text, .quote-text,
.component--quote__text, .lead-text, .register-elements label,
.component-featured-resource__title h2,
.component--logo-list h2,
.hero-blog .blog-summary, .list-text, .body2-text,
.listing-anchor__anchors .block-views a .industry-title,
.scroll-slider-card__description,
.component--logo-list__summary,
.component--scroll-feature-item__description,
.component--key-points__right .key-point-item__description,
.paragraph--type--offset-images .offset-image__caption-wrapper__title,
.paragraph--type--offset-images .offset-image__caption-wrapper__caption,
.blog .article-footer .author .author-by a .author-bio,
.statistic-item__description,
.paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple .text,
.paragraph.paragraph--type--bp-accordion .card-block .component-wysiwyg__text,
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt,
.search-quick-link-static .search-quick-link ul,
.search-quick-links .search-quick-link ul li a,
body > .search-api-autocomplete-search li.ui-menu-item a,
.main-container .search-api-page-block-form-site-search .search-result-info,
a .component--card-blue__description,
.resource-post-featured__excerpt,
.view-display-id-dealermap .location-listing .view-header .our-locations-desc, .body-text, body {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .filter-text,
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li label,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label, .thin-heading-lg, .legal-italic-text, .overline-text,
.listing-anchor__anchors .block-views a .industry-callout,
.listing-anchor__anchors .block-views h2,
.blog .read-progress .article-title,
.blog .article-footer .author .author-by a .by-label,
.listing-page.full.nofilter .control-label,
.hero-featured-block .block-views > .form-group > .view .attachment .view-header,
.search-quick-link-static .search-quick-link,
.footer-wrapper h2,
.footer-wrapper h3,
.component--quote-slider .progressBarContainer div .timer,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label,
.hero-content-bottom .scroll,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix,
.title-prefix,
label,
.prefixtxt,
.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type, .caption-text,
article.blog.teaser .card-footer,
.press-contact,
.component--image-link__text-header,
.listing-small-featured__authoring,
.black .listing-large-featured__authoring,
.listing-large-featured__authoring,
.slide-wrapper .slider .slide-text,
.region-footer-right p,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a,
.component--quote__title,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
article.dealer.teaser .phone,
article.dealer.teaser .address-wrap,
article.dealer.teaser .hours,
article.dealer.teaser a,
.herolinks-popup .hero-links-wrap a,
.form-text,
.form-email,
.form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address, .button2-text,
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.main-hero-links .hero-links-wrap a,
.main-hero-links .hero-link-title,
.btn.tertiary-link-dark.btn-link-small,
.btn.tertiary-link-dark.btn-link-white-small,
.btn.tertiary-link.btn-link-small,
.btn.tertiary-link.btn-link-white-small,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small,
a.btn.btn.btn-link-small,
a.btn-link-small,
.btn-link-small, .button1-text,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white,
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2,
.industries-teaser__industry .arrow-link,
#block-exposedfiltersolutionsort #button-filter-sort,
.component--scroll-feature-item__link a,
.paragraph--type--identifier-cards .component--card-blue__link .btn-link,
.paragraph--type--contact-cards .component--card-wrapper .btn-link,
.news-teaser__link.arrow-link,
.sticky-menu__mobile,
.sticky-menu__links a,
.component--image-link--style2 .component--image-link__text-header,
.component--image-link--style2 a .component--image-link__text-header,
.black .component-wysiwyg__text a.btn.tertiary-link-dark,
.component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link,
.paragraph--type--related-products .title-wrapper .tertiary-link,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.pager li > a,
.pagination li > a,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a,
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a,
.resources-listing.withfilter .listing-grid .mobile-filter,
.withfilter .hero-listing .mobile-filter,
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link,
.paragraph--type--text-link .component--card-wrapper .btn-link,
.paragraph--type--related-insights .header a.tertiary-link,
.component--quote__link a,
.component--quote__text a.btn.tertiary-link,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.view-resource-sapi .resource-post a,
.product-assets .resource-post a,
.herolinks-popup .herolink-header .hero-link-title,
.yellow-phone,
.btn.tertiary-link-dark,
.btn.tertiary-link,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-download,
.black a.btn.btn-link-white-external,
.black a.btn.tertiary-link-dark.btn-link,
.black a.btn.tertiary-link-dark.btn-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small,
a.btn.btn-link-external,
a.btn.btn-link-download,
.tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header,
.back-link-secondary,
.back-link,
a.btn-yellow,
a.btn-dark-secondary,
.btn-yellow,
.btn-dark-secondary,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button,
.black a.btn-secondary,
a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow,
a.btn-black,
a.btn-dark-primary,
.btn-black,
.btn-dark-primary,
.form-actions .btn,
.form-actions .btn-group,
.paragraph--type--background.black .btn-light-primary,
.black-bg .btn-light-primary,
.black .btn-light-primary,
.black a.btn-primary,
a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black,
a.btn-blackwhite,
a.btn-light-secondary,
.btn-blackwhite,
.btn-light-secondary,
a.btn-secondary,
a.btn-light-secondary-small,
.btn-light-secondary-small,
.ot-btn-anchor button,
a.btn-white,
a.btn-light-primary,
.btn-white,
.btn-light-primary,
.paragraph--type--related-solutions .feature-solution-link a,
a.btn-primary,
a.btn-default,
a.btn-light-primary-small,
.btn-light-primary-small, .subtitle2-text,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title,
.footer-wrapper .end-footer span a,
.footer-wrapper .end-footer .end-footer-name,
.component--quote__by, .subtitle1-text,
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count,
.accordion-wrapper .paging-wrapper ul li a, .big-text,
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2, .subhead-text, .quote-text,
.component--quote__text, .lead-text, .register-elements label,
.component-featured-resource__title h2,
.component--logo-list h2,
.hero-blog .blog-summary, .list-text, .body2-text,
.listing-anchor__anchors .block-views a .industry-title,
.scroll-slider-card__description,
.component--logo-list__summary,
.component--scroll-feature-item__description,
.component--key-points__right .key-point-item__description,
.paragraph--type--offset-images .offset-image__caption-wrapper__title,
.paragraph--type--offset-images .offset-image__caption-wrapper__caption,
.blog .article-footer .author .author-by a .author-bio,
.statistic-item__description,
.paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple .text,
.paragraph.paragraph--type--bp-accordion .card-block .component-wysiwyg__text,
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt,
.search-quick-link-static .search-quick-link ul,
.search-quick-links .search-quick-link ul li a,
body > .search-api-autocomplete-search li.ui-menu-item a,
.main-container .search-api-page-block-form-site-search .search-result-info,
a .component--card-blue__description,
.resource-post-featured__excerpt,
.view-display-id-dealermap .location-listing .view-header .our-locations-desc, .body-text, body {
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .filter-text,
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li label,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label, .thin-heading-lg, .legal-italic-text, .overline-text,
.listing-anchor__anchors .block-views a .industry-callout,
.listing-anchor__anchors .block-views h2,
.blog .read-progress .article-title,
.blog .article-footer .author .author-by a .by-label,
.listing-page.full.nofilter .control-label,
.hero-featured-block .block-views > .form-group > .view .attachment .view-header,
.search-quick-link-static .search-quick-link,
.footer-wrapper h2,
.footer-wrapper h3,
.component--quote-slider .progressBarContainer div .timer,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label,
.hero-content-bottom .scroll,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix,
.title-prefix,
label,
.prefixtxt,
.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type, .caption-text,
article.blog.teaser .card-footer,
.press-contact,
.component--image-link__text-header,
.listing-small-featured__authoring,
.black .listing-large-featured__authoring,
.listing-large-featured__authoring,
.slide-wrapper .slider .slide-text,
.region-footer-right p,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a,
.component--quote__title,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
article.dealer.teaser .phone,
article.dealer.teaser .address-wrap,
article.dealer.teaser .hours,
article.dealer.teaser a,
.herolinks-popup .hero-links-wrap a,
.form-text,
.form-email,
.form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address, .button2-text,
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.main-hero-links .hero-links-wrap a,
.main-hero-links .hero-link-title,
.btn.tertiary-link-dark.btn-link-small,
.btn.tertiary-link-dark.btn-link-white-small,
.btn.tertiary-link.btn-link-small,
.btn.tertiary-link.btn-link-white-small,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small,
a.btn.btn.btn-link-small,
a.btn-link-small,
.btn-link-small, .button1-text,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white,
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2,
.industries-teaser__industry .arrow-link,
#block-exposedfiltersolutionsort #button-filter-sort,
.component--scroll-feature-item__link a,
.paragraph--type--identifier-cards .component--card-blue__link .btn-link,
.paragraph--type--contact-cards .component--card-wrapper .btn-link,
.news-teaser__link.arrow-link,
.sticky-menu__mobile,
.sticky-menu__links a,
.component--image-link--style2 .component--image-link__text-header,
.component--image-link--style2 a .component--image-link__text-header,
.black .component-wysiwyg__text a.btn.tertiary-link-dark,
.component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link,
.paragraph--type--related-products .title-wrapper .tertiary-link,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.pager li > a,
.pagination li > a,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a,
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a,
.resources-listing.withfilter .listing-grid .mobile-filter,
.withfilter .hero-listing .mobile-filter,
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link,
.paragraph--type--text-link .component--card-wrapper .btn-link,
.paragraph--type--related-insights .header a.tertiary-link,
.component--quote__link a,
.component--quote__text a.btn.tertiary-link,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.view-resource-sapi .resource-post a,
.product-assets .resource-post a,
.herolinks-popup .herolink-header .hero-link-title,
.yellow-phone,
.btn.tertiary-link-dark,
.btn.tertiary-link,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-download,
.black a.btn.btn-link-white-external,
.black a.btn.tertiary-link-dark.btn-link,
.black a.btn.tertiary-link-dark.btn-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small,
a.btn.btn-link-external,
a.btn.btn-link-download,
.tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header,
.back-link-secondary,
.back-link,
a.btn-yellow,
a.btn-dark-secondary,
.btn-yellow,
.btn-dark-secondary,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button,
.black a.btn-secondary,
a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow,
a.btn-black,
a.btn-dark-primary,
.btn-black,
.btn-dark-primary,
.form-actions .btn,
.form-actions .btn-group,
.paragraph--type--background.black .btn-light-primary,
.black-bg .btn-light-primary,
.black .btn-light-primary,
.black a.btn-primary,
a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black,
a.btn-blackwhite,
a.btn-light-secondary,
.btn-blackwhite,
.btn-light-secondary,
a.btn-secondary,
a.btn-light-secondary-small,
.btn-light-secondary-small,
.ot-btn-anchor button,
a.btn-white,
a.btn-light-primary,
.btn-white,
.btn-light-primary,
.paragraph--type--related-solutions .feature-solution-link a,
a.btn-primary,
a.btn-default,
a.btn-light-primary-small,
.btn-light-primary-small, .subtitle2-text,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title,
.footer-wrapper .end-footer span a,
.footer-wrapper .end-footer .end-footer-name,
.component--quote__by, .subtitle1-text,
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count,
.accordion-wrapper .paging-wrapper ul li a, .big-text,
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2, .subhead-text, .quote-text,
.component--quote__text, .lead-text, .register-elements label,
.component-featured-resource__title h2,
.component--logo-list h2,
.hero-blog .blog-summary, .list-text, .body2-text,
.listing-anchor__anchors .block-views a .industry-title,
.scroll-slider-card__description,
.component--logo-list__summary,
.component--scroll-feature-item__description,
.component--key-points__right .key-point-item__description,
.paragraph--type--offset-images .offset-image__caption-wrapper__title,
.paragraph--type--offset-images .offset-image__caption-wrapper__caption,
.blog .article-footer .author .author-by a .author-bio,
.statistic-item__description,
.paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple .text,
.paragraph.paragraph--type--bp-accordion .card-block .component-wysiwyg__text,
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt,
.search-quick-link-static .search-quick-link ul,
.search-quick-links .search-quick-link ul li a,
body > .search-api-autocomplete-search li.ui-menu-item a,
.main-container .search-api-page-block-form-site-search .search-result-info,
a .component--card-blue__description,
.resource-post-featured__excerpt,
.view-display-id-dealermap .location-listing .view-header .our-locations-desc, .body-text, body {
    line-height: 1.875rem;
  }
}

.h6, .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child, .paragraph--type--identifier-cards .component--card-blue__title, .paragraph.paragraph--type--bp-accordion .panel-heading a, .verical-tab-wpr.mobile .tabwrapr > a, .h5, .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a.normal.collapsed h3, .listing-small-featured__title.h5, .search-results .search-result a h3, .slide-wrapper .slider .slide-title, article.dealer.teaser a h3, .h4, .h3, .blog .article-footer .author .author-by a .author-name, .statistic-item__title, .paragraph--type--statistics .component-statistics h2, .h2, .statistic-item__gauge-title .pergauge span, .statistic-item__title mark, .main-container .search-api-page-block-form-site-search .form-type-search input,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input, .view-display-id-dealermap .location-listing .view-header h1, .h1, h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.h6 strong, .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child strong, .paragraph--type--identifier-cards .component--card-blue__title strong, .paragraph.paragraph--type--bp-accordion .panel-heading a strong, .verical-tab-wpr.mobile .tabwrapr > a strong, .h5 strong, .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a.normal.collapsed h3 strong, .listing-small-featured__title.h5 strong, .search-results .search-result a h3 strong, .slide-wrapper .slider .slide-title strong, article.dealer.teaser a h3 strong, .h4 strong, .h3 strong, .blog .article-footer .author .author-by a .author-name strong, .statistic-item__title strong, .paragraph--type--statistics .component-statistics h2 strong, .h2 strong, .statistic-item__gauge-title .pergauge span strong, .main-container .search-api-page-block-form-site-search .form-type-search input strong,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input strong, .view-display-id-dealermap .location-listing .view-header h1 strong, .h1 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 900;
}

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

body {
  color: #515151;
}

p {
  margin-top: 0;
}

em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #225093;
}
a:hover {
  text-decoration: underline;
}

.yellow a {
  color: #000000;
}

h1, .h1 {
  font-size: 2.125rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-weight: bold;
}
@media only screen and (min-width: 880px) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 880px) {
  h1, .h1 {
    line-height: 5.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  h1, .h1 {
    line-height: 5.125rem;
  }
}
@media only screen and (min-width: 880px) {
  h1, .h1 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  h1, .h1 {
    margin-bottom: 2rem;
  }
}

h2, .h2, .statistic-item__gauge-title .pergauge span, .statistic-item__title mark, .main-container .search-api-page-block-form-site-search .form-type-search input,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input, .view-display-id-dealermap .location-listing .view-header h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media only screen and (min-width: 880px) {
  h2, .h2, .statistic-item__gauge-title .pergauge span, .statistic-item__title mark, .main-container .search-api-page-block-form-site-search .form-type-search input,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input, .view-display-id-dealermap .location-listing .view-header h1 {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 1100px) {
  h2, .h2, .statistic-item__gauge-title .pergauge span, .statistic-item__title mark, .main-container .search-api-page-block-form-site-search .form-type-search input,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input, .view-display-id-dealermap .location-listing .view-header h1 {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 880px) {
  h2, .h2, .statistic-item__gauge-title .pergauge span, .statistic-item__title mark, .main-container .search-api-page-block-form-site-search .form-type-search input,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input, .view-display-id-dealermap .location-listing .view-header h1 {
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  h2, .h2, .statistic-item__gauge-title .pergauge span, .statistic-item__title mark, .main-container .search-api-page-block-form-site-search .form-type-search input,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input, .view-display-id-dealermap .location-listing .view-header h1 {
    line-height: 3rem;
  }
}
@media only screen and (min-width: 880px) {
  h2, .h2, .statistic-item__gauge-title .pergauge span, .statistic-item__title mark, .main-container .search-api-page-block-form-site-search .form-type-search input,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input, .view-display-id-dealermap .location-listing .view-header h1 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  h2, .h2, .statistic-item__gauge-title .pergauge span, .statistic-item__title mark, .main-container .search-api-page-block-form-site-search .form-type-search input,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input, .view-display-id-dealermap .location-listing .view-header h1 {
    margin-bottom: 2rem;
  }
}

h3, .h3, .blog .article-footer .author .author-by a .author-name, .statistic-item__title, .paragraph--type--statistics .component-statistics h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media only screen and (min-width: 880px) {
  h3, .h3, .blog .article-footer .author .author-by a .author-name, .statistic-item__title, .paragraph--type--statistics .component-statistics h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  h3, .h3, .blog .article-footer .author .author-by a .author-name, .statistic-item__title, .paragraph--type--statistics .component-statistics h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 880px) {
  h3, .h3, .blog .article-footer .author .author-by a .author-name, .statistic-item__title, .paragraph--type--statistics .component-statistics h2 {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  h3, .h3, .blog .article-footer .author .author-by a .author-name, .statistic-item__title, .paragraph--type--statistics .component-statistics h2 {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 880px) {
  h3, .h3, .blog .article-footer .author .author-by a .author-name, .statistic-item__title, .paragraph--type--statistics .component-statistics h2 {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  h3, .h3, .blog .article-footer .author .author-by a .author-name, .statistic-item__title, .paragraph--type--statistics .component-statistics h2 {
    margin-bottom: 1rem;
  }
}

h4, .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a.normal.collapsed h3, .listing-small-featured__title.h5, .search-results .search-result a h3, .slide-wrapper .slider .slide-title, article.dealer.teaser a h3, .h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media only screen and (min-width: 880px) {
  h4, .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a.normal.collapsed h3, .listing-small-featured__title.h5, .search-results .search-result a h3, .slide-wrapper .slider .slide-title, article.dealer.teaser a h3, .h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  h4, .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a.normal.collapsed h3, .listing-small-featured__title.h5, .search-results .search-result a h3, .slide-wrapper .slider .slide-title, article.dealer.teaser a h3, .h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  h4, .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a.normal.collapsed h3, .listing-small-featured__title.h5, .search-results .search-result a h3, .slide-wrapper .slider .slide-title, article.dealer.teaser a h3, .h4 {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  h4, .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a.normal.collapsed h3, .listing-small-featured__title.h5, .search-results .search-result a h3, .slide-wrapper .slider .slide-title, article.dealer.teaser a h3, .h4 {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 880px) {
  h4, .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a.normal.collapsed h3, .listing-small-featured__title.h5, .search-results .search-result a h3, .slide-wrapper .slider .slide-title, article.dealer.teaser a h3, .h4 {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  h4, .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a.normal.collapsed h3, .listing-small-featured__title.h5, .search-results .search-result a h3, .slide-wrapper .slider .slide-title, article.dealer.teaser a h3, .h4 {
    margin-bottom: 1rem;
  }
}

.paragraph--type--identifier-cards .component--card-blue__title, .paragraph.paragraph--type--bp-accordion .panel-heading a, .verical-tab-wpr.mobile .tabwrapr > a, h5, .h5 {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--identifier-cards .component--card-blue__title, .paragraph.paragraph--type--bp-accordion .panel-heading a, .verical-tab-wpr.mobile .tabwrapr > a, h5, .h5 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--identifier-cards .component--card-blue__title, .paragraph.paragraph--type--bp-accordion .panel-heading a, .verical-tab-wpr.mobile .tabwrapr > a, h5, .h5 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--type--identifier-cards .component--card-blue__title, .paragraph.paragraph--type--bp-accordion .panel-heading a, .verical-tab-wpr.mobile .tabwrapr > a, h5, .h5 {
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--identifier-cards .component--card-blue__title, .paragraph.paragraph--type--bp-accordion .panel-heading a, .verical-tab-wpr.mobile .tabwrapr > a, h5, .h5 {
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--type--identifier-cards .component--card-blue__title, .paragraph.paragraph--type--bp-accordion .panel-heading a, .verical-tab-wpr.mobile .tabwrapr > a, h5, .h5 {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--identifier-cards .component--card-blue__title, .paragraph.paragraph--type--bp-accordion .panel-heading a, .verical-tab-wpr.mobile .tabwrapr > a, h5, .h5 {
    margin-bottom: 0.5rem;
  }
}

h6, .h6, .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (min-width: 880px) {
  h6, .h6, .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  h6, .h6, .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  h6, .h6, .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child {
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 1100px) {
  h6, .h6, .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child {
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 880px) {
  h6, .h6, .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  h6, .h6, .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child {
    margin-bottom: 0.5rem;
  }
}

.body-text,
body {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 880px) {
  .body-text,
body {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body-text,
body {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .body-text,
body {
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body-text,
body {
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 880px) {
  .body-text,
body {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body-text,
body {
    margin-bottom: 2rem;
  }
}

.body2-text,
.listing-anchor__anchors .block-views a .industry-title,
.scroll-slider-card__description,
.component--logo-list__summary,
.component--scroll-feature-item__description,
.component--key-points__right .key-point-item__description,
.paragraph--type--offset-images .offset-image__caption-wrapper__title,
.paragraph--type--offset-images .offset-image__caption-wrapper__caption,
.blog .article-footer .author .author-by a .author-bio,
.statistic-item__description,
.paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple .text,
.paragraph.paragraph--type--bp-accordion .card-block .component-wysiwyg__text,
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt,
.search-quick-link-static .search-quick-link ul,
.search-quick-links .search-quick-link ul li a,
body > .search-api-autocomplete-search li.ui-menu-item a,
.main-container .search-api-page-block-form-site-search .search-result-info,
a .component--card-blue__description,
.resource-post-featured__excerpt,
.view-display-id-dealermap .location-listing .view-header .our-locations-desc {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 880px) {
  .body2-text,
.listing-anchor__anchors .block-views a .industry-title,
.scroll-slider-card__description,
.component--logo-list__summary,
.component--scroll-feature-item__description,
.component--key-points__right .key-point-item__description,
.paragraph--type--offset-images .offset-image__caption-wrapper__title,
.paragraph--type--offset-images .offset-image__caption-wrapper__caption,
.blog .article-footer .author .author-by a .author-bio,
.statistic-item__description,
.paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple .text,
.paragraph.paragraph--type--bp-accordion .card-block .component-wysiwyg__text,
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt,
.search-quick-link-static .search-quick-link ul,
.search-quick-links .search-quick-link ul li a,
body > .search-api-autocomplete-search li.ui-menu-item a,
.main-container .search-api-page-block-form-site-search .search-result-info,
a .component--card-blue__description,
.resource-post-featured__excerpt,
.view-display-id-dealermap .location-listing .view-header .our-locations-desc {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body2-text,
.listing-anchor__anchors .block-views a .industry-title,
.scroll-slider-card__description,
.component--logo-list__summary,
.component--scroll-feature-item__description,
.component--key-points__right .key-point-item__description,
.paragraph--type--offset-images .offset-image__caption-wrapper__title,
.paragraph--type--offset-images .offset-image__caption-wrapper__caption,
.blog .article-footer .author .author-by a .author-bio,
.statistic-item__description,
.paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple .text,
.paragraph.paragraph--type--bp-accordion .card-block .component-wysiwyg__text,
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt,
.search-quick-link-static .search-quick-link ul,
.search-quick-links .search-quick-link ul li a,
body > .search-api-autocomplete-search li.ui-menu-item a,
.main-container .search-api-page-block-form-site-search .search-result-info,
a .component--card-blue__description,
.resource-post-featured__excerpt,
.view-display-id-dealermap .location-listing .view-header .our-locations-desc {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .body2-text,
.listing-anchor__anchors .block-views a .industry-title,
.scroll-slider-card__description,
.component--logo-list__summary,
.component--scroll-feature-item__description,
.component--key-points__right .key-point-item__description,
.paragraph--type--offset-images .offset-image__caption-wrapper__title,
.paragraph--type--offset-images .offset-image__caption-wrapper__caption,
.blog .article-footer .author .author-by a .author-bio,
.statistic-item__description,
.paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple .text,
.paragraph.paragraph--type--bp-accordion .card-block .component-wysiwyg__text,
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt,
.search-quick-link-static .search-quick-link ul,
.search-quick-links .search-quick-link ul li a,
body > .search-api-autocomplete-search li.ui-menu-item a,
.main-container .search-api-page-block-form-site-search .search-result-info,
a .component--card-blue__description,
.resource-post-featured__excerpt,
.view-display-id-dealermap .location-listing .view-header .our-locations-desc {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body2-text,
.listing-anchor__anchors .block-views a .industry-title,
.scroll-slider-card__description,
.component--logo-list__summary,
.component--scroll-feature-item__description,
.component--key-points__right .key-point-item__description,
.paragraph--type--offset-images .offset-image__caption-wrapper__title,
.paragraph--type--offset-images .offset-image__caption-wrapper__caption,
.blog .article-footer .author .author-by a .author-bio,
.statistic-item__description,
.paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple .text,
.paragraph.paragraph--type--bp-accordion .card-block .component-wysiwyg__text,
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt,
.search-quick-link-static .search-quick-link ul,
.search-quick-links .search-quick-link ul li a,
body > .search-api-autocomplete-search li.ui-menu-item a,
.main-container .search-api-page-block-form-site-search .search-result-info,
a .component--card-blue__description,
.resource-post-featured__excerpt,
.view-display-id-dealermap .location-listing .view-header .our-locations-desc {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .body2-text,
.listing-anchor__anchors .block-views a .industry-title,
.scroll-slider-card__description,
.component--logo-list__summary,
.component--scroll-feature-item__description,
.component--key-points__right .key-point-item__description,
.paragraph--type--offset-images .offset-image__caption-wrapper__title,
.paragraph--type--offset-images .offset-image__caption-wrapper__caption,
.blog .article-footer .author .author-by a .author-bio,
.statistic-item__description,
.paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple .text,
.paragraph.paragraph--type--bp-accordion .card-block .component-wysiwyg__text,
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt,
.search-quick-link-static .search-quick-link ul,
.search-quick-links .search-quick-link ul li a,
body > .search-api-autocomplete-search li.ui-menu-item a,
.main-container .search-api-page-block-form-site-search .search-result-info,
a .component--card-blue__description,
.resource-post-featured__excerpt,
.view-display-id-dealermap .location-listing .view-header .our-locations-desc {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body2-text,
.listing-anchor__anchors .block-views a .industry-title,
.scroll-slider-card__description,
.component--logo-list__summary,
.component--scroll-feature-item__description,
.component--key-points__right .key-point-item__description,
.paragraph--type--offset-images .offset-image__caption-wrapper__title,
.paragraph--type--offset-images .offset-image__caption-wrapper__caption,
.blog .article-footer .author .author-by a .author-bio,
.statistic-item__description,
.paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple .text,
.paragraph.paragraph--type--bp-accordion .card-block .component-wysiwyg__text,
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt,
.search-quick-link-static .search-quick-link ul,
.search-quick-links .search-quick-link ul li a,
body > .search-api-autocomplete-search li.ui-menu-item a,
.main-container .search-api-page-block-form-site-search .search-result-info,
a .component--card-blue__description,
.resource-post-featured__excerpt,
.view-display-id-dealermap .location-listing .view-header .our-locations-desc {
    margin-bottom: 1rem;
  }
}

.list-text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 880px) {
  .list-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .list-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .list-text {
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .list-text {
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 880px) {
  .list-text {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .list-text {
    margin-bottom: 1rem;
  }
}

.lead-text, .register-elements label,
.component-featured-resource__title h2,
.component--logo-list h2,
.hero-blog .blog-summary {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
@media only screen and (min-width: 880px) {
  .lead-text, .register-elements label,
.component-featured-resource__title h2,
.component--logo-list h2,
.hero-blog .blog-summary {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .lead-text, .register-elements label,
.component-featured-resource__title h2,
.component--logo-list h2,
.hero-blog .blog-summary {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 880px) {
  .lead-text, .register-elements label,
.component-featured-resource__title h2,
.component--logo-list h2,
.hero-blog .blog-summary {
    line-height: 2.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .lead-text, .register-elements label,
.component-featured-resource__title h2,
.component--logo-list h2,
.hero-blog .blog-summary {
    line-height: 2.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .lead-text, .register-elements label,
.component-featured-resource__title h2,
.component--logo-list h2,
.hero-blog .blog-summary {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .lead-text, .register-elements label,
.component-featured-resource__title h2,
.component--logo-list h2,
.hero-blog .blog-summary {
    margin-bottom: 2rem;
  }
}

.quote-text,
.component--quote__text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
  font-weight: 500;
}
@media only screen and (min-width: 880px) {
  .quote-text,
.component--quote__text {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .quote-text,
.component--quote__text {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .quote-text,
.component--quote__text {
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  .quote-text,
.component--quote__text {
    line-height: 3rem;
  }
}
@media only screen and (min-width: 880px) {
  .quote-text,
.component--quote__text {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .quote-text,
.component--quote__text {
    margin-bottom: 2rem;
  }
}

.subhead-text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.375rem;
  font-weight: 300;
}
@media only screen and (min-width: 880px) {
  .subhead-text {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subhead-text {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .subhead-text {
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subhead-text {
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 880px) {
  .subhead-text {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subhead-text {
    margin-bottom: 2rem;
  }
}

.big-text,
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2 {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 880px) {
  .big-text,
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .big-text,
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 880px) {
  .big-text,
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2 {
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .big-text,
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2 {
    line-height: 4rem;
  }
}
@media only screen and (min-width: 880px) {
  .big-text,
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .big-text,
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2 {
    margin-bottom: 2rem;
  }
}

.subtitle1-text,
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count,
.accordion-wrapper .paging-wrapper ul li a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media only screen and (min-width: 880px) {
  .subtitle1-text,
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count,
.accordion-wrapper .paging-wrapper ul li a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle1-text,
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count,
.accordion-wrapper .paging-wrapper ul li a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .subtitle1-text,
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count,
.accordion-wrapper .paging-wrapper ul li a {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle1-text,
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count,
.accordion-wrapper .paging-wrapper ul li a {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .subtitle1-text,
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count,
.accordion-wrapper .paging-wrapper ul li a {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle1-text,
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count,
.accordion-wrapper .paging-wrapper ul li a {
    margin-bottom: 1.5rem;
  }
}

.subtitle2-text,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title,
.footer-wrapper .end-footer span a,
.footer-wrapper .end-footer .end-footer-name,
.component--quote__by {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media only screen and (min-width: 880px) {
  .subtitle2-text,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title,
.footer-wrapper .end-footer span a,
.footer-wrapper .end-footer .end-footer-name,
.component--quote__by {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle2-text,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title,
.footer-wrapper .end-footer span a,
.footer-wrapper .end-footer .end-footer-name,
.component--quote__by {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .subtitle2-text,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title,
.footer-wrapper .end-footer span a,
.footer-wrapper .end-footer .end-footer-name,
.component--quote__by {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle2-text,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title,
.footer-wrapper .end-footer span a,
.footer-wrapper .end-footer .end-footer-name,
.component--quote__by {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .subtitle2-text,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title,
.footer-wrapper .end-footer span a,
.footer-wrapper .end-footer .end-footer-name,
.component--quote__by {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle2-text,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title,
.footer-wrapper .end-footer span a,
.footer-wrapper .end-footer .end-footer-name,
.component--quote__by {
    margin-bottom: 1.5rem;
  }
}

.button1-text,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white,
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2,
.industries-teaser__industry .arrow-link,
#block-exposedfiltersolutionsort #button-filter-sort,
.component--scroll-feature-item__link a,
.paragraph--type--identifier-cards .component--card-blue__link .btn-link,
.paragraph--type--contact-cards .component--card-wrapper .btn-link,
.news-teaser__link.arrow-link,
.sticky-menu__mobile,
.sticky-menu__links a,
.component--image-link--style2 .component--image-link__text-header,
.component--image-link--style2 a .component--image-link__text-header,
.black .component-wysiwyg__text a.btn.tertiary-link-dark,
.component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link,
.paragraph--type--related-products .title-wrapper .tertiary-link,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.pager li > a,
.pagination li > a,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a,
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a,
.resources-listing.withfilter .listing-grid .mobile-filter,
.withfilter .hero-listing .mobile-filter,
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link,
.paragraph--type--text-link .component--card-wrapper .btn-link,
.paragraph--type--related-insights .header a.tertiary-link,
.component--quote__link a,
.component--quote__text a.btn.tertiary-link,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.view-resource-sapi .resource-post a,
.product-assets .resource-post a,
.herolinks-popup .herolink-header .hero-link-title,
.yellow-phone,
.btn.tertiary-link-dark,
.btn.tertiary-link,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-download,
.black a.btn.btn-link-white-external,
.black a.btn.tertiary-link-dark.btn-link,
.black a.btn.tertiary-link-dark.btn-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small,
a.btn.btn-link-external,
a.btn.btn-link-download,
.tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
a.btn.tertiary-link.btn-link-small,
a.btn.btn-link-small,
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header,
.back-link-secondary,
.back-link,
a.btn-yellow,
a.btn-dark-secondary,
.btn-yellow,
.btn-dark-secondary,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button,
.black a.btn-secondary,
a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow,
a.btn-black,
a.btn-dark-primary,
.btn-black,
.btn-dark-primary,
.form-actions .btn,
.form-actions .btn-group,
.paragraph--type--background.black .btn-light-primary,
.black-bg .btn-light-primary,
.black .btn-light-primary,
.black a.btn-primary,
a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black,
a.btn-blackwhite,
a.btn-light-secondary,
.btn-blackwhite,
.btn-light-secondary,
a.btn-secondary,
a.btn-light-secondary-small,
.btn-light-secondary-small,
.ot-btn-anchor button,
a.btn-white,
a.btn-light-primary,
.btn-white,
.btn-light-primary,
.paragraph--type--related-solutions .feature-solution-link a,
a.btn-primary,
a.btn-default,
a.btn-light-primary-small,
.btn-light-primary-small {
  font-size: 0.9375rem;
  line-height: 1rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
}
@media only screen and (min-width: 880px) {
  .button1-text,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white,
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2,
.industries-teaser__industry .arrow-link,
#block-exposedfiltersolutionsort #button-filter-sort,
.component--scroll-feature-item__link a,
.paragraph--type--identifier-cards .component--card-blue__link .btn-link,
.paragraph--type--contact-cards .component--card-wrapper .btn-link,
.news-teaser__link.arrow-link,
.sticky-menu__mobile,
.sticky-menu__links a,
.component--image-link--style2 .component--image-link__text-header,
.component--image-link--style2 a .component--image-link__text-header,
.black .component-wysiwyg__text a.btn.tertiary-link-dark,
.component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link,
.paragraph--type--related-products .title-wrapper .tertiary-link,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.pager li > a,
.pagination li > a,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a,
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a,
.resources-listing.withfilter .listing-grid .mobile-filter,
.withfilter .hero-listing .mobile-filter,
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link,
.paragraph--type--text-link .component--card-wrapper .btn-link,
.paragraph--type--related-insights .header a.tertiary-link,
.component--quote__link a,
.component--quote__text a.btn.tertiary-link,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.view-resource-sapi .resource-post a,
.product-assets .resource-post a,
.herolinks-popup .herolink-header .hero-link-title,
.yellow-phone,
.btn.tertiary-link-dark,
.btn.tertiary-link,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-download,
.black a.btn.btn-link-white-external,
.black a.btn.tertiary-link-dark.btn-link,
.black a.btn.tertiary-link-dark.btn-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small,
a.btn.btn-link-external,
a.btn.btn-link-download,
.tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
a.btn.tertiary-link.btn-link-small,
a.btn.btn-link-small,
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header,
.back-link-secondary,
.back-link,
a.btn-yellow,
a.btn-dark-secondary,
.btn-yellow,
.btn-dark-secondary,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button,
.black a.btn-secondary,
a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow,
a.btn-black,
a.btn-dark-primary,
.btn-black,
.btn-dark-primary,
.form-actions .btn,
.form-actions .btn-group,
.paragraph--type--background.black .btn-light-primary,
.black-bg .btn-light-primary,
.black .btn-light-primary,
.black a.btn-primary,
a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black,
a.btn-blackwhite,
a.btn-light-secondary,
.btn-blackwhite,
.btn-light-secondary,
a.btn-secondary,
a.btn-light-secondary-small,
.btn-light-secondary-small,
.ot-btn-anchor button,
a.btn-white,
a.btn-light-primary,
.btn-white,
.btn-light-primary,
.paragraph--type--related-solutions .feature-solution-link a,
a.btn-primary,
a.btn-default,
a.btn-light-primary-small,
.btn-light-primary-small {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .button1-text,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white,
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2,
.industries-teaser__industry .arrow-link,
#block-exposedfiltersolutionsort #button-filter-sort,
.component--scroll-feature-item__link a,
.paragraph--type--identifier-cards .component--card-blue__link .btn-link,
.paragraph--type--contact-cards .component--card-wrapper .btn-link,
.news-teaser__link.arrow-link,
.sticky-menu__mobile,
.sticky-menu__links a,
.component--image-link--style2 .component--image-link__text-header,
.component--image-link--style2 a .component--image-link__text-header,
.black .component-wysiwyg__text a.btn.tertiary-link-dark,
.component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link,
.paragraph--type--related-products .title-wrapper .tertiary-link,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.pager li > a,
.pagination li > a,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a,
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a,
.resources-listing.withfilter .listing-grid .mobile-filter,
.withfilter .hero-listing .mobile-filter,
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link,
.paragraph--type--text-link .component--card-wrapper .btn-link,
.paragraph--type--related-insights .header a.tertiary-link,
.component--quote__link a,
.component--quote__text a.btn.tertiary-link,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.view-resource-sapi .resource-post a,
.product-assets .resource-post a,
.herolinks-popup .herolink-header .hero-link-title,
.yellow-phone,
.btn.tertiary-link-dark,
.btn.tertiary-link,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-download,
.black a.btn.btn-link-white-external,
.black a.btn.tertiary-link-dark.btn-link,
.black a.btn.tertiary-link-dark.btn-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small,
a.btn.btn-link-external,
a.btn.btn-link-download,
.tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
a.btn.tertiary-link.btn-link-small,
a.btn.btn-link-small,
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header,
.back-link-secondary,
.back-link,
a.btn-yellow,
a.btn-dark-secondary,
.btn-yellow,
.btn-dark-secondary,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button,
.black a.btn-secondary,
a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow,
a.btn-black,
a.btn-dark-primary,
.btn-black,
.btn-dark-primary,
.form-actions .btn,
.form-actions .btn-group,
.paragraph--type--background.black .btn-light-primary,
.black-bg .btn-light-primary,
.black .btn-light-primary,
.black a.btn-primary,
a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black,
a.btn-blackwhite,
a.btn-light-secondary,
.btn-blackwhite,
.btn-light-secondary,
a.btn-secondary,
a.btn-light-secondary-small,
.btn-light-secondary-small,
.ot-btn-anchor button,
a.btn-white,
a.btn-light-primary,
.btn-white,
.btn-light-primary,
.paragraph--type--related-solutions .feature-solution-link a,
a.btn-primary,
a.btn-default,
a.btn-light-primary-small,
.btn-light-primary-small {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) {
  .button1-text,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white,
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2,
.industries-teaser__industry .arrow-link,
#block-exposedfiltersolutionsort #button-filter-sort,
.component--scroll-feature-item__link a,
.paragraph--type--identifier-cards .component--card-blue__link .btn-link,
.paragraph--type--contact-cards .component--card-wrapper .btn-link,
.news-teaser__link.arrow-link,
.sticky-menu__mobile,
.sticky-menu__links a,
.component--image-link--style2 .component--image-link__text-header,
.component--image-link--style2 a .component--image-link__text-header,
.black .component-wysiwyg__text a.btn.tertiary-link-dark,
.component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link,
.paragraph--type--related-products .title-wrapper .tertiary-link,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.pager li > a,
.pagination li > a,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a,
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a,
.resources-listing.withfilter .listing-grid .mobile-filter,
.withfilter .hero-listing .mobile-filter,
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link,
.paragraph--type--text-link .component--card-wrapper .btn-link,
.paragraph--type--related-insights .header a.tertiary-link,
.component--quote__link a,
.component--quote__text a.btn.tertiary-link,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.view-resource-sapi .resource-post a,
.product-assets .resource-post a,
.herolinks-popup .herolink-header .hero-link-title,
.yellow-phone,
.btn.tertiary-link-dark,
.btn.tertiary-link,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-download,
.black a.btn.btn-link-white-external,
.black a.btn.tertiary-link-dark.btn-link,
.black a.btn.tertiary-link-dark.btn-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small,
a.btn.btn-link-external,
a.btn.btn-link-download,
.tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
a.btn.tertiary-link.btn-link-small,
a.btn.btn-link-small,
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header,
.back-link-secondary,
.back-link,
a.btn-yellow,
a.btn-dark-secondary,
.btn-yellow,
.btn-dark-secondary,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button,
.black a.btn-secondary,
a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow,
a.btn-black,
a.btn-dark-primary,
.btn-black,
.btn-dark-primary,
.form-actions .btn,
.form-actions .btn-group,
.paragraph--type--background.black .btn-light-primary,
.black-bg .btn-light-primary,
.black .btn-light-primary,
.black a.btn-primary,
a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black,
a.btn-blackwhite,
a.btn-light-secondary,
.btn-blackwhite,
.btn-light-secondary,
a.btn-secondary,
a.btn-light-secondary-small,
.btn-light-secondary-small,
.ot-btn-anchor button,
a.btn-white,
a.btn-light-primary,
.btn-white,
.btn-light-primary,
.paragraph--type--related-solutions .feature-solution-link a,
a.btn-primary,
a.btn-default,
a.btn-light-primary-small,
.btn-light-primary-small {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .button1-text,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white,
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2,
.industries-teaser__industry .arrow-link,
#block-exposedfiltersolutionsort #button-filter-sort,
.component--scroll-feature-item__link a,
.paragraph--type--identifier-cards .component--card-blue__link .btn-link,
.paragraph--type--contact-cards .component--card-wrapper .btn-link,
.news-teaser__link.arrow-link,
.sticky-menu__mobile,
.sticky-menu__links a,
.component--image-link--style2 .component--image-link__text-header,
.component--image-link--style2 a .component--image-link__text-header,
.black .component-wysiwyg__text a.btn.tertiary-link-dark,
.component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link,
.paragraph--type--related-products .title-wrapper .tertiary-link,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.pager li > a,
.pagination li > a,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger),
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a,
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a,
.resources-listing.withfilter .listing-grid .mobile-filter,
.withfilter .hero-listing .mobile-filter,
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link,
.paragraph--type--text-link .component--card-wrapper .btn-link,
.paragraph--type--related-insights .header a.tertiary-link,
.component--quote__link a,
.component--quote__text a.btn.tertiary-link,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.view-resource-sapi .resource-post a,
.product-assets .resource-post a,
.herolinks-popup .herolink-header .hero-link-title,
.yellow-phone,
.btn.tertiary-link-dark,
.btn.tertiary-link,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-download,
.black a.btn.btn-link-white-external,
.black a.btn.tertiary-link-dark.btn-link,
.black a.btn.tertiary-link-dark.btn-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small,
a.btn.btn-link-external,
a.btn.btn-link-download,
.tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
a.btn.tertiary-link.btn-link-small,
a.btn.btn-link-small,
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header,
.back-link-secondary,
.back-link,
a.btn-yellow,
a.btn-dark-secondary,
.btn-yellow,
.btn-dark-secondary,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button,
.black a.btn-secondary,
a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow,
a.btn-black,
a.btn-dark-primary,
.btn-black,
.btn-dark-primary,
.form-actions .btn,
.form-actions .btn-group,
.paragraph--type--background.black .btn-light-primary,
.black-bg .btn-light-primary,
.black .btn-light-primary,
.black a.btn-primary,
a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black,
a.btn-blackwhite,
a.btn-light-secondary,
.btn-blackwhite,
.btn-light-secondary,
a.btn-secondary,
a.btn-light-secondary-small,
.btn-light-secondary-small,
.ot-btn-anchor button,
a.btn-white,
a.btn-light-primary,
.btn-white,
.btn-light-primary,
.paragraph--type--related-solutions .feature-solution-link a,
a.btn-primary,
a.btn-default,
a.btn-light-primary-small,
.btn-light-primary-small {
    line-height: 1rem;
  }
}

.button2-text,
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.main-hero-links .hero-links-wrap a,
.main-hero-links .hero-link-title,
.btn.tertiary-link-dark.btn-link-small,
.btn.tertiary-link-dark.btn-link-white-small,
.btn.tertiary-link.btn-link-small,
.btn.tertiary-link.btn-link-white-small,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small,
a.btn.btn.btn-link-small,
a.btn-link-small,
.btn-link-small {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
}
@media only screen and (min-width: 880px) {
  .button2-text,
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.main-hero-links .hero-links-wrap a,
.main-hero-links .hero-link-title,
.btn.tertiary-link-dark.btn-link-small,
.btn.tertiary-link-dark.btn-link-white-small,
.btn.tertiary-link.btn-link-small,
.btn.tertiary-link.btn-link-white-small,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small,
a.btn.btn.btn-link-small,
a.btn-link-small,
.btn-link-small {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .button2-text,
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.main-hero-links .hero-links-wrap a,
.main-hero-links .hero-link-title,
.btn.tertiary-link-dark.btn-link-small,
.btn.tertiary-link-dark.btn-link-white-small,
.btn.tertiary-link.btn-link-small,
.btn.tertiary-link.btn-link-white-small,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small,
a.btn.btn.btn-link-small,
a.btn-link-small,
.btn-link-small {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .button2-text,
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.main-hero-links .hero-links-wrap a,
.main-hero-links .hero-link-title,
.btn.tertiary-link-dark.btn-link-small,
.btn.tertiary-link-dark.btn-link-white-small,
.btn.tertiary-link.btn-link-small,
.btn.tertiary-link.btn-link-white-small,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small,
a.btn.btn.btn-link-small,
a.btn-link-small,
.btn-link-small {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .button2-text,
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text,
.product-teaser-wrapper .see-all-wrapper .tertiary-link,
.main-hero-links .hero-links-wrap a,
.main-hero-links .hero-link-title,
.btn.tertiary-link-dark.btn-link-small,
.btn.tertiary-link-dark.btn-link-white-small,
.btn.tertiary-link.btn-link-small,
.btn.tertiary-link.btn-link-white-small,
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small,
a.btn.btn.btn-link-small,
a.btn-link-small,
.btn-link-small {
    line-height: 1rem;
  }
}

.caption-text,
article.blog.teaser .card-footer,
.press-contact,
.component--image-link__text-header,
.listing-small-featured__authoring,
.black .listing-large-featured__authoring,
.listing-large-featured__authoring,
.slide-wrapper .slider .slide-text,
.region-footer-right p,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a,
.component--quote__title,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
article.dealer.teaser .phone,
article.dealer.teaser .address-wrap,
article.dealer.teaser .hours,
article.dealer.teaser a,
.herolinks-popup .hero-links-wrap a,
.form-text,
.form-email,
.form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 880px) {
  .caption-text,
article.blog.teaser .card-footer,
.press-contact,
.component--image-link__text-header,
.listing-small-featured__authoring,
.black .listing-large-featured__authoring,
.listing-large-featured__authoring,
.slide-wrapper .slider .slide-text,
.region-footer-right p,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a,
.component--quote__title,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
article.dealer.teaser .phone,
article.dealer.teaser .address-wrap,
article.dealer.teaser .hours,
article.dealer.teaser a,
.herolinks-popup .hero-links-wrap a,
.form-text,
.form-email,
.form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .caption-text,
article.blog.teaser .card-footer,
.press-contact,
.component--image-link__text-header,
.listing-small-featured__authoring,
.black .listing-large-featured__authoring,
.listing-large-featured__authoring,
.slide-wrapper .slider .slide-text,
.region-footer-right p,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a,
.component--quote__title,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
article.dealer.teaser .phone,
article.dealer.teaser .address-wrap,
article.dealer.teaser .hours,
article.dealer.teaser a,
.herolinks-popup .hero-links-wrap a,
.form-text,
.form-email,
.form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) {
  .caption-text,
article.blog.teaser .card-footer,
.press-contact,
.component--image-link__text-header,
.listing-small-featured__authoring,
.black .listing-large-featured__authoring,
.listing-large-featured__authoring,
.slide-wrapper .slider .slide-text,
.region-footer-right p,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a,
.component--quote__title,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
article.dealer.teaser .phone,
article.dealer.teaser .address-wrap,
article.dealer.teaser .hours,
article.dealer.teaser a,
.herolinks-popup .hero-links-wrap a,
.form-text,
.form-email,
.form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address {
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .caption-text,
article.blog.teaser .card-footer,
.press-contact,
.component--image-link__text-header,
.listing-small-featured__authoring,
.black .listing-large-featured__authoring,
.listing-large-featured__authoring,
.slide-wrapper .slider .slide-text,
.region-footer-right p,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a,
.component--quote__title,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
article.dealer.teaser .phone,
article.dealer.teaser .address-wrap,
article.dealer.teaser .hours,
article.dealer.teaser a,
.herolinks-popup .hero-links-wrap a,
.form-text,
.form-email,
.form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address {
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 880px) {
  .caption-text,
article.blog.teaser .card-footer,
.press-contact,
.component--image-link__text-header,
.listing-small-featured__authoring,
.black .listing-large-featured__authoring,
.listing-large-featured__authoring,
.slide-wrapper .slider .slide-text,
.region-footer-right p,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a,
.component--quote__title,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
article.dealer.teaser .phone,
article.dealer.teaser .address-wrap,
article.dealer.teaser .hours,
article.dealer.teaser a,
.herolinks-popup .hero-links-wrap a,
.form-text,
.form-email,
.form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .caption-text,
article.blog.teaser .card-footer,
.press-contact,
.component--image-link__text-header,
.listing-small-featured__authoring,
.black .listing-large-featured__authoring,
.listing-large-featured__authoring,
.slide-wrapper .slider .slide-text,
.region-footer-right p,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a,
.footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a,
.component--quote__title,
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item,
article.dealer.teaser .phone,
article.dealer.teaser .address-wrap,
article.dealer.teaser .hours,
article.dealer.teaser a,
.herolinks-popup .hero-links-wrap a,
.form-text,
.form-email,
.form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address {
    margin-bottom: 0.5rem;
  }
}

#navbar .container-fluid #navbar-collapse.collapse.row .mobile-contact-nav a {
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (min-width: 880px) {
  #navbar .container-fluid #navbar-collapse.collapse.row .mobile-contact-nav a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  #navbar .container-fluid #navbar-collapse.collapse.row .mobile-contact-nav a {
    font-size: 0.9375rem;
  }
}

#block-www-bootstrap-main-menu > ul.menu > li.menu-item {
  font-size: 0.9375rem;
  font-weight: normal;
}

#block-www-bootstrap-main-menu ul.menu li.menu-item > a, #block-www-bootstrap-main-menu ul.menu li.menu-item > span {
  font-size: 0.9375rem;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
}

#block-www-bootstrap-main-menu > ul.menu > li.menu-item > span {
  font-size: 0.9375rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  cursor: pointer;
}
@media only screen and (min-width: 880px) {
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item > span {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item > span {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) {
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item > span {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item > span {
    line-height: 1rem;
  }
}

#block-www-bootstrap-main-menu > ul.menu > li.menu-item a {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media only screen and (min-width: 880px) {
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item a {
    font-size: 0.9375rem;
  }
}

#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu {
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-transform: none;
}

#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu ul.menu.menu-level-2 li.menu-item ul li a {
  font-weight: normal;
  font-size: 1rem;
}

#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .mega-menu-block .field--label {
  line-height: normal;
  font-weight: normal;
}

body header#navbar .container-fluid .navbar-header .region-navigation section .navbar-header-navitems .menu--account-menu > li > span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25rem;
}
@media only screen and (min-width: 880px) {
  body header#navbar .container-fluid .navbar-header .region-navigation section .navbar-header-navitems .menu--account-menu > li > span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  body header#navbar .container-fluid .navbar-header .region-navigation section .navbar-header-navitems .menu--account-menu > li > span {
    font-size: 1rem;
  }
}

.topHeaderSec {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
@media only screen and (min-width: 880px) {
  .topHeaderSec {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .topHeaderSec {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .topHeaderSec {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .topHeaderSec {
    line-height: 1rem;
  }
}

.topHeaderSec a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
@media only screen and (min-width: 880px) {
  .topHeaderSec a {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .topHeaderSec a {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .topHeaderSec a {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .topHeaderSec a {
    line-height: 1rem;
  }
}

body header#navbar .container-fluid .navbar-header .region-navigation section .navbar-header-navitems .menu--account-menu li ul.dropdown-menu li a {
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 880px) {
  body header#navbar .container-fluid .navbar-header .region-navigation section .navbar-header-navitems .menu--account-menu li ul.dropdown-menu li a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  body header#navbar .container-fluid .navbar-header .region-navigation section .navbar-header-navitems .menu--account-menu li ul.dropdown-menu li a {
    font-size: 1rem;
  }
}

#navbar .container-fluid #block-headeractions a {
  font-size: 0.875rem;
  font-weight: 500;
}
@media only screen and (min-width: 880px) {
  #navbar .container-fluid #block-headeractions a {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  #navbar .container-fluid #block-headeractions a {
    font-size: 0.875rem;
  }
}

nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li a, nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content ul.menu li a {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li a, nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content ul.menu li a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li a, nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content ul.menu li a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li a, nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content ul.menu li a {
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li a, nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content ul.menu li a {
    line-height: 1.375rem;
  }
}

nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec {
    font-size: 0.75rem;
  }
}

nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec .see-all a {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec .see-all a {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec .see-all a {
    font-size: 0.75rem;
  }
}

nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec .field {
  letter-spacing: 0.05rem;
  line-height: 1rem;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec .field {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec .field {
    line-height: 1rem;
  }
}

nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field .field__item a {
  font-weight: 500;
  line-height: 1.375rem;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field .field__item a {
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field .field__item a {
    line-height: 1.375rem;
  }
}

nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level ul li a {
  font-size: 0.9375rem;
  font-weight: 500;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level ul li a {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level ul li a {
    font-size: 0.9375rem;
  }
}

.overline-text,
.listing-anchor__anchors .block-views a .industry-callout,
.listing-anchor__anchors .block-views h2,
.blog .read-progress .article-title,
.blog .article-footer .author .author-by a .by-label,
.listing-page.full.nofilter .control-label,
.hero-featured-block .block-views > .form-group > .view .attachment .view-header,
.search-quick-link-static .search-quick-link,
.footer-wrapper h2,
.footer-wrapper h3,
.component--quote-slider .progressBarContainer div .timer,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label,
.hero-content-bottom .scroll,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix,
.title-prefix,
label,
.prefixtxt,
.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.075rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  .overline-text,
.listing-anchor__anchors .block-views a .industry-callout,
.listing-anchor__anchors .block-views h2,
.blog .read-progress .article-title,
.blog .article-footer .author .author-by a .by-label,
.listing-page.full.nofilter .control-label,
.hero-featured-block .block-views > .form-group > .view .attachment .view-header,
.search-quick-link-static .search-quick-link,
.footer-wrapper h2,
.footer-wrapper h3,
.component--quote-slider .progressBarContainer div .timer,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label,
.hero-content-bottom .scroll,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix,
.title-prefix,
label,
.prefixtxt,
.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .overline-text,
.listing-anchor__anchors .block-views a .industry-callout,
.listing-anchor__anchors .block-views h2,
.blog .read-progress .article-title,
.blog .article-footer .author .author-by a .by-label,
.listing-page.full.nofilter .control-label,
.hero-featured-block .block-views > .form-group > .view .attachment .view-header,
.search-quick-link-static .search-quick-link,
.footer-wrapper h2,
.footer-wrapper h3,
.component--quote-slider .progressBarContainer div .timer,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label,
.hero-content-bottom .scroll,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix,
.title-prefix,
label,
.prefixtxt,
.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .overline-text,
.listing-anchor__anchors .block-views a .industry-callout,
.listing-anchor__anchors .block-views h2,
.blog .read-progress .article-title,
.blog .article-footer .author .author-by a .by-label,
.listing-page.full.nofilter .control-label,
.hero-featured-block .block-views > .form-group > .view .attachment .view-header,
.search-quick-link-static .search-quick-link,
.footer-wrapper h2,
.footer-wrapper h3,
.component--quote-slider .progressBarContainer div .timer,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label,
.hero-content-bottom .scroll,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix,
.title-prefix,
label,
.prefixtxt,
.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .overline-text,
.listing-anchor__anchors .block-views a .industry-callout,
.listing-anchor__anchors .block-views h2,
.blog .read-progress .article-title,
.blog .article-footer .author .author-by a .by-label,
.listing-page.full.nofilter .control-label,
.hero-featured-block .block-views > .form-group > .view .attachment .view-header,
.search-quick-link-static .search-quick-link,
.footer-wrapper h2,
.footer-wrapper h3,
.component--quote-slider .progressBarContainer div .timer,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label,
.hero-content-bottom .scroll,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix,
.title-prefix,
label,
.prefixtxt,
.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .overline-text,
.listing-anchor__anchors .block-views a .industry-callout,
.listing-anchor__anchors .block-views h2,
.blog .read-progress .article-title,
.blog .article-footer .author .author-by a .by-label,
.listing-page.full.nofilter .control-label,
.hero-featured-block .block-views > .form-group > .view .attachment .view-header,
.search-quick-link-static .search-quick-link,
.footer-wrapper h2,
.footer-wrapper h3,
.component--quote-slider .progressBarContainer div .timer,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label,
.hero-content-bottom .scroll,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix,
.title-prefix,
label,
.prefixtxt,
.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .overline-text,
.listing-anchor__anchors .block-views a .industry-callout,
.listing-anchor__anchors .block-views h2,
.blog .read-progress .article-title,
.blog .article-footer .author .author-by a .by-label,
.listing-page.full.nofilter .control-label,
.hero-featured-block .block-views > .form-group > .view .attachment .view-header,
.search-quick-link-static .search-quick-link,
.footer-wrapper h2,
.footer-wrapper h3,
.component--quote-slider .progressBarContainer div .timer,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label,
.hero-content-bottom .scroll,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap,
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix,
.title-prefix,
label,
.prefixtxt,
.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type {
    margin-bottom: 0.5rem;
  }
}

.legal-italic-text {
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
  color: #828282;
}

.yellow-tag,
.hero-blog .blog-tag a,
.news-teaser__type,
.hero-news .news-tag a,
.listing-small-featured__tag,
.black .listing-large-featured__tag,
.listing-large-featured__tag,
.resource-post-featured__brand-display,
article.dealer.teaser a .dealer-location-type,
article.dealer.full .dealer-profile-wrapper .dealer-location-type {
  background: #FFD20B;
  color: #000000;
  border-radius: 2px;
  padding: 0.375rem 0.75rem;
  display: inline-block;
  margin-bottom: 1rem;
}

.yellow-tag a {
  color: #000000;
}

nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section .field--name-field-mega-cta-title .field__item {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section .field--name-field-mega-cta-title .field__item {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section .field--name-field-mega-cta-title .field__item {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section .field--name-field-mega-cta-title .field__item {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section .field--name-field-mega-cta-title .field__item {
    line-height: 1rem;
  }
}

body header#navbar .container-fluid .navbar-header .region-navigation section .navbar-header-navitems .menu--account-menu > li.open > span {
  line-height: 2.75rem;
}

#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .mega-left-section > .field .field__item a {
  line-height: 4rem;
  font-weight: 500;
}
@media only screen and (min-width: 880px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .mega-left-section > .field .field__item a {
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .mega-left-section > .field .field__item a {
    line-height: 4rem;
  }
}

.thin-heading-lg {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 300;
  color: #000000;
}
@media only screen and (min-width: 880px) {
  .thin-heading-lg {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .thin-heading-lg {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 880px) {
  .thin-heading-lg {
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .thin-heading-lg {
    line-height: 4rem;
  }
}

.filter-text,
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li label,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 880px) {
  .filter-text,
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li label,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .filter-text,
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li label,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) {
  .filter-text,
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li label,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label {
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .filter-text,
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li label,
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label {
    line-height: 1.375rem;
  }
}

.select-wrapper .chosen-container .chosen-drop .chosen-results li, .select-wrapper .chosen-container .chosen-single span {
  font-size: 0.9375rem;
  line-height: 3.875rem;
  font-weight: 500;
}
@media only screen and (min-width: 880px) {
  .select-wrapper .chosen-container .chosen-drop .chosen-results li, .select-wrapper .chosen-container .chosen-single span {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .select-wrapper .chosen-container .chosen-drop .chosen-results li, .select-wrapper .chosen-container .chosen-single span {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) {
  .select-wrapper .chosen-container .chosen-drop .chosen-results li, .select-wrapper .chosen-container .chosen-single span {
    line-height: 3.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .select-wrapper .chosen-container .chosen-drop .chosen-results li, .select-wrapper .chosen-container .chosen-single span {
    line-height: 3.875rem;
  }
}

:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
:focus:not(:focus-visible) {
  outline: none;
}
@-moz-document url-prefix() {
  :focus {
    outline: 5px solid Highlight;
  }
}

.capitalize {
  text-transform: uppercase;
}

.text-highlight {
  border-left: 3px solid #FFD20B;
}

.eyebrow,
thead th {
  letter-spacing: 0.6px;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  .eyebrow,
thead th {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .eyebrow,
thead th {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) {
  .eyebrow,
thead th {
    line-height: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .eyebrow,
thead th {
    line-height: 1.125rem;
  }
}

mark {
  background-color: #FFD20B;
  padding: 0 0.3125rem;
  display: inline-block;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}
p:not(:last-child) {
  margin-bottom: 1.25rem;
}

em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

blockquote {
  padding: 0.9375rem 1.875rem 0.9375rem;
  border-left: 0.1875rem solid #FFD20B;
  margin-bottom: 1.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 880px) {
  blockquote {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 1100px) {
  blockquote {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 880px) {
  blockquote {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  blockquote {
    line-height: 2rem;
  }
}

ol {
  list-style: none;
  counter-reset: li;
}

ol li {
  counter-increment: li;
  position: relative;
  padding-left: 1.875rem;
}
ol li ol li::before {
  content: "\2022";
}

ol li::before {
  content: counter(li) ".";
  color: #515151;
  display: inline-block;
  width: 1em;
  margin-left: -0.3125rem;
  margin-right: 0;
  margin-bottom: 0;
  position: absolute;
  padding-left: 0.625rem;
  left: 0;
  top: 0;
}

ul ul,
ol ol {
  margin-top: 1.875rem;
}

ol ol {
  padding-left: 1.875rem;
}

li {
  position: relative;
  list-style: none;
}

p + h2, ul + h2, ol + h2, blockquote + h2, table + h2, .btn + h2, figure + h2, .intro-text + h2 {
  margin-top: 3.75rem;
}
@media only screen and (min-width: 880px) {
  p + h2, ul + h2, ol + h2, blockquote + h2, table + h2, .btn + h2, figure + h2, .intro-text + h2 {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1100px) {
  p + h2, ul + h2, ol + h2, blockquote + h2, table + h2, .btn + h2, figure + h2, .intro-text + h2 {
    margin-top: 5rem;
  }
}
p + h3, ul + h3, ol + h3, blockquote + h3, table + h3, .btn + h3, figure + h3, .intro-text + h3 {
  margin-top: 2.875rem;
}
@media only screen and (min-width: 880px) {
  p + h3, ul + h3, ol + h3, blockquote + h3, table + h3, .btn + h3, figure + h3, .intro-text + h3 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  p + h3, ul + h3, ol + h3, blockquote + h3, table + h3, .btn + h3, figure + h3, .intro-text + h3 {
    margin-top: 4rem;
  }
}
p + h4, ul + h4, ol + h4, blockquote + h4, table + h4, .btn + h4, figure + h4, .intro-text + h4 {
  margin-top: 2.625rem;
}
@media only screen and (min-width: 880px) {
  p + h4, ul + h4, ol + h4, blockquote + h4, table + h4, .btn + h4, figure + h4, .intro-text + h4 {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  p + h4, ul + h4, ol + h4, blockquote + h4, table + h4, .btn + h4, figure + h4, .intro-text + h4 {
    margin-top: 4rem;
  }
}
p + h5, p + h6, ul + h5, ul + h6, ol + h5, ol + h6, blockquote + h5, blockquote + h6, table + h5, table + h6, .btn + h5, .btn + h6, figure + h5, figure + h6, .intro-text + h5, .intro-text + h6 {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 880px) {
  p + h5, p + h6, ul + h5, ul + h6, ol + h5, ol + h6, blockquote + h5, blockquote + h6, table + h5, table + h6, .btn + h5, .btn + h6, figure + h5, figure + h6, .intro-text + h5, .intro-text + h6 {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  p + h5, p + h6, ul + h5, ul + h6, ol + h5, ol + h6, blockquote + h5, blockquote + h6, table + h5, table + h6, .btn + h5, .btn + h6, figure + h5, figure + h6, .intro-text + h5, .intro-text + h6 {
    margin-top: 3rem;
  }
}
p + ul, p + ol, ul + ul, ul + ol, ol + ul, ol + ol, blockquote + ul, blockquote + ol, table + ul, table + ol, .btn + ul, .btn + ol, figure + ul, figure + ol, .intro-text + ul, .intro-text + ol {
  margin-top: 2rem;
}
@media only screen and (min-width: 880px) {
  p + ul, p + ol, ul + ul, ul + ol, ol + ul, ol + ol, blockquote + ul, blockquote + ol, table + ul, table + ol, .btn + ul, .btn + ol, figure + ul, figure + ol, .intro-text + ul, .intro-text + ol {
    margin-top: 2.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  p + ul, p + ol, ul + ul, ul + ol, ol + ul, ol + ol, blockquote + ul, blockquote + ol, table + ul, table + ol, .btn + ul, .btn + ol, figure + ul, figure + ol, .intro-text + ul, .intro-text + ol {
    margin-top: 2.875rem;
  }
}
p + blockquote, ul + blockquote, ol + blockquote, blockquote + blockquote, table + blockquote, .btn + blockquote, figure + blockquote, .intro-text + blockquote {
  margin-top: 4.375rem;
}
@media only screen and (min-width: 880px) {
  p + blockquote, ul + blockquote, ol + blockquote, blockquote + blockquote, table + blockquote, .btn + blockquote, figure + blockquote, .intro-text + blockquote {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  p + blockquote, ul + blockquote, ol + blockquote, blockquote + blockquote, table + blockquote, .btn + blockquote, figure + blockquote, .intro-text + blockquote {
    margin-top: 4rem;
  }
}

a.btn-white, a.btn-light-primary,
.btn-white, .btn-light-primary,
.paragraph--type--related-solutions .feature-solution-link a, a.btn-primary, a.btn-default, a.btn-light-primary-small,
.btn-light-primary-small {
  border: 0.0625rem solid #000000;
  border-radius: 2rem;
  padding: 1.4375rem 2.1875rem;
  text-align: center;
  color: #000000 !important;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  font-weight: bold;
  background: #FFFFFF !important;
  transition: box-shadow 0.6s ease;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  cursor: pointer;
  white-space: normal;
  text-align: center;
}
a.btn-white a, a.btn-light-primary a,
.btn-white a, .btn-light-primary a,
.paragraph--type--related-solutions .feature-solution-link a a, a.btn-primary a, a.btn-default a,
.btn-light-primary-small a {
  color: #000000 !important;
}
a.btn-white:hover, a.btn-white:focus, a.btn-light-primary:hover, a.btn-light-primary:focus,
.btn-white:hover,
.btn-white:focus, .btn-light-primary:hover, .btn-light-primary:focus,
.paragraph--type--related-solutions .feature-solution-link a:hover,
.paragraph--type--related-solutions .feature-solution-link a:focus, a.btn-primary:hover, a.btn-default:hover,
.btn-light-primary-small:hover, a.btn-primary:focus, a.btn-default:focus,
.btn-light-primary-small:focus {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.4);
  background: #181819 !important;
  text-decoration: none;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
a.btn-white:hover a, a.btn-white:focus a, a.btn-light-primary:hover a, a.btn-light-primary:focus a,
.btn-white:hover a,
.btn-white:focus a, .btn-light-primary:hover a, .btn-light-primary:focus a,
.paragraph--type--related-solutions .feature-solution-link a:hover a,
.paragraph--type--related-solutions .feature-solution-link a:focus a, a.btn-primary:hover a, a.btn-default:hover a,
.btn-light-primary-small:hover a, a.btn-primary:focus a, a.btn-default:focus a,
.btn-light-primary-small:focus a {
  color: #FFFFFF !important;
  text-decoration: none;
}
@media only screen and (min-width: 1100px) {
  a.btn-white, a.btn-light-primary,
.btn-white, .btn-light-primary,
.paragraph--type--related-solutions .feature-solution-link a, a.btn-primary, a.btn-default, a.btn-light-primary-small,
.btn-light-primary-small {
    white-space: nowrap;
  }
}

.ot-btn-anchor button {
  border: 0.0625rem solid #FFD20B;
  border-radius: 2rem;
  padding: 1.4375rem 2.1875rem;
  text-align: center;
  color: #000000 !important;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  font-weight: bold;
  background: #FFD20B !important;
  transition: box-shadow 0.6s ease;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  color: #000 !important;
  margin-left: 16px;
  font-size: 15px !important;
}
.ot-btn-anchor button a {
  color: #000000 !important;
}
.ot-btn-anchor button:hover, .ot-btn-anchor button:focus {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.4);
  background: #181819 !important;
  text-decoration: none;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.ot-btn-anchor button:hover a, .ot-btn-anchor button:focus a {
  color: #FFFFFF !important;
  text-decoration: none;
}
@media only screen and (min-width: 1100px) {
  .ot-btn-anchor button {
    white-space: nowrap;
  }
}
.ot-btn-anchor button:hover {
  color: #fff !important;
}
.ot-btn-anchor button:hover span {
  color: #fff !important;
}
.ot-btn-anchor button span {
  color: #000 !important;
  font-size: 15px !important;
}
.ot-btn-anchor button .ot-exercise-button .ot-text-container {
  vertical-align: bottom;
}

a.btn-light-primary-small,
.btn-light-primary-small {
  padding: 0.75rem 1.4375rem;
}

a.btn-blackwhite, a.btn-light-secondary,
.btn-blackwhite, .btn-light-secondary, a.btn-secondary, a.btn-light-secondary-small,
.btn-light-secondary-small {
  border: 0.0625rem solid #000000;
  border-radius: 2rem;
  padding: 1.4375rem 2.1875rem;
  text-align: center;
  color: #FFFFFF !important;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  font-weight: bold;
  background: #181819 !important;
  transition: box-shadow 0.6s ease;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  cursor: pointer;
  white-space: normal;
  text-align: center;
}
a.btn-blackwhite a, a.btn-light-secondary a,
.btn-blackwhite a, .btn-light-secondary a, a.btn-secondary a,
.btn-light-secondary-small a {
  color: #FFFFFF !important;
}
a.btn-blackwhite:hover, a.btn-blackwhite:focus, a.btn-light-secondary:hover, a.btn-light-secondary:focus,
.btn-blackwhite:hover,
.btn-blackwhite:focus, .btn-light-secondary:hover, .btn-light-secondary:focus, a.btn-secondary:hover,
.btn-light-secondary-small:hover, a.btn-secondary:focus,
.btn-light-secondary-small:focus {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.4);
  background: #FFFFFF !important;
  text-decoration: none;
  color: #000000 !important;
  border-color: #000000;
}
a.btn-blackwhite:hover a, a.btn-blackwhite:focus a, a.btn-light-secondary:hover a, a.btn-light-secondary:focus a,
.btn-blackwhite:hover a,
.btn-blackwhite:focus a, .btn-light-secondary:hover a, .btn-light-secondary:focus a, a.btn-secondary:hover a,
.btn-light-secondary-small:hover a, a.btn-secondary:focus a,
.btn-light-secondary-small:focus a {
  color: #000000 !important;
  text-decoration: none;
}
@media only screen and (min-width: 1100px) {
  a.btn-blackwhite, a.btn-light-secondary,
.btn-blackwhite, .btn-light-secondary, a.btn-secondary, a.btn-light-secondary-small,
.btn-light-secondary-small {
    white-space: nowrap;
  }
}

a.btn-light-secondary-small,
.btn-light-secondary-small {
  padding: 0.75rem 1.4375rem;
}

a.btn-black, a.btn-dark-primary,
.btn-black, .btn-dark-primary,
.form-actions .btn,
.form-actions .btn-group, .paragraph--type--background.black .btn-light-primary,
.black-bg .btn-light-primary, .black .btn-light-primary, .black a.btn-primary, a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black {
  border: 0.0625rem solid #FFFFFF;
  border-radius: 2rem;
  padding: 1.4375rem 2.1875rem;
  text-align: center;
  color: #FFFFFF !important;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  font-weight: bold;
  background: #181819 !important;
  transition: box-shadow 0.6s ease;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  cursor: pointer;
  white-space: normal;
  text-align: center;
}
a.btn-black a, a.btn-dark-primary a,
.btn-black a, .btn-dark-primary a,
.form-actions .btn a,
.form-actions .btn-group a, .paragraph--type--background.black .btn-light-primary a,
.black-bg .btn-light-primary a, .black .btn-light-primary a, .black a.btn-primary a,
.btn-dark-primary-small a,
.sticky-menu__cta a.black a {
  color: #FFFFFF !important;
}
a.btn-black:hover, a.btn-black:focus, a.btn-dark-primary:hover, a.btn-dark-primary:focus,
.btn-black:hover,
.btn-black:focus, .btn-dark-primary:hover, .btn-dark-primary:focus,
.form-actions .btn:hover,
.form-actions .btn-group:hover,
.form-actions .btn:focus,
.form-actions .btn-group:focus,
.black-bg .btn-light-primary:hover, .black .btn-light-primary:hover, .black a.btn-primary:hover,
.btn-dark-primary-small:hover,
.sticky-menu__cta a.black:hover,
.black-bg .btn-light-primary:focus, .black .btn-light-primary:focus, .black a.btn-primary:focus,
.btn-dark-primary-small:focus,
.sticky-menu__cta a.black:focus {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.4);
  background: #FFD20B !important;
  text-decoration: none;
  color: #000000 !important;
  border-color: #FFD20B;
}
a.btn-black:hover a, a.btn-black:focus a, a.btn-dark-primary:hover a, a.btn-dark-primary:focus a,
.btn-black:hover a,
.btn-black:focus a, .btn-dark-primary:hover a, .btn-dark-primary:focus a,
.form-actions .btn:hover a,
.form-actions .btn-group:hover a,
.form-actions .btn:focus a,
.form-actions .btn-group:focus a,
.black-bg .btn-light-primary:hover a, .black .btn-light-primary:hover a, .black a.btn-primary:hover a,
.btn-dark-primary-small:hover a,
.sticky-menu__cta a.black:hover a,
.black-bg .btn-light-primary:focus a, .black .btn-light-primary:focus a, .black a.btn-primary:focus a,
.btn-dark-primary-small:focus a,
.sticky-menu__cta a.black:focus a {
  color: #000000 !important;
  text-decoration: none;
}
@media only screen and (min-width: 1100px) {
  a.btn-black, a.btn-dark-primary,
.btn-black, .btn-dark-primary,
.form-actions .btn,
.form-actions .btn-group, .paragraph--type--background.black .btn-light-primary,
.black-bg .btn-light-primary, .black .btn-light-primary, .black a.btn-primary, a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black {
    white-space: nowrap;
  }
}

a.btn-dark-primary-small,
.btn-dark-primary-small,
.sticky-menu__cta a.black {
  padding: 0.75rem 1.4375rem;
}

a.btn-yellow, a.btn-dark-secondary,
.btn-yellow, .btn-dark-secondary,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button, .black a.btn-secondary, a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow {
  border: 0.0625rem solid #FFD20B;
  border-radius: 2rem;
  padding: 1.4375rem 2.1875rem;
  text-align: center;
  color: #000000 !important;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  font-weight: bold;
  background: #FFD20B !important;
  transition: box-shadow 0.6s ease;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  cursor: pointer;
  white-space: normal;
  text-align: center;
}
a.btn-yellow a, a.btn-dark-secondary a,
.btn-yellow a, .btn-dark-secondary a,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit a,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button a, .black a.btn-secondary a,
.btn-dark-secondary-small a,
.sticky-menu__cta a a,
#navbar .container-fluid .navbar-cta .sbtn-yellow a {
  color: #000000 !important;
}
a.btn-yellow:hover, a.btn-yellow:focus, a.btn-dark-secondary:hover, a.btn-dark-secondary:focus,
.btn-yellow:hover,
.btn-yellow:focus, .btn-dark-secondary:hover, .btn-dark-secondary:focus,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit:hover,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button:hover,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit:focus,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button:focus, .black a.btn-secondary:hover,
.btn-dark-secondary-small:hover,
.btn-dark-secondary-small a:hover,
.sticky-menu__cta a:hover,
#navbar .container-fluid .navbar-cta .sbtn-yellow:hover, .black a.btn-secondary:focus,
.btn-dark-secondary-small:focus,
.btn-dark-secondary-small a:focus,
.sticky-menu__cta a:focus,
#navbar .container-fluid .navbar-cta .sbtn-yellow:focus {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.4);
  background: #181819 !important;
  text-decoration: none;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
a.btn-yellow:hover a, a.btn-yellow:focus a, a.btn-dark-secondary:hover a, a.btn-dark-secondary:focus a,
.btn-yellow:hover a,
.btn-yellow:focus a, .btn-dark-secondary:hover a, .btn-dark-secondary:focus a,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit:hover a,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button:hover a,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit:focus a,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button:focus a, .black a.btn-secondary:hover a,
.btn-dark-secondary-small:hover a,
.btn-dark-secondary-small a:hover a,
.sticky-menu__cta a:hover a,
#navbar .container-fluid .navbar-cta .sbtn-yellow:hover a, .black a.btn-secondary:focus a,
.btn-dark-secondary-small:focus a,
.btn-dark-secondary-small a:focus a,
.sticky-menu__cta a:focus a,
#navbar .container-fluid .navbar-cta .sbtn-yellow:focus a {
  color: #FFFFFF !important;
  text-decoration: none;
}
@media only screen and (min-width: 1100px) {
  a.btn-yellow, a.btn-dark-secondary,
.btn-yellow, .btn-dark-secondary,
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button, .black a.btn-secondary, a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow {
    white-space: nowrap;
  }
}

a.btn-dark-secondary-small,
.btn-dark-secondary-small,
.btn-dark-secondary-small a,
.sticky-menu__cta a,
#navbar .container-fluid .navbar-cta .sbtn-yellow {
  padding: 0.75rem 1.4375rem;
}

a.btn-tag,
.btn-tag,
.btn-tag a {
  background: #FFD20B;
  color: #000000;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 1rem;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border-radius: 0.125rem;
}
@media only screen and (min-width: 880px) {
  a.btn-tag,
.btn-tag,
.btn-tag a {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  a.btn-tag,
.btn-tag,
.btn-tag a {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  a.btn-tag,
.btn-tag,
.btn-tag a {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  a.btn-tag,
.btn-tag,
.btn-tag a {
    line-height: 1rem;
  }
}

.btn-blue,
a.btn-blue {
  background: #225093 !important;
  border: 1px solid #225093;
}
.btn-blue:hover,
a.btn-blue:hover {
  background: #FFFFFF !important;
  border: 1px solid #225093;
}

.btn.btn-wide {
  width: 100%;
}

.btn.btn-wide-mobile {
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .btn.btn-wide-mobile {
    width: auto;
  }
}

a.btn-link,
.btn-link {
  border-bottom: 0;
  text-decoration: none;
  color: #000000;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media only screen and (min-width: 1100px) {
  a.btn-link,
.btn-link {
    white-space: nowrap;
  }
}

a.btn-link-external,
.btn-link-external {
  border-bottom: 0;
  text-decoration: none;
  color: #000000;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media only screen and (min-width: 1100px) {
  a.btn-link-external,
.btn-link-external {
    white-space: nowrap;
  }
}

a.btn-link-download,
.btn-link-download {
  border-bottom: 0;
  text-decoration: none;
  color: #000000;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media only screen and (min-width: 1100px) {
  a.btn-link-download,
.btn-link-download {
    white-space: nowrap;
  }
}

a.btn-link-small,
.btn-link-small {
  border-bottom: 0;
  text-decoration: none;
  color: #000000;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media only screen and (min-width: 1100px) {
  a.btn-link-small,
.btn-link-small {
    white-space: nowrap;
  }
}

a.btn-link-white,
.paragraph--type--background.black .btn-link,
.black-bg .btn-link,
.black .btn-link,
a.btn-link-secondary,
.btn-link-white {
  border-bottom: 0;
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media only screen and (min-width: 1100px) {
  a.btn-link-white,
.paragraph--type--background.black .btn-link,
.black-bg .btn-link,
.black .btn-link,
a.btn-link-secondary,
.btn-link-white {
    white-space: nowrap;
  }
}

a.btn-link-white-external,
.btn-link-white-external {
  border-bottom: 0;
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  white-space: normal;
}
@media only screen and (min-width: 1100px) {
  a.btn-link-white-external,
.btn-link-white-external {
    white-space: nowrap;
  }
}

a.btn-link-white-download,
.btn-link-white-download {
  border-bottom: 0;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

a.btn-link-white-small,
.btn-link-white-small {
  border-bottom: 0;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0;
}

.arrow-link,
.white-bg .arrow-link-white,
#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .menu-items-wrapper .menu-dd-header .menu-cta a,
.view-display-id-dealermap .location-map article.dealer.teaser .arrow-link-white,
.arrow-external-link-yellow,
a.btn-link-secondary-external,
.arrow-link-yellow,
.arrow-download-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.btn-link-white-download,
a.btn-link-white-download,
.btn-link-white-download,
.arrow-external-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-external,
a.btn-link-white-external,
.btn-link-white-external,
.arrow-link-white,
.paragraph--type--background.black .arrow-link,
.black-bg .arrow-link,
.black .arrow-link,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a,
a.btn-link-white,
.paragraph--type--background.black .btn-link,
.black-bg .btn-link,
.black .btn-link,
a.btn-link-secondary,
.btn-link-white,
a.btn-link-white-small,
.btn-link-white-small,
.arrow-download-link,
a.btn-link-download,
.btn-link-download,
.arrow-external-link,
a.btn-link-external,
.btn-link-external,
a.btn-link,
.btn-link,
a.btn-link-small,
.btn-link-small {
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #000000;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 3px;
  background-repeat: no-repeat;
}
.arrow-link:hover, .arrow-link:focus,
#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .menu-items-wrapper .menu-dd-header .menu-cta a:hover,
.view-display-id-dealermap .location-map article.dealer.teaser .arrow-link-white:hover,
.arrow-external-link-yellow:hover,
a.btn-link-secondary-external:hover,
.arrow-link-yellow:hover,
.arrow-download-link-white:hover,
.black a.btn.btn-link-white-download:hover,
.btn-link-white-download:hover,
.arrow-external-link-white:hover,
.black a.btn.btn-link-white-external:hover,
.btn-link-white-external:hover,
.arrow-link-white:hover,
.black-bg .arrow-link:hover,
.black .arrow-link:hover,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a:hover,
.black-bg .btn-link:hover,
.black .btn-link:hover,
a.btn-link-secondary:hover,
.btn-link-white:hover,
.btn-link-white-small:hover,
.arrow-download-link:hover,
.btn-link-download:hover,
.arrow-external-link:hover,
.btn-link-external:hover,
.btn-link:hover,
.btn-link-small:hover,
#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .menu-items-wrapper .menu-dd-header .menu-cta a:focus,
.view-display-id-dealermap .location-map article.dealer.teaser .arrow-link-white:focus,
.arrow-external-link-yellow:focus,
a.btn-link-secondary-external:focus,
.arrow-link-yellow:focus,
.arrow-download-link-white:focus,
.black a.btn.btn-link-white-download:focus,
.btn-link-white-download:focus,
.arrow-external-link-white:focus,
.black a.btn.btn-link-white-external:focus,
.btn-link-white-external:focus,
.arrow-link-white:focus,
.black-bg .arrow-link:focus,
.black .arrow-link:focus,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a:focus,
.black-bg .btn-link:focus,
.black .btn-link:focus,
a.btn-link-secondary:focus,
.btn-link-white:focus,
.btn-link-white-small:focus,
.arrow-download-link:focus,
.btn-link-download:focus,
.arrow-external-link:focus,
.btn-link-external:focus,
.btn-link:focus,
.btn-link-small:focus {
  color: #225093;
  background-color: transparent;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 3px;
  background-repeat: no-repeat;
}

.arrow-external-link,
a.btn-link-external,
.btn-link-external {
  background-image: url(../img/link_arrow_external.svg);
  background-position: 100% 3px;
  background-repeat: no-repeat;
}
.arrow-external-link:hover, .arrow-external-link:focus,
.btn-link-external:hover,
.btn-link-external:focus {
  background-image: url(../img/link_arrow_external_blue.svg);
  background-position: 100% 3px;
  background-repeat: no-repeat;
}

.arrow-download-link,
a.btn-link-download,
.btn-link-download {
  background-image: url(../img/download_arrow.svg);
  background-repeat: no-repeat;
  background-size: 0.9375rem 0.9375rem;
}
.arrow-download-link:hover, .arrow-download-link:focus,
.btn-link-download:hover,
.btn-link-download:focus {
  background-image: url(../img/download_arrow_blue.svg);
  background-position: 100% 3px;
  background-repeat: no-repeat;
  background-size: 0.9375rem 0.9375rem;
}

.arrow-link-white,
.paragraph--type--background.black .arrow-link,
.black-bg .arrow-link,
.black .arrow-link,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a,
a.btn-link-white,
.paragraph--type--background.black .btn-link,
.black-bg .btn-link,
.black .btn-link,
a.btn-link-secondary,
.btn-link-white,
a.btn-link-white-small,
.btn-link-white-small {
  background-image: url(../img/link_arrow_white.svg);
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.arrow-link-white:hover, .arrow-link-white:focus,
.black-bg .arrow-link:hover,
.black .arrow-link:hover,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a:hover,
.black-bg .btn-link:hover,
.black .btn-link:hover,
a.btn-link-secondary:hover,
.btn-link-white:hover,
.btn-link-white-small:hover,
.black-bg .arrow-link:focus,
.black .arrow-link:focus,
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a:focus,
.black-bg .btn-link:focus,
.black .btn-link:focus,
a.btn-link-secondary:focus,
.btn-link-white:focus,
.btn-link-white-small:focus {
  color: #FFD20B;
  background-image: url(../img/link_arrow_yellow.svg);
  background-repeat: no-repeat;
}

.arrow-external-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-external,
a.btn-link-white-external,
.btn-link-white-external {
  background-image: url(../img/link_arrow_external_white.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
}
.arrow-external-link-white:hover, .arrow-external-link-white:focus,
.black a.btn.btn-link-white-external:hover,
.btn-link-white-external:hover,
.black a.btn.btn-link-white-external:focus,
.btn-link-white-external:focus {
  color: #FFD20B;
  background-image: url(../img/link_arrow_external_yellow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
}

.arrow-download-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.btn-link-white-download,
a.btn-link-white-download,
.btn-link-white-download {
  background-image: url(../img/download_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}
.arrow-download-link-white:hover, .arrow-download-link-white:focus,
.black a.btn.btn-link-white-download:hover,
.btn-link-white-download:hover,
.black a.btn.btn-link-white-download:focus,
.btn-link-white-download:focus {
  color: #FFD20B;
  background-image: url(../img/download_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.back-link {
  color: #000000;
  text-transform: uppercase;
}
.back-link:before {
  content: "";
  background: url("../img/Arrow-BackLinkBlack.svg");
  display: inline-block;
  width: 0.3125rem;
  height: 0.5625rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625rem;
}
.back-link:hover, .back-link:active {
  color: #225093;
  border-bottom: 2px solid #225093;
  padding-bottom: 3px;
  text-decoration: none;
}
.back-link:hover:before, .back-link:active:before {
  background: url("../img/Arrow-BackLinkBlue.svg");
  width: 0.3125rem;
  height: 0.5625rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.back-link-secondary {
  color: #000000;
  text-transform: uppercase;
}
.back-link-secondary:before {
  content: "";
  background: url("../img/Arrow-BackLinkBlack.svg");
  display: inline-block;
  width: 0.3125rem;
  height: 0.5625rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625rem;
}
.back-link-secondary:hover, .back-link-secondary:active {
  color: #225093;
  border-bottom: 2px solid #225093;
  padding-bottom: 3px;
  text-decoration: none;
}
.back-link-secondary:hover:before, .back-link-secondary:active:before {
  background: url("../img/Arrow-BackLinkBlue.svg");
  width: 0.3125rem;
  height: 0.5625rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.black .back-link-secondary {
  color: #FFFFFF;
}
.black .back-link-secondary:hover, .black .back-link-secondary:active {
  color: #FFD20B;
  border-bottom: 2px solid #FFD20B;
}
.black .back-link-secondary:hover:before, .black .back-link-secondary:active:before {
  background: url("../img/Arrow-BackLinkYellow.svg");
}
.black .back-link-secondary:before {
  background: url("../img/Arrow-BackLink.svg");
}

#navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer .sbtn-yellow {
  font-size: 0.9375rem;
  line-height: 1rem;
}
@media only screen and (min-width: 880px) {
  #navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer .sbtn-yellow {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  #navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer .sbtn-yellow {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) {
  #navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer .sbtn-yellow {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  #navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer .sbtn-yellow {
    line-height: 1rem;
  }
}

.blue-link,
.component-wysiwyg a:not([class]) {
  text-decoration: none;
  border-bottom: 2px solid #225093;
  padding-bottom: 3px;
  color: #225093;
  background-color: transparent;
}
.blue-link:hover,
.component-wysiwyg a:hover:not([class]) {
  color: #FFFFFF;
  background-color: #225093;
  border-bottom-color: #225093;
  text-decoration: none;
}

.black-link {
  text-decoration: none;
  border-bottom: 2px solid #FFD20B;
  padding-bottom: 3px;
  color: #000000;
  background-color: transparent;
}
.black-link:hover {
  color: #FFD20B;
  background-color: transparent;
  border-bottom-color: #FFD20B;
  text-decoration: none;
}

a.btn-link-secondary-external {
  border-bottom: 0;
  text-decoration: none;
  color: #FFD20B;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.arrow-link-yellow:after {
  background-image: url(../img/link_arrow_yellow.svg);
}
.arrow-link-yellow:hover, .arrow-link-yellow:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.arrow-link-yellow:hover:after, .arrow-link-yellow:focus:after {
  background-image: url(../img/link_arrow_white.svg);
}

.arrow-external-link-yellow:after,
a.btn-link-secondary-external:after {
  background-image: url(../img/link_arrow_external_yellow.svg);
}
.arrow-external-link-yellow:hover, .arrow-external-link-yellow:focus,
a.btn-link-secondary-external:hover,
a.btn-link-secondary-external:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.arrow-external-link-yellow:hover:after, .arrow-external-link-yellow:focus:after,
a.btn-link-secondary-external:hover:after,
a.btn-link-secondary-external:focus:after {
  background-image: url(../img/link_arrow_external_white.svg);
}

/**
 * Alert styling.
 */
.alert {
  margin: 0;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(-50vw + 50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.alert .paragraph__column {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 880px) {
  .alert .paragraph__column > div:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .alert .paragraph__column > div:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .alert .paragraph__column > div:first-child {
    padding-left: 0;
  }
  .alert .paragraph__column > div:last-child {
    padding-right: 0;
  }
}

.alert-sm {
  padding: 5px 10px;
}

.alert {
  position: fixed;
  z-index: 100;
  left: 0;
}

.alert a {
  font-weight: bold;
}

.alert-success {
  background-color: #FFD20B;
  border: 3px solid #000000;
  color: #000000;
}
.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #225093;
  text-decoration: underline;
}

.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269;
}

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c;
}

.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534;
}

.messages__wrapper .alert {
  width: 100%;
  margin: 0 0 20px 0;
  position: fixed;
  z-index: 90;
  left: 0;
}

.webform-ajax-form-wrapper .messages__wrapper .alert {
  position: relative;
}

.login-register .messages__wrapper .alert {
  position: relative;
}
.login-register .messages__wrapper .alert .close {
  background-color: transparent;
  opacity: 0.2;
  color: #000000;
}

.alert-dismissible .close {
  opacity: 1;
  color: #000000;
}

.bs-site-alert {
  position: relative;
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #337ab7;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: white;
}
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right;
  /*RTL*/
}

.field--label-inline .field--label::after {
  content: ":";
}

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #337ab7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.file > span:first-child {
  border-left: 1px solid #ccc;
}
.file > span:last-child {
  border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row {
  overflow: hidden;
}

/**
 * Icon styles.
 */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: 0.25em;
}
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon, .btn .glyphicon.icon-after {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

/**
 * Navbar styling.
 */
body header#navbar .container-fluid .navbar-header {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0;
}
@media only screen and (min-width: 1320px) {
  body header#navbar .container-fluid .navbar-header {
    max-width: 10rem;
    width: 10rem;
    min-width: inherit;
    margin-left: 1.875rem;
  }
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems {
  display: none;
}
body header#navbar .container-fluid .navbar-header .region-navigation section {
  position: fixed;
  max-width: 100%;
  z-index: 111;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  min-height: 100%;
  bottom: 0;
}
@media only screen and (min-width: 1320px) {
  body header#navbar .container-fluid .navbar-header .region-navigation section {
    background-color: #181819;
    max-width: 100vw;
    width: calc(100vw - 203px);
    z-index: 5;
    min-height: inherit;
    left: 11.875rem;
  }
}
@media only screen and (min-width: 880px) {
  body header#navbar .container-fluid .navbar-header .region-navigation section.search-api-page-block-form {
    bottom: inherit;
  }
}
body header#navbar .container-fluid .navbar-header .region-navigation section.search-api-page-block-form .gradient-bg {
  display: none;
}
body header#navbar .container-fluid .navbar-header .region-navigation section.do-show {
  z-index: 101;
}
body header#navbar .container-fluid .navbar-header .region-navigation section .Close .Search {
  position: fixed;
  max-width: 100%;
  z-index: 111;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  min-height: 100%;
  bottom: 0;
}
body header#navbar .container-fluid .navbar-header .region-navigation section .main-logo-link {
  min-width: 10rem;
  background-color: #FFD20B;
}
@media only screen and (min-width: 641px) {
  body header#navbar .container-fluid .navbar-header .region-navigation section .main-logo-link {
    background-color: transparent;
  }
}
body header#navbar .container-fluid .navbar-header .region-navigation section .main-logo-link img {
  max-height: 4rem;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems {
  height: 3.75rem;
  flex: 1 0;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  justify-content: flex-end;
}
@media only screen and (min-width: 880px) {
  body header#navbar .container-fluid .navbar-header .navbar-header-navitems {
    margin-right: 2.625rem;
  }
}
@media only screen and (min-width: 1320px) {
  body header#navbar .container-fluid .navbar-header .navbar-header-navitems {
    display: none;
  }
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .menu--account-menu {
  max-width: 3.75rem;
  max-height: 3.75rem;
  margin: 0;
  padding: 0;
  border-left: 1px solid #000000;
  text-align: center;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .menu--account-menu > li {
  max-width: 3.75rem;
  max-height: 3.75rem;
  min-width: 3.75rem;
  min-height: 3.75rem;
  position: initial;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .menu--account-menu > li.open {
  max-width: 100%;
  text-align: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: visible;
  float: left;
  z-index: 6;
  padding: 0.625rem 2.5rem;
  color: white;
  background-color: #FFD20B;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .menu--account-menu > li.open > span {
  visibility: visible;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .menu--account-menu > li.open > span:before {
  display: none;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .menu--account-menu > li.open:after {
  content: "";
  visibility: visible;
  display: inline-block;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/close-white.svg);
  margin-top: 0.6875rem;
  position: absolute;
  height: 1.125rem;
  width: 1.125rem;
  right: 1.25rem;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .menu--account-menu > li span.caret {
  display: none;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .menu--account-menu > li > span {
  max-width: 3.75rem;
  max-height: 3.75rem;
  min-width: 3.75rem;
  min-height: 3.75rem;
  visibility: hidden;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .menu--account-menu > li > span:before {
  content: "";
  visibility: visible;
  display: inline-block;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/login.svg);
  margin-top: 1.125rem;
  position: absolute;
  height: 1.375rem;
  width: 1.375rem;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .menu--account-menu li ul.dropdown-menu {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: white;
  margin-top: 1px;
  min-height: 100vh;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .menu--account-menu li ul.dropdown-menu li {
  max-width: 100%;
  float: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0.625rem 2.5rem;
  border-bottom: 0.0625rem solid #ccc;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .menu--account-menu li ul.dropdown-menu li a {
  color: #000000;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems a.search-link {
  width: 2.25rem;
  height: 3.75rem;
  text-align: center;
  text-indent: -62.4375rem;
  overflow: hidden;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems a.search-link.search {
  background-repeat: no-repeat;
  background-image: url(../img/search.svg);
  background-position: center;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems a.user-login-link {
  width: 3.75rem;
  height: 3.75rem;
  border-left: 1px solid #000000;
  text-align: center;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems a.user-login-link .user-login:before {
  content: "";
  display: inline-block;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/login.svg);
  margin-top: 1.125rem;
  height: 1.375rem;
  width: 1.375rem;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .navbar-toggle {
  margin: 0;
  padding: 1.25rem 0 1.25rem 0.625rem;
  height: 3.5rem;
  width: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border: none;
  background-color: #181819;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .navbar-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body header#navbar .container-fluid .navbar-header .navbar-header-navitems .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}

#navbar .container-fluid #navbar-collapse {
  display: none !important;
  border-top: none;
  left: 0;
  margin: 0;
  z-index: 5;
  padding: 14px 0;
  background: #181819;
  width: 100%;
  max-height: none;
  position: relative;
  margin-top: 25px;
  overflow: hidden;
  height: calc(100vh - 60px) !important;
}
#navbar .container-fluid #navbar-collapse.in, #navbar .container-fluid #navbar-collapse.collapsing {
  height: auto;
}
#navbar .container-fluid #navbar-collapse .region-navigation-collapsible {
  width: 100%;
}
#navbar .container-fluid #navbar-collapse #block-headeractions {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #D7D7D7;
}
#navbar .container-fluid #navbar-collapse #block-headeractions a {
  width: 100%;
  border: none;
  min-height: 3.4375rem;
  padding: 1.25rem;
}
#navbar .container-fluid #navbar-collapse .phone-number {
  display: block;
  margin-left: 2.625rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1319px) {
  #navbar .container-fluid #navbar-collapse .phone-number {
    visibility: visible;
  }
  #navbar .container-fluid #navbar-collapse .phone-number.no-tab {
    visibility: hidden;
  }
}
@media only screen and (min-width: 1320px) {
  #navbar .container-fluid #navbar-collapse .phone-number {
    display: none;
  }
}
body.hide-header-footer #navbar .container-fluid #navbar-collapse .phone-number {
  display: none;
}
#navbar .container-fluid #navbar-collapse .phone-number p {
  display: inline;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  color: #828282;
}
#navbar .container-fluid #navbar-collapse .phone-number p:before {
  content: "";
  display: inline-block;
  margin-right: 0.4375rem;
  width: 0.75rem;
  height: 0.6875rem;
  background: url("../img/phone-grey.svg") center center no-repeat;
  background-size: cover;
}
#navbar .container-fluid #navbar-collapse .phone-number a {
  color: #828282;
}
#navbar .container-fluid #navbar-collapse .phone-number a:hover, #navbar .container-fluid #navbar-collapse .phone-number a:focus {
  color: #FFD20B;
}
#block-headeractions {
  white-space: nowrap;
}
#block-headeractions .field__item {
  display: flex;
}
#block-headeractions a.search-link {
  width: 3.75rem;
  height: 3.75rem;
  display: none;
  text-indent: -62.4375rem;
  overflow: hidden;
}
#block-headeractions a.search-link.search {
  background-repeat: no-repeat;
  background-image: url(../img/search.svg);
  background-position: center;
}
#block-headeractions .btn {
  max-height: 3rem;
  align-self: center;
}

#navbar .container-fluid #navbar-collapse.collapse.in {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
}
#navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer {
  align-self: flex-end;
  padding: 0 1.25rem;
  width: 100%;
  text-align: center;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 1319px) {
  #navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer {
    visibility: visible;
  }
  #navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer.no-tab {
    visibility: hidden;
  }
}
body.hide-header-footer #navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer {
  padding-top: 1.5rem;
}
#navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer a {
  width: calc(100% - 40px);
}
#navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer .sbtn-yellow {
  border: 2px solid #FFD20B;
  padding: 1rem 1.25rem;
  color: #000000;
  display: inline-block;
  box-shadow: none;
  font-weight: 600;
  background-color: #FFD20B;
  transition: box-shadow 0.6s ease;
  border-radius: 3rem;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  bottom: 2rem;
  cursor: pointer;
  text-align: center;
}
#navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer .sbtn-yellow span {
  white-space: nowrap;
}
#navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer .sbtn-yellow:hover, #navbar .container-fluid #navbar-collapse.collapse.in .mobile-footer .sbtn-yellow:focus {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  background-color: #000000;
  text-decoration: none;
  color: #FFFFFF;
  border: #FFFFFF 2px solid;
}

#navbar .container-fluid #navbar-collapse.collapse.row .mobile-contact-nav {
  min-width: 100%;
  padding: 1rem 1.25rem;
  display: block;
}
@media only screen and (min-width: 1320px) {
  #navbar .container-fluid #navbar-collapse.collapse.row .mobile-contact-nav {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  #navbar .container-fluid #navbar-collapse.collapse.row .mobile-contact-nav {
    padding: 1rem 2.75rem;
  }
}
#navbar .container-fluid #navbar-collapse.collapse.row .mobile-contact-nav a {
  display: block;
  color: #828282 !important;
  margin: 0 0 1.5rem;
}

.navbar-toggle {
  border-radius: 0;
  border: none;
  overflow: hidden;
  z-index: 11;
}
.navbar-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.navbar-toggle > span:nth-of-type(2), .navbar-toggle > span.icon-bar:nth-of-type(4) {
  opacity: 1;
  transform: translateY(0);
}
.navbar-toggle > span.icon-bar:nth-of-type(3) {
  transform: rotate(0);
}
.navbar-toggle > span.icon-bar:nth-of-type(3):after {
  transform: rotate(0);
}
.navbar-toggle * {
  transition: 0.3s ease-in-out all;
}
.navbar-toggle.menu-open > span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggle.menu-open > span:nth-of-type(4) {
  opacity: 0;
}
.navbar-toggle.menu-open > span.icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
}
.navbar-toggle.menu-open > span.icon-bar:nth-of-type(3):after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s ease-in-out all;
  transform: rotate(90deg);
}

body.toolbar-vertical.navbar-is-fixed-top .region-navigation-collapsible #block-www-bootstrap-main-menu ul.menu .menu-back {
  top: 39px !important;
}

#block-www-bootstrap-main-menu .menu-link-contentmain.menu-dropdown {
  position: absolute;
  height: auto;
  left: 0;
  transition: 0.3s all;
  transform: translateX(100vw);
  width: 100%;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}
#block-www-bootstrap-main-menu .menu-link-contentmain.menu-dropdown .menu-items-wrapper {
  margin: 0 auto;
}
#block-www-bootstrap-main-menu .menu-link-contentmain.menu-dropdown.do-show {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all;
  min-height: 100vh;
  width: 100vw;
  padding: 1.25rem 0;
  transform: translateX(0px);
  left: 0;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu .menu-link-contentmain.menu-dropdown.do-show {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
  }
}
#block-www-bootstrap-main-menu .menu-link-contentmain.menu-dropdown ul {
  display: block;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu .menu-link-contentmain.menu-dropdown ul {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu .menu-link-contentmain.menu-dropdown {
    transition: 0.4s all;
    width: auto;
    transform: inherit;
  }
  #block-www-bootstrap-main-menu .menu-link-contentmain.menu-dropdown.do-show {
    min-height: inherit;
    width: auto;
  }
}
#block-www-bootstrap-main-menu ul.menu {
  padding-left: 0;
  flex-wrap: wrap;
}
#block-www-bootstrap-main-menu ul.menu .menu-back {
  display: none;
}
#block-www-bootstrap-main-menu ul.menu .menu-back:focus {
  border: 1px solid #FFD20B;
}
#block-www-bootstrap-main-menu ul.menu.menu-level-0 li.menu-item > a, #block-www-bootstrap-main-menu ul.menu.menu-level-0 li.menu-item > span {
  font-weight: 700;
}
#block-www-bootstrap-main-menu ul.menu.menu-level-1 li.menu-item > a, #block-www-bootstrap-main-menu ul.menu.menu-level-1 li.menu-item > span {
  font-weight: 500;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu ul.menu {
    flex-wrap: inherit;
  }
}
#block-www-bootstrap-main-menu ul.menu li.menu-item {
  margin: 0;
  width: 100%;
  position: initial;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item {
    position: relative;
  }
}
#block-www-bootstrap-main-menu ul.menu li.menu-item > a, #block-www-bootstrap-main-menu ul.menu li.menu-item > span {
  padding: 1.5rem 1.25rem;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item > a, #block-www-bootstrap-main-menu ul.menu li.menu-item > span {
    padding: 1.5rem 2.625rem;
  }
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item > a, #block-www-bootstrap-main-menu ul.menu li.menu-item > span {
    display: inline;
    padding: 0;
  }
}
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header {
  display: flex;
  align-items: center;
  background-color: #181819;
  color: #FFD20B;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 11;
  border-bottom: 1px solid #555555;
}
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header .menu-back {
  min-width: 3.4375rem;
  min-height: 4.0625rem;
  display: inline-block;
  background-color: #181819;
  background-repeat: no-repeat;
  background-size: 0.375rem;
  background-image: url("../img/arrow_small_white_left.svg");
  background-position: center;
  height: 0.625rem;
  width: 0.625rem;
  cursor: pointer;
}
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header .menu-back:focus {
  border: 1px solid #FFD20B;
}
@media only screen and (min-width: 641px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header .menu-back {
    margin-left: 1.25rem;
  }
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header .menu-back {
    display: none;
  }
}
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header .menu-parent-top {
  margin-left: 1.25rem;
  text-align: center;
  width: calc(100% - 150px);
  text-transform: uppercase;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item .menu-header {
    color: #000000;
    font-weight: 400;
  }
}
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content {
  position: fixed;
  display: block;
  top: 0;
  z-index: 6;
  height: 100vh;
  background: #FFFFFF;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  box-shadow: none;
}
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .menu-dd-header {
  padding: 1.25rem;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: opacity 600ms, visibility 600ms, max-height 0.4s ease-out, padding 0.4s ease-out;
    overflow: hidden;
    height: auto;
    box-shadow: 0 6px 9px rgba(35, 31, 32, 0.25);
  }
}
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .mega-left-section {
  width: 100%;
  padding: 0 1.25rem 1.875rem 1.25rem;
}
@media only screen and (min-width: 641px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .mega-left-section {
    padding: 0 2.4375rem 1.875rem 2.4375rem;
  }
}
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .mega-left-section > .field {
  margin-left: 0;
  margin-right: 0;
}
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .mega-left-section > .field .field__item a {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  padding: 0 0 0 1.25rem;
}
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .mega-left-section > .field .field__item a::after {
  width: 3.625rem;
  height: 4rem;
  background-color: #3d3d3d;
  background-repeat: no-repeat;
  background-image: url("../img/link_arrow_white.svg");
  background-size: 40%;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
}
#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .menu_link_content {
  display: none;
}
@media only screen and (max-width: 1319px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item--expanded {
    visibility: visible;
  }
  #block-www-bootstrap-main-menu ul.menu li.menu-item--expanded.no-tab {
    visibility: hidden;
  }
}
#block-www-bootstrap-main-menu ul.menu li.menu-item--expanded:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/arrow_small_white_right.svg");
  height: 0.625rem;
  width: 0.625rem;
  display: inline-block;
  margin-left: -3.125rem;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item--expanded:after {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  #block-www-bootstrap-main-menu ul.menu li.menu-item--expanded:after {
    margin-left: -4rem;
  }
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu ul.menu ul.menu {
    padding: 0;
  }
}

.topHeaderSec {
  position: relative;
  text-align: right;
  border-bottom: 1px solid #515151;
  color: #D7D7D7;
  height: 1.875rem;
  display: none;
}
@media only screen and (min-width: 1320px) {
  body:not(.hide-header-footer) .topHeaderSec {
    display: block;
  }
}
.topHeaderSec a {
  color: #D7D7D7;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
}
.topHeaderSec a:hover, .topHeaderSec a:active, .topHeaderSec a:focus {
  color: #f7f7f7;
}
.topHeaderSec:after {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}
.topHeaderSec .phone-number {
  position: absolute;
  right: 1.875rem;
  padding: 0.5rem 0 0.375rem 0;
}
.topHeaderSec .phone-number:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.topHeaderSec .phone-number:focus:not(:focus-visible) {
  outline: none;
}
@-moz-document url-prefix() {
  .topHeaderSec .phone-number:focus {
    outline: 5px solid Highlight;
  }
}
.topHeaderSec .phone-number p {
  display: inline;
}
.topHeaderSec .phone-number p:before {
  content: "";
  display: inline-block;
  margin-right: 0.4375rem;
  width: 0.75rem;
  height: 0.6875rem;
  background: url("../img/phone-grey.svg") center center no-repeat;
  background-size: cover;
}

nav#block-www-bootstrap-main-menu {
  width: 100%;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu {
    width: calc(100% - 30px);
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content {
  position: fixed;
  left: 0;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content {
    margin-top: 1rem;
    top: inherit;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: opacity 600ms, visibility 600ms, max-height 0.4s ease-out, padding 0.4s ease-out;
    overflow: hidden;
    height: auto;
    box-shadow: 0 6px 9px rgba(35, 31, 32, 0.25);
  }
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-mega_menu {
    width: 100vw;
    position: fixed;
    top: inherit;
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu {
  height: 100vh;
  overflow-y: scroll;
  visibility: hidden;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu {
    width: 100vw;
    height: auto;
    position: fixed;
    top: inherit;
    padding-top: 3rem;
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu.do-show {
  visibility: visible;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu.do-show .menu-level-1 li.menu-item .menu_link_content {
  visibility: visible;
  opacity: 1;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  margin-top: 0;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 {
    padding: 0 12.1875rem 6.125rem;
    display: flex;
    justify-content: flex-start;
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 > li.menu-item > a.menu-parent {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  display: inline-block;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 > li.menu-item > a.menu-parent:hover {
  color: #000000;
  background-repeat: no-repeat;
  background-image: url(../img/link_arrow.svg);
  background-size: 1rem;
  background-position: calc(100% - 10px) center;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content {
  display: block;
  max-height: inherit;
  visibility: hidden;
  opacity: 0;
  position: relative;
  box-shadow: none;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content {
    margin-left: 0;
    margin-right: 0;
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content ul.menu li {
  border-bottom: 0;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content ul.menu li .menu_link_content {
  display: none;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content ul.menu li a {
  padding: 1.3125rem 0 1.3125rem 0;
  display: block;
  position: relative;
  min-width: 18.75rem;
  color: #000;
  max-height: 4rem;
  min-height: 4rem;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content ul.menu li a {
    padding: 1.3125rem 0 1.3125rem 0.75rem;
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 li.menu-item .menu_link_content ul.menu li a:hover {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-image: url(../img/link_arrow.svg);
  background-size: 1rem;
  background-position: calc(100% - 10px) center;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 .menu-type-menu_column {
  transform: none;
  width: auto;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 .menu-type-menu_column.menu_link_content {
  overflow: visible;
  height: auto;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .menu-level-1 .menu-type-menu_column.menu_link_content .menu-header {
  display: none !important;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .number-columns-1-parent {
    width: 18.75rem;
    margin-right: 8.75rem;
  }
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .number-columns-2-parent {
    width: 39.375rem;
    margin-right: 8.75rem;
  }
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .number-columns-2-parent ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-fill: auto;
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .number-columns-2-parent ul > li {
  box-sizing: border-box;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .number-columns-2-parent ul > li.last-odd-element {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .number-columns-3-parent {
    width: 100%;
  }
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .number-columns-3-parent ul {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-fill: auto;
    column-fill: auto;
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .field--name-field-mega-cta-links a {
  color: #FFFFFF;
  padding: 1rem 0 1rem 1.25rem;
  display: block;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  background: #36383d;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .field--name-field-mega-cta-links a {
    padding: 1rem 0 1rem 2.4375rem;
  }
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .field--name-field-mega-cta-links a {
    padding: 1rem 12.1875rem 1rem 12.1875rem;
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .field--name-field-mega-cta-links a:after {
  background: url(../img/link_arrow_white.svg) center center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 0.9375rem;
  width: 0.9375rem;
  vertical-align: middle;
  margin-left: 0.5rem;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .field--name-field-mega-cta-links a:hover {
  background: #FFD20B;
  color: #000000;
  text-decoration: underline;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content.menu-type-multi_column_mega_menu .field--name-field-mega-cta-links a:hover:after {
  background: url(../img/link-default-hover.svg) center center no-repeat;
  background-size: cover;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .menu_link_content.menu-type-link_with_description {
  display: block;
  max-height: inherit;
  visibility: visible;
  opacity: 1;
  position: relative;
  box-shadow: none;
  border: 0;
  margin-top: 0;
  color: #828282;
  white-space: initial;
  padding-left: 0;
  padding-right: 1.375rem;
  padding-top: 0.5rem;
  max-width: 16.625rem;
  height: auto;
  transform: none;
  overflow: visible;
  background: none;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .menu_link_content.menu-type-link_with_description {
    padding-left: 0;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .menu_link_content.menu-type-link_with_description {
    max-width: 16.625rem;
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu_link_content .menu_link_content.menu-type-link_with_description .caption-text {
  margin-bottom: 0;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item.do-show {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default {
  position: fixed;
  top: 0;
  margin-top: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default {
    margin-top: 1rem;
    position: absolute;
    top: inherit;
    left: -1.25rem;
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default.do-show {
  visibility: visible;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul {
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li {
  margin-bottom: 0.75rem;
  position: relative;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li .menu-type-default {
  display: none;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li:hover::after {
  content: " ";
  background: none;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li a {
  padding: 1.3125rem 1.25rem 1.3125rem 1.25rem;
  display: block;
  position: relative;
  min-width: 18.75rem;
  color: #000;
  max-height: 4rem;
  min-height: 4rem;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li a {
    padding: 1.3125rem 1.25rem 1.3125rem 2.4375rem;
  }
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li a {
    padding: 1.3125rem 2rem 1.3125rem 0.75rem;
  }
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li a:hover {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-image: url(../img/link_arrow.svg);
  background-size: 1rem;
  background-position: calc(100% - 10px) center;
}
nav#block-www-bootstrap-main-menu ul.menu li.menu-item .menu-dropdown-0.menu-type-default ul li a.parent-link_with_description {
  max-height: none;
  padding-bottom: 0.5625rem;
}
nav#block-www-bootstrap-main-menu ul.menu .menu-item span.menu-parent {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
nav#block-www-bootstrap-main-menu ul.menu .menu-item .menu_link_content,
nav#block-www-bootstrap-main-menu ul.menu .menu-item .menu_link_content.do-show {
  border-top: 1px solid #696969;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu .menu-item .menu_link_content.menu-type-mega_menu,
nav#block-www-bootstrap-main-menu ul.menu .menu-item .menu_link_content.do-show.menu-type-mega_menu {
    width: 100vw;
  }
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu ul.menu .menu-item--active .menu_link_content,
nav#block-www-bootstrap-main-menu ul.menu .menu-item--active .menu_link_content.do-show {
    display: block;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    -webkit-transition: 0.4s all;
    height: auto;
    min-height: auto;
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    box-shadow: 0 6px 9px rgba(35, 31, 32, 0.25);
  }
}
nav#block-www-bootstrap-main-menu ul.menu .menu-item--active > span {
  color: #FFD20B !important;
}
nav#block-www-bootstrap-main-menu .menu-level-0 > .menu-item > span, nav#block-www-bootstrap-main-menu .menu-level-0 > .menu-item > a {
  text-transform: uppercase;
  color: #FFFFFF !important;
}
nav#block-www-bootstrap-main-menu .menu-level-0 > .menu-item > .menu-type-default .field--name-field-mega-cta-links a {
  color: #FFFFFF;
  padding: 1rem 0 1rem 1.25rem;
  display: block;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  background: #36383d;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu .menu-level-0 > .menu-item > .menu-type-default .field--name-field-mega-cta-links a {
    padding: 1rem 0 1rem 2.4375rem;
  }
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu .menu-level-0 > .menu-item > .menu-type-default .field--name-field-mega-cta-links a {
    padding: 1rem 0 1rem 0.75rem;
  }
}
nav#block-www-bootstrap-main-menu .menu-level-0 > .menu-item > .menu-type-default .field--name-field-mega-cta-links a:after {
  background: url(../img/link_arrow_white.svg) center center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 0.9375rem;
  width: 0.9375rem;
  vertical-align: middle;
  margin-left: 0.5rem;
}
nav#block-www-bootstrap-main-menu .menu-level-0 > .menu-item > .menu-type-default .field--name-field-mega-cta-links a:hover {
  background: #FFD20B;
  color: #000000;
  text-decoration: underline;
}
nav#block-www-bootstrap-main-menu .menu-level-0 > .menu-item > .menu-type-default .field--name-field-mega-cta-links a:hover:after {
  background: url(../img/link-default-hover.svg) center center no-repeat;
  background-size: cover;
}
nav#block-www-bootstrap-main-menu .menu-item.has-icon > .menu-parent {
  white-space: normal;
  display: grid !important;
  grid-template-columns: 24px auto;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
nav#block-www-bootstrap-main-menu .menu-item.has-icon > .menu-parent object {
  margin-right: 0.25rem;
}
nav#block-www-bootstrap-main-menu .menu-item.has-icon > .menu-parent:active .icon, nav#block-www-bootstrap-main-menu .menu-item.has-icon > .menu-parent:hover .icon {
  position: relative;
}
nav#block-www-bootstrap-main-menu .menu-item.has-icon > .menu-parent:active .icon::before, nav#block-www-bootstrap-main-menu .menu-item.has-icon > .menu-parent:hover .icon::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -6px;
  left: -6px;
  width: 36px;
  height: 36px;
  background: #000000;
}
nav#block-www-bootstrap-main-menu .menu-item.has-icon > .menu-parent:active .icon object, nav#block-www-bootstrap-main-menu .menu-item.has-icon > .menu-parent:hover .icon object {
  filter: invert(1);
}
nav#block-www-bootstrap-main-menu .without-sub:after {
  background-image: none !important;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper {
  background: #FFFFFF;
  width: 100vw;
  display: grid;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section {
  width: 100%;
  grid-column: 2;
  float: left;
  color: #000000;
  margin-bottom: 0.3125rem;
  padding: 1.25rem;
}
@media only screen and (min-width: 641px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section {
    padding: 1.25rem 2.4375rem;
  }
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section {
    max-width: 47%;
    padding-left: 9%;
    padding-right: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec {
  border-bottom: 1px solid #828282;
  margin: 0;
  color: #000;
  padding-bottom: 0.625rem;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec .field {
  display: inline-block;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec .see-all {
  float: right;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec .see-all a {
  padding-right: 1.5625rem;
  padding-bottom: 0.125rem;
  position: relative;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec .see-all a:after {
  content: " ";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.svg);
  transform: rotate(0deg);
  width: 0.9375rem;
  height: 0.9375rem;
  float: right;
  position: absolute;
  right: 0;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec .see-all a:hover {
  color: #225093;
  text-decoration: none;
  border-bottom: 1px solid #225093;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .mega-menu-seeall-sec .see-all a:hover:after {
  background-image: url(../img/link_arrow_blue.svg);
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .field--label {
  display: none;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section a {
  color: #000000;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level {
  margin: 0;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level ul {
  margin-top: 1.25rem;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level ul li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level ul li {
    width: 50%;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level ul li a {
  padding: 1.3125rem 0 1.3125rem 0;
  display: block;
  position: relative;
  width: 100%;
  color: #000;
  padding-right: 1.875rem;
  min-height: 4rem;
  max-height: 4rem;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level ul li a {
    padding-left: 0.75rem;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level ul li a:hover {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-image: url(../img/link_arrow.svg);
  background-size: 1rem;
  background-position: calc(100% - 10px) center;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level ul li:hover::after {
  content: " ";
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level ul li:hover a {
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  background-image: url(../img/link_arrow.svg);
  background-size: 1rem;
  background-position: calc(100% - 10px) center;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-right-section .megamenu-sec-level ul .menu-header {
  display: none;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .one-Section-sub {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .one-Section-sub {
    padding: 0 12.1875rem 6.125rem;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .one-Section-sub .mega-menu-seeall-sec {
  margin: 1.25rem;
}
@media only screen and (min-width: 641px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .one-Section-sub .mega-menu-seeall-sec {
    margin: 1.25rem 2.625rem;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .one-Section-sub .megamenu-sec-level {
  margin: 0 1.25rem;
}
@media only screen and (min-width: 641px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .one-Section-sub .megamenu-sec-level {
    margin: 0 2.625rem;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .one-Section-sub .megamenu-sec-level ul.menu-level-1 li.menu-item {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .one-Section-sub .megamenu-sec-level ul.menu-level-1 li.menu-item {
    width: 22%;
    margin: 0 4% 0 0;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .one-Section-sub .megamenu-sec-level ul.menu-level-1 li.menu-item:nth-child(4n+1) {
  margin-right: 0;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-menu-wrapper {
    display: flex;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section {
  background: linear-gradient(180deg, #181819 39.82%, #000000 100%);
  grid-column: 1;
  float: left;
  overflow: hidden;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section {
    padding-left: 10rem;
    max-width: 37.5rem;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field {
  margin: 0 3.3125rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field {
    display: inherit;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field .field__item {
  width: 100%;
  float: left;
  margin: 0.5rem 0;
}
@media only screen and (min-width: 641px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field .field__item {
    margin: 1rem 0;
    width: 48%;
  }
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field .field__item {
    width: 100%;
    margin: 0.625rem 0;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field .field__item a {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 1.25rem 0 1.375rem 1.25rem;
  background: #FFFFFF;
  color: #000;
  display: block;
  position: relative;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field .field__item a:hover {
  background: #FFD20B;
  color: #000000;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field .field__item a:hover:after {
  background-image: url(../img/link_arrow.svg);
  background-color: transparent;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field .field__item a:after {
  content: " ";
  background-repeat: no-repeat;
  background-image: url(../img/nav-cta-link-white.svg);
  background-position: center;
  background-size: 1.125rem;
  width: 3.625rem;
  height: 4rem;
  background-color: #3d3d3d;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section > .field:last-child .field__item:last-child {
    margin-bottom: 3.875rem;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section .section--spacing--large {
  margin-bottom: 0;
  width: 25rem;
  margin: 0;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section .h2 {
  display: none;
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section .field--name-field-mega-cta-title {
  padding-top: 1.5rem;
  width: 100%;
  padding-left: rem-cal(10);
  display: inline-block;
}
@media only screen and (min-width: 1320px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section .field--name-field-mega-cta-title {
    width: auto;
    padding-top: 3rem;
    padding-left: 0;
  }
}
nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section .field--name-field-mega-cta-title .field__item {
  margin: 0;
  height: 1.75rem;
  width: 16.875rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 880px) {
  nav#block-www-bootstrap-main-menu .menu-items-wrapper .mega-left-section .field--name-field-mega-cta-title .field__item {
    margin-left: 0.5rem;
  }
}

@keyframes slide-in {
  100% {
    transform: translateY(0%);
  }
}
/**
 * Node styling.
 */
.is-unpublished {
  background-color: #fff4f4;
}

.node-preview-container {
  margin-top: -15px;
}

.node-preview-form-select {
  padding: 15px;
}

.paragraph.paragraph--width--full > .paragraph__column {
  padding: 0px;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

.paragraph--type--bp-tabs .nav-tabs-wrapper {
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 3.75rem;
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs {
  border: none;
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  border: none;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a {
    font-size: 1rem;
  }
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a:hover, .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a:focus {
  background-color: transparent;
  position: relative;
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a:hover:before, .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a:focus:before {
  margin-bottom: -16px;
  margin-top: 6px;
  border-bottom: 10px solid #FFD20B;
  content: " ";
  display: block;
  width: 100%;
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li.active {
  background-color: transparent;
  border: none;
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li.active a {
  border: none;
  border-bottom: 3px solid #000000;
  background-color: transparent;
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li.active a:hover, .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li.active a:focus {
  background-color: transparent;
}

.black .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a {
  color: white;
}
.black .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a:hover:before, .black .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a:focus:before {
  border-bottom: 10px solid #C7C7C7;
}
.black .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li.active a {
  border-bottom: 3px solid #FFD20B;
}

.paragraph--type--vertical-tabs {
  position: relative;
}
.paragraph--type--vertical-tabs .paragraph__column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--vertical-tabs .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--type--vertical-tabs::before {
    content: " ";
    display: block;
    position: absolute;
    width: 27.8125rem;
    height: 27.8125rem;
    right: 4.375rem;
    top: 0;
    border-radius: 50%;
    background: #F4F4F4;
    z-index: -2;
  }
  .paragraph--type--vertical-tabs::after {
    content: " ";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/backgrount-cta-banner.svg);
    background-position: right center;
    width: 21.875rem;
    height: 21.875rem;
    position: absolute;
    top: -5rem;
    right: -10rem;
    opacity: 0.3;
    z-index: -1;
  }
}
.paragraph--type--vertical-tabs h2 {
  margin-bottom: 4rem;
}
.verical-tab-wpr.desktop-only {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .verical-tab-wpr.desktop-only {
    display: flex;
  }
}
.verical-tab-wpr.desktop-only .nav-tabs-wrapper {
  min-width: 25.625rem;
}
.verical-tab-wpr.desktop-only .tab-content {
  margin-left: 1.875rem;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .verical-tab-wpr.desktop-only .tab-content {
    min-width: 40.625rem;
    max-width: 40.625rem;
  }
}
@media only screen and (min-width: 1320px) {
  .verical-tab-wpr.desktop-only .tab-content {
    min-width: 53.125rem;
    max-width: 53.125rem;
  }
}
.verical-tab-wpr.desktop-only .tab-content .paragraph {
  margin-bottom: 0;
}
.verical-tab-wpr.desktop-only .tab-content div.tab-pane {
  transition: box-shadow 0.6s ease;
  box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 2.9375rem 6.875rem;
  background-color: #FFFFFF;
}
.verical-tab-wpr.desktop-only .tab-content .section--spacing--large {
  margin: 0;
  width: 100%;
}
.verical-tab-wpr.desktop-only .tab-content .prefixtxt {
  margin-bottom: 1rem;
  color: #696969;
}
.verical-tab-wpr.desktop-only .nav-tabs {
  border: 0;
}
.verical-tab-wpr.desktop-only .nav-tabs > li {
  border-bottom: 2px solid #FFFFFF;
  width: 100%;
}
.verical-tab-wpr.desktop-only .nav-tabs > li a {
  border: none;
  color: #696969;
  font-weight: bold;
  padding: 1.25rem 0;
  margin: 0;
}
.verical-tab-wpr.desktop-only .nav-tabs > li.active {
  border-bottom: 3px solid #225093;
}
.verical-tab-wpr.desktop-only .nav-tabs > li.active a {
  color: #000000;
  border: none;
}
.verical-tab-wpr.desktop-only .nav-tabs > li:hover, .verical-tab-wpr.desktop-only .nav-tabs > li:focus {
  border-bottom: 3px solid #225093;
}
.verical-tab-wpr.desktop-only .nav-tabs > li:hover a, .verical-tab-wpr.desktop-only .nav-tabs > li:focus a {
  color: #000000;
  background: transparent;
  border: none;
}

.verical-tab-wpr.mobile {
  display: block;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .verical-tab-wpr.mobile {
    display: none;
  }
}
.verical-tab-wpr.mobile div.tab-pane {
  display: block;
}
.verical-tab-wpr.mobile .paragraph {
  margin-bottom: 0;
  padding: 0;
}
.verical-tab-wpr.mobile .tabwrapr > a {
  color: #000000;
  border-bottom: 3px solid #225093;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.375rem;
  margin-bottom: 3rem;
  padding-bottom: 1.25rem;
}
.verical-tab-wpr.mobile .tabwrapr > a .tab-headtxt {
  width: 50%;
  display: block;
  line-height: 1.25rem;
  margin: 0 auto;
  text-align: center;
}
.verical-tab-wpr.mobile .tabwrapr .prefixtxt {
  margin-bottom: 1rem;
  color: #696969;
}
.verical-tab-wpr.mobile .progress {
  height: 0;
}
.verical-tab-wpr.mobile .slider-footer {
  width: 100%;
  position: absolute;
  justify-content: space-between;
  top: 0;
  margin: 0;
}
.verical-tab-wpr.mobile .slider-footer .arrows {
  margin-right: 0;
  margin-top: 0.3125rem;
  justify-content: space-between;
}
.verical-tab-wpr.mobile .slider-footer .arrows .slick-prev:before, .verical-tab-wpr.mobile .slider-footer .arrows .slick-next:before {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2.5rem 2.5rem;
}
.verical-tab-wpr.mobile .slider-footer .progress {
  display: none;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

body.toolbar-loading {
  margin-top: 0;
}
body.toolbar-loading.toolbar {
  margin-bottom: 15px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #337ab7;
  color: #fff;
}

ol, ul {
  padding-left: 0;
}
.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

/*
-------------------
GLOBAL ELEMENTS
-------------------
*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.padded-row {
  max-width: 75rem;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

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

figure {
  display: table;
  margin: 0 0 2.5rem 0;
}

figcaption {
  margin-top: 3px;
  font-size: 13px;
  color: #7e7e7e;
  display: table-caption;
  caption-side: bottom;
}

table[align=left] {
  float: none;
}
@media (min-width: 768px) {
  table[align=left] {
    margin-right: 33px;
    float: left;
  }
}

table[align=right] {
  float: none;
}
@media (min-width: 768px) {
  table[align=right] {
    margin-left: 33px;
    float: right;
  }
}

code {
  border: solid 1px #999;
  background-color: #F1F1F1;
  display: block;
  padding: 0.1875rem 0.3125rem;
}

.skip-link a {
  height: 0;
  width: 0;
  overflow: hidden;
  text-indent: -200vw;
  display: block;
}
.skip-link a:focus {
  height: auto;
  width: auto;
  text-indent: 0;
  overflow: auto;
}

.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  display: block;
}

.container {
  padding: 0;
}

main section {
  width: 100%;
}

@media only screen and (min-width: 880px) {
  .fluid-full,
.component--scroll-cards .background,
.paragraph.full-wrapper .paragraph.fluid-full {
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(-50vw + 50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fluid-full .paragraph__column,
.component--scroll-cards .background .paragraph__column,
.paragraph.full-wrapper .paragraph.fluid-full .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 880px) {
  .fluid-full .paragraph__column > div:first-child,
.component--scroll-cards .background .paragraph__column > div:first-child,
.paragraph.full-wrapper .paragraph.fluid-full .paragraph__column > div:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .fluid-full .paragraph__column > div:last-child,
.component--scroll-cards .background .paragraph__column > div:last-child,
.paragraph.full-wrapper .paragraph.fluid-full .paragraph__column > div:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1100px) {
  .fluid-full .paragraph__column > div:first-child,
.component--scroll-cards .background .paragraph__column > div:first-child,
.paragraph.full-wrapper .paragraph.fluid-full .paragraph__column > div:first-child {
    padding-left: 0;
  }
  .fluid-full .paragraph__column > div:last-child,
.component--scroll-cards .background .paragraph__column > div:last-child,
.paragraph.full-wrapper .paragraph.fluid-full .paragraph__column > div:last-child {
    padding-right: 0;
  }
}

@media only screen and (min-width: 880px) {
  .fluid-lg,
.paragraph.full-wrapper .paragraph.fluid-lg {
    overflow: hidden;
    width: calc(100vw - 100px);
    max-width: 100vw;
    margin: 0 calc(-50vw + 50% + 50px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fluid-lg .paragraph__column,
.paragraph.full-wrapper .paragraph.fluid-lg .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
  .fluid-lg .paragraph__column > div:first-child,
.paragraph.full-wrapper .paragraph.fluid-lg .paragraph__column > div:first-child {
    padding-left: 0;
  }
  .fluid-lg .paragraph__column > div:last-child,
.paragraph.full-wrapper .paragraph.fluid-lg .paragraph__column > div:last-child {
    padding-right: 0;
  }
}

@media only screen and (min-width: 880px) and (min-width: 880px) {
  .fluid-md,
.paragraph.full-wrapper .paragraph.fluid-md {
    overflow: hidden;
    width: calc(100vw - 160px);
    max-width: 100vw;
    margin: 0 calc(-50vw + 50% + 80px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 880px) {
  .fluid-sm,
.paragraph.full-wrapper .paragraph.fluid-sm {
    overflow: hidden;
    width: calc(100vw - 280px);
    max-width: 100vw;
    margin: 0 calc(-50vw + 50% + 140px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fluid-sm .paragraph__column,
.paragraph.full-wrapper .paragraph.fluid-sm .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
  .fluid-sm .paragraph__column > div:first-child,
.paragraph.full-wrapper .paragraph.fluid-sm .paragraph__column > div:first-child {
    padding-left: 0;
  }
  .fluid-sm .paragraph__column > div:last-child,
.paragraph.full-wrapper .paragraph.fluid-sm .paragraph__column > div:last-child {
    padding-right: 0;
  }
}

@media only screen and (min-width: 880px) {
  .fluid-sm-max,
.paragraph.full-wrapper .paragraph.fluid-sm-max {
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(-50vw + 50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fluid-sm-max .paragraph__column,
.paragraph.full-wrapper .paragraph.fluid-sm-max .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 880px) {
  .fluid-sm-max .paragraph__column > div:first-child,
.paragraph.full-wrapper .paragraph.fluid-sm-max .paragraph__column > div:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .fluid-sm-max .paragraph__column > div:last-child,
.paragraph.full-wrapper .paragraph.fluid-sm-max .paragraph__column > div:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1100px) {
  .fluid-sm-max .paragraph__column > div:first-child,
.paragraph.full-wrapper .paragraph.fluid-sm-max .paragraph__column > div:first-child {
    padding-left: 0;
  }
  .fluid-sm-max .paragraph__column > div:last-child,
.paragraph.full-wrapper .paragraph.fluid-sm-max .paragraph__column > div:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1240px) {
  .fluid-sm-max,
.paragraph.full-wrapper .paragraph.fluid-sm-max {
    /* Large (1200) and larger */
    width: calc(1240px);
    margin: 0 calc((-50vw + 50%) + (100vw - 1240px)/2);
  }
}

@media only screen and (min-width: 880px) {
  .fluid-md-max,
.paragraph.full-wrapper .paragraph.fluid-md-max {
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(-50vw + 50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fluid-md-max .paragraph__column,
.paragraph.full-wrapper .paragraph.fluid-md-max .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 880px) {
  .fluid-md-max .paragraph__column > div:first-child,
.paragraph.full-wrapper .paragraph.fluid-md-max .paragraph__column > div:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .fluid-md-max .paragraph__column > div:last-child,
.paragraph.full-wrapper .paragraph.fluid-md-max .paragraph__column > div:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1100px) {
  .fluid-md-max .paragraph__column > div:first-child,
.paragraph.full-wrapper .paragraph.fluid-md-max .paragraph__column > div:first-child {
    padding-left: 0;
  }
  .fluid-md-max .paragraph__column > div:last-child,
.paragraph.full-wrapper .paragraph.fluid-md-max .paragraph__column > div:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1335px) {
  .fluid-md-max,
.paragraph.full-wrapper .paragraph.fluid-md-max {
    /* Large (1200) and larger */
    width: calc(1335px);
    margin: 0 calc((-50vw + 50%) + (100vw - 1335px)/2);
  }
}

@media only screen and (min-width: 880px) {
  .fluid-lg-max,
.paragraph.full-wrapper .paragraph.fluid-lg-max {
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(-50vw + 50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fluid-lg-max .paragraph__column,
.paragraph.full-wrapper .paragraph.fluid-lg-max .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 880px) {
  .fluid-lg-max .paragraph__column > div:first-child,
.paragraph.full-wrapper .paragraph.fluid-lg-max .paragraph__column > div:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .fluid-lg-max .paragraph__column > div:last-child,
.paragraph.full-wrapper .paragraph.fluid-lg-max .paragraph__column > div:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1100px) {
  .fluid-lg-max .paragraph__column > div:first-child,
.paragraph.full-wrapper .paragraph.fluid-lg-max .paragraph__column > div:first-child {
    padding-left: 0;
  }
  .fluid-lg-max .paragraph__column > div:last-child,
.paragraph.full-wrapper .paragraph.fluid-lg-max .paragraph__column > div:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1480px) {
  .fluid-lg-max,
.paragraph.full-wrapper .paragraph.fluid-lg-max {
    /* Large (1200) and larger */
    width: calc(1480px);
    margin: 0 calc((-50vw + 50%) + (100vw - 1480px)/2);
  }
}

.grid-full,
.paragraph.full-wrapper .paragraph.grid-full {
  float: none;
}

.grid-lg,
.paragraph.full-wrapper .paragraph.grid-lg {
  float: none;
  padding: 0 20px;
}
@media only screen and (max-width: 1099px) {
  .grid-lg,
.paragraph.full-wrapper .paragraph.grid-lg {
    width: auto;
  }
}
@media only screen and (min-width: 880px) {
  .grid-lg,
.paragraph.full-wrapper .paragraph.grid-lg {
    margin: 0 auto;
    padding: 0 13px;
  }
}

.grid-md,
.paragraph.full-wrapper .paragraph.grid-md {
  float: none;
  padding: 0 20px;
}
@media only screen and (max-width: 1099px) {
  .grid-md,
.paragraph.full-wrapper .paragraph.grid-md {
    width: auto;
  }
}
@media only screen and (min-width: 880px) {
  .grid-md,
.paragraph.full-wrapper .paragraph.grid-md {
    margin: 0 auto;
    padding: 0 13px;
  }
}

.grid-sm,
.paragraph.full-wrapper .paragraph.grid-sm {
  float: none;
  padding: 0 20px;
}
@media only screen and (max-width: 1099px) {
  .grid-sm,
.paragraph.full-wrapper .paragraph.grid-sm {
    width: auto;
  }
}
@media only screen and (min-width: 880px) {
  .grid-sm,
.paragraph.full-wrapper .paragraph.grid-sm {
    padding: 0 13px;
    margin: 0 auto;
  }
}

.grid-lg-pad {
  max-width: 80.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-md-pad {
  max-width: 66.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-sm-pad {
  max-width: 53.125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  display: block;
}

.paragraph > paragraph__column {
  padding-bottom: 20px;
}

.fluid-full > .paragraph__column {
  padding-left: 0;
  padding-right: 0;
}

.paragraph.fluid-full > .paragraph__column {
  padding-left: 0;
  padding-right: 0;
}

main ul.nav-tabs li:not(.facet-item) {
  margin: 0 !important;
  padding: 0;
  background: none;
}

.tabs {
  position: fixed;
  background-color: white;
  z-index: 999;
  left: 0;
  border: 1px solid black;
  bottom: 0.9375rem;
  right: 0.9375rem;
  left: auto;
}
.tabs:after {
  border-bottom: 2px solid #D7D7D7;
  content: " ";
  z-index: -1;
  height: 1px;
  width: 100%;
  position: absolute;
  margin-top: -2px;
}
.tabs ul.nav {
  border: none;
}
.tabs ul.nav > li:hover, .tabs ul.nav > li:focus {
  color: #000000;
  background-color: transparent;
}
.tabs ul.nav > li > a {
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  color: #000000;
  background-color: transparent;
}
.tabs ul.nav > li > a:hover, .tabs ul.nav > li > a:focus {
  color: #000000;
  border-bottom: 2px solid #FFD20B;
  background-color: transparent;
}
.tabs ul.nav > li.active {
  background-color: transparent;
}
.tabs ul.nav > li.active:hover, .tabs ul.nav > li.active:focus {
  color: #FFD20B;
  background-color: transparent;
}
.tabs ul.nav > li.active > a {
  background-color: transparent;
  color: #000000;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #FFD20B;
}
.tabs ul.nav > li.active > a:hover, .tabs ul.nav > li.active > a:focus {
  color: #000000;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #FFD20B;
}

.play-btn .outer-oval {
  opacity: 0.3944;
  fill: #FFFFFF;
}
.play-btn .oval {
  transition: opacity 0.6s ease;
}
.play-btn .oval--white {
  fill: #FFFFFF;
}
.play-btn .triangle {
  fill: #92278F;
}

#colorbox,
#cboxWrapper,
#cboxContent {
  overflow: visible;
}

#cboxClose {
  bottom: auto;
  top: -50px;
  right: -8px;
  background: url("../img/close-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
#cboxClose:hover, #cboxClose:focus {
  background: url("../img/close-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.fix-to-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100vw;
}

.modal {
  max-height: 100%;
  overflow: auto;
}

.modal-dialog {
  font-family: "cachet", verdana, sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 880px) {
  .modal-dialog {
    width: 740px;
  }
}

.modal .modal-content {
  border-radius: 10px;
}
.modal .modal-content .close {
  background-repeat: no-repeat;
  background-size: 0;
  background-position: unset;
  -webkit-mask-image: url(../img/close.svg);
  background-color: #000000;
  top: 0;
  right: 0;
  width: 0.875rem;
  height: 0.875rem;
}

.modal-body .paragraph--type--bp-simple thead tr:first-child {
  border-bottom: 0;
}
.modal-body .paragraph--type--bp-simple tr th {
  text-align: left;
}
.modal-body .paragraph--type--bp-simple tr th:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .modal-body .paragraph--type--bp-simple tr th {
    padding-left: 0;
  }
}
.modal-body .paragraph--type--bp-simple tr td {
  text-align: left;
  padding: 0.625rem 0;
  width: 100%;
}
.modal-body .paragraph--type--bp-simple tr td span {
  float: right;
}
@media only screen and (min-width: 641px) {
  .modal-body .paragraph--type--bp-simple tr td {
    width: auto;
    padding-left: 0.7em;
  }
  .modal-body .paragraph--type--bp-simple tr td span {
    float: none;
  }
}
.modal-body .paragraph--type--bp-simple tr td:first-child {
  padding-left: 0;
  text-align: left;
}

.ui-autocomplete {
  z-index: 1500;
}

a#skip-to-main {
  display: inline-block;
  position: absolute;
  margin-top: 5.9375rem;
  z-index: 5;
  background-color: #000000;
  padding: 0.625rem;
  color: #FFFFFF;
}

.pager-nav .pagination > li > a {
  border: 0;
  line-height: 1.25rem;
}
.pager-nav .pagination .active a {
  border-radius: 50%;
}
.pager-nav .pagination .pager__item--last {
  display: none;
}

@media only screen and (min-width: 880px) {
  .login-register .outer-main-content {
    background-image: url(../img/login-bg-img.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position-y: 5.8125rem;
  }
}
.login-register .outer-main-content main.main-container {
  background-image: url(../img/login-bg-box.svg);
  background-repeat: repeat;
  background-size: contain;
  background-position-y: 6.25rem;
  min-height: 54.0625rem;
  max-height: 54.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1319px) {
  .dialog-off-canvas-main-canvas {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1319px) {
  .page-node-type-listing-page .dialog-off-canvas-main-canvas {
    overflow-x: visible;
  }
}

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

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

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

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

.architect-header-link {
  text-transform: uppercase;
}
.architect-header-link::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../img/architect1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5rem;
  vertical-align: middle;
}

div.ajax-progress-fullscreen {
  margin: 0;
  height: 0.3125rem;
  background: #FFD20B none;
  width: 100vw;
  animation: center-animate 2s ease alternate;
  z-index: 11000;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  border-radius: 0;
  opacity: 1;
}

@keyframes center-animate {
  0% {
    transform: scaleX(0);
  }
  15% {
    transform: scaleX(0.7);
  }
  30% {
    transform: scaleX(0.9);
  }
  100% {
    transform: scaleX(1);
  }
}
.prefixtxt {
  color: #515151;
  margin-bottom: 0.5rem;
}

.black .prefixtxt {
  color: #828282;
}

.social-sharing-buttons {
  justify-content: flex-start;
  margin: 0;
}
.social-sharing-buttons__button {
  width: 3rem;
  height: 3rem;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #000000;
  border-radius: 50%;
}
.social-sharing-buttons__button:hover, .social-sharing-buttons__button:focus {
  background-color: #181819;
}
.social-sharing-buttons__popup {
  min-width: 6.25rem;
}

.social-share-linkedin {
  background-image: url(../img/social-linkedin-black.svg);
}
.social-share-linkedin:hover, .social-share-linkedin:focus {
  background-image: url(../img/social-linkedin-white.svg);
}

.social-share-facebook {
  background-image: url(../img/social-facebook-black.svg);
}
.social-share-facebook:hover, .social-share-facebook:focus {
  background-image: url(../img/social-facebook-white.svg);
}

.social-share-twitter {
  background-image: url(../img/twitter-x-black.svg);
}
.social-share-twitter:hover, .social-share-twitter:focus {
  background-image: url(../img/twitter-x-white.svg);
}

.share-copy {
  background-image: url(../img/social-link-black.svg);
}
.share-copy:hover, .share-copy:focus {
  background-image: url(../img/social-link-white.svg);
}
.share-copy .social-sharing-buttons-popup {
  min-width: 6.25rem;
}

.sharing-black .social-sharing-buttons__button {
  border: 1px solid #FFD20B;
  background-color: #181819;
}
.sharing-black .social-sharing-buttons__button:hover, .sharing-black .social-sharing-buttons__button:focus {
  background-color: #FFD20B;
}
.sharing-black .social-share-linkedin {
  background-image: url(../img/social-linkedin-white.svg);
}
.sharing-black .social-share-linkedin:hover, .sharing-black .social-share-linkedin:focus {
  background-image: url(../img/social-linkedin-black.svg);
}
.sharing-black .social-share-facebook {
  background-image: url(../img/social-facebook-white.svg);
}
.sharing-black .social-share-facebook:hover, .sharing-black .social-share-facebook:focus {
  background-image: url(../img/social-facebook-black.svg);
}
.sharing-black .social-share-twitter {
  background-image: url(../img/social-twitter-white.svg);
}
.sharing-black .social-share-twitter:hover, .sharing-black .social-share-twitter:focus {
  background-image: url(../img/social-twitter-black.svg);
}
.sharing-black .social-share-copy {
  background-image: url(../img/social-link-white.svg);
}
.sharing-black .social-share-copy:hover, .sharing-black .social-share-copy:focus {
  background-image: url(../img/social-link-black.svg);
}

.list-flex-2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.list-flex-2 > a, .list-flex-2 > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .list-flex-2 > a, .list-flex-2 > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .list-flex-2 > a:nth-child(1n+0), .list-flex-2 > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .list-flex-2 > a:nth-child(1n+1), .list-flex-2 > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .list-flex-2 > a:nth-child(-n+1), .list-flex-2 > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .list-flex-2 > a, .list-flex-2 > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .list-flex-2 > a:nth-child(1n+0), .list-flex-2 > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .list-flex-2 > a:nth-child(1n+1), .list-flex-2 > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .list-flex-2 > a:nth-child(-n+1), .list-flex-2 > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .list-flex-2 > a, .list-flex-2 > div {
    margin-top: 2rem;
    max-width: calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
    flex: 1 0 calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .list-flex-2 > a:nth-child(1n+0), .list-flex-2 > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .list-flex-2 > a:nth-child(1n+1), .list-flex-2 > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .list-flex-2 > a:nth-child(-n+1), .list-flex-2 > div:nth-child(-n+1) {
    margin-top: 2rem;
  }
  .list-flex-2 > a:nth-child(2n+0), .list-flex-2 > div:nth-child(2n+0) {
    margin-right: 0;
  }
  .list-flex-2 > a:nth-child(2n+1), .list-flex-2 > div:nth-child(2n+1) {
    margin-left: 0;
  }
  .list-flex-2 > a:nth-child(-n+2), .list-flex-2 > div:nth-child(-n+2) {
    margin-top: 0;
  }
}

.list-flex-3 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.list-flex-3 > a, .list-flex-3 > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .list-flex-3 > a, .list-flex-3 > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .list-flex-3 > a:nth-child(1n+0), .list-flex-3 > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .list-flex-3 > a:nth-child(1n+1), .list-flex-3 > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .list-flex-3 > a:nth-child(-n+1), .list-flex-3 > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .list-flex-3 > a, .list-flex-3 > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .list-flex-3 > a:nth-child(1n+0), .list-flex-3 > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .list-flex-3 > a:nth-child(1n+1), .list-flex-3 > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .list-flex-3 > a:nth-child(-n+1), .list-flex-3 > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .list-flex-3 > a, .list-flex-3 > div {
    margin-top: 2rem;
    max-width: calc(33% - 0.9375rem);
    width: calc(33% - 0.9375rem);
    flex: 1 0 calc(33% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .list-flex-3 > a:nth-child(1n+0), .list-flex-3 > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .list-flex-3 > a:nth-child(1n+1), .list-flex-3 > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .list-flex-3 > a:nth-child(-n+1), .list-flex-3 > div:nth-child(-n+1) {
    margin-top: 2rem;
  }
  .list-flex-3 > a:nth-child(3n+0), .list-flex-3 > div:nth-child(3n+0) {
    margin-right: 0;
  }
  .list-flex-3 > a:nth-child(3n+1), .list-flex-3 > div:nth-child(3n+1) {
    margin-left: 0;
  }
  .list-flex-3 > a:nth-child(-n+3), .list-flex-3 > div:nth-child(-n+3) {
    margin-top: 0;
  }
}

.list-flex-4 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.list-flex-4 > a, .list-flex-4 > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .list-flex-4 > a, .list-flex-4 > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .list-flex-4 > a:nth-child(1n+0), .list-flex-4 > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .list-flex-4 > a:nth-child(1n+1), .list-flex-4 > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .list-flex-4 > a:nth-child(-n+1), .list-flex-4 > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .list-flex-4 > a, .list-flex-4 > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .list-flex-4 > a:nth-child(1n+0), .list-flex-4 > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .list-flex-4 > a:nth-child(1n+1), .list-flex-4 > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .list-flex-4 > a:nth-child(-n+1), .list-flex-4 > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .list-flex-4 > a, .list-flex-4 > div {
    margin-top: 2rem;
    max-width: calc(25% - 0.9375rem);
    width: calc(25% - 0.9375rem);
    flex: 1 0 calc(25% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .list-flex-4 > a:nth-child(1n+0), .list-flex-4 > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .list-flex-4 > a:nth-child(1n+1), .list-flex-4 > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .list-flex-4 > a:nth-child(-n+1), .list-flex-4 > div:nth-child(-n+1) {
    margin-top: 2rem;
  }
  .list-flex-4 > a:nth-child(4n+0), .list-flex-4 > div:nth-child(4n+0) {
    margin-right: 0;
  }
  .list-flex-4 > a:nth-child(4n+1), .list-flex-4 > div:nth-child(4n+1) {
    margin-left: 0;
  }
  .list-flex-4 > a:nth-child(-n+4), .list-flex-4 > div:nth-child(-n+4) {
    margin-top: 0;
  }
}

.list-flex-5 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.list-flex-5 > a, .list-flex-5 > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .list-flex-5 > a, .list-flex-5 > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .list-flex-5 > a:nth-child(1n+0), .list-flex-5 > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .list-flex-5 > a:nth-child(1n+1), .list-flex-5 > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .list-flex-5 > a:nth-child(-n+1), .list-flex-5 > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .list-flex-5 > a, .list-flex-5 > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .list-flex-5 > a:nth-child(1n+0), .list-flex-5 > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .list-flex-5 > a:nth-child(1n+1), .list-flex-5 > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .list-flex-5 > a:nth-child(-n+1), .list-flex-5 > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .list-flex-5 > a, .list-flex-5 > div {
    margin-top: 2rem;
    max-width: calc(20% - 0.9375rem);
    width: calc(20% - 0.9375rem);
    flex: 1 0 calc(20% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .list-flex-5 > a:nth-child(1n+0), .list-flex-5 > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .list-flex-5 > a:nth-child(1n+1), .list-flex-5 > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .list-flex-5 > a:nth-child(-n+1), .list-flex-5 > div:nth-child(-n+1) {
    margin-top: 2rem;
  }
  .list-flex-5 > a:nth-child(5n+0), .list-flex-5 > div:nth-child(5n+0) {
    margin-right: 0;
  }
  .list-flex-5 > a:nth-child(5n+1), .list-flex-5 > div:nth-child(5n+1) {
    margin-left: 0;
  }
  .list-flex-5 > a:nth-child(-n+5), .list-flex-5 > div:nth-child(-n+5) {
    margin-top: 0;
  }
}

.hover-shadow,
.paragraph--type--bp-columns__2col .paragraph--type--statistics .component-statistics__statistics-wraper .statistic-item {
  transition: box-shadow 0.6s ease;
  box-shadow: -3px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.hover-shadow:hover, .hover-shadow:focus,
.paragraph--type--bp-columns__2col .paragraph--type--statistics .component-statistics__statistics-wraper .statistic-item:hover,
.paragraph--type--bp-columns__2col .paragraph--type--statistics .component-statistics__statistics-wraper .statistic-item:focus {
  box-shadow: 0 13px 13px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

@media only screen and (max-width: 879px) {
  .desktop-only {
    display: none !important;
  }
}

@media only screen and (min-width: 880px) {
  .mobile-only {
    display: none !important;
  }
}

.contextual-links.links li a {
  color: #000000 !important;
}

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

#skip-to-main.visually-hidden.focusable:focus {
  position: absolute !important;
}

/*
  Snapscrolling is an overal design decision. It can't be partially implemented with good results.
  It requires the a rewrite of the page template.
  Having a hard time applying snap scroll to a container that includes everything (footer too) and snap scrolls on body paragraphs.
  Vertical heights needs to be considered
  Waypoints and fix-to-top menus break...
*/
iframe.responsive-contact-form {
  height: 1500px;
  overflow: hidden;
}

@media screen and (min-width: 320px) {
  iframe.responsive-contact-form {
    height: 1450px;
  }
}
@media screen and (min-width: 400px) {
  iframe.responsive-contact-form {
    height: 1400px;
  }
}
@media screen and (min-width: 791px) {
  iframe.responsive-contact-form {
    height: 1400px;
  }
}
@media screen and (min-width: 834px) {
  iframe.responsive-contact-form {
    height: 900px;
  }
}
@media screen and (min-width: 1112px) {
  iframe.responsive-contact-form {
    height: 1400px;
  }
}
@media only screen and (min-width: 1320px) {
  iframe.responsive-contact-form {
    height: 900px;
  }
}
@media only screen and (max-width: 1319px) {
  iframe.drift-frame-controller {
    visibility: visible;
  }
  iframe.drift-frame-controller.no-tab {
    visibility: hidden;
  }
}

a.clean-link:hover, a.clean-link:focus,
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a:hover,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark:hover,
.industries-teaser__industry .arrow-link:hover,
.component--scroll-feature-item__link a:hover,
.paragraph--type--identifier-cards .component--card-blue__link .btn-link:hover,
.paragraph--type--contact-cards .component--card-wrapper .btn-link:hover,
.news-teaser__link.arrow-link:hover,
.paragraph--type--image-card-slider a:hover,
.paragraph--type--related-products .title-wrapper .tertiary-link:hover,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text:hover,
.product-teaser-wrapper .see-all-wrapper .tertiary-link:hover,
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a:hover,
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link:hover,
.component--card-wrapper a:hover,
.paragraph--type--text-link .component--card-wrapper .btn-link:hover,
.paragraph--type--related-insights .header a.tertiary-link:hover,
.component--quote__link a:hover,
.view-resource-sapi .resource-post a:hover,
.product-assets .resource-post a:hover,
.btn.tertiary-link-dark.btn-link-small:hover,
.btn.tertiary-link-dark.btn-link-white-small:hover,
.btn.tertiary-link.btn-link-small:hover,
.btn.tertiary-link.btn-link-white-small:hover,
.black a.btn.tertiary-link-dark:hover,
.tertiary-link-dark:hover,
.black a.btn.btn-link-white-download:hover,
.black a.btn.btn-link-white-external:hover,
.black a.btn.btn-link:hover,
.black a.btn.btn-link-white:hover,
.black a.btn.btn-link-white-small:hover,
a.btn.btn-link-small:hover,
a.btn.btn-link-external:hover,
a.btn.btn-link-download:hover,
.tertiary-link-wrapper a:hover,
a.btn.tertiary-link:hover,
.btn-tertiary-link:hover,
.btn.btn-link:hover,
.tertiary-link:hover,
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a:focus,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark:focus,
.industries-teaser__industry .arrow-link:focus,
.component--scroll-feature-item__link a:focus,
.paragraph--type--identifier-cards .component--card-blue__link .btn-link:focus,
.paragraph--type--contact-cards .component--card-wrapper .btn-link:focus,
.news-teaser__link.arrow-link:focus,
.paragraph--type--image-card-slider a:focus,
.paragraph--type--related-products .title-wrapper .tertiary-link:focus,
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text:focus,
.product-teaser-wrapper .see-all-wrapper .tertiary-link:focus,
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a:focus,
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link:focus,
.component--card-wrapper a:focus,
.paragraph--type--text-link .component--card-wrapper .btn-link:focus,
.paragraph--type--related-insights .header a.tertiary-link:focus,
.component--quote__link a:focus,
.view-resource-sapi .resource-post a:focus,
.product-assets .resource-post a:focus,
.btn.tertiary-link-dark.btn-link-small:focus,
.btn.tertiary-link-dark.btn-link-white-small:focus,
.btn.tertiary-link.btn-link-small:focus,
.btn.tertiary-link.btn-link-white-small:focus,
.black a.btn.tertiary-link-dark:focus,
.tertiary-link-dark:focus,
.black a.btn.btn-link-white-download:focus,
.black a.btn.btn-link-white-external:focus,
.black a.btn.btn-link:focus,
.black a.btn.btn-link-white:focus,
.black a.btn.btn-link-white-small:focus,
a.btn.btn-link-small:focus,
a.btn.btn-link-external:focus,
a.btn.btn-link-download:focus,
.tertiary-link-wrapper a:focus,
a.btn.tertiary-link:focus,
.btn-tertiary-link:focus,
.btn.btn-link:focus,
.tertiary-link:focus {
  text-decoration: none;
}

.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item:hover .tertiary-link-wrapper a, .paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark:hover,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white:hover, .paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white, .industries-teaser__industry .arrow-link:hover, .industries-teaser__industry .arrow-link, .component--scroll-feature-item__link a:hover, .component--scroll-feature-item__link a, .paragraph--type--identifier-cards .component--card-blue__link .btn-link:hover, .paragraph--type--identifier-cards .component--card-blue__link .btn-link, .paragraph--type--identifier-cards .component--card-blue:hover .btn-link, .paragraph--type--contact-cards .component--card-wrapper:hover .btn-link, .paragraph--type--contact-cards .component--card-wrapper .btn-link:hover, .paragraph--type--contact-cards .component--card-wrapper .btn-link, .news-teaser__link.arrow-link:hover, .news-teaser__link.arrow-link, .news-teaser > a:hover .news-teaser__link, .news-teaser > a:focus .news-teaser__link, .black .component-wysiwyg__text a.btn.tertiary-link-dark:hover, .black .component-wysiwyg__text a.btn.tertiary-link-dark, .component-wysiwyg__text a.btn.tertiary-link:hover,
.component-wysiwyg__text a.btn.tertiary-link.btn-link:hover, .component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link, .paragraph--type--related-products .title-wrapper .tertiary-link:hover, .paragraph--type--related-products .title-wrapper .tertiary-link, .black .product-teaser-wrapper .product.teaser:hover .see-all-wrapper .tertiary-link, .black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text:hover, .black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text, .featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a:hover, .featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a, .footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link:hover, .footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link, .paragraph--type--text-link .component--card-wrapper:hover .btn-link, .paragraph--type--text-link .component--card-wrapper .btn-link:hover, .paragraph--type--text-link .component--card-wrapper .btn-link, .paragraph--type--related-insights .header a.tertiary-link:hover, .paragraph--type--related-insights .header a.tertiary-link, .component--quote__link a:hover, .component--quote__link a, .component--quote__text a.btn.tertiary-link:hover, .component--quote__text a.btn.tertiary-link, .paragraph--type--background.black .tertiary-link-wrapper a:hover,
.black .tertiary-link-wrapper a:hover,
.black .tertiary-link:hover,
.black .btn-tertiary-link:hover,
.black a.btn.tertiary-link-dark:hover,
.tertiary-link-dark:hover, .paragraph--type--background.black .tertiary-link-wrapper a,
.black .tertiary-link-wrapper a,
.black .tertiary-link,
.black .btn-tertiary-link,
.black a.btn.tertiary-link-dark,
.tertiary-link-dark, .black a.btn.tertiary-link-dark.btn-link-white-external:hover, .black a.btn.tertiary-link-dark.btn-link:hover, .black a.btn.tertiary-link-dark.btn-link-white:hover, .black a.btn.tertiary-link-dark.btn-link-white-small:hover,
.black a.btn.btn-link:hover,
.black a.btn.btn-link-white:hover,
.black a.btn.btn-link-white-small:hover, .black a.btn.tertiary-link-dark.btn-link, .black a.btn.tertiary-link-dark.btn-link-white, .black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small, a.btn.btn-link-download:hover, a.btn.btn-link-download:focus, a.btn.btn-link-download, a.btn.btn-link-external:hover, a.btn.btn-link-external:focus, a.btn.btn-link-external, .tertiary-link-wrapper a:hover,
.btn-tertiary-link:hover,
.btn.btn-link:hover,
.tertiary-link:hover, .tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
a.btn.tertiary-link.btn-link-small,
a.btn.btn-link-small, .arrow-download-link,
a.btn-link-download,
.btn-link-download, .arrow-external-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-external,
a.btn-link-white-external,
.btn-link-white-external, .arrow-external-link-white:hover, .arrow-external-link-white:focus,
.black a.btn.btn-link-white-external:hover,
.btn-link-white-external:hover,
.black a.btn.btn-link-white-external:focus,
.btn-link-white-external:focus, .arrow-download-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.btn-link-white-download,
a.btn-link-white-download,
.btn-link-white-download, .arrow-download-link-white:hover, .arrow-download-link-white:focus,
.black a.btn.btn-link-white-download:hover,
.btn-link-white-download:hover,
.black a.btn.btn-link-white-download:focus,
.btn-link-white-download:focus {
  background-repeat: no-repeat;
  background-position: 100% 0.21875rem;
}
@supports (-moz-appearance: none) {
  .paragraph--type--featured-pages .field--name-field-featured-pages > .field__item:hover .tertiary-link-wrapper a, .paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark:hover,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white:hover, .paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white, .industries-teaser__industry .arrow-link:hover, .industries-teaser__industry .arrow-link, .component--scroll-feature-item__link a:hover, .component--scroll-feature-item__link a, .paragraph--type--identifier-cards .component--card-blue__link .btn-link:hover, .paragraph--type--identifier-cards .component--card-blue__link .btn-link, .paragraph--type--identifier-cards .component--card-blue:hover .btn-link, .paragraph--type--contact-cards .component--card-wrapper:hover .btn-link, .paragraph--type--contact-cards .component--card-wrapper .btn-link:hover, .paragraph--type--contact-cards .component--card-wrapper .btn-link, .news-teaser__link.arrow-link:hover, .news-teaser__link.arrow-link, .news-teaser > a:hover .news-teaser__link, .news-teaser > a:focus .news-teaser__link, .black .component-wysiwyg__text a.btn.tertiary-link-dark:hover, .black .component-wysiwyg__text a.btn.tertiary-link-dark, .component-wysiwyg__text a.btn.tertiary-link:hover,
.component-wysiwyg__text a.btn.tertiary-link.btn-link:hover, .component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link, .paragraph--type--related-products .title-wrapper .tertiary-link:hover, .paragraph--type--related-products .title-wrapper .tertiary-link, .black .product-teaser-wrapper .product.teaser:hover .see-all-wrapper .tertiary-link, .black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text:hover, .black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text, .featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a:hover, .featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a, .footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link:hover, .footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link, .paragraph--type--text-link .component--card-wrapper:hover .btn-link, .paragraph--type--text-link .component--card-wrapper .btn-link:hover, .paragraph--type--text-link .component--card-wrapper .btn-link, .paragraph--type--related-insights .header a.tertiary-link:hover, .paragraph--type--related-insights .header a.tertiary-link, .component--quote__link a:hover, .component--quote__link a, .component--quote__text a.btn.tertiary-link:hover, .component--quote__text a.btn.tertiary-link, .paragraph--type--background.black .tertiary-link-wrapper a:hover,
.black .tertiary-link-wrapper a:hover,
.black .tertiary-link:hover,
.black .btn-tertiary-link:hover,
.black a.btn.tertiary-link-dark:hover,
.tertiary-link-dark:hover, .paragraph--type--background.black .tertiary-link-wrapper a,
.black .tertiary-link-wrapper a,
.black .tertiary-link,
.black .btn-tertiary-link,
.black a.btn.tertiary-link-dark,
.tertiary-link-dark, .black a.btn.tertiary-link-dark.btn-link-white-external:hover, .black a.btn.tertiary-link-dark.btn-link:hover, .black a.btn.tertiary-link-dark.btn-link-white:hover, .black a.btn.tertiary-link-dark.btn-link-white-small:hover,
.black a.btn.btn-link:hover,
.black a.btn.btn-link-white:hover,
.black a.btn.btn-link-white-small:hover, .black a.btn.tertiary-link-dark.btn-link, .black a.btn.tertiary-link-dark.btn-link-white, .black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small, a.btn.btn-link-download:hover, a.btn.btn-link-download:focus, a.btn.btn-link-download, a.btn.btn-link-external:hover, a.btn.btn-link-external:focus, a.btn.btn-link-external, .tertiary-link-wrapper a:hover,
.btn-tertiary-link:hover,
.btn.btn-link:hover,
.tertiary-link:hover, .tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
a.btn.tertiary-link.btn-link-small,
a.btn.btn-link-small, .arrow-download-link,
a.btn-link-download,
.btn-link-download, .arrow-external-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-external,
a.btn-link-white-external,
.btn-link-white-external, .arrow-external-link-white:hover, .arrow-external-link-white:focus,
.black a.btn.btn-link-white-external:hover,
.btn-link-white-external:hover,
.black a.btn.btn-link-white-external:focus,
.btn-link-white-external:focus, .arrow-download-link-white,
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.btn-link-white-download,
a.btn-link-white-download,
.btn-link-white-download, .arrow-download-link-white:hover, .arrow-download-link-white:focus,
.black a.btn.btn-link-white-download:hover,
.btn-link-white-download:hover,
.black a.btn.btn-link-white-download:focus,
.btn-link-white-download:focus {
    background-position: 100% 0;
  }
}

.black a.btn.tertiary-link-dark.btn-link-white-download:hover,
.black a.btn.btn-link-white-download:hover, .black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.btn-link-white-download {
  background-repeat: no-repeat;
  background-position: 100% 0.125rem;
}
@supports (-moz-appearance: none) {
  .black a.btn.tertiary-link-dark.btn-link-white-download:hover,
.black a.btn.btn-link-white-download:hover, .black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.btn-link-white-download {
    background-position: 100% -0.125rem;
  }
}

.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item:hover .tertiary-link-wrapper a, .paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a, .black .product-teaser-wrapper .product.teaser:hover .see-all-wrapper .tertiary-link, .black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text, a.btn.btn.btn-link-small:hover, a.btn.btn.btn-link-small {
  background-position: 100% 2px;
}
@supports (-moz-appearance: none) {
  .paragraph--type--featured-pages .field--name-field-featured-pages > .field__item:hover .tertiary-link-wrapper a, .paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a, .black .product-teaser-wrapper .product.teaser:hover .see-all-wrapper .tertiary-link, .black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text, a.btn.btn.btn-link-small:hover, a.btn.btn.btn-link-small {
    padding-top: 2px;
    background-position: 100% 0.75px;
  }
}

.black a.btn.tertiary-link-dark.btn-link-white-small:hover,
.black a.btn.btn-link-white-small:hover, .black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small {
  background-position: 100% 7px;
}
@supports (-moz-appearance: none) {
  .black a.btn.tertiary-link-dark.btn-link-white-small:hover,
.black a.btn.btn-link-white-small:hover, .black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small {
    background-position: 100% 5px;
  }
}

.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white, .industries-teaser__industry .arrow-link, .component--scroll-feature-item__link a, .paragraph--type--identifier-cards .component--card-blue__link .btn-link, .paragraph--type--contact-cards .component--card-wrapper .btn-link, .news-teaser__link.arrow-link, .black .component-wysiwyg__text a.btn.tertiary-link-dark, .component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link, .paragraph--type--related-products .title-wrapper .tertiary-link, .black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text, .featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a, .footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link, .paragraph--type--text-link .component--card-wrapper .btn-link, .paragraph--type--related-insights .header a.tertiary-link, .component--quote__link a, .component--quote__text a.btn.tertiary-link, .black a.btn.tertiary-link-dark.btn-link, .black a.btn.tertiary-link-dark.btn-link-white, .black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small, .tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
a.btn.tertiary-link.btn-link-small,
a.btn.btn-link-small {
  word-break: break-word;
  border-right: 1px solid transparent;
}

.tertiary-link-wrapper a,
a.btn.tertiary-link,
a.btn.tertiary-link.btn-link,
.btn-tertiary-link,
.btn.btn-link,
.tertiary-link,
a.btn.tertiary-link.btn-link-small,
a.btn.btn-link-small {
  color: #000000;
  line-height: 1.875rem;
  position: relative;
  display: inline;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.tertiary-link-wrapper a:hover,
a.btn.tertiary-link:hover,
a.btn.tertiary-link.btn-link:hover,
.btn-tertiary-link:hover,
.btn.btn-link:hover,
.tertiary-link:hover,
a.btn.tertiary-link.btn-link-small:hover,
a.btn.btn-link-small:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.tertiary-link-wrapper a:hover,
a.btn.tertiary-link:hover,
a.btn.tertiary-link.btn-link:hover,
.btn-tertiary-link:hover,
.btn.btn-link:hover,
.tertiary-link:hover,
a.btn.tertiary-link.btn-link-small:hover,
a.btn.btn-link-small:hover {
  color: #225093;
  border-bottom: 1px solid #225093;
}

a.btn.btn-link-external, a.btn.btn-link-download {
  line-height: 1.875rem;
  position: relative;
  display: inline;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
}
a.btn.btn-link-external:hover, a.btn.btn-link-download:hover {
  color: #225093;
  border-bottom: 1px solid #225093;
}
a.btn.btn-link-external {
  background-image: url(../img/link_arrow_external.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
}
a.btn.btn-link-external:hover, a.btn.btn-link-external:focus {
  background-image: url(../img/link_arrow_external_blue.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
}
a.btn.btn-link-download {
  background-image: url(../img/download_arrow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
}
a.btn.btn-link-download:hover, a.btn.btn-link-download:focus {
  background-image: url(../img/download_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
}
a.btn.tertiary-link.btn-link-small, a.btn.btn.btn-link-small {
  padding-left: 0;
  padding-bottom: 0.1875rem;
  padding-right: 1.5rem;
}
.black a.btn.tertiary-link-dark.btn-link, .black a.btn.tertiary-link-dark.btn-link-white, .black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link,
.black a.btn.btn-link-white,
.black a.btn.btn-link-white-small {
  color: #FFFFFF;
  display: inline;
  position: relative;
  line-height: 1.875rem;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.black a.btn.tertiary-link-dark.btn-link:hover, .black a.btn.tertiary-link-dark.btn-link-white:hover, .black a.btn.tertiary-link-dark.btn-link-white-small:hover,
.black a.btn.btn-link:hover,
.black a.btn.btn-link-white:hover,
.black a.btn.btn-link-white-small:hover {
  color: #FFD20B;
  background-image: url(../img/link_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
}
.black a.btn.tertiary-link-dark.btn-link:hover, .black a.btn.tertiary-link-dark.btn-link-white:hover, .black a.btn.tertiary-link-dark.btn-link-white-small:hover,
.black a.btn.btn-link:hover,
.black a.btn.btn-link-white:hover,
.black a.btn.btn-link-white-small:hover {
  border-bottom: 1px solid #FFD20B;
}
.black a.btn.tertiary-link-dark.btn-link-white-download, .black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-download,
.black a.btn.btn-link-white-external {
  line-height: 1.875rem;
  position: relative;
  display: inline;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
}
.black a.btn.tertiary-link-dark.btn-link-white-download:hover, .black a.btn.tertiary-link-dark.btn-link-white-external:hover,
.black a.btn.btn-link-white-download:hover,
.black a.btn.btn-link-white-external:hover {
  color: #FFD20B;
  border-bottom: 1px solid #FFD20B;
}
.black a.btn.tertiary-link-dark.btn-link-white-download,
.black a.btn.btn-link-white-download {
  color: #FFFFFF;
}
.black a.btn.tertiary-link-dark.btn-link-white-external,
.black a.btn.btn-link-white-external {
  color: #FFFFFF;
}
.black a.btn.tertiary-link-dark.btn-link-white-small,
.black a.btn.btn-link-white-small {
  padding-left: 0;
  padding-bottom: 0.1875rem;
  padding-right: 1.5rem;
}
.paragraph--type--background.black .tertiary-link-wrapper a,
.black .tertiary-link-wrapper a,
.black .tertiary-link,
.black .btn-tertiary-link,
.black a.btn.tertiary-link-dark,
.tertiary-link-dark,
.black a.btn.btn-link-white-small {
  color: #FFFFFF;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  background-image: url(../img/link_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
}
.paragraph--type--background.black .tertiary-link-wrapper a:hover,
.black .tertiary-link-wrapper a:hover,
.black .tertiary-link:hover,
.black .btn-tertiary-link:hover,
.black a.btn.tertiary-link-dark:hover,
.tertiary-link-dark:hover,
.black a.btn.btn-link-white-small:hover {
  color: #FFD20B;
  background-image: url(../img/link_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
}
.paragraph--type--background.black .tertiary-link-wrapper a:hover,
.black .tertiary-link-wrapper a:hover,
.black .tertiary-link:hover,
.black .btn-tertiary-link:hover,
.black a.btn.tertiary-link-dark:hover,
.tertiary-link-dark:hover,
.black a.btn.btn-link-white-small:hover {
  border-bottom: 1px solid #FFD20B;
}

.btn.tertiary-link-dark,
.btn.tertiary-link {
  line-height: 1.5rem;
}
.btn.tertiary-link-dark.btn-link-small, .btn.tertiary-link-dark.btn-link-white-small,
.btn.tertiary-link.btn-link-small,
.btn.tertiary-link.btn-link-white-small {
  padding-left: 0;
  padding-bottom: 0.1875rem;
  padding-right: 1.5rem;
  padding-bottom: 0.1875rem;
}

@media only screen and (min-width: 641px) {
  .max-width-300 {
    max-width: 18.75rem;
  }
}

.yellow-phone {
  color: #FFD20B;
}
.yellow-phone:before {
  content: "";
  display: inline-block;
  background: url("../img/phone-yellow.svg") left center no-repeat;
  margin-right: 0.625rem;
  width: 0.75rem;
  height: 0.75rem;
}

.component--image-link, .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .card-block[aria-expanded=true] .views-row .resource-post, .view-resource-sapi .resource-post,
.product-assets .resource-post, .product-teaser-wrapper .product.teaser, .paragraph--type--text-link .component--card-wrapper {
  transition: background-color 1s ease-out;
}
.component--image-link:hover, .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .card-block[aria-expanded=true] .views-row .resource-post:hover, .view-resource-sapi .resource-post:hover,
.product-assets .resource-post:hover, .product-teaser-wrapper .product.teaser:hover, .paragraph--type--text-link .component--card-wrapper:hover {
  background-color: #f7f7f7;
}

.product-teaser-wrapper .product.teaser, .paragraph--type--text-link .component--card-wrapper {
  transition: box-shadow 0.6s;
}
.product-teaser-wrapper .product.teaser:hover, .paragraph--type--text-link .component--card-wrapper:hover {
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.1);
}

article .breadcrumb {
  background: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
article .breadcrumb li {
  display: inline-block;
}
article .breadcrumb li a {
  color: #225093;
  text-decoration: underline;
  margin-right: 20px;
}
article .breadcrumb li a:hover {
  text-decoration: none;
}
article .breadcrumb li a:after {
  display: inline-block;
  content: "";
  margin-left: 20px;
  width: 3.5px;
  height: 6.2px;
  background: url(../img/arrow-right.svg) center center no-repeat;
}

table {
  border: none;
  color: #D7D7D7;
  font-size: 1.0625rem;
  margin-bottom: 40px;
}
table .fooicon {
  font-family: "Font Awesome 5 Pro", "FontAwesome" !important;
  font-weight: 600;
}
table .footable-toggle {
  margin-right: 0.5rem;
}

thead {
  font-size: 18px;
  border: none;
}
thead th {
  border: none;
  padding: 0 0 1.25rem 0;
}
thead th:not(:last-child) {
  padding-right: 1.875rem;
}

tbody {
  border: none;
}

tr {
  border-bottom: 1px solid #ddd;
}

td {
  padding: 1.25rem 0 1.25rem 0;
  border: none;
}
td:not(:last-child) {
  padding-right: 1.875rem;
}

.tablesaw {
  color: #000000;
  border: none;
}
.tablesaw tr {
  border-bottom: 1px solid #000000;
}
.tablesaw tr:first-child {
  border-top: 1px solid #000000;
}
.tablesaw tr:nth-child(even) {
  background: #f7f7f7;
}
.tablesaw tr:nth-child(odd) {
  background: #FFFFFF;
}
.tablesaw td {
  border-left: none;
  border-right: none;
  vertical-align: top;
}

label {
  padding-left: 0.625rem;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 4px;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  position: relative;
}
input[type=checkbox]:before {
  width: 0.75rem;
  height: 0.625rem;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
input[type=checkbox]:checked {
  background: url("../img/check-box-checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid black;
}

[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: " ";
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 24px;
  line-height: 0.8;
  color: #fff;
  transition: all 0.2s;
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  background-color: #225093;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  background-color: #225093;
}
.input-group .select-wrapper .form-control {
  border-radius: 0;
  padding: 1.5625rem 0.9375rem;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
  min-height: 4rem;
  border: 1px solid #C7C7C7;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 0;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper .chosen-container {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.select-wrapper .chosen-container:after {
  color: #000000;
  content: " ";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  width: 0.625rem;
  height: 0.3125rem;
  right: 1.25rem;
  font-size: 0.875rem;
  top: 50%;
  margin-top: -0.1875rem;
  z-index: 10;
  background: url(../img/select-drop-down.svg) center center no-repeat;
  transition: transform 0.5s;
}
.has-error .select-wrapper .chosen-container:after {
  color: #a94442;
}
.has-success .select-wrapper .chosen-container:after {
  color: #3c763d;
}
.has-warning .select-wrapper .chosen-container:after {
  color: #8a6d3b;
}
.select-wrapper .chosen-container .chosen-single {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
  padding-left: 1.25rem;
  min-height: 4rem;
  border: 1px solid #C7C7C7;
  background: #FFFFFF;
  color: #000000;
  border-radius: 0;
}
.select-wrapper .chosen-container .chosen-single::-ms-expand {
  opacity: 0;
}
.select-wrapper .chosen-container .chosen-single b {
  display: none;
}
.select-wrapper .chosen-container .chosen-drop {
  box-shadow: -5px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  border-radius: 0;
}
.select-wrapper .chosen-container .chosen-drop .chosen-results {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.select-wrapper .chosen-container .chosen-drop .chosen-results li {
  color: #000000;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  line-height: normal;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.select-wrapper .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #f7f7f7;
}
.select-wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  background: #FFFFFF;
  box-shadow: none;
  border: 1px solid #225093;
}
.select-wrapper .chosen-container-active.chosen-with-drop:after {
  transform: rotate(180deg);
}

.form-required:after {
  background-image: url(../img/red-asterix.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 0.375rem !important;
  width: 0.5rem !important;
  margin-left: 0.1875rem;
  margin-bottom: 0.3125rem;
}

.form-actions .btn, .form-actions .btn-group {
  margin-right: 0.625rem;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}

.btn-primary:hover {
  border-color: #181819;
}

.captcha {
  margin-bottom: 1.5625rem;
}

.form-item {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 879px) {
  .form-item {
    width: 100%;
  }
}
.form-item:last-child {
  margin-bottom: 0;
}

.form-select {
  margin-right: 0.625rem;
}

.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #225093;
}

.form-text, .form-email, .form-tel,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address {
  border-radius: 0;
  border: 1px solid #C7C7C7;
  background-color: #FFFFFF;
  color: #000000;
  min-height: 4rem;
}

.radio label, .checkbox label {
  line-height: 1.7;
  padding-left: 1.875rem;
}
.radio label input[type=radio],
.radio label input[type=checkbox], .checkbox label input[type=radio],
.checkbox label input[type=checkbox] {
  margin-left: -1.875rem;
}

.paragraph--type--background.black input[type=checkbox]:checked,
.black-bg input[type=checkbox]:checked,
.black input[type=checkbox]:checked {
  background: url("../img/black-check-box-checked.svg");
}
.paragraph--type--background.black .dropdown__content input[type=checkbox],
.black-bg .dropdown__content input[type=checkbox],
.black .dropdown__content input[type=checkbox] {
  height: 1.375rem;
  width: 1.375rem;
}
.paragraph--type--background.black .dropdown__content input[type=checkbox]:checked,
.black-bg .dropdown__content input[type=checkbox]:checked,
.black .dropdown__content input[type=checkbox]:checked {
  background: url("../img/check-box-checked.svg");
}
.paragraph--type--background.black .webform-submission-form .form-textarea,
.black-bg .webform-submission-form .form-textarea,
.black .webform-submission-form .form-textarea {
  background-color: #FFFFFF;
  color: #000000;
}
.paragraph--type--background.black .form-text, .paragraph--type--background.black .form-email, .paragraph--type--background.black .form-tel,
.black-bg .form-text,
.black-bg .form-email,
.black-bg .form-tel,
.black-bg .view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address .black-bg input.geolocation-geocoder-address,
.black-bg .view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address .black-bg input.geolocation-geocoder-address,
.black .form-text,
.black .form-email,
.black .form-tel,
.black .view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address .black input.geolocation-geocoder-address,
.black .view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address .black input.geolocation-geocoder-address {
  border: 1px solid #C7C7C7;
  background-color: #FFFFFF;
  color: #000000;
}
.paragraph--type--background.black .form-control:focus,
.black-bg .form-control:focus,
.black .form-control:focus {
  border-color: #FFD20B;
}
.paragraph--type--background.black .btn-primary:hover,
.black-bg .btn-primary:hover,
.black .btn-primary:hover {
  border-color: #FFD20B;
}
.paragraph--type--background.black .select-wrapper .chosen-container-active.chosen-with-drop .chosen-single,
.black-bg .select-wrapper .chosen-container-active.chosen-with-drop .chosen-single,
.black .select-wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #FFD20B;
}
.input-group .paragraph--type--background.black:first-child .form-control:first-child,
.input-group .black-bg:first-child .form-control:first-child,
.input-group .black:first-child .form-control:first-child {
  background-color: #FFD20B;
}
.input-group .paragraph--type--background.black:last-child .form-control:first-child,
.input-group .black-bg:last-child .form-control:first-child,
.input-group .black:last-child .form-control:first-child {
  background-color: #FFD20B;
}
.paragraph--type--background.black .white input[type=checkbox],
.paragraph--type--background.black .white-bg input[type=checkbox],
.black-bg .white input[type=checkbox],
.black-bg .white-bg input[type=checkbox],
.black .white input[type=checkbox],
.black .white-bg input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 4px;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  position: relative;
  float: left;
}
.paragraph--type--background.black .white input[type=checkbox]:before,
.paragraph--type--background.black .white-bg input[type=checkbox]:before,
.black-bg .white input[type=checkbox]:before,
.black-bg .white-bg input[type=checkbox]:before,
.black .white input[type=checkbox]:before,
.black .white-bg input[type=checkbox]:before {
  width: 0.75rem;
  height: 0.625rem;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.paragraph--type--background.black .white input[type=checkbox]:checked,
.paragraph--type--background.black .white-bg input[type=checkbox]:checked,
.black-bg .white input[type=checkbox]:checked,
.black-bg .white-bg input[type=checkbox]:checked,
.black .white input[type=checkbox]:checked,
.black .white-bg input[type=checkbox]:checked {
  background: url("../img/check-box-checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #225093;
}
.paragraph--type--background.black .white input[type=checkbox]:focus,
.paragraph--type--background.black .white-bg input[type=checkbox]:focus,
.black-bg .white input[type=checkbox]:focus,
.black-bg .white-bg input[type=checkbox]:focus,
.black .white input[type=checkbox]:focus,
.black .white-bg input[type=checkbox]:focus {
  border: 2px solid #515151;
  outline: none;
}
.paragraph--type--background.black a.btn-link-white,
.paragraph--type--background.black .btn-link-white,
.black-bg a.btn-link-white,
.black-bg .btn-link-white,
.black a.btn-link-white,
.black .btn-link-white {
  color: #FFFFFF;
}
.paragraph--type--background.black a.btn-link-white:hover,
.paragraph--type--background.black .btn-link-white:hover,
.black-bg a.btn-link-white:hover,
.black-bg .btn-link-white:hover,
.black a.btn-link-white:hover,
.black .btn-link-white:hover {
  color: #FFD20B;
}

.webform-confirmation__message .file-icon {
  border: none;
  display: none;
}
.webform-confirmation__message .file-link {
  border: none;
}
.webform-confirmation__message .file-link a {
  color: #225093;
}
.webform-confirmation__message .file-size {
  border: none;
  color: #225093;
}
.webform-confirmation__back {
  display: none;
}

.webform-confirmation-modal.ui-widget.ui-widget-content {
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.webform-confirmation-modal.ui-widget.ui-widget-content .ui-widget-header {
  background: #181819;
  margin: 0;
  color: #FFD20B;
  border: none;
  border-radius: 0;
}
.webform-confirmation-modal.ui-widget.ui-widget-content .ui-dialog-titlebar-close {
  right: 1.25rem;
  border: none;
  border-radius: 50%;
  background-color: #181819;
}
.webform-confirmation-modal.ui-widget.ui-widget-content .ui-dialog-titlebar-close > span {
  background-image: url("../img/close.svg");
  background-position: center;
  background-size: 0.875rem;
  transition: transform 0.5s;
}
.webform-confirmation-modal.ui-widget.ui-widget-content .ui-dialog-titlebar-close:hover > span {
  background-image: url("../img/close.svg");
  background-position: center;
  background-size: 1rem;
  transform: rotate(180deg);
}
.webform-confirmation-modal.ui-widget.ui-widget-content .ui-widget-content .file-icon span {
  color: #225093;
}
.webform-confirmation-modal.ui-widget.ui-widget-content .ui-widget-content .file-link a {
  display: block;
  width: 100%;
  color: #225093;
}
.webform-confirmation-modal.ui-widget.ui-widget-content .ui-widget-content .file-size {
  color: #225093;
}

/*
---------------
SECTION BLOCKS
---------------
*/
.paragraph {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 880px) {
  .paragraph {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph {
    margin-bottom: 5rem;
  }
}
.paragraph .paragraph:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 880px) {
  .paragraph .paragraph:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph .paragraph:last-child {
    margin-bottom: 0;
  }
}

ol, ul ul,
ol ol, .paragraph.full-wrapper .paragraph.fluid-full.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--xsmall,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--xsmall,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--xsmall,
.section--spacing--xsmall {
  margin-bottom: 1.625rem;
}
@media only screen and (min-width: 880px) {
  ol, ul ul,
ol ol, .paragraph.full-wrapper .paragraph.fluid-full.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--xsmall,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--xsmall,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--xsmall,
.section--spacing--xsmall {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  ol, ul ul,
ol ol, .paragraph.full-wrapper .paragraph.fluid-full.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--xsmall,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--xsmall,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--xsmall, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--xsmall,
.section--spacing--xsmall {
    margin-bottom: 2rem;
  }
}

.paragraph.full-wrapper .paragraph.fluid-full.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--small,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--small,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--small, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--small, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--small, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--small,
.section--spacing--small {
  margin-bottom: 1.625rem;
}
@media only screen and (min-width: 880px) {
  .paragraph.full-wrapper .paragraph.fluid-full.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--small,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--small,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--small, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--small, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--small, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--small,
.section--spacing--small {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph.full-wrapper .paragraph.fluid-full.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--small,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--small, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--small,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--small, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--small, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--small, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--small,
.section--spacing--small {
    margin-bottom: 2.5rem;
  }
}

ul:not(:last-child),
ol:not(:last-child), .paragraph.full-wrapper .paragraph.fluid-full.section--spacing, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing, .paragraph.full-wrapper .paragraph.grid-md.section--spacing, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing,
.section--spacing {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 880px) {
  ul:not(:last-child),
ol:not(:last-child), .paragraph.full-wrapper .paragraph.fluid-full.section--spacing, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing, .paragraph.full-wrapper .paragraph.grid-md.section--spacing, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing,
.section--spacing {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  ul:not(:last-child),
ol:not(:last-child), .paragraph.full-wrapper .paragraph.fluid-full.section--spacing, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing, .paragraph.full-wrapper .paragraph.grid-md.section--spacing, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing,
.section--spacing {
    margin-bottom: 2.5rem;
  }
}

.paragraph.full-wrapper .paragraph.fluid-full.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--80,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--80,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--80, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--80, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--80, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--80,
.section--spacing--80,
.paragraph.full-wrapper .paragraph.fluid-full.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-md.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--large,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--large,
.paragraph.full-wrapper .paragraph.grid-lg.section--spacing--large,
.paragraph.full-wrapper .paragraph.grid-md.section--spacing--large,
.paragraph.full-wrapper .paragraph.grid-sm.section--spacing--large,
.section--spacing--large {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .paragraph.full-wrapper .paragraph.fluid-full.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--80,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--80,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--80, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--80, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--80, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--80,
.section--spacing--80,
.paragraph.full-wrapper .paragraph.fluid-full.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-md.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--large,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--large,
.paragraph.full-wrapper .paragraph.grid-lg.section--spacing--large,
.paragraph.full-wrapper .paragraph.grid-md.section--spacing--large,
.paragraph.full-wrapper .paragraph.grid-sm.section--spacing--large,
.section--spacing--large {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph.full-wrapper .paragraph.fluid-full.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--80,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--80, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--80,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--80, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--80, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--80, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--80,
.section--spacing--80,
.paragraph.full-wrapper .paragraph.fluid-full.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-md.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--large,
.paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--large,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--large,
.paragraph.full-wrapper .paragraph.grid-lg.section--spacing--large,
.paragraph.full-wrapper .paragraph.grid-md.section--spacing--large,
.paragraph.full-wrapper .paragraph.grid-sm.section--spacing--large,
.section--spacing--large {
    margin-bottom: 5rem;
  }
}

.paragraph--type--blank, .paragraph.full-wrapper .paragraph.fluid-full.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--xlarge,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--xlarge,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--xlarge,
.section--spacing--xlarge {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--blank, .paragraph.full-wrapper .paragraph.fluid-full.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--xlarge,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--xlarge,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--xlarge,
.section--spacing--xlarge {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--blank, .paragraph.full-wrapper .paragraph.fluid-full.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--xlarge,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--xlarge,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--xlarge, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--xlarge,
.section--spacing--xlarge {
    margin-bottom: 8rem;
  }
}

.paragraph.full-wrapper .paragraph.fluid-full.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--xxlarge,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--xxlarge,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--xxlarge,
.section--spacing--xxlarge {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .paragraph.full-wrapper .paragraph.fluid-full.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--xxlarge,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--xxlarge,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--xxlarge,
.section--spacing--xxlarge {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph.full-wrapper .paragraph.fluid-full.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-md.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--xxlarge,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--xxlarge,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.grid-lg.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.grid-md.section--spacing--xxlarge, .paragraph.full-wrapper .paragraph.grid-sm.section--spacing--xxlarge,
.section--spacing--xxlarge {
    margin-bottom: 10rem;
  }
}

.spacing--midxlarge {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .spacing--midxlarge {
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 1100px) {
  .spacing--midxlarge {
    margin-bottom: 10rem;
  }
}

.spacing--xxxlarge {
  margin-bottom: 8rem;
}
@media only screen and (min-width: 880px) {
  .spacing--xxxlarge {
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 1100px) {
  .spacing--xxxlarge {
    margin-bottom: 14rem;
  }
}

.section--spacing--none,
.paragraph.full-wrapper .paragraph.fluid-full.section--spacing--none,
.paragraph.full-wrapper .paragraph.fluid-lg.section--spacing--none,
.paragraph.full-wrapper .paragraph.fluid-md.section--spacing--none,
.paragraph.full-wrapper .paragraph.fluid-sm.section--spacing--none,
.paragraph.full-wrapper .paragraph.fluid-sm-max.section--spacing--none,
.paragraph.full-wrapper .paragraph.fluid-md-max.section--spacing--none,
.paragraph.full-wrapper .paragraph.fluid-lg-max.section--spacing--none,
.paragraph.full-wrapper .paragraph.grid-full.section--spacing--none,
.paragraph.full-wrapper .paragraph.grid-lg.section--spacing--none,
.paragraph.full-wrapper .paragraph.grid-md.section--spacing--none,
.paragraph.full-wrapper .paragraph.grid-sm.section--spacing--none {
  margin-bottom: 0;
}

.paragraph--type--blank {
  border-bottom: 0.0625rem solid #CCCCCC;
}

.paragraph > .paragraph__column {
  padding-bottom: 0;
}

@media only screen and (max-width: 879px) {
  .paragraph .paragraph__column {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 879px) {
  .paragraph.paragraph--type--bp-block .paragraph__column {
    padding: 0;
  }
}

.paragraph .paragraph__column .paragraph__column {
  padding: 0;
}

.view-content {
  width: 100%;
}

@media only screen and (max-width: 879px) {
  .paragraph--type--bp-columns .paragraph__column > div {
    margin-bottom: 20px;
  }
  .paragraph--type--bp-columns .paragraph__column > div:last-child {
    margin-bottom: 0;
  }
}

.paragraph--type--background-section .paragraph:last-child,
.paragraph--type--background-section .section--spacing--80:last-child {
  margin-bottom: 0;
}

.fade-in.sequence-anim-item {
  transition: opacity 0.4s ease;
  opacity: 0;
}
.fade-in.sequence-anim-item.sequence-anim-item--active {
  opacity: 1;
}

.fade-in-up.sequence-anim-item {
  transition: transform 1s ease, opacity 0.6s ease;
  transform: translateY(1rem);
  opacity: 0;
}
.fade-in-up.sequence-anim-item.sequence-anim-item--active {
  transform: none;
  opacity: 1;
}

@keyframes pop-in {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.pop-in.sequence-anim-item {
  transform: scale(0.8);
  opacity: 0;
  animation-duration: 0.9s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.pop-in.sequence-anim-item.sequence-anim-item--active {
  animation-name: pop-in;
  transform: none;
  opacity: 1;
}

@keyframes pop-in-small {
  0% {
    transform: scale(0.97);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.pop-in-small.sequence-anim-item {
  transform: scale(0.97);
  opacity: 0;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.pop-in-small.sequence-anim-item.sequence-anim-item--active {
  animation-name: pop-in-small;
  transform: none;
  opacity: 1;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@font-face {}
@font-face {
  font-weight: 400;
  font-style: normal;
}
.mb_YTPlayer:focus {
  outline: 0;
}

.YTPWrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  box-sizing: border-box;
}

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  animation: fade 0.1s infinite alternate;
}

.inlinePlayButton,
.mb_YTPBar .ytpicon {
  font-family: ytpregular;
}

.YTPFullscreen,
.inline_YTPlayer img {
  border: none !important;
  padding: 0 !important;
}
@keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  background-color: #000 !important;
}

.inlinePlayButton {
  font-size: 45px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s;
  transform: scale(1.3);
}

.mb_YTPlayer:hover .inlinePlayButton {
  opacity: 1;
  transform: scale(1);
}

.inlinePlayButton:hover {
  background-color: black;
  transform: scale(1.3) !important;
}

.mbYTP_wrapper iframe {
  max-width: 8000px !important;
}

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}

.inline_YTPlayer img {
  margin: 0 !important;
  transform: none !important;
}

.mb_YTPBar,
.mb_YTPBar .buttonBar {
  box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: 100%;
}

.mb_YTPBar .ytpicon {
  font-size: 20px;
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}

.mb_YTPBar {
  transition: opacity 0.5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: #fff;
  opacity: 0.1;
}

.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}

.mb_YTPBar .buttonBar {
  transition: all 0.5s;
  background: 0 0;
  font: 12px/14px san-serif;
  position: absolute;
  top: -30px;
  height: 40px;
}

.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}

.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}

.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}

.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}

.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}

.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}

.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}

.mb_YTPBar span.mb_YTPUrl a {
  color: #fff;
}

.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlayPause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
  cursor: pointer;
}

.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}

.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}

.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}

.YTPOverlay.raster {
  background: url(images/raster.png);
}

.YTPOverlay.raster.retina {
  background: url(images/raster@2x.png);
}

.YTPOverlay.raster-dot {
  background: url(images/raster_dot.png);
}

.YTPOverlay.raster-dot.retina {
  background: url(images/raster_dot@2x.png);
}

.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}

.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}

.mb_YTPBar.compact span.mb_OnlyYT {
  left: 260px;
}

.mb_YTPBar .simpleSlider.muted {
  opacity: 0.3;
}

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}

.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}

.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}

.svg-bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  position: relative;
  background-position-x: var(--bgm-px) !important;
  background-position-y: var(--bgm-py) !important;
  background-size: var(--bgm-size);
}
@media only screen and (min-width: 880px) {
  .svg-bg {
    background-position-x: var(--bg-px) !important;
    background-position-y: var(--bg-py) !important;
    background-size: auto;
  }
}

.hero {
  position: relative;
}
.hero .background {
  height: 100%;
  min-height: 11.25rem;
  width: 100%;
  position: absolute;
  background-size: cover;
}
@media only screen and (min-width: 1100px) {
  .hero .background {
    min-height: 35rem;
  }
}

.overlay {
  min-height: 11.25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  position: relative;
}
.overlay .hero-back-link {
  margin: 1.875rem 1.25rem 1.25rem 1.25rem;
  position: absolute;
}
@media only screen and (min-width: 880px) {
  .overlay .hero-back-link {
    margin: 3.125rem 6.875rem 4.25rem;
  }
}
.overlay .grid-lg > .hero-back-link {
  margin: 0;
  position: relative;
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 880px) {
  .overlay .grid-lg > .hero-back-link {
    margin-bottom: 4.375rem;
  }
}
.overlay .hero-content-wrapper {
  min-height: 11.875rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1100px) {
  .overlay .hero-content-wrapper {
    flex-wrap: nowrap;
  }
}
article.landing-page.featured .overlay .hero-content-wrapper {
  flex-direction: column;
}
@media only screen and (min-width: 880px) {
  .overlay .hero-content-wrapper {
    min-height: 19.375rem;
  }
}
.overlay .hero-content-wrapper .hero-content {
  padding: 0;
  max-width: 100%;
  color: #FFFFFF;
  margin: 5.625rem 1.25rem 1.25rem 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .overlay .hero-content-wrapper .hero-content {
    margin: 5rem 6.875rem;
  }
  article.landing-page.featured .overlay .hero-content-wrapper .hero-content {
    margin: 5.625rem 1.25rem 1.25rem 1.25rem;
  }
}
.overlay .hero-content-wrapper .hero-content .hero-title {
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .overlay .hero-content-wrapper .hero-content .hero-title h1 {
    margin-bottom: 0;
    max-width: 100%;
  }
  article.landing-page.featured .overlay .hero-content-wrapper .hero-content .hero-title h1 {
    text-align: center;
  }
}
.overlay .hero-content-wrapper .hero-content .hero-desc {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 880px) {
  .overlay .hero-content-wrapper .hero-content .hero-desc {
    max-width: 32.5rem;
    margin: 0;
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
.overlay .hero-content-wrapper .hero-content .hero-desc ul {
  margin-top: 1.25rem;
}
.overlay .hero-content-wrapper .hero-content .hero-desc ul li {
  padding-left: 1.875rem;
}
.overlay .hero-content-wrapper .hero-content .hero-desc ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.overlay .hero-content-wrapper .hero-content .hero-desc ul li::before {
  content: url("../img/check-circle-yellow.svg");
  transform: scale(calc(18/14));
  position: absolute;
  left: 0;
}

.style-2 .overlay .hero-content-wrapper {
  min-height: 22rem;
}
@media only screen and (min-width: 880px) {
  .style-2 .overlay .hero-content-wrapper {
    min-height: 41rem;
  }
}

.title-prefix:before {
  border-bottom: 1px solid #FFD20B;
  content: " ";
  display: inline-block;
  width: 5.625rem;
  height: 0.0625rem;
  position: relative;
  top: -0.3125rem;
  margin-right: 0.3125rem;
}
@media only screen and (max-width: 879px) {
  .title-prefix:before {
    width: 1.875rem;
  }
}
.title-prefix .field--name-field-title-prefix {
  padding-left: 3.75rem;
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.hero-video .background * {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
@media only screen and (max-width: 879px) {
  .hero-video .background > * {
    opacity: 0;
  }
}
@media only screen and (min-width: 880px) {
  .hero-video {
    min-height: 60vh;
  }
  .hero-video .background {
    min-height: 60vh;
    position: absolute;
    width: 100vw;
    z-index: -1;
  }
}
.hero-video .background {
  z-index: -1;
}
@media only screen and (min-width: 880px) {
  .hero-video #wrapper_hero-video {
    min-height: 905px !important;
    top: -40px !important;
  }
}
.hero-video .video-js .vjs-tech {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-video .video-js {
  width: 100%;
  height: 100%;
}
.hero-video .vjs-tech {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2010;
}
.hero-video .videojs-background-wrap {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -998;
}
.hero-video .vjs-wistia .vjs-control-bar,
.hero-video .vjs-wistia .vjs-audio-button,
.hero-video .vjs-wistia .w-vulcan-v2-button {
  display: none !important;
}
.hero-video .vjs-wistia .w-vulcan--background {
  z-index: -1;
}

@media only screen and (min-width: 880px) {
  .hero-image {
    min-height: 35rem;
  }
}
@media only screen and (min-width: 880px) {
  .hero-image .hero-content-wrapper {
    min-height: 35rem;
  }
}
@media only screen and (min-width: 880px) {
  .hero-image.hero-landing {
    min-height: 60vh;
  }
}
@media only screen and (min-width: 880px) {
  .hero-image.hero-landing .hero-content-wrapper {
    min-height: 60vh;
  }
}

@media only screen and (min-width: 880px) {
  .hero.hero-video {
    min-height: 35rem;
  }
}
@media only screen and (min-width: 880px) {
  .hero.hero-video .hero-content-wrapper {
    min-height: 35rem;
  }
}
@media only screen and (min-width: 880px) {
  .hero.hero-video.hero-landing {
    min-height: 60vh;
  }
}
@media only screen and (min-width: 880px) {
  .hero.hero-video.hero-landing .hero-content-wrapper {
    min-height: 60vh;
  }
}

.hero.no-media .overlay {
  min-height: 11.875rem;
}
@media only screen and (min-width: 880px) {
  .hero.no-media .overlay {
    min-height: 19.375rem;
  }
}
.hero.no-media .overlay .hero-content-wrapper {
  min-height: 11.875rem;
}
@media only screen and (min-width: 880px) {
  .hero.no-media .overlay .hero-content-wrapper {
    min-height: 19.375rem;
  }
}

.style-2 .hero .image-container {
  display: flex;
}
@media only screen and (min-width: 880px) {
  .style-2 .hero .image-underlay {
    position: absolute;
    min-height: 300px;
    background-color: #181819;
    width: 100%;
  }
}
.style-2 .hero .hero-content-top {
  background-color: #181819;
  padding: 1.875rem 0;
}
@media only screen and (min-width: 880px) {
  .style-2 .hero .hero-content-top {
    padding: 10rem 0 5rem;
  }
}
.style-2 .hero .hero-image {
  display: inline-block;
  width: auto;
  padding: 0;
  position: static;
}
@media only screen and (max-width: 879px) {
  .style-2 .hero .hero-image {
    background-color: #181819;
  }
}

.overlay.black {
  background-color: #181819;
}

.hero-video .overlay.black,
.hero-image .overlay.black {
  background-color: black;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #181818 5%, rgba(24, 24, 24, 0) 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#231f20", endColorstr="#00231f20",GradientType=1 );
  /* IE6-9 */
}

.hero-landing.hero-video .overlay.black,
.hero-landing.hero-image .overlay.black {
  background-color: rgba(0, 0, 0, 0.5);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(0, #181818 0%, rgba(24, 24, 24, 0) 60%), linear-gradient(90deg, #181818 -10%, rgba(24, 24, 24, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hero.hero-landing .overlay {
  min-height: 36.25rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay {
    min-height: 60vh;
  }
  .hero.hero-landing .overlay .hero-content-wrapper {
    min-height: 60vh;
  }
}
.hero.hero-landing .overlay .hero-content-wrapper {
  align-content: center;
  flex-grow: 1;
}
@media only screen and (max-width: 879px) {
  .hero.hero-landing .overlay .hero-content-wrapper {
    margin-left: 0;
    min-height: 34.875rem;
  }
}
.hero.hero-landing .overlay .hero-content-wrapper .hero-content {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-direction: column;
}
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix:before {
  border-bottom: 1px solid #FFD20B;
  content: " ";
  display: inline-block;
  width: 5.625rem;
  height: 0.0625rem;
  position: relative;
  top: -0.3125rem;
  margin-right: 0.3125rem;
}
@media only screen and (max-width: 879px) {
  .hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix:before {
    width: 1.875rem;
  }
}
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .title-prefix .field--name-field-title-prefix {
  padding-left: 3.75rem;
}
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .hero-title {
  width: auto;
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .hero.hero-landing .overlay .hero-content-wrapper .hero-content .hero-title h1 {
    font-size: 4rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay .hero-content-wrapper .hero-content .hero-title h1 {
    margin-bottom: 0;
    max-width: 46.25rem;
  }
  article.landing-page.featured .hero.hero-landing .overlay .hero-content-wrapper .hero-content .hero-title h1 {
    margin: auto;
    max-width: 53.125rem;
    width: auto;
  }
}
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .pop-up-video {
  display: flex;
  align-items: center;
  min-height: 3.75rem;
  margin-top: 2.25rem;
}
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .pop-up-video .watch-video-button {
  position: absolute;
  margin-right: 1.25rem;
}
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .pop-up-video .watch-video-button .colorbox-media-video:before {
  width: 10rem;
  margin: 0;
  padding: 0;
  background-position: left;
}
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .pop-up-video .watch-video-button .colorbox-media-video:after {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 10rem;
  background-position: left;
}
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .pop-up-video .watch-video-button .colorbox-media-video img {
  display: none;
}
.hero.hero-landing .overlay .hero-content-wrapper .hero-content .watch-video-wrap {
  margin: 0;
  margin-left: 4.75rem;
}
.hero.hero-landing .overlay .hero-content-wrapper .hero-desc {
  max-width: 100%;
  margin: 0;
  margin-top: 1.5rem;
  color: #C7C7C7;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay .hero-content-wrapper .hero-desc {
    margin-top: 2rem;
    max-width: 46.25rem;
  }
}
.hero.hero-landing .overlay .hero-content-bottom {
  min-height: 12.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay .hero-content-bottom {
    min-height: auto;
    display: block;
  }
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters {
  max-width: 46.125rem;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  margin-bottom: 1.875rem;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters .hero-link-title {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form {
    box-shadow: 0 6px 9px rgba(35, 31, 32, 0.25);
    border-radius: 50px;
    background: #fff;
    flex-direction: row;
    height: 5rem;
  }
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form fieldset {
  display: none;
  padding: 1.375rem 0.9375rem;
  position: absolute;
  overflow: hidden;
  bottom: 4.375rem;
  transition: 0.3s;
  filter: drop-shadow(-5px 4px 10px rgba(0, 0, 0, 0.1));
  border: 1px solid #F4F4F4;
  border-radius: 2px;
  background: #FFFFFF;
  width: 280px;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form fieldset {
    bottom: 3.125rem;
    width: 11.875rem;
  }
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-group {
  margin-bottom: 0.375rem;
  position: relative;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-group {
    margin-bottom: 0.9375rem;
  }
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-group.do-show fieldset {
  height: auto;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-item {
  margin-bottom: 0;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-item.form-type-checkbox {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-item.form-type-checkbox:last-child {
  margin-bottom: 0;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-item.form-type-checkbox input {
  margin-top: 0;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .door-type {
  letter-spacing: 0.03125rem;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .door-type {
    margin: 1.125rem 1.875rem 1.25rem 3rem;
    width: 12.3125rem;
  }
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .door-activation {
  margin-top: 1.125rem;
  margin-bottom: 1.25rem;
  white-space: nowrap;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .door-activation {
    padding-left: 1.875rem;
    border-left: 1px solid #D7D7D7;
    width: 13.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .door-activation.form-group.do-show fieldset {
    left: 1.875rem;
  }
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .field-name {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.075rem;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .field-name:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .field-description {
  color: #515151;
  letter-spacing: 0.03125rem;
  white-space: nowrap;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .field-description:after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.3125rem;
  background: url(../img/chevron-down.svg) center center no-repeat;
  margin-left: 0.5625rem;
  margin-bottom: 0.125rem;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .field-description,
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .field-selected {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  text-transform: inherit;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-actions {
  text-align: center;
  margin-top: 0.625rem;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-actions {
    margin-top: 0;
  }
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-actions .btn {
  margin: 0;
  background: #FFD20B !important;
  color: #000000 !important;
  width: 17.5rem;
  border: 1px solid #FFD20B;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-actions .btn {
    width: auto;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    margin-left: 0.625rem;
  }
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-actions .btn:after {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 0.625rem;
  background: url(../img/link_arrow.svg) center center no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-item-title {
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  padding: 0.9375rem 0 0.4375rem 2.5rem;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .overlay .hero-content-bottom .main-hero-filters form .form-item-title {
    box-shadow: none;
    border-radius: 0;
    background: none;
    padding: 0;
  }
}
.hero.hero-landing .background {
  min-height: 36.25rem;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing .background {
    min-height: 60vh;
  }
}
.hero.hero-landing.hero-product-category .overlay .hero-content-wrapper .hero-content .hero-title h1 {
  max-width: 51.5625rem;
}
@media only screen and (min-width: 880px) {
  .hero.hero-landing.hero-product-category .overlay .hero-content-wrapper .hero-content .hero-title h1 {
    max-width: 51.5625rem;
  }
}
.hero.hero-landing.hero-product-category.hero-image .overlay.black {
  background: linear-gradient(90deg, #181819 9.21%, rgba(24, 24, 25, 0) 100%);
}

.architect-landing-page .hero.hero-landing .overlay {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media only screen and (max-width: 879px) {
  .architect-landing-page .hero.hero-landing .overlay .hero-content-wrapper {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.architect-landing-page .hero.hero-landing .overlay .hero-content-wrapper .hero-content {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 880px) {
  .architect-landing-page .hero.hero-landing .overlay .hero-content-wrapper .hero-content {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
}

.hero-desc-featured-wrapper {
  margin: 1.25rem 1.25rem 5rem 1.25rem;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .hero-desc-featured-wrapper {
    margin: 5rem 2.5rem 5rem 0;
    width: auto;
  }
  article.landing-page.featured .hero-desc-featured-wrapper {
    margin: 1.25rem 1.25rem 5rem 1.25rem;
  }
}
@media only screen and (min-width: 1510px) {
  .hero-desc-featured-wrapper {
    margin-right: 7.5rem;
    width: auto;
  }
  article.landing-page.featured .hero-desc-featured-wrapper {
    margin: 1.25rem 1.25rem 5rem 1.25rem;
  }
}
.hero-desc-featured-wrapper .hero-desc-featured {
  min-height: 53.125rem;
  background: #FFFFFF;
  color: #000000;
  position: relative;
  padding: 1.25rem;
  z-index: 2;
}
@media only screen and (min-width: 1100px) {
  .hero-desc-featured-wrapper .hero-desc-featured {
    min-width: 25.625rem;
    max-width: 25.625rem;
    margin-right: 1.25rem;
    padding: 1.875rem;
  }
  article.landing-page.featured .hero-desc-featured-wrapper .hero-desc-featured {
    margin: auto;
    max-width: 53.125rem;
  }
}
article.landing-page.featured .hero-desc-featured-wrapper .hero-desc-featured {
  margin: auto;
  max-width: 53.125rem;
}
@media only screen and (min-width: 1100px) {
  .hero-desc-featured-wrapper .hero-desc-featured:before {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/paradot-landing-iframe.svg);
    position: absolute;
    content: " ";
    z-index: -1;
    width: 18.75rem;
    height: 31.25rem;
    bottom: -6.875rem;
    left: -5rem;
  }
}
.hero-desc-featured-wrapper .hero-desc-featured h1, .hero-desc-featured-wrapper .hero-desc-featured h2, .hero-desc-featured-wrapper .hero-desc-featured h3, .hero-desc-featured-wrapper .hero-desc-featured h4, .hero-desc-featured-wrapper .hero-desc-featured h5, .hero-desc-featured-wrapper .hero-desc-featured h6,
.hero-desc-featured-wrapper .hero-desc-featured .h1, .hero-desc-featured-wrapper .hero-desc-featured .h2, .hero-desc-featured-wrapper .hero-desc-featured .h3, .hero-desc-featured-wrapper .hero-desc-featured .h4, .hero-desc-featured-wrapper .hero-desc-featured .h5, .hero-desc-featured-wrapper .hero-desc-featured .h6 {
  color: #000000;
}
.hero-desc-featured-wrapper > .container {
  position: relative;
}

.listing-page.products .overlay .hero-content-wrapper {
  min-height: 7.125rem;
}
@media only screen and (min-width: 880px) {
  .listing-page.products .overlay .hero-content-wrapper {
    min-height: 10.625rem;
  }
}

.herolinks-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #181819;
  top: 0;
  left: 0;
  z-index: 1111;
}
.herolinks-popup .herolink-header {
  border-bottom: 1px solid #515151;
  padding: 1.25rem;
  text-align: center;
}
.herolinks-popup .herolink-header .close-btn {
  background-repeat: no-repeat;
  background-image: url(../img/close.svg);
  background-position: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #181819;
  font-size: 0;
  cursor: pointer;
  float: right;
}
.herolinks-popup .herolink-header .hero-link-title {
  text-align: center;
  color: #FFD20B;
  text-transform: uppercase;
}
@media only screen and (min-width: 1100px) {
  .herolinks-popup .herolink-header .hero-link-title {
    text-transform: none;
  }
}
.herolinks-popup .hero-links-wrap {
  display: block;
  margin: 2rem 1.25rem;
}
.herolinks-popup .hero-links-wrap a {
  background: #FFFFFF;
  padding: 0 0 0 1.25rem;
  color: #000000;
  width: 100%;
  margin-bottom: 1.25rem;
  display: block;
  line-height: 3.625rem;
}
.herolinks-popup .hero-links-wrap a:not([class]) {
  color: #000000;
}
@media only screen and (min-width: 1100px) {
  .herolinks-popup .hero-links-wrap a {
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 880px) {
  .herolinks-popup .hero-links-wrap a {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .herolinks-popup .hero-links-wrap a {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 880px) {
  .herolinks-popup .hero-links-wrap a {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .herolinks-popup .hero-links-wrap a {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 880px) {
  .herolinks-popup .hero-links-wrap a {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .herolinks-popup .hero-links-wrap a {
    margin-bottom: 1.5rem;
  }
}
.herolinks-popup .hero-links-wrap a:after {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-image: url(../img/link_arrow_white.svg);
  background-color: #292A30;
  background-position: center;
  width: 4rem;
  height: 3.625rem;
  float: right;
}
.herolinks-popup .hero-links-wrap a:hover:after, .herolinks-popup .hero-links-wrap a:focus:after {
  background-image: url(../img/link_arrow_yellow.svg);
}
@media only screen and (min-width: 1100px) {
  .herolinks-popup .hero-links-wrap a:hover, .herolinks-popup .hero-links-wrap a:focus {
    text-decoration: none;
    background: #FFD20B;
    color: #225093;
  }
  .herolinks-popup .hero-links-wrap a:hover:after, .herolinks-popup .hero-links-wrap a:focus:after {
    background-image: url(../img/link_arrow_blue.svg);
  }
}

.main-hero-links {
  text-align: center;
  justify-content: center;
  margin-bottom: 1.875rem;
  display: flex;
  flex-wrap: nowrap;
}
.main-hero-links .herolink-header {
  display: inline-block;
}
.main-hero-links .close-btn {
  display: none;
}
.main-hero-links .hero-link-title {
  white-space: nowrap;
  padding: 1.125rem 1.6875rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  background: #FFD20B;
  color: #000000;
  border-left: 2px solid #FFD20B;
  border-radius: 3.125rem;
}
.main-hero-links .hero-link-title:after {
  content: " ";
  display: inline-block;
  margin-left: 0.625rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.svg);
  width: 1.125rem;
  height: 1.125rem;
  margin-bottom: -0.1875rem;
}
@media only screen and (min-width: 1100px) {
  .main-hero-links .hero-link-title {
    padding: 2rem 6.5625rem 2rem 2.75rem;
  }
  .main-hero-links .hero-link-title::after {
    display: none;
  }
}
.main-hero-links .hero-links-wrap {
  margin-left: -5.5rem;
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  display: none;
}
@media only screen and (min-width: 1100px) {
  .main-hero-links .hero-links-wrap {
    display: flex;
    flex-wrap: nowrap;
  }
}
.main-hero-links .hero-links-wrap a {
  background: #FFFFFF;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 2rem 1.4375rem;
  display: inline-block;
  border-left: 1px solid #D7D7D7;
  margin-left: -0.375rem;
  color: #000;
}
.main-hero-links .hero-links-wrap a:not([class]) {
  color: #000;
}
.main-hero-links .hero-links-wrap a:after {
  content: " ";
  display: inline-block;
  margin-left: 0.625rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.svg);
  width: 0.9375rem;
  height: 0.9375rem;
  margin-bottom: -0.1875rem;
}
.main-hero-links .hero-links-wrap a:hover, .main-hero-links .hero-links-wrap a:focus {
  color: #225093;
}
.main-hero-links .hero-links-wrap a:hover:after, .main-hero-links .hero-links-wrap a:focus:after {
  background-image: url(../img/link_arrow_blue.svg);
}
.main-hero-links .hero-links-wrap a:first-child {
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  padding-left: 3rem;
}
.main-hero-links .hero-links-wrap a:last-child {
  border-right: 1px solid #FFFFFF;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  padding-right: 3rem;
}

.hero-content-bottom .scroll {
  display: none;
  position: absolute;
  margin-top: -76px;
  left: calc(50% - 28px);
}
@media only screen and (min-width: 1100px) {
  .hero-content-bottom .scroll {
    display: block;
  }
}
.hero-content-bottom .scroll a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.hero-content-bottom .scroll a:after {
  position: relative;
  top: 1.5rem;
  right: 2.1875rem;
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 3px solid #FFFFFF;
  border-top: 3px solid #FFFFFF;
  transform: rotate(135deg);
}
.hero-content-bottom .scroll a:hover {
  color: #FFD20B;
  text-decoration: none;
}
.hero-content-bottom .scroll a:hover:after {
  border-right: 3px solid #FFD20B;
  border-top: 3px solid #FFD20B;
}

article.dealer.full {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 880px) {
  article.dealer.full {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  article.dealer.full {
    margin-top: 3rem;
  }
}
article.dealer.full .back-link-wrapper {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 880px) {
  article.dealer.full .back-link-wrapper {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  article.dealer.full .back-link-wrapper {
    margin-bottom: 3.75rem;
  }
}
article.dealer.full .dealer-profile-wrapper {
  margin-bottom: 5rem;
}
article.dealer.full .dealer-profile-wrapper h1 {
  color: #000000;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 880px) {
  article.dealer.full .dealer-profile-wrapper h1 {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  article.dealer.full .dealer-profile-wrapper h1 {
    margin-bottom: 3.75rem;
  }
}
article.dealer.full .dealer-profile-wrapper .dealer-details {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 880px) {
  article.dealer.full .dealer-profile-wrapper .dealer-details {
    flex-wrap: nowrap;
  }
}
article.dealer.full .dealer-profile-wrapper .dealer-location-type {
  margin-top: 0;
}
article.dealer.full .dealer-profile-wrapper .dealer-location {
  max-width: 100%;
}
@media only screen and (min-width: 880px) {
  article.dealer.full .dealer-profile-wrapper .dealer-location {
    min-width: 25.625rem;
    padding-right: 2.5rem;
  }
}
article.dealer.full .dealer-profile-wrapper .dealer-location .address, article.dealer.full .dealer-profile-wrapper .dealer-location .hours {
  margin-bottom: 2.5rem;
}
article.dealer.full .dealer-profile-wrapper .dealer-map {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
article.dealer.full .dealer-profile-wrapper .dealer-map.geo {
  position: relative;
}
@media only screen and (max-width: 879px) {
  article.dealer.full .dealer-profile-wrapper .dealer-map .geolocation-map-container {
    height: calc(100vw - 30px) !important;
  }
}
@media only screen and (min-width: 880px) {
  article.dealer.full .dealer-profile-wrapper .dealer-map {
    max-width: 53.125rem;
    width: 53.125rem;
    min-width: 28.125rem;
    min-height: 31.25rem;
  }
}
article.dealer.full .dealer-profile-wrapper .contact {
  display: flex;
  margin: 2rem 0 5rem 0;
}
article.dealer.full .dealer-profile-wrapper .contact > div {
  margin-left: 0.9375rem;
}
article.dealer.full .dealer-profile-wrapper .contact a {
  text-indent: -62.4375rem;
  overflow: hidden;
  height: 3.125rem;
  width: 3.125rem;
  display: block;
  background-color: #FFFFFF;
  border: #000000 1px solid;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  border-radius: 50%;
}
article.dealer.full .dealer-profile-wrapper .contact .phone {
  margin-left: 0;
}
article.dealer.full .dealer-profile-wrapper .contact .phone a {
  background-image: url(../img/phone_black.svg);
}
article.dealer.full .dealer-profile-wrapper .contact .phone a:hover, article.dealer.full .dealer-profile-wrapper .contact .phone a:focus {
  background-image: url(../img/phone_black.svg);
  background-color: #FFD20B;
}
article.dealer.full .dealer-profile-wrapper .contact .fax a {
  background-image: url(../img/fax-black.svg);
}
article.dealer.full .dealer-profile-wrapper .contact .fax a:hover, article.dealer.full .dealer-profile-wrapper .contact .fax a:focus {
  background-image: url(../img/fax-black.svg);
  background-color: #FFD20B;
}
article.dealer.full .dealer-profile-wrapper .contact .email a {
  background-image: url(../img/email-black.svg);
}
article.dealer.full .dealer-profile-wrapper .contact .email a:hover, article.dealer.full .dealer-profile-wrapper .contact .email a:focus {
  background-image: url(../img/email-black.svg);
  background-color: #FFD20B;
}
article.dealer.full .dealer-profile-wrapper .contact .website a {
  background-image: url(../img/link-black.svg);
}
article.dealer.full .dealer-profile-wrapper .contact .website a:hover, article.dealer.full .dealer-profile-wrapper .contact .website a:focus {
  background-image: url(../img/link-black.svg);
  background-color: #FFD20B;
}

article.dealer.teaser a {
  color: #FFFFFF;
}
article.dealer.teaser a h3 {
  color: #FFFFFF;
}
article.dealer.teaser a:hover, article.dealer.teaser a:focus {
  text-decoration: none;
}
article.dealer.teaser a:hover .arrow-link-white, article.dealer.teaser a:focus .arrow-link-white {
  color: #FFD20B;
  text-decoration: underline;
}
article.dealer.teaser a:hover .arrow-link-white:after, article.dealer.teaser a:focus .arrow-link-white:after {
  background-image: url(../img/link_arrow_yellow.svg);
}
article.dealer.teaser .phone, article.dealer.teaser .address-wrap, article.dealer.teaser .hours {
  padding-left: 1.4375rem;
  margin-bottom: 0.625rem;
  position: relative;
}
article.dealer.teaser .phone:before, article.dealer.teaser .address-wrap:before, article.dealer.teaser .hours:before {
  content: "";
  position: absolute;
  width: 0.8125rem;
  height: 1.5rem;
  margin-left: -1.25rem;
  margin-top: -0.125rem;
}
article.dealer.teaser .phone:before {
  background: url(../img/dealor-loc-phone.svg) center center no-repeat;
}
article.dealer.teaser .address-wrap::before {
  background: url(../img/dealor-yellow-loc.svg) center center no-repeat;
}
article.dealer.teaser .hours::before {
  background: url(../img/dealor-time-icon.svg) center center no-repeat;
}

.view-display-id-dealermap {
  display: flex;
  flex-direction: column-reverse;
  background-color: #181819;
}
@media only screen and (min-width: 880px) {
  .view-display-id-dealermap {
    flex-direction: row;
  }
}
.view-display-id-dealermap .location-listing {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3rem 1.25rem 3.75rem 1.25rem;
}
@media only screen and (min-width: 880px) {
  .view-display-id-dealermap .location-listing {
    margin-right: 6.875rem;
    height: 51.4375rem;
    padding: 4.375rem 0 3.75rem 0;
    min-width: 16.25rem;
    position: relative;
    margin: 0 6.25rem;
  }
}
.view-display-id-dealermap .location-listing::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.view-display-id-dealermap .location-listing::-webkit-scrollbar-button {
  width: 2px;
  height: 2px;
}
.view-display-id-dealermap .location-listing .view-header h1 {
  color: #FFFFFF;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 880px) {
  .view-display-id-dealermap .location-listing .view-header h1 {
    line-height: 3rem;
  }
}
.view-display-id-dealermap .location-listing .view-header .our-locations-desc {
  color: #C7C7C7;
}
.view-display-id-dealermap .location-listing .location-form-wrap {
  padding-bottom: 3.875rem;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .view-display-id-dealermap .location-listing .location-form-wrap {
    padding-bottom: 2.875rem;
    margin-bottom: 0;
  }
}
.view-display-id-dealermap .location-listing .location-form-wrap .form-item-field-dealer-geolocation-proximity {
  display: none;
}
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper {
    display: inline-block;
  }
}
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address {
  padding-right: 0;
  display: block;
}
@media only screen and (min-width: 880px) {
  .view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address {
    display: inline-block;
    width: 100%;
  }
}
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address label,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address label {
  color: #C7C7C7;
  width: 100%;
}
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address {
  margin-bottom: 1.5rem;
  color: #696969;
  background: white url(../img/dealor-location.svg) 97% center no-repeat;
  background-size: 0.875rem 1.25rem;
  border: 1px solid #696969;
  border-radius: 2px;
  width: 100%;
}
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address:focus,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
@media only screen and (min-width: 880px) {
  .view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-geolocation-geocoder-address input.geolocation-geocoder-address,
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-wrapper .form-item-field-dealer-geolocation-proximity-center-geocoder-geolocation-geocoder-address input.geolocation-geocoder-address {
    background-position-x: 95%;
  }
}
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions {
  padding-right: 0;
  width: 100%;
}
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button {
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .form-actions button {
    margin-bottom: 0.5rem;
  }
}
.view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .sr-only {
  min-height: 1rem;
  width: 100%;
  position: relative !important;
  text-transform: uppercase;
  margin: 2rem 0 0.5rem 0.75rem;
  font-size: 0.75rem;
}
@media only screen and (min-width: 880px) {
  .view-display-id-dealermap .location-listing .location-form-wrap .views-exposed-form .sr-only {
    font-size: 1rem;
  }
}
.view-display-id-dealermap .location-listing .attachment-before .view-content .views-row {
  border-bottom: 1px solid #FFFFFF;
  padding: 2rem 0 1.75rem 0;
}
@media only screen and (min-width: 880px) {
  .view-display-id-dealermap .location-listing .attachment-before .view-content .views-row {
    padding: 2.8125rem 0 2.5rem 0;
  }
}
.view-display-id-dealermap .location-listing .pager {
  margin-top: 1.875rem;
}
.view-display-id-dealermap .location-listing .pager li a {
  background-color: #181819;
  line-height: 1.5rem;
  color: #FFD20B;
  font-size: 1rem;
}
.view-display-id-dealermap .location-map {
  min-width: 100%;
}
@media only screen and (max-width: 879px) {
  .view-display-id-dealermap .location-map .geolocation-map-container {
    height: calc(100vw - 30px) !important;
  }
  .view-display-id-dealermap .location-map .gm-svpc, .view-display-id-dealermap .location-map .gmnoprint {
    display: none;
  }
}
@media only screen and (min-width: 880px) {
  .view-display-id-dealermap .location-map {
    margin-left: -0.625rem;
    padding-left: 1.125rem;
    min-width: 65%;
  }
}
.view-display-id-dealermap .location-map article.dealer.teaser a, .view-display-id-dealermap .location-map article.dealer.teaser h1, .view-display-id-dealermap .location-map article.dealer.teaser h2, .view-display-id-dealermap .location-map article.dealer.teaser h3 {
  color: #000000;
}
.dealer-street-view {
  position: absolute;
  bottom: 282px;
  left: 98px;
  background: url(../img/streetview.svg) center center no-repeat #000000;
  width: 42px;
  height: 41px;
  z-index: 200;
  cursor: pointer;
}

.hero-resource {
  background-image: url("../img/scattered_dots.png");
  background-repeat: no-repeat;
  background-position: top;
  background-position-y: -3.75rem;
}
@media only screen and (min-width: 880px) {
  .hero-resource {
    padding-bottom: 10rem;
  }
}
.hero-resource .hero-back-link {
  margin-bottom: 4.375rem;
  margin-top: 3rem;
}
.hero-resource .resource-hero-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 880px) {
  .hero-resource .resource-hero-content {
    flex-direction: row;
  }
}
.hero-resource .resource-hero-content__info {
  max-width: 46.25rem;
  margin-right: auto;
}
.hero-resource .resource-hero-content__image {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 880px) {
  .hero-resource .resource-hero-content__image {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  .hero-resource .resource-hero-content__image {
    margin-bottom: 3rem;
  }
}
.hero-resource .resource-hero-content__mobile-download {
  margin: 1.5rem 0 3rem 0;
}
.hero-resource .resource-hero-content__mobile-download a {
  width: 100%;
}
.hero-resource .resource-hero-content__description {
  color: #C7C7C7;
}
.hero-resource .resource-hero-content__form {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 880px) {
  .hero-resource .resource-hero-content__form {
    min-width: 16.875rem;
    max-width: 25.625rem;
    margin-left: 1.875rem;
  }
}
.hero-resource .resource-hero-content__form .access-form {
  color: #000000;
  background-color: #FFFFFF;
  margin-bottom: 3rem;
  padding: 3rem 1.875rem;
}
.hero-resource .resource-hero-content__form .access-form h2,
.hero-resource .resource-hero-content__form .access-form h3 {
  color: #000000;
  margin-bottom: 3rem;
}
.hero-resource .resource-hero-content__form .access-form button.webform-button--submit {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 880px) {
  .hero-resource .resource-hero-content__form .access-form .file-access .wrapper-two-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hero-resource .resource-hero-content__form .access-form .file-access .wrapper-two-column .form-item {
    flex: 0 0 calc(50% - 30px);
  }
}
.hero-resource .resource-hero-content__form .access-form .file-access .webform-button--submit {
  display: block;
  margin: 0 auto;
}
.hero-resource .resource-hero-content__form .access-form .file-access .file > span {
  background-color: #000000;
  color: #FFD20B;
}
@media only screen and (max-width: 879px) {
  .hero-resource .resource-hero-content__form .sharing-links {
    order: -1;
    margin: 3rem 0;
  }
}

.resource-post-featured article {
  max-width: 25.9375rem;
  position: relative;
}
.resource-post-featured__media {
  position: relative;
  z-index: -1;
}
.resource-post-featured__media:after {
  content: " ";
  display: block;
  position: absolute;
  background: #f7f7f7;
  z-index: -1;
  top: 1.25rem;
  right: 1.25rem;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
}
.resource-post-featured__body {
  z-index: 1;
  margin-top: -3.125rem;
  width: 80%;
  background: #FFFFFF;
  padding: 1.875rem;
  float: right;
  transition: all 0.5s ease 0s;
}
.resource-post-featured__excerpt {
  color: #515151;
  margin-bottom: rem-cal(16);
}
.resource-post-featured:hover .resource-post-featured__media:after {
  top: 0;
  right: 0;
}
.resource-post-featured:hover .resource-post-featured__body {
  background: #181819;
}
.resource-post-featured:hover .resource-post-featured__excerpt {
  color: #FFFFFF;
}

.resource-related-wrapper .listing-header {
  margin-bottom: 0.3125rem;
  border-bottom: none;
}
@media only screen and (max-width: 1319px) {
  .resource-related-wrapper .listing-header {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
}
.resource-related-wrapper .resource-related .view-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.resource-related-wrapper .resource-related .view-content > a, .resource-related-wrapper .resource-related .view-content > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .resource-related-wrapper .resource-related .view-content > a, .resource-related-wrapper .resource-related .view-content > div {
    margin-top: 0;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .resource-related-wrapper .resource-related .view-content > a:nth-child(1n+0), .resource-related-wrapper .resource-related .view-content > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .resource-related-wrapper .resource-related .view-content > a:nth-child(1n+1), .resource-related-wrapper .resource-related .view-content > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .resource-related-wrapper .resource-related .view-content > a:nth-child(-n+1), .resource-related-wrapper .resource-related .view-content > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .resource-related-wrapper .resource-related .view-content > a, .resource-related-wrapper .resource-related .view-content > div {
    margin-top: 0;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .resource-related-wrapper .resource-related .view-content > a:nth-child(1n+0), .resource-related-wrapper .resource-related .view-content > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .resource-related-wrapper .resource-related .view-content > a:nth-child(1n+1), .resource-related-wrapper .resource-related .view-content > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .resource-related-wrapper .resource-related .view-content > a:nth-child(-n+1), .resource-related-wrapper .resource-related .view-content > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .resource-related-wrapper .resource-related .view-content > a, .resource-related-wrapper .resource-related .view-content > div {
    margin-top: 0;
    max-width: calc(33% - 0.9375rem);
    width: calc(33% - 0.9375rem);
    flex: 1 0 calc(33% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .resource-related-wrapper .resource-related .view-content > a:nth-child(1n+0), .resource-related-wrapper .resource-related .view-content > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .resource-related-wrapper .resource-related .view-content > a:nth-child(1n+1), .resource-related-wrapper .resource-related .view-content > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .resource-related-wrapper .resource-related .view-content > a:nth-child(-n+1), .resource-related-wrapper .resource-related .view-content > div:nth-child(-n+1) {
    margin-top: 0;
  }
  .resource-related-wrapper .resource-related .view-content > a:nth-child(3n+0), .resource-related-wrapper .resource-related .view-content > div:nth-child(3n+0) {
    margin-right: 0;
  }
  .resource-related-wrapper .resource-related .view-content > a:nth-child(3n+1), .resource-related-wrapper .resource-related .view-content > div:nth-child(3n+1) {
    margin-left: 0;
  }
  .resource-related-wrapper .resource-related .view-content > a:nth-child(-n+3), .resource-related-wrapper .resource-related .view-content > div:nth-child(-n+3) {
    margin-top: 0;
  }
}
.resource-related-wrapper .resource-related article {
  width: 100%;
  max-width: 100%;
}
.resource-related-wrapper h3.subtle-heading {
  font-size: 2rem;
}

.view-display-id-resource_listing .views-row {
  border: none;
}

.view-resource-sapi > .view-header section.exposed-filter-clone {
  display: none;
}

.view-resource-sapi .resource-post,
.product-assets .resource-post {
  border-top: 1px solid #D7D7D7;
  padding: 1.875rem 0;
  transition: border-color 0.6s, background-color 1s ease-out;
}
.view-resource-sapi .resource-post a,
.product-assets .resource-post a {
  padding-bottom: 0.25rem;
}
.view-resource-sapi .resource-post .field--name-field-rp-image .field__item a .view-image,
.product-assets .resource-post .field--name-field-rp-image .field__item a .view-image {
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-bottom: 0.25rem;
  transition: color 0.6s, border-color 0.6s;
}
.view-resource-sapi .resource-post .field--name-field-rp-image .field__item a .view-image:after,
.product-assets .resource-post .field--name-field-rp-image .field__item a .view-image:after {
  margin-bottom: 0.125rem;
  margin-left: 0.5rem;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .file-download-link,
.product-assets .resource-post .field--name-field-rp-files .file-download-link {
  transition: color 0.6s, border-color 0.6s;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .file-download-link > span:after,
.product-assets .resource-post .field--name-field-rp-files .file-download-link > span:after {
  margin-bottom: 0.125rem;
  padding-left: 1rem;
}
.view-resource-sapi .resource-post .dropdown .dropdown__toggle span,
.product-assets .resource-post .dropdown .dropdown__toggle span {
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-bottom: 0.25rem;
}
.view-resource-sapi .resource-post .dropdown .dropdown__toggle span:after,
.product-assets .resource-post .dropdown .dropdown__toggle span:after {
  margin-bottom: 0.125rem;
  margin-left: 0.5rem;
  padding: 0 0 0 1rem;
}
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video,
.product-assets .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video {
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-bottom: 0.25rem;
}
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video:after,
.product-assets .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video:after {
  margin-bottom: 0.125rem;
  margin-left: 0.5rem;
}
.view-resource-sapi .resource-post:hover,
.product-assets .resource-post:hover {
  border-top: 1px solid #225093;
}
.view-resource-sapi .resource-post:hover .field--name-field-rp-image .field__item a .view-image,
.product-assets .resource-post:hover .field--name-field-rp-image .field__item a .view-image {
  color: #225093;
  border-bottom: 1px solid #225093;
}
.view-resource-sapi .resource-post:hover .field--name-field-rp-image .field__item a .view-image:after,
.product-assets .resource-post:hover .field--name-field-rp-image .field__item a .view-image:after {
  background: url(../img/link-lightbox-blue.svg) center center no-repeat;
  background-size: contain;
}
.view-resource-sapi .resource-post:hover .field--name-field-rp-files .file-download-link,
.product-assets .resource-post:hover .field--name-field-rp-files .file-download-link {
  text-decoration: none;
  color: #225093;
  color: #225093;
  border-bottom: 1px solid #225093;
}
.view-resource-sapi .resource-post:hover .field--name-field-rp-files .file-download-link > span:after,
.product-assets .resource-post:hover .field--name-field-rp-files .file-download-link > span:after {
  background: url("../img/download_arrow_blue.svg") center center no-repeat;
  background-size: contain;
}
.view-resource-sapi .resource-post:hover .field--name-field-rp-files .dropdown .dropdown__toggle span,
.product-assets .resource-post:hover .field--name-field-rp-files .dropdown .dropdown__toggle span {
  color: #225093;
  border-bottom: 1px solid #225093;
}
.view-resource-sapi .resource-post:hover .field--name-field-rp-files .dropdown .dropdown__toggle span:after,
.product-assets .resource-post:hover .field--name-field-rp-files .dropdown .dropdown__toggle span:after {
  background: url("../img/download_arrow_blue.svg") center center no-repeat;
  background-size: contain;
}
.view-resource-sapi .resource-post:hover .field--name-field-rp-video .field__item .media-resource-download .watch-video,
.product-assets .resource-post:hover .field--name-field-rp-video .field__item .media-resource-download .watch-video {
  color: #225093;
  border-bottom: 1px solid #225093;
}
.view-resource-sapi .resource-post:hover .field--name-field-rp-video .field__item .media-resource-download .watch-video:after,
.product-assets .resource-post:hover .field--name-field-rp-video .field__item .media-resource-download .watch-video:after {
  background: url("../img/download_arrow_blue.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post,
.product-assets .resource-post {
    display: flex;
    padding: 1.4375rem 1.5625rem 2.75rem 1.8125rem;
  }
}
.view-resource-sapi .resource-post .col-1,
.product-assets .resource-post .col-1 {
  display: block;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .col-1,
.product-assets .resource-post .col-1 {
    flex: 1 1 100%;
  }
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .col-2,
.product-assets .resource-post .col-2 {
    max-width: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    justify-content: center;
    margin-left: 1.25rem;
  }
}
.view-resource-sapi .resource-post .col-2 img,
.product-assets .resource-post .col-2 img {
  max-width: 100%;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .col-3,
.product-assets .resource-post .col-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-self: center;
    justify-content: center;
    min-width: 12.5rem;
  }
}
.view-resource-sapi .resource-post .resource-type,
.product-assets .resource-post .resource-type {
  display: flex;
  margin-bottom: 0.9375rem;
}
.view-resource-sapi .resource-post .resource-type .field--name-name,
.product-assets .resource-post .resource-type .field--name-name {
  margin-left: 0.6875rem;
  color: #225093;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  align-self: center;
  align-items: center;
  vertical-align: middle;
}
.view-resource-sapi .resource-post .resource-type .overline-text,
.product-assets .resource-post .resource-type .overline-text {
  display: flex;
  margin-bottom: 0;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .resource-type .overline-text,
.product-assets .resource-post .resource-type .overline-text {
    margin-bottom: 0.5rem;
  }
}
.view-resource-sapi .resource-post .field--name-field-rp-image .field__item a .view-image,
.product-assets .resource-post .field--name-field-rp-image .field__item a .view-image {
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #000;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .field--name-field-rp-image .field__item a .view-image,
.product-assets .resource-post .field--name-field-rp-image .field__item a .view-image {
    text-align: right;
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
.view-resource-sapi .resource-post .field--name-field-rp-image .field__item a .view-image:after,
.product-assets .resource-post .field--name-field-rp-image .field__item a .view-image:after {
  content: " ";
  display: inline-block;
  min-width: 0.875rem;
  min-height: 0.875rem;
  background: url(../img/link-lightbox.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .field--name-field-rp-image .field__item a .view-image:after,
.product-assets .resource-post .field--name-field-rp-image .field__item a .view-image:after {
    vertical-align: middle;
  }
}
.view-resource-sapi .resource-post .field--name-field-rp-image .field__item a img,
.product-assets .resource-post .field--name-field-rp-image .field__item a img {
  display: none;
}
.view-resource-sapi .resource-post .field--name-field-thumbnail,
.product-assets .resource-post .field--name-field-thumbnail {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .field--name-field-thumbnail,
.product-assets .resource-post .field--name-field-thumbnail {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .field--name-field-rp-files,
.product-assets .resource-post .field--name-field-rp-files {
    text-align: right;
  }
}
.view-resource-sapi .resource-post .field--name-field-rp-files .file-download-link,
.product-assets .resource-post .field--name-field-rp-files .file-download-link {
  display: inline-block;
  text-align: right;
  border-bottom: 1px solid transparent;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  position: relative;
  padding-left: 1.625rem;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .file-download-link[data-file-type=pdf]::before,
.product-assets .resource-post .field--name-field-rp-files .file-download-link[data-file-type=pdf]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/download_img/PDF.svg);
  filter: brightness(0) saturate(100%) invert(24%) sepia(55%) saturate(1238%) hue-rotate(186deg) brightness(97%) contrast(92%);
}
.view-resource-sapi .resource-post .field--name-field-rp-files .file-download-link[data-file-type=dwg]::before,
.product-assets .resource-post .field--name-field-rp-files .file-download-link[data-file-type=dwg]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/download_img/DWG.svg);
  filter: brightness(0) saturate(100%) invert(24%) sepia(55%) saturate(1238%) hue-rotate(186deg) brightness(97%) contrast(92%);
}
.view-resource-sapi .resource-post .field--name-field-rp-files .file-download-link[data-file-type=doc]::before,
.product-assets .resource-post .field--name-field-rp-files .file-download-link[data-file-type=doc]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/download_img/DOC.svg);
  filter: brightness(0) saturate(100%) invert(24%) sepia(55%) saturate(1238%) hue-rotate(186deg) brightness(97%) contrast(92%);
}
.view-resource-sapi .resource-post .field--name-field-rp-files .file-download-link[data-file-type="bim/revit"]::before,
.product-assets .resource-post .field--name-field-rp-files .file-download-link[data-file-type="bim/revit"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/download_img/BIM.svg);
  filter: brightness(0) saturate(100%) invert(24%) sepia(55%) saturate(1238%) hue-rotate(186deg) brightness(97%) contrast(92%);
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .field--name-field-rp-files .file-download-link,
.product-assets .resource-post .field--name-field-rp-files .file-download-link {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.view-resource-sapi .resource-post .field--name-field-rp-files .file-download-link:focus-visible:before,
.product-assets .resource-post .field--name-field-rp-files .file-download-link:focus-visible:before {
  filter: brightness(0) saturate(100%) invert(24%) sepia(55%) saturate(1238%) hue-rotate(186deg) brightness(97%) contrast(92%);
}
.view-resource-sapi .resource-post .field--name-field-rp-files .file-download-link > span:after,
.product-assets .resource-post .field--name-field-rp-files .file-download-link > span:after {
  content: "";
  display: inline-block;
  min-width: 0.875rem;
  min-height: 0.875rem;
  background: url("../img/download_arrow.svg") right center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.5rem;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .field--name-field-rp-files .file-download-link > span:after,
.product-assets .resource-post .field--name-field-rp-files .file-download-link > span:after {
    vertical-align: middle;
  }
}
.view-resource-sapi .resource-post .field--name-field-rp-files .file-download-link:hover,
.product-assets .resource-post .field--name-field-rp-files .file-download-link:hover {
  text-decoration: none;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__toggle,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__toggle {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__toggle span,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__toggle span {
  display: inline-block;
  text-align: right;
  border-bottom: 1px solid transparent;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__toggle span,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__toggle span {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__toggle span:after,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__toggle span:after {
  content: "";
  display: inline-block;
  min-width: 0.875rem;
  min-height: 0.875rem;
  background: url("../img/download_arrow.svg") right center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .download-text,
.product-assets .resource-post .field--name-field-rp-files .dropdown .download-text {
  display: none;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__content,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__content {
  display: none;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  background: #181819;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1rem;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #36383d;
  text-align: left;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link {
  color: #fff;
  text-align: left;
  position: relative;
  padding-left: 1.625rem;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link[data-file-type=pdf]::before,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link[data-file-type=pdf]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/download_img/PDF.svg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(206deg) brightness(108%) contrast(102%);
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link[data-file-type=dwg]::before,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link[data-file-type=dwg]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/download_img/DWG.svg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(206deg) brightness(108%) contrast(102%);
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link[data-file-type=doc]::before,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link[data-file-type=doc]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/download_img/DOC.svg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(206deg) brightness(108%) contrast(102%);
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link[data-file-type="bim/revit"]::before,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link[data-file-type="bim/revit"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/download_img/BIM.svg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(206deg) brightness(108%) contrast(102%);
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link > span:after,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link > span:after {
  display: none;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link > span span.download-type,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link > span span.download-type {
  background: url("../img/download_arrow_white.svg") right center no-repeat;
  background-size: contain;
  padding-right: 1.625rem;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link:hover,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link:hover {
  border-bottom: 1px solid #FFFFFF;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link:hover > span:after,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__content .file-download-link:hover > span:after {
  background: url("../img/download_arrow_white.svg") right center no-repeat;
  background-size: contain;
}
.view-resource-sapi .resource-post .field--name-field-rp-files .dropdown .dropdown__content .field__item:last-child .file-download,
.product-assets .resource-post .field--name-field-rp-files .dropdown .dropdown__content .field__item:last-child .file-download {
  border-bottom: 0;
}
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .colorbox-media-video,
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .media-resource-download,
.product-assets .resource-post .field--name-field-rp-video .field__item .colorbox-media-video,
.product-assets .resource-post .field--name-field-rp-video .field__item .media-resource-download {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.625rem;
  color: #000;
  display: block;
  letter-spacing: 0.0625rem;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .field--name-field-rp-video .field__item .colorbox-media-video,
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .media-resource-download,
.product-assets .resource-post .field--name-field-rp-video .field__item .colorbox-media-video,
.product-assets .resource-post .field--name-field-rp-video .field__item .media-resource-download {
    text-align: right;
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .colorbox-media-video:before, .view-resource-sapi .resource-post .field--name-field-rp-video .field__item .colorbox-media-video:after,
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .media-resource-download:before,
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .media-resource-download:after,
.product-assets .resource-post .field--name-field-rp-video .field__item .colorbox-media-video:before,
.product-assets .resource-post .field--name-field-rp-video .field__item .colorbox-media-video:after,
.product-assets .resource-post .field--name-field-rp-video .field__item .media-resource-download:before,
.product-assets .resource-post .field--name-field-rp-video .field__item .media-resource-download:after {
  display: none !important;
}
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .colorbox-media-video img,
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .media-resource-download img,
.product-assets .resource-post .field--name-field-rp-video .field__item .colorbox-media-video img,
.product-assets .resource-post .field--name-field-rp-video .field__item .media-resource-download img {
  display: none;
}
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .colorbox-media-video .watch-video,
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video,
.product-assets .resource-post .field--name-field-rp-video .field__item .colorbox-media-video .watch-video,
.product-assets .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  padding-left: 1.875rem;
}
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .colorbox-media-video .watch-video:before,
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video:before,
.product-assets .resource-post .field--name-field-rp-video .field__item .colorbox-media-video .watch-video:before,
.product-assets .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/download_img/Play.svg) center center no-repeat;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(24%) sepia(55%) saturate(1238%) hue-rotate(186deg) brightness(97%) contrast(92%);
}
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .colorbox-media-video .watch-video:after,
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video:after,
.product-assets .resource-post .field--name-field-rp-video .field__item .colorbox-media-video .watch-video:after,
.product-assets .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video:after {
  content: "";
  display: inline-block;
  min-width: 0.875rem;
  min-height: 0.875rem;
  background: url(../img/download_arrow.svg) right center no-repeat;
  transform: rotate(-90deg);
  background-size: 0.875rem 0.875rem;
  vertical-align: middle;
  padding-left: 0.9375rem;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .resource-post .field--name-field-rp-video .field__item .colorbox-media-video .watch-video:after,
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video:after,
.product-assets .resource-post .field--name-field-rp-video .field__item .colorbox-media-video .watch-video:after,
.product-assets .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video:after {
    margin-top: 0;
    vertical-align: middle;
  }
}
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .colorbox-media-video .watch-video:focus-visible:before,
.view-resource-sapi .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video:focus-visible:before,
.product-assets .resource-post .field--name-field-rp-video .field__item .colorbox-media-video .watch-video:focus-visible:before,
.product-assets .resource-post .field--name-field-rp-video .field__item .media-resource-download .watch-video:focus-visible:before {
  filter: brightness(0) saturate(100%) invert(24%) sepia(55%) saturate(1238%) hue-rotate(186deg) brightness(97%) contrast(92%);
}
.view-resource-sapi > .view-header,
.product-assets > .view-header {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi > .view-header,
.product-assets > .view-header {
    font-size: 1rem;
  }
}
.view-resource-sapi > .view-header .views-infinite-scroll-header,
.product-assets > .view-header .views-infinite-scroll-header {
  display: flex;
  justify-content: space-between;
}
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) {
    text-transform: none;
    width: 17rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 880px) and (min-width: 880px) {
  .view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1100px) {
  .view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 880px) {
  .view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) {
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1100px) {
  .view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) {
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 880px) {
  .view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1100px) {
  .view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger),
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) {
    margin-bottom: 0.5rem;
  }
}
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 1.375rem;
  text-transform: uppercase;
  color: #000000;
}
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span:after,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone button:not(.trigger) span:after {
  content: "";
  display: inline-block;
  background: url(../img/sort_arrow_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.9375rem;
  height: 0.625rem;
  position: absolute;
  right: 0;
  top: 0.1875rem;
  transition: transform 0.5s;
  filter: brightness(0) saturate(100%) invert(0%) sepia(20%) saturate(7486%) hue-rotate(128deg) brightness(97%) contrast(97%);
}
.view-resource-sapi > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item a,
.product-assets > .view-header .views-infinite-scroll-header section.exposed-filter-clone .dropdown__content li.facet-item a {
  text-decoration: none;
}
.view-resource-sapi > .view-content,
.product-assets > .view-content {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi > .view-content,
.product-assets > .view-content {
    padding-top: 4rem;
  }
}
.view-resource-sapi > .view-content .views-row:last-child .resource-post,
.product-assets > .view-content .views-row:last-child .resource-post {
  border-bottom: 0;
}
.view-resource-sapi .component--card-blue__description,
.product-assets .component--card-blue__description {
  margin-bottom: 0.4375rem;
}
@media only screen and (min-width: 880px) {
  .view-resource-sapi .component--card-blue__description,
.product-assets .component--card-blue__description {
    margin-bottom: 0;
  }
}

.paragraph--type--full-width-cta {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--full-width-cta {
    padding-top: 11.375rem;
    padding-bottom: 8.25rem;
  }
}
.paragraph--type--full-width-cta:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100vw;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #181819 9.21%, rgba(24, 24, 25, 0) 100%);
  transform: rotate(-90deg);
  z-index: 2;
}
.paragraph--type--full-width-cta .content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--full-width-cta .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.paragraph--type--full-width-cta .content .btn.btn-primary {
  background: none !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.paragraph--type--full-width-cta .content .btn.btn-primary:hover {
  background: #000 !important;
  color: #fff !important;
}
.paragraph--type--full-width-cta .field--name-field-background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.paragraph--type--full-width-cta .field--name-field-background-image .media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.paragraph--type--full-width-cta .field--name-field-background-image .media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.paragraph--type--full-width-cta .field--name-field-description {
  margin-bottom: 2rem;
}
.paragraph--type--full-width-cta h2 {
  color: #fff;
}

.component--quote {
  position: inherit;
  overflow: hidden;
}
.component--quote__content {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 3.75rem;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .component--quote__content {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    flex-direction: row;
  }
}
.component--quote__text-wrapper {
  padding-left: 0.625rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1100px) {
  .component--quote__text-wrapper {
    padding-left: 1.875rem;
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.component--quote__text {
  position: relative;
  color: #000000;
  padding-right: 3.75rem;
  position: relative;
}
.component--quote__text a.btn.tertiary-link {
  color: #000000;
  line-height: 1.875rem;
  position: relative;
  display: inline;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  background-position: 100% 0.5625rem;
  padding-left: 0;
}
.component--quote__text a.btn.tertiary-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.component--quote__text a.btn.tertiary-link:hover {
  color: #225093;
  border-bottom: 1px solid #225093;
}
@supports (-moz-appearance: none) {
  .component--quote__text a.btn.tertiary-link {
    background-position: 100% 0.3125rem;
  }
}
.component--quote__text a.btn.tertiary-link:hover {
  background-position: 100% 0.5625rem;
}
@supports (-moz-appearance: none) {
  .component--quote__text a.btn.tertiary-link:hover {
    background-position: 100% 0.3125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--quote__text {
    margin-top: 3.75rem;
    margin-bottom: 2rem;
  }
}
.component--quote__text:after {
  content: " ";
  background-image: url(../img/quote-bg.svg);
  background-repeat: no-repeat;
  background-size: 28.75rem 12.375rem;
  min-width: 40rem;
  min-height: 28rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
@media only screen and (min-width: 1100px) {
  .component--quote__text:after {
    background-size: 56.625rem 24.375rem;
  }
}
.component--quote__text:before {
  content: "\201c";
  position: absolute;
  margin-top: 0;
  margin-left: -0.625rem;
}
@media only screen and (min-width: 880px) {
  .component--quote__text:before {
    margin-top: 0.3125rem;
    margin-left: -1.875rem;
  }
}
.component--quote__text .btn {
  font-style: normal;
}
@media only screen and (min-width: 1100px) {
  .component--quote__nomedia {
    flex: 1 1 30%;
    max-width: 25%;
  }
}
.component--quote__media {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1100px) {
  .component--quote__media {
    padding-bottom: 4.375rem;
    flex: 0 0 50%;
    margin-top: 1.25rem;
  }
}
.component--quote__media > div:first-child {
  position: relative;
}
.component--quote__footer {
  display: flex;
}
.component--quote__byline {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.component--quote__by {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.component--quote__logo--separate {
  margin-right: 1.25rem;
  border-right: 1px solid black;
  padding-right: 1.25rem;
}
.component--quote__link {
  color: #000000;
  margin-bottom: 2rem;
}
.component--quote__link a {
  color: #000000;
  color: #000000;
  line-height: 1.875rem;
  position: relative;
  display: inline;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.component--quote__link a:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.component--quote__link a:hover {
  color: #225093;
  border-bottom: 1px solid #225093;
}
.component--quote .progressBarContainer {
  justify-content: flex-end;
}

.component--quote-slider {
  background: #FFFFFF;
  padding-top: 2rem;
}
@media only screen and (min-width: 1100px) {
  .component--quote-slider {
    padding-top: 4.25rem;
  }
}
@media only screen and (max-width: 1099px) {
  .component--quote-slider {
    padding: 2rem 0 0 0;
    width: 100vw;
  }
}
.component--quote-slider__rotator .arrows {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1099px) {
  .component--quote-slider__rotator .arrows {
    margin-right: 1.3125rem;
    position: absolute;
    right: 1rem;
    top: 1.25rem;
  }
}
.component--quote-slider__rotator .arrows .slick-prev, .component--quote-slider__rotator .arrows .slick-next {
  position: relative;
  height: 3rem;
  width: 3rem;
  transform: none;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1319px) {
  .component--quote-slider__rotator .arrows .slick-prev, .component--quote-slider__rotator .arrows .slick-next {
    height: 2.5rem;
    width: 2.5rem;
  }
  .component--quote-slider__rotator .arrows .slick-prev:before, .component--quote-slider__rotator .arrows .slick-next:before {
    content: "";
    height: 2.5rem;
    width: 2.5rem;
  }
}
.component--quote-slider__rotator .arrows .slick-prev:before, .component--quote-slider__rotator .arrows .slick-next:before {
  content: "";
  background-image: url("../img/arrow_outline_active.svg");
  background-repeat: no-repeat;
  height: 3rem;
  width: 3rem;
  display: block;
  filter: brightness(0);
}
.component--quote-slider .slick-prev:before,
.component--quote-slider .slick-next:before {
  color: black;
}
.component--quote-slider .slick-dots {
  bottom: -30px;
}
.component--quote-slider .progressBarContainer {
  margin-top: 1.5625rem;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 1099px) {
  .component--quote-slider .progressBarContainer {
    padding: 0;
    margin: 0.625rem 1.25rem 3.375rem 1.25rem;
    justify-content: center;
  }
}
.component--quote-slider .progressBarContainer div {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  cursor: pointer;
  margin-right: 2%;
  color: #D7D7D7;
}
@media only screen and (min-width: 1100px) {
  .component--quote-slider .progressBarContainer div {
    max-width: 8.125rem;
  }
}
.component--quote-slider .progressBarContainer div .timer {
  margin-bottom: 0;
  color: #696969;
  margin-right: 0.625rem;
  display: none;
}
@media only screen and (min-width: 880px) {
  .component--quote-slider .progressBarContainer div .timer {
    margin-right: 1.25rem;
    display: block;
  }
}
.component--quote-slider .progressBarContainer div:last-child {
  margin-right: 0;
}
.component--quote-slider .progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  background-color: #D7D7D7;
  display: block;
}
.component--quote-slider .progressBarContainer div span.progressBar .inProgress {
  background-color: #225093;
  width: 0%;
  height: 4px;
}

@media only screen and (min-width: 1100px) {
  .paragraph--type--related-insights .header {
    margin-bottom: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--related-insights .header h2 {
    margin-bottom: 0;
  }
}
.paragraph--type--related-insights .header a.tertiary-link {
  color: #000000;
  line-height: 1.875rem;
  position: relative;
  display: inline;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 100% 0.5625rem;
}
.paragraph--type--related-insights .header a.tertiary-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.paragraph--type--related-insights .header a.tertiary-link:hover {
  color: #225093;
  border-bottom: 1px solid #225093;
}
@supports (-moz-appearance: none) {
  .paragraph--type--related-insights .header a.tertiary-link {
    background-position: 100% 0.4375rem;
  }
}
.paragraph--type--related-insights .header a.tertiary-link:hover {
  background-position: 100% 0.5625rem;
}
@supports (-moz-appearance: none) {
  .paragraph--type--related-insights .header a.tertiary-link:hover {
    background-position: 100% 0.4375rem;
  }
}
.paragraph--type--related-insights .list-flex-3 .field__item {
  margin-top: 2rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--related-insights .list-flex-3 .field__item {
    margin-top: 0;
  }
}

.paragraph--type--text-link .component--card-wrapper {
  border: 1px solid #D7D7D7;
  transition: box-shadow 0.6s, background-color 1s ease-out;
  background-color: #FFFFFF;
}
.paragraph--type--text-link .component--card-wrapper .btn-link {
  color: #000000;
  line-height: 1.875rem;
  position: relative;
  display: inline;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
}
.paragraph--type--text-link .component--card-wrapper .btn-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.paragraph--type--text-link .component--card-wrapper .btn-link:hover {
  color: #225093;
  border-bottom: 1px solid #225093;
}
.paragraph--type--text-link .component--card-wrapper .btn-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.paragraph--type--text-link .component--card-wrapper:hover .btn-link {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #225093;
}

.component--card-wrapper {
  height: auto;
  padding: 2rem 1.25rem;
}
@media only screen and (min-width: 880px) {
  .component--card-wrapper {
    padding: 2.5rem 2.5rem;
  }
}

a .component--card-blue {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  background-color: #FFFFFF;
  padding: 2.25rem 2.5rem;
  border: 1px solid #D7D7D7;
}
a .component--card-blue .yellow-tag {
  width: -moz-fit-content;
  width: fit-content;
}
a .component--card-blue__description {
  color: #515151;
  margin-bottom: 2rem;
  flex: 1 1 100%;
}
a .component--card-blue__thumbnail img {
  border-radius: 50%;
}
@media only screen and (max-width: 879px) {
  a .component--card-blue__link .btn-link {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.0625rem;
    font-weight: bold;
  }
}

body.language-nl .menu-item.particulieren {
  display: none;
}

body[data-scroll-direction=down] #navbar {
  transform: translateY(-37px);
}

body.navbar-is-fixed-top {
  margin: 0;
}
body.navbar-is-fixed-top main {
  padding-top: 3.9375rem;
}
@media only screen and (min-width: 1320px) {
  body:not(.hide-header-footer) body.navbar-is-fixed-top main {
    padding-top: 5.8125rem;
  }
}

.ea-icon {
  min-width: 3.75rem;
}
@media only screen and (min-width: 1320px) {
  .ea-icon {
    min-width: 6.25rem;
  }
}

#navbar {
  transition: all 0.1s;
  border-bottom: none;
  background: #181819;
  color: #FFFFFF;
  overflow: visible;
  padding-bottom: 0;
}
@media only screen and (min-width: 1320px) {
  body:not(.hide-header-footer) #navbar {
    min-height: 5rem;
  }
}
#navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1320px) {
  #navbar .container-fluid {
    flex-wrap: nowrap;
  }
}
#navbar .container-fluid .navbar-header {
  flex: 0 0 10rem;
  max-width: 10rem;
  width: 10rem;
  height: 3.9375rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1320px) {
  #navbar .container-fluid .navbar-header {
    height: 3.9375rem;
    margin-left: 1.875rem;
  }
}
#navbar .container-fluid .navbar-header a {
  padding: 0;
}
@media only screen and (min-width: 1320px) {
  #navbar .container-fluid #navbar-collapse {
    padding: 0 25px;
    position: relative;
    top: auto;
    transform: none;
    margin: 0;
    height: auto !important;
    display: flex !important;
    width: 100%;
    background: none;
    max-height: 340px;
    overflow: visible;
    z-index: 100;
  }
  #navbar .container-fluid #navbar-collapse .mobile-footer {
    display: none;
  }
  #navbar .container-fluid #navbar-collapse.collapse.in {
    padding: 0 25px;
    display: block !important;
  }
  #navbar .container-fluid #navbar-collapse .region-navigation-collapsible {
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#navbar .container-fluid .navbar-cta {
  display: none;
}
@media only screen and (min-width: 1320px) {
  #navbar .container-fluid .navbar-cta {
    margin-right: 1.5625rem;
    display: flex;
    align-items: center;
  }
}
#navbar .container-fluid .navbar-cta a.search-link {
  width: 3rem;
  height: 3.75rem;
  text-indent: -62.4375rem;
  overflow: hidden;
}
#navbar .container-fluid .navbar-cta a.search-link.search {
  background-repeat: no-repeat;
  background-image: url(../img/search.svg);
  background-position: center;
}
body.hide-header-footer #navbar .container-fluid .navbar-cta a.search-link {
  display: none;
}
#block-www-bootstrap-main-menu {
  background: #181819;
  white-space: nowrap;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu {
    display: flex;
    align-items: center;
    height: 3.9375rem;
  }
}
body.hide-header-footer #block-www-bootstrap-main-menu {
  display: none;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu > ul {
    display: flex;
    max-height: 5rem;
    margin: 0;
  }
}
#block-www-bootstrap-main-menu > ul.menu > li.menu-item {
  float: none;
  position: initial;
  z-index: 2;
  width: 100%;
  border-bottom: 0.0625rem solid #ccc;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item {
    position: relative;
    margin-right: 3.25rem;
    width: auto;
    padding: 1.25rem 0;
    border: none;
  }
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item:hover, #block-www-bootstrap-main-menu > ul.menu > li.menu-item.menu-item--active {
    outline: none;
  }
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item:hover > span, #block-www-bootstrap-main-menu > ul.menu > li.menu-item.menu-item--active > span {
    color: #FFD20B;
  }
}
#block-www-bootstrap-main-menu > ul.menu > li.menu-item:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#block-www-bootstrap-main-menu > ul.menu > li.menu-item:focus:not(:focus-visible) {
  outline: none;
}
@-moz-document url-prefix() {
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item:focus {
    outline: 5px solid Highlight;
  }
}
#block-www-bootstrap-main-menu > ul.menu > li.menu-item > a {
  font-weight: 700 !important;
  letter-spacing: 0.0625rem;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item > span {
    position: relative;
  }
}
#block-www-bootstrap-main-menu > ul.menu > li.menu-item > span:after {
  content: "";
  vertical-align: middle;
  background: url("../img/chev-expand-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
  height: 0.375rem;
  width: 0.5625rem;
  transition: transform 0.5s;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item > span:after {
    display: inline-block;
  }
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item .menu-header {
    display: none;
  }
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item > span {
    position: relative;
  }
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item.menu-item--active > span {
    color: #FFD20B !important;
  }
  #block-www-bootstrap-main-menu > ul.menu > li.menu-item.menu-item--active > span:after {
    background-image: url("../img/chev-down-yellow.svg");
    transform: rotate(180deg);
  }
}
#block-www-bootstrap-main-menu > ul.menu > li.menu-item a {
  color: #000000;
}
#block-www-bootstrap-main-menu > ul.menu > li.menu-item a:hover, #block-www-bootstrap-main-menu > ul.menu > li.menu-item a:focus, #block-www-bootstrap-main-menu > ul.menu > li.menu-item a.menu-item--active {
  text-decoration: none;
  color: #FFD20B;
}

#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards {
  overflow: hidden;
  position: absolute;
  box-shadow: none;
  background: #fff;
  visibility: visible;
  opacity: 1;
  height: auto;
  width: 100%;
  left: 0;
  transition: 0.3s all;
  transform: translateX(100vw);
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards {
    transform: none;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transition: opacity 600ms, visibility 600ms, max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0;
    position: fixed;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
  }
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .mega-menu-block {
    margin-top: 1.25rem;
  }
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .mega-menu-block .field--label {
    margin-bottom: 0.625rem;
  }
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .mega-menu-block p {
    margin-bottom: 0.25rem;
  }
}
#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .menu-items-wrapper .menu-dd-header .h3 {
  font-weight: 500;
  margin: 0;
}
#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .menu-items-wrapper .menu-dd-header .menu-cta a {
  margin-left: 15.3125rem;
  color: #000000;
}
#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .menu-items-wrapper .menu-dd-header .menu-cta a:hover:after, #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .menu-items-wrapper .menu-dd-header .menu-cta a:focus:after {
  margin-top: 0.625rem;
}
#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .menu-items-wrapper .mega-menu-content {
  width: 40rem;
  margin: 0 auto;
}

#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards .menu-items-wrapper {
  max-width: 79.375rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    color: #444444;
    max-height: 16.25rem;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100vw;
  }
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu li.menu-item {
    flex: 0 0 25%;
    float: none;
    margin-bottom: 1.5625rem;
    position: relative;
  }
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu li.menu-item a {
    font-weight: 700;
    flex-direction: column;
    justify-content: center;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 0;
    color: #000000;
  }
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu li.menu-item a:hover, #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu li.menu-item a:focus {
    background-color: #FFD20B;
    padding: 5px;
    margin: -5px;
  }
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu li.menu-item a .menu-link-contentmain {
    position: relative;
  }
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu li.menu-item a .menu-text {
    text-align: center;
    padding-top: 20px;
  }
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu ul.menu.menu-level-2 {
    display: block;
  }
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu ul.menu.menu-level-2 li.menu-item {
    font-weight: normal;
    margin-bottom: 0.9375rem;
  }
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu ul.menu.menu-level-2 li.menu-item a {
    font-weight: normal;
  }
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards ul.menu ul.menu.menu-level-2 li.menu-item ul li {
    font-weight: normal;
    margin-left: 0.9375rem;
  }
}

.view-mode-mega-menu {
  margin-top: 1.4375rem;
}
.view-mode-mega-menu ul.menu {
  margin: 0;
}
.view-mode-mega-menu ul.menu li.menu-item:hover {
  background-color: #eeeeee;
}
.view-mode-mega-menu ul.menu li.menu-item:hover a {
  color: #000000;
}
.view-mode-mega-menu ul.menu li.menu-item:hover::after {
  content: " ";
  display: inline-block;
  margin-left: 0.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.svg);
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  right: 0.625rem;
  top: 1.25rem;
}

#block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards.do-show {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all;
  min-height: 100vh;
  width: 100vw;
  padding: 1.25rem 0;
  transform: translateX(0px);
  left: 0;
}
@media only screen and (min-width: 1320px) {
  #block-www-bootstrap-main-menu .menu-item .view-mode-simple-cards.do-show {
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    height: auto;
    min-height: auto;
    max-height: 23.75rem;
    padding: 3.125rem 0;
  }
}

.footer-wrapper {
  background-color: #181819;
  color: #FFFFFF;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5rem;
}
@media only screen and (max-width: 1319px) {
  .footer-wrapper {
    visibility: visible;
  }
  .footer-wrapper.no-tab {
    visibility: hidden;
  }
}
.footer-wrapper .footer {
  position: relative;
}
.footer-wrapper h2, .footer-wrapper h3 {
  color: #D7D7D7;
  margin-bottom: 1.875rem;
}
.footer-wrapper .footer-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1320px) {
  .footer-wrapper .footer-main {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .footer-wrapper .footer-main .left-footer {
    width: 100%;
  }
}
@media only screen and (min-width: 1320px) {
  .footer-wrapper .footer-main .left-footer {
    max-width: 63.75rem;
  }
}
.footer-wrapper .footer-main .left-footer .region-footer-left {
  display: flex;
  justify-content: space-between;
}
body.hide-header-footer .footer-wrapper .footer-main .left-footer .region-footer-left {
  display: none;
}
@media only screen and (max-width: 879px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left {
    flex-wrap: wrap;
  }
}
.footer-wrapper .footer-main .left-footer .region-footer-left nav .menu--footer li:hover, .footer-wrapper .footer-main .left-footer .region-footer-left nav .menu--footer li:focus {
  background-color: transparent;
}
.footer-wrapper .footer-main .left-footer .region-footer-left nav .menu--footer li a {
  padding: 0;
  color: #FFFFFF;
}
.footer-wrapper .footer-main .left-footer .region-footer-left nav .menu--footer li a:hover, .footer-wrapper .footer-main .left-footer .region-footer-left nav .menu--footer li a:focus {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: underline;
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-languages {
  margin-right: 1.875rem;
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-languages a {
  color: white;
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-languages a:hover, .footer-wrapper .footer-main .left-footer .region-footer-left #block-languages a:focus {
  color: white;
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-footeraddresses {
  display: none;
  margin-right: 1.875rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 880px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-footeraddresses {
    min-width: 16.25rem;
  }
}
@media only screen and (max-width: 879px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-footeraddresses {
    flex: 1 1 100%;
    margin-top: 20px;
  }
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-footeraddresses a {
  color: #FFFFFF;
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-footeraddresses a:hover, .footer-wrapper .footer-main .left-footer .region-footer-left #block-footeraddresses a:focus {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: underline;
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore, .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources {
  float: left;
}
@media only screen and (max-width: 879px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-explore .menu--resources, .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources .menu--resources {
    margin-bottom: 2.5rem;
  }
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul, .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul {
  padding-left: 0;
}
@media only screen and (min-width: 641px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul, .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul {
    -moz-column-fill: auto;
         column-fill: auto;
    -moz-column-count: 2;
         column-count: 2;
  }
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul li, .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul li {
  width: 100%;
  padding-right: 0;
  float: left;
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a, .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a {
  color: #FFFFFF;
  padding: 0 1.3125rem 0 0;
  margin-bottom: 1.125rem;
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a:hover, .footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul a:focus, .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a:hover, .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul a:focus {
  color: #FFD20B;
  background-color: transparent;
  text-decoration: none;
}
@media only screen and (max-width: 879px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-explore, .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources {
    min-width: 18.5rem;
  }
}
@media only screen and (min-width: 641px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-explore, .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources {
    min-width: unset;
  }
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore {
  margin-bottom: 3rem;
  border-bottom: 1px solid #36383d;
  padding-bottom: 0.375rem;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-explore {
    border-bottom: 0;
    padding-bottom: 0;
    width: 66%;
  }
}
@media only screen and (min-width: 1320px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-explore {
    width: 43%;
    margin-right: 14%;
  }
}
@media only screen and (min-width: 641px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-explore ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-fill: auto;
         column-fill: auto;
  }
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore > ul {
  display: none;
}
@media only screen and (min-width: 641px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-explore > ul {
    display: block;
  }
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore h3 {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: inherit;
  letter-spacing: normal;
  margin-bottom: 0.625rem;
  padding-bottom: 1.25rem;
  background: url(../img/accordion-expand.svg) right top no-repeat;
  cursor: pointer;
}
@media only screen and (min-width: 641px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-explore h3 {
    background: none;
    cursor: initial;
  }
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore.show-menu > ul {
  display: block;
}
.footer-wrapper .footer-main .left-footer .region-footer-left #block-explore.show-menu h2 {
  background: url(../img/accordion-close.svg) right top no-repeat;
}
@media only screen and (max-width: 879px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 641px) {
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources {
    width: 34%;
    margin-top: unset;
  }
  .footer-wrapper .footer-main .left-footer .region-footer-left #block-resources ul {
    -moz-column-count: unset;
         column-count: unset;
  }
}
@media only screen and (min-width: 641px) {
  .footer-wrapper .footer-main .right-footer {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1320px) {
  .footer-wrapper .footer-main .right-footer {
    margin-top: 0;
    margin-left: 0;
    max-width: 18.75rem;
  }
}
.footer-wrapper .footer-main .right-footer .btn-primary {
  width: 100%;
}
.footer-wrapper .footer-top .region-footer {
  border-bottom: 1px solid #828282;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 879px) {
  .footer-wrapper .footer-top .region-footer {
    padding-bottom: 0;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .footer-wrapper .footer-top .region-footer {
    padding-bottom: 3.125rem;
  }
  body.hide-header-footer .footer-wrapper .footer-top .region-footer {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  .footer-wrapper #block-footerlinkswithicons {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 879px) {
  .footer-wrapper #block-footerlinkswithicons .component--card-wrapper {
    margin-bottom: 0;
    padding: 0 0 2.5rem 0;
  }
}
@media only screen and (min-width: 880px) {
  .footer-wrapper #block-footerlinkswithicons .component--card-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 879px) {
  .footer-wrapper #block-footerlinkswithicons .component--card-wrapper:last-child {
    padding-bottom: 2.125rem;
  }
}
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links {
  background: none;
  border: none;
  padding: 0;
}
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links:hover {
  background: none;
  box-shadow: none;
}
@media only screen and (max-width: 879px) {
  .footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link {
    min-width: 13.75rem;
    max-width: 13.75rem;
  }
}
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link {
  color: #FFFFFF;
  display: inline;
  position: relative;
  line-height: 1.875rem;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  padding-right: 1.625rem;
  text-align: left;
}
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link:hover {
  color: #FFD20B;
  background-image: url(../img/link_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
}
.footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link:hover {
  border-bottom: 1px solid #FFD20B;
}
@media only screen and (max-width: 879px) {
  .footer-wrapper #block-footerlinkswithicons .component--card-wrapper .paragraph--view-mode--image-links .component--card-blue__link span.btn.btn-link {
    line-height: 0;
  }
}
.footer-wrapper #block-footercontactus {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 641px) {
  .footer-wrapper #block-footercontactus {
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 1320px) {
  .footer-wrapper #block-footercontactus {
    padding-right: 0;
  }
}
.footer-wrapper #block-signupfooterblock {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 641px) {
  .footer-wrapper #block-signupfooterblock {
    width: 23.75rem;
    float: left;
  }
}
@media only screen and (min-width: 1320px) {
  .footer-wrapper #block-signupfooterblock {
    float: none;
    width: auto;
  }
}
body.hide-header-footer .footer-wrapper #block-signupfooterblock {
  display: none;
}
.footer-wrapper #block-connect {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 641px) {
  .footer-wrapper #block-connect {
    float: right;
  }
}
@media only screen and (min-width: 1320px) {
  .footer-wrapper #block-connect {
    float: none;
    order: 5;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
}
.footer-wrapper #block-connect .footer-connect {
  padding-bottom: 0.3125rem;
  padding-left: 0;
}
.footer-wrapper #block-connect .footer-connect li {
  margin-right: 0.625rem;
  display: inline-block;
}
.footer-wrapper #block-connect .footer-connect li:last-child {
  margin-right: 0;
}
.footer-wrapper #block-connect .footer-connect .facebook {
  text-indent: -62.4375rem;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/social-facebook-white.svg);
  height: 3rem;
  width: 3rem;
  background-position: center;
  border: 1px solid #FFD20B;
  border-radius: 50%;
  background-size: 24px 24px;
}
.footer-wrapper #block-connect .footer-connect .facebook:hover, .footer-wrapper #block-connect .footer-connect .facebook:focus {
  background-image: url(../img/social-facebook-black.svg);
  background-color: #FFD20B;
}
.footer-wrapper #block-connect .footer-connect .twitter {
  text-indent: -62.4375rem;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/social-twitter-white.svg);
  height: 3rem;
  width: 3rem;
  background-position: center;
  border: 1px solid #FFD20B;
  border-radius: 50%;
  background-size: 24px 24px;
}
.footer-wrapper #block-connect .footer-connect .twitter:hover, .footer-wrapper #block-connect .footer-connect .twitter:focus {
  background-image: url(../img/social-twitter-black.svg);
  background-color: #FFD20B;
}
.footer-wrapper #block-connect .footer-connect .linkedin {
  text-indent: -62.4375rem;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/social-linkedin-white.svg);
  height: 3rem;
  width: 3rem;
  background-position: center;
  border: 1px solid #FFD20B;
  border-radius: 50%;
  background-size: 24px 24px;
}
.footer-wrapper #block-connect .footer-connect .linkedin:hover, .footer-wrapper #block-connect .footer-connect .linkedin:focus {
  background-image: url(../img/social-linkedin-black.svg);
  background-color: #FFD20B;
}
.footer-wrapper #block-connect .footer-connect .youtube {
  text-indent: -62.4375rem;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/social-youtube-white.svg);
  height: 3rem;
  width: 3rem;
  background-position: center;
  border: 1px solid #FFD20B;
  border-radius: 50%;
  background-size: 24px 24px;
}
.footer-wrapper #block-connect .footer-connect .youtube:hover, .footer-wrapper #block-connect .footer-connect .youtube:focus {
  background-image: url(../img/social-youtube-black.svg);
  background-color: #FFD20B;
}
@media only screen and (min-width: 880px) {
  .footer-wrapper #block-connect .footer-connect {
    justify-content: flex-end;
  }
}
.footer-wrapper .end-footer {
  padding-top: 0;
}
.footer-wrapper .end-footer .end-footer-name {
  margin-bottom: 0;
  text-transform: uppercase;
}
.footer-wrapper .end-footer .end-footer-text {
  font-size: 0.6rem;
}
.footer-wrapper .end-footer span {
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 0.9375rem;
}
.footer-wrapper .end-footer span a {
  color: #828282;
  text-transform: uppercase;
}
.footer-wrapper .end-footer span a:hover, .footer-wrapper .end-footer span a:focus {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}
.footer-wrapper .end-footer .accessibilityiconcopyright {
  order: 2;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1320px) {
  .footer-wrapper .end-footer .accessibilityiconcopyright {
    margin-bottom: 0;
  }
}
.footer-wrapper .end-footer .accessibilityiconcopyright img {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 879px) {
  .footer-wrapper .end-footer .accessibilityiconcopyright img {
    margin-bottom: 2rem;
  }
}
.footer-wrapper .end-footer #block-footerend {
  order: 3;
  flex-grow: 1;
}
.footer-wrapper .end-footer #block-footerend p {
  max-width: 100%;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}
.footer-wrapper .end-footer .region-footer-end {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1320px) {
  .footer-wrapper .end-footer .region-footer-end {
    align-items: baseline;
    flex-direction: row;
    position: relative;
    margin-top: -3.125rem;
  }
}
.footer-wrapper #block-webform button.form-submit {
  width: 100%;
}

.region-footer-right {
  position: relative;
  z-index: 10;
}
.paragraph--type--cta-cards h2 {
  text-align: center;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--cta-cards .cta-cards {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
}
.paragraph--type--cta-cards .cta-cards .paragraph--type--cta-card {
  flex: 1 1;
  transition: box-shadow 0.6s ease;
  background-color: #000000;
  max-width: 21.875rem;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
}
.paragraph--type--cta-cards .cta-cards .paragraph--type--cta-card:hover, .paragraph--type--cta-cards .cta-cards .paragraph--type--cta-card:focus {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 880px) {
  .paragraph--type--cta-cards .cta-cards .paragraph--type--cta-card {
    margin-bottom: 0;
    flex: 1 0 calc(33% - 30px);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    max-width: calc(33% - 16px);
  }
  .paragraph--type--cta-cards .cta-cards .paragraph--type--cta-card:nth-child(3n+0) {
    margin-right: 0;
    flex: 1 0 calc(33% - 15px);
  }
  .paragraph--type--cta-cards .cta-cards .paragraph--type--cta-card:nth-child(3n+1) {
    margin-left: 0;
    flex: 1 0 calc(33% - 15px);
  }
}

@media only screen and (min-width: 880px) {
  .cta-cards .paragraph--type--cta-card {
    border-radius: 5px;
  }
}
.cta-cards .paragraph--type--cta-card a {
  color: #000000;
}
.cta-cards .paragraph--type--cta-card a:hover, .cta-cards .paragraph--type--cta-card a:active {
  text-decoration: none;
}
.cta-cards .paragraph--type--cta-card .cta-card-image {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 880px) {
  .cta-cards .paragraph--type--cta-card .cta-card-image img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    min-width: 100%;
  }
}
.cta-cards .paragraph--type--cta-card .cta-card-type {
  display: inline-block;
  background-color: #FFD20B;
  position: absolute;
  padding: 0.125rem 1.5625rem;
  margin-top: -1.25rem;
}
.cta-cards .paragraph--type--cta-card .cta-card-body {
  color: #FFFFFF;
  padding: 1.875rem 1.25rem;
}
.cta-cards .paragraph--type--cta-card .cta-card-body h3 {
  color: #FFFFFF;
}
@media only screen and (min-width: 880px) {
  .cta-cards .paragraph--type--cta-card .cta-card-body {
    border-radius: 0 0 5px 5px;
  }
}
.dealer-menu-background .sticky-menu {
  display: flex;
  justify-content: space-around;
}
.dealer-menu-background .sticky-menu .field--name-field-menu-links {
  justify-content: start;
}
.dealer-menu-background .sticky-menu .field--name-field-menu-links a {
  color: #FFFFFF;
}
.dealer-menu-background .sticky-menu .field--name-field-menu-links a:hover {
  color: #FFD20B;
}

.progress {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #F4F4F4;
  background-image: linear-gradient(to right, #225093, #225093);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
@media only screen and (max-width: 1319px) {
  .progress {
    margin-bottom: 1rem;
  }
}

.paragraph--type--slider {
  overflow: hidden;
}
.paragraph--type--slider h2 {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1319px) {
  .paragraph--type--slider h2 {
    margin-bottom: 3rem;
  }
}
.paragraph--type--slider .slider-title-center {
  text-align: center;
}

.slidecount {
  display: none;
}

.quote-slider-wrapper {
  width: 100% !important;
  margin-left: 0 !important;
}
.quote-slider-wrapper .progress {
  width: 50%;
  float: left;
}
.quote-slider-wrapper .arrows {
  width: 50%;
  float: right;
}
.quote-slider-wrapper .slidecount {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: bold;
  color: #000000;
  display: block;
  margin: 1.25rem 0 0 7.5rem;
}
@media only screen and (min-width: 880px) {
  .quote-slider-wrapper .slidecount {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .quote-slider-wrapper .slidecount {
    font-size: 0.75rem;
  }
}

.slide-wrapper {
  margin-left: 0.9375rem;
  width: 90%;
}
@media only screen and (min-width: 880px) {
  .slide-wrapper {
    width: 41.875rem;
    overflow: visible;
    margin-left: 5.625rem;
  }
}
.slide-wrapper .slider .slick-track, .slide-wrapper .slider .slick-list {
  overflow: visible;
}
.slide-wrapper .slider .slick-list {
  overflow: visible;
}
.slide-wrapper .slider .slick-slide {
  padding-right: 1.875rem;
}
.slide-wrapper .slider .slide-image {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 880px) {
  .slide-wrapper .slider .slide-image {
    margin-bottom: 1rem;
  }
}
.slide-wrapper .slider .slide-title {
  margin-bottom: 0.5rem;
}
.slider-footer {
  margin-top: 3.5625rem;
}
@media only screen and (max-width: 1319px) {
  .slider-footer {
    margin-top: 3rem;
    min-height: 4.25rem;
  }
}
.slider-footer .arrows {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1319px) {
  .slider-footer .arrows {
    margin-right: 1.3125rem;
  }
}
.slider-footer .arrows .slick-prev, .slider-footer .arrows .slick-next {
  position: relative;
  height: 3rem;
  width: 3rem;
  transform: none;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1319px) {
  .slider-footer .arrows .slick-prev, .slider-footer .arrows .slick-next {
    height: 2.5rem;
    width: 2.5rem;
  }
  .slider-footer .arrows .slick-prev:before, .slider-footer .arrows .slick-next:before {
    content: "";
    height: 2.5rem;
    width: 2.5rem;
  }
}
.slider-footer .arrows .slick-prev:before, .slider-footer .arrows .slick-next:before {
  content: "";
  background-image: url("../img/arrow_outline_active.svg");
  background-repeat: no-repeat;
  height: 3rem;
  width: 3rem;
  display: block;
  filter: brightness(0);
}
.slider-footer .arrows .slick-prev:focus, .slider-footer .arrows .slick-next:focus {
  border: 1px solid #181819;
}

@media only screen and (max-width: 879px) {
  .slider-footer.fluid-lg {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}

.arrows .slick-prev {
  margin-right: 1.25rem;
}
.arrows .slick-prev:before {
  transform: rotate(180deg);
  content: "";
}

.component--feature-scroll {
  flex-direction: column-reverse;
  display: flex;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll {
    flex-direction: inherit;
  }
}
.component--feature-scroll .component--feature-scroll__items {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.component--feature-scroll .component--feature-scroll__items::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__items {
    -ms-scroll-snap-type: inherit;
        scroll-snap-type: inherit;
  }
}
.component--feature-scroll .component--feature-scroll__items .component--scroll-feature-item {
  scroll-snap-align: start;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__items .component--scroll-feature-item {
    height: 100vh;
    min-height: 944px;
    scroll-snap-align: inherit;
  }
}
.component--feature-scroll .component--feature-scroll__indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  overflow: hidden;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__indicator {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner.fixed {
    position: fixed;
    top: 50%;
  }
}
.component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item {
  align-self: center;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 0.1875rem;
  max-width: 5.375rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  background: #696969;
  border-top: 0.9375rem solid #181819;
  border-bottom: 0.9375rem solid #181819;
  box-sizing: content-box;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item {
    background: none;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: inherit;
    margin-left: inherit;
    margin-right: inherit;
    border-top: none;
    border-bottom: none;
  }
}
.component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item:after {
  content: "";
  display: none;
  background: #696969;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item:after {
    display: block;
    width: 0.125rem;
    height: 2.75rem;
    margin-right: 0;
    margin-left: 1.125rem;
  }
}
.component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item .item__icon {
  display: none;
  width: 2.375rem;
  height: 1.25rem;
  border-radius: 50%;
  background: url(../img/snap_scroll_item.svg) center center no-repeat;
  margin-right: 0.75rem;
  vertical-align: middle;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item .item__icon {
    display: inline-block;
  }
}
.component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item .item__text {
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  vertical-align: middle;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 700;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item .item__text {
    display: inline-block;
  }
}
.component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item.active {
  color: #FFD20B;
  background: #FFD20B;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item.active {
    line-height: 2.5rem;
    background: none;
  }
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item.active .item__icon {
    width: 2.375rem;
    height: 2.375rem;
    border: 1px solid #FFD20B;
    background: url(../img/snap_scroll_item_active.svg) center center no-repeat;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
}
.component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item.active .item__text {
  height: 2.5rem;
  line-height: 2.5rem;
}
.component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item.active:after {
  background: #FFD20B;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item.item-last:after {
    display: none;
  }
  .component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item.item-last .item__icon {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll .component--feature-scroll__indicator .component--feature-scroll__indicator__inner .item.item-first .item__icon {
    margin-top: 0;
  }
}

.paragraph--type--video h2 {
  text-align: center;
}
.paragraph--type--video .video-embed-field-responsive-video:after {
  padding-bottom: 43.25%;
}
.paragraph--type--video .media-oembed-content,
.paragraph--type--video iframe {
  width: 100%;
  height: 12.5rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--video .media-oembed-content,
.paragraph--type--video iframe {
    height: 28.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--video .media-oembed-content,
.paragraph--type--video iframe {
    height: 37.5rem;
  }
}
.paragraph--type--video .video-embed-field-responsive-video iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--video .video-embed-field-responsive-video iframe {
    height: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--video .video-embed-field-responsive-video iframe {
    height: 100%;
  }
}

.colorbox-media-video {
  cursor: pointer !important;
  position: relative;
}
.colorbox-media-video:before, .colorbox-media-video:after {
  content: "";
  background: url("../img/play-btn-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 5.625rem;
  width: 5.625rem;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: opacity 0.6s ease;
}
.colorbox-media-video:before {
  z-index: 1;
  background-image: url("../img/play-btn-dark-hover.svg");
  opacity: 0;
}
.colorbox-media-video:hover:after, .colorbox-media-video:focus:after {
  opacity: 0;
}
.colorbox-media-video:hover:before, .colorbox-media-video:focus:before {
  opacity: 1;
}

.video-embed-field-lazy {
  position: relative;
}
.video-embed-field-lazy:hover .video-embed-field-lazy-play:before, .video-embed-field-lazy:hover .video-embed-field-lazy-play:after, .video-embed-field-lazy:focus .video-embed-field-lazy-play:before, .video-embed-field-lazy:focus .video-embed-field-lazy-play:after {
  background-image: url("../img/play-btn-dark-hover.svg");
}
.video-embed-field-lazy:hover .video-embed-field-lazy-play:after, .video-embed-field-lazy:focus .video-embed-field-lazy-play:after {
  opacity: 0;
}
.video-embed-field-lazy:hover .video-embed-field-lazy-play:before, .video-embed-field-lazy:focus .video-embed-field-lazy-play:before {
  opacity: 1;
}
.video-embed-field-lazy .video-embed-field-lazy-play {
  position: static;
  border: none;
  background: none;
}
.video-embed-field-lazy .video-embed-field-lazy-play:before, .video-embed-field-lazy .video-embed-field-lazy-play:after {
  content: "";
  background: url("../img/play-btn-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 5.625rem;
  width: 5.625rem;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: opacity 0.6s ease;
}
.video-embed-field-lazy .video-embed-field-lazy-play:before {
  z-index: 1;
  background-image: url("../img/play-btn-dark-hover.svg");
  opacity: 0;
}
.video-embed-field-lazy .video-embed-field-responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-embed-field-lazy .video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gm-control-active {
  background: #000;
}

.main-container .search-api-page-block-form-site-search {
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(-50vw + 50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 19.0625rem;
  position: relative;
  background: #181819;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container .search-api-page-block-form-site-search .paragraph__column {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 880px) {
  .main-container .search-api-page-block-form-site-search .paragraph__column > div:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .main-container .search-api-page-block-form-site-search .paragraph__column > div:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .main-container .search-api-page-block-form-site-search .paragraph__column > div:first-child {
    padding-left: 0;
  }
  .main-container .search-api-page-block-form-site-search .paragraph__column > div:last-child {
    padding-right: 0;
  }
}
.main-container .search-api-page-block-form-site-search .gradient-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
.main-container .search-api-page-block-form-site-search .gradient-bg:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: linear-gradient(90deg, #181819 31.16%, rgba(24, 24, 25, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  left: 0;
  top: 0;
}
.main-container .search-api-page-block-form-site-search .gradient-bg:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: linear-gradient(90deg, #181819 31.16%, rgba(24, 24, 25, 0) 100%);
  right: 0;
  top: 0;
}
.main-container .search-api-page-block-form-site-search:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: #181819 url("../img/featured-bg.svg") left top repeat-y;
  background-size: contain;
  opacity: 0.2;
}
@media only screen and (min-width: 880px) {
  .main-container .search-api-page-block-form-site-search:before {
    background: #181819 url("../img/search-hero-bg.svg") left 7.875rem no-repeat;
  }
}
.main-container .search-api-page-block-form-site-search:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: #181819 url("../img/featured-bg.svg") left top repeat-y;
  background-size: contain;
  opacity: 0.2;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
@media only screen and (min-width: 880px) {
  .main-container .search-api-page-block-form-site-search:after {
    background: #181819 url("../img/search-hero-bg.svg") left top no-repeat;
  }
}
.main-container .search-api-page-block-form-site-search .form-type-search,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete {
  margin-left: 1.25rem;
  max-width: 53.75rem;
}
@media only screen and (min-width: 880px) {
  .main-container .search-api-page-block-form-site-search .form-type-search,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete {
    width: 65%;
  }
}
.main-container .search-api-page-block-form-site-search .form-type-search .input-group,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete .input-group {
  width: 100%;
}
.main-container .search-api-page-block-form-site-search .form-type-search .input-group-addon,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete .input-group-addon {
  display: none;
}
.main-container .search-api-page-block-form-site-search .form-type-search input,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  padding: 0;
  min-height: 2.5rem;
  margin-bottom: 0.375rem;
}
@media only screen and (min-width: 880px) {
  .main-container .search-api-page-block-form-site-search .form-type-search input,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input {
    min-height: 5rem;
    margin-bottom: 0.375rem;
  }
}
@media only screen and (max-width: 1319px) {
  .main-container .search-api-page-block-form-site-search .form-type-search input,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input {
    font-size: 1.5rem;
  }
}
.main-container .search-api-page-block-form-site-search .form-type-search input:hover, .main-container .search-api-page-block-form-site-search .form-type-search input:focus,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input:hover,
.main-container .search-api-page-block-form-site-search .form-type-search-api-autocomplete input:focus {
  box-shadow: none;
}
.main-container .search-api-page-block-form-site-search .form-actions {
  padding: 0 1.25rem;
  display: block;
  margin-left: -0.625rem;
  z-index: 10;
  margin-bottom: 0;
}
.main-container .search-api-page-block-form-site-search button.btn.icon-before {
  margin: 0;
  width: 0;
  background: none;
  border: none;
  margin-left: -3.875rem;
  margin-bottom: 0.625rem;
  visibility: hidden;
}
@media only screen and (max-width: 1319px) {
  .main-container .search-api-page-block-form-site-search button.btn.icon-before {
    margin-bottom: 0.625rem;
  }
}
.main-container .search-api-page-block-form-site-search button.btn.icon-before span.glyphicon {
  visibility: visible;
  font-size: 1.5rem;
  margin-bottom: 2.1875rem;
  margin-left: 0;
  color: white;
}
@media only screen and (max-width: 1319px) {
  .main-container .search-api-page-block-form-site-search button.btn.icon-before span.glyphicon {
    margin-bottom: 0.625rem;
    margin-left: 0;
  }
}
.main-container .search-api-page-block-form-site-search button.btn.icon-before .glyphicon-search:before {
  background: url(../img/close.svg) center center no-repeat;
  width: 1rem;
  height: 1rem;
  content: " ";
  display: block;
  cursor: pointer;
}
.main-container .search-api-page-block-form-site-search button.btn.icon-before.search .glyphicon-search:before {
  background: none;
  content: "\e003";
  height: auto;
  width: auto;
}
@media only screen and (max-width: 1319px) {
  .main-container .search-api-page-block-form-site-search button.btn.icon-before.search {
    margin-top: -0.5625rem;
  }
  .main-container .search-api-page-block-form-site-search button.btn.icon-before.search span.glyphicon {
    margin-left: -0.5rem;
  }
}
.main-container .search-api-page-block-form-site-search .result-info {
  font-size: medium;
  font-weight: normal;
}
.main-container .search-api-page-block-form-site-search .search-result-info {
  color: white;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}

body > .search-api-autocomplete-search.ui-widget.ui-widget-content {
  border: none;
  margin-left: -1.875rem;
}
@media only screen and (max-width: 1319px) {
  body > .search-api-autocomplete-search.ui-widget.ui-widget-content {
    border: 1px solid #D7D7D7;
  }
}

body > .search-api-autocomplete-search {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #D7D7D7;
  padding: 1.5rem 0 0.75rem 0;
  overflow-y: auto;
  max-height: calc(100vh - 190px);
  width: calc(100% - 270px);
  color: #231F20;
}
body > .search-api-autocomplete-search .search-quick-link-static {
  border: 0;
  left: 0;
}
body > .search-api-autocomplete-search .search-suggested-searches-title {
  margin-left: 1.25rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1rem;
  color: #231F20;
  font-family: "Montserrat", sans-serif;
}
body > .search-api-autocomplete-search li.ui-menu-item {
  padding: 0;
}
body > .search-api-autocomplete-search li.ui-menu-item:hover, body > .search-api-autocomplete-search li.ui-menu-item:focus {
  background: #F4F4F4;
}
body > .search-api-autocomplete-search li.ui-menu-item:hover a, body > .search-api-autocomplete-search li.ui-menu-item:focus a {
  background-color: #F4F4F4;
  position: relative;
}
body > .search-api-autocomplete-search li.ui-menu-item:hover a:focus, body > .search-api-autocomplete-search li.ui-menu-item:hover a:hover, body > .search-api-autocomplete-search li.ui-menu-item:focus a:focus, body > .search-api-autocomplete-search li.ui-menu-item:focus a:hover {
  outline: none;
}
body > .search-api-autocomplete-search li.ui-menu-item:hover a.ui-state-active, body > .search-api-autocomplete-search li.ui-menu-item:focus a.ui-state-active {
  background-color: #F4F4F4;
}
body > .search-api-autocomplete-search li.ui-menu-item:hover a .search-api-autocomplete-suggestion, body > .search-api-autocomplete-search li.ui-menu-item:focus a .search-api-autocomplete-suggestion {
  color: #000000;
  display: inline;
  background-color: #F4F4F4 !important;
  text-decoration: none;
  font-weight: bold;
}
body > .search-api-autocomplete-search li.ui-menu-item:hover a .search-api-autocomplete-suggestion:after, body > .search-api-autocomplete-search li.ui-menu-item:focus a .search-api-autocomplete-suggestion:after {
  content: " ";
  display: inline-block;
  margin-left: 0.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.svg);
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1875rem;
}
body > .search-api-autocomplete-search li.ui-menu-item a {
  margin-bottom: 0.625rem;
  padding: 0.5rem 1.25rem 0.3125rem 1.25rem;
  display: block;
}
body > .search-api-autocomplete-search li.ui-menu-item a.ui-state-active {
  color: #000000;
  text-decoration: underline;
  background-color: white;
}
body > .search-api-autocomplete-search li.ui-menu-item a .search-api-autocomplete-suggestion {
  padding: 0;
  background: white !important;
  color: #000000 !important;
}
body > .search-api-autocomplete-search li.ui-menu-item a.ui-state-active {
  background-color: #F4F4F4;
  position: relative;
  outline: none;
}
body > .search-api-autocomplete-search li.ui-menu-item a.ui-state-active .search-api-autocomplete-suggestion {
  color: #000000;
  display: inline;
  background-color: #F4F4F4 !important;
  text-decoration: none;
  font-weight: bold;
}
body > .search-api-autocomplete-search li.ui-menu-item a.ui-state-active .search-api-autocomplete-suggestion:after {
  content: " ";
  display: inline-block;
  margin-left: 0.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.svg);
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1875rem;
}

body > #ui-id-2.search-api-autocomplete-search {
  width: auto;
}

.search-quick-links {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 880px) {
  .search-quick-links {
    margin-top: 7.0625rem;
  }
}
.search-quick-links h2 {
  font-size: 0.75rem;
  line-height: 1rem;
  border-bottom: 1px solid #C7C7C7;
  color: #515151;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0.5rem;
  margin-bottom: 1.625rem;
}
.search-quick-links .search-quick-link span {
  display: none;
}
.search-quick-links .search-quick-link ul li {
  padding-left: 0;
  font-size: 1rem;
  line-height: 2.375rem;
}
.search-quick-links .search-quick-link ul li a {
  color: #000000;
}
.search-quick-links .search-quick-link ul li a:hover, .search-quick-links .search-quick-link ul li a:focus {
  font-weight: bold;
  text-decoration: none;
}
.search-quick-links .search-quick-link ul li a:hover:after, .search-quick-links .search-quick-link ul li a:focus:after {
  content: " ";
  display: inline-block;
  margin-left: 0.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.svg);
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1875rem;
}

.search-api-autocomplete-search .search-quick-link span {
  display: block;
}
.search-api-autocomplete-search .search-quick-link ul li a:hover, .search-api-autocomplete-search .search-quick-link ul li a:focus {
  font-weight: bold;
  text-decoration: none;
}
.search-api-autocomplete-search .search-quick-link ul li a:hover:after, .search-api-autocomplete-search .search-quick-link ul li a:focus:after {
  content: " ";
  display: inline-block;
  margin-left: 0.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.svg);
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1875rem;
}

.search-wrapper {
  padding: 0 1.25rem 0 0;
}
@media only screen and (min-width: 880px) {
  .search-wrapper {
    padding: 0;
  }
}

.search-header p {
  color: #C7C7C7;
}
@media only screen and (min-width: 880px) {
  .search-header p {
    float: right;
    line-height: 3.5;
  }
}
@media only screen and (min-width: 880px) {
  .search-header h2 {
    position: absolute;
  }
}

.search-results {
  margin-top: 0;
}
@media only screen and (min-width: 880px) {
  .search-results {
    margin-top: 5rem;
    width: 90%;
  }
}
.search-results ul.pagination > li,
.search-results ul.pagination > li:first-child {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9375rem;
  font-weight: 700;
}
.search-results ul.pagination > li > a,
.search-results ul.pagination > li:first-child > a {
  border-radius: 50%;
  margin: 0 6px;
  border: none;
  color: #000000;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.search-results ul.pagination > li > a:hover,
.search-results ul.pagination > li:first-child > a:hover {
  background: #515151;
  color: #FFFFFF;
  text-decoration: none;
}
.search-results ul.pagination > li.active > a,
.search-results ul.pagination > li:first-child.active > a {
  background-color: #225093;
  color: #FFFFFF;
}
.search-results ul.pagination li.pager__item--first,
.search-results ul.pagination li.pager__item--last {
  display: none;
}
.search-results ul.pagination .pager__item--next a {
  background: url(../img/chevron-right.png) center center no-repeat;
  color: transparent;
  width: 32px;
  height: 32px;
}
.search-results ul.pagination .pager__item--next a:hover {
  color: transparent;
  background: url(../img/chevron-right.png) center center no-repeat;
}
.search-results ul.pagination .pager__item--previous a {
  background: url(../img/chevron-left.png) center center no-repeat;
  color: transparent;
  width: 32px;
  height: 32px;
}
.search-results ul.pagination .pager__item--previous a:hover {
  color: transparent;
  background: url(../img/chevron-left.png) center center no-repeat;
}
.search-results .search-result {
  border-bottom: 1px solid #C7C7C7;
  padding: 2.5rem 0;
}
.search-results .search-result h3 {
  margin-top: 0.625rem;
  line-height: 2.5rem;
}
.search-results .search-result a {
  color: #000000;
}
.search-results .search-result a h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.search-results .search-result a:hover, .search-results .search-result a:focus {
  color: #000000;
  text-decoration: none;
}
.search-results .search-result a:hover h3, .search-results .search-result a:focus h3 {
  color: #225093;
  text-decoration: underline;
}
.search-results .search-result a .url {
  color: #225093;
  text-decoration: underline;
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
.search-results .search-result .highlight {
  font-size: 1rem;
}

.navbar-header .search-api-page-block-form {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
  position: fixed;
  bottom: inherit;
  max-width: 100vw;
  width: calc(100vw - 203px);
  display: flex;
  margin-top: -2.1875rem;
  left: 11.875rem;
  background-color: #181819;
  max-height: 3.9375rem;
  z-index: 5;
}
@media only screen and (min-width: 880px) {
  .navbar-header .search-api-page-block-form {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .navbar-header .search-api-page-block-form {
    margin-top: -2rem;
  }
}
.navbar-header .search-api-page-block-form .ui-autocomplete-input {
  border: 0;
}
.navbar-header .search-api-page-block-form.do-show {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1320px) {
  .navbar-header .search-api-page-block-form.do-show:before {
    display: block;
    height: 100vh;
    width: 100vw;
    left: 0;
    z-index: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
  }
}
.navbar-header .search-api-page-block-form .form-group {
  margin-bottom: 0;
}
.navbar-header .search-api-page-block-form .input-group-addon {
  display: none;
}
.navbar-header .search-api-page-block-form .close {
  min-width: 3.4375rem;
  min-height: 1.25rem;
  background-repeat: no-repeat;
  background-image: url("../img/close-white.svg");
  background-position: center;
  display: inline-block;
  opacity: 1;
}
@media only screen and (max-width: 1319px) {
  .navbar-header .search-api-page-block-form .close {
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 11;
    background-image: url("../img/close-white.svg");
    opacity: 1;
  }
}
.navbar-header .search-api-page-block-form .close:hover {
  cursor: pointer;
}
.navbar-header .search-api-page-block-form .close:focus {
  border: 1px solid #fff;
}
.navbar-header .search-api-page-block-form form {
  display: block;
  align-items: center;
  min-height: 3.9375rem;
  margin-top: 7.5rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1319px) {
  .navbar-header .search-api-page-block-form form {
    width: 100%;
    max-width: 28.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: 7.5rem auto 0 auto;
  }
}
@media only screen and (min-width: 1320px) {
  .navbar-header .search-api-page-block-form form {
    margin-top: auto;
    margin-left: 1.875rem;
  }
}
.navbar-header .search-api-page-block-form .form-type-search-api-autocomplete {
  width: 100%;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 1320px) {
  .navbar-header .search-api-page-block-form .form-type-search-api-autocomplete {
    max-width: 53.125rem;
  }
}
@media only screen and (max-width: 1319px) {
  .navbar-header .search-api-page-block-form .form-type-search-api-autocomplete .input-group {
    width: 100%;
  }
}
.navbar-header .search-api-page-block-form .form-type-search-api-autocomplete .input-group input.form-control {
  font-weight: 500;
  font-size: 0.9375rem;
  box-shadow: none;
  outline: none;
}
@media only screen and (max-width: 1319px) {
  .navbar-header .search-api-page-block-form .form-type-search-api-autocomplete .input-group input.form-control {
    border-bottom: none;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    padding-bottom: 0;
  }
}
.navbar-header .search-api-page-block-form .form-type-search-api-autocomplete .input-group input.form-control:-ms-input-placeholder {
  color: #696969;
}
.navbar-header .search-api-page-block-form .form-type-search-api-autocomplete .input-group input.form-control::placeholder,
.navbar-header .search-api-page-block-form .form-type-search-api-autocomplete .input-group input.form-control:-ms-input-placeholder,
.navbar-header .search-api-page-block-form .form-type-search-api-autocomplete .input-group input.form-control::-ms-input-placeholder {
  color: #696969;
}
@media only screen and (max-width: 1319px) {
  .navbar-header .search-api-page-block-form .form-type-search-api-autocomplete .input-group input {
    border: none;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    background: #FFFFFF;
    padding-left: 0;
    color: #000000;
    outline: none;
  }
}
@media only screen and (min-width: 1320px) {
  .navbar-header .search-api-page-block-form .form-type-search-api-autocomplete .input-group {
    width: 100%;
    margin-left: 0;
  }
  .navbar-header .search-api-page-block-form .form-type-search-api-autocomplete .input-group input.form-control {
    width: 100%;
    box-shadow: none;
    background: rgba(24, 24, 25, 0.3);
    z-index: 0;
    color: #FFFFFF;
    padding-left: 1.875rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .navbar-header .search-api-page-block-form .form-type-search-api-autocomplete::before {
    background-image: url(../img/search-black.svg);
    background-color: #FFFFFF;
    right: 1.875rem;
    height: 1.125rem;
    width: 1.875rem;
    background-position: right center;
    left: auto;
  }
  .navbar-header .search-api-page-block-form .form-type-search-api-autocomplete .ui-autocomplete {
    box-shadow: none;
  }
}
@media only screen and (max-width: 879px) {
  .navbar-header .search-api-page-block-form .form-type-search-api-autocomplete::before {
    background-image: url(../img/search-black.svg);
    background-color: #FFFFFF;
    right: 1.875rem;
    height: 1.125rem;
    width: 1.875rem;
    background-position: right center;
  }
  .navbar-header .search-api-page-block-form .form-type-search-api-autocomplete .ui-autocomplete {
    box-shadow: none;
  }
}
.navbar-header .search-api-page-block-form .form-actions {
  display: block;
  margin-left: -10px;
  z-index: 10;
  position: absolute;
  left: 3.3125rem;
  top: 1.4375rem;
}
@media only screen and (max-width: 1319px) {
  .navbar-header .search-api-page-block-form .form-actions {
    margin-left: 0;
    right: 1.25rem;
    top: 1.5625rem;
    left: inherit;
  }
}
.navbar-header .search-api-page-block-form button.btn.icon-before {
  margin: 0;
  width: 0;
  background: none;
  padding: 0;
  border: none;
  margin-left: -2.5rem;
  display: flex;
  visibility: hidden;
}
@media only screen and (max-width: 1319px) {
  .navbar-header .search-api-page-block-form button.btn.icon-before {
    visibility: visible;
    background: url(../img/search-black.svg) right center no-repeat !important;
    border: 0;
    box-shadow: none;
    outline: none;
    background-size: cover !important;
    width: 1.125rem;
    margin-left: 0;
    text-indent: -9999px;
    height: 0;
    padding-top: 1.125rem;
    overflow: hidden;
    border-radius: 0;
    margin-top: 0.1875rem;
  }
}
.navbar-header .search-api-page-block-form button.btn.icon-before:hover {
  color: #FFD20B !important;
}
.navbar-header .search-api-page-block-form button.btn.icon-before span.glyphicon {
  visibility: visible;
  font-size: 1rem;
}

.search-quick-link-static {
  position: absolute;
  top: 4.0625rem;
  background-color: #FFFFFF;
  width: 100%;
  border: 1px solid #D7D7D7;
}
@media only screen and (max-width: 1319px) {
  .search-quick-link-static {
    border: 2px solid #C7C7C7;
    margin: 1.25rem;
    width: calc(100% - 40px);
  }
}
.search-quick-link-static .search-quick-link {
  color: #000000;
  padding: 2rem 1.25rem;
}
.search-quick-link-static .search-quick-link ul {
  margin-top: 2rem;
}
.search-quick-link-static .search-quick-link ul li {
  margin-bottom: 1rem;
}
.search-quick-link-static .search-quick-link ul li a {
  color: #000000;
  text-transform: none;
}
.search-quick-link-static .search-quick-link ul li a:focus, .search-quick-link-static .search-quick-link ul li a:hover {
  font-weight: bold;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.search-quick-link-static .search-quick-link ul li a:focus:after, .search-quick-link-static .search-quick-link ul li a:hover:after {
  content: " ";
  display: inline-block;
  margin-left: 0.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.svg);
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1875rem;
}
.search-quick-link-static.autocomplete-quicklinks {
  position: relative;
  top: 0;
  margin: 0;
}
@media only screen and (max-width: 1319px) {
  .search-quick-link-static.autocomplete-quicklinks {
    border: none;
  }
}

.search-api-page-block-form-site-search form {
  width: calc(100vw - 340px);
}

@media only screen and (max-width: 1319px) {
  form[id^=search-api-page-block-form-site-search] > .search-quick-link-static {
    border: 1px solid #D7D7D7;
    right: 0;
    margin-top: 0;
    top: 4rem;
  }
}
.searchno-result {
  text-align: center;
}
@media only screen and (max-width: 1319px) {
  .searchno-result {
    margin-top: 3rem;
  }
}
.searchno-result > span {
  line-height: 2.1875rem;
}
.searchno-result .search-contact {
  margin-top: 2.5rem;
}
.searchno-result .search-contact a {
  margin-right: 1.25rem;
}
.searchno-result .search-contact a::after {
  margin-left: 0.625rem;
}
.searchno-result .lead-text, .searchno-result .register-elements label, .register-elements .searchno-result label {
  padding-bottom: 4rem;
  border-bottom: 1px solid #D7D7D7;
}
.searchno-result img {
  margin: 0 auto;
  position: relative;
}

.search-popup-header {
  display: block !important;
  width: 100%;
  height: 4rem;
  background-color: #000000;
  text-align: center;
  color: #FFD20B;
  font-size: 0.9375rem;
  font-weight: 700;
  position: fixed;
  top: 0;
  line-height: 4rem;
}
@media only screen and (min-width: 1320px) {
  .search-popup-header {
    display: none !important;
  }
}
.search-popup-header .menu-back {
  min-width: 3.4375rem;
  min-height: 3.9375rem;
  display: inline-block;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: 0.375rem;
  background-image: url("../img/arrow_small_white_left.svg");
  background-position: center;
  height: 0.625rem;
  width: 0.625rem;
  position: absolute;
  left: 0;
  cursor: pointer;
}
.search-popup-header .menu-back:focus {
  border: 1px solid #FFD20B;
}

@media only screen and (min-width: 880px) {
  .desktop-search-view {
    display: block;
  }
}
body.hide-header-footer .desktop-search-view {
  display: none;
}

.search-mobile-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #FFFFFF;
  z-index: 12;
  display: none;
  margin: 0;
  right: 0;
}

.mobile-search-top-header {
  min-height: 28rem;
  background-color: #000000;
  color: #FFFFFF;
}
.mobile-search-top-header .menu-back-mobile-search {
  min-width: 3.4375rem;
  min-height: 4.0625rem;
  display: inline-block;
  background-color: #231F20;
  background-repeat: no-repeat;
  background-size: 0.375rem;
  background-image: url(../img/arrow_small_white_left.svg);
  background-position: center;
  height: 0.625rem;
  width: 0.625rem;
}
.mobile-search-top-header .menu-back-mobile-search:focus {
  border: 1px solid #FFD20B;
}
.mobile-search-top-header .mobile-search-parent-top {
  margin-left: 1.25rem;
  text-align: center;
  width: calc(100% - 150px);
  text-transform: uppercase;
}

.search-quick-link .search-api-autocomplete-search {
  display: block !important;
}

#block-suggestedsearch .search-quick-link ul {
  padding-left: 0;
}

.search-api-autocomplete-search .ui-menu-item {
  font-size: 1rem;
  line-height: 1.5rem;
}

.search-api-page-block-form-site-search .form-item input.form-autocomplete {
  background-image: none;
}

.resources-listing.withfilter .listing-grid .mobile-filter, .withfilter .hero-listing .mobile-filter {
  color: white;
  padding: 1.25rem 0;
  width: 100%;
  text-transform: uppercase;
}
.resources-listing.withfilter .listing-grid .mobile-filter:after, .withfilter .hero-listing .mobile-filter:after {
  content: "";
  background: url("../img/filter-list.svg");
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  height: 1.875rem;
  width: 1.875rem;
  z-index: 5;
  right: 1.25rem;
  top: 0.75rem;
}

.hero .view-filters {
  display: none;
}

.page-node-type-listing-page .view .view-filters {
  display: none;
}

.related-content__header {
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 880px) {
  .related-content__header {
    flex-direction: row;
    align-items: center;
  }
}
.related-content__header h2 {
  margin-bottom: 0.3125rem;
}
.related-content__header .tertiary-link {
  background-position: 100% 0.5rem;
}
@supports (-moz-appearance: none) {
  .related-content__header .tertiary-link {
    background-position: 100% 0.375rem;
  }
}
.related-content__header--with-border {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #D7D7D7;
}

.hero-featured-block {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 1100px) {
  .hero-featured-block .block-views > .form-group > .view {
    display: flex;
  }
}
.hero-featured-block .block-views > .form-group > .view .attachment .view-header {
  border-bottom: 1px solid #D7D7D7;
  color: #D7D7D7;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}

.black .listing-large-featured,
.listing-large-featured {
  max-width: 39.375rem;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 2.8125rem;
}
@media only screen and (min-width: 1100px) {
  .black .listing-large-featured,
.listing-large-featured {
    margin: 0;
  }
}
.black .listing-large-featured:hover,
.listing-large-featured:hover {
  text-decoration: none;
}
.black .listing-large-featured:hover .black .listing-large-featured,
.black .listing-large-featured:hover .listing-large-featured,
.listing-large-featured:hover .black .listing-large-featured,
.listing-large-featured:hover .listing-large-featured {
  text-decoration: none;
}
.black .listing-large-featured:hover .black .listing-large-featured__title,
.black .listing-large-featured:hover .listing-large-featured__title,
.listing-large-featured:hover .black .listing-large-featured__title,
.listing-large-featured:hover .listing-large-featured__title {
  text-decoration: underline;
  color: #FFFFFF;
}
.black .listing-large-featured:hover .black .listing-large-featured__body,
.black .listing-large-featured:hover .listing-large-featured__body,
.listing-large-featured:hover .black .listing-large-featured__body,
.listing-large-featured:hover .listing-large-featured__body {
  background-color: #181819;
  color: #FFFFFF;
}
.black .listing-large-featured:hover .black .listing-large-featured__excerpt,
.black .listing-large-featured:hover .listing-large-featured__excerpt,
.listing-large-featured:hover .black .listing-large-featured__excerpt,
.listing-large-featured:hover .listing-large-featured__excerpt {
  color: #C7C7C7;
}
.black .listing-large-featured:hover .black .listing-large-featured__authoring,
.black .listing-large-featured:hover .listing-large-featured__authoring,
.listing-large-featured:hover .black .listing-large-featured__authoring,
.listing-large-featured:hover .listing-large-featured__authoring {
  color: #C7C7C7;
}
.black .listing-large-featured article,
.listing-large-featured article {
  display: block;
  margin: 0;
  width: 100%;
  position: relative;
  max-width: 39.375rem;
}
.black .listing-large-featured__body,
.listing-large-featured__body {
  align-content: center;
  background-color: #FFFFFF;
  color: #000000;
  z-index: 1;
  padding: 3rem 2rem;
  position: relative;
  margin-left: 7%;
  margin-top: -24%;
  min-width: 100%;
  transition: 0.3s all;
}
.black .listing-large-featured__body.no-img,
.listing-large-featured__body.no-img {
  margin-top: 0;
}
@media only screen and (min-width: 1100px) {
  .black .listing-large-featured__body,
.listing-large-featured__body {
    margin: 0 auto;
    min-width: auto;
  }
}
@media only screen and (min-width: 880px) {
  .black .listing-large-featured__body,
.listing-large-featured__body {
    width: 29.375rem;
    margin-top: -6.875rem;
  }
}
.black .listing-large-featured__title,
.listing-large-featured__title {
  color: #000000;
}
.black .listing-large-featured__excerpt,
.listing-large-featured__excerpt {
  color: #515151;
}

.listing-small-featured {
  display: block;
  text-decoration: none;
  margin-bottom: 2.8125rem;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .listing-small-featured {
    width: 20.625rem;
  }
}
@media only screen and (min-width: 1320px) {
  .listing-small-featured {
    width: 33.125rem;
  }
}
.listing-small-featured:hover {
  text-decoration: none;
}
.listing-small-featured:hover .listing-small-featured {
  text-decoration: none;
}
.listing-small-featured:hover .listing-small-featured__title {
  text-decoration: underline;
}
.listing-small-featured article {
  text-decoration: none;
  color: #FFFFFF;
}
.listing-small-featured__title {
  color: #FFFFFF;
}
.listing-small-featured__title.h5 {
  color: #FFFFFF;
}
.listing-small-featured__authoring {
  color: #C7C7C7;
}

.listing-page.full.nofilter .hero-listing .overlay {
  min-height: 11.5rem;
}
.listing-page.full.nofilter .hero-listing .overlay .hero-content-wrapper {
  min-height: 0;
  margin-top: 5rem;
}
@media only screen and (max-width: 879px) {
  .listing-page.full.nofilter .hero-listing .overlay .hero-content-wrapper {
    margin-top: 2.6875rem;
  }
}
@media only screen and (max-width: 879px) {
  .listing-page.full.nofilter .hero-listing .overlay .hero-content-wrapper .header-hero-links {
    margin-bottom: 2.6875rem;
  }
}
.listing-page.full.nofilter .control-label {
  padding-bottom: 0.5rem;
}
.listing-page.full.nofilter .control-label:after {
  padding-left: 0.25rem;
}

.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 880px) {
  .featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header {
    margin-top: 2.3125rem;
    margin-bottom: 3.8125rem;
  }
}
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a {
  color: #FFFFFF;
  display: inline;
  position: relative;
  line-height: 1.875rem;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  line-height: 1.5rem;
}
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a:hover {
  color: #FFD20B;
  background-image: url(../img/link_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
}
.featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a:hover {
  border-bottom: 1px solid #FFD20B;
}
@media only screen and (max-width: 879px) {
  .featured.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .hero-header-link.tertiary-link-wrapper a {
    font-size: 0.75rem;
  }
}

.anchor-listing.withfilter .overlay.black {
  min-height: 12.1875rem;
}
@media only screen and (min-width: 880px) {
  .anchor-listing.withfilter .overlay.black .hero-content-wrapper {
    min-height: 19.375rem;
  }
}
.anchor-listing.withfilter .overlay.black .hero-content-wrapper .hero-header {
  margin-top: 4rem;
}
@media only screen and (min-width: 880px) {
  .anchor-listing.withfilter .overlay.black .hero-content-wrapper .hero-header {
    margin-top: 7.125rem;
  }
}
.anchor-listing.withfilter .overlay.black .hero-content-wrapper h1 {
  background-color: #FFD20B;
  padding: 0 0.3125rem 0.0625rem 0.3125rem;
  color: #000000;
  display: inline-block;
}
@media only screen and (min-width: 880px) {
  .anchor-listing.withfilter .overlay.black .hero-content-wrapper h1 {
    padding: 0 0.625rem 0.125rem 0.625rem;
  }
}

.withfilter .hero-listing {
  overflow: visible;
}
.withfilter .hero-listing .background {
  min-height: 16.875rem;
}
.withfilter .hero-listing .hero-content {
  padding: 0;
}
.withfilter .hero-listing .overlay {
  overflow: visible;
  min-height: 10.625rem;
}
.withfilter .hero-listing .overlay .hero-content-wrapper {
  min-height: 7rem;
  margin-left: 0;
  display: block;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .overlay .hero-content-wrapper {
    margin: 0 auto 3rem auto;
  }
}
@media only screen and (min-width: 1700px) {
  .withfilter .hero-listing .overlay .hero-content-wrapper {
    min-height: 10.5rem;
  }
}
.withfilter .hero-listing .overlay .hero-content-wrapper.listing-featured {
  min-height: auto;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .overlay .hero-content-wrapper.listing-featured {
    margin: 0 auto;
  }
}
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header {
  margin-top: 2.75rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .overlay .hero-content-wrapper .hero-header {
    margin-top: 5rem;
  }
}
.withfilter .hero-listing .overlay .hero-content-wrapper .hero-header .subscribe-link a {
  color: #FFFFFF;
  text-transform: uppercase;
}
.withfilter .hero-listing .overlay .hero-content-wrapper h1 {
  margin-bottom: 0;
  color: #FFFFFF;
}
.withfilter .hero-listing .overlay .listing-filter {
  min-height: 3.5rem;
  background-color: #181819;
}
.withfilter .hero-listing .overlay .listing-filter:before {
  position: absolute;
  width: 100%;
  height: 15px;
  background: #181819;
  content: " ";
  display: block;
  top: -15px;
}
.withfilter .hero-listing .overlay .listing-filter.fix-to-top {
  overflow: visible;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .mobile-filter {
    display: none;
  }
}
.withfilter .hero-listing .hero-filter-wrapper {
  min-height: 3.75rem;
  padding-bottom: 0.9375rem;
  transition: 0.3s all;
  transform: translateX(100vw);
}
@media only screen and (max-width: 879px) {
  .withfilter .hero-listing .hero-filter-wrapper {
    transform: none;
    position: absolute;
    left: 100%;
  }
}
.withfilter .hero-listing .hero-filter-wrapper.do-show {
  transform: translateX(0);
}
@media only screen and (max-width: 879px) {
  .withfilter .hero-listing .hero-filter-wrapper.do-show {
    transform: none;
    left: 0;
  }
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper {
    transform: none;
    padding-bottom: 0;
    align-items: center;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 879px) {
  .withfilter .hero-listing .hero-filter-wrapper {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1111;
    background-color: #181819;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 879px) {
  .withfilter .hero-listing .hero-filter-wrapper .filter-headers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 4rem;
    margin: 0 0.3125rem;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .filter-reset {
  background-repeat: no-repeat;
  background-image: url("../img/reset.svg");
  background-position: center;
  min-height: 3.4375rem;
  min-width: 3.4375rem;
  display: inline-block;
}
@media only screen and (max-width: 879px) {
  .withfilter .hero-listing .hero-filter-wrapper .filter-headers .filter-reset {
    color: #181819;
  }
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .filter-headers .filter-reset {
    display: none;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label {
  padding-right: 0;
  margin: 0;
  text-transform: uppercase;
  color: #FFD20B;
}
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label.noreset {
  margin: 0 auto;
  padding-left: 3.125rem;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .filter-headers .text-label {
    padding: 0.3125rem 0;
    color: #D7D7D7;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .filter-headers .filter-close {
  background-repeat: no-repeat;
  background-image: url("../img/close.svg");
  background-position: center;
  min-height: 3.4375rem;
  min-width: 3.4375rem;
  display: inline-block;
}
@media only screen and (max-width: 879px) {
  .withfilter .hero-listing .hero-filter-wrapper .filter-headers .filter-close {
    color: #181819;
  }
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .filter-headers .filter-close {
    display: none;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter {
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter {
    align-items: center;
  }
}
@media only screen and (max-width: 879px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter {
    flex-direction: column;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter .filter-mobile-apply {
  order: 10;
  margin: 1.25rem;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter .filter-mobile-apply {
    display: none;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter .filter-mobile-apply button {
  width: 100%;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > a,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter .view-content a {
  padding: 0.625rem 1.5625rem;
  background: none;
  border: none;
  color: white;
  display: block;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > a,
.withfilter .hero-listing .hero-filter-wrapper .hero-filter .view-content a {
    padding: 0.875rem 1.5625rem;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter .view-content {
  display: flex;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter .view-content a {
  padding: 0.625rem 1.5625rem;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter .view-content a {
    padding: 0.875rem 0.9375rem;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section {
  position: relative;
  border-bottom: 1px solid #515151;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section {
    border-bottom: 0;
    margin-right: 1.875rem;
    width: 25%;
    max-width: 18.75rem;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section:first-child {
  border-top: 1px solid #515151;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section:first-child {
    border-top: 0;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section.views-element-container {
  border: none;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch {
  border: none;
  min-height: 3.75rem;
  display: flex;
  align-self: flex-end;
  width: 100%;
  order: 4;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch {
    margin: 0;
    order: initial;
    align-self: center;
    border-bottom: none;
    flex: 1;
  }
}
@media only screen and (min-width: 1100px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch {
    width: auto;
    margin: 0 1.25rem;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone {
  align-self: center;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone .text-search {
  position: relative;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone .text-search label {
  display: none;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone .text-search:before {
  content: "";
  background: url("../img/search_gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 3rem;
  width: 3.75rem;
  z-index: 5;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone .text-search:before {
    width: 1.875rem;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone input {
  background-color: #181819;
  border: none;
  color: #FFFFFF;
  border-bottom: 1px solid white;
  padding: 0 0 0 3.3125rem;
  min-height: 3.375rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone input {
    padding: 0 0 0 2.25rem;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone input:focus {
  box-shadow: none;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone .input-group-addon {
  display: none;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfilterresourcelistingsort {
    margin-left: auto;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section section.exposed-filter-clone {
  position: inherit;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
  min-height: 4rem;
  padding: 1.25rem 1.5rem;
  width: 100%;
  background: none;
  border: none;
  color: white;
  text-align: left;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    text-transform: none;
    padding: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    letter-spacing: 0;
    border-bottom: 1px solid white;
  }
}
@media only screen and (min-width: 880px) and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1100px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1100px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1100px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    margin-bottom: 0.5rem;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger) span {
  display: block;
  width: 100%;
  position: relative;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger) span:after {
  content: "";
  display: inline-block;
  background: url(../img/drop-down-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.625rem;
  height: 0.3125rem;
  margin-left: 0.3125rem;
  margin-bottom: 0.125rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
  transition: transform 0.5s;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content {
  display: none;
  width: 100%;
  background-color: #fff;
  margin-top: 0.0625rem !important;
  padding: 1.25rem;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content {
    width: 18.75rem;
    position: absolute;
    z-index: 5;
    max-height: 17rem;
    box-shadow: -5px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content label {
  text-transform: none;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul {
  padding-left: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul {
    overflow-y: scroll;
    max-height: 14.0625rem;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul::-webkit-scrollbar {
  width: 0.5rem;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background: #F4F4F4;
  border: 3px solid white;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul::-webkit-scrollbar-thumb {
  border-left: 3px solid white;
  border-right: 3px solid white;
  background: #225093;
  border-radius: 0.625rem;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li:last-child {
    margin-bottom: 0;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label {
  padding-left: 0.125rem;
  flex: 1;
  cursor: pointer;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label .facet-item__status {
  display: none;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li input {
  margin-top: -0.25rem;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content ul li input:checked + label {
  font-weight: bold;
  color: #225093;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button#button-filter-sort:not(.trigger) {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1rem;
  letter-spacing: 1px;
  text-align: left;
  border-bottom: 0;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button#button-filter-sort:not(.trigger) {
    text-align: right;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button#button-filter-sort:not(.trigger) span {
  padding-right: 0.375rem;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button#button-filter-sort:not(.trigger) span:after {
  background: url(../img/sort_arrow_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.8125rem;
  height: 0.625rem;
  margin-top: -0.25rem;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button#button-filter-sort:not(.trigger) span:after {
    margin-right: -0.8125rem;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button.dropdown__toggle--active {
  color: #FFD20B;
}
@media only screen and (min-width: 880px) {
  .withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button.dropdown__toggle--active {
    border-bottom: 1px solid #FFD20B;
  }
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button.dropdown__toggle--active span:after {
  background: url(../img/drop-down-down-yellow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button.dropdown__toggle--active#button-filter-sort {
  border-bottom: 0;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button.dropdown__toggle--active#button-filter-sort span:after {
  background: url(../img/sort_arrow_yellow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter input[type=checkbox] {
  border: 2px solid #515151;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.withfilter .hero-listing .hero-filter-wrapper .hero-filter input[type=checkbox]:checked {
  border: none;
}

.pager,
.pagination {
  width: 100%;
  text-align: center;
  margin-top: 3.125rem;
}
@media only screen and (min-width: 880px) {
  .pager,
.pagination {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .pager,
.pagination {
    margin-top: 5rem;
  }
}

.pager li > a,
.pagination li > a {
  padding: 0.3125rem 0.75rem;
  line-height: 2rem;
}

.js-pager__items .button {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  border-radius: 32px;
  border: 1px solid #000;
  color: #000;
  padding: 1.3125rem 2rem;
}

@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .hero-listing .hero-filter-wrapper.mobile {
    display: none;
  }
}
.resources-listing.withfilter .hero-listing .hero-filter-wrapper .hero-filter {
  flex-direction: column;
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section {
    border-top: 1px solid #D7D7D7;
    width: 100%;
    max-width: 17rem;
    margin: 0;
  }
}
.resources-listing.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch {
  margin: 0;
  order: 0;
}
.resources-listing.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone .text-search {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 879px) {
  .resources-listing.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone .text-search {
    padding: 1.5rem 1.25rem 1rem 1.25rem;
  }
}
.resources-listing.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone .text-search:before {
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 0.625rem;
}
.resources-listing.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone input {
  padding: 0 0 0 2.375rem;
}
@media only screen and (max-width: 879px) {
  .resources-listing.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone input {
    background-color: #FFFFFF;
  }
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone input {
    background: none;
    border: 1px solid #515151;
  }
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    color: #000000;
  }
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid {
    display: flex;
    -moz-column-gap: 3.4375rem;
         column-gap: 3.4375rem;
  }
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar {
    width: 17rem;
  }
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 879px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper {
    display: none;
  }
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter {
  flex-direction: column;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter input[type=checkbox] {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border: 1.5px solid #515151;
  border-radius: 2px;
  margin-right: 0.5rem;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter input[type=checkbox]:checked {
  border: none;
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section {
    border-top: 1px solid #D7D7D7;
    width: 100%;
    max-width: 17rem;
    margin: 0;
  }
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .block-title {
  margin: 0;
  text-transform: uppercase;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch {
  margin: 0;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone .text-search {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 879px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone .text-search {
    padding: 1.5rem 1.25rem 1rem 1.25rem;
  }
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone .text-search .form-text {
  min-height: 2.875rem;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone .text-search:before {
  content: "";
  background: url("../img/search_gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 1rem;
  width: 1rem;
  margin-left: 0.625rem;
  margin-bottom: 1.875rem;
  z-index: 5;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone input {
  padding: 0 0 0 2.375rem;
}
@media only screen and (max-width: 879px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone input {
    background-color: #FFFFFF;
  }
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone input {
    background: none;
    border: 1px solid #515151;
  }
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-exposedfiltertextsearch .exposed-filter-clone input.form-text {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-exposedfilterresourcelistingsort {
    display: none;
  }
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    color: #000000;
    min-height: 2.875rem;
    padding: 1.25rem 1.5rem;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    position: relative;
    padding: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    font-weight: normal;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 880px) and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1100px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1100px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger) {
    line-height: 1.375rem;
  }
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger) span {
  display: block;
  width: 100%;
  position: relative;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button:not(.trigger) span:after {
  content: "";
  display: inline-block;
  background: url(../img/chevron-down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.6875rem;
  height: 0.5rem;
  margin-left: 0.3125rem;
  margin-bottom: 0.125rem;
  position: absolute;
  right: 0;
  top: 0.25rem;
  transition: transform 0.5s;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content {
  display: none;
  width: 100%;
  background-color: #fff;
  color: #000000;
  margin-top: 0.0625rem !important;
  padding: 1.25rem;
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content {
    position: relative;
    z-index: 5;
    padding: 0.3125rem 1.25rem 1.5rem 0.75rem;
  }
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content label .facet-item__value {
  text-transform: capitalize;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul {
  padding-left: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul::-webkit-scrollbar {
  width: 0.5rem;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background: #F4F4F4;
  border: 3px solid white;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul::-webkit-scrollbar-thumb {
  border-left: 3px solid white;
  border-right: 3px solid white;
  background: #225093;
  border-radius: 0.625rem;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li:last-child {
    margin-bottom: 0;
  }
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label {
  padding-left: 0.125rem;
  flex: 1;
  cursor: pointer;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li label .facet-item__status {
  display: none;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li input {
  margin-top: -0.25rem;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section .dropdown__content ul li input:checked + label {
  font-weight: bold;
  color: #225093;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section button.dropdown__toggle--active span:after {
  transform: rotate(180deg);
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-filetypes .dropdown__content label .facet-item__value, .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-fileformat .dropdown__content label .facet-item__value {
  text-transform: uppercase;
}
.resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-filetypes .dropdown__content label .facet-item__value.file-types-bimrevit, .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-filetypes .dropdown__content label .facet-item__value.file-types-cad, .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-fileformat .dropdown__content label .facet-item__value.file-types-bimrevit, .resources-listing.withfilter .listing-grid .listing-sidebar .hero-filter-wrapper .hero-filter > section#block-fileformat .dropdown__content label .facet-item__value.file-types-cad {
  text-transform: none;
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .mobile-filter {
    display: none;
  }
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-main {
    width: 70%;
  }
}
@media only screen and (max-width: 879px) {
  .resources-listing.withfilter .listing-grid .listing-main .resource-sort {
    display: none;
  }
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content {
  display: none;
  width: 100%;
  background-color: #fff;
  margin-top: 0.0625rem !important;
  padding: 1.25rem;
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content {
    width: 18.75rem;
    position: absolute;
    z-index: 5;
    max-height: 17rem;
    box-shadow: -5px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content label {
  text-transform: none;
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul {
  padding-left: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul {
    max-height: 14.0625rem;
  }
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul::-webkit-scrollbar {
  width: 0.5rem;
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background: #F4F4F4;
  border: 3px solid white;
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul::-webkit-scrollbar-thumb {
  border-left: 3px solid white;
  border-right: 3px solid white;
  background: #225093;
  border-radius: 0.625rem;
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 880px) {
  .resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li:last-child {
    margin-bottom: 0;
  }
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li label {
  padding-left: 0.125rem;
  flex: 1;
  cursor: pointer;
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li label .facet-item__status {
  display: none;
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li input {
  margin-top: -0.25rem;
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li input:checked + label {
  font-weight: bold;
  color: #225093;
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li a {
  color: #000000;
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li a:hover, .resources-listing.withfilter .listing-grid .listing-main .resource-sort .dropdown__content ul li a:focus-visible {
  text-decoration: underline;
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort button.dropdown__toggle--active {
  color: #000000;
}
.resources-listing.withfilter .listing-grid .listing-main .resource-sort button.dropdown__toggle--active span:after {
  transform: rotate(180deg);
}

.product.product-page {
  margin-top: 5rem;
  position: relative;
  overflow: visible;
}
@media only screen and (min-width: 1100px) {
  .product.product-page {
    margin-top: 7.5rem;
  }
}
.product.product-page h1 {
  color: #000000;
}
.product.product-page .product-back {
  position: absolute;
  top: -2.625rem;
  left: 1.25rem;
}
@media only screen and (min-width: 880px) {
  .product.product-page .product-back {
    top: -2.125rem;
    left: 5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-back {
    top: -5rem;
    left: 6.25rem;
  }
}
.product.product-page .product-hero {
  margin-bottom: 2rem;
}
.product.product-page .product-hero .product-title h1 {
  margin-bottom: 1rem;
}
.product.product-page .hero-product {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1100px) {
  .product.product-page .hero-product {
    margin-bottom: 5rem;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1320px) {
  .product.product-page .hero-product {
    -moz-column-gap: 28%;
         column-gap: 28%;
  }
}
@media only screen and (max-width: 1099px) {
  .product.product-page .hero-product__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.product.product-page .product-info {
  order: 3;
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-info {
    order: inherit;
    max-width: 32.5rem;
  }
}
.product.product-page .popular-products {
  background-color: #f7f7f7;
  padding: 2rem 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .product.product-page .popular-products {
    width: -moz-fit-content;
    width: fit-content;
    padding: 2.5rem 2.5rem 4rem 2.5rem;
  }
}
.product.product-page .popular-products__wrapper {
  align-self: flex-end;
}
@media only screen and (max-width: 1099px) {
  .product.product-page .popular-products__wrapper {
    width: 100%;
    margin-top: 2.625rem;
  }
}
@media only screen and (max-width: 879px) {
  .product.product-page .popular-products__content {
    width: 15rem;
  }
}
@media only screen and (min-width: 1100px) {
  .product.product-page .popular-products__content {
    width: 20.625rem;
  }
}
.product.product-page .popular-products h2 {
  line-height: 0;
  margin: 0;
}
.product.product-page .popular-products h2 .yellow-tag {
  margin-bottom: 1.5rem;
}
.product.product-page .popular-products__links {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.product.product-page .popular-products__links .product-link {
  position: relative;
  color: #000000;
  padding-left: 1.625rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
}
@media only screen and (min-width: 880px) {
  .product.product-page .popular-products__links .product-link {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1100px) {
  .product.product-page .popular-products__links .product-link {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 880px) {
  .product.product-page .popular-products__links .product-link {
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .product.product-page .popular-products__links .product-link {
    line-height: 1.75rem;
  }
}
.product.product-page .popular-products__links .product-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/download_img/PDF.svg);
  filter: brightness(0) saturate(100%) invert(24%) sepia(55%) saturate(1238%) hue-rotate(186deg) brightness(97%) contrast(92%);
}
.product.product-page .popular-products__default-link {
  margin-top: 1.5rem;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
  position: relative;
}
.product.product-page .popular-products__default-link a {
  color: #000000;
}
.product.product-page .popular-products__default-link:after {
  content: "";
  display: inline-block;
  min-width: 1rem;
  min-height: 1rem;
  background: url(../img/download_arrow.svg) right center no-repeat;
  transform: rotate(-90deg);
  background-size: 0.875rem 0.875rem;
  vertical-align: middle;
  padding-left: 0.9375rem;
}
@media only screen and (min-width: 880px) {
  .product.product-page .popular-products__default-link:after {
    margin-top: 0;
    vertical-align: middle;
  }
}
.product.product-page .popular-products__footer {
  position: relative;
  text-decoration: none;
}
.product.product-page .popular-products__footer::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #223593 0, #285FAE 100%);
  transform: scaleX(0);
  transform-origin: left;
  animation: border-expand 0.25s ease-in forwards;
  pointer-events: none;
  bottom: 0;
}
.product.product-page .product-components-wrapper {
  background: #FFFFFF;
  border-top: 1px solid #F4F4F4;
}
.product.product-page .product-components-wrapper .inner {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.product.product-page .product-components {
  padding-top: 0;
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-components {
    padding-top: 0;
  }
}
.product.product-page .sticky-menu {
  z-index: 13;
}
.product.product-page .sticky-menu .field--name-field-product-model {
  display: none;
}
@media only screen and (min-width: 1320px) {
  .product.product-page .sticky-menu .field--name-field-product-model {
    display: inline-block;
    margin-right: 5rem;
    max-width: 24.375rem;
  }
}
.product.product-page .sticky-menu .product-tabs-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1320px) {
  .product.product-page .sticky-menu .product-tabs-wrapper {
    width: auto;
  }
}
.product.product-page .sticky-menu .product-tabs__product-modes {
  width: 100%;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1320px) {
  .product.product-page .sticky-menu .product-tabs__product-modes {
    width: auto;
    font-weight: 500;
    line-height: 1.375rem;
    text-transform: none;
  }
}
.product.product-page .sticky-menu .product-tabs__product-modes a {
  color: #000000;
  margin-right: 1.5625rem;
  display: block;
  width: 100%;
  border-bottom: 1px solid #F4F4F4;
  padding: 1.25rem;
}
.product.product-page .sticky-menu .product-tabs__product-modes a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: none;
}
.product.product-page .sticky-menu .product-tabs__product-modes a:focus:not(:focus-visible) {
  outline: none;
}
@-moz-document url-prefix() {
  .product.product-page .sticky-menu .product-tabs__product-modes a:focus {
    outline: 5px solid Highlight;
  }
}
@media only screen and (min-width: 1320px) {
  .product.product-page .sticky-menu .product-tabs__product-modes a {
    border-bottom: 0;
    padding: 1.25rem 0;
    display: inline-block;
    width: auto;
    background-image: linear-gradient(to right, #225093 100%, #225093 100%);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    transition: background-size 0.25s ease-in-out;
  }
  .product.product-page .sticky-menu .product-tabs__product-modes a:hover {
    text-decoration: none;
    background-size: 100% 2px;
  }
  .product.product-page .sticky-menu .product-tabs__product-modes a#active-tab {
    background-size: 100% 2px;
  }
}
.product.product-page .sticky-menu .product-tabs__product-modes a#active-tab {
  color: #225093;
}
@media only screen and (min-width: 1320px) {
  .product.product-page .sticky-menu .product-tabs__product-modes a#active-tab {
    font-weight: bold;
    color: #000000;
  }
}
.product.product-page .sticky-menu .product-tabs__links {
  padding: 1.25rem;
}
@media only screen and (min-width: 1320px) {
  .product.product-page .sticky-menu .product-tabs__links {
    padding: 0;
  }
}
.product.product-page .sticky-menu .product-tabs__links .btn.btn-light-secondary-small.btn-blue {
  display: none;
}
@media only screen and (min-width: 1320px) {
  .product.product-page .sticky-menu .product-tabs__links .btn.btn-light-secondary-small.btn-blue {
    display: inline-block;
  }
}
.product.product-page .product-images-nav:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  gap: 6px;
  opacity: 1;
  width: 30000px;
}
.product.product-page .product-images-nav:not(.slick-initialized) > div {
  flex: 0 0 auto;
  height: 100%;
  width: 327px;
}
@media (min-width: 480px) {
  .product.product-page .product-images-nav:not(.slick-initialized) > div {
    width: 430px;
  }
}
@media (min-width: 768px) {
  .product.product-page .product-images-nav:not(.slick-initialized) > div {
    width: 720px;
  }
}
@media (min-width: 1024px) {
  .product.product-page .product-images-nav:not(.slick-initialized) > div {
    width: 1024px;
  }
}
@media only screen and (min-width: 1320px) {
  .product.product-page .product-images-nav:not(.slick-initialized) > div {
    height: 492px;
    width: 492px;
  }
  .product.product-page .product-images-nav:not(.slick-initialized) > div:first-child {
    width: 851px;
  }
}
.product.product-page .product-images-nav:not(.slick-initialized) > div .colorbox,
.product.product-page .product-images-nav:not(.slick-initialized) > div .colorbox-media-video,
.product.product-page .product-images-nav:not(.slick-initialized) > div img {
  height: 100%;
  width: 100%;
}
.product.product-page .product-images-nav:not(.slick-initialized) > div .view-image {
  display: none;
}
.product.product-page .product-images-nav:not(.slick-initialized) > div .views-row,
.product.product-page .product-images-nav:not(.slick-initialized) > div .views-field,
.product.product-page .product-images-nav:not(.slick-initialized) > div .field-content,
.product.product-page .product-images-nav:not(.slick-initialized) > div .contextual-region {
  height: 100%;
}
.product.product-page .product-images-nav:not(.slick-initialized) > div .field-content > div {
  height: 100%;
}
.product.product-page .product-images-nav .slick-list {
  overflow: visible;
  clip-path: polygon(0 0, 200% 0, 200% 100%, 0 100%);
}
.product.product-page .product-images-nav a {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1320px) {
  .product.product-page .product-images-nav .slick-slide {
    width: 492px;
    height: 492px;
    transition: width 0.15s ease-in-out;
  }
  .product.product-page .product-images-nav .slick-slide.slick-active {
    width: 851px;
  }
  .product.product-page .product-images-nav .slick-slide > div {
    height: 100%;
  }
  .product.product-page .product-images-nav .slick-slide > div > div {
    height: 100%;
  }
  .product.product-page .product-images-nav .slick-slide > div .views-row {
    height: 100%;
  }
  .product.product-page .product-images-nav .slick-slide > div .views-row .views-field-field-rp-video {
    height: 100%;
  }
  .product.product-page .product-images-nav .slick-slide > div .views-row .views-field-field-rp-video .field-content {
    height: 100%;
  }
  .product.product-page .product-images-nav .slick-slide > div .views-row .views-field-field-rp-video .field-content > div {
    height: 100%;
  }
  .product.product-page .product-images-nav .slick-slide > div .views-row .views-field-field-rp-video .field-content .colorbox-media-video {
    height: 100%;
  }
}
.product.product-page .product-images-nav .slick-slide > div {
  padding: 8px 4px;
  cursor: pointer;
  transition: width 0.5s ease-in-out;
}
.product.product-page .product-images-nav .slick-slide > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product.product-page .product-images-nav .slick-slide > div div {
  display: block;
}
.product.product-page .product-images-nav .slick-slide.slick-current div {
  cursor: inherit;
}
.product.product-page .product-images-nav .slick-slide .view-image {
  display: none;
}
.product.product-page .product-images-nav .slick-prev {
  background: url(../img/back_arrow_yellow.svg) center center no-repeat;
  background-size: cover;
  width: 2.5rem;
  height: 2.5rem;
  left: 1rem;
  z-index: 8;
}
.product.product-page .product-images-nav .slick-prev:before {
  display: none;
}
.product.product-page .product-images-nav .slick-prev:focus, .product.product-page .product-images-nav .slick-prev:hover {
  background: url(../img/back_arrow_black.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1099px) {
  .product.product-page .product-images-nav .slick-prev {
    top: calc(50% - 30px);
    transform: none;
  }
}
.product.product-page .product-images-nav .slick-next {
  background: url(../img/back_arrow_yellow.svg) center center no-repeat;
  background-size: cover;
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(180deg);
  right: 1rem;
  top: calc(50% - 20px);
  z-index: 8;
}
.product.product-page .product-images-nav .slick-next:before {
  display: none;
}
.product.product-page .product-images-nav .slick-next:focus, .product.product-page .product-images-nav .slick-next:hover {
  background: url(../img/back_arrow_black.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1099px) {
  .product.product-page .product-images-nav .slick-next {
    top: calc(50% - 30px);
  }
}
.product.product-page .product-images-nav .slick-prev,
.product.product-page .product-images-nav .slick-next {
  border: 3px solid transparent;
}
.product.product-page .product-images .slick-slide div {
  width: 100%;
  height: 100%;
}
.product.product-page .product-images .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.product.product-page .product-images .view-image {
  display: none;
}
.product.product-page .product-images img {
  width: 100%;
  height: auto;
}
.product.product-page .product-images .views-element-container {
  width: 100%;
  height: 100%;
  display: block;
}
.product.product-page .product-images .views-element-container div {
  width: 100%;
  height: 100%;
  display: block;
}
.product.product-page .product-images .views-element-container div.view-image {
  display: none;
}
.product.product-page .product-images .contextual {
  display: none !important;
}
.product.product-page .product-details {
  padding-top: 4rem;
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-details {
    padding-top: 7.5rem;
  }
}
.product.product-page .product-details > h2 {
  text-align: center;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 879px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion {
    padding-bottom: 4rem;
  }
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper {
  justify-content: center;
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1319px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw tbody {
    border-bottom: 1px solid #36383d;
  }
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw tr:first-child td {
  float: none;
  clear: none;
  padding-top: 0;
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw tr:first-child td {
    max-width: 8.5rem;
  }
}
@media only screen and (max-width: 879px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td {
    margin-bottom: 0;
    padding: 0 0 1rem 0;
    display: block;
  }
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child {
  max-width: 15.9375rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 879px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child {
    padding: 1rem 0 0.75rem 0;
  }
}
@media only screen and (max-width: 879px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:first-child {
    max-width: 8.5rem;
  }
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:nth-of-type(2n) {
  max-width: 76vw;
}
@media only screen and (min-width: 1320px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .accordion-wrapper table.tablesaw td:nth-of-type(2n) {
    width: 43.625rem;
    max-width: 43.625rem;
  }
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .panel-heading {
    min-width: 66.875rem;
  }
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .panel-heading a {
  padding: 2rem 2.1875rem 1.5rem 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .panel-heading a {
    padding: 2.1875rem 0 2rem 9.625rem;
  }
}
@media only screen and (min-width: 1320px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .panel-heading a {
    padding: 2.1875rem 0 2rem 2.625rem;
  }
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .panel-heading a:after {
  right: 1.375rem;
  top: calc(50% - 0.3rem);
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .panel-heading a:after {
    right: 10.5rem;
    top: calc(50% - 0.4rem);
  }
}
@media only screen and (min-width: 1320px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .panel-heading a:after {
    right: 2.75rem;
  }
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .panel-collapse > .paragraph {
  padding: 0 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .panel-collapse > .paragraph {
    padding: 0;
  }
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in {
    padding: 0 2.625rem 2.1875rem 9.625rem;
  }
}
@media only screen and (min-width: 1320px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in {
    padding: 0 2.625rem 2.1875rem 2.625rem;
  }
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in .component-wysiwyg ul:not(:last-child) {
  margin-bottom: 1.875rem;
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in .component-wysiwyg ul li {
  padding-left: 0;
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in .component-wysiwyg ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in .component-wysiwyg__text {
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in .component-wysiwyg__text {
    max-width: 47.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in .component-wysiwyg__text {
    max-width: 100%;
  }
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in .component-wysiwyg__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in .component-wysiwyg__text p + ul {
  margin-top: 0;
}
@media only screen and (min-width: 880px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in .component-wysiwyg__text p + ul {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-details .paragraph.paragraph--type--bp-accordion .card-block.collapse.in .component-wysiwyg__text p + ul {
    margin-top: 0;
  }
}
.product.product-page .product-assets {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 1100px) {
  .product.product-page .product-assets {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.product.product-page .product-assets > h2 {
  text-align: center;
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .accordion-item-wrapper {
  box-shadow: none;
  margin: 0;
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 880px) {
  .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a {
    padding-top: 4rem;
  }
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a.normal.collapsed {
  border-bottom: 1px solid #D7D7D7;
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a.normal.collapsed h3 {
  margin-bottom: 0;
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a:hover, .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a:focus {
  background-color: #FFFFFF;
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a:after {
  background: url(../img/plus_blue.svg) no-repeat center center;
  right: 0;
  top: calc(50% - 0.2rem);
}
@media only screen and (min-width: 880px) {
  .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a:after {
    top: calc(50% + 0.4rem);
  }
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded=true] {
  background-color: #FFFFFF;
  padding-bottom: 1.625rem;
}
@media only screen and (min-width: 880px) {
  .product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded=true] {
    padding-bottom: 2.25rem;
  }
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded=true]:after {
  background: url(../img/minus_blue.svg) no-repeat center center;
  top: calc(50% - 0.8rem);
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .card-block {
  background-color: #FFFFFF;
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .card-block[aria-expanded=true] {
  padding: 0;
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .card-block[aria-expanded=true] .views-row .resource-post {
  border-top: none;
  border-bottom: 1px solid #D7D7D7;
  border-top: 1px solid transparent;
  transition: border 0.6s, background-color 1s ease-out;
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .card-block[aria-expanded=true] .views-row .resource-post:hover {
  border-top: 1px solid #225093;
}
.product.product-page .product-assets .paragraph.paragraph--type--bp-accordion .card-block.in > div {
  padding-bottom: 0;
}
@media only screen and (min-width: 880px) {
  .product.product-page .product-assets .views-row .resource-post {
    padding-bottom: 3rem;
  }
}
.product.product-page .product-assets .views-row .resource-post:last-child {
  border-bottom: 0;
}

.product-teaser-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.product-teaser-wrapper .product.teaser {
  transition: background-color 1s, box-shadow 0.6s;
}
.product-teaser-wrapper .see-all-wrapper .tertiary-link {
  align-items: center;
  background: none;
  color: #000000;
  display: inline-flex;
  gap: 0.6rem;
  padding-left: 0;
  padding-bottom: 0.1875rem;
  padding-right: 1.5rem;
  padding-right: 0;
}
.product-teaser-wrapper .see-all-wrapper .tertiary-link:after {
  background-image: url("../img/link_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.875rem;
  transition: color 0.6s, border-color 0.6s;
  width: 0.875rem;
}
.product-teaser-wrapper .see-all-wrapper .tertiary-link:hover {
  border-bottom: 1px solid #225093;
}
.product-teaser-wrapper .see-all-wrapper .tertiary-link:hover:after {
  color: #225093;
  background-image: url("../img/link_arrow_blue.svg");
}

.black .product-teaser-wrapper {
  transition: background 1s;
}
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text {
  color: #FFFFFF;
  display: inline;
  position: relative;
  line-height: 1.875rem;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-bottom: 0.1875rem;
  padding-right: 1.5rem;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-bottom: 0.1875rem;
  transition: color 0.6s, border-color 0.6s;
}
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text:hover {
  color: #FFD20B;
  background-image: url(../img/link_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
}
.black .product-teaser-wrapper .see-all-wrapper .tertiary-link.button2-text:hover {
  border-bottom: 1px solid #FFD20B;
}
.black .product-teaser-wrapper .product.teaser:hover {
  transition: background-color 1s;
  background: rgba(39, 40, 43, 0.5);
}
.black .product-teaser-wrapper .product.teaser:hover .see-all-wrapper .tertiary-link {
  color: #FFD20B;
  background-image: url(../img/link_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  border-bottom: 1px solid #FFD20B;
}

#waypoint-anchor-1 {
  margin-bottom: 0;
}
#waypoint-anchor-1 .sticky-menu:before {
  background: transparent;
}

.product-tabs.sticky-menu {
  background: #FFFFFF;
  color: #000000;
  margin-bottom: 0;
}
.product-tabs.sticky-menu .sticky-menu__mobile {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #515151;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-transform: none;
  cursor: pointer;
  min-height: 3.5rem;
}
@media only screen and (min-width: 1100px) {
  .product-tabs.sticky-menu .sticky-menu__mobile {
    border-bottom: 0;
  }
}
.product-tabs.sticky-menu .sticky-menu__mobile:after {
  display: none;
}
.product-tabs.sticky-menu .sticky-menu__mobile span {
  max-width: 6.875rem;
}
@media only screen and (min-width: 370px) {
  .product-tabs.sticky-menu .sticky-menu__mobile span {
    max-width: 100%;
  }
}
.product-tabs.sticky-menu .sticky-menu__mobile span:after {
  content: "";
  display: inline-block;
  background: url(../img/chevron-expand-blue.svg) center center no-repeat;
  width: 0.625rem;
  height: 0.4375rem;
  margin-left: 0.625rem;
  transition: transform 0.5s;
}
.product-tabs.sticky-menu .sticky-menu__mobile.open span:after {
  transform: rotate(180deg);
}
.product-tabs.sticky-menu .sticky-menu__container.active {
  min-height: auto;
  max-height: inherit;
  height: auto;
}

.view-product-comparison,
.view-product-category-comparison {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 7.5rem;
}
.view-product-comparison h2,
.view-product-category-comparison h2 {
  text-align: center;
}
.view-product-comparison .view-content-wrapper > .view-content > .first-slide,
.view-product-category-comparison .view-content-wrapper > .view-content > .first-slide {
  display: none;
}
@media only screen and (min-width: 1320px) {
  .view-product-comparison .view-content-wrapper > .view-content > .first-slide,
.view-product-category-comparison .view-content-wrapper > .view-content > .first-slide {
    display: block;
  }
}
.view-product-comparison .view-content-wrapper > .view-content > .first-slide .product-comparison-header .sticky-header,
.view-product-category-comparison .view-content-wrapper > .view-content > .first-slide .product-comparison-header .sticky-header {
  background: #EEF4FB;
}
.view-product-comparison .product-comparison-header .sticky-header,
.view-product-category-comparison .product-comparison-header .sticky-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.view-product-comparison .product-comparison-header .sticky-header .field--name-field-product-model,
.view-product-category-comparison .product-comparison-header .sticky-header .field--name-field-product-model {
  flex-grow: 1;
}
.view-product-comparison .attributes-column .sticky-wrapper.is-sticky .sticky-header,
.view-product-category-comparison .attributes-column .sticky-wrapper.is-sticky .sticky-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-sizing: content-box;
}
.view-product-comparison .attributes-column .sticky-wrapper.is-sticky .sticky-header:before,
.view-product-category-comparison .attributes-column .sticky-wrapper.is-sticky .sticky-header:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: 2.375rem;
  z-index: 5;
  background: #FFFFFF;
  top: -2.125rem;
  left: -2px;
}
.view-product-comparison .attributes-column .sticky-wrapper.is-sticky .sticky-header:after,
.view-product-category-comparison .attributes-column .sticky-wrapper.is-sticky .sticky-header:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.875rem;
  left: -1.875rem;
  top: 0;
  background: #FFFFFF;
}
.view-product-comparison article .sticky-wrapper.is-sticky,
.view-product-category-comparison article .sticky-wrapper.is-sticky {
  margin-left: -9px;
}
.view-product-comparison article .sticky-wrapper.is-sticky .sticky-header,
.view-product-category-comparison article .sticky-wrapper.is-sticky .sticky-header {
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: content-box;
  border-left: 1px solid #D7D7D7;
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  border-radius: 4px;
  z-index: 9;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.view-product-comparison article .sticky-wrapper.is-sticky .sticky-header:after,
.view-product-category-comparison article .sticky-wrapper.is-sticky .sticky-header:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 2px);
  height: 0.625rem;
  background: #FFFFFF;
  top: 0;
  left: -1px;
  border-radius: 4px;
  border-left: 1px solid #D7D7D7;
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  z-index: 7;
}
.view-product-comparison article .sticky-wrapper.is-sticky .sticky-header:before,
.view-product-category-comparison article .sticky-wrapper.is-sticky .sticky-header:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: 5.5rem;
  z-index: 5;
  background: #FFFFFF;
  top: -5.25rem;
  left: -2px;
}
.view-product-comparison .first-slide article .sticky-wrapper.is-sticky .sticky-header:after,
.view-product-category-comparison .first-slide article .sticky-wrapper.is-sticky .sticky-header:after {
  background: #EEF4FB;
}
.view-product-comparison .attributes-column .product-comparison-header .sticky-header,
.view-product-category-comparison .attributes-column .product-comparison-header .sticky-header {
  justify-content: flex-start;
}
.view-product-comparison .view-header,
.view-product-category-comparison .view-header {
  text-align: center;
}
@media only screen and (min-width: 1320px) {
  .view-product-comparison .view-header,
.view-product-category-comparison .view-header {
    text-align: left;
  }
}
.view-product-comparison .view-header .summary,
.view-product-category-comparison .view-header .summary {
  text-align: center;
}
@media only screen and (min-width: 1320px) {
  .view-product-comparison .view-header .summary,
.view-product-category-comparison .view-header .summary {
    text-align: left;
  }
}
@media only screen and (min-width: 1700px) {
  .view-product-comparison .view-header .summary,
.view-product-category-comparison .view-header .summary {
    display: none;
  }
}
.view-product-comparison .view-header .reset-comparison,
.view-product-category-comparison .view-header .reset-comparison {
  text-align: center;
}
@media only screen and (min-width: 1320px) {
  .view-product-comparison .view-header .reset-comparison,
.view-product-category-comparison .view-header .reset-comparison {
    text-align: left;
  }
}
@media only screen and (min-width: 1700px) {
  .view-product-comparison .view-header .reset-comparison,
.view-product-category-comparison .view-header .reset-comparison {
    display: none;
  }
}
.view-product-comparison .slick-slider .slick-track,
.view-product-comparison .slick-slider .slick-list,
.view-product-category-comparison .slick-slider .slick-track,
.view-product-category-comparison .slick-slider .slick-list {
  transform: none !important;
}
.view-product-comparison .slick-slide,
.view-product-category-comparison .slick-slide {
  width: 260px;
  margin-right: 1rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  padding: 0.5rem;
}
@media only screen and (min-width: 1320px) {
  .view-product-comparison .slick-slide,
.view-product-category-comparison .slick-slide {
    width: 310px;
  }
}
.view-product-comparison .slick-slide article,
.view-product-category-comparison .slick-slide article {
  text-align: center;
  position: relative;
}
.view-product-comparison .slick-slide .field--name-field-attributes .paragraph,
.view-product-category-comparison .slick-slide .field--name-field-attributes .paragraph {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.view-product-comparison .slick-slide .field--name-field-attributes .paragraph--type--product-attributes,
.view-product-category-comparison .slick-slide .field--name-field-attributes .paragraph--type--product-attributes {
  border-bottom: 1px solid #D7D7D7;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media only screen and (min-width: 1700px) {
  .view-product-comparison .slick-slide .field--name-field-attributes .paragraph--type--product-attributes .field--name-field-attribute-name,
.view-product-category-comparison .slick-slide .field--name-field-attributes .paragraph--type--product-attributes .field--name-field-attribute-name {
    display: none;
  }
}
.view-product-comparison .slick-slide .field--name-field-attributes .paragraph--type--product-attributes .field--name-field-attribute-name .subtitle2-text,
.view-product-category-comparison .slick-slide .field--name-field-attributes .paragraph--type--product-attributes .field--name-field-attribute-name .subtitle2-text {
  margin-bottom: 1.125rem;
  text-transform: uppercase;
}
.view-product-comparison .slick-slide .field--name-field-attributes .field__item:last-child .paragraph--type--product-attributes,
.view-product-category-comparison .slick-slide .field--name-field-attributes .field__item:last-child .paragraph--type--product-attributes {
  border-bottom: 0;
}
.view-product-comparison .slick-slide.first-slide,
.view-product-category-comparison .slick-slide.first-slide {
  background: #EEF4FB;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.view-product-comparison .slick-slide.first-slide .product-comparison-header .sticky-header,
.view-product-category-comparison .slick-slide.first-slide .product-comparison-header .sticky-header {
  background: #EEF4FB;
  z-index: 10 !important;
}
.view-product-comparison .slick-slide .field--name-field-product-model,
.view-product-category-comparison .slick-slide .field--name-field-product-model {
  margin-bottom: 1.5rem;
}
.view-product-comparison .slick-slide .product-comparison-header,
.view-product-category-comparison .slick-slide .product-comparison-header {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 2rem;
}
.view-product-comparison .slick-slide .product-comparison-header .tertiary-link,
.view-product-comparison .slick-slide .product-comparison-header .btn-tertiary-link,
.view-product-category-comparison .slick-slide .product-comparison-header .tertiary-link,
.view-product-category-comparison .slick-slide .product-comparison-header .btn-tertiary-link {
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1rem;
  align-self: center;
  background-position: 100% 0.125rem;
}
@supports (-moz-appearance: none) {
  .view-product-comparison .slick-slide .product-comparison-header .tertiary-link,
.view-product-comparison .slick-slide .product-comparison-header .btn-tertiary-link,
.view-product-category-comparison .slick-slide .product-comparison-header .tertiary-link,
.view-product-category-comparison .slick-slide .product-comparison-header .btn-tertiary-link {
    background-position: 100% 0;
  }
}
.view-product-comparison .slick-slide .product-comparison-header > img,
.view-product-category-comparison .slick-slide .product-comparison-header > img {
  margin-bottom: 1rem;
}
.view-product-comparison .slick-prev,
.view-product-comparison .slick-prev:focus,
.view-product-comparison .slick-prev.slick-disabled,
.view-product-category-comparison .slick-prev,
.view-product-category-comparison .slick-prev:focus,
.view-product-category-comparison .slick-prev.slick-disabled {
  background: #36383d url(../img/chevron-left-white.svg) center center no-repeat;
  background-size: 8px 12px;
  width: 2rem !important;
  height: 2rem !important;
  left: -0.25rem;
  top: 12.8125rem;
  z-index: 11 !important;
  border-radius: 50%;
}
@media only screen and (min-width: 880px) {
  .view-product-comparison .slick-prev,
.view-product-comparison .slick-prev:focus,
.view-product-comparison .slick-prev.slick-disabled,
.view-product-category-comparison .slick-prev,
.view-product-category-comparison .slick-prev:focus,
.view-product-category-comparison .slick-prev.slick-disabled {
    top: 15.625rem;
  }
}
@media only screen and (min-width: 1320px) {
  .view-product-comparison .slick-prev,
.view-product-comparison .slick-prev:focus,
.view-product-comparison .slick-prev.slick-disabled,
.view-product-category-comparison .slick-prev,
.view-product-category-comparison .slick-prev:focus,
.view-product-category-comparison .slick-prev.slick-disabled {
    top: 20rem;
    left: 20.9375rem;
  }
}
@media only screen and (min-width: 1700px) {
  .view-product-comparison .slick-prev,
.view-product-comparison .slick-prev:focus,
.view-product-comparison .slick-prev.slick-disabled,
.view-product-category-comparison .slick-prev,
.view-product-category-comparison .slick-prev:focus,
.view-product-category-comparison .slick-prev.slick-disabled {
    top: 15.3125rem;
    left: 40.625rem;
  }
}
.view-product-comparison .slick-prev:before,
.view-product-comparison .slick-prev:focus:before,
.view-product-comparison .slick-prev.slick-disabled:before,
.view-product-category-comparison .slick-prev:before,
.view-product-category-comparison .slick-prev:focus:before,
.view-product-category-comparison .slick-prev.slick-disabled:before {
  display: none;
}
.view-product-comparison .slick-prev:hover, .view-product-comparison .slick-prev:focus,
.view-product-comparison .slick-prev:focus:hover,
.view-product-comparison .slick-prev:focus:focus,
.view-product-comparison .slick-prev.slick-disabled:hover,
.view-product-comparison .slick-prev.slick-disabled:focus,
.view-product-category-comparison .slick-prev:hover,
.view-product-category-comparison .slick-prev:focus,
.view-product-category-comparison .slick-prev:focus:hover,
.view-product-category-comparison .slick-prev:focus:focus,
.view-product-category-comparison .slick-prev.slick-disabled:hover,
.view-product-category-comparison .slick-prev.slick-disabled:focus {
  background: #FFD20B url(../img/chevron-left-white.svg) center center no-repeat;
  background-size: 8px 12px;
}
.view-product-comparison .sticky-wrapper.is-sticky .slick-prev,
.view-product-category-comparison .sticky-wrapper.is-sticky .slick-prev {
  margin-left: 1.25rem;
  margin-top: 12.5rem;
}
@media only screen and (min-width: 1100px) {
  .view-product-comparison .sticky-wrapper.is-sticky .slick-prev,
.view-product-category-comparison .sticky-wrapper.is-sticky .slick-prev {
    margin-left: 0.8125rem;
    margin-top: 15.125rem;
  }
}
.view-product-comparison .view-content-wrapper,
.view-product-category-comparison .view-content-wrapper {
  position: relative;
}
.view-product-comparison .view-content-wrapper > .sticky-wrapper,
.view-product-category-comparison .view-content-wrapper > .sticky-wrapper {
  float: left;
  position: absolute;
  top: 0;
}
.view-product-comparison .view-content-wrapper > .sticky-wrapper:nth-child(2),
.view-product-category-comparison .view-content-wrapper > .sticky-wrapper:nth-child(2) {
  right: 0;
}
.view-product-comparison .slick-prev.slick-disabled,
.view-product-category-comparison .slick-prev.slick-disabled {
  opacity: 0.4;
}
.view-product-comparison .slick-prev:focus,
.view-product-comparison .slick-next:focus,
.view-product-category-comparison .slick-prev:focus,
.view-product-category-comparison .slick-next:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.view-product-comparison .slick-prev:focus:not(:focus-visible),
.view-product-comparison .slick-next:focus:not(:focus-visible),
.view-product-category-comparison .slick-prev:focus:not(:focus-visible),
.view-product-category-comparison .slick-next:focus:not(:focus-visible) {
  outline: none;
}
@-moz-document url-prefix() {
  .view-product-comparison .slick-prev:focus,
.view-product-comparison .slick-next:focus,
.view-product-category-comparison .slick-prev:focus,
.view-product-category-comparison .slick-next:focus {
    outline: 5px solid Highlight;
  }
}
.view-product-comparison .slick-prev.slick-disabled,
.view-product-comparison .slick-next.slick-disabled,
.view-product-category-comparison .slick-prev.slick-disabled,
.view-product-category-comparison .slick-next.slick-disabled {
  pointer-events: none;
}
.view-product-comparison .slick-next,
.view-product-comparison .slick-next:focus,
.view-product-comparison .slick-next.slick-disabled,
.view-product-category-comparison .slick-next,
.view-product-category-comparison .slick-next:focus,
.view-product-category-comparison .slick-next.slick-disabled {
  background: #36383d url(../img/chevron-right-white.svg) center center no-repeat;
  background-size: 8px 12px;
  width: 2rem !important;
  height: 2rem !important;
  right: 1.25rem !important;
  top: 12.8125rem;
  z-index: 11 !important;
  border-radius: 50%;
}
@media only screen and (min-width: 880px) {
  .view-product-comparison .slick-next,
.view-product-comparison .slick-next:focus,
.view-product-comparison .slick-next.slick-disabled,
.view-product-category-comparison .slick-next,
.view-product-category-comparison .slick-next:focus,
.view-product-category-comparison .slick-next.slick-disabled {
    top: 15.625rem;
  }
}
@media only screen and (min-width: 1320px) {
  .view-product-comparison .slick-next,
.view-product-comparison .slick-next:focus,
.view-product-comparison .slick-next.slick-disabled,
.view-product-category-comparison .slick-next,
.view-product-category-comparison .slick-next:focus,
.view-product-category-comparison .slick-next.slick-disabled {
    top: 20rem;
  }
}
@media only screen and (min-width: 1700px) {
  .view-product-comparison .slick-next,
.view-product-comparison .slick-next:focus,
.view-product-comparison .slick-next.slick-disabled,
.view-product-category-comparison .slick-next,
.view-product-category-comparison .slick-next:focus,
.view-product-category-comparison .slick-next.slick-disabled {
    top: 15.3125rem;
  }
}
.view-product-comparison .slick-next:before,
.view-product-comparison .slick-next:focus:before,
.view-product-comparison .slick-next.slick-disabled:before,
.view-product-category-comparison .slick-next:before,
.view-product-category-comparison .slick-next:focus:before,
.view-product-category-comparison .slick-next.slick-disabled:before {
  display: none;
}
.view-product-comparison .slick-next:hover, .view-product-comparison .slick-next:focus,
.view-product-comparison .slick-next:focus:hover,
.view-product-comparison .slick-next:focus:focus,
.view-product-comparison .slick-next.slick-disabled:hover,
.view-product-comparison .slick-next.slick-disabled:focus,
.view-product-category-comparison .slick-next:hover,
.view-product-category-comparison .slick-next:focus,
.view-product-category-comparison .slick-next:focus:hover,
.view-product-category-comparison .slick-next:focus:focus,
.view-product-category-comparison .slick-next.slick-disabled:hover,
.view-product-category-comparison .slick-next.slick-disabled:focus {
  background: #FFD20B url(../img/chevron-right-white.svg) center center no-repeat;
  background-size: 8px 12px;
}
.view-product-comparison .sticky-wrapper.is-sticky .slick-next,
.view-product-category-comparison .sticky-wrapper.is-sticky .slick-next {
  margin-right: 1.25rem;
  margin-top: 12.5rem;
}
@media only screen and (min-width: 1100px) {
  .view-product-comparison .sticky-wrapper.is-sticky .slick-next,
.view-product-category-comparison .sticky-wrapper.is-sticky .slick-next {
    margin-right: 0.75rem;
    margin-top: 15rem;
  }
}
.view-product-comparison .slick-next.slick-disabled,
.view-product-category-comparison .slick-next.slick-disabled {
  opacity: 0.6;
}
.view-product-comparison .reset-comparison,
.view-product-category-comparison .reset-comparison {
  margin-bottom: 1.5rem;
  color: #C7C7C7;
  text-transform: uppercase;
}
.view-product-comparison .reset-comparison:after,
.view-product-category-comparison .reset-comparison:after {
  content: "";
  display: inline-block;
  background: url(../img/reset-grey.svg) center center no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.5625rem;
}
.view-product-comparison .reset-comparison.active,
.view-product-category-comparison .reset-comparison.active {
  color: #225093;
  cursor: pointer;
}
.view-product-comparison .reset-comparison.active:after,
.view-product-category-comparison .reset-comparison.active:after {
  background: url(../img/reset-blue.svg) center center no-repeat;
}
.view-product-comparison .hide-door,
.view-product-category-comparison .hide-door {
  display: none;
}
@media only screen and (min-width: 1320px) {
  .view-product-comparison .hide-door,
.view-product-category-comparison .hide-door {
    background: #FFD20B;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 1.5625rem;
    top: 1.5625rem;
    color: #000000;
    text-transform: uppercase;
    padding: 0.5rem;
    border-radius: 52px;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .view-product-comparison .hide-door:before,
.view-product-category-comparison .hide-door:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/eye.svg) center center no-repeat;
    width: 0.9375rem;
    height: 0.625rem;
    margin-right: 0.375rem;
    margin-top: -0.0625rem;
  }
}
.view-product-comparison .slick-track .sticky-wrapper.is-sticky .sticky-header,
.view-product-category-comparison .slick-track .sticky-wrapper.is-sticky .sticky-header {
  background: #fff;
}
@media only screen and (min-width: 1320px) {
  .view-product-comparison .slick-track .slide-0,
.view-product-category-comparison .slick-track .slide-0 {
    display: none;
  }
}
.view-product-comparison .slick-track .slide-0 .sticky-wrapper.is-sticky .sticky-header,
.view-product-category-comparison .slick-track .slide-0 .sticky-wrapper.is-sticky .sticky-header {
  background: #EEF4FB;
}
.view-product-comparison .first-slide .hide-door,
.view-product-category-comparison .first-slide .hide-door {
  display: none;
}
@media only screen and (min-width: 1320px) {
  .view-product-comparison .first-slide .hide-door,
.view-product-category-comparison .first-slide .hide-door {
    display: none;
  }
}
.view-product-comparison .first-slide .sticky-wrapper.is-sticky .sticky-header,
.view-product-category-comparison .first-slide .sticky-wrapper.is-sticky .sticky-header {
  background: #EEF4FB;
}
.view-product-comparison .attributes-column,
.view-product-category-comparison .attributes-column {
  display: none;
}
@media only screen and (min-width: 1700px) {
  .view-product-comparison .attributes-column,
.view-product-category-comparison .attributes-column {
    display: block;
    float: left;
    width: 19.375rem;
    padding: 0.5rem;
  }
}
.view-product-comparison .attributes-column .image-placeholder,
.view-product-category-comparison .attributes-column .image-placeholder {
  height: 10.9375rem;
  margin-bottom: 1rem;
}
.view-product-comparison .attributes-column .product-comparison-header,
.view-product-category-comparison .attributes-column .product-comparison-header {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 2rem;
  background: #f7f7f7;
}
.view-product-comparison .attributes-column .product-comparison-header .sticky-header,
.view-product-category-comparison .attributes-column .product-comparison-header .sticky-header {
  background: #f7f7f7;
  z-index: 10 !important;
}
.view-product-comparison .attributes-column .paragraph--type--product-attributes,
.view-product-category-comparison .attributes-column .paragraph--type--product-attributes {
  border-bottom: 1px solid #D7D7D7;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
}
.view-product-comparison .attributes-column .paragraph--type--product-attributes .field--name-field-attribute-name .subtitle2-text,
.view-product-category-comparison .attributes-column .paragraph--type--product-attributes .field--name-field-attribute-name .subtitle2-text {
  margin-bottom: 1.125rem;
  text-transform: uppercase;
}
.view-product-comparison .attributes-column .paragraph--type--product-attributes:last-child,
.view-product-category-comparison .attributes-column .paragraph--type--product-attributes:last-child {
  border-bottom: 0;
}
.view-product-comparison .attributes-column .sticky-header,
.view-product-category-comparison .attributes-column .sticky-header {
  background: #f7f7f7;
}
.view-product-comparison .is-sticky img,
.view-product-category-comparison .is-sticky img {
  display: none;
}
.view-product-comparison .legal,
.view-product-category-comparison .legal {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #515151;
  text-align: center;
  margin-top: 1.5rem;
}
.view-product-comparison .check-sign,
.view-product-category-comparison .check-sign {
  text-align: center;
}
.view-product-comparison .check-sign img,
.view-product-category-comparison .check-sign img {
  margin: 0 auto;
}
@media only screen and (min-width: 880px) {
  .view-product-comparison .field--name-field-upload-files,
.view-product-category-comparison .field--name-field-upload-files {
    text-align: right;
  }
}
.view-product-comparison .field--name-field-upload-files .file-download,
.view-product-category-comparison .field--name-field-upload-files .file-download {
  text-align: center;
}
.view-product-comparison .field--name-field-upload-files .file-download-link,
.view-product-category-comparison .field--name-field-upload-files .file-download-link {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid transparent;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #000;
  text-transform: uppercase;
}
.view-product-comparison .field--name-field-upload-files .file-download-link > span:after,
.view-product-category-comparison .field--name-field-upload-files .file-download-link > span:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../img/download_arrow.svg") right center no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: 0.3125rem;
}
.view-product-comparison .field--name-field-upload-files .file-download-link:hover,
.view-product-category-comparison .field--name-field-upload-files .file-download-link:hover {
  border-bottom: 1px solid #225093;
  text-decoration: none;
  color: #225093;
}
.view-product-comparison .field--name-field-upload-files .file-download-link:hover > span:after,
.view-product-category-comparison .field--name-field-upload-files .file-download-link:hover > span:after {
  background: url("../img/download_arrow_blue.svg") right center no-repeat;
  background-size: cover;
}
.view-product-comparison .field--name-field-upload-files .dropdown,
.view-product-category-comparison .field--name-field-upload-files .dropdown {
  text-align: center;
}
.view-product-comparison .field--name-field-upload-files .dropdown .dropdown__toggle,
.view-product-category-comparison .field--name-field-upload-files .dropdown .dropdown__toggle {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.view-product-comparison .field--name-field-upload-files .dropdown .dropdown__toggle span,
.view-product-category-comparison .field--name-field-upload-files .dropdown .dropdown__toggle span {
  display: inline-block;
  text-align: right;
  border-bottom: 1px solid transparent;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #000;
  text-transform: uppercase;
}
.view-product-comparison .field--name-field-upload-files .dropdown .dropdown__toggle span:after,
.view-product-category-comparison .field--name-field-upload-files .dropdown .dropdown__toggle span:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../img/download_arrow.svg") right center no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: 0.3125rem;
}
.view-product-comparison .field--name-field-upload-files .dropdown .dropdown__toggle:hover span,
.view-product-category-comparison .field--name-field-upload-files .dropdown .dropdown__toggle:hover span {
  border-bottom: 1px solid #225093;
  text-decoration: none;
  color: #225093;
}
.view-product-comparison .field--name-field-upload-files .dropdown .dropdown__toggle:hover span:after,
.view-product-category-comparison .field--name-field-upload-files .dropdown .dropdown__toggle:hover span:after {
  background: url("../img/download_arrow_blue.svg") right center no-repeat;
  background-size: cover;
}
.view-product-comparison .field--name-field-upload-files .dropdown .download-text,
.view-product-category-comparison .field--name-field-upload-files .dropdown .download-text {
  display: none;
}
.view-product-comparison .field--name-field-upload-files .dropdown .dropdown__content,
.view-product-category-comparison .field--name-field-upload-files .dropdown .dropdown__content {
  position: absolute;
  width: 100%;
  z-index: 10;
  background: #181819;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1rem;
}
.view-product-comparison .field--name-field-upload-files .dropdown .dropdown__content .file-download,
.view-product-category-comparison .field--name-field-upload-files .dropdown .dropdown__content .file-download {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #36383d;
  text-align: left;
}
.view-product-comparison .field--name-field-upload-files .dropdown .dropdown__content .file-download-link,
.view-product-category-comparison .field--name-field-upload-files .dropdown .dropdown__content .file-download-link {
  color: #fff;
  text-align: left;
}
.view-product-comparison .field--name-field-upload-files .dropdown .dropdown__content .file-download-link > span:after,
.view-product-category-comparison .field--name-field-upload-files .dropdown .dropdown__content .file-download-link > span:after {
  background: url("../img/download_arrow_white.svg") right center no-repeat;
  background-size: cover;
}
.view-product-comparison .field--name-field-upload-files .dropdown .dropdown__content .file-download-link:hover,
.view-product-category-comparison .field--name-field-upload-files .dropdown .dropdown__content .file-download-link:hover {
  border-bottom: 1px solid #FFFFFF;
}
.view-product-comparison .field--name-field-upload-files .dropdown .dropdown__content .file-download-link:hover > span:after,
.view-product-category-comparison .field--name-field-upload-files .dropdown .dropdown__content .file-download-link:hover > span:after {
  background: url("../img/download_arrow_white.svg") right center no-repeat;
  background-size: cover;
}
.view-product-comparison .field--name-field-upload-files .dropdown .dropdown__content .field__item:last-child .file-download,
.view-product-category-comparison .field--name-field-upload-files .dropdown .dropdown__content .field__item:last-child .file-download {
  border-bottom: 0;
}
.view-product-comparison .attribute-tooltip,
.view-product-category-comparison .attribute-tooltip {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.view-product-category-comparison .slick-track .slide-0 {
  display: block;
}
.view-product-category-comparison .slick-track .slide-0 .sticky-wrapper.is-sticky .sticky-header {
  background: #FFFFFF;
}
@media only screen and (min-width: 880px) {
  .view-product-category-comparison.inner {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.view-product-category-comparison .attributes-column .product-comparison-header {
  background: #FFFFFF;
}
.view-product-category-comparison .attributes-column .product-comparison-header .sticky-header {
  background: #FFFFFF;
}
@media only screen and (min-width: 1320px) {
  .view-product-category-comparison .slick-prev,
.view-product-category-comparison .slick-prev:focus,
.view-product-category-comparison .slick-prev.slick-disabled {
    left: 1.25rem;
  }
}
@media only screen and (min-width: 1700px) {
  .view-product-category-comparison .slick-prev,
.view-product-category-comparison .slick-prev:focus,
.view-product-category-comparison .slick-prev.slick-disabled {
    left: 20.375rem;
  }
}

.tooltip .tooltip-inner {
  background: #27282B;
  color: #FFFFFF;
  padding: 0.375rem 0.75rem;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  box-shadow: -5px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #27282B;
}

.product.teaser {
  position: relative;
  border: 1px solid #C7C7C7;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding-bottom: 3.875rem;
  height: 100%;
}
.product.teaser .field--name-field-product-type {
  margin-top: -1.125rem;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.product.teaser .field--name-field-product-category {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.product.teaser .field--name-field-product-category h4 {
  margin-bottom: 0.625rem;
}
.product.teaser .field--name-field-product-model {
  color: #515151;
  margin-bottom: 2.1875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.product.teaser .field--name-field-product-teaser-callout {
  color: #515151;
  margin-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.product.teaser .field--name-field-product-teaser-callout .field__item {
  padding-left: 1.75rem;
  background: url(../img/check-circle-bullet.svg) left 4px no-repeat;
}
.product.teaser .field--name-field-product-featured-image {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.product.teaser .field--name-field-product-featured-image img {
  border-radius: 2px;
  width: 100%;
}
.product.teaser .field--name-field-product-bestseller {
  position: absolute;
  right: 1.25rem;
  top: 1rem;
  background: #EEF4FB;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 2px;
}
.product.teaser .field--name-field-product-bestseller .overline-text {
  margin-bottom: 0;
  padding: 0.25rem 0.5rem;
}
.product.teaser .see-all-wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.25rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1100px) {
  .product.teaser .see-all-wrapper {
    margin-bottom: 2.0625rem;
  }
}

.black .product.teaser {
  border: 1px solid #36383d;
}
.black .product.teaser .field--name-field-product-model {
  color: #828282;
}
.black .product.teaser .field--name-field-product-teaser-callout {
  color: #C7C7C7;
}
.black .product.teaser .field--name-field-product-teaser-callout .field__item {
  background: url(../img/check-circle-yellow.svg) left 4px no-repeat;
}
.black .product.teaser .field--name-field-product-bestseller {
  color: #225093;
}

.paragraph--type--related-products {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--related-products {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}
.paragraph--type--related-products .paragraph-inner {
  position: relative;
}
.paragraph--type--related-products h2 {
  margin-bottom: 1.5rem;
  max-width: 46.25rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--related-products h2 {
    margin-bottom: 3rem;
  }
}
.paragraph--type--related-products .field--name-field-related-products {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 1.75rem;
}
.paragraph--type--related-products .field--name-field-related-products > a, .paragraph--type--related-products .field--name-field-related-products > div {
  width: 100%;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 879px) {
  .paragraph--type--related-products .field--name-field-related-products > a, .paragraph--type--related-products .field--name-field-related-products > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .paragraph--type--related-products .field--name-field-related-products > a:nth-child(1n+0), .paragraph--type--related-products .field--name-field-related-products > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .paragraph--type--related-products .field--name-field-related-products > a:nth-child(1n+1), .paragraph--type--related-products .field--name-field-related-products > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .paragraph--type--related-products .field--name-field-related-products > a:nth-child(-n+1), .paragraph--type--related-products .field--name-field-related-products > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .paragraph--type--related-products .field--name-field-related-products > a, .paragraph--type--related-products .field--name-field-related-products > div {
    margin-top: 2rem;
    max-width: calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(50% - 1.875rem);
  }
  .paragraph--type--related-products .field--name-field-related-products > a:nth-child(2n+0), .paragraph--type--related-products .field--name-field-related-products > div:nth-child(2n+0) {
    margin-right: 0;
  }
  .paragraph--type--related-products .field--name-field-related-products > a:nth-child(2n+1), .paragraph--type--related-products .field--name-field-related-products > div:nth-child(2n+1) {
    margin-left: 0;
  }
  .paragraph--type--related-products .field--name-field-related-products > a:nth-child(-n+2), .paragraph--type--related-products .field--name-field-related-products > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--related-products .field--name-field-related-products > a, .paragraph--type--related-products .field--name-field-related-products > div {
    margin-top: 2rem;
    max-width: calc(25% - 0.9375rem);
    width: calc(25% - 0.9375rem);
    flex: 1 0 calc(25% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .paragraph--type--related-products .field--name-field-related-products > a:nth-child(2n+0), .paragraph--type--related-products .field--name-field-related-products > div:nth-child(2n+0) {
    margin-right: 0.9375rem;
  }
  .paragraph--type--related-products .field--name-field-related-products > a:nth-child(2n+1), .paragraph--type--related-products .field--name-field-related-products > div:nth-child(2n+1) {
    margin-left: 0.9375rem;
  }
  .paragraph--type--related-products .field--name-field-related-products > a:nth-child(-n+2), .paragraph--type--related-products .field--name-field-related-products > div:nth-child(-n+2) {
    margin-top: 2rem;
  }
  .paragraph--type--related-products .field--name-field-related-products > a:nth-child(4n+0), .paragraph--type--related-products .field--name-field-related-products > div:nth-child(4n+0) {
    margin-right: 0;
  }
  .paragraph--type--related-products .field--name-field-related-products > a:nth-child(4n+1), .paragraph--type--related-products .field--name-field-related-products > div:nth-child(4n+1) {
    margin-left: 0;
  }
  .paragraph--type--related-products .field--name-field-related-products > a:nth-child(-n+4), .paragraph--type--related-products .field--name-field-related-products > div:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--related-products .field--name-field-related-products {
    margin-top: 0;
  }
}
.paragraph--type--related-products .title-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--related-products .title-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}
.paragraph--type--related-products .title-wrapper .tertiary-link {
  color: #FFFFFF;
  display: inline;
  position: relative;
  line-height: 1.875rem;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  background-image: url(../img/link_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
}
.paragraph--type--related-products .title-wrapper .tertiary-link:hover {
  color: #FFD20B;
  background-image: url(../img/link_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
}
.paragraph--type--related-products .title-wrapper .tertiary-link:hover {
  border-bottom: 1px solid #FFD20B;
}
.paragraph--type--related-products .title-wrapper .tertiary-link:hover {
  color: #FFD20B;
  background-image: url(../img/link_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
}

#block-views-block-products-sapi-all-products .view-header {
  margin-bottom: 3rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1100px) {
  #block-views-block-products-sapi-all-products .view-header {
    font-size: 1rem;
  }
}
#block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a, #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a, #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div {
    margin-top: 3.75rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a:nth-child(1n+0), #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div:nth-child(1n+0) {
    margin-right: 0;
  }
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a:nth-child(1n+1), #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div:nth-child(1n+1) {
    margin-left: 0;
  }
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a:nth-child(-n+1), #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a, #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div {
    margin-top: 3.75rem;
    max-width: calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(50% - 1.875rem);
  }
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a:nth-child(2n+0), #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div:nth-child(2n+0) {
    margin-right: 0;
  }
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a:nth-child(2n+1), #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div:nth-child(2n+1) {
    margin-left: 0;
  }
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a:nth-child(-n+2), #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a, #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div {
    margin-top: 3.75rem;
    max-width: calc(25% - 0.9375rem);
    width: calc(25% - 0.9375rem);
    flex: 1 0 calc(25% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a:nth-child(2n+0), #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div:nth-child(2n+0) {
    margin-right: 0.9375rem;
  }
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a:nth-child(2n+1), #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div:nth-child(2n+1) {
    margin-left: 0.9375rem;
  }
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a:nth-child(-n+2), #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div:nth-child(-n+2) {
    margin-top: 3.75rem;
  }
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a:nth-child(4n+0), #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div:nth-child(4n+0) {
    margin-right: 0;
  }
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a:nth-child(4n+1), #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div:nth-child(4n+1) {
    margin-left: 0;
  }
  #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > a:nth-child(-n+4), #block-views-block-products-sapi-all-products .view-content .views-infinite-scroll-content-wrapper > div:nth-child(-n+4) {
    margin-top: 0;
  }
}
#block-views-block-products-sapi-all-products .view-empty .embedded-entity img {
  margin: 0 auto;
}

.paragraph--type--featured-products {
  display: flex;
  flex-direction: column;
}
.paragraph--type--featured-products > h2 {
  order: 1;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-products > h2 {
    text-align: left;
  }
}
.paragraph--type--featured-products > .featured-products {
  margin-bottom: 4rem;
  order: 3;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-products > .featured-products {
    order: 2;
  }
}
.paragraph--type--featured-products .field--name-field-featured-products {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.paragraph--type--featured-products .field--name-field-featured-products > a, .paragraph--type--featured-products .field--name-field-featured-products > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .paragraph--type--featured-products .field--name-field-featured-products > a, .paragraph--type--featured-products .field--name-field-featured-products > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .paragraph--type--featured-products .field--name-field-featured-products > a:nth-child(1n+0), .paragraph--type--featured-products .field--name-field-featured-products > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .paragraph--type--featured-products .field--name-field-featured-products > a:nth-child(1n+1), .paragraph--type--featured-products .field--name-field-featured-products > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .paragraph--type--featured-products .field--name-field-featured-products > a:nth-child(-n+1), .paragraph--type--featured-products .field--name-field-featured-products > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .paragraph--type--featured-products .field--name-field-featured-products > a, .paragraph--type--featured-products .field--name-field-featured-products > div {
    margin-top: 2rem;
    max-width: calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(50% - 1.875rem);
  }
  .paragraph--type--featured-products .field--name-field-featured-products > a:nth-child(2n+0), .paragraph--type--featured-products .field--name-field-featured-products > div:nth-child(2n+0) {
    margin-right: 0;
  }
  .paragraph--type--featured-products .field--name-field-featured-products > a:nth-child(2n+1), .paragraph--type--featured-products .field--name-field-featured-products > div:nth-child(2n+1) {
    margin-left: 0;
  }
  .paragraph--type--featured-products .field--name-field-featured-products > a:nth-child(-n+2), .paragraph--type--featured-products .field--name-field-featured-products > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-products .field--name-field-featured-products > a, .paragraph--type--featured-products .field--name-field-featured-products > div {
    margin-top: 2rem;
    max-width: calc(25% - 0.9375rem);
    width: calc(25% - 0.9375rem);
    flex: 1 0 calc(25% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .paragraph--type--featured-products .field--name-field-featured-products > a:nth-child(2n+0), .paragraph--type--featured-products .field--name-field-featured-products > div:nth-child(2n+0) {
    margin-right: 0.9375rem;
  }
  .paragraph--type--featured-products .field--name-field-featured-products > a:nth-child(2n+1), .paragraph--type--featured-products .field--name-field-featured-products > div:nth-child(2n+1) {
    margin-left: 0.9375rem;
  }
  .paragraph--type--featured-products .field--name-field-featured-products > a:nth-child(-n+2), .paragraph--type--featured-products .field--name-field-featured-products > div:nth-child(-n+2) {
    margin-top: 2rem;
  }
  .paragraph--type--featured-products .field--name-field-featured-products > a:nth-child(4n+0), .paragraph--type--featured-products .field--name-field-featured-products > div:nth-child(4n+0) {
    margin-right: 0;
  }
  .paragraph--type--featured-products .field--name-field-featured-products > a:nth-child(4n+1), .paragraph--type--featured-products .field--name-field-featured-products > div:nth-child(4n+1) {
    margin-left: 0;
  }
  .paragraph--type--featured-products .field--name-field-featured-products > a:nth-child(-n+4), .paragraph--type--featured-products .field--name-field-featured-products > div:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-products .field--name-field-featured-products {
    display: flex;
    flex-wrap: wrap;
  }
}
.paragraph--type--featured-products .field--name-field-featured-products .slick-list {
  max-width: 100%;
  width: 100%;
  margin-top: 2rem;
  overflow: visible;
}
.paragraph--type--featured-products .field--name-field-featured-products > .slick-list:nth-child(-n+2) {
  margin-top: 2rem;
}
.paragraph--type--featured-products .paragraph-links {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  order: 2;
  align-items: center;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-products .paragraph-links {
    order: 3;
    flex-direction: row;
  }
}
.paragraph--type--featured-products .paragraph-links a {
  width: 17.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 641px) {
  .paragraph--type--featured-products .paragraph-links a {
    width: auto;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-products .paragraph-links a {
    margin-right: 1.25rem;
    margin-bottom: 0;
    width: auto;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-products .paragraph-links a:first-child {
    margin-left: 1.25rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-products .progress {
    display: none;
  }
}
.paragraph--type--featured-products .component--featured-products__footer {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-products .component--featured-products__footer {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  .paragraph--type--featured-products.slider-on-mobile {
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(-50vw + 50%);
    -o-object-fit: cover;
       object-fit: cover;
    padding: 0 1.25rem;
  }
}
.paragraph--type--featured-products.slider-on-mobile .component--featured-products__footer {
  display: block;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-products.slider-on-mobile .component--featured-products__footer {
    display: none;
  }
}
.paragraph--type--featured-products .slick-list > div {
  margin-left: 0;
}
.paragraph--type--featured-products .slick-slide {
  margin: 0 0.3125rem;
  height: inherit !important;
}
.paragraph--type--featured-products .slick-slide > div {
  height: 100%;
}
.paragraph--type--featured-products .slick-slide > div > div {
  height: 100%;
}
.paragraph--type--featured-products .slick-track {
  display: flex !important;
}
.paragraph--type--featured-products .product.teaser {
  max-width: 17.5rem;
}
@media only screen and (min-width: 641px) {
  .paragraph--type--featured-products .product.teaser {
    max-width: 16.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-products .product.teaser {
    max-width: 100%;
  }
}
.paragraph--type--featured-products .product.teaser > a {
  display: block;
}

.view-our-best-selling-doors {
  margin-top: 8.75rem;
}
.view-our-best-selling-doors .view-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.view-our-best-selling-doors .view-content > a, .view-our-best-selling-doors .view-content > div {
  width: 100%;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 879px) {
  .view-our-best-selling-doors .view-content > a, .view-our-best-selling-doors .view-content > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .view-our-best-selling-doors .view-content > a:nth-child(1n+0), .view-our-best-selling-doors .view-content > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .view-our-best-selling-doors .view-content > a:nth-child(1n+1), .view-our-best-selling-doors .view-content > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .view-our-best-selling-doors .view-content > a:nth-child(-n+1), .view-our-best-selling-doors .view-content > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .view-our-best-selling-doors .view-content > a, .view-our-best-selling-doors .view-content > div {
    margin-top: 2rem;
    max-width: calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(50% - 1.875rem);
  }
  .view-our-best-selling-doors .view-content > a:nth-child(2n+0), .view-our-best-selling-doors .view-content > div:nth-child(2n+0) {
    margin-right: 0;
  }
  .view-our-best-selling-doors .view-content > a:nth-child(2n+1), .view-our-best-selling-doors .view-content > div:nth-child(2n+1) {
    margin-left: 0;
  }
  .view-our-best-selling-doors .view-content > a:nth-child(-n+2), .view-our-best-selling-doors .view-content > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .view-our-best-selling-doors .view-content > a, .view-our-best-selling-doors .view-content > div {
    margin-top: 2rem;
    max-width: calc(25% - 0.9375rem);
    width: calc(25% - 0.9375rem);
    flex: 1 0 calc(25% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .view-our-best-selling-doors .view-content > a:nth-child(2n+0), .view-our-best-selling-doors .view-content > div:nth-child(2n+0) {
    margin-right: 0.9375rem;
  }
  .view-our-best-selling-doors .view-content > a:nth-child(2n+1), .view-our-best-selling-doors .view-content > div:nth-child(2n+1) {
    margin-left: 0.9375rem;
  }
  .view-our-best-selling-doors .view-content > a:nth-child(-n+2), .view-our-best-selling-doors .view-content > div:nth-child(-n+2) {
    margin-top: 2rem;
  }
  .view-our-best-selling-doors .view-content > a:nth-child(4n+0), .view-our-best-selling-doors .view-content > div:nth-child(4n+0) {
    margin-right: 0;
  }
  .view-our-best-selling-doors .view-content > a:nth-child(4n+1), .view-our-best-selling-doors .view-content > div:nth-child(4n+1) {
    margin-left: 0;
  }
  .view-our-best-selling-doors .view-content > a:nth-child(-n+4), .view-our-best-selling-doors .view-content > div:nth-child(-n+4) {
    margin-top: 0;
  }
}

.taxonomy-product_type .view-taxonomy-term .view-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 3.0625rem;
  margin-bottom: 2rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.taxonomy-product_type .view-taxonomy-term .view-content > a, .taxonomy-product_type .view-taxonomy-term .view-content > div {
  width: 100%;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 879px) {
  .taxonomy-product_type .view-taxonomy-term .view-content > a, .taxonomy-product_type .view-taxonomy-term .view-content > div {
    margin-top: 4rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .taxonomy-product_type .view-taxonomy-term .view-content > a:nth-child(1n+0), .taxonomy-product_type .view-taxonomy-term .view-content > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .taxonomy-product_type .view-taxonomy-term .view-content > a:nth-child(1n+1), .taxonomy-product_type .view-taxonomy-term .view-content > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .taxonomy-product_type .view-taxonomy-term .view-content > a:nth-child(-n+1), .taxonomy-product_type .view-taxonomy-term .view-content > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .taxonomy-product_type .view-taxonomy-term .view-content > a, .taxonomy-product_type .view-taxonomy-term .view-content > div {
    margin-top: 4rem;
    max-width: calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(50% - 1.875rem);
  }
  .taxonomy-product_type .view-taxonomy-term .view-content > a:nth-child(2n+0), .taxonomy-product_type .view-taxonomy-term .view-content > div:nth-child(2n+0) {
    margin-right: 0;
  }
  .taxonomy-product_type .view-taxonomy-term .view-content > a:nth-child(2n+1), .taxonomy-product_type .view-taxonomy-term .view-content > div:nth-child(2n+1) {
    margin-left: 0;
  }
  .taxonomy-product_type .view-taxonomy-term .view-content > a:nth-child(-n+2), .taxonomy-product_type .view-taxonomy-term .view-content > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .taxonomy-product_type .view-taxonomy-term .view-content > a, .taxonomy-product_type .view-taxonomy-term .view-content > div {
    margin-top: 4rem;
    max-width: calc(25% - 0.9375rem);
    width: calc(25% - 0.9375rem);
    flex: 1 0 calc(25% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .taxonomy-product_type .view-taxonomy-term .view-content > a:nth-child(2n+0), .taxonomy-product_type .view-taxonomy-term .view-content > div:nth-child(2n+0) {
    margin-right: 0.9375rem;
  }
  .taxonomy-product_type .view-taxonomy-term .view-content > a:nth-child(2n+1), .taxonomy-product_type .view-taxonomy-term .view-content > div:nth-child(2n+1) {
    margin-left: 0.9375rem;
  }
  .taxonomy-product_type .view-taxonomy-term .view-content > a:nth-child(-n+2), .taxonomy-product_type .view-taxonomy-term .view-content > div:nth-child(-n+2) {
    margin-top: 4rem;
  }
  .taxonomy-product_type .view-taxonomy-term .view-content > a:nth-child(4n+0), .taxonomy-product_type .view-taxonomy-term .view-content > div:nth-child(4n+0) {
    margin-right: 0;
  }
  .taxonomy-product_type .view-taxonomy-term .view-content > a:nth-child(4n+1), .taxonomy-product_type .view-taxonomy-term .view-content > div:nth-child(4n+1) {
    margin-left: 0;
  }
  .taxonomy-product_type .view-taxonomy-term .view-content > a:nth-child(-n+4), .taxonomy-product_type .view-taxonomy-term .view-content > div:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .taxonomy-product_type .view-taxonomy-term .view-content {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.taxonomy-product_type .view-taxonomy-term .view-content:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
  padding-top: 3.0625rem;
}
@media only screen and (min-width: 1100px) {
  .taxonomy-product_type .view-taxonomy-term .view-content:after {
    padding-top: 10rem;
  }
}

.paragraph.paragraph--type--bp-accordion h2 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph.paragraph--type--bp-accordion h2 {
    margin-bottom: 2rem;
  }
}
.paragraph.paragraph--type--bp-accordion .accordion-wrapper .accordion-header {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph.paragraph--type--bp-accordion .accordion-wrapper .accordion-header {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph.paragraph--type--bp-accordion .accordion-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .paragraph.paragraph--type--bp-accordion .accordion-wrapper .accordion-header {
    flex: 1 1 42.635%;
    padding-right: 8.75rem;
    margin-bottom: 0;
  }
  .paragraph.paragraph--type--bp-accordion .accordion-wrapper .panel {
    flex: 1 1 57.364%;
    display: flex;
    box-shadow: none;
  }
}
.paragraph.paragraph--type--bp-accordion .panel {
  background-color: transparent;
}
.paragraph.paragraph--type--bp-accordion .accordion-item-wrapper {
  transition: box-shadow 0.6s ease;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph.paragraph--type--bp-accordion .accordion-item-wrapper {
    margin: 0 0 1rem 0;
  }
}
.paragraph.paragraph--type--bp-accordion .panel-heading {
  padding: 0;
  border-bottom: 0;
}
.paragraph.paragraph--type--bp-accordion .panel-heading a {
  background-color: #FFFFFF;
  color: #000000;
  display: block;
  margin: 0;
  padding: 2rem 3rem 2rem 1.25rem;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .paragraph.paragraph--type--bp-accordion .panel-heading a {
    padding: 2.1875rem 2.75rem 2.1875rem 2.625rem;
  }
}
.paragraph.paragraph--type--bp-accordion .panel-heading a:hover, .paragraph.paragraph--type--bp-accordion .panel-heading a:focus {
  text-decoration: none;
  background-color: #f7f7f7;
  color: #000000;
}
.paragraph.paragraph--type--bp-accordion .panel-heading a:after {
  content: "" !important;
  position: absolute;
  top: calc(50% - 0.625rem);
  background: url(../img/plus_black.svg) no-repeat center center;
  width: 0.875rem;
  height: 0.875rem;
  right: 1.5625rem;
  border: 0;
  transition: transform 0.3s ease;
}
.paragraph.paragraph--type--bp-accordion .panel-heading a:hover::after, .paragraph.paragraph--type--bp-accordion .panel-heading a:focus::after {
  content: "";
  background: url(../img/plus_blue.svg) no-repeat center center;
}
.paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded=true] {
  background-color: #f7f7f7;
  color: #000000;
}
.paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded=true]:after {
  content: "";
  background: url(../img/minus_blue.svg) no-repeat center center;
  width: 0.9375rem;
  height: 0.9375rem;
  right: 1.5625rem;
  border: 0;
  transform: rotate(180deg);
}
.paragraph.paragraph--type--bp-accordion .card-block {
  background-color: #f7f7f7;
  display: block;
}
.paragraph.paragraph--type--bp-accordion .card-block > div {
  display: none;
}
.paragraph.paragraph--type--bp-accordion .card-block.in > div {
  display: block;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph.paragraph--type--bp-accordion .card-block.collapse.in {
    padding: 0 30px 30px;
  }
}
.paragraph.paragraph--type--bp-accordion .panel {
  border: 0;
}
@media only screen and (min-width: 1100px) {
  .paragraph.paragraph--type--bp-accordion .panel-collapse.in .paragraph--type--bp-simple {
    width: 100%;
  }
}
.black .paragraph.paragraph--type--bp-accordion .btn .text {
  color: #FFD20B;
}
.black .paragraph.paragraph--type--bp-accordion .text {
  color: #FFFFFF;
}
.black .paragraph.paragraph--type--bp-accordion .accordion-item-wrapper {
  box-shadow: 20px 3px 50px rgba(0, 0, 0, 0.4);
}
.black .paragraph.paragraph--type--bp-accordion .accordion-item-wrapper:first-child {
  border-top: 0;
}
.black .paragraph.paragraph--type--bp-accordion .panel-heading a {
  background-color: #36383d;
  color: #FFFFFF;
}
.black .paragraph.paragraph--type--bp-accordion .panel-heading a:after {
  background: url(../img/plus_yellow.svg) no-repeat center center;
}
.black .paragraph.paragraph--type--bp-accordion .panel-heading a:hover, .black .paragraph.paragraph--type--bp-accordion .panel-heading a:focus {
  background-color: #27282B;
}
.black .paragraph.paragraph--type--bp-accordion .panel-heading a:hover:after, .black .paragraph.paragraph--type--bp-accordion .panel-heading a:focus:after {
  background: url(../img/plus_yellow.svg) no-repeat center center;
}
.black .paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded=true] {
  background-color: #27282B;
}
.black .paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded=true]:after {
  background: url(../img/minus_yellow.svg) no-repeat center center;
}
.black .paragraph.paragraph--type--bp-accordion .card-block {
  background-color: #36383d;
}
.black .paragraph.paragraph--type--bp-accordion .card-block.collapse.in {
  background-color: #27282B;
  box-shadow: 20px 3px 50px rgba(0, 0, 0, 0.4);
}
.black .paragraph.paragraph--type--bp-accordion .paging-wrapper ul li.active a {
  color: #FFD20B;
  text-decoration: none;
}
.black .paragraph.paragraph--type--bp-accordion .accordion-desc a {
  color: #FFFFFF;
  outline: none;
}
.black .paragraph.paragraph--type--bp-accordion .accordion-desc a:hover, .black .paragraph.paragraph--type--bp-accordion .accordion-desc a :focus {
  color: #FFD20B;
}

.accordion-wrapper {
  display: block;
}
.accordion-wrapper .accordion-items-wrapper {
  display: block;
  flex: 1 1 85.1351%;
}
.accordion-wrapper .paging-wrapper {
  width: 100%;
  margin: 0;
  display: flex;
  align-content: center;
  justify-content: space-between;
  border-bottom: 1px solid #36383d;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper .paging-wrapper {
    border-bottom: 0px solid #36383d;
    display: block;
    flex: 1 1 14.8648%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.accordion-wrapper .paging-wrapper .disabled {
  pointer-events: none;
}
.accordion-wrapper .paging-wrapper .preArrowPaging {
  display: inline-block;
  cursor: pointer;
  background: url(../img/paging-prev-button-disable.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper .paging-wrapper .preArrowPaging {
    display: block;
    height: 3rem;
    width: 3rem;
    margin-bottom: 3.5rem;
    transform: rotate(0deg);
  }
}
.accordion-wrapper .paging-wrapper .preArrowPaging.active {
  background: url(../img/paging-prev-button.svg);
  background-size: contain;
  display: inline-block;
  transform: rotate(90deg);
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper .paging-wrapper .preArrowPaging.active {
    display: block;
    transform: rotate(180deg);
  }
}
.accordion-wrapper .paging-wrapper .preArrowPaging.active:hover, .accordion-wrapper .paging-wrapper .preArrowPaging.active:focus {
  background: url(../img/link_arrow_external_black_yellowfill.svg);
  background-size: contain;
  transform: rotate(-135deg);
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper .paging-wrapper .preArrowPaging.active:hover, .accordion-wrapper .paging-wrapper .preArrowPaging.active:focus {
    transform: rotate(-45deg);
  }
}
.accordion-wrapper .paging-wrapper .nxtArrowPaging {
  display: inline-block;
  cursor: pointer;
  background: url(../img/paging-prev-button-disable.svg);
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(90deg);
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper .paging-wrapper .nxtArrowPaging {
    display: block;
    height: 3rem;
    width: 3rem;
    margin-top: 3.5rem;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
}
.accordion-wrapper .paging-wrapper .nxtArrowPaging.active {
  background: url(../img/paging-prev-button.svg);
  background-size: contain;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper .paging-wrapper .nxtArrowPaging.active {
    transform: rotate(0deg);
  }
}
.accordion-wrapper .paging-wrapper .nxtArrowPaging.active:hover, .accordion-wrapper .paging-wrapper .nxtArrowPaging.active:focus {
  background: url(../img/link_arrow_external_black_yellowfill.svg);
  background-size: contain;
  transform: rotate(45deg);
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper .paging-wrapper .nxtArrowPaging.active:hover, .accordion-wrapper .paging-wrapper .nxtArrowPaging.active:focus {
    transform: rotate(135deg);
  }
}
.accordion-wrapper .paging-wrapper ul {
  width: 3rem;
  overflow: hidden;
  margin: 0;
  min-height: 1.875rem;
  display: inline-block;
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper .paging-wrapper ul {
    display: block;
    min-height: 14.375rem;
  }
}
.accordion-wrapper .paging-wrapper ul li {
  margin: 0 0.625rem;
  display: inline-block;
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper .paging-wrapper ul li {
    padding: 0;
    margin: 2.5rem 0;
    display: list-item;
  }
}
.accordion-wrapper .paging-wrapper ul li a {
  width: 3rem;
  text-align: center;
  display: block;
  color: #696969;
}
.accordion-wrapper .paging-wrapper ul li a:hover {
  color: #FFD20B;
}
.accordion-wrapper .paging-wrapper ul li.active a {
  color: #225093;
  text-decoration: none;
}
.accordion-wrapper .paging-wrapper .desktop-view {
  display: none;
  padding-left: 0;
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper .paging-wrapper .desktop-view {
    display: block;
  }
}
.accordion-wrapper .paging-wrapper .mobile-view {
  display: inline-block;
  min-height: 2.5rem;
  min-width: 60%;
  padding-left: 0;
}
.accordion-wrapper .paging-wrapper .mobile-view li {
  display: none !important;
}
.accordion-wrapper .paging-wrapper .mobile-view li.active {
  margin: 0;
  display: block !important;
  width: 100%;
  padding: 0;
}
.accordion-wrapper .paging-wrapper .mobile-view li.active div.count {
  color: #FFD20B;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper .paging-wrapper .mobile-view {
    display: none;
  }
}
.accordion-wrapper table,
.accordion-wrapper table.tablesaw {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1100px) {
  .accordion-wrapper table,
.accordion-wrapper table.tablesaw {
    font-size: 1rem;
  }
}
.accordion-wrapper table tr,
.accordion-wrapper table.tablesaw tr {
  border-bottom: 1px solid #36383d;
}
.accordion-wrapper table tr:first-child,
.accordion-wrapper table.tablesaw tr:first-child {
  border-top: 0;
}
.accordion-wrapper table tr:nth-child(odd),
.accordion-wrapper table tr:nth-child(even),
.accordion-wrapper table.tablesaw tr:nth-child(odd),
.accordion-wrapper table.tablesaw tr:nth-child(even) {
  background: none;
}
.accordion-wrapper table td,
.accordion-wrapper table.tablesaw td {
  padding: 2rem 0.625rem 2rem 0;
}
.accordion-wrapper table td:first-child,
.accordion-wrapper table.tablesaw td:first-child {
  font-weight: bold;
}
.accordion-wrapper table a,
.accordion-wrapper table.tablesaw a {
  color: #FFD20B;
  background-color: none;
}
.accordion-wrapper .component-wysiwyg ul {
  padding-left: 1.875rem;
}
.accordion-wrapper .component-wysiwyg ul li {
  list-style: disc;
  padding-left: 0.625rem;
}
.accordion-wrapper .component-wysiwyg ul li:before {
  display: none;
}

.black .accordion-wrapper .component-wysiwyg a,
.black .accordion-wrapper .component-wysiwyg a:not([class]),
.black .accordion-wrapper .component-wysiwyg table a,
.black .accordion-wrapper .component-wysiwyg table a:not([class]) {
  color: #FFD20B;
}

@media only screen and (min-width: 1100px) {
  .component-wysiwyg.split {
    display: flex;
  }
  .component-wysiwyg.split > .component-wysiwyg__header {
    min-width: 21.875rem;
    max-width: 32%;
    padding-right: 1.5625rem;
  }
  .component-wysiwyg.split > .component-wysiwyg__header h2 {
    text-align: left;
  }
  .component-wysiwyg.split > .component-wysiwyg__text {
    margin-left: 7.5rem;
  }
}
.component-wysiwyg__text {
  color: #000000;
}
.component-wysiwyg__text a.btn.tertiary-link,
.component-wysiwyg__text a.btn.tertiary-link.btn-link {
  color: #000000;
  line-height: 1.875rem;
  position: relative;
  display: inline;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  padding-left: 0;
}
.component-wysiwyg__text a.btn.tertiary-link:hover,
.component-wysiwyg__text a.btn.tertiary-link.btn-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.component-wysiwyg__text a.btn.tertiary-link:hover,
.component-wysiwyg__text a.btn.tertiary-link.btn-link:hover {
  color: #225093;
  border-bottom: 1px solid #225093;
}
.component-wysiwyg blockquote {
  padding: 0.9375rem 1.875rem 0.9375rem;
  border-left: 0.1875rem solid #FFD20B;
  margin-bottom: 1.875rem;
}

.black .component-wysiwyg__text {
  color: #FFFFFF;
}
.black .component-wysiwyg__text a.btn.tertiary-link-dark {
  color: #FFFFFF;
  display: inline;
  position: relative;
  line-height: 1.875rem;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.black .component-wysiwyg__text a.btn.tertiary-link-dark:hover {
  color: #FFD20B;
  background-image: url(../img/link_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
}
.black .component-wysiwyg__text a.btn.tertiary-link-dark:hover {
  border-bottom: 1px solid #FFD20B;
}

.component-wysiwyg ul li {
  padding-left: 1.5625rem;
}
.component-wysiwyg ul li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.component-wysiwyg ul li:before {
  content: "\2022";
  color: #515151;
  display: inline-block;
  width: 1em;
  margin-left: -0.3125rem;
  margin-right: 0;
  margin-bottom: 0;
  position: absolute;
  padding-left: 0.625rem;
  left: 0;
  top: 0;
}
.component-wysiwyg ul li ul li {
  padding-left: 1.25rem;
}
.component-wysiwyg ul li ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.component-wysiwyg ul li ul li:before {
  content: "-";
  color: #515151;
  display: inline-block;
  width: 1em;
  margin-left: -0.3125rem;
  margin-right: 0;
  margin-bottom: 0;
  position: absolute;
  padding-left: 0.625rem;
  left: 0;
  top: 0;
}

.icon-phone {
  position: relative;
}
.icon-phone:before {
  content: "";
  background: url("../img/phone_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: calc(50% - 10px);
  left: -1.5625rem;
}

.ckeditor-readmore-wrapper .ckeditor-readmore-toggler {
  text-transform: uppercase;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  color: #000000;
  width: 100%;
  display: block;
  text-align: left;
}
@media only screen and (min-width: 880px) {
  .ckeditor-readmore-wrapper .ckeditor-readmore-toggler {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .ckeditor-readmore-wrapper .ckeditor-readmore-toggler {
    font-size: 0.9375rem;
  }
}
.ckeditor-readmore-wrapper .ckeditor-readmore-toggler:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/read-more.svg);
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  margin-bottom: -0.1875rem;
}
.ckeditor-readmore-wrapper .ckeditor-readmore-toggler:hover {
  color: #225093;
  text-decoration: none;
}
.ckeditor-readmore-wrapper .read-less {
  margin-top: 1.25rem;
}
.ckeditor-readmore-wrapper .read-less:after {
  background-image: url(../img/read-less.svg);
}

.content-column-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__2col,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__3col,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__4col,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__5col,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__6col,
.paragraph.component-columns div.paragraph--type--bp-columns__2col,
.paragraph.component-columns div.paragraph--type--bp-columns__3col,
.paragraph.component-columns div.paragraph--type--bp-columns__4col,
.paragraph.component-columns div.paragraph--type--bp-columns__5col,
.paragraph.component-columns div.paragraph--type--bp-columns__6col {
  float: none;
  width: 100%;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: flex;
}
@media only screen and (max-width: 879px) {
  .paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__2col,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__3col,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__4col,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__5col,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__6col,
.paragraph.component-columns div.paragraph--type--bp-columns__2col,
.paragraph.component-columns div.paragraph--type--bp-columns__3col,
.paragraph.component-columns div.paragraph--type--bp-columns__4col,
.paragraph.component-columns div.paragraph--type--bp-columns__5col,
.paragraph.component-columns div.paragraph--type--bp-columns__6col {
    padding: 0;
    margin-bottom: 0.9375rem;
  }
}
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__2col:nth-child(1),
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__3col:nth-child(1),
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__4col:nth-child(1),
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__5col:nth-child(1),
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__6col:nth-child(1),
.paragraph.component-columns div.paragraph--type--bp-columns__2col:nth-child(1),
.paragraph.component-columns div.paragraph--type--bp-columns__3col:nth-child(1),
.paragraph.component-columns div.paragraph--type--bp-columns__4col:nth-child(1),
.paragraph.component-columns div.paragraph--type--bp-columns__5col:nth-child(1),
.paragraph.component-columns div.paragraph--type--bp-columns__6col:nth-child(1) {
  padding-left: 0;
}
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__2col:last-child,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__3col:last-child,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__4col:last-child,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__5col:last-child,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__6col:last-child,
.paragraph.component-columns div.paragraph--type--bp-columns__2col:last-child,
.paragraph.component-columns div.paragraph--type--bp-columns__3col:last-child,
.paragraph.component-columns div.paragraph--type--bp-columns__4col:last-child,
.paragraph.component-columns div.paragraph--type--bp-columns__5col:last-child,
.paragraph.component-columns div.paragraph--type--bp-columns__6col:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 880px) {
  .paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__2col,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__3col,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__4col,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__5col,
.paragraph.component-columns .paragraph__column div.paragraph--type--bp-columns__6col,
.paragraph.component-columns div.paragraph--type--bp-columns__2col,
.paragraph.component-columns div.paragraph--type--bp-columns__3col,
.paragraph.component-columns div.paragraph--type--bp-columns__4col,
.paragraph.component-columns div.paragraph--type--bp-columns__5col,
.paragraph.component-columns div.paragraph--type--bp-columns__6col {
    flex: 1 1 50%;
    width: 50%;
    float: none;
  }
}

@media only screen and (min-width: 880px) {
  .paragraph--view-mode--stats-column.paragraph.component-columns div.paragraph--type--bp-columns__2col {
    width: unset;
  }
}
@media only screen and (min-width: 1320px) {
  .paragraph--view-mode--stats-column.paragraph.component-columns div.paragraph--type--bp-columns__2col {
    flex: 1 1 50%;
    width: 50%;
    float: none;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--view-mode--stats-column.paragraph.component-columns div.paragraph--type--bp-columns__2col:nth-child(1) {
    margin: 0 auto;
  }
}
.component-columns h2 {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 880px) {
  .component-columns h2 {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component-columns h2 {
    margin-bottom: 3.125rem;
  }
}

.component-columns .paragraph > h2 {
  text-align: -webkit-auto;
}

.component-columns .component-wysiwyg {
  align-self: center;
}

.paragraph--view-mode--stats-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paragraph--view-mode--stats-column .content-column-wrapper {
  display: grid;
}
@media only screen and (min-width: 1320px) {
  .paragraph--view-mode--stats-column .content-column-wrapper {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--view-mode--stats-column .content-column-wrapper .paragraph--type--bp-columns__2col:first-child {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1319px) {
  .paragraph--view-mode--stats-column .content-column-wrapper .paragraph--type--bp-columns__2col:last-child {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 641px) {
  .paragraph--view-mode--stats-column .content-column-wrapper .paragraph--type--bp-columns__2col .paragraph--type--statistics .component-statistics__statistics-wrapper {
    padding-left: 0;
    align-items: center;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--view-mode--stats-column .content-column-wrapper .paragraph--type--bp-columns__2col .paragraph--type--statistics .component-statistics__statistics-wrapper {
    align-items: unset;
  }
  .paragraph--view-mode--stats-column .content-column-wrapper .paragraph--type--bp-columns__2col .paragraph--type--statistics .component-statistics__statistics-wrapper .statistic-item {
    margin-right: 0;
  }
}

.black .paragraph--view-mode--stats-column .statistic-item__description {
  color: #000000;
}

.paragraph--view-mode--nested-child {
  padding: 0 1.25rem 0 1.25rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--view-mode--nested-child {
    padding: 0.625rem 1.25rem 0.625rem 0;
  }
}

.paragraph--view-mode--cta-checklist.component-wysiwyg {
  max-width: 32.625rem;
}
.paragraph--view-mode--cta-checklist .content-column-wrapper .paragraph--type--bp-columns__2col {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 879px) {
  .paragraph--view-mode--cta-checklist .content-column-wrapper .paragraph--type--bp-columns__2col .paragraph--type--bp-image {
    margin: 0 calc(-50vw + 50% + 20px);
    width: calc(100vw - 40px);
    max-width: 100vw;
    justify-content: center;
    display: flex;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--view-mode--cta-checklist .content-column-wrapper .paragraph--type--bp-columns__2col:first-child {
    justify-content: flex-start;
  }
  .paragraph--view-mode--cta-checklist .content-column-wrapper .paragraph--type--bp-columns__2col:last-child {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--view-mode--cta-checklist .content-column-wrapper .paragraph--type--bp-columns__2col .component-wysiwyg {
    width: auto;
  }
}
.paragraph--view-mode--cta-checklist .content-column-wrapper .paragraph--type--bp-columns__2col .component-wysiwyg ul {
  position: relative;
}
.paragraph--view-mode--cta-checklist .content-column-wrapper .paragraph--type--bp-columns__2col .component-wysiwyg ul li:before {
  content: "";
  background-image: url("../img/check-circle-bullet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0.2rem;
  margin-left: 0.1875rem;
  width: 1.041875rem;
  height: 1.041875rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--view-mode--cta-checklist .content-column-wrapper .paragraph--type--bp-columns__2col .component-wysiwyg ul li:before {
    top: 0.4rem;
  }
}

.black .paragraph--view-mode--cta-checklist .content-column-wrapper .paragraph--type--bp-columns__2col .component-wysiwyg ul li:before {
  background-image: url("../img/check-circle-yellow.svg");
}

@media only screen and (max-width: 879px) {
  .component-style--reverse-responsive .content-column-wrapper {
    flex-direction: column-reverse;
  }
}

.paragraph--type--bp-columns.paragraph--view-mode--default .content-column-wrapper .paragraph--type--bp-columns__2col .media {
  min-width: 100%;
  min-height: 100%;
}

.paragraph--type--cta-image.paragraph--view-mode--default .cta-image {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--cta-image.paragraph--view-mode--default .cta-image {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-left {
  min-width: 12.5rem;
  min-height: 16.25rem;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 420px) {
  .paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-left {
    min-height: 28.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-left {
    min-width: 22.5rem;
    min-height: 22.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-left {
    width: 46.25rem;
    min-height: 46.25rem;
  }
}
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right {
  background-color: #FFD20B;
  padding: 1.875rem;
  clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right {
    margin-bottom: 0;
    width: 46.25rem;
    max-width: 46.25rem;
    width: 46.25rem;
    padding: 6.25rem;
    clip-path: polygon(100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 0);
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right {
    min-width: 46.25rem;
  }
}
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right h2 {
  color: #000000;
}
.paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right .btn-secondary:hover, .paragraph--type--cta-image.paragraph--view-mode--default .cta-image .cta-image-right .btn-secondary:focus {
  border-color: #000000;
}

@media only screen and (min-width: 880px) {
  .paragraph--type--cta-image.paragraph--view-mode--style2 .cta-image-style2 {
    display: flex;
  }
}
.paragraph--type--cta-image.paragraph--view-mode--style2 .cta-image-style2 .cta-image-left {
  padding: 1.875rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--cta-image.paragraph--view-mode--style2 .cta-image-style2 .cta-image-left {
    min-width: 40%;
    width: 680px;
    padding: 115px 15px;
  }
}
.paragraph--type--cta-image.paragraph--view-mode--style2 .cta-image-style2 .cta-image-right {
  margin-left: 0.9375rem;
  z-index: -1;
  position: relative;
  margin-bottom: 2.5rem;
  margin-right: 2.5rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--cta-image.paragraph--view-mode--style2 .cta-image-style2 .cta-image-right {
    margin-left: -17.5rem;
    margin-bottom: 5rem;
  }
}
.paragraph--type--cta-image.paragraph--view-mode--style2 .cta-image-style2 .cta-image-right:after {
  content: " ";
  background-color: #FFD20B;
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 30px;
  z-index: -3;
  left: 30px;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--cta-image.paragraph--view-mode--style2 .cta-image-style2 .cta-image-right:after {
    content: " ";
    background-color: #FFD20B;
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 80px;
    z-index: -3;
    left: 80px;
  }
}

.paragraph--type--cta-banner {
  background: #181819;
}
.paragraph--type--cta-banner .cta-banner .yellow {
  background-color: #FFD20B;
}
.paragraph--type--cta-banner .cta-banner .black {
  background-color: #181819;
  color: #FFFFFF;
}
.paragraph--type--cta-banner .cta-banner .black .cta-banner-right .icon-phone a {
  color: #FFFFFF;
}
.paragraph--type--cta-banner .cta-banner .grey {
  background-color: #D7D7D7;
}
.paragraph--type--cta-banner .cta-banner {
  background: transparent;
  border-bottom: #515151 1px solid;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--cta-banner .cta-banner {
    min-height: 18.75rem;
    display: flex;
    text-align: left;
  }
}
.paragraph--type--cta-banner .cta-banner p {
  width: 100%;
}
.paragraph--type--cta-banner .cta-banner .icon-phone {
  margin-bottom: 2.5rem;
  display: inline-block;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--cta-banner .cta-banner .icon-phone {
    margin-bottom: 0;
  }
}
.paragraph--type--cta-banner .cta-banner .cta-banner-left {
  padding: 4rem 1.875rem 0.9375rem;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--cta-banner .cta-banner .cta-banner-left {
    max-width: 52%;
    padding: 6.375rem 6.25rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1319px) {
  .paragraph--type--cta-banner .cta-banner .cta-banner-left p {
    text-align: center;
  }
}
.paragraph--type--cta-banner .cta-banner .cta-banner-left.black {
  color: #FFFFFF;
  background-color: #181819;
}
.paragraph--type--cta-banner .cta-banner .cta-banner-right {
  width: 100%;
  padding: 0.9375rem 2.5rem 4rem;
  text-align: center;
}
@media only screen and (max-width: 879px) {
  .paragraph--type--cta-banner .cta-banner .cta-banner-right {
    padding: 0.9375rem 3.5rem 4rem;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--type--cta-banner .cta-banner .cta-banner-right {
    padding: 6.375rem 7.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .paragraph--type--cta-banner .cta-banner .cta-banner-right {
    padding: 0.9375rem 1.875rem 1.875rem;
  }
}
.paragraph--type--cta-banner .cta-banner .cta-banner-right .subtle-heading {
  font-size: 0.9375rem;
  line-height: 1rem;
  color: #FFFFFF;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  display: block;
  padding-left: 1.875rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--cta-banner .cta-banner .cta-banner-right .subtle-heading {
    margin-right: 0.75rem;
    display: inline-block;
    padding-left: 0;
  }
}
.paragraph--type--cta-banner .cta-banner .cta-banner-right a {
  line-height: 1rem;
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
  font-weight: 700;
}
.paragraph--type--cta-banner .cta-banner .cta-banner-right .btn-primary {
  padding: 1.5rem 1.875rem 1.5rem 1.875rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--cta-banner .cta-banner .cta-banner-right .btn-primary {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1319px) {
  .paragraph--type--cta-banner .cta-banner .cta-banner-right p {
    text-align: center;
  }
}
.paragraph--type--cta-banner .cta-banner .cta-banner-right.black p.text-align-right .subtle-heading .icon-phone:before {
  margin-top: 0.1875rem;
  width: 0.75rem;
  height: 0.75rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--cta-banner .cta-banner .cta-banner-right.black p.text-align-right .subtle-heading .icon-phone:before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.paragraph--type--cta-banner .cta-banner .cta-banner-right.black p.text-align-right .subtle-heading .icon-phone a.btn {
  font-size: 0.75rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--cta-banner .cta-banner .cta-banner-right.black p.text-align-right .subtle-heading .icon-phone a.btn {
    font-size: 0.9375rem;
  }
}
.paragraph--type--cta-banner .cta-banner .cta-banner-right.black p.text-align-right > a.btn.btn-primary {
  padding: 1.25rem 1.875rem;
  height: 3.5rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--cta-banner .cta-banner .cta-banner-right.black p.text-align-right > a.btn.btn-primary {
    padding: 1.5rem 1.875rem;
    height: 4rem;
    width: 11.5625rem;
  }
}

.component--cta {
  color: #FFFFFF;
  overflow: hidden;
}
.component--cta h2, .component--cta h3, .component--cta h4, .component--cta h5 {
  color: #FFFFFF;
}
@media only screen and (min-width: 1100px) {
  .component--cta.cta-dots .component--cta__content {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/paragraph-cta--black-right.svg);
    background-position: right center;
    background-size: 30% 100%;
  }
  .component--cta.cta-dots .component--cta__content::before {
    content: " ";
    display: inline-block;
    margin-left: -7.5rem;
    margin-top: 2.8125rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/paragraph-cta-black-left.svg);
    width: 26.5625rem;
    height: 17rem;
    position: absolute;
    z-index: 0;
  }
}
.component--cta .black {
  background: #181819;
}
.component--cta__content {
  background: url(../img/Group_67.svg) right no-repeat;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding: 4rem 1.25rem;
  min-height: 18.75rem;
}
@media only screen and (min-width: 1100px) {
  .component--cta__content {
    padding: 4rem 6.5625rem;
    position: relative;
    text-align: left;
  }
}
@media only screen and (min-width: 1100px) {
  .component--cta.fluid-full .component--cta__content {
    padding: 0;
  }
}
.component--cta__left {
  flex: 1 0 60%;
  color: #FFFFFF;
  padding-bottom: 2rem;
  position: relative;
  min-width: 100%;
}
@media only screen and (min-width: 1100px) {
  .component--cta__left {
    min-width: auto;
    padding-right: 3.75rem;
    padding-bottom: 0;
  }
}
.component--cta__right {
  color: #FFFFFF;
  min-width: 100%;
}
@media only screen and (min-width: 1100px) {
  .component--cta__right {
    z-index: 1;
    min-width: auto;
  }
}
.component--cta__label {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1100px) {
  .component--cta__label {
    margin-bottom: 0.625rem;
  }
}
.component--cta__text p {
  margin: 0;
}

.component--image-links__prefix, .component--image-links .title {
  text-align: left;
}
.component--image-links .title {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 880px) {
  .component--image-links .title {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--image-links .title {
    margin-bottom: 4rem;
  }
}

.component--image-link {
  margin-bottom: 4.25rem;
}
.component--image-link__text-header {
  color: #000000;
  transition: color 0.6s ease;
}
.component--image-link--default {
  max-width: 33.125rem;
  margin: 0 auto;
}
.component--image-link--default a:hover, .component--image-link--default a:focus {
  text-decoration: none;
}
.component--image-link--default a:hover__text-header, .component--image-link--default a:focus__text-header {
  color: #225093;
}
.component--image-link--default a:hover .component--image-link__subheading, .component--image-link--default a:focus .component--image-link__subheading {
  color: #225093;
}
.component--image-link--default a:hover .component--image-link__text h3, .component--image-link--default a:focus .component--image-link__text h3 {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #225093;
  margin-bottom: -2px;
}
.component--image-link--default .component--image-link__subheading {
  margin-bottom: 0.3125rem;
}
.component--image-link--default .component--image-link__text-wrapper {
  border-top: 1px solid #000000;
  margin-top: 1.875rem;
  padding-top: 1.25rem;
}
@media only screen and (max-width: 1099px) {
  .component--image-link--style2:first-child {
    margin-bottom: 3rem;
  }
}
.component--image-link--style2 a .component--image-link__text-header {
  line-height: 1.5rem;
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 879px) {
  .component--image-link--style2 a .component--image-link__text-header {
    max-width: 13.125rem;
  }
}
.component--image-link--style2 a:after {
  transition: background-image 0.6s;
}
.component--image-link--style2 a:hover, .component--image-link--style2 a:focus {
  text-decoration: none;
}
.component--image-link--style2 a:hover .component--image-link__text-header, .component--image-link--style2 a:focus .component--image-link__text-header {
  color: #225093;
  background-color: transparent;
}
.component--image-link--style2 a:hover .component--image-link__text-header:after, .component--image-link--style2 a:focus .component--image-link__text-header:after {
  background-image: url(../img/link_arrow_blue.svg);
  min-width: 1.5rem;
  min-height: 1.5rem;
}
.component--image-link--style2 .component--image-link__text-wrapper {
  margin: 1rem 0 0 0;
  border-bottom: 3px solid #225093;
}
@media only screen and (min-width: 880px) {
  .component--image-link--style2 .component--image-link__text-wrapper {
    margin-top: 1.875rem;
  }
}
.component--image-link--style2 .component--image-link__text {
  position: relative;
  margin-left: 1rem;
}
.component--image-link--style2 .component--image-link__text-header {
  line-height: 1.5rem;
  text-transform: uppercase;
  transition: color 0.6s;
}
.component--image-link--style2 .component--image-link__text-header:after {
  position: absolute;
  content: " ";
  display: inline-block;
  margin-left: 0.5625rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.svg);
  min-width: 1.5rem;
  min-height: 1.5rem;
  top: calc(50% - 12px);
  right: 0;
  transition: color 0.6s;
}
@media only screen and (min-width: 880px) {
  .component--image-link--style2 .component--image-link__text-header:after {
    float: right;
    top: 0;
    margin-top: 0;
    margin-right: 0.9375rem;
  }
}
.component--image-link--style2 .component--image-link__text-header:hover, .component--image-link--style2 .component--image-link__text-header:focus {
  text-decoration: none;
  color: #225093;
}

.component--image-links.perrow-2 .component--image-links__items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.component--image-links.perrow-2 .component--image-links__items > a, .component--image-links.perrow-2 .component--image-links__items > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .component--image-links.perrow-2 .component--image-links__items > a, .component--image-links.perrow-2 .component--image-links__items > div {
    margin-top: 0;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .component--image-links.perrow-2 .component--image-links__items > a:nth-child(1n+0), .component--image-links.perrow-2 .component--image-links__items > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .component--image-links.perrow-2 .component--image-links__items > a:nth-child(1n+1), .component--image-links.perrow-2 .component--image-links__items > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .component--image-links.perrow-2 .component--image-links__items > a:nth-child(-n+1), .component--image-links.perrow-2 .component--image-links__items > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .component--image-links.perrow-2 .component--image-links__items > a, .component--image-links.perrow-2 .component--image-links__items > div {
    margin-top: 0;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .component--image-links.perrow-2 .component--image-links__items > a:nth-child(1n+0), .component--image-links.perrow-2 .component--image-links__items > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .component--image-links.perrow-2 .component--image-links__items > a:nth-child(1n+1), .component--image-links.perrow-2 .component--image-links__items > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .component--image-links.perrow-2 .component--image-links__items > a:nth-child(-n+1), .component--image-links.perrow-2 .component--image-links__items > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .component--image-links.perrow-2 .component--image-links__items > a, .component--image-links.perrow-2 .component--image-links__items > div {
    margin-top: 0;
    max-width: calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
    flex: 1 0 calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .component--image-links.perrow-2 .component--image-links__items > a:nth-child(1n+0), .component--image-links.perrow-2 .component--image-links__items > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .component--image-links.perrow-2 .component--image-links__items > a:nth-child(1n+1), .component--image-links.perrow-2 .component--image-links__items > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .component--image-links.perrow-2 .component--image-links__items > a:nth-child(-n+1), .component--image-links.perrow-2 .component--image-links__items > div:nth-child(-n+1) {
    margin-top: 0;
  }
  .component--image-links.perrow-2 .component--image-links__items > a:nth-child(2n+0), .component--image-links.perrow-2 .component--image-links__items > div:nth-child(2n+0) {
    margin-right: 0;
  }
  .component--image-links.perrow-2 .component--image-links__items > a:nth-child(2n+1), .component--image-links.perrow-2 .component--image-links__items > div:nth-child(2n+1) {
    margin-left: 0;
  }
  .component--image-links.perrow-2 .component--image-links__items > a:nth-child(-n+2), .component--image-links.perrow-2 .component--image-links__items > div:nth-child(-n+2) {
    margin-top: 0;
  }
}

.component--image-links.perrow-3 .component--image-links__items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.component--image-links.perrow-3 .component--image-links__items > a, .component--image-links.perrow-3 .component--image-links__items > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .component--image-links.perrow-3 .component--image-links__items > a, .component--image-links.perrow-3 .component--image-links__items > div {
    margin-top: 0;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .component--image-links.perrow-3 .component--image-links__items > a:nth-child(1n+0), .component--image-links.perrow-3 .component--image-links__items > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .component--image-links.perrow-3 .component--image-links__items > a:nth-child(1n+1), .component--image-links.perrow-3 .component--image-links__items > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .component--image-links.perrow-3 .component--image-links__items > a:nth-child(-n+1), .component--image-links.perrow-3 .component--image-links__items > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .component--image-links.perrow-3 .component--image-links__items > a, .component--image-links.perrow-3 .component--image-links__items > div {
    margin-top: 0;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .component--image-links.perrow-3 .component--image-links__items > a:nth-child(1n+0), .component--image-links.perrow-3 .component--image-links__items > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .component--image-links.perrow-3 .component--image-links__items > a:nth-child(1n+1), .component--image-links.perrow-3 .component--image-links__items > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .component--image-links.perrow-3 .component--image-links__items > a:nth-child(-n+1), .component--image-links.perrow-3 .component--image-links__items > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .component--image-links.perrow-3 .component--image-links__items > a, .component--image-links.perrow-3 .component--image-links__items > div {
    margin-top: 0;
    max-width: calc(33% - 0.9375rem);
    width: calc(33% - 0.9375rem);
    flex: 1 0 calc(33% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .component--image-links.perrow-3 .component--image-links__items > a:nth-child(1n+0), .component--image-links.perrow-3 .component--image-links__items > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .component--image-links.perrow-3 .component--image-links__items > a:nth-child(1n+1), .component--image-links.perrow-3 .component--image-links__items > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .component--image-links.perrow-3 .component--image-links__items > a:nth-child(-n+1), .component--image-links.perrow-3 .component--image-links__items > div:nth-child(-n+1) {
    margin-top: 0;
  }
  .component--image-links.perrow-3 .component--image-links__items > a:nth-child(3n+0), .component--image-links.perrow-3 .component--image-links__items > div:nth-child(3n+0) {
    margin-right: 0;
  }
  .component--image-links.perrow-3 .component--image-links__items > a:nth-child(3n+1), .component--image-links.perrow-3 .component--image-links__items > div:nth-child(3n+1) {
    margin-left: 0;
  }
  .component--image-links.perrow-3 .component--image-links__items > a:nth-child(-n+3), .component--image-links.perrow-3 .component--image-links__items > div:nth-child(-n+3) {
    margin-top: 0;
  }
}

.component--image-links.perrow-4 .component--image-links__items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.component--image-links.perrow-4 .component--image-links__items > a, .component--image-links.perrow-4 .component--image-links__items > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .component--image-links.perrow-4 .component--image-links__items > a, .component--image-links.perrow-4 .component--image-links__items > div {
    margin-top: 0;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .component--image-links.perrow-4 .component--image-links__items > a:nth-child(1n+0), .component--image-links.perrow-4 .component--image-links__items > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .component--image-links.perrow-4 .component--image-links__items > a:nth-child(1n+1), .component--image-links.perrow-4 .component--image-links__items > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .component--image-links.perrow-4 .component--image-links__items > a:nth-child(-n+1), .component--image-links.perrow-4 .component--image-links__items > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .component--image-links.perrow-4 .component--image-links__items > a, .component--image-links.perrow-4 .component--image-links__items > div {
    margin-top: 0;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .component--image-links.perrow-4 .component--image-links__items > a:nth-child(1n+0), .component--image-links.perrow-4 .component--image-links__items > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .component--image-links.perrow-4 .component--image-links__items > a:nth-child(1n+1), .component--image-links.perrow-4 .component--image-links__items > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .component--image-links.perrow-4 .component--image-links__items > a:nth-child(-n+1), .component--image-links.perrow-4 .component--image-links__items > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .component--image-links.perrow-4 .component--image-links__items > a, .component--image-links.perrow-4 .component--image-links__items > div {
    margin-top: 0;
    max-width: calc(25% - 0.9375rem);
    width: calc(25% - 0.9375rem);
    flex: 1 0 calc(25% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .component--image-links.perrow-4 .component--image-links__items > a:nth-child(1n+0), .component--image-links.perrow-4 .component--image-links__items > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .component--image-links.perrow-4 .component--image-links__items > a:nth-child(1n+1), .component--image-links.perrow-4 .component--image-links__items > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .component--image-links.perrow-4 .component--image-links__items > a:nth-child(-n+1), .component--image-links.perrow-4 .component--image-links__items > div:nth-child(-n+1) {
    margin-top: 0;
  }
  .component--image-links.perrow-4 .component--image-links__items > a:nth-child(4n+0), .component--image-links.perrow-4 .component--image-links__items > div:nth-child(4n+0) {
    margin-right: 0;
  }
  .component--image-links.perrow-4 .component--image-links__items > a:nth-child(4n+1), .component--image-links.perrow-4 .component--image-links__items > div:nth-child(4n+1) {
    margin-left: 0;
  }
  .component--image-links.perrow-4 .component--image-links__items > a:nth-child(-n+4), .component--image-links.perrow-4 .component--image-links__items > div:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 879px) {
  .component--image-links.perrow-2 .component--image-links__items > div {
    margin-top: 0;
  }
}

.paragraph--type--image-card-slider .inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--image-card-slider .inner {
    margin-left: 12.1875rem;
    display: flex;
    padding: 0;
  }
}
.paragraph--type--image-card-slider .col-1 {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--image-card-slider .col-1 {
    margin-right: 8.75rem;
    flex: 1 1 100%;
    max-width: 25.625rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--image-card-slider .col-2 {
    min-width: 0;
    flex: 1 1 100%;
  }
}
.paragraph--type--image-card-slider .field--name-field-image-card .field__item {
  max-width: 280px;
}
@media only screen and (min-width: 1320px) {
  .paragraph--type--image-card-slider .field--name-field-image-card .field__item {
    max-width: 300px;
  }
}
.paragraph--type--image-card-slider .field--name-field-image-card a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.paragraph--type--image-card-slider .field--name-field-image-card .slick-list {
  padding-left: 0;
}
.paragraph--type--image-card-slider .image-card {
  max-width: 280px;
  position: relative;
}
@media only screen and (min-width: 1320px) {
  .paragraph--type--image-card-slider .image-card {
    max-width: 300px;
  }
}
.paragraph--type--image-card-slider .image-card:before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  display: block;
  background: linear-gradient(0deg, #181819 0%, rgba(24, 24, 25, 0) 100%);
}
.paragraph--type--image-card-slider .image-card h4 {
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  color: #FFFFFF;
  padding-right: 0.5rem;
  z-index: 3;
  margin-bottom: 0;
  transition: bottom 0.25s;
}
.paragraph--type--image-card-slider .image-card .tertiary-link-dark {
  text-transform: uppercase;
  border-bottom: 0;
  bottom: 2rem;
  left: 1.5rem;
  position: absolute;
  display: block;
  opacity: 0;
  z-index: 4;
  transition: opacity 0.75s;
}
.paragraph--type--image-card-slider .image-card .tertiary-link-dark:after {
  content: " ";
  display: inline-block;
  min-width: 0.875rem;
  min-height: 0.875rem;
  margin-left: 0.5rem;
  margin-bottom: 0.0625rem;
}
@supports (-moz-appearance: none) {
  .paragraph--type--image-card-slider .image-card .tertiary-link-dark:after {
    margin-bottom: -0.125rem;
  }
}
.paragraph--type--image-card-slider .image-card .tertiary-link-dark:hover {
  background-image: url(../img/link_arrow_white.svg);
}
.paragraph--type--image-card-slider .image-card:hover h4 {
  bottom: 4.5rem;
}
.paragraph--type--image-card-slider .image-card:hover .tertiary-link-dark {
  opacity: 1;
  color: #FFFFFF;
  border-bottom: 0;
}
.paragraph--type--image-card-slider .slick-slide {
  margin: 0 0.3125rem;
}
@media only screen and (min-width: 1320px) {
  .paragraph--type--image-card-slider .slick-slide {
    margin: 0 0.9375rem;
  }
}
.paragraph--type--image-card-slider .slick-list {
  margin-right: -1.25rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--image-card-slider .slick-list {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--image-card-slider .slider-footer {
    max-width: 45rem;
    margin-right: 1.25rem;
  }
}
.paragraph--type--image-card-slider .slider-footer .arrows {
  margin-right: 0;
}
.paragraph--type--image-card-slider .slider-footer .arrows .slick-prev.slick-disabled, .paragraph--type--image-card-slider .slider-footer .arrows .slick-next.slick-disabled {
  pointer-events: none;
}
.paragraph--type--image-card-slider .slider-footer .arrows button {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (min-width: 1320px) {
  .paragraph--type--image-card-slider .slider-footer .arrows button {
    width: 3rem;
    height: 3rem;
  }
}
.paragraph--type--image-card-slider .slider-footer .arrows button.slick-next:before {
  background-size: cover;
  height: 2.5rem;
  width: 2.5rem;
}
@media only screen and (min-width: 1320px) {
  .paragraph--type--image-card-slider .slider-footer .arrows button.slick-next:before {
    width: 3rem;
    height: 3rem;
  }
}
.paragraph--type--image-card-slider .slider-footer .arrows button.slick-prev:before {
  background-size: cover;
  height: 2.5rem;
  width: 2.5rem;
}
@media only screen and (min-width: 1320px) {
  .paragraph--type--image-card-slider .slider-footer .arrows button.slick-prev:before {
    width: 3rem;
    height: 3rem;
  }
}

@media only screen and (max-width: 1319px) {
  .outer-main-content {
    visibility: visible;
  }
  .outer-main-content.no-tab {
    visibility: hidden;
  }
}

.login-register {
  background-color: #181819;
}
.login-register .outer-main-content main {
  display: flex;
}
.login-register .outer-main-content main .region-content {
  background-color: #FFFFFF;
  padding: 3rem 6.875rem;
  padding-bottom: 3.5rem;
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content main .region-content {
    max-width: 53.125rem;
    margin: auto;
  }
}
@media only screen and (max-width: 1319px) {
  .login-register .outer-main-content main .region-content {
    padding: 3rem 1.25rem;
  }
}
.login-register .outer-main-content main .region-content .login-tabs {
  margin-bottom: 3rem;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: none;
  border: none;
}
@media only screen and (max-width: 1319px) {
  .login-register .outer-main-content main .region-content .login-tabs {
    margin-bottom: 1.5rem;
  }
}
.login-register .outer-main-content main .region-content .login-tabs .nav-tabs {
  border-bottom: 3px solid #f4f4f4;
}
.login-register .outer-main-content main .region-content .login-tabs li {
  width: 50%;
  position: relative;
  bottom: -0.1875rem;
}
@media only screen and (max-width: 1319px) {
  .login-register .outer-main-content main .region-content .login-tabs li {
    width: auto;
    min-width: 30%;
  }
}
.login-register .outer-main-content main .region-content .login-tabs li a {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700 !important;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  border: 0 solid #000000;
  color: #c7c7c7;
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 1319px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-right: 0;
    display: inline-block;
  }
}
.login-register .outer-main-content main .region-content .login-tabs li a:hover {
  background: #FFFFFF;
}
.login-register .outer-main-content main .region-content .login-tabs li.active a {
  border-bottom: 3px solid #225093;
  color: #000;
}
@media only screen and (max-width: 1319px) {
  .login-register .outer-main-content main .region-content .login-tabs li.active a {
    font-size: 1rem;
  }
}
.login-register .outer-main-content main .region-content .login-tabs li:last-child {
  float: right;
}
.login-register .outer-main-content main .region-content .login-tabs li:last-child a {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 1319px) {
  .login-register .outer-main-content main .row {
    width: 100%;
  }
}
.login-register .btn-success {
  background-color: #a94442;
  border-color: #a94442;
}

.form-required:after {
  position: relative;
  top: 0;
  left: 0.125rem;
  background-size: 80%;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
}

.user-pass label {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
}
.user-pass input {
  background: #FFFFFF;
  border: 1px solid #181819;
  color: #000000;
  font-size: 1.25rem;
}

.login-elements, .register-elements {
  margin-bottom: 2.0625rem;
}
.login-elements .form-required:after, .register-elements .form-required:after {
  margin-bottom: 0.125rem;
}
@media only screen and (min-width: 880px) {
  .login-elements, .register-elements {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1319px) {
  .login-elements .form-group, .register-elements .form-group {
    width: 100%;
  }
}
@media only screen and (max-width: 1319px) {
  .login-elements, .register-elements {
    flex-wrap: wrap;
  }
}
.login-elements label, .register-elements label {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 0.75rem;
  color: #000;
  padding-bottom: 0.5rem;
  letter-spacing: 0.075rem;
}
@media only screen and (max-width: 1319px) {
  .login-elements label, .register-elements label {
    line-height: 1rem;
  }
}
.login-elements .form-group, .register-elements .form-group {
  margin-bottom: 0;
}
.login-elements .form-wrapper, .register-elements .form-wrapper {
  margin-bottom: 1.5rem;
}
.login-elements .form-text, .login-elements .form-email, .login-elements .form-tel, .register-elements .form-text, .register-elements .form-email, .register-elements .form-tel {
  border: 1px solid #c7c7c7;
  background: #FFFFFF;
  color: #828282;
  width: 18.75rem;
  height: 4rem;
  padding: 1.3125rem 2.5rem 1.3125rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 500;
}
@media only screen and (max-width: 1319px) {
  .login-elements .form-text, .login-elements .form-email, .login-elements .form-tel, .register-elements .form-text, .register-elements .form-email, .register-elements .form-tel {
    width: 100%;
  }
}
.login-elements .form-type-password, .register-elements .form-type-password {
  margin-left: 1.875rem;
}
@media only screen and (max-width: 1319px) {
  .login-elements .form-type-password, .register-elements .form-type-password {
    margin-left: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.login-actions, .register-actions {
  align-items: center;
}
@media only screen and (min-width: 880px) {
  .login-actions, .register-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.login-actions > div, .register-actions > div {
  width: 100%;
  margin-bottom: 1.25rem;
  text-align: center;
}
.login-actions a, .register-actions a {
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  line-height: 1rem;
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
}
@media only screen and (max-width: 1319px) {
  .login-actions a, .register-actions a {
    text-align: center;
    width: 100%;
  }
}
.login-actions a::after, .register-actions a::after {
  width: 1rem;
  height: 1rem;
}
.login-actions .login-form__submit, .register-actions .login-form__submit {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 880px) {
  .login-actions .login-form__submit, .register-actions .login-form__submit {
    margin-top: 1.75rem;
    margin-bottom: 2rem;
  }
}
.login-actions .login-form__submit button, .register-actions .login-form__submit button {
  border: 2px solid #181819;
  padding: 1.375rem 1.875rem;
  font-size: 0.9375rem;
  color: #FFFFFF;
  line-height: 1rem;
  display: inline-block;
  box-shadow: none;
  font-weight: bold;
  outline: none;
  background-color: #181819;
  transition: box-shadow 0.6s ease;
  border-radius: 2rem;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
.login-actions .login-form__submit button span, .register-actions .login-form__submit button span {
  display: none;
}
.login-actions .login-form__submit button:hover, .login-actions .login-form__submit button:focus, .register-actions .login-form__submit button:hover, .register-actions .login-form__submit button:focus {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  background-color: #FFD20B;
  border: 2px solid #FFD20B;
  text-decoration: none;
  color: #000000;
  outline: none;
}

.register-elements {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  flex-wrap: wrap;
}
.register-elements label {
  margin-bottom: 0;
}
@media only screen and (max-width: 1319px) {
  .register-elements .form-group {
    flex: 1 0 calc(100% - 0px);
    margin-right: 0;
    min-width: 100%;
  }
}
@media only screen and (max-width: 1319px) {
  .register-elements .form-group {
    flex: 1 0 calc(50% - 30px);
    max-width: 47%;
    /* &:nth-child(odd) {
         margin-right: rem-calc(30);
     }*/
  }
}
.user-pass #edit-actions {
  text-align: center;
}
.user-pass #edit-actions button {
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 1.5rem 1.875rem;
}
.user-pass label {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 0.75rem;
  color: #000;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 1319px) {
  .user-pass label {
    line-height: 2.375rem;
  }
}
.user-pass input.required {
  border: 1px solid #c7c7c7;
  background: #FFFFFF;
  color: #828282;
  height: 4rem;
  padding: 1.3125rem 0 1.3125rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 500;
}
@media only screen and (max-width: 1319px) {
  .user-pass input.required {
    width: 100%;
  }
}

.login-form__top .nav > li > a {
  padding: 0px;
}

@media only screen and (max-width: 1319px) {
  .login-register .outer-main-content main.main-container {
    display: block;
    align-items: start;
    min-height: initial;
    max-height: initial;
  }
}

.login-actions a.btn-link:after {
  margin-left: 0.541875rem;
}

[data-scroll-direction=down] .sticky-menu.fix-to-top {
  transform: translateY(-40px);
}

.sticky-menu {
  background: #181819;
  transition: transform 0.6s ease;
}
.sticky-menu:before {
  position: absolute;
  width: 100%;
  height: 15px;
  background: #181819;
  content: " ";
  display: block;
  top: -15px;
}
.sticky-menu.fix-to-top {
  overflow: visible;
}
.sticky-menu__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 4.375rem;
}
.sticky-menu__links a {
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0.9375rem;
  padding: 1.3125rem 0;
}
.sticky-menu__links a:first-child {
  margin-left: 0;
}
.sticky-menu__links a.active {
  border-bottom: 4px solid #FFD20B;
  color: #FFD20B;
}
.sticky-menu__links a:hover {
  text-decoration: none;
  color: #FFD20B;
}
.sticky-menu__links a:focus {
  text-decoration: none;
}
.sticky-menu__container {
  transition: all 0.6s ease;
}
@media only screen and (max-width: 1319px) {
  .sticky-menu__container {
    min-height: 0px;
    max-height: 0px;
    overflow: hidden;
    flex-direction: column;
    padding: 0;
  }
  .sticky-menu__container.active {
    min-height: 80vh;
    max-height: 80vh;
    overflow-y: scroll;
  }
  .sticky-menu__container .sticky-menu__links {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .sticky-menu__container .sticky-menu__links a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: 0;
    border-bottom: 1px solid #515151;
  }
  .sticky-menu__container .sticky-menu__links a.active {
    border-bottom: 1px solid #FFD20B;
  }
  .sticky-menu__container .sticky-menu__cta {
    width: 100%;
    padding: 1.25rem;
  }
  .sticky-menu__container .sticky-menu__cta a {
    padding: 1.4375rem 2.1875rem;
    width: 100%;
  }
}
.sticky-menu__mobile {
  color: #FFD20B;
  text-transform: uppercase;
  min-height: 4.375rem;
  display: flex;
  align-items: center;
  margin: 0 1.25rem;
}
@media only screen and (min-width: 1320px) {
  .sticky-menu__mobile {
    display: none;
  }
}
.sticky-menu__mobile:after {
  content: "";
  display: inline-block;
  background: url(../img/bracket_arrow_down_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.5rem;
  margin-left: 0.3125rem;
  margin-bottom: 0.125rem;
  position: absolute;
  right: 1.875rem;
  transition: all 0.6s ease;
}
.sticky-menu__mobile.open:after {
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.sticky-menu__wrapper {
  min-height: 4.375rem;
}

.hero-news {
  padding: 1.5rem 0 4rem 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 880px) {
  .hero-news {
    padding: 3rem 0 5rem 0;
  }
}
.hero-news.black {
  background-color: #181819;
}
.hero-news .hero-back-link {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 880px) {
  .hero-news .hero-back-link {
    margin-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .hero-news .hero-back-link {
    margin-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 879px) {
  .hero-news .news-summary {
    margin: 0 1.5625rem;
  }
}
.hero-news .news-tag {
  margin-bottom: 0;
}
@media only screen and (min-width: 880px) {
  .hero-news .news-tag {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .hero-news .news-tag {
    margin-bottom: 1.875rem;
  }
}
.hero-news .news-title {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 880px) {
  .hero-news .news-title {
    margin-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .hero-news .news-title {
    margin-bottom: 4.375rem;
  }
}
.hero-news .news-authoring {
  margin-bottom: 2rem;
  color: #C7C7C7;
}
@media only screen and (min-width: 880px) {
  .hero-news .news-authoring {
    margin-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .hero-news .news-authoring {
    margin-bottom: 4.375rem;
  }
}
.hero-news h1 {
  margin-bottom: 1.25rem;
  color: #FFFFFF;
}

.news-contacts {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 880px) {
  .news-contacts {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .news-contacts {
    margin-bottom: 5rem;
  }
}
.news-contacts__header {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #C7C7C7;
}
@media only screen and (min-width: 880px) {
  .news-contacts__header {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1100px) {
  .news-contacts__header {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 880px) {
  .news-contacts__header {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  .news-contacts__header {
    margin-bottom: 3rem;
  }
}
.news-contacts__contacts {
  display: flex;
  flex-wrap: wrap;
}

.press-contact {
  flex: 1 1 100%;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 880px) {
  .press-contact {
    flex: 1 1 50%;
    margin-bottom: 3.875rem;
  }
}
@media only screen and (min-width: 880px) {
  .press-contact__header {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 880px) {
  .press-contact__header {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1100px) {
  .press-contact__header {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 880px) {
  .press-contact__header {
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1100px) {
  .press-contact__header {
    line-height: 1.75rem;
  }
}

.news .related-content__header {
  margin-bottom: 0;
}

.news-teaser {
  border-bottom: 1px solid #D7D7D7;
}
.news-teaser > a {
  display: flex;
  padding: 3rem 0;
}
.news-teaser > a:hover, .news-teaser > a:focus {
  text-decoration: none;
}
.news-teaser > a:hover .news-teaser__link, .news-teaser > a:focus .news-teaser__link {
  color: #225093;
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #225093;
  background-position: 100% 0.5625rem;
}
@supports (-moz-appearance: none) {
  .news-teaser > a:hover .news-teaser__link, .news-teaser > a:focus .news-teaser__link {
    background-position: 100% 0.4375rem;
  }
}
.news-teaser__date {
  display: flex;
  flex-direction: column;
  min-width: 4.25rem;
  align-items: baseline;
}
@media only screen and (min-width: 880px) {
  .news-teaser__date {
    min-width: 6.25rem;
    align-items: center;
  }
}
.news-teaser__date--month {
  color: #515151;
}
.news-teaser__main {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 1100px) {
  .news-teaser__main {
    flex-direction: row;
  }
}
.news-teaser__body {
  flex: 1 1 100%;
  padding: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 880px) {
  .news-teaser__body {
    margin-bottom: 0;
    padding-right: 1.25rem;
  }
}
.news-teaser__link {
  align-self: baseline;
  min-width: 10.3125rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media only screen and (min-width: 1100px) {
  .news-teaser__link {
    align-self: center;
  }
}
.news-teaser__link.arrow-link {
  margin-right: 1.875rem;
  color: #000000;
  line-height: 1.875rem;
  position: relative;
  display: inline;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 0.5625rem;
}
.news-teaser__link.arrow-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.news-teaser__link.arrow-link:hover {
  color: #225093;
  border-bottom: 1px solid #225093;
}
.news-teaser__link.arrow-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
@supports (-moz-appearance: none) {
  .news-teaser__link.arrow-link {
    background-position: 100% 0.4375rem;
  }
}

.view-news-sapi .view-content > h2 {
  margin-top: 4rem;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}

.paragraph--type--background {
  padding: 4rem 0;
  overflow: visible;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--background {
    padding: 10rem 0;
  }
}
.paragraph--type--background.section--top--padding--none {
  padding-top: 0;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--background.section--top--padding--none {
    padding-top: 0;
  }
}
.paragraph--type--background.section--top--padding-small {
  padding-top: 2.125rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--background.section--top--padding-small {
    padding-top: 7.1875rem;
  }
}
.paragraph--type--background.section--top--padding--medium {
  padding-top: 4rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--background.section--top--padding--medium {
    padding-top: 10rem;
  }
}
.paragraph--type--background.section--top--padding--large {
  padding-top: 5rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--background.section--top--padding--large {
    padding-top: 12.5rem;
  }
}
.paragraph--type--background.section--bottom--padding--none {
  padding-bottom: 0;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--background.section--bottom--padding--none {
    padding-bottom: 0;
  }
}
.paragraph--type--background.section--bottom--padding--small {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--background.section--bottom--padding--small {
    padding-bottom: 2rem;
  }
}
.paragraph--type--background.section--bottom--padding--medium {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--background.section--bottom--padding--medium {
    padding-bottom: 10rem;
  }
}
.paragraph--type--background.section--bottom--padding--large {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--background.section--bottom--padding--large {
    padding-bottom: 12.5rem;
  }
}
.paragraph--type--background .paragraph:last-child {
  margin-bottom: 0;
}

.paragraph--type--background.black,
.black-bg, .black {
  background-color: #181819;
  color: #FFFFFF;
}
.paragraph--type--background.black h1, .paragraph--type--background.black h2, .paragraph--type--background.black h3, .paragraph--type--background.black h4, .paragraph--type--background.black h5, .paragraph--type--background.black h6,
.paragraph--type--background.black .h1, .paragraph--type--background.black .h2, .paragraph--type--background.black .h3, .paragraph--type--background.black .h4, .paragraph--type--background.black .h5,
.paragraph--type--background.black .h6,
.black-bg h1,
.black-bg h2,
.black-bg h3,
.black-bg h4,
.black-bg h5,
.black-bg h6,
.black-bg .h1,
.black-bg .h2,
.black-bg .h3,
.black-bg .h4,
.black-bg .h5,
.black-bg .h6, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6,
.black .h1, .black .h2, .black .h3, .black .h4, .black .h5,
.black .h6 {
  color: #FFFFFF;
}
.paragraph--type--background.black a,
.black-bg a, .black a {
  color: #FFD20B;
}
.paragraph--type--background.black .facet-item a,
.black-bg .facet-item a, .black .facet-item a {
  color: #181819;
}
.paragraph--type--background.black .body2-text,
.black-bg .body2-text, .black .body2-text {
  color: #C7C7C7;
}
.paragraph--type--background.black li::before,
.black-bg li::before, .black li::before {
  color: #FFFFFF;
}
.paragraph--type--background.black .progress,
.black-bg .progress, .black .progress {
  background-color: #36383d;
  background-image: linear-gradient(to right, #FFD20B, #FFD20B);
}
.paragraph--type--background.black .arrows .slick-prev:before,
.paragraph--type--background.black .arrows .slick-next:before,
.black-bg .arrows .slick-prev:before,
.black-bg .arrows .slick-next:before, .black .arrows .slick-prev:before,
.black .arrows .slick-next:before {
  filter: brightness(100);
}
.paragraph--type--background.black .blog-tag a:not([class]),
.paragraph--type--background.black .news-tag a:not([class]),
.paragraph--type--background.black .dropdown__content,
.paragraph--type--background.black .exposed-sort a,
.paragraph--type--background.black .listing-large-featured,
.paragraph--type--background.black .listing-large-featured__body h2,
.paragraph--type--background.black .listing-large-featured__body h3,
.black-bg .blog-tag a:not([class]),
.black-bg .news-tag a:not([class]),
.black-bg .dropdown__content,
.black-bg .exposed-sort a,
.black-bg .listing-large-featured,
.black-bg .listing-large-featured__body h2,
.black-bg .listing-large-featured__body h3, .black .blog-tag a:not([class]),
.black .news-tag a:not([class]),
.black .dropdown__content,
.black .exposed-sort a,
.black .listing-large-featured,
.black .listing-large-featured__body h2,
.black .listing-large-featured__body h3 {
  color: #000000;
}

.exposed-sort a {
  font-weight: 500;
  cursor: pointer;
}
.exposed-sort a.is-active, .exposed-sort a:hover, .exposed-sort a:focus {
  color: #225093;
}
.exposed-sort a.is-active {
  font-weight: 700;
}

.white-bg {
  background-color: #FFFFFF;
  color: #000000;
}
.paragraph--type--background.yellow,
.yellow {
  background-color: #FFD20B;
  color: #000000;
}
.paragraph--type--background.yellow h1, .paragraph--type--background.yellow h2, .paragraph--type--background.yellow h3, .paragraph--type--background.yellow h4, .paragraph--type--background.yellow h5, .paragraph--type--background.yellow h6,
.paragraph--type--background.yellow .h1, .paragraph--type--background.yellow .h2, .paragraph--type--background.yellow .h3, .paragraph--type--background.yellow .h4, .paragraph--type--background.yellow .h5, .paragraph--type--background.yellow .h6,
.yellow h1,
.yellow h2,
.yellow h3,
.yellow h4,
.yellow h5,
.yellow h6,
.yellow .h1,
.yellow .h2,
.yellow .h3,
.yellow .h4,
.yellow .h5,
.yellow .h6 {
  color: #000000;
}

.paragraph--type--background.grey {
  background-color: #f7f7f7;
}

@media only screen and (min-width: 880px) {
  .component-blocks {
    display: flex;
    flex-wrap: wrap;
  }
}
.component-blocks .component-wysiwyg__text a.btn.tertiary-link,
.component-blocks .component-wysiwyg__text a.btn.tertiary-link.btn-link {
  background-position: 100% 0.5625rem;
}
@supports (-moz-appearance: none) {
  .component-blocks .component-wysiwyg__text a.btn.tertiary-link,
.component-blocks .component-wysiwyg__text a.btn.tertiary-link.btn-link {
    background-position: 100% 0.3125rem;
  }
}
.component-blocks .component-wysiwyg__text a.btn.tertiary-link:hover,
.component-blocks .component-wysiwyg__text a.btn.tertiary-link.btn-link:hover {
  background-position: 100% 0.5625rem;
}
@supports (-moz-appearance: none) {
  .component-blocks .component-wysiwyg__text a.btn.tertiary-link:hover,
.component-blocks .component-wysiwyg__text a.btn.tertiary-link.btn-link:hover {
    background-position: 100% 0.3125rem;
  }
}
.component-blocks .paragraph--view-mode--nested-component-block {
  padding: 1.875rem;
  margin-bottom: 0.9375rem;
  flex: 1 1 calc(50% - 30px);
  min-height: 20rem;
}
.component-blocks .paragraph--view-mode--nested-component-block.component-wysiwyg {
  background-color: #f7f7f7;
}
@media only screen and (min-width: 880px) {
  .component-blocks .paragraph--view-mode--nested-component-block {
    padding: 6.25rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    max-width: 40.625rem;
    margin-bottom: 1.875rem;
  }
  .component-blocks .paragraph--view-mode--nested-component-block:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .component-blocks .paragraph--view-mode--nested-component-block:nth-child(2n+0) {
    margin-right: 0;
  }
  .component-blocks .paragraph--view-mode--nested-component-block:nth-child(2n+1) {
    margin-left: 0;
  }
}
.component-blocks .paragraph--view-mode--nested-component-block.yellow {
  background-color: #FFD20B;
}
.component-blocks .paragraph--view-mode--nested-component-block.grey {
  background-color: #F4F4F4;
}

.paragraph--view-mode--nested-component-block.paragraph-bp-image-background {
  background-position: center;
  background-size: cover;
}

.paragraph--type--cta.paragraph--view-mode--nested-component-block .cta-subhead {
  margin-bottom: 1.25rem;
}
.paragraph--type--cta.paragraph--view-mode--nested-component-block .cta-text {
  margin-bottom: 2.5rem;
}

.paragraph--type--contact-cards .description {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--contact-cards .description {
    margin-bottom: 4rem;
  }
}
.paragraph--type--contact-cards .component--card-wrapper {
  border-top: 8px solid #225093;
  border-radius: 0.5rem;
  box-shadow: -5px 4px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.6s;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 879px) {
  .paragraph--type--contact-cards .component--card-wrapper {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 2.5rem;
  }
}
.paragraph--type--contact-cards .component--card-wrapper .btn-link {
  color: #000000;
  line-height: 1.875rem;
  position: relative;
  display: inline;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
}
.paragraph--type--contact-cards .component--card-wrapper .btn-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.paragraph--type--contact-cards .component--card-wrapper .btn-link:hover {
  color: #225093;
  border-bottom: 1px solid #225093;
}
.paragraph--type--contact-cards .component--card-wrapper .btn-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.paragraph--type--contact-cards .component--card-wrapper:hover {
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.4);
}
.paragraph--type--contact-cards .component--card-wrapper:hover .btn-link {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #225093;
}
.paragraph--type--contact-cards .component--card-blue {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
}
.paragraph--type--contact-cards .component--card-blue__thumbnail--svg {
  height: 3rem;
  width: 3rem;
  border: 1px solid #D7D7D7;
  border-radius: 50%;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--contact-cards .component--card-blue__thumbnail--svg {
    border: 3px solid #D7D7D7;
    height: 6.25rem;
    width: 6.25rem;
  }
}
.paragraph--type--contact-cards .component--card-blue__thumbnail--svg > div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paragraph--type--contact-cards .component--card-blue__thumbnail--svg img {
  border-radius: 0;
  margin: 0 auto;
  width: 1.5rem;
  height: auto;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--contact-cards .component--card-blue__thumbnail--svg img {
    width: 2.5rem;
  }
}

.paragraph--type--identifier-cards {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--identifier-cards {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.paragraph--type--identifier-cards .card-title.text-center.overline-text {
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--identifier-cards .card-title.text-center.overline-text {
    margin-bottom: 2.5rem;
  }
}
.paragraph--type--identifier-cards .component--card-blue {
  border: none;
}
.paragraph--type--identifier-cards .component--card-blue__thumbnail {
  height: 4rem;
  width: 4rem;
  border: 1px solid #D7D7D7;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--identifier-cards .component--card-blue__thumbnail {
    margin-top: 2.8125rem;
    height: 4.875rem;
    width: 4.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--identifier-cards .component--card-blue__thumbnail {
    margin-bottom: 2rem;
  }
}
.paragraph--type--identifier-cards .component--card-blue__thumbnail > div {
  height: 4.875rem;
  width: 4.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paragraph--type--identifier-cards .component--card-blue__thumbnail img {
  border-radius: 0;
  margin: 0 auto;
  width: 1.875rem;
  height: auto;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--identifier-cards .component--card-blue__thumbnail img {
    width: 2.34375rem;
  }
}
.paragraph--type--identifier-cards .component--card-blue__title {
  margin-bottom: 1rem;
}
.paragraph--type--identifier-cards .component--card-blue__title .field .field__item {
  display: inline-block;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  transition: border-color 0.6s;
}
.paragraph--type--identifier-cards .component--card-blue:hover .component--card-blue__title .field .field__item {
  border-bottom: 1px solid #000000;
}
.paragraph--type--identifier-cards .component--card-blue:hover .btn-link {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #225093;
}
.paragraph--type--identifier-cards .component--card-blue__description {
  flex: inherit;
  margin-bottom: 1.0625rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--identifier-cards .component--card-blue__description {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--identifier-cards .component--card-blue__description {
    max-width: 23.75rem;
  }
}
.paragraph--type--identifier-cards .component--card-blue__link .btn-link {
  color: #000000;
  line-height: 1.875rem;
  position: relative;
  display: inline;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
}
.paragraph--type--identifier-cards .component--card-blue__link .btn-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.paragraph--type--identifier-cards .component--card-blue__link .btn-link:hover {
  color: #225093;
  border-bottom: 1px solid #225093;
}
.paragraph--type--identifier-cards .component--card-blue__link .btn-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.paragraph--type--identifier-cards .component--card-wrapper {
  position: relative;
  border-bottom: 1px solid #D7D7D7;
  padding: 0 2.25rem 2.5rem 2.25rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--identifier-cards .component--card-wrapper {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--identifier-cards .component--card-wrapper {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--identifier-cards .component--card-wrapper:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -0.9375rem;
    background: #D7D7D7;
  }
}
.paragraph--type--identifier-cards .component--card-wrapper > a {
  border-bottom: 0;
  box-shadow: none;
}
.paragraph--type--identifier-cards .component--card-wrapper > a:hover, .paragraph--type--identifier-cards .component--card-wrapper > a:focus {
  border-bottom: 0;
  box-shadow: none;
}
.paragraph--type--identifier-cards .component--card-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--identifier-cards .component--card-wrapper:last-child:after {
    display: none;
  }
}
.paragraph--type--identifier-cards .text-links {
  justify-content: center;
}

.block--type-links-with-icon a {
  color: #FFFFFF;
}
.block--type-links-with-icon a .field--name-field-title {
  color: #D7D7D7;
}
@media only screen and (min-width: 880px) {
  .block--type-links-with-icon .field--name-field-links {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
}
.block--type-links-with-icon .component--card-wrapper {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 880px) {
  .block--type-links-with-icon .component--card-wrapper {
    margin-bottom: 0;
  }
}
.block--type-links-with-icon .component--card-wrapper:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block--type-links-with-icon .component--card-wrapper .paragraph--view-mode--image-links {
  display: flex;
}
.block--type-links-with-icon .component--card-wrapper .col-image {
  margin-right: 1.25rem;
}
.block--type-links-with-icon .component--card-wrapper .col-text .overline-text {
  margin-bottom: 0.3125rem;
}
.block--type-links-with-icon .component--card-wrapper .component--card-blue__thumbnail {
  border: 1px solid #FFFFFF;
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.block--type-links-with-icon .component--card-wrapper .component--card-blue__thumbnail img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  border-radius: 0;
}

.paragraph--type--statistics .component-statistics h2 {
  margin-bottom: 3.4375rem;
}
.paragraph--type--statistics .component-statistics__statistics-wraper {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--statistics .component-statistics__statistics-wraper {
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.paragraph--type--statistics .component-statistics__description {
  margin-bottom: 5rem;
}
.paragraph--type--statistics.perrow-4 .statistic-item {
  max-width: 100%;
  min-width: 100%;
}
@media only screen and (min-width: 641px) {
  .paragraph--type--statistics.perrow-4 .statistic-item {
    max-width: 50%;
    min-width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--statistics.perrow-4 .statistic-item {
    max-width: 25%;
    min-width: 25%;
  }
}
.paragraph--type--statistics.perrow-3 .statistic-item {
  max-width: 100%;
  min-width: 100%;
}
@media only screen and (min-width: 641px) {
  .paragraph--type--statistics.perrow-3 .statistic-item {
    max-width: 33.33%;
    min-width: 33.33%;
  }
}

.statistic-item {
  text-align: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  padding: 0 0.9375rem;
}
.statistic-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  .statistic-item {
    margin-bottom: 0;
    padding: 0 1.875rem;
  }
  .statistic-item:first-child {
    padding-left: 0;
  }
  .statistic-item:last-child {
    padding-right: 0;
  }
}
.statistic-item__gauge-title .pergauge-text {
  display: none;
}
.statistic-item__gauge-title .pergauge {
  position: relative;
  margin-bottom: 1.25rem;
  width: 8.125rem;
  display: inline-block;
}
@media only screen and (min-width: 880px) {
  .statistic-item__gauge-title .pergauge {
    width: 10rem;
  }
}
.statistic-item__gauge-title .pergauge .barOverflow {
  /* Wraps the rotating .bar */
  position: relative;
  overflow: hidden;
  height: 4rem;
  min-height: 4rem;
  margin-bottom: -1.75rem;
}
@media only screen and (min-width: 880px) {
  .statistic-item__gauge-title .pergauge .barOverflow {
    height: 5rem;
    min-height: 5rem;
    margin-bottom: -2.75rem;
  }
}
.statistic-item__gauge-title .pergauge .bar {
  position: absolute;
  width: 8rem;
  height: 8rem;
  /* full circle! */
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.375rem solid #D7D7D7;
  /* half gray, */
  border-bottom-color: #225093;
  /* half azure */
  border-right-color: #225093;
}
@media only screen and (min-width: 880px) {
  .statistic-item__gauge-title .pergauge .bar {
    width: 10rem;
    height: 10rem;
    /* full circle! */
  }
}
.statistic-item__gauge-title .pergauge span {
  color: #225093;
  position: relative;
  display: block;
  margin-bottom: 0;
}
.statistic-item__title {
  margin-bottom: 0.625rem;
}
.statistic-item__title mark {
  padding: 0 0.625rem;
}
.black .statistic-item__gauge-title .pergauge .bar {
  border: 0.375rem solid #36383d;
  border-bottom-color: #FFD20B;
  border-right-color: #FFD20B;
}
.black .statistic-item__gauge-title .pergauge span {
  color: #FFD20B;
}

.paragraph--type--bp-columns__2col .paragraph--type--statistics {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--bp-columns__2col .paragraph--type--statistics {
    min-height: 39.375rem;
    min-width: 39.375rem;
  }
  .paragraph--type--bp-columns__2col .paragraph--type--statistics:before {
    content: " ";
    background-repeat: no-repeat;
    background-image: url("../img/statistics_background.png");
    position: absolute;
    min-width: 115%;
    min-height: 100%;
    z-index: -1;
  }
}
.paragraph--type--bp-columns__2col .paragraph--type--statistics .component-statistics__statistics-wraper {
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--bp-columns__2col .paragraph--type--statistics .component-statistics__statistics-wraper {
    padding-left: 2.5rem;
  }
}
.paragraph--type--bp-columns__2col .paragraph--type--statistics .component-statistics__statistics-wraper .statistic-item {
  padding: 3.75rem 2.5rem;
  background-color: #FFFFFF;
  border-bottom: 6px solid #225093;
  width: 100%;
  margin-right: -1.875rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--bp-columns__2col .paragraph--type--statistics .component-statistics__statistics-wraper .statistic-item {
    min-width: 18.75rem;
    max-width: 18.75rem;
  }
  .paragraph--type--bp-columns__2col .paragraph--type--statistics .component-statistics__statistics-wraper .statistic-item:nth-child(1) {
    margin-bottom: -2.8125rem;
  }
  .paragraph--type--bp-columns__2col .paragraph--type--statistics .component-statistics__statistics-wraper .statistic-item:nth-child(2) {
    align-self: flex-end;
    margin-bottom: -2.8125rem;
  }
}

.yellow .paragraph--type--statistics .field--name-field-statistics .stitle mark {
  color: #FFD20B;
  background-color: #000000;
}

.paragraph--type--bp-tabs .nav-tabs-wrapper {
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 3.75rem;
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs {
  border: none;
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  border: none;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a {
    font-size: 1rem;
  }
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a:hover, .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a:focus {
  background-color: transparent;
  position: relative;
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a:hover:before, .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a:focus:before {
  margin-bottom: -16px;
  margin-top: 6px;
  border-bottom: 10px solid #FFD20B;
  content: " ";
  display: block;
  width: 100%;
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li.active {
  background-color: transparent;
  border: none;
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li.active a {
  border: none;
  border-bottom: 3px solid #000000;
  background-color: transparent;
}
.paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li.active a:hover, .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li.active a:focus {
  background-color: transparent;
}

.black .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a {
  color: white;
}
.black .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a:hover:before, .black .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li > a:focus:before {
  border-bottom: 10px solid #C7C7C7;
}
.black .paragraph--type--bp-tabs .nav-tabs-wrapper ul.nav-tabs > li.active a {
  border-bottom: 3px solid #FFD20B;
}

.paragraph--type--vertical-tabs {
  position: relative;
}
.paragraph--type--vertical-tabs .paragraph__column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--vertical-tabs .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--type--vertical-tabs::before {
    content: " ";
    display: block;
    position: absolute;
    width: 27.8125rem;
    height: 27.8125rem;
    right: 4.375rem;
    top: 0;
    border-radius: 50%;
    background: #F4F4F4;
    z-index: -2;
  }
  .paragraph--type--vertical-tabs::after {
    content: " ";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/backgrount-cta-banner.svg);
    background-position: right center;
    width: 21.875rem;
    height: 21.875rem;
    position: absolute;
    top: -5rem;
    right: -10rem;
    opacity: 0.3;
    z-index: -1;
  }
}
.paragraph--type--vertical-tabs h2 {
  margin-bottom: 4rem;
}
.verical-tab-wpr.desktop-only {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .verical-tab-wpr.desktop-only {
    display: flex;
  }
}
.verical-tab-wpr.desktop-only .nav-tabs-wrapper {
  min-width: 25.625rem;
}
.verical-tab-wpr.desktop-only .tab-content {
  margin-left: 1.875rem;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .verical-tab-wpr.desktop-only .tab-content {
    min-width: 40.625rem;
    max-width: 40.625rem;
  }
}
@media only screen and (min-width: 1320px) {
  .verical-tab-wpr.desktop-only .tab-content {
    min-width: 53.125rem;
    max-width: 53.125rem;
  }
}
.verical-tab-wpr.desktop-only .tab-content .paragraph {
  margin-bottom: 0;
}
.verical-tab-wpr.desktop-only .tab-content div.tab-pane {
  transition: box-shadow 0.6s ease;
  box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 2.9375rem 6.875rem;
  background-color: #FFFFFF;
}
.verical-tab-wpr.desktop-only .tab-content .section--spacing--large {
  margin: 0;
  width: 100%;
}
.verical-tab-wpr.desktop-only .tab-content .prefixtxt {
  margin-bottom: 1rem;
  color: #696969;
}
.verical-tab-wpr.desktop-only .nav-tabs {
  border: 0;
}
.verical-tab-wpr.desktop-only .nav-tabs > li {
  border-bottom: 2px solid #FFFFFF;
  width: 100%;
}
.verical-tab-wpr.desktop-only .nav-tabs > li a {
  border: none;
  color: #696969;
  font-weight: bold;
  padding: 1.25rem 0;
  margin: 0;
}
.verical-tab-wpr.desktop-only .nav-tabs > li.active {
  border-bottom: 3px solid #225093;
}
.verical-tab-wpr.desktop-only .nav-tabs > li.active a {
  color: #000000;
  border: none;
}
.verical-tab-wpr.desktop-only .nav-tabs > li:hover, .verical-tab-wpr.desktop-only .nav-tabs > li:focus {
  border-bottom: 3px solid #225093;
}
.verical-tab-wpr.desktop-only .nav-tabs > li:hover a, .verical-tab-wpr.desktop-only .nav-tabs > li:focus a {
  color: #000000;
  background: transparent;
  border: none;
}

.verical-tab-wpr.mobile {
  display: block;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .verical-tab-wpr.mobile {
    display: none;
  }
}
.verical-tab-wpr.mobile div.tab-pane {
  display: block;
}
.verical-tab-wpr.mobile .paragraph {
  margin-bottom: 0;
  padding: 0;
}
.verical-tab-wpr.mobile .tabwrapr > a {
  color: #000000;
  border-bottom: 3px solid #225093;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.375rem;
  margin-bottom: 3rem;
  padding-bottom: 1.25rem;
}
.verical-tab-wpr.mobile .tabwrapr > a .tab-headtxt {
  width: 50%;
  display: block;
  line-height: 1.25rem;
  margin: 0 auto;
  text-align: center;
}
.verical-tab-wpr.mobile .tabwrapr .prefixtxt {
  margin-bottom: 1rem;
  color: #696969;
}
.verical-tab-wpr.mobile .progress {
  height: 0;
}
.verical-tab-wpr.mobile .slider-footer {
  width: 100%;
  position: absolute;
  justify-content: space-between;
  top: 0;
  margin: 0;
}
.verical-tab-wpr.mobile .slider-footer .arrows {
  margin-right: 0;
  margin-top: 0.3125rem;
  justify-content: space-between;
}
.verical-tab-wpr.mobile .slider-footer .arrows .slick-prev:before, .verical-tab-wpr.mobile .slider-footer .arrows .slick-next:before {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2.5rem 2.5rem;
}
.verical-tab-wpr.mobile .slider-footer .progress {
  display: none;
}

.view-blog.view-display-id-blog_queue > .view-content,
.view-blog.view-display-id-blog_related > .view-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.view-blog.view-display-id-blog_queue > .view-content > a, .view-blog.view-display-id-blog_queue > .view-content > div,
.view-blog.view-display-id-blog_related > .view-content > a,
.view-blog.view-display-id-blog_related > .view-content > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .view-blog.view-display-id-blog_queue > .view-content > a, .view-blog.view-display-id-blog_queue > .view-content > div,
.view-blog.view-display-id-blog_related > .view-content > a,
.view-blog.view-display-id-blog_related > .view-content > div {
    margin-top: 4.375rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .view-blog.view-display-id-blog_queue > .view-content > a:nth-child(1n+0), .view-blog.view-display-id-blog_queue > .view-content > div:nth-child(1n+0),
.view-blog.view-display-id-blog_related > .view-content > a:nth-child(1n+0),
.view-blog.view-display-id-blog_related > .view-content > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .view-blog.view-display-id-blog_queue > .view-content > a:nth-child(1n+1), .view-blog.view-display-id-blog_queue > .view-content > div:nth-child(1n+1),
.view-blog.view-display-id-blog_related > .view-content > a:nth-child(1n+1),
.view-blog.view-display-id-blog_related > .view-content > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .view-blog.view-display-id-blog_queue > .view-content > a:nth-child(-n+1), .view-blog.view-display-id-blog_queue > .view-content > div:nth-child(-n+1),
.view-blog.view-display-id-blog_related > .view-content > a:nth-child(-n+1),
.view-blog.view-display-id-blog_related > .view-content > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .view-blog.view-display-id-blog_queue > .view-content > a, .view-blog.view-display-id-blog_queue > .view-content > div,
.view-blog.view-display-id-blog_related > .view-content > a,
.view-blog.view-display-id-blog_related > .view-content > div {
    margin-top: 4.375rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .view-blog.view-display-id-blog_queue > .view-content > a:nth-child(1n+0), .view-blog.view-display-id-blog_queue > .view-content > div:nth-child(1n+0),
.view-blog.view-display-id-blog_related > .view-content > a:nth-child(1n+0),
.view-blog.view-display-id-blog_related > .view-content > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .view-blog.view-display-id-blog_queue > .view-content > a:nth-child(1n+1), .view-blog.view-display-id-blog_queue > .view-content > div:nth-child(1n+1),
.view-blog.view-display-id-blog_related > .view-content > a:nth-child(1n+1),
.view-blog.view-display-id-blog_related > .view-content > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .view-blog.view-display-id-blog_queue > .view-content > a:nth-child(-n+1), .view-blog.view-display-id-blog_queue > .view-content > div:nth-child(-n+1),
.view-blog.view-display-id-blog_related > .view-content > a:nth-child(-n+1),
.view-blog.view-display-id-blog_related > .view-content > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .view-blog.view-display-id-blog_queue > .view-content > a, .view-blog.view-display-id-blog_queue > .view-content > div,
.view-blog.view-display-id-blog_related > .view-content > a,
.view-blog.view-display-id-blog_related > .view-content > div {
    margin-top: 4.375rem;
    max-width: calc(33% - 0.9375rem);
    width: calc(33% - 0.9375rem);
    flex: 1 0 calc(33% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .view-blog.view-display-id-blog_queue > .view-content > a:nth-child(1n+0), .view-blog.view-display-id-blog_queue > .view-content > div:nth-child(1n+0),
.view-blog.view-display-id-blog_related > .view-content > a:nth-child(1n+0),
.view-blog.view-display-id-blog_related > .view-content > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .view-blog.view-display-id-blog_queue > .view-content > a:nth-child(1n+1), .view-blog.view-display-id-blog_queue > .view-content > div:nth-child(1n+1),
.view-blog.view-display-id-blog_related > .view-content > a:nth-child(1n+1),
.view-blog.view-display-id-blog_related > .view-content > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .view-blog.view-display-id-blog_queue > .view-content > a:nth-child(-n+1), .view-blog.view-display-id-blog_queue > .view-content > div:nth-child(-n+1),
.view-blog.view-display-id-blog_related > .view-content > a:nth-child(-n+1),
.view-blog.view-display-id-blog_related > .view-content > div:nth-child(-n+1) {
    margin-top: 4.375rem;
  }
  .view-blog.view-display-id-blog_queue > .view-content > a:nth-child(3n+0), .view-blog.view-display-id-blog_queue > .view-content > div:nth-child(3n+0),
.view-blog.view-display-id-blog_related > .view-content > a:nth-child(3n+0),
.view-blog.view-display-id-blog_related > .view-content > div:nth-child(3n+0) {
    margin-right: 0;
  }
  .view-blog.view-display-id-blog_queue > .view-content > a:nth-child(3n+1), .view-blog.view-display-id-blog_queue > .view-content > div:nth-child(3n+1),
.view-blog.view-display-id-blog_related > .view-content > a:nth-child(3n+1),
.view-blog.view-display-id-blog_related > .view-content > div:nth-child(3n+1) {
    margin-left: 0;
  }
  .view-blog.view-display-id-blog_queue > .view-content > a:nth-child(-n+3), .view-blog.view-display-id-blog_queue > .view-content > div:nth-child(-n+3),
.view-blog.view-display-id-blog_related > .view-content > a:nth-child(-n+3),
.view-blog.view-display-id-blog_related > .view-content > div:nth-child(-n+3) {
    margin-top: 0;
  }
}

.view-blog-sapi > .view-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.view-blog-sapi > .view-content > a, .view-blog-sapi > .view-content > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .view-blog-sapi > .view-content > a, .view-blog-sapi > .view-content > div {
    margin-top: 4.375rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .view-blog-sapi > .view-content > a:nth-child(1n+0), .view-blog-sapi > .view-content > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .view-blog-sapi > .view-content > a:nth-child(1n+1), .view-blog-sapi > .view-content > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .view-blog-sapi > .view-content > a:nth-child(-n+1), .view-blog-sapi > .view-content > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .view-blog-sapi > .view-content > a, .view-blog-sapi > .view-content > div {
    margin-top: 4.375rem;
    max-width: calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(50% - 1.875rem);
  }
  .view-blog-sapi > .view-content > a:nth-child(2n+0), .view-blog-sapi > .view-content > div:nth-child(2n+0) {
    margin-right: 0;
  }
  .view-blog-sapi > .view-content > a:nth-child(2n+1), .view-blog-sapi > .view-content > div:nth-child(2n+1) {
    margin-left: 0;
  }
  .view-blog-sapi > .view-content > a:nth-child(-n+2), .view-blog-sapi > .view-content > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .view-blog-sapi > .view-content > a, .view-blog-sapi > .view-content > div {
    margin-top: 4.375rem;
    max-width: calc(33% - 0.9375rem);
    width: calc(33% - 0.9375rem);
    flex: 1 0 calc(33% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .view-blog-sapi > .view-content > a:nth-child(2n+0), .view-blog-sapi > .view-content > div:nth-child(2n+0) {
    margin-right: 0.9375rem;
  }
  .view-blog-sapi > .view-content > a:nth-child(2n+1), .view-blog-sapi > .view-content > div:nth-child(2n+1) {
    margin-left: 0.9375rem;
  }
  .view-blog-sapi > .view-content > a:nth-child(-n+2), .view-blog-sapi > .view-content > div:nth-child(-n+2) {
    margin-top: 4.375rem;
  }
  .view-blog-sapi > .view-content > a:nth-child(3n+0), .view-blog-sapi > .view-content > div:nth-child(3n+0) {
    margin-right: 0;
  }
  .view-blog-sapi > .view-content > a:nth-child(3n+1), .view-blog-sapi > .view-content > div:nth-child(3n+1) {
    margin-left: 0;
  }
  .view-blog-sapi > .view-content > a:nth-child(-n+3), .view-blog-sapi > .view-content > div:nth-child(-n+3) {
    margin-top: 0;
  }
}

.view-blog-sapi.view-display-id-all_blogs .views-row article {
  margin-left: auto;
  margin-right: auto;
  max-width: 25.625rem;
}
.view-blog-sapi.view-display-id-all_blogs .views-row .blog-image {
  max-width: 25.625rem;
}

.view-blog > .view-content .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.view-blog > .view-content .views-infinite-scroll-content-wrapper > a, .view-blog > .view-content .views-infinite-scroll-content-wrapper > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a, .view-blog > .view-content .views-infinite-scroll-content-wrapper > div {
    margin-top: 4.375rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a:nth-child(1n+0), .view-blog > .view-content .views-infinite-scroll-content-wrapper > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a:nth-child(1n+1), .view-blog > .view-content .views-infinite-scroll-content-wrapper > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a:nth-child(-n+1), .view-blog > .view-content .views-infinite-scroll-content-wrapper > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a, .view-blog > .view-content .views-infinite-scroll-content-wrapper > div {
    margin-top: 4.375rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a:nth-child(1n+0), .view-blog > .view-content .views-infinite-scroll-content-wrapper > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a:nth-child(1n+1), .view-blog > .view-content .views-infinite-scroll-content-wrapper > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a:nth-child(-n+1), .view-blog > .view-content .views-infinite-scroll-content-wrapper > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a, .view-blog > .view-content .views-infinite-scroll-content-wrapper > div {
    margin-top: 4.375rem;
    max-width: calc(33% - 0.9375rem);
    width: calc(33% - 0.9375rem);
    flex: 1 0 calc(33% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a:nth-child(1n+0), .view-blog > .view-content .views-infinite-scroll-content-wrapper > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a:nth-child(1n+1), .view-blog > .view-content .views-infinite-scroll-content-wrapper > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a:nth-child(-n+1), .view-blog > .view-content .views-infinite-scroll-content-wrapper > div:nth-child(-n+1) {
    margin-top: 4.375rem;
  }
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a:nth-child(3n+0), .view-blog > .view-content .views-infinite-scroll-content-wrapper > div:nth-child(3n+0) {
    margin-right: 0;
  }
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a:nth-child(3n+1), .view-blog > .view-content .views-infinite-scroll-content-wrapper > div:nth-child(3n+1) {
    margin-left: 0;
  }
  .view-blog > .view-content .views-infinite-scroll-content-wrapper > a:nth-child(-n+3), .view-blog > .view-content .views-infinite-scroll-content-wrapper > div:nth-child(-n+3) {
    margin-top: 0;
  }
}

article.blog.teaser a {
  color: #000000;
}
article.blog.teaser a:hover, article.blog.teaser a:active {
  text-decoration: none;
}
@media only screen and (max-width: 1099px) {
  article.blog.teaser .blog-body h3.h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
  }
}
article.blog.teaser .blog-image {
  margin-bottom: 1rem;
}
article.blog.teaser .card-footer {
  display: flex;
  color: #515151;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 879px) {
  article.blog.teaser .card-footer {
    display: block;
  }
}
article.blog.teaser .card-footer .author-mini {
  display: flex;
  align-items: center;
}
article.blog.teaser .card-footer .author-mini img {
  border-radius: 50%;
}
@media only screen and (max-width: 879px) {
  article.blog.teaser .card-footer .author-mini {
    display: inline-block;
  }
}
article.blog.teaser .card-footer .author-mini .author-image {
  margin-right: 0.3125rem;
  display: none;
}
article.blog.teaser .card-footer .separator {
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
}

.hero-blog {
  padding: 1.5rem 0 4rem 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 880px) {
  .hero-blog {
    padding: 3rem 0 5rem 0;
  }
}
.hero-blog.black {
  background-color: #181819;
}
.hero-blog .hero-back-link {
  margin-bottom: 4.375rem;
}
.hero-blog .blog-tag {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 880px) {
  .hero-blog .blog-tag {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .hero-blog .blog-tag {
    margin-bottom: 1.875rem;
  }
}
.hero-blog .blog-authoring {
  margin-bottom: 2rem;
  color: #C7C7C7;
}
@media only screen and (min-width: 880px) {
  .hero-blog .blog-authoring {
    margin-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .hero-blog .blog-authoring {
    margin-bottom: 4.375rem;
  }
}
.hero-blog h1 {
  margin-bottom: 1.25rem;
  color: #FFFFFF;
}
.hero-blog .blog-summary {
  color: #C7C7C7;
  border-left: 2px solid #FFD20B;
  padding-left: 2.5rem;
  margin: 2rem 1.5625rem 0 1.5625rem;
}
@media only screen and (min-width: 880px) {
  .hero-blog .blog-summary {
    margin: 0;
    margin-top: 3.75rem;
  }
}

@media only screen and (max-width: 879px) {
  .blog .article-footer .sharing-links {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 2.875rem;
    margin-bottom: 2.875rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.blog .article-footer .author .author-by a {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 880px) {
  .blog .article-footer .author .author-by a {
    flex-wrap: nowrap;
    margin-bottom: 2.5rem;
  }
}
.blog .article-footer .author .author-by a .author-image {
  margin-right: 1.25rem;
  margin-bottom: 1.5rem;
}
.blog .article-footer .author .author-by a .author-image img {
  border-radius: 50%;
  max-width: 7rem;
}
@media only screen and (min-width: 880px) {
  .blog .article-footer .author .author-by a .author-image {
    margin-bottom: 0;
    min-width: 12.25rem;
    margin-right: 1.875rem;
  }
  .blog .article-footer .author .author-by a .author-image img {
    max-width: none;
  }
}
.blog .article-footer .author .author-by a .author-title {
  margin-bottom: 0.625rem;
}
:root {
  --bar-width: 0;
}

.blog .read-progress {
  padding: 0.5625rem 1.25rem;
  border-bottom: 1px solid #F4F4F4;
  background-color: #FFFFFF;
  position: relative;
}
.blog .read-progress.fix-to-top {
  position: fixed;
}
.blog .read-progress:after {
  content: "";
  position: absolute;
  width: var(--bar-width);
  bottom: -1px;
  left: 0;
  height: 2px;
  background-color: #225093;
  transition: 0.3s all;
}
.author-by a {
  color: #000000;
}
.author-by a:hover, .author-by a:focus {
  text-decoration: none;
}

.author-hero {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .author-hero {
    overflow: visible;
    margin-top: 6.25rem;
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 1319px) {
  .author-hero {
    padding: 0 0.3125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .author-hero {
    padding: 0;
  }
}
@media only screen and (min-width: 880px) {
  .author-hero .hero-content {
    display: flex;
  }
}
@media only screen and (min-width: 880px) {
  .author-hero .hero-content .author-image {
    text-align: center;
  }
}
.author-hero .hero-content .author-image img {
  border-radius: 50%;
}
@media only screen and (min-width: 880px) {
  .author-hero .hero-content .author-image img {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 879px) {
  .author-hero .hero-content .author-image img {
    width: 6.9375rem;
    height: 6.9375rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .author-hero .hero-content .author-image img {
    height: auto;
  }
}
.author-hero .hero-content .author-info {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 1319px) {
  .author-hero .hero-content .author-info {
    padding: 0;
  }
}
@media only screen and (min-width: 880px) {
  .author-hero .hero-content .author-info {
    padding-left: 7.8125rem;
  }
}
.author-hero .hero-content .author-info h1 {
  color: #000000;
}
.author-hero .hero-content .author-info .author-title {
  color: #515151;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  letter-spacing: 0.05rem;
  font-family: Montserrat;
}
@media only screen and (min-width: 880px) {
  .author-hero .hero-content .author-info .author-title {
    margin-top: 1rem;
    margin-bottom: 4rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.25rem;
  }
}
.author-hero .hero-content .author-info .author-bio {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #515151;
}
@media only screen and (min-width: 880px) {
  .author-hero .hero-content .author-info .author-bio {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
.author-hero .hero-content .author-info .author-bio p {
  margin-top: 0;
  margin-bottom: 0;
}
.author-hero .hero-content .author-info .author-bio p:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 880px) {
  .author-hero .hero-content .author-info .author-bio p:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.blog-author.full .author-email {
  margin-top: 2rem;
}
.blog-author.full .author-email a {
  line-height: 1rem;
  font-size: 0.9375rem;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.blog-author.full .author-email a::after {
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.1875rem;
}
@media only screen and (max-width: 1319px) {
  .blog-author.full .author-email {
    margin-top: 3rem;
  }
}

.article-related .blog-body {
  background-color: transparent;
  color: #000000;
  padding: 2.5rem 0 1.875rem 0;
}
.article-related .blog-body h3 {
  color: #000000;
  margin-bottom: 0 !important;
}
.article-related .blog-body .card-footer {
  color: #000000;
}
.article-related .views-row {
  background-color: transparent !important;
}
.article-related .views-row .blog-image {
  margin-bottom: 1rem;
}
.article-related .type {
  background-color: #FFD20B;
}

.desktop-email-show {
  display: none;
}

.mobile-email-show {
  display: block;
}

@media only screen and (min-width: 880px) {
  .desktop-email-show {
    display: block;
    text-align: center;
  }

  .mobile-email-show {
    display: none;
  }
}
.paragraph--type--offset-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--offset-images {
    flex-wrap: nowrap;
  }
}
.paragraph--type--offset-images a.offset-image:hover {
  text-decoration: none;
}
.paragraph--type--offset-images .offset-image {
  display: flex;
  flex-direction: column;
}
.paragraph--type--offset-images .offset-image:first-child {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--offset-images .offset-image:first-child {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
.paragraph--type--offset-images .offset-image:last-child {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--offset-images .offset-image:last-child {
    margin-bottom: 0;
    margin-left: 1.25rem;
    margin-top: 7.5rem;
  }
}
.paragraph--type--offset-images .offset-image__caption-wrapper {
  min-width: 94%;
  max-width: 94%;
  align-self: flex-end;
  background-color: #000000;
  color: #FFFFFF;
  padding: 1rem 1.25rem;
  margin-top: -1.625rem;
  position: relative;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--offset-images .offset-image__caption-wrapper {
    min-width: 80%;
    max-width: 80%;
    padding: 1.25rem 1.875rem;
    margin-top: -3.25rem;
    align-self: center;
  }
}
@media only screen and (min-width: 1700px) {
  .paragraph--type--offset-images .offset-image__caption-wrapper {
    min-width: 31.25rem;
    max-width: 31.25rem;
  }
}
.paragraph--type--offset-images .offset-image__caption-wrapper__title, .paragraph--type--offset-images .offset-image__caption-wrapper__caption {
  display: inline;
}
.paragraph--type--offset-images .offset-image__caption-wrapper__title {
  font-weight: 700;
}

.paragraph--type--scatter-images h2 {
  text-align: center;
}

@media only screen and (min-width: 880px) {
  .scatter-images {
    display: flex;
    justify-content: center;
  }
}
.scatter-images img {
  min-height: 0;
  min-width: 0;
}
@media only screen and (max-width: 879px) {
  .scatter-images .column-one {
    margin: 0 0.9375rem;
  }
}
.scatter-images .column-one img {
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.scatter-images .column-two {
  margin: 0.9375rem 0.9375rem 0 0.9375rem;
}
@media only screen and (min-width: 880px) {
  .scatter-images .column-two {
    margin: 0;
    margin-left: 0.9375rem;
  }
}
.scatter-images .column-two .row1 {
  display: flex;
  justify-content: center;
  margin-bottom: 0.9375rem;
}
.scatter-images .column-two .row1 img:first-child {
  margin-right: 0.9375rem;
}
.scatter-images .column-two .row2 {
  display: flex;
  justify-content: center;
}
.scatter-images .column-two .row2 img:first-child {
  margin-right: 0.9375rem;
}

.component--key-points {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1100px) {
  .component--key-points {
    flex-wrap: nowrap;
  }
}
.component--key-points__left {
  margin-right: 0;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 880px) {
  .component--key-points__left {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--key-points__left {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .component--key-points__left {
    margin-right: 5rem;
    min-width: 25rem;
  }
}
@media only screen and (min-width: 1320px) {
  .component--key-points__left {
    min-width: 32.5rem;
    margin-right: 8.75rem;
  }
}
.component--key-points__right {
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media only screen and (min-width: 1100px) {
  .component--key-points__right {
    padding-left: 0;
  }
}
.component--key-points__right .key-point-item {
  margin-bottom: 1.9375rem;
}
@media only screen and (min-width: 880px) {
  .component--key-points__right .key-point-item {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1320px) {
  .component--key-points__right .key-point-item {
    min-width: 18.75rem;
    position: relative;
    width: 50%;
  }
}
.component--key-points__right .key-point-item:nth-child(odd) {
  margin-right: 0;
}
@media only screen and (min-width: 1320px) {
  .component--key-points__right .key-point-item:nth-child(odd) {
    padding-right: 0.9375rem;
  }
}
.component--key-points__right .key-point-item:nth-child(even) {
  margin-left: 0;
}
@media only screen and (min-width: 1320px) {
  .component--key-points__right .key-point-item:nth-child(even) {
    padding-left: 0.9375rem;
  }
}
@media only screen and (max-width: 879px) {
  .component--key-points__right .key-point-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1320px) {
  .component--key-points__right .key-point-item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
.component--key-points__right .key-point-item__icon {
  margin-bottom: 1rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #D7D7D7;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.component--key-points__right .key-point-item__icon img {
  margin: 0 auto;
  width: 1.40625rem;
  height: 1.5rem;
}
.component--key-points__right .key-point-item__title h3 {
  margin-bottom: 1rem;
}
.component--key-points__right .key-point-item__description {
  margin-bottom: 0;
}
@media only screen and (min-width: 1320px) {
  .component--key-points__right .key-point-item__description .btn {
    white-space: normal;
    text-align: left;
    max-width: 18.75rem;
  }
}

.paragraph--type--background.black .key-point-item__description .btn {
  text-align: left;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--background.black .key-point-item__description .btn {
    white-space: normal;
  }
}

.paragraph--type--slider-feature-points {
  overflow: visible;
}
.paragraph--type--slider-feature-points .stage {
  margin-left: calc(102% - 58.3333333333vw);
}
@media screen and (max-width: 879.5px) {
  .paragraph--type--slider-feature-points .stage {
    display: none;
  }
}
.paragraph--type--slider-feature-points .stage .wrap {
  position: relative;
}
.paragraph--type--slider-feature-points .stage .guide-note {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  pointer-events: none;
  text-shadow: 0 0 3px #888;
}
.paragraph--type--slider-feature-points .stage .field--name-field-background-image .media {
  margin: 0;
}
.paragraph--type--slider-feature-points .stage .field--name-field-background-image img {
  min-width: 100%;
}
.paragraph--type--slider-feature-points .stage .slider-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.paragraph--type--slider-feature-points .stage .slider-nav .slick-dots {
  bottom: 0;
  top: 0;
}
.paragraph--type--slider-feature-points .stage .slider-nav .slick-dots li {
  position: static;
}
.paragraph--type--slider-feature-points .stage .slider-nav .slick-dots li div.thumb {
  position: absolute;
  width: 128px;
  height: 128px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #FFD20B;
}
@media only screen and (max-width: 1319px) {
  .paragraph--type--slider-feature-points .stage .slider-nav .slick-dots li div.thumb {
    width: 100px;
    height: 100px;
    border-width: 7px;
  }
}
@media only screen and (max-width: 1099px) {
  .paragraph--type--slider-feature-points .stage .slider-nav .slick-dots li div.thumb {
    width: 85px;
    height: 85px;
    border-width: 6px;
  }
}
.paragraph--type--slider-feature-points .stage .slider-nav .slick-dots li div.thumb img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.5s;
}
.paragraph--type--slider-feature-points .stage .slider-nav .slick-dots li div.line {
  background-color: transparent;
}
.paragraph--type--slider-feature-points .stage .slider-nav .slick-dots li.slick-active div.thumb img {
  opacity: 1;
}
.paragraph--type--slider-feature-points .stage .slider-nav .slick-dots li.slick-active div.line {
  position: absolute;
  height: 8px;
  right: -30px;
  margin-top: -4px;
  margin-left: 60px;
  background-color: #FFD20B;
  pointer-events: none;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-name: feature-pointes-line;
  transform-origin: left;
}
@media only screen and (max-width: 1319px) {
  .paragraph--type--slider-feature-points .stage .slider-nav .slick-dots li.slick-active div.line {
    height: 7px;
    margin-left: 48px;
  }
}
@media only screen and (max-width: 1099px) {
  .paragraph--type--slider-feature-points .stage .slider-nav .slick-dots li.slick-active div.line {
    height: 6px;
    margin-top: -3px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--type--slider-feature-points .wrap-row {
    display: flex;
    flex-wrap: wrap;
  }
  .paragraph--type--slider-feature-points .points-wrapper {
    align-self: center;
  }
  .paragraph--type--slider-feature-points .points-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 879px) {
  .paragraph--type--slider-feature-points .paragraph--type--feature-point-slide {
    max-width: 550px;
    margin: auto;
  }
  .paragraph--type--slider-feature-points .paragraph--type--feature-point-slide .field--name-field-slide-image {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--type--slider-feature-points .paragraph--type--feature-point-slide {
    padding-left: 15%;
  }
  .paragraph--type--slider-feature-points .paragraph--type--feature-point-slide .field--name-field-slide-image {
    display: none;
  }
  .paragraph--type--slider-feature-points .paragraph--type--feature-point-slide .field--name-field-slide-image img {
    max-height: 350px;
    width: auto;
    margin: auto;
  }
  .paragraph--type--slider-feature-points .paragraph--type--feature-point-slide .field--name-field-cta-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
.paragraph--type--slider-feature-points .paragraph--type--feature-point-slide .field--name-field-link {
  margin-top: 24px;
}
.paragraph--type--slider-feature-points .paragraph--type--feature-point-slide .btn-link a {
  color: inherit;
  text-decoration: none;
}
.paragraph--type--slider-feature-points .wrapper-footer {
  max-width: 550px;
  position: relative;
  margin: auto;
  z-index: 1;
}
.paragraph--type--slider-feature-points .slider-footer {
  pointer-events: none;
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
}
.paragraph--type--slider-feature-points .slider-footer:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.paragraph--type--slider-feature-points .slider-footer .arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 24px);
  margin: 0;
  justify-content: space-between;
}
.paragraph--type--slider-feature-points .slider-footer .arrows .slick-arrow {
  pointer-events: all;
}
.paragraph--type--slider-feature-points .slider-footer .arrows .slick-arrow:focus {
  border: 0;
}
.paragraph--type--slider-feature-points .slider-footer .arrows .slick-prev {
  width: auto;
  height: auto;
}
.paragraph--type--slider-feature-points .slider-footer .arrows .slick-next {
  right: auto;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--slider-feature-points .slider-footer {
    display: none;
  }
}

@keyframes feature-pointes-line {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(0.5);
  }
  100% {
    transform: scaleX(1);
  }
}
.map-crime-wrapper {
  display: flex;
  max-width: 100%;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1319px) {
  .map-crime-wrapper {
    flex-wrap: wrap;
    margin-top: 1rem;
    flex-direction: column-reverse;
  }
}
.map-crime-wrapper .mapsearch {
  max-width: 100%;
  padding: 2.5625rem 1rem 0.625rem 1rem;
}
@media only screen and (min-width: 1100px) {
  .map-crime-wrapper .mapsearch {
    width: 37%;
    margin: 0 7.5rem 0 6.25rem;
    padding: 4.875rem 0 0 0;
    max-width: 24.6875rem;
  }
}
.map-crime-wrapper .mapsearch h2 {
  margin-bottom: 1rem;
}
.map-crime-wrapper .mapsearch .map-search-info {
  margin: 0 0 2rem 0;
}
.map-crime-wrapper .mapsearch .map-search-info span {
  line-height: 1.5rem;
  font-size: 0.875rem;
  color: #515151;
}
@media only screen and (min-width: 880px) {
  .map-crime-wrapper .mapsearch .map-search-info span {
    line-height: 1.875rem;
    font-size: 1.125rem;
  }
}
.map-crime-wrapper .mapsearch .map-search-button {
  background: #000000;
  color: #FFFFFF;
  border-radius: 2rem;
  height: 3.5rem;
  padding: 1.25rem 1rem;
  font-size: 0.9375rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.map-crime-wrapper .mapsearch .map-search-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1rem !important;
  letter-spacing: 0.075rem;
  color: #515151;
  margin-bottom: 0.5rem;
}
.map-crime-wrapper .mapsearch .map-search-input {
  padding: 0.625rem 0.75rem;
  margin: 0 0 1.5rem 0;
  min-height: 4rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000000;
}
@media only screen and (min-width: 880px) {
  .map-crime-wrapper .mapsearch select.map-search-input {
    margin-bottom: 1.375rem;
  }
}
.map-crime-wrapper .mapsearch .locationicon {
  padding: 0.625rem 0 0.625rem 0.75rem;
  margin: 0 0 1.125rem 0;
  min-height: 4rem;
  background: url(../img/location.png) 95% center no-repeat;
  background-size: 0.875rem 1.25rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #828282;
}
@media only screen and (min-width: 1100px) {
  .map-crime-wrapper .mapsearch .locationicon {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .map-crime-wrapper .mapsearch .locationicon {
    background-position-x: 98%;
  }
}
.map-crime-wrapper .mapsearch .map-search-date {
  display: inline;
}
.map-crime-wrapper .mapsearch .crimelist {
  margin: 3.375rem 0 3rem 0;
}
@media only screen and (min-width: 880px) {
  .map-crime-wrapper .mapsearch .crimelist {
    margin-bottom: 3.625rem;
  }
}
.map-crime-wrapper .mapsearch .crimelist > div:first-child {
  border-top: gray 1px solid;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 880px) {
  .map-crime-wrapper .mapsearch .crimelist > div:first-child {
    padding-top: 2rem;
  }
}
.map-crime-wrapper .mapsearch .crimelist p {
  line-height: 1.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #515151;
  padding: 0;
}
.map-crime-wrapper .mapsearch .crimelist p:not(:last-child) {
  margin-bottom: 0.625rem;
  line-height: 1.375rem;
  font-size: 0.9375rem;
}
.map-crime-wrapper .mapsearch .crimelist p:first-child {
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 880px) {
  .map-crime-wrapper .mapsearch .crimelist p:first-child {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}
.map-crime-wrapper .mapsearch .btn {
  outline: none;
}
.map-crime-wrapper .mapsearch .form-control {
  box-shadow: none;
  outline: none;
}
.map-crime-wrapper .mapsearch .form-control:focus {
  border: #C7C7C7 1px solid;
}
.map-crime-wrapper .crime-map-banner {
  position: relative;
  max-width: 100%;
  height: 15.4375rem;
}
@media only screen and (min-width: 1100px) {
  .map-crime-wrapper .crime-map-banner {
    width: 63%;
    height: 51.4375rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1099px) {
  .map-crime-wrapper .crime-map-banner {
    height: 50%;
  }
}
.map-crime-wrapper .crime-map-banner > div {
  height: 15.4375rem;
}
@media only screen and (min-width: 1100px) {
  .map-crime-wrapper .crime-map-banner > div {
    height: 51.4375rem;
  }
}
.map-crime-wrapper .crime-map-banner .stanley-street-view {
  position: absolute;
  bottom: 160px;
  left: 98px;
  background: url(../img/streetview.svg) center center no-repeat #000000;
  width: 40px;
  height: 40px;
  z-index: 200;
  cursor: pointer;
}

.black .icon-phone a {
  color: #FFFFFF;
}
.black .icon-phone a:hover {
  color: #FFFFFF;
}
.black .icon-phone::before {
  background: url(../img/phone-white.svg);
  background-repeat: no-repeat;
  padding: 0 1.1875rem 1.125rem 0;
}
@media only screen and (min-width: 1100px) {
  .black .icon-phone::before {
    padding: 0;
  }
}

@media only screen and (max-width: 879px) {
  .gm-bundled-control.gm-bundled-control-on-bottom {
    top: 3.75rem;
  }
}

#map-crime #date {
  position: relative;
}
#map-crime #date select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
  min-height: 4rem;
  border: 1px solid #C7C7C7;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 0;
}
#map-crime #date select::-ms-expand {
  opacity: 0;
}
#map-crime #date:after {
  color: #000000;
  content: "\25bc";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0.6875rem;
  font-size: 0.875rem;
  top: 3.625rem;
  z-index: 10;
}
.has-glyphicons #map-crime #date:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}
.has-error #map-crime #date:after {
  color: #a94442;
}
.has-success #map-crime #date:after {
  color: #3c763d;
}
.has-warning #map-crime #date:after {
  color: #8a6d3b;
}

.component--feature-scroll {
  background-color: #181819;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll {
    background-color: rgba(0, 0, 0, 0.5);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(0, black 0%, #181818 60%);
  }
}
.component--feature-scroll__indicator {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll__indicator {
    display: block;
    min-width: 20%;
  }
}
@media only screen and (min-width: 1320px) {
  .component--feature-scroll__indicator {
    min-width: 24%;
  }
}
.component--feature-scroll__items {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  background-image: url(../img/featurescroll-pattern.svg);
  background-repeat: no-repeat;
  background-position: left 10px bottom 70px;
}
@media only screen and (min-width: 1100px) {
  .component--feature-scroll__items {
    background: none;
    overflow-x: inherit;
    display: block;
  }
}

.component--scroll-feature-item {
  display: flex;
  position: relative;
  min-width: calc(100vw - 40px);
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  .component--scroll-feature-item {
    min-width: 0;
    justify-content: flex-end;
    padding-top: 12.5rem;
  }
  .component--scroll-feature-item:last-child {
    padding-bottom: 12.5rem;
  }
}
.component--scroll-feature-item__info {
  background-color: #FFFFFF;
  padding: 2.5rem 1.875rem;
  margin: 4rem 0.625rem 6.75rem 0.625rem;
  display: flex;
  flex-direction: column;
}
.component--scroll-feature-item__info:first-child {
  margin-left: 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .component--scroll-feature-item__info {
    margin: 0;
    padding: 4.6875rem 6.875rem;
    max-width: 39.375rem;
    position: absolute;
    margin-top: 3.375rem;
    right: 35%;
    z-index: 2;
  }
}
.component--scroll-feature-item__title h2 {
  margin-bottom: 0.3125rem;
}
.component--scroll-feature-item__separator {
  min-width: 3rem;
  max-width: 3rem;
  min-height: 0.125rem;
  background-color: #FFD20B;
  margin-bottom: 1rem;
}
.component--scroll-feature-item__description {
  margin-bottom: 2.5rem;
}
.component--scroll-feature-item__link {
  margin-top: auto;
}
.component--scroll-feature-item__link a {
  color: #000000;
  line-height: 1.875rem;
  position: relative;
  display: inline;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.component--scroll-feature-item__link a:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.component--scroll-feature-item__link a:hover {
  color: #225093;
  border-bottom: 1px solid #225093;
}
.component--scroll-feature-item__image {
  display: none;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .component--scroll-feature-item__image {
    display: block;
  }
  .component--scroll-feature-item__image .media--bundle--image {
    position: relative;
    overflow: visible;
  }
  .component--scroll-feature-item__image .media--bundle--image.media--image.is-b-loading::before {
    min-width: 1.875rem;
    min-height: 1.875rem;
    left: 50%;
  }
  .component--scroll-feature-item__image .media--bundle--image:before {
    content: " ";
    background-image: url(../img/featurescroll-pattern.svg);
    background-repeat: no-repeat;
    min-width: 460px;
    min-height: 300px;
    position: absolute;
    bottom: -80px;
    left: -80px;
    animation: none;
  }
}

.component--logo-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 641px) {
  .component--logo-list {
    display: block;
  }
}
.component--logo-list h2 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 880px) {
  .component--logo-list h2 {
    margin-bottom: 2rem;
  }
}
.component--logo-list__summary p:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 880px) {
  .component--logo-list__summary {
    max-width: 53.125rem;
    margin: 0 auto;
  }
}
.component--logo-list__logos {
  margin: 4rem 0 2.5rem;
  display: grid;
  grid-template-columns: 8.625rem 8.625rem;
  row-gap: 1.25rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media only screen and (min-width: 641px) {
  .component--logo-list__logos {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
.component--logo-list__logos .media {
  margin-top: 0;
  justify-self: center;
}
@media only screen and (max-width: 879px) {
  .component--logo-list__logos .media .img-responsive {
    min-width: 8.25rem;
    max-width: 8.25rem;
  }
}
@media only screen and (min-width: 641px) {
  .component--logo-list.perrow-6 .component--logo-list__logos {
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }
}
@media only screen and (min-width: 880px) {
  .component--logo-list.perrow-6 .component--logo-list__logos {
    -moz-column-gap: 11.5625rem;
         column-gap: 11.5625rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--logo-list.perrow-6 .component--logo-list__logos {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }
}
@media only screen and (min-width: 1320px) {
  .component--logo-list.perrow-6 .component--logo-list__logos {
    -moz-column-gap: 4.125rem;
         column-gap: 4.125rem;
  }
}
@media only screen and (min-width: 641px) {
  .component--logo-list.perrow-5 .component--logo-list__logos {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .component--logo-list.perrow-5 .component--logo-list__logos {
    -moz-column-gap: 11.5625rem;
         column-gap: 11.5625rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--logo-list.perrow-5 .component--logo-list__logos {
    -moz-column-gap: 4.125rem;
         column-gap: 4.125rem;
  }
}
@media only screen and (min-width: 1320px) {
  .component--logo-list.perrow-5 .component--logo-list__logos {
    -moz-column-gap: 7.625rem;
         column-gap: 7.625rem;
  }
}
.component--logo-list.perrow-4 .component--logo-list__logos {
  -moz-column-gap: 2.3125rem;
       column-gap: 2.3125rem;
}
@media only screen and (min-width: 880px) {
  .component--logo-list.perrow-4 .component--logo-list__logos {
    -moz-column-gap: 4.6875rem;
         column-gap: 4.6875rem;
  }
}

.paragraph.paragraph--type--logo-list.perrow-4.component--logo-list h2 {
  margin-bottom: 3.4375rem;
}
@media only screen and (min-width: 880px) {
  .paragraph.paragraph--type--logo-list.perrow-4.component--logo-list h2 {
    margin-bottom: 4.5rem;
  }
}
.paragraph.paragraph--type--logo-list.perrow-4.component--logo-list .component--logo-list__logos {
  margin: 0;
  row-gap: 3.125rem;
  grid-template-columns: auto auto;
}
@media only screen and (min-width: 641px) {
  .paragraph.paragraph--type--logo-list.perrow-4.component--logo-list .component--logo-list__logos {
    display: flex;
    justify-content: center;
    grid-template-columns: 9.1875rem 9.1875rem 9.1875rem 9.1875rem;
  }
}
.paragraph.paragraph--type--logo-list.perrow-4.component--logo-list .component--logo-list__logos .media {
  display: flex;
  align-self: center;
  justify-content: center;
}
@media only screen and (max-width: 879px) {
  .paragraph.paragraph--type--logo-list.perrow-4.component--logo-list .component--logo-list__logos .media .img-responsive {
    min-width: 74%;
    max-width: 74%;
  }
}

.paragraph.paragraph--type--logo-list.perrow-3.component--logo-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paragraph.paragraph--type--logo-list.perrow-3.component--logo-list .component--logo-list__logos {
  -moz-column-gap: 0;
       column-gap: 0;
}
@media only screen and (min-width: 641px) {
  .paragraph.paragraph--type--logo-list.perrow-3.component--logo-list .component--logo-list__logos {
    align-items: center;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
    grid-template-columns: 15.625rem 15.625rem 15.625rem;
  }
}

.saving-calculator-page-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-questions {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-questions {
    width: 71.318%;
    padding-right: 4.3125rem;
    border-right: #c4c4c4 1px solid;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec:nth-child(5) label {
  min-height: auto;
}
.saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec .questions-left, .saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec .questions-right {
  width: 100%;
}
.saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec .questions-left .bottom-sec, .saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec .questions-right .bottom-sec {
  color: #828282;
  font-size: 0.9375rem;
  padding-left: 0.75rem;
  line-height: 1.375rem;
  padding-top: 0.5rem;
  font-weight: 500;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec .questions-left {
    width: 50%;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec .questions-right {
    width: 50%;
    padding-left: 0.9375rem;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec:not(:last-child) .questions-left, .saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec:not(:last-child) .questions-right {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec:not(:last-child) .questions-left, .saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec:not(:last-child) .questions-right {
    margin-bottom: 3rem;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec label {
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 0.75rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec label {
    min-height: 3.0625rem;
    margin-bottom: 0.4375rem;
    font-size: 1rem;
    display: block;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec .input-box {
  padding: 1.3125rem 0.75rem;
  min-height: 4rem;
  color: #000000;
  box-sizing: border-box;
  border-radius: 0.125rem;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  border: 0.0625rem solid #c7c7c7;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-questions .row-sec .input-box {
    width: 100%;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-data {
  display: flex;
  border: none;
  width: 100%;
  flex-wrap: wrap;
  border-top: #c4c4c4 1px solid;
  margin-top: 4rem;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-data {
    width: 28.68217%;
    border-top: #c4c4c4 0px solid;
    margin-top: 0;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result {
  border-left: none;
  padding-top: 4rem;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result {
    padding-left: 4.375rem;
    padding-top: 0;
    margin-top: 0;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .appear-large {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .appear-large h2 {
    margin-bottom: 2rem;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .appear-large p {
  margin-top: 0.5rem;
  color: #515151;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .appear-large p {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .appear-large {
    display: block;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .summary {
  margin-top: 0px;
  margin-bottom: 4rem;
  color: #000000;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .summary {
    margin-top: 4.375rem;
    margin-bottom: 4.75rem;
  }
  .saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .summary .annual-savings {
    margin-bottom: 3.75rem;
  }
  .saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .summary .annual-cost-system {
    margin-bottom: 2.25rem;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .summary .summery-section .box {
  background-color: #FFD20B;
  padding: 0 0.625rem;
  font-weight: bold;
  margin: 0px;
  font-size: 1.5rem;
  display: inline-block;
  min-width: 8.8125rem;
  text-align: center;
  line-height: 2rem;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .summary .summery-section .box {
    font-size: 2.625rem;
    margin-bottom: 1rem;
    width: auto;
    line-height: 3rem;
    padding: 0 0.75rem;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .summary .summery-section .title {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  color: #515151;
}
@media only screen and (min-width: 1100px) {
  .saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .summary .summery-section .title {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .btn {
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
  text-transform: uppercase;
}
.saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .btn:hover, .saving-calculator-page-wrapper .calculator-wrapper-data .calculator-result .btn:focus {
  outline: none;
}
.saving-calculator-page-wrapper .calculator-wrapper-data .calc-button {
  background: #000000;
  color: #FFFFFF;
  border-radius: 2rem;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  line-height: 1rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.saving-calculator-page-wrapper .calculator-wrapper-data .calc-button:hover, .saving-calculator-page-wrapper .calculator-wrapper-data .calc-button:focus {
  outline: none;
  background-color: #FFD20B;
  color: #000000;
}
.saving-calculator-page-wrapper .calculator-wrapper-data .print-button {
  margin-top: 0;
  margin-bottom: 0;
}

.visible-small {
  text-align: center;
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 1100px) {
  .visible-small {
    display: none;
    margin: 0;
  }
}

.executive-summery-wrapper {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 4rem;
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper {
    margin-top: 10rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.executive-summery-wrapper .executive-summery-head {
  text-align: center;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper .executive-summery-head {
    display: block;
  }
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper .executive-summery-head h2 {
    margin-bottom: 0;
  }
}
.executive-summery-wrapper .executive-summery-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper .executive-summery-content {
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper .executive-summery-content.fist-content {
    margin-top: 5rem;
  }
}
.executive-summery-wrapper .executive-summery-content h3 {
  margin-bottom: 1.5rem;
}
.executive-summery-wrapper .exe-summery-content-left {
  text-align: left;
  display: block;
  max-width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper .exe-summery-content-left {
    max-width: 34.10853%;
    padding-right: 6.0625rem;
    margin-bottom: 0;
  }
}
.executive-summery-wrapper .exe-summery-content-left p {
  line-height: 1.5rem;
  font-size: 1rem;
  color: #515151;
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper .exe-summery-content-left p {
    line-height: 1.875rem;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper .exe-summery-content-left h3 {
    margin-bottom: 2rem;
  }
}
.executive-summery-wrapper .exe-summery-content-right {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.executive-summery-wrapper .exe-summery-content-right table {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper .exe-summery-content-right {
    max-width: 65.89147%;
  }
}
.executive-summery-wrapper .exe-summery-content-right table {
  color: #000000 !important;
}
.executive-summery-wrapper .exe-summery-content-right table tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.executive-summery-wrapper .exe-summery-content-right table .tb-heading {
  background-color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1rem;
}
.executive-summery-wrapper .exe-summery-content-right table thead {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper .exe-summery-content-right table thead {
    display: table-header-group;
  }
}
.executive-summery-wrapper .exe-summery-content-right table thead th {
  padding-bottom: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.5rem 0.9375rem;
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper .exe-summery-content-right table thead th {
    padding: 0.5rem 1rem;
    letter-spacing: 0.05rem;
  }
}
.executive-summery-wrapper .exe-summery-content-right table tr {
  display: block;
  padding: 2rem 0.5rem 0.5rem 0.625rem;
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper .exe-summery-content-right table tr {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    display: table-row;
    padding: 0.625rem 0.5rem 0.5rem 0.625rem;
  }
}
.executive-summery-wrapper .exe-summery-content-right table td {
  line-height: 1.5rem;
  font-size: 0.875rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0.25rem 0;
  padding-left: 0.625rem;
  padding-top: 0;
  text-align: left;
}
@media only screen and (min-width: 1100px) {
  .executive-summery-wrapper .exe-summery-content-right table td {
    width: 10.625rem;
    font-size: 1rem;
    display: table-cell;
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.4375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (max-width: 1319px) {
  .executive-summery-wrapper .exe-summery-content-right table td:before {
    text-transform: uppercase;
    content: attr(data-label) " ";
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    font-weight: bold;
    letter-spacing: 0.05rem;
  }
}

.no-gap {
  margin-bottom: -1px;
}
.no-gap > div {
  margin-bottom: -1px;
}

.saving-calc-footer-section-mobile {
  position: fixed;
  background-color: #181819;
  min-width: 100%;
  max-width: 100%;
  right: 0;
  min-height: 4.375rem;
  bottom: 0;
  padding: 4%;
  z-index: 12;
}
.saving-calc-footer-section-mobile button {
  outline: none;
}
.saving-calc-footer-section-mobile .mobile-fixed-calc-button {
  font-size: 0.9375rem;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
  background: #FFD20B;
  color: #000000;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 3.125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
}
.saving-calc-footer-section-mobile .mobile-fixed-calc-button:hover, .saving-calc-footer-section-mobile .mobile-fixed-calc-button:focus {
  background-color: #000000;
  color: #FFFFFF;
  border: #FFFFFF 2px solid;
}
@media only screen and (min-width: 1100px) {
  .saving-calc-footer-section-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1100px) {
  .payroll-costs-section .exe-summery-content-right table td {
    width: 13.25rem;
  }
}

.remote-guarding-calculator .executive-summery-wrapper {
  margin-top: 1rem;
}
.remote-guarding-calculator .executive-summery-wrapper .exe-summery-content-right {
  width: 100%;
}
.remote-guarding-calculator .executive-summery-wrapper .exe-summery-content-right table {
  width: 100%;
}
.remote-guarding-calculator .executive-summery-wrapper .exe-summery-content-right table th {
  margin-right: 1.25rem;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1100px) {
  .remote-guarding-calculator .executive-summery-wrapper .exe-summery-content-right table th {
    width: auto;
    display: table-cell;
    padding-top: 0.5rem;
    padding-bottom: 0.4375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 1319px) {
  .component--featured-solutions {
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(-50vw + 50%);
    -o-object-fit: cover;
       object-fit: cover;
    padding: 0;
  }
}
.component--featured-solutions__header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.component--featured-solutions__header h2 {
  flex: 1 0 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 880px) {
  .component--featured-solutions__header {
    flex-wrap: nowrap;
  }
  .component--featured-solutions__header h2 {
    flex: 1 0 50%;
    margin-bottom: 0;
    padding-right: 1.25rem;
  }
}
.component--featured-solutions__header .feature-solution-link {
  max-height: 4rem;
}
.component--featured-solutions__slider {
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .component--featured-solutions__slider {
    margin-bottom: 3rem;
  }
}
.component--featured-solutions__slider .slick-track {
  display: flex;
}
.component--featured-solutions__slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  padding: 0 5px;
  width: calc(100vw - 50px);
  justify-content: center;
}
@media only screen and (min-width: 1320px) {
  .component--featured-solutions__slider .slick-track .slick-slide {
    padding: 0;
  }
}
@media only screen and (max-width: 1319px) {
  .component--featured-solutions__footer .progress {
    display: none;
  }
  .component--featured-solutions__footer .arrows {
    position: absolute;
    top: 40%;
    justify-content: space-between;
    width: 100%;
    left: 0;
  }
  .component--featured-solutions__footer .arrows .slick-prev {
    background-image: url("../img/prev-blue-hover.svg");
    background-size: cover;
    left: 0.3125rem;
    height: 3.75rem;
    width: 3.75rem;
  }
  .component--featured-solutions__footer .arrows .slick-prev:before {
    display: none;
  }
  .component--featured-solutions__footer .arrows .slick-next {
    left: -0.625rem;
    background-image: url("../img/next-blue-hover.svg");
    background-size: cover;
    height: 3.75rem;
    width: 3.75rem;
    left: -0.3125rem;
  }
  .component--featured-solutions__footer .arrows .slick-next:before {
    display: none;
  }
}

article.solution.card {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
article.solution.card > a:first-child {
  max-width: 25.625rem;
  margin: 0 auto;
  display: block;
  color: #000000;
  display: flex;
  flex-direction: column;
}
article.solution.card > a:first-child:hover, article.solution.card > a:first-child:focus {
  text-decoration: none;
}
article.solution.card > a:first-child img {
  margin-bottom: 2rem;
}
article.solution.card .body2-text {
  margin-bottom: 2rem;
}
article.solution.card .arrow-link {
  margin-top: auto;
}

.solution-teaser {
  border-top: 1px solid #C7C7C7;
  position: relative;
  height: 100%;
}
.solution-teaser > a {
  min-height: 10.9375rem;
  height: 100%;
  display: block;
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 880px) {
  .solution-teaser > a {
    min-height: 12.5rem;
  }
}
.solution-teaser > a:after {
  content: " ";
  display: inline-block;
  margin-left: 0.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.svg);
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  right: 0;
  top: 0.875rem;
}
@media only screen and (min-width: 880px) {
  .solution-teaser > a:after {
    top: 1.25rem;
  }
}
.solution-teaser > a:hover {
  text-decoration: none;
}
.solution-teaser > a:hover h2 {
  color: #225093;
  text-decoration: underline;
}
.solution-teaser > a:hover:after {
  background-image: url(../img/link_arrow_blue.svg);
}
.solution-teaser__excerpt {
  color: #696969;
}
.solution-teaser h5 {
  padding-right: 1.25rem;
}

.view-display-id-all_solutions > .view-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.view-display-id-all_solutions > .view-content > a, .view-display-id-all_solutions > .view-content > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .view-display-id-all_solutions > .view-content > a, .view-display-id-all_solutions > .view-content > div {
    margin-top: 0;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .view-display-id-all_solutions > .view-content > a:nth-child(1n+0), .view-display-id-all_solutions > .view-content > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .view-display-id-all_solutions > .view-content > a:nth-child(1n+1), .view-display-id-all_solutions > .view-content > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .view-display-id-all_solutions > .view-content > a:nth-child(-n+1), .view-display-id-all_solutions > .view-content > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .view-display-id-all_solutions > .view-content > a, .view-display-id-all_solutions > .view-content > div {
    margin-top: 0;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .view-display-id-all_solutions > .view-content > a:nth-child(1n+0), .view-display-id-all_solutions > .view-content > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .view-display-id-all_solutions > .view-content > a:nth-child(1n+1), .view-display-id-all_solutions > .view-content > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .view-display-id-all_solutions > .view-content > a:nth-child(-n+1), .view-display-id-all_solutions > .view-content > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .view-display-id-all_solutions > .view-content > a, .view-display-id-all_solutions > .view-content > div {
    margin-top: 0;
    max-width: calc(33% - 0.9375rem);
    width: calc(33% - 0.9375rem);
    flex: 1 0 calc(33% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .view-display-id-all_solutions > .view-content > a:nth-child(1n+0), .view-display-id-all_solutions > .view-content > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .view-display-id-all_solutions > .view-content > a:nth-child(1n+1), .view-display-id-all_solutions > .view-content > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .view-display-id-all_solutions > .view-content > a:nth-child(-n+1), .view-display-id-all_solutions > .view-content > div:nth-child(-n+1) {
    margin-top: 0;
  }
  .view-display-id-all_solutions > .view-content > a:nth-child(3n+0), .view-display-id-all_solutions > .view-content > div:nth-child(3n+0) {
    margin-right: 0;
  }
  .view-display-id-all_solutions > .view-content > a:nth-child(3n+1), .view-display-id-all_solutions > .view-content > div:nth-child(3n+1) {
    margin-left: 0;
  }
  .view-display-id-all_solutions > .view-content > a:nth-child(-n+3), .view-display-id-all_solutions > .view-content > div:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 880px) {
  #block-exposedfiltersolutionsort {
    justify-self: flex-end;
    margin-left: auto;
    width: auto;
  }
}
#block-exposedfiltersolutionsort #button-filter-sort {
  border: none;
  text-transform: uppercase;
}
#block-exposedfiltersolutionsort #button-filter-sort span {
  padding-right: 1.25rem;
}
#block-exposedfiltersolutionsort #button-filter-sort span:after {
  background: url(../img/sort_arrow_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.3125rem;
  margin-bottom: 0;
  top: 3px;
}

.paragraph--type--related-solutions .solution-feature-headr {
  display: flex;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1319px) {
  .paragraph--type--related-solutions .solution-feature-headr {
    flex-wrap: wrap;
    margin-left: 0 1.25rem 3rem 1.25rem;
  }
}
.paragraph--type--related-solutions .solution-feature-headr h2 {
  flex: 1 0 60%;
}
.paragraph--type--related-solutions .slide-wrapper-solutions {
  width: calc(33.33vw - 20px);
  overflow: visible;
  margin-left: 1.25rem;
}
@media only screen and (max-width: 1319px) {
  .paragraph--type--related-solutions .slide-wrapper-solutions {
    width: 100%;
    overflow: hidden;
  }
}
.paragraph--type--related-solutions .slide-wrapper-solutions h4 {
  margin-top: 1.875rem;
}
.paragraph--type--related-solutions .slide-wrapper-solutions .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 1319px) {
  .paragraph--type--related-solutions .slide-wrapper-solutions .slick-list {
    left: -3.125rem;
  }
}
.paragraph--type--related-solutions .slide-wrapper-solutions .slider-footer {
  margin-left: -1.25rem;
}
.paragraph--type--related-solutions .slide-wrapper-solutions .slick-slide {
  margin-right: 1.875rem;
}
@media only screen and (max-width: 1319px) {
  .paragraph--type--related-solutions .slide-wrapper-solutions .slick-slide {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}
.paragraph--type--related-solutions .slide-wrapper-solutions .slick-slide img {
  min-width: 100%;
}
.paragraph--type--related-solutions .slide-wrapper-solutions .text-block a {
  font-size: 1rem;
  margin-top: 0.625rem;
  color: #000000;
}
.paragraph--type--related-solutions .slide-wrapper-solutions .text-block a:after {
  width: 1.125rem;
  height: 1.125rem;
}
.paragraph--type--related-solutions .slide-wrapper-solutions .text-block a:hover {
  color: #000000;
  text-decoration: none;
}
.paragraph--type--related-solutions .feature-solution-link {
  text-align: right;
}
@media only screen and (max-width: 879px) {
  .paragraph--type--related-solutions .feature-solution-link a {
    font-size: 0.9375rem;
    padding: 0.75rem 1rem;
  }
}
@media only screen and (max-width: 1319px) {
  .paragraph--type--related-solutions .slick-track {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 1319px) {
  .paragraph--type--related-solutions .slider-footer .progress {
    display: none;
  }
  .paragraph--type--related-solutions .slider-footer .arrows {
    position: absolute;
    top: 50%;
    justify-content: space-between;
    width: 100%;
    left: 0;
  }
  .paragraph--type--related-solutions .slider-footer .arrows .slick-prev::before {
    border-radius: 50%;
    background-color: #FFFFFF;
  }
  .paragraph--type--related-solutions .slider-footer .arrows .slick-next::before {
    border-radius: 50%;
    background-color: #FFFFFF;
  }
}

.view-representatives-us-canada .text-on-demand {
  position: relative;
  text-align: center;
  padding-top: 4.375rem;
  padding-bottom: 12.5rem;
  margin-top: 1.5rem;
}
.view-representatives-us-canada .text-on-demand:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/filters-info.svg) center center no-repeat;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}
.view-representatives-us-canada .no-results {
  position: relative;
  text-align: center;
  padding-top: 4.375rem;
  padding-bottom: 12.5rem;
  margin-top: 1.5rem;
}
.view-representatives-us-canada .no-results img {
  margin: 0 auto;
}
.view-representatives-us-canada .view-header {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #515151;
}
.view-representatives-us-canada .view-header .views-infinite-scroll-header {
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #515151;
}
.view-representatives-us-canada .view-header .summary {
  font-size: 1rem;
}
.view-representatives-us-canada .view-header .reset {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.view-representatives-us-canada .view-header .reset a {
  text-decoration: none;
  color: #515151;
}
.view-representatives-us-canada .view-header .reset a:after {
  background: url(../img/reset-grey-32.svg) center center no-repeat;
  background-size: cover;
  width: 0.75rem;
  height: 0.9375rem;
  content: "";
  display: inline-block;
  margin-left: 0.625rem;
}
.view-representatives-us-canada .view-content {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1100px) {
  .view-representatives-us-canada .view-content {
    margin-bottom: 48px;
  }
}
.view-representatives-us-canada .view-content .views-infinite-scroll-content-wrapper {
  display: grid;
  row-gap: 24px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1100px) {
  .view-representatives-us-canada .view-content .views-infinite-scroll-content-wrapper {
    row-gap: 48px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1100px) {
  .view-representatives-us-canada .view-content .views-infinite-scroll-content-wrapper:after, .view-representatives-us-canada .view-content .views-infinite-scroll-content-wrapper:before {
    display: none;
  }
}
.view-representatives-us-canada .view-content .views-infinite-scroll-content-wrapper .views-row > .views-field-rendered-entity {
  height: 100%;
}
.view-representatives-us-canada .view-content .views-infinite-scroll-content-wrapper .views-row > .views-field-rendered-entity > .field-content {
  height: 100%;
}
.view-representatives-us-canada .view-content .views-infinite-scroll-content-wrapper .views-row > .views-field-rendered-entity > .field-content > article {
  height: 100%;
}

.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 {
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 1100px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline {
    display: flex;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1100px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .change-fields {
    display: none;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .change-fields + .change-fields {
  display: none;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item .control-label {
  display: block;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-zip-code {
  margin-right: 1.875rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 880px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-zip-code {
    width: 29.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-zip-code {
    width: 29.8125rem;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-zip-code input {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-zip-code input {
    width: 29.8125rem;
  }
}
@media only screen and (min-width: 1320px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-zip-code input {
    width: 29.8125rem;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-zip-code label:not(.form-required):after {
  content: " *";
  display: inline-block;
  color: #B00020;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-field-territory-cities-value,
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-territory-city {
  display: none;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-city {
  margin-right: 1.875rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 880px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-city {
    max-width: 13.9375rem;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-city input {
  max-width: 100%;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-city label:after {
  content: " *";
  display: inline-block;
  color: #B00020;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-state {
  margin-right: 1.875rem;
}
@media only screen and (min-width: 880px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-state {
    max-width: inherit;
    max-width: 13.9375rem;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-state input {
  max-width: 100%;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-state label:after {
  content: " *";
  display: inline-block;
  color: #B00020;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-state .select-wrapper {
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-state .select-wrapper {
    width: 13.9375rem;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-state .select-wrapper select {
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-state .select-wrapper select {
    width: 13.9375rem;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-support-category {
  margin-right: 0.625rem;
}
@media only screen and (min-width: 880px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-support-category {
    margin-right: 2.5rem;
    max-width: 233px;
  }
}
@media only screen and (min-width: 1320px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-support-category {
    margin-left: 0;
    max-width: 410px;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-support-category .select-wrapper {
  height: 3rem;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-support-category .select-wrapper {
    width: 14.5625rem;
  }
}
@media only screen and (min-width: 1320px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-support-category .select-wrapper {
    width: 25.625rem;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-support-category .select-wrapper select {
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-support-category .select-wrapper select {
    width: 14.5625rem;
  }
}
@media only screen and (min-width: 1320px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-support-category .select-wrapper select {
    width: 25.625rem;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-item-country-code {
  display: none;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-text {
  height: 3rem;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-actions {
  margin-top: 2.5rem;
  clear: both;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-actions {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-actions {
    width: auto;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-actions button.btn {
  background: #225093 !important;
  width: 100%;
  margin-top: 18px;
}
@media only screen and (min-width: 880px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-actions button.btn {
    max-height: 3rem;
    display: flex;
    align-items: center;
    width: 264px;
    text-align: center;
    justify-content: center;
    margin-top: 0;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-actions button.btn:hover, .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-actions button.btn:focus {
  background: #FFD20B !important;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .form--inline .form-actions button.btn .icon {
  display: none !important;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .change-fields {
  cursor: pointer;
  color: #225093;
  text-decoration: underline;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  clear: both;
  margin-left: 10px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1100px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .change-fields {
    margin-bottom: 0;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .tab-pane > .change-fields {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .tab-pane > .change-fields {
    display: block;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .maps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (min-width: 880px) {
  .block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .maps {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 16px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .maps .map-image {
  margin-bottom: 16px;
}
.block-views-exposed-filter-blockrepresentatives-us-canada-block-1 .maps a {
  color: #000;
}

.representative.teaser {
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  margin-bottom: 0;
}
.representative.teaser .field--name-field-svg-icon {
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.0625rem;
}
@media only screen and (min-width: 880px) {
  .representative.teaser .field--name-field-svg-icon {
    margin-top: 0.1875rem;
  }
}
.representative.teaser .field--name-field-svg-icon .field__item {
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #D7D7D7;
  border-radius: 50%;
  text-align: center;
  line-height: 1.375rem;
  display: flex;
  align-content: center;
  justify-content: center;
}
.representative.teaser .field--name-field-svg-icon img {
  width: 0.8125rem;
  height: auto;
}
.representative.teaser .field--name-field-representative-photo img {
  border-radius: 50%;
  min-width: 71px;
}
.representative.teaser .company-name {
  color: #000000;
  font-weight: 400;
  font-size: 0.9375rem;
  text-transform: none;
  line-height: 1.375rem;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
}
.representative.teaser .field--name-body {
  margin-bottom: 24px;
}
.representative.teaser .field--name-body .show-more {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.representative.teaser .field--name-body .show-more:after {
  background: url("../img/read-more-black.svg") center center no-repeat;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
}
.representative.teaser .field--name-body .show-more.less {
  background: url("../img/read-less-black.svg") center center no-repeat;
}
.representative.teaser .representative-description {
  padding: 1rem 1.25rem;
}
@media only screen and (min-width: 880px) {
  .representative.teaser .representative-description {
    padding: 2.5rem 1.875rem;
    display: flex;
    justify-content: space-between;
  }
}
.representative.teaser .col-1 {
  display: flex;
}
@media only screen and (min-width: 880px) {
  .representative.teaser .col-1 {
    flex-direction: column;
    padding-right: 2.875rem;
  }
}
.representative.teaser .col-2 {
  flex-grow: 1;
}
.representative.teaser .col-2 .field--name-field-representative-logo {
  min-width: 8.875rem;
  margin-top: 24px;
}
.representative.teaser .col-2 .field--name-field-representative-logo img {
  min-width: 8.875rem;
}
.representative.teaser .col-2 .field[data-blazy] {
  width: auto;
  min-width: 0;
}
.representative.teaser .col-2 .field[data-blazy] img {
  width: 5rem;
  min-width: 5rem;
}
.representative.teaser .name-wrapper {
  clear: both;
}
@media only screen and (min-width: 880px) {
  .representative.teaser .name-wrapper {
    display: flex;
    align-items: center;
  }
}
.representative.teaser .name-wrapper h4 {
  margin-right: 0.625rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.representative.teaser .field--name-field-rep-support-category {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.representative.teaser .field--name-field-rep-support-category .overline-text {
  margin-bottom: 0;
  align-self: flex-end;
}
.representative.teaser .top-rep {
  background: #EEF4FB;
  padding: 0.25rem 1rem;
  color: #225093;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 880px) {
  .representative.teaser .top-rep {
    margin-bottom: 0.5rem;
  }
}
.representative.teaser .top-rep:before {
  content: "";
  display: inline-block;
  background: url(../img/top-rep.svg) center center no-repeat;
  width: 0.8125rem;
  height: 0.75rem;
  margin-right: 0.3125rem;
}
.representative.teaser .nav-tabs {
  padding-left: 1.25rem;
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 880px) {
  .representative.teaser .nav-tabs {
    padding-left: 3.25rem;
  }
}
.representative.teaser .nav-tabs > li {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #828282;
  text-transform: uppercase;
  font-weight: bold;
}
.representative.teaser .nav-tabs > li > a {
  color: #828282;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 1.875rem;
  border-bottom: 2px solid #F4F4F4;
}
.representative.teaser .nav-tabs > li > a:hover, .representative.teaser .nav-tabs > li > a:focus {
  background: none;
  color: #000000;
  border-bottom: 2px solid #225093;
}
.representative.teaser .nav-tabs > li.active {
  color: #000000;
}
.representative.teaser .nav-tabs > li.active > a {
  color: #000000;
  border-bottom: 2px solid #225093;
}
.representative.teaser .tab-content {
  border-top: 2px solid #F4F4F4;
  margin-top: -2px;
  padding: 2.5rem 1.25rem 1.875rem 1.375rem;
  width: auto;
}
@media only screen and (min-width: 880px) {
  .representative.teaser .tab-content {
    padding: 2.5rem 2.5rem 2.5rem 3.25rem;
  }
}
.representative.teaser .tab-content .tab-pane .panel-body {
  padding: 0;
}
.representative.teaser .tab-content .tab-pane .panel-body .field--name-body {
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 42.8125rem;
  margin-bottom: 1.5rem;
}
.representative.teaser .tab-content .contact-tab {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
.representative.teaser .tab-content .contact-tab .panel-body {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.representative.teaser .tab-content .contact-tab .panel-body > a, .representative.teaser .tab-content .contact-tab .panel-body > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .representative.teaser .tab-content .contact-tab .panel-body > a, .representative.teaser .tab-content .contact-tab .panel-body > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .representative.teaser .tab-content .contact-tab .panel-body > a:nth-child(1n+0), .representative.teaser .tab-content .contact-tab .panel-body > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .representative.teaser .tab-content .contact-tab .panel-body > a:nth-child(1n+1), .representative.teaser .tab-content .contact-tab .panel-body > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .representative.teaser .tab-content .contact-tab .panel-body > a:nth-child(-n+1), .representative.teaser .tab-content .contact-tab .panel-body > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .representative.teaser .tab-content .contact-tab .panel-body > a, .representative.teaser .tab-content .contact-tab .panel-body > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .representative.teaser .tab-content .contact-tab .panel-body > a:nth-child(1n+0), .representative.teaser .tab-content .contact-tab .panel-body > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .representative.teaser .tab-content .contact-tab .panel-body > a:nth-child(1n+1), .representative.teaser .tab-content .contact-tab .panel-body > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .representative.teaser .tab-content .contact-tab .panel-body > a:nth-child(-n+1), .representative.teaser .tab-content .contact-tab .panel-body > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .representative.teaser .tab-content .contact-tab .panel-body > a, .representative.teaser .tab-content .contact-tab .panel-body > div {
    margin-top: 2rem;
    max-width: calc(50% - 0.9375rem);
    width: calc(50% - 0.9375rem);
    flex: 1 0 calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .representative.teaser .tab-content .contact-tab .panel-body > a:nth-child(1n+0), .representative.teaser .tab-content .contact-tab .panel-body > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .representative.teaser .tab-content .contact-tab .panel-body > a:nth-child(1n+1), .representative.teaser .tab-content .contact-tab .panel-body > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .representative.teaser .tab-content .contact-tab .panel-body > a:nth-child(-n+1), .representative.teaser .tab-content .contact-tab .panel-body > div:nth-child(-n+1) {
    margin-top: 2rem;
  }
  .representative.teaser .tab-content .contact-tab .panel-body > a:nth-child(2n+0), .representative.teaser .tab-content .contact-tab .panel-body > div:nth-child(2n+0) {
    margin-right: 0;
  }
  .representative.teaser .tab-content .contact-tab .panel-body > a:nth-child(2n+1), .representative.teaser .tab-content .contact-tab .panel-body > div:nth-child(2n+1) {
    margin-left: 0;
  }
  .representative.teaser .tab-content .contact-tab .panel-body > a:nth-child(-n+2), .representative.teaser .tab-content .contact-tab .panel-body > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
.representative.teaser .tab-content .contact-tab .tab-pane {
  max-width: 42.8125rem;
}
.representative.teaser .field--name-field-rep-address {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.representative.teaser .field--name-field-rep-address .caption-text {
  margin-bottom: 0 !important;
}
.representative.teaser .field--name-field-rep-address:before {
  background: url(../img/location.svg) center center no-repeat;
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.875rem;
  margin-right: 0.8125rem;
  margin-top: 0.25rem;
}
.representative.teaser .field--name-field-rep-address .country {
  display: none;
}
.representative.teaser .field--name-field-rep-phone,
.representative.teaser .field--name-field-rep-mobile-phone {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.representative.teaser .field--name-field-rep-phone .caption-text,
.representative.teaser .field--name-field-rep-mobile-phone .caption-text {
  margin-bottom: 0 !important;
}
.representative.teaser .field--name-field-rep-phone:before,
.representative.teaser .field--name-field-rep-mobile-phone:before {
  background: url(../img/phone.svg) center center no-repeat;
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
}
.representative.teaser .field--name-field-rep-phone a,
.representative.teaser .field--name-field-rep-mobile-phone a {
  text-decoration: underline;
}
.representative.teaser .field--name-field-representative-email {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.representative.teaser .field--name-field-representative-email .caption-text {
  margin-bottom: 0;
}
.representative.teaser .field--name-field-representative-email:before {
  background: url(../img/email.svg) center center no-repeat;
  content: "";
  display: inline-block;
  width: 0.8125rem;
  height: 0.6875rem;
  margin-right: 0.5625rem;
}
.representative.teaser .field--name-field-representative-email a {
  text-decoration: underline;
}
.representative.teaser .field--name-field-rep-website,
.representative.teaser .field--name-field-rep-location-description {
  display: flex;
  align-items: center;
}
.representative.teaser .field--name-field-rep-website:before,
.representative.teaser .field--name-field-rep-location-description:before {
  background: url(../img/language.svg) center center no-repeat;
  content: "";
  display: inline-block;
  min-width: 1.625rem;
  height: 0.875rem;
  margin-right: 0.5625rem;
}
.representative.teaser .field--name-field-rep-website a,
.representative.teaser .field--name-field-rep-location-description a {
  text-decoration: underline;
}
@media only screen and (min-width: 880px) {
  .representative.teaser .about-tab .about-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.representative.teaser .field--name-field-rep-linkedin a {
  background: url(../img/social-linkedin.svg) center center no-repeat;
  padding-top: 2rem;
  width: 2rem;
  height: 0;
  border: 1px solid #D7D7D7;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin-left: 16px;
}
@media only screen and (min-width: 880px) {
  .representative.teaser .field--name-field-rep-linkedin a {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.representative.teaser .field--name-name {
  min-width: 15.625rem;
  margin-bottom: 0;
}

.header-hero-links {
  border-radius: 32px;
  background: #27282B;
  padding: 4px;
  display: inline-flex;
  margin-top: 0.375rem;
}
.header-hero-links a {
  color: #C7C7C7;
  padding: 0.8125rem 1.5rem;
  border-radius: 32px;
  margin-bottom: 0;
  line-height: 0.75rem;
}
.header-hero-links a.active {
  color: #FFFFFF;
  background: #595c64;
}

@media only screen and (min-width: 1100px) {
  .hero-title.rep-tools {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}

.block-views-blockrepresentatives-worldwide-block-1 h2 {
  text-align: center;
  margin-bottom: 4rem;
}

.representatives-listing #block-exposed-form-representatives-us-canada-block-1,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 {
  margin-top: -89px;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
}
@media only screen and (min-width: 1100px) {
  .representatives-listing #block-exposed-form-representatives-us-canada-block-1,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 {
    margin-top: -160px;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    z-index: 100;
  }
}
.representatives-listing #block-exposed-form-representatives-us-canada-block-1 .nav-tabs,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .nav-tabs {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.representatives-listing #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li {
  background: #27282B;
  border-radius: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.representatives-listing #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li a,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li a {
  background: #27282B;
  border-radius: 0;
  padding: 20px 35px;
  color: #C7C7C7;
  border: none;
}
@media only screen and (min-width: 1100px) {
  .representatives-listing #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li a,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li a {
    padding: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .representatives-listing #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li a,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li a {
    padding: 20px 15px;
  }
}
.representatives-listing #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li.active,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li.active {
  background: #fff;
}
.representatives-listing #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li.active a,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li.active a {
  border: none;
  background: #fff;
  color: #000000;
  border: none;
}
.representatives-listing #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li.active.non-active-tab,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li.active.non-active-tab {
  background: #27282B;
}
.representatives-listing #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li.active.non-active-tab a,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li.active.non-active-tab a {
  background: #27282B;
  color: #C7C7C7;
}
.representatives-listing #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li.active-tab,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li.active-tab {
  background: #fff;
}
.representatives-listing #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li.active-tab a,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .nav-tabs > li.active-tab a {
  border: none;
  background: #fff;
  color: #000000;
  border: none;
}
.representatives-listing #block-exposed-form-representatives-us-canada-block-1 .tab-content,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .tab-content {
  background: #fff;
  padding: 42px 20px 0 20px;
}
@media only screen and (min-width: 1100px) {
  .representatives-listing #block-exposed-form-representatives-us-canada-block-1 .tab-content,
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .tab-content {
    padding: 42px 36px;
    box-shadow: -5px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
.representatives-listing .legal-italic-text,
.architect-landing-page .legal-italic-text {
  text-align: center;
}
.representatives-listing.listing-page.full.nofilter .hero-listing .overlay,
.architect-landing-page.listing-page.full.nofilter .hero-listing .overlay {
  min-height: 288px;
}
@media only screen and (min-width: 1100px) {
  .representatives-listing.listing-page.full.nofilter .hero-listing .overlay,
.architect-landing-page.listing-page.full.nofilter .hero-listing .overlay {
    min-height: 335px;
  }
}
.representatives-listing .row.listing-main.fluid-full,
.architect-landing-page .row.listing-main.fluid-full {
  overflow: visible;
}
@media only screen and (min-width: 1100px) {
  .representatives-listing .hero-description,
.architect-landing-page .hero-description {
    max-width: 520px;
  }
}
.representatives-listing .view-representatives-us-canada .alert-danger,
.architect-landing-page .view-representatives-us-canada .alert-danger {
  display: none;
}

@media only screen and (min-width: 1100px) {
  .architect-landing-page #block-exposed-form-representatives-us-canada-block-1 {
    margin-top: 0;
  }
}
.architect-landing-page #block-exposed-form-representatives-us-canada-block-1 .form--inline .form-actions {
  margin-top: 1.5rem;
}

.landing-page.representatives .hero.hero-landing .overlay {
  min-height: inherit;
}
.landing-page.representatives .hero.hero-landing .overlay .hero-content-wrapper {
  min-height: inherit;
}
.landing-page.representatives .hero.hero-landing .overlay .hero-content-wrapper .hero-content {
  flex-direction: row;
}
@media only screen and (min-width: 1240px) {
  .landing-page.representatives .hero.hero-landing .overlay .hero-content-wrapper .hero-content {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1100px) {
  .landing-page.representatives .hero.hero-landing .overlay .hero-title {
    width: 50%;
  }
}
@media only screen and (min-width: 1240px) {
  .landing-page.representatives .hero.hero-landing .overlay .hero-desc {
    width: 40%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1450px) {
  .landing-page.representatives .hero.hero-landing .overlay .hero-desc {
    width: 520px;
  }
}
.landing-page.representatives .views-infinite-scroll-footer .legal-italic-text {
  text-align: center;
}

.view-id-representatives_worldwide .views-infinite-scroll-content-wrapper,
.view-id-representatives_worldwide .view-content {
  display: grid;
  row-gap: 24px;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  .view-id-representatives_worldwide .views-infinite-scroll-content-wrapper,
.view-id-representatives_worldwide .view-content {
    row-gap: 48px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1100px) {
  .view-id-representatives_worldwide .views-infinite-scroll-content-wrapper:after, .view-id-representatives_worldwide .views-infinite-scroll-content-wrapper:before,
.view-id-representatives_worldwide .view-content:after,
.view-id-representatives_worldwide .view-content:before {
    display: none;
  }
}
.view-id-representatives_worldwide .views-infinite-scroll-content-wrapper .views-row > .views-field-rendered-entity,
.view-id-representatives_worldwide .view-content .views-row > .views-field-rendered-entity {
  height: 100%;
}
.view-id-representatives_worldwide .views-infinite-scroll-content-wrapper .views-row > .views-field-rendered-entity > .field-content,
.view-id-representatives_worldwide .view-content .views-row > .views-field-rendered-entity > .field-content {
  height: 100%;
}
.view-id-representatives_worldwide .views-infinite-scroll-content-wrapper .views-row > .views-field-rendered-entity > .field-content > article,
.view-id-representatives_worldwide .view-content .views-row > .views-field-rendered-entity > .field-content > article {
  height: 100%;
}

.component-featured-resource {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 880px) {
  .component-featured-resource {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.component-featured-resource__body {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 880px) {
  .component-featured-resource__body {
    width: 37.5rem;
    padding-right: 3.125rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .component-featured-resource__body {
    width: 45.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component-featured-resource__resource {
    min-height: auto;
  }
}

.component--featured-resources__resources {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.component--featured-resources__resources > a, .component--featured-resources__resources > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .component--featured-resources__resources > a, .component--featured-resources__resources > div {
    margin-top: 1.875rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .component--featured-resources__resources > a:nth-child(1n+0), .component--featured-resources__resources > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .component--featured-resources__resources > a:nth-child(1n+1), .component--featured-resources__resources > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .component--featured-resources__resources > a:nth-child(-n+1), .component--featured-resources__resources > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .component--featured-resources__resources > a, .component--featured-resources__resources > div {
    margin-top: 1.875rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .component--featured-resources__resources > a:nth-child(1n+0), .component--featured-resources__resources > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .component--featured-resources__resources > a:nth-child(1n+1), .component--featured-resources__resources > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .component--featured-resources__resources > a:nth-child(-n+1), .component--featured-resources__resources > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .component--featured-resources__resources > a, .component--featured-resources__resources > div {
    margin-top: 1.875rem;
    max-width: calc(33% - 0.9375rem);
    width: calc(33% - 0.9375rem);
    flex: 1 0 calc(33% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .component--featured-resources__resources > a:nth-child(1n+0), .component--featured-resources__resources > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .component--featured-resources__resources > a:nth-child(1n+1), .component--featured-resources__resources > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .component--featured-resources__resources > a:nth-child(-n+1), .component--featured-resources__resources > div:nth-child(-n+1) {
    margin-top: 1.875rem;
  }
  .component--featured-resources__resources > a:nth-child(3n+0), .component--featured-resources__resources > div:nth-child(3n+0) {
    margin-right: 0;
  }
  .component--featured-resources__resources > a:nth-child(3n+1), .component--featured-resources__resources > div:nth-child(3n+1) {
    margin-left: 0;
  }
  .component--featured-resources__resources > a:nth-child(-n+3), .component--featured-resources__resources > div:nth-child(-n+3) {
    margin-top: 0;
  }
}
.component--featured-resources__resources a {
  height: auto;
}

.component--scroll-slider {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1100px) {
  .component--scroll-slider {
    flex-wrap: nowrap;
  }
}
.component--scroll-slider__scroller {
  flex: 1 1 100%;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1100px) {
  .component--scroll-slider__scroller {
    margin-bottom: 0;
    padding-right: 1.875rem;
    flex: 1 1 50%;
    max-width: 31.5625rem;
  }
}
.component--scroll-slider__header {
  margin-bottom: 3rem;
}
.component--scroll-slider__header h2 {
  margin-bottom: 2rem;
}
.component--scroll-slider__slides {
  max-width: 25.4375rem;
}
.component--scroll-slider__slide-image {
  flex: 1 1 100%;
}
@media only screen and (min-width: 1100px) {
  .component--scroll-slider__slide-image {
    flex: 1 1 50%;
  }
  .component--scroll-slider__slide-image img {
    float: right;
  }
}

.scroll-slider-card {
  border-left: 2px solid #F4F4F4;
  padding: 1.125rem 0 1.125rem 2.3125rem;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.scroll-slider-card__slider-text .h4 {
  color: #696969;
}
.scroll-slider-card:focus {
  border: 1px solid #181819;
}
.scroll-slider-card--active {
  border-left: 2px solid #225093;
  cursor: auto;
}
.scroll-slider-card--active:focus {
  border-left: 2px solid #225093;
  border-top: 1px solid #181819;
  border-right: 1px solid #181819;
  border-bottom: 1px solid #181819;
}
.scroll-slider-card--active .scroll-slider-card__slider-text .h4 {
  color: #000000;
}

.black .scroll-slider-card .scroll-slider-card__slider-text .h4 {
  color: #696969;
}
.black .scroll-slider-card--active {
  border-left: 2px solid #FFD20B;
}
.black .scroll-slider-card--active .scroll-slider-card__slider-text .h4 {
  color: #FFFFFF;
}
.black .scroll-slider-card__description {
  color: #C7C7C7;
}

.listing-anchor {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 880px) {
  .listing-anchor {
    flex-direction: row;
  }
}
.listing-anchor__anchors {
  margin-top: -4rem;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .listing-anchor__anchors {
    margin-top: 0;
    min-width: 18.75rem;
    width: 18.75rem;
    margin-right: auto;
  }
}
@media only screen and (min-width: 880px) {
  .listing-anchor__anchors .block-views {
    position: sticky;
    top: 7.5rem;
    margin-bottom: 3.125rem;
  }
}
.listing-anchor__anchors .block-views h2 {
  color: #515151;
  border-bottom: 1px solid #515151;
  padding-bottom: 0.5rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 879px) {
  .listing-anchor__anchors .block-views h2 {
    background-color: #181819;
    color: white;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(-50vw + 50%);
    -o-object-fit: cover;
       object-fit: cover;
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  }
}
@media only screen and (max-width: 879px) {
  .listing-anchor__anchors .block-views h2:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e114";
    display: inline-block;
    font-family: "Glyphicons Halflings";
    position: absolute;
    right: 20px;
  }
}
.listing-anchor__anchors .block-views .views-row {
  border-left: 2px solid #F4F4F4;
  padding: 0.5rem 0.625rem 0.5rem 1.75rem;
}
.listing-anchor__anchors .block-views a {
  padding-left: 1.75rem;
  margin-left: -1.875rem;
}
.listing-anchor__anchors .block-views a .industry-title {
  color: #000000;
}
.listing-anchor__anchors .block-views a .industry-title p {
  display: inline;
}
.listing-anchor__anchors .block-views a .industry-callout {
  padding: 0.5rem 0.25rem;
  background-color: #EEF4FB;
  color: #225093;
  margin-left: 0.3125rem;
}
.listing-anchor__anchors .block-views a.highlight {
  border-left: 2px solid #225093;
}
.listing-anchor__anchors .block-views a.highlight .industry-title {
  font-weight: bold;
  color: #225093;
}
.listing-anchor__listing {
  margin-top: 3rem;
}
@media only screen and (min-width: 880px) {
  .listing-anchor__listing {
    margin-top: 0;
    width: 53.25rem;
    margin-left: 3rem;
  }
}

.industries-teaser {
  display: flex;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  flex-direction: column;
}
.industries-teaser > a {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1100px) {
  .industries-teaser > a {
    margin-bottom: 0;
    padding-right: 2rem;
  }
}
.industries-teaser > a:hover, .industries-teaser > a:focus {
  text-decoration: none;
}
.industries-teaser > a:hover .arrow-link, .industries-teaser > a:focus .arrow-link {
  color: #225093;
}
.industries-teaser > a:hover .arrow-link:after, .industries-teaser > a:focus .arrow-link:after {
  background-image: url(../img/link_arrow_blue.svg);
}
@media only screen and (min-width: 1100px) {
  .industries-teaser {
    flex-direction: row;
    margin-bottom: 5rem;
    padding-bottom: 3.75rem;
  }
}
.industries-teaser__industry {
  flex: 1 1 50%;
}
.industries-teaser__industry .arrow-link {
  color: #000000;
  line-height: 1.875rem;
  position: relative;
  display: inline;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  background-image: url(../img/link_arrow.svg);
  background-size: 0.875rem 0.875rem;
}
.industries-teaser__industry .arrow-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.industries-teaser__industry .arrow-link:hover {
  color: #225093;
  border-bottom: 1px solid #225093;
}
.industries-teaser__industry .arrow-link:hover {
  color: #225093;
  background-image: url(../img/link_arrow_blue.svg);
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
}
.industries-teaser__excerpt {
  color: #515151;
}
.industries-teaser__resource {
  flex: 1 1 50%;
}

.block-views-blocklink-listing-of-industry-content-industres-link-listing .view {
  display: none;
}
@media only screen and (min-width: 880px) {
  .block-views-blocklink-listing-of-industry-content-industres-link-listing .view {
    display: block;
  }
}
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1111;
  background-color: #FFFFFF;
}
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2 {
  padding: 1.25rem;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-left: 0;
}
@media only screen and (max-width: 879px) {
  .block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e113";
    display: inline-block;
    font-family: "Glyphicons Halflings";
  }
}
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open .view {
  display: block;
}
.block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open .view .views-row {
  min-height: 3.5rem;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
}

.industries.full .hero-image, .industries.full .hero-page {
  overflow: visible;
}
@media only screen and (min-width: 1320px) {
  .industries.full .hero-image, .industries.full .hero-page {
    padding-bottom: 2.875rem;
  }
}
.industries.full .hero-image .hero-content-wrapper, .industries.full .hero-page .hero-content-wrapper {
  min-height: 24.5625rem;
  margin-left: 0;
}
@media only screen and (min-width: 1100px) {
  .industries.full .hero-image .hero-content-wrapper, .industries.full .hero-page .hero-content-wrapper {
    margin-left: 6.25rem;
  }
}
@media only screen and (min-width: 1320px) {
  .industries.full .hero-image .hero-content-wrapper, .industries.full .hero-page .hero-content-wrapper {
    min-height: 30rem;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1700px) {
  .industries.full .hero-image .hero-content-wrapper, .industries.full .hero-page .hero-content-wrapper {
    justify-content: space-between;
  }
}
.industries.full .hero-image .hero-content-wrapper .hero-content, .industries.full .hero-page .hero-content-wrapper .hero-content {
  min-width: 18.75rem;
  max-width: 18.75rem;
  margin-right: 2.5rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 879px) {
  .industries.full .hero-image .hero-content-wrapper .hero-content, .industries.full .hero-page .hero-content-wrapper .hero-content {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 880px) {
  .industries.full .hero-image .hero-content-wrapper .hero-content, .industries.full .hero-page .hero-content-wrapper .hero-content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .industries.full .hero-image .hero-content-wrapper .hero-content, .industries.full .hero-page .hero-content-wrapper .hero-content {
    margin-left: 0;
    margin-top: 5.375rem;
  }
}
@media only screen and (min-width: 1320px) {
  .industries.full .hero-image .hero-content-wrapper .hero-content, .industries.full .hero-page .hero-content-wrapper .hero-content {
    max-width: 45.3125rem;
    margin-right: 1.875rem;
  }
}
@media only screen and (min-width: 1700px) {
  .industries.full .hero-image .hero-content-wrapper .hero-content, .industries.full .hero-page .hero-content-wrapper .hero-content {
    margin-right: 2.5rem;
    max-width: 51.5625rem;
  }
}
.industries.full .hero-image .hero-content-wrapper .hero-content .title-prefix, .industries.full .hero-page .hero-content-wrapper .hero-content .title-prefix {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 880px) {
  .industries.full .hero-image .hero-content-wrapper .hero-content .title-prefix, .industries.full .hero-page .hero-content-wrapper .hero-content .title-prefix {
    margin-bottom: 1.125rem;
  }
}
.industries.full .hero-image .hero-content-wrapper .hero-content h1 mark, .industries.full .hero-page .hero-content-wrapper .hero-content h1 mark {
  padding: 0 0.3125rem 0.0625rem 0.3125rem;
  display: inline-block;
}
@media only screen and (min-width: 880px) {
  .industries.full .hero-image .hero-content-wrapper .hero-content h1 mark, .industries.full .hero-page .hero-content-wrapper .hero-content h1 mark {
    padding: 0 0.625rem 0.125rem 0.25rem;
  }
}
.industries.full .hero-image .overlay.black, .industries.full .hero-page .overlay.black {
  background: #181819 url("../img/applications-hero-mobile.svg") right -1.875rem bottom 8.3125rem no-repeat;
  background-size: 23.8125rem 10.25rem;
  overflow: visible;
}
@media only screen and (min-width: 641px) {
  .industries.full .hero-image .overlay.black, .industries.full .hero-page .overlay.black {
    background: #181819 url("../img/applications-hero.svg") right -2.5rem bottom 2.5rem no-repeat;
    background-size: 56.625rem 24.375rem;
  }
}
.industries.full .hero-image .overlay.black .hero-back-link, .industries.full .hero-page .overlay.black .hero-back-link {
  margin-top: 1.375rem;
}
@media only screen and (min-width: 880px) {
  .industries.full .hero-image .overlay.black .hero-back-link, .industries.full .hero-page .overlay.black .hero-back-link {
    margin-left: 1.25rem;
  }
}
@media only screen and (min-width: 1100px) {
  .industries.full .hero-image .overlay.black .hero-back-link, .industries.full .hero-page .overlay.black .hero-back-link {
    margin-top: 2.75rem;
    margin-left: 6.625rem;
  }
}
.industries.full .hero-image .featured-image, .industries.full .hero-page .featured-image {
  max-width: 32.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 1320px) {
  .industries.full .hero-image .featured-image, .industries.full .hero-page .featured-image {
    bottom: -2.875rem;
    margin: 0;
    padding: 0;
    align-self: flex-end;
  }
}
@media only screen and (min-width: 1700px) {
  .industries.full .hero-image .featured-image, .industries.full .hero-page .featured-image {
    margin-right: 12.1875rem;
  }
}
.industries.full .hero-image .featured-image:after, .industries.full .hero-page .featured-image:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  background: #FFFFFF;
  width: calc(100vw + 100%);
  height: 50%;
  bottom: 0;
  left: calc(-50vw - 50%);
}
@media only screen and (min-width: 1320px) {
  .industries.full .hero-image .featured-image:after, .industries.full .hero-page .featured-image:after {
    display: none;
  }
}
.industries.full .hero-image .featured-image img, .industries.full .hero-page .featured-image img {
  position: relative;
  z-index: 5;
}

.component--scroll-cards {
  position: relative;
}
.component--scroll-cards .background {
  position: absolute;
  width: 100vw;
  z-index: 2;
  min-height: 40rem;
  height: 40rem;
}
@media only screen and (min-width: 880px) {
  .component--scroll-cards .background {
    min-height: 55rem;
    height: 55rem;
  }
}
.component--scroll-cards .background .background-layer {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 40rem;
  height: 40rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 880px) {
  .component--scroll-cards .background .background-layer {
    min-height: 55rem;
    height: 55rem;
  }
}
.component--scroll-cards__mobile-title {
  margin: 4rem 1.25rem 3rem 1.25rem;
  position: relative;
  z-index: 5;
}
.component--scroll-cards__mobile-title .prefixtxt {
  color: #696969;
}
.component--scroll-cards__mobile-title h2 {
  color: #FFFFFF;
}
.component--scroll-cards__title {
  margin-left: 12.5rem;
  margin-right: 8.75rem;
  min-width: 25rem;
}
.component--scroll-cards__title .prefixtxt {
  color: #696969;
}
.component--scroll-cards__title h2 {
  color: #FFFFFF;
}
.component--scroll-cards__horizontal {
  overflow-x: scroll;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .component--scroll-cards__horizontal {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}
.component--scroll-cards__horizontal::-webkit-scrollbar {
  width: 1px;
}
.component--scroll-cards__cards {
  display: flex;
  margin-left: 1.25rem;
}
@media only screen and (min-width: 880px) {
  .component--scroll-cards__cards {
    margin-left: 0;
  }
}
.component--scroll-cards .container {
  position: relative;
  z-index: 5;
}

.paragraph .component--scroll-card {
  margin-right: 0.625rem;
  margin-bottom: 0;
  background-color: #FFFFFF;
  padding: 4rem 1.875rem 1.875rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 17.5rem;
  max-width: 17.5rem;
  min-height: 22.5rem;
}
@media only screen and (min-width: 880px) {
  .paragraph .component--scroll-card {
    padding: 5.25rem 2.5rem 2.5rem 1.25rem;
    margin-right: 1.875rem;
    min-width: 18.75rem;
    max-width: 18.75rem;
    min-height: 25rem;
  }
}
.paragraph .component--scroll-card__img {
  max-width: 3rem;
  max-height: 3rem;
}
.paragraph .component--scroll-card__info {
  text-align: center;
}
.paragraph .component--scroll-card .parallax-mirror {
  z-index: -2 !important;
}

.paragraph--type--accreditation-banner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--accreditation-banner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.paragraph--type--accreditation-banner:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
  background: linear-gradient(90deg, #181819 31.16%, rgba(24, 24, 25, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.paragraph--type--accreditation-banner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(90deg, #181819 31.16%, rgba(24, 24, 25, 0) 100%);
  z-index: 2;
}
.paragraph--type--accreditation-banner .bg-gradient {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #181819 9.21%, rgba(24, 24, 25, 0) 206.13%);
}
.paragraph--type--accreditation-banner .paragraph-content {
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--accreditation-banner .list-flex-2 {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 1700px) {
  .paragraph--type--accreditation-banner .list-flex-2 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--type--accreditation-banner .list-flex-2 .logos {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1699px) {
  .paragraph--type--accreditation-banner .list-flex-2 .logos {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 1319px) {
  .paragraph--type--accreditation-banner .list-flex-2 .logos {
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--type--accreditation-banner .description {
    min-width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1700px) {
  .paragraph--type--accreditation-banner .description {
    min-width: 30%;
    max-width: 40%;
    text-align: left;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--accreditation-banner .description {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph--type--accreditation-banner .description .field--name-field-styled-title {
    margin-top: 2.8125rem;
  }
}
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white {
  white-space: normal;
  text-align: left;
  color: #FFFFFF;
  color: #FFFFFF;
  display: inline;
  position: relative;
  line-height: 1.875rem;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  padding-left: 0;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  transition: color 0.6s, border-color 0.6s;
  background-image: url(../img/link_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  background-repeat: no-repeat;
  padding-left: 0;
  background-repeat: no-repeat;
  background-position: 100% 0.625rem;
}
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark:hover,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white:hover {
  color: #FFD20B;
  background-image: url(../img/link_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
}
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark:hover,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white:hover {
  border-bottom: 1px solid #FFD20B;
}
@supports (-moz-appearance: none) {
  .paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white {
    background-position: 100% 0.375rem;
  }
}
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark:hover,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white:hover {
  background-position: 100% 0.625rem;
}
@supports (-moz-appearance: none) {
  .paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark:hover,
.paragraph--type--accreditation-banner .field__item .btn.tertiary-link-dark.btn-link-white:hover {
    background-position: 100% 0.375rem;
  }
}
.paragraph--type--accreditation-banner .field--name-field-logos {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media only screen and (min-width: 641px) {
  .paragraph--type--accreditation-banner .field--name-field-logos {
    margin-left: 0;
    grid-template-columns: auto auto auto;
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.75rem;
  }
}
.paragraph--type--accreditation-banner .field--name-field-logos .field__item {
  margin-right: 0;
}
@media only screen and (min-width: 641px) {
  .paragraph--type--accreditation-banner .field--name-field-logos .field__item {
    margin-left: 0;
    text-align: center;
  }
}
.paragraph--type--accreditation-banner .field--name-field-logos .field__item img {
  margin: 0 auto;
  max-height: 4rem;
  max-width: 8.25rem;
}
@media only screen and (min-width: 880px) {
  .paragraph--type--accreditation-banner .field--name-field-logos .field__item img {
    max-height: 5.9375rem;
    max-width: 11.875rem;
  }
}

.paragraph--type--featured-pages {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 5;
  background: linear-gradient(90deg, #181819 31.16%, rgba(24, 24, 25, 0) 100%);
}
.paragraph--type--featured-pages .gradient-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
.paragraph--type--featured-pages .gradient-bg:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: linear-gradient(90deg, #181819 31.16%, rgba(24, 24, 25, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  left: 0;
  top: 0;
}
.paragraph--type--featured-pages .gradient-bg:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: linear-gradient(90deg, #181819 31.16%, rgba(24, 24, 25, 0) 100%);
  right: 0;
  top: 0;
}
.paragraph--type--featured-pages:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: #181819 url("../img/featured-bg.svg") left top no-repeat;
  background-size: contain;
  opacity: 0.2;
}
.paragraph--type--featured-pages:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: #181819 url("../img/featured-bg.svg") left top no-repeat;
  background-size: contain;
  opacity: 0.2;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.paragraph--type--featured-pages .field--name-field-featured-pages {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.paragraph--type--featured-pages .field--name-field-featured-pages > a, .paragraph--type--featured-pages .field--name-field-featured-pages > div {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 879px) {
  .paragraph--type--featured-pages .field--name-field-featured-pages > a, .paragraph--type--featured-pages .field--name-field-featured-pages > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .paragraph--type--featured-pages .field--name-field-featured-pages > a:nth-child(1n+0), .paragraph--type--featured-pages .field--name-field-featured-pages > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .paragraph--type--featured-pages .field--name-field-featured-pages > a:nth-child(1n+1), .paragraph--type--featured-pages .field--name-field-featured-pages > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .paragraph--type--featured-pages .field--name-field-featured-pages > a:nth-child(-n+1), .paragraph--type--featured-pages .field--name-field-featured-pages > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 880px) and (max-width: 1319px) {
  .paragraph--type--featured-pages .field--name-field-featured-pages > a, .paragraph--type--featured-pages .field--name-field-featured-pages > div {
    margin-top: 2rem;
    max-width: calc(100% - 0.9375rem);
    width: calc(100% - 0.9375rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex: 1 0 calc(100% - 1.875rem);
  }
  .paragraph--type--featured-pages .field--name-field-featured-pages > a:nth-child(1n+0), .paragraph--type--featured-pages .field--name-field-featured-pages > div:nth-child(1n+0) {
    margin-right: 0;
  }
  .paragraph--type--featured-pages .field--name-field-featured-pages > a:nth-child(1n+1), .paragraph--type--featured-pages .field--name-field-featured-pages > div:nth-child(1n+1) {
    margin-left: 0;
  }
  .paragraph--type--featured-pages .field--name-field-featured-pages > a:nth-child(-n+1), .paragraph--type--featured-pages .field--name-field-featured-pages > div:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-pages .field--name-field-featured-pages > a, .paragraph--type--featured-pages .field--name-field-featured-pages > div {
    margin-top: 2rem;
    max-width: calc(33% - 0.9375rem);
    width: calc(33% - 0.9375rem);
    flex: 1 0 calc(33% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .paragraph--type--featured-pages .field--name-field-featured-pages > a:nth-child(1n+0), .paragraph--type--featured-pages .field--name-field-featured-pages > div:nth-child(1n+0) {
    margin-right: 0.9375rem;
  }
  .paragraph--type--featured-pages .field--name-field-featured-pages > a:nth-child(1n+1), .paragraph--type--featured-pages .field--name-field-featured-pages > div:nth-child(1n+1) {
    margin-left: 0.9375rem;
  }
  .paragraph--type--featured-pages .field--name-field-featured-pages > a:nth-child(-n+1), .paragraph--type--featured-pages .field--name-field-featured-pages > div:nth-child(-n+1) {
    margin-top: 2rem;
  }
  .paragraph--type--featured-pages .field--name-field-featured-pages > a:nth-child(3n+0), .paragraph--type--featured-pages .field--name-field-featured-pages > div:nth-child(3n+0) {
    margin-right: 0;
  }
  .paragraph--type--featured-pages .field--name-field-featured-pages > a:nth-child(3n+1), .paragraph--type--featured-pages .field--name-field-featured-pages > div:nth-child(3n+1) {
    margin-left: 0;
  }
  .paragraph--type--featured-pages .field--name-field-featured-pages > a:nth-child(-n+3), .paragraph--type--featured-pages .field--name-field-featured-pages > div:nth-child(-n+3) {
    margin-top: 0;
  }
}
.paragraph--type--featured-pages .field--name-field-featured-pages .field__item .paragraph--type--featured-page {
  padding-left: 0;
  padding-right: 0;
}
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item {
  transition: border-color 0.6s;
}
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item .tertiary-link-wrapper a {
  padding-left: 0;
  padding-bottom: 0.1875rem;
  padding-right: 1.5rem;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.6s;
  transition: color 0.6s, border-color 1s;
}
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item:hover {
  border-top: 1px solid #FFD20B;
}
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item:hover .tertiary-link-wrapper a {
  color: #FFD20B;
  background-image: url(../img/link_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: 100% 35%;
  border-bottom: 1px solid #FFD20B;
}
.paragraph--type--featured-pages .field--name-field-title,
.paragraph--type--featured-pages .field--name-field-featured-pages {
  position: relative;
  z-index: 6;
}
.paragraph--type--featured-pages .field--name-field-featured-pages > .field__item {
  transition: border-color 0.6s;
  border-top: 1px solid #C7C7C7;
  padding-top: 1.5625rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-pages .field--name-field-featured-pages > .field__item {
    margin-bottom: 2.5rem;
  }
}
.paragraph--type--featured-pages .field--name-field-title h2 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1100px) {
  .paragraph--type--featured-pages .field--name-field-title h2 {
    margin-bottom: 1.5rem;
  }
}
.paragraph--type--featured-pages .field--name-field-styled-title {
  padding-bottom: 1rem;
}
.paragraph--type--featured-pages .field--name-field-description {
  padding-bottom: 1rem;
}