@charset "UTF-8";







/*! 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;
}


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

.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%;
  }
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}


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

body {
  font-family: "Inter", 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;
  font-family: "Inter", 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;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  color: #4D4D4D;
}
@media only screen and (min-width: 880px) {
  body {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  body {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  body {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  body {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  body {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  body {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  body {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  body {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  body {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  body {
    margin-bottom: 2rem;
  }
}

p {
  margin-top: 0;
}

em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #BA0C2F;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:focus {
  outline: 5px auto #BA0C2F;
  outline-color: #BA0C2F;
  outline-style: auto;
  outline-width: 5px;
  outline-offset: 2px;
}

.yellow a {
  color: #000000;
}

input:focus, button:focus {
  outline: 5px auto #BA0C2F;
  outline-color: #BA0C2F;
  outline-style: auto;
  outline-width: 5px;
  outline-offset: 2px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 900;
}

h1, .h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 2.125rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-weight: 900;
}
h1 strong, .h1 strong {
  font-weight: 900;
}
@media only screen and (min-width: 880px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 880px) {
  h1, .h1 {
    line-height: 3.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  h1, .h1 {
    line-height: 3.5rem;
  }
}
@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 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-weight: 800;
}
h2 strong, .h2 strong {
  font-weight: 900;
}
@media only screen and (min-width: 880px) {
  h2, .h2 {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 1100px) {
  h2, .h2 {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 880px) {
  h2, .h2 {
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  h2, .h2 {
    line-height: 3rem;
  }
}
@media only screen and (min-width: 880px) {
  h2, .h2 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  h2, .h2 {
    margin-bottom: 2rem;
  }
}

h3, .h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
h3 strong, .h3 strong {
  font-weight: 900;
}
@media only screen and (min-width: 880px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  h3, .h3 {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  h3, .h3 {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 880px) {
  h3, .h3 {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  h3, .h3 {
    margin-bottom: 1rem;
  }
}

h4, .h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
h4 strong, .h4 strong {
  font-weight: 900;
}
@media only screen and (min-width: 880px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1100px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 880px) {
  h4, .h4 {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  h4, .h4 {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  h4, .h4 {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  h4, .h4 {
    margin-bottom: 1rem;
  }
}

h5, .h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
h5 strong, .h5 strong {
  font-weight: 900;
}
@media only screen and (min-width: 880px) {
  h5, .h5 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  h5, .h5 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  h5, .h5 {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  h5, .h5 {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  h5, .h5 {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  h5, .h5 {
    margin-bottom: 0.5rem;
  }
}

h6, .h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
h6 strong, .h6 strong {
  font-weight: 900;
}
@media only screen and (min-width: 880px) {
  h6, .h6 {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  h6, .h6 {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 880px) {
  h6, .h6 {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  h6, .h6 {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  h6, .h6 {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  h6, .h6 {
    margin-bottom: 0.5rem;
  }
}

.body-text {
  font-family: "Inter", 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;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 880px) {
  .body-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .body-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .body-text {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body-text {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .body-text {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body-text {
    margin-bottom: 2rem;
  }
}

.body2-text {
  font-family: "Inter", 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;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 880px) {
  .body2-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body2-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .body2-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body2-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .body2-text {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body2-text {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .body2-text {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .body2-text {
    margin-bottom: 1rem;
  }
}

.bold {
  font-weight: 800;
}

.list-text {
  font-family: "Inter", 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;
  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 {
    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.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .list-text {
    line-height: 1.5rem;
  }
}
@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 {
  font-family: "Inter", 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;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 880px) {
  .lead-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .lead-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .lead-text {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .lead-text {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .lead-text {
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .lead-text {
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .lead-text {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .lead-text {
    margin-bottom: 0;
  }
}

.quote-text {
  font-family: "Inter", 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;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}
@media only screen and (min-width: 880px) {
  .quote-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .quote-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .quote-text {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .quote-text {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .quote-text {
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  .quote-text {
    line-height: 3rem;
  }
}
@media only screen and (min-width: 880px) {
  .quote-text {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .quote-text {
    margin-bottom: 0;
  }
}

.subhead-text {
  font-family: "Inter", 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;
  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.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subhead-text {
    font-size: 1.125rem;
  }
}
@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 {
  font-family: "Inter", 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;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 880px) {
  .big-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .big-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .big-text {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .big-text {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 880px) {
  .big-text {
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .big-text {
    line-height: 4rem;
  }
}
@media only screen and (min-width: 880px) {
  .big-text {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .big-text {
    margin-bottom: 2rem;
  }
}

.subtitle1-text {
  font-family: "Inter", 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;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 880px) {
  .subtitle1-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle1-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .subtitle1-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle1-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .subtitle1-text {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle1-text {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .subtitle1-text {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle1-text {
    margin-bottom: 1.5rem;
  }
}

.subtitle2-text {
  font-family: "Inter", 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;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 880px) {
  .subtitle2-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle2-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .subtitle2-text {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle2-text {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 880px) {
  .subtitle2-text {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle2-text {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .subtitle2-text {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .subtitle2-text {
    margin-bottom: 1.5rem;
  }
}

.button1-text {
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
}
@media only screen and (min-width: 880px) {
  .button1-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .button1-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .button1-text {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .button1-text {
    font-size: 0.8125rem;
  }
}

.button2-text {
  font-family: "Inter", 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;
  font-size: 0.75rem;
  line-height: 12px;
  font-weight: bold;
  letter-spacing: 0.0625rem;
}
@media only screen and (min-width: 880px) {
  .button2-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .button2-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .button2-text {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .button2-text {
    font-size: 0.75rem;
  }
}

.caption-text {
  font-family: "Inter", 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;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 880px) {
  .caption-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .caption-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .caption-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .caption-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .caption-text {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .caption-text {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .caption-text {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .caption-text {
    margin-bottom: 0.5rem;
  }
}

.overline-text {
  font-family: "Inter", 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;
  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 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .overline-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .overline-text {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .overline-text {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .overline-text {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .overline-text {
    line-height: 1rem;
  }
}

.primary-nav-text {
  font-family: "Inter", 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;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  .primary-nav-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .primary-nav-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .primary-nav-text {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .primary-nav-text {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 880px) {
  .primary-nav-text {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .primary-nav-text {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .primary-nav-text {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .primary-nav-text {
    margin-bottom: 0.5rem;
  }
}

.secondary-nav-text {
  font-family: "Inter", 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;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  .secondary-nav-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .secondary-nav-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .secondary-nav-text {
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .secondary-nav-text {
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 880px) {
  .secondary-nav-text {
    line-height: 0.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .secondary-nav-text {
    line-height: 0.875rem;
  }
}
@media only screen and (min-width: 880px) {
  .secondary-nav-text {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .secondary-nav-text {
    margin-bottom: 0.5rem;
  }
}

.category-tag {
  font-family: "Inter", 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;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.075rem;
  font-weight: bold;
  text-transform: uppercase;
  background: #BA0C2F;
  color: #FFFFFF;
  padding: 0.25rem 1.25rem;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 880px) {
  .category-tag {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .category-tag {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .category-tag {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .category-tag {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .category-tag {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .category-tag {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .category-tag {
    padding: 0.5rem 1.25rem;
  }
}
.category-tag a {
  color: #FFFFFF;
}

.thin-heading-lg {
  font-family: "Inter", 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;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 300;
  color: #000000;
}
@media only screen and (min-width: 880px) {
  .thin-heading-lg {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .thin-heading-lg {
    font-size: 1.125rem;
  }
}
@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 {
  font-family: "Inter", 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;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 880px) {
  .filter-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .filter-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .filter-text {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .filter-text {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) {
  .filter-text {
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .filter-text {
    line-height: 1.375rem;
  }
}

:focus {
  outline: none;
}

.capitalize {
  text-transform: uppercase;
}

.text-highlight {
  border-left: 5px solid #BA0C2F;
}

.eyebrow {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 18px;
  text-transform: uppercase;
}

.select-item {
  font-size: 0.9375rem;
  line-height: 3.875rem;
  font-weight: 500;
}
@media only screen and (min-width: 880px) {
  .select-item {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .select-item {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) {
  .select-item {
    line-height: 3.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .select-item {
    line-height: 3.875rem;
  }
}

mark {
  background-color: #BA0C2F;
  padding: 0 0.3125rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}
p:not(:last-child) {
  margin-bottom: 1.25rem;
}

p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

blockquote {
  padding: 0.9375rem 1.875rem 0.9375rem;
  border-left: 0.1875rem solid #BA0C2F;
  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, ul {
  padding-left: 1.5em;
}
.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

ol {
  margin-bottom: 1.625rem;
  list-style: none;
  counter-reset: li;
}
@media only screen and (min-width: 880px) {
  ol {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  ol {
    margin-bottom: 2rem;
  }
}

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: #4D4D4D;
  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;
  margin-bottom: 1.625rem;
}
@media only screen and (min-width: 880px) {
  ul ul,
ol ol {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  ul ul,
ol ol {
    margin-bottom: 2rem;
  }
}

ol ol {
  padding-left: 1.875rem;
}

ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 880px) {
  ul:not(:last-child),
ol:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  ul:not(:last-child),
ol:not(:last-child) {
    margin-bottom: 4rem;
  }
}

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;
  }
}


.print-only {
  display: none !important;
}

@media print {
  * {
    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) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]: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;
  }

  @page {
    margin: 1cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

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

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

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

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

  a[href]:after {
    display: none;
  }
}
.container {
  padding: 0;
}

@media only screen and (min-width: 880px) {
  .fluid-full {
    overflow: hidden;
    width: calc(100vw - var(--scrollbarWidth, 0));
    max-width: 100vw;
    margin: 0 calc(-50vw + var(--scrollbarWidth, 0) / 2 + 50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fluid-full .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 880px) {
  .fluid-lg {
    overflow: hidden;
    width: calc(100vw - 100px);
    max-width: 100vw;
    margin: 0 calc(-50vw + 50% + 50px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 880px) {
  .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 {
    overflow: hidden;
    width: calc(100vw - 280px);
    max-width: 100vw;
    margin: 0 calc(-50vw + 50% + 140px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 880px) {
  .fluid-xsm {
    overflow: hidden;
    width: calc(100vw - 330px);
    max-width: 100vw;
    margin: 0 calc(-50vw + 50% + 190px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 880px) {
  .fluid-sm-max {
    overflow: hidden;
    width: calc(100vw - var(--scrollbarWidth, 0));
    max-width: 100vw;
    margin: 0 calc(-50vw + var(--scrollbarWidth, 0) / 2 + 50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fluid-sm-max .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1240px) {
  .fluid-sm-max {
    
    width: calc(1240px);
    margin: 0 calc((-50vw + 50%) + (100vw - 1240px)/2);
  }
}

@media only screen and (min-width: 880px) {
  .fluid-md-max {
    overflow: hidden;
    width: calc(100vw - var(--scrollbarWidth, 0));
    max-width: 100vw;
    margin: 0 calc(-50vw + var(--scrollbarWidth, 0) / 2 + 50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fluid-md-max .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1335px) {
  .fluid-md-max {
    
    width: calc(1335px);
    margin: 0 calc((-50vw + 50%) + (100vw - 1335px)/2);
  }
}

@media only screen and (min-width: 880px) {
  .fluid-lg-max {
    overflow: hidden;
    width: calc(100vw - var(--scrollbarWidth, 0));
    max-width: 100vw;
    margin: 0 calc(-50vw + var(--scrollbarWidth, 0) / 2 + 50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fluid-lg-max .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1480px) {
  .fluid-lg-max {
    
    width: calc(1480px);
    margin: 0 calc((-50vw + 50%) + (100vw - 1480px)/2);
  }
}

.grid-full {
  float: none;
}

.grid-lg {
  float: none;
  padding: 0 20px;
}
@media only screen and (max-width: 1099px) {
  .grid-lg {
    width: auto;
  }
}
@media only screen and (min-width: 880px) {
  .grid-lg {
    margin: 0 auto;
    padding: 0 15px;
  }
}

.grid-md {
  float: none;
  padding: 0 20px;
}
@media only screen and (max-width: 1099px) {
  .grid-md {
    width: auto;
  }
}
@media only screen and (min-width: 880px) {
  .grid-md {
    margin: 0 auto;
    padding: 0 15px;
  }
}

.grid-sm {
  float: none;
  padding: 0 20px;
}
@media only screen and (max-width: 1099px) {
  .grid-sm {
    width: auto;
  }
}
@media only screen and (min-width: 880px) {
  .grid-sm {
    padding: 0 15px;
    margin: 0 auto;
  }
}

.section--spacing--xsmall {
  margin-bottom: 1.625rem;
}
@media only screen and (min-width: 880px) {
  .section--spacing--xsmall {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .section--spacing--xsmall {
    margin-bottom: 2rem;
  }
}

.section--spacing--small {
  margin-bottom: 1.625rem;
}
@media only screen and (min-width: 880px) {
  .section--spacing--small {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .section--spacing--small {
    margin-bottom: 3rem;
  }
}

.section--spacing {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 880px) {
  .section--spacing {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  .section--spacing {
    margin-bottom: 4rem;
  }
}

.section--spacing--80,
.section--spacing--large {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .section--spacing--80,
.section--spacing--large {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .section--spacing--80,
.section--spacing--large {
    margin-bottom: 5rem;
  }
}

.section--spacing--xlarge {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .section--spacing--xlarge {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .section--spacing--xlarge {
    margin-bottom: 8rem;
  }
}

.section--spacing--xxlarge {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .section--spacing--xxlarge {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .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 {
  margin-bottom: 0;
}

.paragraph.full-wrapper .paragraph.fluid-full {
  overflow: hidden;
  width: calc(100vw - var(--scrollbarWidth, 0));
  max-width: 100vw;
  margin: 0 calc(-50vw + var(--scrollbarWidth, 0) / 2 + 50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph.full-wrapper .paragraph.fluid-full .paragraph__column {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 880px) {
  .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;
  }
}
@media only screen and (min-width: 880px) {
  .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) {
  .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;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph.full-wrapper .paragraph.fluid-sm-max {
    overflow: hidden;
    width: calc(100vw - var(--scrollbarWidth, 0));
    max-width: 100vw;
    margin: 0 calc(-50vw + var(--scrollbarWidth, 0) / 2 + 50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .paragraph.full-wrapper .paragraph.fluid-sm-max .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1240px) {
  .paragraph.full-wrapper .paragraph.fluid-sm-max {
    
    width: calc(1240px);
    margin: 0 calc((-50vw + 50%) + (100vw - 1240px)/2);
  }
}
@media only screen and (min-width: 880px) {
  .paragraph.full-wrapper .paragraph.fluid-md-max {
    overflow: hidden;
    width: calc(100vw - var(--scrollbarWidth, 0));
    max-width: 100vw;
    margin: 0 calc(-50vw + var(--scrollbarWidth, 0) / 2 + 50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .paragraph.full-wrapper .paragraph.fluid-md-max .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1335px) {
  .paragraph.full-wrapper .paragraph.fluid-md-max {
    
    width: calc(1335px);
    margin: 0 calc((-50vw + 50%) + (100vw - 1335px)/2);
  }
}
@media only screen and (min-width: 880px) {
  .paragraph.full-wrapper .paragraph.fluid-lg-max {
    overflow: hidden;
    width: calc(100vw - var(--scrollbarWidth, 0));
    max-width: 100vw;
    margin: 0 calc(-50vw + var(--scrollbarWidth, 0) / 2 + 50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .paragraph.full-wrapper .paragraph.fluid-lg-max .paragraph__column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 880px) and (min-width: 1480px) {
  .paragraph.full-wrapper .paragraph.fluid-lg-max {
    
    width: calc(1480px);
    margin: 0 calc((-50vw + 50%) + (100vw - 1480px)/2);
  }
}
.paragraph.full-wrapper .paragraph.grid-full {
  float: none;
}
.paragraph.full-wrapper .paragraph.grid-lg {
  float: none;
  padding: 0 20px;
}
@media only screen and (max-width: 1099px) {
  .paragraph.full-wrapper .paragraph.grid-lg {
    width: auto;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph.full-wrapper .paragraph.grid-lg {
    margin: 0 auto;
    padding: 0 15px;
  }
}
.paragraph.full-wrapper .paragraph.grid-md {
  float: none;
  padding: 0 20px;
}
@media only screen and (max-width: 1099px) {
  .paragraph.full-wrapper .paragraph.grid-md {
    width: auto;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph.full-wrapper .paragraph.grid-md {
    margin: 0 auto;
    padding: 0 15px;
  }
}
.paragraph.full-wrapper .paragraph.grid-sm {
  float: none;
  padding: 0 20px;
}
@media only screen and (max-width: 1099px) {
  .paragraph.full-wrapper .paragraph.grid-sm {
    width: auto;
  }
}
@media only screen and (min-width: 880px) {
  .paragraph.full-wrapper .paragraph.grid-sm {
    padding: 0 15px;
    margin: 0 auto;
  }
}
.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 {
  margin-bottom: 1.625rem;
}
@media only screen and (min-width: 880px) {
  .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 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .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 {
    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 {
  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 {
    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 {
    margin-bottom: 3rem;
  }
}
.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 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 880px) {
  .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 {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  .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 {
    margin-bottom: 4rem;
  }
}
.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 {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .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 {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .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 {
    margin-bottom: 5rem;
  }
}
.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 {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .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 {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .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 {
    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 {
  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 {
    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 {
    margin-bottom: 10rem;
  }
}
.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;
}


:root {
  --scrollbarWidth: 20px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  min-width: 320px;
  color: #101925;
  overscroll-behavior-y: none;
}

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

figure {
  display: table;
  margin: 0 0 2.5rem 0;
}

figcaption {
  margin-top: 5px;
  font-size: 13px;
  color: #7e7e7e;
  display: table-caption;
  caption-side: bottom;
}

code {
  border: solid 1px #999;
  background-color: #F1F1F1;
  display: block;
  padding: 0.1875rem 0.3125rem;
}

.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  display: block;
}

.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;
}

a#skip-to-main {
  display: inline-block;
  position: absolute;
  margin-top: 5rem;
  z-index: 5;
  background-color: #000000;
}

#skip-to-main.visually-hidden.focusable:focus {
  position: absolute !important;
}

.ui-autocomplete {
  z-index: 1500;
}

.contextual-links.links li a {
  color: #000000 !important;
}

main section {
  width: 100%;
}

nav.tabs {
  position: fixed;
  background-color: white;
  z-index: 999;
  left: 0;
  border: 1px solid black;
  bottom: 0.9375rem;
  right: 0.9375rem;
  left: auto;
}
nav.tabs:after {
  border-bottom: 2px solid #E1E1E1;
  content: " ";
  z-index: -1;
  height: 1px;
  width: 100%;
  position: absolute;
  margin-top: -2px;
}
nav.tabs ul.nav {
  padding-left: 0;
  border: none;
}
nav.tabs ul.nav > li:hover, nav.tabs ul.nav > li:focus {
  color: #000000;
  background-color: transparent;
}
nav.tabs ul.nav > li > a {
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  color: #000000;
  background-color: transparent;
}
nav.tabs ul.nav > li > a:hover, nav.tabs ul.nav > li > a:focus {
  color: #000000;
  border-bottom: 2px solid #BA0C2F;
  background-color: transparent;
}
nav.tabs ul.nav > li.active {
  background-color: transparent;
}
nav.tabs ul.nav > li.active:hover, nav.tabs ul.nav > li.active:focus {
  color: #BA0C2F;
  background-color: transparent;
}
nav.tabs ul.nav > li.active > a {
  background-color: transparent;
  color: #000000;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #BA0C2F;
}
nav.tabs ul.nav > li.active > a:hover, nav.tabs ul.nav > li.active > a:focus {
  color: #000000;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #BA0C2F;
}
nav.tabs ul.nav li:not(.facet-item) {
  margin: 0 !important;
  padding: 0;
  background: none;
  float: left;
}
nav.tabs ul.nav li:not(.facet-item) a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.fix-to-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  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;
}

.ajax-progress-fullscreen {
  margin: 0;
  height: 0.3125rem;
  background: none;
  background-color: #BA0C2F;
  width: 100vw;
  -webkit-animation: center-animate 2s ease alternate;
          animation: center-animate 2s ease alternate;
  z-index: 11000;
  position: fixed;
  overflow: show;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes center-animate {
  0% {
    transform: scaleX(0);
  }
  15% {
    transform: scaleX(0.7);
  }
  30% {
    transform: scaleX(0.9);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes center-animate {
  0% {
    transform: scaleX(0);
  }
  15% {
    transform: scaleX(0.7);
  }
  30% {
    transform: scaleX(0.9);
  }
  100% {
    transform: scaleX(1);
  }
}
.region-help > .glyphicon {
  font-size: 20px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block, .control-group .help-inline {
  color: #B2B2B2;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

.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);
}

@media only screen and (max-width: 1319px) {
  .dialog-off-canvas-main-canvas {
    width: 100%;
    overflow-x: hidden;
  }
}

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

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

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

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

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

.prefixtxt {
  font-family: "Inter", 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;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.075rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #4D4D4D;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 880px) {
  .prefixtxt {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .prefixtxt {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .prefixtxt {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .prefixtxt {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .prefixtxt {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .prefixtxt {
    line-height: 1rem;
  }
}

.black .prefixtxt {
  color: #FFFFFF;
}

.list-flex-2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.list-flex-2 > a, .list-flex-2 > div, .list-flex-2 > article, .list-flex-2 > li {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (min-width: 880px) {
  .list-flex-2 > a, .list-flex-2 > div, .list-flex-2 > article, .list-flex-2 > li {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .list-flex-2 > a, .list-flex-2 > div, .list-flex-2 > article, .list-flex-2 > li {
    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(2n+0), .list-flex-2 > div:nth-child(2n+0), .list-flex-2 > article:nth-child(2n+0), .list-flex-2 > li:nth-child(2n+0) {
    margin-right: 0;
  }
  .list-flex-2 > a:nth-child(2n+1), .list-flex-2 > div:nth-child(2n+1), .list-flex-2 > article:nth-child(2n+1), .list-flex-2 > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .list-flex-2 > a:nth-child(-n+2), .list-flex-2 > div:nth-child(-n+2), .list-flex-2 > article:nth-child(-n+2), .list-flex-2 > li: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, .list-flex-3 > article, .list-flex-3 > li {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (min-width: 880px) {
  .list-flex-3 > a, .list-flex-3 > div, .list-flex-3 > article, .list-flex-3 > li {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .list-flex-3 > a, .list-flex-3 > div, .list-flex-3 > article, .list-flex-3 > li {
    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(3n+0), .list-flex-3 > div:nth-child(3n+0), .list-flex-3 > article:nth-child(3n+0), .list-flex-3 > li:nth-child(3n+0) {
    margin-right: 0;
  }
  .list-flex-3 > a:nth-child(3n+1), .list-flex-3 > div:nth-child(3n+1), .list-flex-3 > article:nth-child(3n+1), .list-flex-3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .list-flex-3 > a:nth-child(-n+3), .list-flex-3 > div:nth-child(-n+3), .list-flex-3 > article:nth-child(-n+3), .list-flex-3 > li: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, .list-flex-4 > article, .list-flex-4 > li {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (min-width: 880px) {
  .list-flex-4 > a, .list-flex-4 > div, .list-flex-4 > article, .list-flex-4 > li {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .list-flex-4 > a, .list-flex-4 > div, .list-flex-4 > article, .list-flex-4 > li {
    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(4n+0), .list-flex-4 > div:nth-child(4n+0), .list-flex-4 > article:nth-child(4n+0), .list-flex-4 > li:nth-child(4n+0) {
    margin-right: 0;
  }
  .list-flex-4 > a:nth-child(4n+1), .list-flex-4 > div:nth-child(4n+1), .list-flex-4 > article:nth-child(4n+1), .list-flex-4 > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .list-flex-4 > a:nth-child(-n+4), .list-flex-4 > div:nth-child(-n+4), .list-flex-4 > article:nth-child(-n+4), .list-flex-4 > li: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, .list-flex-5 > article, .list-flex-5 > li {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (min-width: 880px) {
  .list-flex-5 > a, .list-flex-5 > div, .list-flex-5 > article, .list-flex-5 > li {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .list-flex-5 > a, .list-flex-5 > div, .list-flex-5 > article, .list-flex-5 > li {
    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(5n+0), .list-flex-5 > div:nth-child(5n+0), .list-flex-5 > article:nth-child(5n+0), .list-flex-5 > li:nth-child(5n+0) {
    margin-right: 0;
  }
  .list-flex-5 > a:nth-child(5n+1), .list-flex-5 > div:nth-child(5n+1), .list-flex-5 > article:nth-child(5n+1), .list-flex-5 > li:nth-child(5n+1) {
    margin-left: 0;
  }
  .list-flex-5 > a:nth-child(-n+5), .list-flex-5 > div:nth-child(-n+5), .list-flex-5 > article:nth-child(-n+5), .list-flex-5 > li:nth-child(-n+5) {
    margin-top: 0;
  }
}

.hover-shadow {
  transition: box-shadow 0.6s ease;
  box-shadow: -5px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.hover-shadow:hover, .hover-shadow:focus {
  box-shadow: 0 15px 15px 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;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.btn {
  white-space: normal;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .btn {
    white-space: nowrap;
  }
}
.btn:hover :after,
.btn:hover :before {
  border: 2px solid white;
}
.btn:hover:after, .btn:hover:before {
  border: 2px solid white;
}
.btn .text {
  line-height: 1.875rem;
  display: inline-block;
}
.btn:hover {
  text-decoration: underline;
}
.btn:hover .text {
  text-decoration: underline;
}
.btn:after, .btn:before {
  display: inline-block;
  vertical-align: top;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  height: 26px;
  width: 26px;
  line-height: 26px;
}
.btn:after {
  margin-left: 0.3125rem;
  margin-right: -0.9375rem;
}
.btn:after.fa-play {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.btn:before {
  margin-left: -0.9375rem;
  margin-right: 0.3125rem;
}
.btn i,
.btn em {
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3125rem;
  margin-right: -0.9375rem;
}
.btn i:after, .btn i:before,
.btn em:after,
.btn em:before {
  display: inline-block;
  vertical-align: top;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  height: 26px;
  line-height: 26px;
  width: 26px;
}
.btn i:hover :after,
.btn i:hover :before,
.btn em:hover :after,
.btn em:hover :before {
  border: 2px solid white;
}
.btn i.fa-play:after, .btn i.fa-play:before,
.btn em.fa-play:after,
.btn em.fa-play:before {
  font-size: 0.6875rem;
  padding-left: 2px;
  width: 24px;
}
.btn i.fa-arrow-right:after, .btn i.fa-arrow-right:before,
.btn em.fa-arrow-right:after,
.btn em.fa-arrow-right:before {
  font-size: 0.875rem;
}

.rotate-45 {
  transform: rotate(-45deg);
}

.btn-light-primary {
  white-space: normal;
  text-align: center;
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  border: 2px solid #BA0C2F;
  border-radius: 6.25rem;
  padding: 0.4375rem 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  color: #FFFFFF !important;
  display: inline-block;
  box-shadow: none;
  font-weight: bold;
  background: #BA0C2F !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;
}
@media only screen and (min-width: 1100px) {
  .btn-light-primary {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 880px) {
  .btn-light-primary {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-light-primary {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .btn-light-primary {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-light-primary {
    font-size: 0.8125rem;
  }
}
.btn-light-primary a {
  color: #FFFFFF !important;
}
.btn-light-primary:hover, .btn-light-primary:focus {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.4);
  background: #BA0C2F !important;
  color: #FFFFFF !important;
  border-color: #BA0C2F;
}
.btn-light-primary:hover a, .btn-light-primary:focus a {
  color: #FFFFFF !important;
  text-decoration: none;
}

.btn-light-secondary {
  white-space: normal;
  text-align: center;
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  border: 2px solid #BA0C2F;
  border-radius: 6.25rem;
  padding: 0.4375rem 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  color: #BA0C2F !important;
  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;
}
@media only screen and (min-width: 1100px) {
  .btn-light-secondary {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 880px) {
  .btn-light-secondary {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-light-secondary {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .btn-light-secondary {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-light-secondary {
    font-size: 0.8125rem;
  }
}
.btn-light-secondary a {
  color: #BA0C2F !important;
}
.btn-light-secondary:hover, .btn-light-secondary:focus {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.4);
  background: #BA0C2F !important;
  color: #FFFFFF !important;
  border-color: #BA0C2F;
}
.btn-light-secondary:hover a, .btn-light-secondary:focus a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.btn-light-secondary :after,
.btn-light-secondary :before {
  border: 2px solid rgba(186, 12, 47, 0.2);
}
.btn-light-secondary:after, .btn-light-secondary:before {
  border: 2px solid rgba(186, 12, 47, 0.2);
}
.btn-light-secondary:hover :after,
.btn-light-secondary:hover :before {
  border: 2px solid white;
}
.btn-light-secondary i:after, .btn-light-secondary i:before,
.btn-light-secondary em:after,
.btn-light-secondary em:before {
  border: 2px solid rgba(186, 12, 47, 0.2);
}
.btn-light-secondary i:hover :after,
.btn-light-secondary i:hover :before,
.btn-light-secondary em:hover :after,
.btn-light-secondary em:hover :before {
  border: 2px solid white;
}

.btn.btn-dark-primary {
  white-space: normal;
  text-align: center;
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  border: 2px solid #FFFFFF;
  border-radius: 6.25rem;
  padding: 0.4375rem 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  color: #BA0C2F !important;
  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;
}
@media only screen and (min-width: 1100px) {
  .btn.btn-dark-primary {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 880px) {
  .btn.btn-dark-primary {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .btn.btn-dark-primary {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .btn.btn-dark-primary {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .btn.btn-dark-primary {
    font-size: 0.8125rem;
  }
}
.btn.btn-dark-primary a {
  color: #BA0C2F !important;
}
.btn.btn-dark-primary:hover, .btn.btn-dark-primary:focus {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.4);
  background: #BA0C2F !important;
  color: #FFFFFF !important;
  border-color: #BA0C2F;
}
.btn.btn-dark-primary:hover a, .btn.btn-dark-primary:focus a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.btn.btn-dark-primary :after,
.btn.btn-dark-primary :before {
  border: 2px solid rgba(186, 12, 47, 0.2);
}
.btn.btn-dark-primary:after, .btn.btn-dark-primary:before {
  border: 2px solid rgba(186, 12, 47, 0.2);
}
.btn.btn-dark-primary i :after,
.btn.btn-dark-primary i :before,
.btn.btn-dark-primary em :after,
.btn.btn-dark-primary em :before {
  border: 2px solid rgba(186, 12, 47, 0.2);
}
.btn.btn-dark-primary:hover :after,
.btn.btn-dark-primary:hover :before {
  border: 2px solid white;
}
.btn.btn-dark-primary:hover:after, .btn.btn-dark-primary:hover:before {
  border: 2px solid white;
}
.btn.btn-dark-primary:hover i :after,
.btn.btn-dark-primary:hover i :before,
.btn.btn-dark-primary:hover em :after,
.btn.btn-dark-primary:hover em :before {
  border: 2px solid white;
}

.btn-dark-secondary {
  white-space: normal;
  text-align: center;
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  border: 2px solid #FFFFFF;
  border-radius: 6.25rem;
  padding: 0.4375rem 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  color: #FFFFFF !important;
  display: inline-block;
  box-shadow: none;
  font-weight: bold;
  background: #101925 !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;
}
@media only screen and (min-width: 1100px) {
  .btn-dark-secondary {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 880px) {
  .btn-dark-secondary {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-dark-secondary {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .btn-dark-secondary {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-dark-secondary {
    font-size: 0.8125rem;
  }
}
.btn-dark-secondary a {
  color: #FFFFFF !important;
}
.btn-dark-secondary:hover, .btn-dark-secondary:focus {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.4);
  background: #BA0C2F !important;
  color: #FFFFFF !important;
  border-color: #BA0C2F;
}
.btn-dark-secondary:hover a, .btn-dark-secondary:focus a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.btn-dark-secondary :after,
.btn-dark-secondary :before {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.btn-dark-secondary:after, .btn-dark-secondary:before {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.btn-dark-secondary i :after,
.btn-dark-secondary i :before,
.btn-dark-secondary em :after,
.btn-dark-secondary em :before {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn-sm {
  padding-top: 0.75rem;
  padding-right: 1.25rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
}
@media only screen and (min-width: 880px) {
  .btn-sm {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-sm {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .btn-sm {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-sm {
    font-size: 0.8125rem;
  }
}

.btn-audio:after {
  content: "\f028";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 0.6875rem;
}

.btn-cta:after {
  content: "\f061";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

.btn-external:after {
  content: "\f061";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  transform: rotate(-45deg);
}

.btn.btn-video:after {
  content: "\f04b";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  padding-left: 2px;
  width: 24px;
  font-size: 0.6875rem;
  margin-right: -1rem;
}

.btn.btn-loadmore:before {
  content: "\f110";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  padding-left: 2px;
  width: 24px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.btn.btn-loadmore:after {
  display: none;
}

.btn.btn-infinitive-scroll,
.pager li > a.btn.btn-infinitive-scroll,
.pagination li > a.btn.btn-infinitive-scroll {
  white-space: normal;
  text-align: center;
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  border: 2px solid #BA0C2F;
  border-radius: 6.25rem;
  padding: 0.4375rem 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  color: #FFFFFF !important;
  display: inline-block;
  box-shadow: none;
  font-weight: bold;
  background: #BA0C2F !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;
}
@media only screen and (min-width: 1100px) {
  .btn.btn-infinitive-scroll,
.pager li > a.btn.btn-infinitive-scroll,
.pagination li > a.btn.btn-infinitive-scroll {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 880px) {
  .btn.btn-infinitive-scroll,
.pager li > a.btn.btn-infinitive-scroll,
.pagination li > a.btn.btn-infinitive-scroll {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .btn.btn-infinitive-scroll,
.pager li > a.btn.btn-infinitive-scroll,
.pagination li > a.btn.btn-infinitive-scroll {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .btn.btn-infinitive-scroll,
.pager li > a.btn.btn-infinitive-scroll,
.pagination li > a.btn.btn-infinitive-scroll {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .btn.btn-infinitive-scroll,
.pager li > a.btn.btn-infinitive-scroll,
.pagination li > a.btn.btn-infinitive-scroll {
    font-size: 0.8125rem;
  }
}
.btn.btn-infinitive-scroll a,
.pager li > a.btn.btn-infinitive-scroll a,
.pagination li > a.btn.btn-infinitive-scroll a {
  color: #FFFFFF !important;
}
.btn.btn-infinitive-scroll:hover, .btn.btn-infinitive-scroll:focus,
.pager li > a.btn.btn-infinitive-scroll:hover,
.pager li > a.btn.btn-infinitive-scroll:focus,
.pagination li > a.btn.btn-infinitive-scroll:hover,
.pagination li > a.btn.btn-infinitive-scroll:focus {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.4);
  background: #BA0C2F !important;
  color: #FFFFFF !important;
  border-color: #BA0C2F;
}
.btn.btn-infinitive-scroll:hover a, .btn.btn-infinitive-scroll:focus a,
.pager li > a.btn.btn-infinitive-scroll:hover a,
.pager li > a.btn.btn-infinitive-scroll:focus a,
.pagination li > a.btn.btn-infinitive-scroll:hover a,
.pagination li > a.btn.btn-infinitive-scroll:focus a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.btn.btn-infinitive-scroll:before,
.pager li > a.btn.btn-infinitive-scroll:before,
.pagination li > a.btn.btn-infinitive-scroll:before {
  content: "";
  background: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/loading-white-static.svg);
  display: inline-block;
  width: 1.75rem;
  height: 1.8125rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625rem;
  margin-left: -0.9375rem;
  float: left;
  border: none !important;
}
.btn.btn-infinitive-scroll:hover :before,
.pager li > a.btn.btn-infinitive-scroll:hover :before,
.pagination li > a.btn.btn-infinitive-scroll:hover :before {
  border: none !important;
}
.btn.btn-infinitive-scroll:after,
.pager li > a.btn.btn-infinitive-scroll:after,
.pagination li > a.btn.btn-infinitive-scroll:after {
  display: none;
}
.btn.btn-infinitive-scroll.active:before,
.pager li > a.btn.btn-infinitive-scroll.active:before,
.pagination li > a.btn.btn-infinitive-scroll.active:before {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.tertiary-link {
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #BA0C2F;
}
@media only screen and (min-width: 880px) {
  .tertiary-link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .tertiary-link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .tertiary-link {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .tertiary-link {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 880px) {
  .tertiary-link {
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .tertiary-link {
    line-height: 1.875rem;
  }
}
.tertiary-link:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-red-inactive.svg);
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: -0.1875rem;
}
.tertiary-link:hover, .tertiary-link:focus {
  text-decoration: underline;
  color: #B20B2C;
  background-color: transparent;
}
.tertiary-link:hover:after, .tertiary-link:focus:after {
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-red-active.svg);
}
.tertiary-link.btn:after {
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  line-height: 1.875rem;
}
.tertiary-link.btn .text {
  display: inline;
}

.tertiary-link-dark {
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #BA0C2F;
  color: #FFFFFF;
}
@media only screen and (min-width: 880px) {
  .tertiary-link-dark {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .tertiary-link-dark {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .tertiary-link-dark {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .tertiary-link-dark {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 880px) {
  .tertiary-link-dark {
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .tertiary-link-dark {
    line-height: 1.875rem;
  }
}
.tertiary-link-dark:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-red-inactive.svg);
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: -0.1875rem;
}
.tertiary-link-dark:hover, .tertiary-link-dark:focus {
  text-decoration: underline;
  color: #B20B2C;
  background-color: transparent;
}
.tertiary-link-dark:hover:after, .tertiary-link-dark:focus:after {
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-red-active.svg);
}
.tertiary-link-dark:after {
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/link-white-inactive.svg);
}
.tertiary-link-dark:hover, .tertiary-link-dark:focus {
  color: #FFFFFF;
}
.tertiary-link-dark:hover:after, .tertiary-link-dark:focus:after {
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/link-white-active.svg);
}
.tertiary-link-dark.btn:after {
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  line-height: 1.875rem;
}

.black .tertiary-link {
  color: #FFFFFF;
}
.black .tertiary-link:after {
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-white-inactive.svg);
}
.black .tertiary-link:hover:after, .black .tertiary-link:focus:after {
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-white-active.svg);
}

.back-link {
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  color: #BA0C2F;
  text-transform: uppercase;
  line-height: 1.875rem;
}
@media only screen and (min-width: 880px) {
  .back-link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .back-link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .back-link {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .back-link {
    font-size: 0.8125rem;
  }
}
.back-link:before {
  content: "\f060";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  padding: 2px;
  margin-right: 0.3125rem;
  display: inline-block;
  vertical-align: top;
  border: 2px solid rgba(186, 12, 47, 0.2);
  border-radius: 100%;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
}
.back-link:hover:before {
  border: 2px solid #ba0c2f;
}

.black .back-link:before {
  background: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/link-white-inactive.svg);
  transform: rotate(180deg);
}
.black .back-link:hover:before, .black .back-link:active:before {
  background: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/link-white-active.svg);
  transform: rotate(180deg);
}
.black .back-link:after {
  display: none;
}

.back-link-secondary {
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  color: #BA0C2F;
  text-transform: uppercase;
  line-height: 1.875rem;
}
@media only screen and (min-width: 880px) {
  .back-link-secondary {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .back-link-secondary {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .back-link-secondary {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .back-link-secondary {
    font-size: 0.8125rem;
  }
}
.back-link-secondary:before {
  content: "";
  background: url("/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-red-inactive.svg");
  transform: rotate(180deg);
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625rem;
  float: left;
}
.back-link-secondary:hover, .back-link-secondary:active {
  border-bottom: 2px solid #BA0C2F;
  padding-bottom: 3px;
  text-decoration: none;
}
.back-link-secondary:hover:before, .back-link-secondary:active:before {
  background: url("/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-red-active.svg");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
}

.black .back-link-secondary {
  color: #FFFFFF;
}
.black .back-link-secondary:before {
  background: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/link-white-inactive.svg);
  transform: rotate(180deg);
}
.black .back-link-secondary:hover, .black .back-link-secondary:active {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.black .back-link-secondary:hover:before, .black .back-link-secondary:active:before {
  background: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/link-white-active.svg);
  transform: rotate(180deg);
}

.pager li > a.primary-load-more, .pagination li > a.primary-load-more {
  color: #FFFFFF;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
}

.blue-link {
  text-decoration: none;
  border-bottom: 2px solid #BA0C2F;
  padding-bottom: 3px;
  color: #BA0C2F;
  background-color: transparent;
}
.blue-link:hover, .blue-link:focus {
  color: #FFFFFF;
  background-color: #BA0C2F;
  border-bottom-color: #BA0C2F;
  text-decoration: none;
}

.black-link {
  text-decoration: none;
  border-bottom: 2px solid #BA0C2F;
  padding-bottom: 3px;
  color: #000000;
  background-color: transparent;
}
.black-link:hover, .black-link:focus {
  color: #BA0C2F;
  background-color: transparent;
  border-bottom-color: #BA0C2F;
  text-decoration: none;
}

.play-button {
  width: 48px;
  height: 48px;
  line-height: 48px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  background: #FFFFFF;
  color: #BA0C2F;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 880px) {
  .play-button {
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
}
.play-button:after {
  content: "\f04b";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 0.3125rem;
}
.play-button:hover {
  color: #FFFFFF;
  background: #BA0C2F;
}

.svg-bg {
  -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;
  }
}

.find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] {
  background: #101925;
  border-radius: 4px;
  color: #FFFFFF;
  min-height: 9rem;
}
@media only screen and (min-width: 1100px) {
  .find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] {
    min-height: 6.625rem;
  }
}
.find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form--inline {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  min-height: 9rem;
}
@media only screen and (min-width: 1100px) {
  .find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form--inline {
    min-height: 6.625rem;
  }
}
.find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-item-zip-codes-value {
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-item-zip-codes-value {
    text-align: left;
  }
}
.find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-item-zip-codes-value .control-label {
  padding-left: 3rem;
}
@media only screen and (min-width: 1100px) {
  .find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-item-zip-codes-value .control-label {
    padding-left: 0;
    padding-right: 1.5625rem;
  }
}
.find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-item-zip-codes-value .control-label:before {
  content: "\f3c5";
  color: #BA0C2F;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5rem;
}
.find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-item-zip-codes-value .control-label:after {
  content: "";
  display: block;
  flex-basis: 100%;
  height: 0;
}
@media only screen and (min-width: 1100px) {
  .find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-item-zip-codes-value .control-label:after {
    display: none;
  }
}
.find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-item {
  margin-bottom: 0;
  width: auto;
  max-width: 70%;
}
@media only screen and (min-width: 1100px) {
  .find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-item {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-item .control-label {
    margin-bottom: 0;
  }
}
.find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-text {
  display: flex;
  margin-bottom: 0;
  border: 0;
  border-radius: 2px 0 0 2px;
  height: 3rem;
  min-height: 3rem;
  margin-top: 1rem;
  max-width: 100%;
  padding-left: 1.25rem;
}
@media only screen and (min-width: 1100px) {
  .find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-text {
    display: block;
    margin-top: 0;
  }
}
.find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-actions .form-submit {
  height: 0;
  padding: 48px 0 0 0;
  width: 48px;
  border: 0;
  background: #BA0C2F url(../img/search.svg) center center no-repeat;
  background-size: 1.125rem 1.125rem;
  border-radius: 0 4px 4px 0;
  margin-top: 3.875rem;
}
@media only screen and (min-width: 1100px) {
  .find-a-dealer-block form[id^=views-exposed-form-dealers-dealermap] .form-actions .form-submit {
    margin-top: 1.4375rem;
  }
}

.footer-wrapper .find-a-dealer-block {
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 1100px) {
  .footer-wrapper .find-a-dealer-block {
    margin-bottom: 4.0625rem;
  }
}

.call-sonitrol img {
  float: left;
  margin-right: 0.625rem;
}

.visually-hidden,
.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.messages__wrapper {
  position: absolute;
  z-index: 10;
  left: 0;
  border: 3px solid #000000;
}
.messages__wrapper .close {
  background-color: transparent;
  border: none;
  font-size: 29px;
  line-height: 20px;
}

.alert-success, .alert-danger {
  display: flex;
  align-items: center;
  padding: 1.25rem;
  color: #FFFFFF;
}
.alert-success a, .alert-success a:hover, .alert-success a:focus, .alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #000000;
  text-decoration: underline;
}
.alert-success span:hover, .alert-danger span:hover {
  color: #000000;
}
.alert-success p, .alert-danger p {
  margin-left: 1rem;
}

.alert-success {
  background-color: #008738;
}

.alert-danger {
  background-color: #B00020;
}

.component--background {
  padding: 4rem 0;
}
@media only screen and (min-width: 880px) {
  .component--background {
    padding: 10rem 0;
  }
}
.component--background .paragraph:last-child {
  margin-bottom: 0;
}

.component--background.black,
.black-bg, .black {
  background-color: #101925;
  color: #FFFFFF;
}
.component--background.black h1, .component--background.black h2, .component--background.black h3, .component--background.black h4, .component--background.black h5, .component--background.black h6,
.component--background.black .h1, .component--background.black .h2, .component--background.black .h3, .component--background.black .h4, .component--background.black .h5, .component--background.black .h6,
.component--background.black a,
.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-bg a, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6,
.black .h1, .black .h2, .black .h3, .black .h4, .black .h5, .black .h6,
.black a {
  color: #FFFFFF;
}
.component--background.black .body2-text,
.black-bg .body2-text, .black .body2-text {
  color: #B2B2B2;
}
.component--background.black .btn-light-primary,
.black-bg .btn-light-primary, .black .btn-light-primary {
  white-space: normal;
  text-align: center;
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  border: 2px solid #FFFFFF;
  border-radius: 6.25rem;
  padding: 0.4375rem 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  color: #BA0C2F !important;
  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;
}
@media only screen and (min-width: 1100px) {
  .component--background.black .btn-light-primary,
.black-bg .btn-light-primary, .black .btn-light-primary {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 880px) {
  .component--background.black .btn-light-primary,
.black-bg .btn-light-primary, .black .btn-light-primary {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--background.black .btn-light-primary,
.black-bg .btn-light-primary, .black .btn-light-primary {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .component--background.black .btn-light-primary,
.black-bg .btn-light-primary, .black .btn-light-primary {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--background.black .btn-light-primary,
.black-bg .btn-light-primary, .black .btn-light-primary {
    font-size: 0.8125rem;
  }
}
.component--background.black .btn-light-primary a,
.black-bg .btn-light-primary a, .black .btn-light-primary a {
  color: #BA0C2F !important;
}
.component--background.black .btn-light-primary:hover, .component--background.black .btn-light-primary:focus,
.black-bg .btn-light-primary:hover,
.black-bg .btn-light-primary:focus, .black .btn-light-primary:hover, .black .btn-light-primary:focus {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.4);
  background: #BA0C2F !important;
  color: #FFFFFF !important;
  border-color: #BA0C2F;
}
.component--background.black .btn-light-primary:hover a, .component--background.black .btn-light-primary:focus a,
.black-bg .btn-light-primary:hover a,
.black-bg .btn-light-primary:focus a, .black .btn-light-primary:hover a, .black .btn-light-primary:focus a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.component--background.black li::before,
.black-bg li::before, .black li::before {
  color: #FFFFFF;
}
.component--background.black .progress,
.black-bg .progress, .black .progress {
  background-color: #B20B2C;
  background-image: linear-gradient(to right, #BA0C2F, #BA0C2F);
}
.component--background.black .arrows .slick-prev:before,
.component--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);
}
.component--background.black .blog-tag a:not([class]),
.component--background.black .news-tag a:not([class]),
.component--background.black .dropdown__content,
.component--background.black .listing-large-featured,
.component--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 .listing-large-featured,
.black-bg .listing-large-featured__body h3, .black .blog-tag a:not([class]),
.black .news-tag a:not([class]),
.black .dropdown__content,
.black .listing-large-featured,
.black .listing-large-featured__body h3 {
  color: #000000;
}

.white-bg {
  background-color: #FFFFFF;
  color: #000000;
}
.white-bg .arrow-link-white {
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #BA0C2F;
}
@media only screen and (min-width: 880px) {
  .white-bg .arrow-link-white {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .white-bg .arrow-link-white {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .white-bg .arrow-link-white {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .white-bg .arrow-link-white {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 880px) {
  .white-bg .arrow-link-white {
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .white-bg .arrow-link-white {
    line-height: 1.875rem;
  }
}
.white-bg .arrow-link-white:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-red-inactive.svg);
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: -0.1875rem;
}
.white-bg .arrow-link-white:hover, .white-bg .arrow-link-white:focus {
  text-decoration: underline;
  color: #B20B2C;
  background-color: transparent;
}
.white-bg .arrow-link-white:hover:after, .white-bg .arrow-link-white:focus:after {
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-red-active.svg);
}

.component--background.yellow,
.yellow {
  background-color: #BA0C2F;
  color: #000000;
}
.component--background.yellow h1, .component--background.yellow h2, .component--background.yellow h3, .component--background.yellow h4, .component--background.yellow h5, .component--background.yellow h6,
.component--background.yellow .h1, .component--background.yellow .h2, .component--background.yellow .h3, .component--background.yellow .h4, .component--background.yellow .h5, .component--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;
}

.component--background.grey {
  background-color: #F7F7F7;
}



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;
}

label {
  font-family: "Inter", 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;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.075rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 0.625rem;
}
@media only screen and (min-width: 880px) {
  label {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  label {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  label {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  label {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  label {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  label {
    line-height: 1rem;
  }
}

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);
}


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 #B2B2B2;
  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;
}
.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 #B2B2B2;
  background: #FFFFFF;
  color: #000000;
  border-radius: 0;
}
.select-wrapper .chosen-container .chosen-single::-ms-expand {
  opacity: 0;
}
.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-single span {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .select-wrapper .chosen-container .chosen-single span {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) {
  .select-wrapper .chosen-container .chosen-single span {
    line-height: 3.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .select-wrapper .chosen-container .chosen-single span {
    line-height: 3.875rem;
  }
}
.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 {
  font-size: 0.9375rem;
  line-height: 3.875rem;
  font-weight: 500;
  height: 3.875rem;
  color: #000000;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 880px) {
  .select-wrapper .chosen-container .chosen-drop .chosen-results li {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .select-wrapper .chosen-container .chosen-drop .chosen-results li {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 880px) {
  .select-wrapper .chosen-container .chosen-drop .chosen-results li {
    line-height: 3.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .select-wrapper .chosen-container .chosen-drop .chosen-results li {
    line-height: 3.875rem;
  }
}
.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: #101925;
}

.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 {
  border-radius: 0;
  font-family: "Inter", 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;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #B2B2B2;
  background-color: #FFFFFF;
  color: #000000;
  min-height: 4rem;
}
@media only screen and (min-width: 880px) {
  .form-text, .form-email, .form-tel {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .form-text, .form-email, .form-tel {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .form-text, .form-email, .form-tel {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .form-text, .form-email, .form-tel {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .form-text, .form-email, .form-tel {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .form-text, .form-email, .form-tel {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .form-text, .form-email, .form-tel {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .form-text, .form-email, .form-tel {
    margin-bottom: 0.5rem;
  }
}

.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 .form-text,
.black .form-email,
.black .form-tel {
  border: 1px solid #B2B2B2;
  background-color: #FFFFFF;
  color: #000000;
}
.paragraph--type--background.black .form-control:focus,
.black-bg .form-control:focus,
.black .form-control:focus {
  border-color: #BA0C2F;
}
.paragraph--type--background.black .btn-primary:hover,
.black-bg .btn-primary:hover,
.black .btn-primary:hover {
  border-color: #BA0C2F;
}
.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 #BA0C2F;
}
.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: #BA0C2F;
}
.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: #BA0C2F;
}

.webform-confirmation__message .file-icon {
  border: none;
  display: none;
}
.webform-confirmation__message .file-link {
  border: none;
}
.webform-confirmation__message .file-link a {
  color: #BA0C2F;
}
.webform-confirmation__message .file-size {
  border: none;
  color: #BA0C2F;
}
.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: #101925;
  margin: 0;
  color: #BA0C2F;
  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: #101925;
}
.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: #BA0C2F;
}
.webform-confirmation-modal.ui-widget.ui-widget-content .ui-widget-content .file-link a {
  display: block;
  width: 100%;
  color: #BA0C2F;
}
.webform-confirmation-modal.ui-widget.ui-widget-content .ui-widget-content .file-size {
  color: #BA0C2F;
}


.ui-autocomplete {
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  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;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}

.is-unpublished {
  background-color: #fff4f4;
}

.paragraph.paragraph--width--full > .paragraph__column {
  padding: 0px;
}









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;
}

.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: #BA0C2F;
}

.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 {
  font-family: "Inter", 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;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.075rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
  padding-bottom: 0.5rem;
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 880px) {
  .listing-anchor__anchors .block-views h2 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .listing-anchor__anchors .block-views h2 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .listing-anchor__anchors .block-views h2 {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .listing-anchor__anchors .block-views h2 {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .listing-anchor__anchors .block-views h2 {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .listing-anchor__anchors .block-views h2 {
    line-height: 1rem;
  }
}
@media only screen and (max-width: 879px) {
  .listing-anchor__anchors .block-views h2 {
    background-color: #101925;
    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 #F0F0F0;
  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 {
  font-family: "Inter", 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;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (min-width: 880px) {
  .listing-anchor__anchors .block-views a .industry-title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .listing-anchor__anchors .block-views a .industry-title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .listing-anchor__anchors .block-views a .industry-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .listing-anchor__anchors .block-views a .industry-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .listing-anchor__anchors .block-views a .industry-title {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .listing-anchor__anchors .block-views a .industry-title {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .listing-anchor__anchors .block-views a .industry-title {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .listing-anchor__anchors .block-views a .industry-title {
    margin-bottom: 1rem;
  }
}
.listing-anchor__anchors .block-views a .industry-title p {
  display: inline;
}
.listing-anchor__anchors .block-views a .industry-callout {
  font-family: "Inter", 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;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.075rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem 0.25rem;
  background-color: #EEF4FB;
  color: #BA0C2F;
  margin-left: 0.3125rem;
}
@media only screen and (min-width: 880px) {
  .listing-anchor__anchors .block-views a .industry-callout {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .listing-anchor__anchors .block-views a .industry-callout {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .listing-anchor__anchors .block-views a .industry-callout {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .listing-anchor__anchors .block-views a .industry-callout {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .listing-anchor__anchors .block-views a .industry-callout {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .listing-anchor__anchors .block-views a .industry-callout {
    line-height: 1rem;
  }
}
.listing-anchor__anchors .block-views a.highlight {
  border-left: 2px solid #BA0C2F;
}
.listing-anchor__anchors .block-views a.highlight .industry-title {
  font-weight: bold;
  color: #BA0C2F;
}
.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 #B2B2B2;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  flex-direction: column;
}
.industries-teaser > a {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 880px) {
  .industries-teaser > a {
    margin-bottom: 0;
  }
}
.industries-teaser > a:hover, .industries-teaser > a:focus {
  text-decoration: none;
}
.industries-teaser > a:hover .arrow-link, .industries-teaser > a:focus .arrow-link {
  color: #BA0C2F;
}
.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: 880px) {
  .industries-teaser {
    flex-direction: row;
    margin-bottom: 5rem;
    padding-bottom: 3.75rem;
  }
}
.industries-teaser__industry {
  flex: 1 1 50%;
}
.industries-teaser__excerpt {
  color: #4D4D4D;
}
.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;
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
}
@media only screen and (min-width: 880px) {
  .block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2 {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .block-views-blocklink-listing-of-industry-content-industres-link-listing.mobile-filter-open h2 {
    font-size: 0.8125rem;
  }
}
@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;
}

.withfilter .hero-listing .background {
  min-height: 16.875rem;
}
.withfilter .hero-listing .hero-content {
  padding: 0;
}
.withfilter .hero-listing .listing-filter {
  min-height: 3.5rem;
  background-color: #101925;
}
.withfilter .hero-listing .overlay.black {
  background: #101925;
}
.withfilter .hero-listing .hero-title {
  margin: 0 auto;
  text-transform: uppercase;
}

.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--with-border {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #E1E1E1;
}

.hero-featured-block {
  margin-bottom: 7.25rem;
}
@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 {
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 880px) {
  .hero-featured-block .block-views > .form-group > .view .attachment .view-header {
    margin-bottom: 2rem;
  }
}

.pager,
.pagination {
  width: 100%;
  text-align: center;
  display: inline-block;
  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,
.pagination > li {
  display: inline;
}
.pager > li.is-active > a,
.pagination > li.is-active > a {
  border-bottom: 2px solid #BA0C2F;
}
.pager > li > a,
.pagination > li > a {
  color: #000000;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
}
.pager > li > a:hover,
.pagination > li > a:hover {
  color: #BA0C2F;
  text-decoration: none;
}

.pager li > a,
.pagination li > a {
  font-size: 1rem;
  padding: 0.3125rem 1rem;
  line-height: 2rem;
}

.listing-page.tabbed .hero-filter .text-label {
  display: none;
}
.listing-page.tabbed .hero-filter .news-sort {
  display: none;
}
.listing-page.tabbed .block-facet--links button {
  display: none;
}
.listing-page.tabbed.withfilter .mobile-filter {
  display: none;
}
.listing-page.tabbed.withfilter .hero-listing {
  position: relative;
  background: #101925;
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  .listing-page.tabbed.withfilter .hero-listing:after {
    position: absolute;
    z-index: 20;
    height: 26.9375rem;
    width: 5.9375rem;
    background: #101925;
    left: -0.9375rem;
    bottom: -21.875rem;
    content: " ";
    display: block;
  }
}
.listing-page.tabbed.withfilter .hero-listing .listing-filter {
  background: none;
}
.listing-page.tabbed.withfilter .hero-listing .listing-filter .hero-filter-wrapper {
  background: #101925;
  position: relative;
}
.listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper {
  height: auto;
  left: 0;
  top: 0;
  overflow-y: visible;
}
.listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section {
  background: none;
  width: auto;
  max-width: 100%;
}
.listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper .filter-headers {
  display: none;
}
.listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper .filter-mobile-apply {
  display: none;
}
.listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content {
  display: block !important;
  top: 0;
  left: 0;
  padding: 0;
  background: none;
  height: auto !important;
  width: auto !important;
  position: relative;
  box-shadow: none;
  margin-top: 0 !important;
}
.listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content .facets-widget-links {
  box-shadow: none;
}
.listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content .facets-widget-links ul {
  width: auto;
  height: auto;
  overflow: auto;
  box-shadow: none;
}
.listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content .facets-widget-links ul li {
  display: inline-block;
  height: 5rem;
  margin-bottom: 0;
  margin-right: 0.125rem;
}
.listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content .facets-widget-links ul li a {
  height: 3.5rem;
  line-height: 3.5rem;
  display: inline-block;
  padding: 0 1.5625rem;
  color: #FFFFFF;
  background: #233247;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  .listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content .facets-widget-links ul li a {
    height: 5rem;
    line-height: 5rem;
    padding: 0 2.8125rem;
  }
}
.listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content .facets-widget-links ul li a.is-active, .listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content .facets-widget-links ul li a:hover, .listing-page.tabbed.withfilter .hero-listing .hero-filter-wrapper .hero-filter > section .dropdown__content .facets-widget-links ul li a:focus {
  background: #FFFFFF;
  color: #101925;
}
.listing-page.tabbed #block-exposed-filter-news-sort {
  display: none;
}
.listing-page.tabbed .views-row:last-child article {
  border-bottom: 0;
}

.overlay.gradient {
  background: linear-gradient(180deg, #101925 0%, #1B2738 100%);
  position: relative;
  z-index: 10;
}
.overlay.gradient:after {
  content: "";
  display: block;
  background: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/pattern_1.svg) right top no-repeat;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay.gradient .component {
  position: relative;
  z-index: 3;
}

.dealer-finder .hero-header {
  text-align: center;
}
.dealer-finder .overlay .hero-content-wrapper {
  justify-content: center;
  padding-bottom: 4.5rem;
  min-height: 20rem;
}
@media only screen and (min-width: 880px) {
  .dealer-finder .overlay .hero-content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.dealer-finder .find-a-dealer-block {
  margin-top: -4.5rem;
}
@media only screen and (min-width: 880px) {
  .dealer-finder .find-a-dealer-block {
    margin-top: 0;
  }
}
.dealer-finder .find-a-dealer-filter-block.black {
  background: none;
}
@media only screen and (min-width: 880px) {
  .dealer-finder .find-a-dealer-filter-block.black {
    background: #101925;
  }
}

.gm-control-active {
  background: #000;
}

.main-container .search-api-page-block-form-site-search {
  overflow: hidden;
  width: calc(100vw - var(--scrollbarWidth, 0));
  max-width: 100vw;
  margin: 0 calc(-50vw + var(--scrollbarWidth, 0) / 2 + 50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 19.0625rem;
  position: relative;
  background: url(../img/hero-search.png) center center no-repeat;
  background-size: cover;
  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;
}
.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;
  width: 100%;
  max-width: 53.75rem;
}
.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-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-weight: 800;
  width: 100%;
  background-color: transparent;
  padding: 0;
  min-height: 2.5rem;
  margin-bottom: 0.375rem;
  padding-left: 0.625rem;
  border: none;
  border-bottom: 1px solid #E6E6E5;
  background: none;
}
.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 {
  font-weight: 900;
}
@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 {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 1100px) {
  .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: 2.625rem;
  }
}
@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 {
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1100px) {
  .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 {
    line-height: 3rem;
  }
}
@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 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .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 {
    margin-bottom: 2rem;
  }
}
@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;
  outline: none;
}
.main-container .search-api-page-block-form-site-search .form-actions {
  height: 2.5rem;
  padding: 0 1.25rem;
  display: block;
  z-index: 10;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #E6E6E5;
  margin-bottom: 3.4375rem;
}
@media only screen and (min-width: 880px) {
  .main-container .search-api-page-block-form-site-search .form-actions {
    height: 5rem;
    margin-bottom: 3.375rem;
  }
}
.main-container .search-api-page-block-form-site-search .form-actions input.form-submit {
  height: 0;
  padding: 40px 0 0 0;
  width: 28px;
  border: 0;
  background: url("/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/search-close-red.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 880px) {
  .main-container .search-api-page-block-form-site-search .form-actions input.form-submit {
    padding: 80px 0 0 0;
  }
}
.main-container .search-api-page-block-form-site-search .form-actions input.form-submit.search {
  background: url("/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/search-red.svg") center center no-repeat;
  background-size: contain;
}
.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 {
  font-family: "Inter", 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;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  white-space: nowrap;
}
@media only screen and (min-width: 880px) {
  .main-container .search-api-page-block-form-site-search .search-result-info {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .main-container .search-api-page-block-form-site-search .search-result-info {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .main-container .search-api-page-block-form-site-search .search-result-info {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .main-container .search-api-page-block-form-site-search .search-result-info {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .main-container .search-api-page-block-form-site-search .search-result-info {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .main-container .search-api-page-block-form-site-search .search-result-info {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .main-container .search-api-page-block-form-site-search .search-result-info {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .main-container .search-api-page-block-form-site-search .search-result-info {
    margin-bottom: 1rem;
  }
}

body > .search-api-autocomplete-search.ui-widget.ui-widget-content {
  border: 0;
  margin-left: -1.875rem;
  z-index: 1999;
}
@media only screen and (min-width: 1320px) {
  body > .search-api-autocomplete-search.ui-widget.ui-widget-content {
    border: 1px solid #D7D7D7;
    padding-top: 1.875rem;
  }
}

body > .search-api-autocomplete-search {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #E1E1E1;
  padding: 1.5rem 0 0.75rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 190px);
  width: calc(100% - 270px);
  color: #101925;
}
body > .search-api-autocomplete-search .search-quick-link-static {
  border: 0;
  border-top: 1px solid rgba(16, 25, 37, 0.1);
  left: 0;
  padding-top: 0;
  margin-left: 0;
}
@media only screen and (min-width: 1320px) {
  body > .search-api-autocomplete-search .search-quick-link-static {
    margin-left: 1.25rem;
  }
}
@media only screen and (min-width: 1320px) {
  body > .search-api-autocomplete-search .search-quick-link {
    padding-left: 0;
  }
}
body > .search-api-autocomplete-search .search-quick-link ul {
  padding-left: 0;
}
body > .search-api-autocomplete-search .search-suggested-searches-title {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1rem;
  color: #101925;
  font-family: "Inter", sans-serif;
}
@media only screen and (min-width: 1320px) {
  body > .search-api-autocomplete-search .search-suggested-searches-title {
    margin-left: 1.25rem;
  }
}
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: #F0F0F0;
}
body > .search-api-autocomplete-search li.ui-menu-item:hover a, body > .search-api-autocomplete-search li.ui-menu-item:focus a {
  background-color: #F0F0F0;
  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: #F0F0F0;
}
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: #F0F0F0 !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 0;
  font-family: "Inter", 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;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
@media only screen and (min-width: 1320px) {
  body > .search-api-autocomplete-search li.ui-menu-item a {
    padding-left: 1.25rem;
  }
}
body > .search-api-autocomplete-search li.ui-menu-item a.ui-state-active {
  color: #000000;
  text-decoration: underline;
  background-color: white;
}
@media only screen and (min-width: 880px) {
  body > .search-api-autocomplete-search li.ui-menu-item a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  body > .search-api-autocomplete-search li.ui-menu-item a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  body > .search-api-autocomplete-search li.ui-menu-item a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  body > .search-api-autocomplete-search li.ui-menu-item a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  body > .search-api-autocomplete-search li.ui-menu-item a {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  body > .search-api-autocomplete-search li.ui-menu-item a {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  body > .search-api-autocomplete-search li.ui-menu-item a {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  body > .search-api-autocomplete-search li.ui-menu-item a {
    margin-bottom: 1rem;
  }
}
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: #F0F0F0;
  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: #F0F0F0 !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 #E6E6E5;
  color: #4D4D4D;
  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 {
  font-family: "Inter", 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;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (min-width: 880px) {
  .search-quick-links .search-quick-link ul li a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-quick-links .search-quick-link ul li a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .search-quick-links .search-quick-link ul li a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-quick-links .search-quick-link ul li a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .search-quick-links .search-quick-link ul li a {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-quick-links .search-quick-link ul li a {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .search-quick-links .search-quick-link ul li a {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-quick-links .search-quick-link ul li a {
    margin-bottom: 1rem;
  }
}
.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;
}

.main-container .search-quick-links {
  margin-top: 2.5rem;
}

.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: #B2B2B2;
}
@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 {
    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 {
  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 {
  border-bottom: 2px solid #CC173F;
  text-decoration: none;
}
.search-results ul.pagination li.active a {
  border-bottom: 2px solid #CC173F;
  text-decoration: none;
}
.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 {
  width: 32px;
  height: 32px;
  color: #BA0C2F;
}
.search-results ul.pagination .pager__item--next a:before {
  content: "\f054";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}
.search-results ul.pagination .pager__item--next span {
  display: none;
}
.search-results ul.pagination .pager__item--previous a {
  width: 32px;
  height: 32px;
  color: #BA0C2F;
}
.search-results ul.pagination .pager__item--previous a:before {
  content: "\f053";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}
.search-results ul.pagination .pager__item--previous span {
  display: none;
}
.search-results .search-result {
  border-bottom: 1px solid #E6E6E5;
  padding: 2.5rem 0;
}
.search-results .search-result h3 {
  margin-top: 0.625rem;
  line-height: 2.5rem;
}
.search-results .search-result .url {
  text-decoration: none;
}
.search-results .search-result a {
  color: #000000;
}
.search-results .search-result a h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.search-results .search-result a h3 strong {
  font-weight: 900;
}
@media only screen and (min-width: 880px) {
  .search-results .search-result a h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-results .search-result a h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 880px) {
  .search-results .search-result a h3 {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-results .search-result a h3 {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .search-results .search-result a h3 {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-results .search-result a h3 {
    margin-bottom: 1rem;
  }
}
.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: #BA0C2F;
  text-decoration: underline;
}
.search-results .search-result a .url {
  color: #4D4D4D;
  text-decoration: none;
  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;
  max-width: 100vw;
  width: calc(100vw - 203px);
  display: flex;
  margin-top: -2.1875rem;
  left: 13.75rem;
  background-color: #FFFFFF;
  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;
  height: 4.0625rem;
  display: inline-block;
  opacity: 1;
  line-height: 4.0625rem;
  font-size: 1.3125rem;
  cursor: pointer;
}
.navbar-header .search-api-page-block-form .close:focus {
  outline: 5px auto #BA0C2F;
  outline-color: #BA0C2F;
  outline-style: auto;
  outline-width: 5px;
  outline-offset: 2px;
}
.navbar-header .search-api-page-block-form .close:after {
  content: "\f00d";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #BA0C2F;
}
@media only screen and (max-width: 1319px) {
  .navbar-header .search-api-page-block-form .close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    opacity: 1;
    text-align: center;
  }
}
.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: #737373;
}
.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: #737373;
}
@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;
    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;
  }
}
.navbar-header .search-api-page-block-form button.btn.icon-before:hover {
  color: #BA0C2F !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;
  border: none;
  width: calc(100% - 40px);
  margin: 1.25rem;
}
@media only screen and (min-width: 1320px) {
  .search-quick-link-static {
    left: 1.25rem;
    width: 100%;
    margin: 0;
    border: 1px solid #E1E1E1;
    padding-top: 1.25rem;
  }
}
.search-quick-link-static .search-quick-link {
  color: #000000;
  font-family: "Inter", 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;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.075rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2rem 1.25rem 2rem 0;
}
@media only screen and (min-width: 880px) {
  .search-quick-link-static .search-quick-link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-quick-link-static .search-quick-link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .search-quick-link-static .search-quick-link {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-quick-link-static .search-quick-link {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 880px) {
  .search-quick-link-static .search-quick-link {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-quick-link-static .search-quick-link {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1320px) {
  .search-quick-link-static .search-quick-link {
    padding: 2rem 1.25rem;
  }
}
.search-quick-link-static .search-quick-link ul {
  font-family: "Inter", 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;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 0.8125rem;
  padding-left: 0;
}
@media only screen and (min-width: 880px) {
  .search-quick-link-static .search-quick-link ul {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-quick-link-static .search-quick-link ul {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .search-quick-link-static .search-quick-link ul {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-quick-link-static .search-quick-link ul {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .search-quick-link-static .search-quick-link ul {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-quick-link-static .search-quick-link ul {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .search-quick-link-static .search-quick-link ul {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .search-quick-link-static .search-quick-link ul {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1320px) {
  .search-quick-link-static .search-quick-link ul {
    padding-left: 1.25rem;
  }
}
.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: none;
    right: 0;
    margin-top: 1.6875rem;
    top: 4rem;
  }
}
.searchno-result {
  text-align: center;
  font-size: 1.875rem;
}
@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;
}

.main-container .search-quick-link ul {
  padding-left: 0;
}

.search-popup-header {
  display: block !important;
  width: 100%;
  height: 4rem;
  text-align: center;
  color: #BA0C2F;
  font-size: 0.9375rem;
  font-weight: 700;
  position: fixed;
  line-height: 4rem;
}
@media only screen and (min-width: 1320px) {
  .search-popup-header {
    display: none !important;
  }
}
.search-popup-header .menu-back {
  position: absolute;
  left: 0;
  display: inline-block;
  min-width: 3.4375rem;
  min-height: 4.0625rem;
  height: 4.0625rem;
  width: 3.4375rem;
  line-height: 4.0625rem;
  cursor: pointer;
  margin-left: 1.75rem;
  text-align: left;
}
.search-popup-header .menu-back:focus {
  outline: 5px auto #BA0C2F;
  outline-color: #BA0C2F;
  outline-style: auto;
  outline-width: 5px;
  outline-offset: 2px;
}
.search-popup-header .menu-back:after {
  content: "\f053";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #BA0C2F;
  font-size: 1.3125rem;
}

@media only screen and (min-width: 880px) {
  .desktop-search-view {
    display: block;
  }
}
.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 .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;
}

.search-api-autocomplete-search .ui-menu-item {
  font-size: 1rem;
  line-height: 1.5rem;
}

.solution-teaser {
  border-top: 1px solid #B2B2B2;
  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: #BA0C2F;
  text-decoration: underline;
}
.solution-teaser > a:hover:after {
  background-image: url(../img/link_arrow_blue.svg);
}
.solution-teaser__excerpt {
  color: #737373;
}
.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, .view-display-id-all_solutions > .view-content > article, .view-display-id-all_solutions > .view-content > li {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (min-width: 880px) {
  .view-display-id-all_solutions > .view-content > a, .view-display-id-all_solutions > .view-content > div, .view-display-id-all_solutions > .view-content > article, .view-display-id-all_solutions > .view-content > li {
    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, .view-display-id-all_solutions > .view-content > article, .view-display-id-all_solutions > .view-content > li {
    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(3n+0), .view-display-id-all_solutions > .view-content > div:nth-child(3n+0), .view-display-id-all_solutions > .view-content > article:nth-child(3n+0), .view-display-id-all_solutions > .view-content > li: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), .view-display-id-all_solutions > .view-content > article:nth-child(3n+1), .view-display-id-all_solutions > .view-content > li: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), .view-display-id-all_solutions > .view-content > article:nth-child(-n+3), .view-display-id-all_solutions > .view-content > li: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;
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  #block-exposedfiltersolutionsort #button-filter-sort {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  #block-exposedfiltersolutionsort #button-filter-sort {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  #block-exposedfiltersolutionsort #button-filter-sort {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  #block-exposedfiltersolutionsort #button-filter-sort {
    font-size: 0.8125rem;
  }
}
#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;
}

@media only screen and (max-width: 1319px) {
  .outer-main-content {
    visibility: visible;
  }
  .outer-main-content.no-tab {
    visibility: hidden;
  }
}

.login-register {
  background-color: #FFFFFF;
}
.login-register .outer-main-content {
  margin-bottom: 4rem;
  background-color: #101925;
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-register .outer-main-content {
    margin-bottom: 5rem;
  }
}
.login-register .outer-main-content .row {
  position: relative;
  padding-top: 6.25rem;
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content .row {
    padding-top: 5rem;
  }
}
.login-register .outer-main-content main {
  display: flex;
}
.login-register .outer-main-content main.main-container.registration {
  min-height: 39.75rem;
  max-height: 50rem;
}
.login-register .outer-main-content main.main-container.registration .row {
  padding-top: 6.25rem;
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content main.main-container.registration .row {
    padding-top: 5rem;
  }
}
.login-register .outer-main-content main section {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content main section {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-register .outer-main-content main section {
    margin-bottom: 5rem;
  }
}
.login-register .outer-main-content main .region-content {
  background-color: #BA0C2F;
  padding: 3rem 6.875rem;
  padding-bottom: 3.5rem;
  border-radius: 1.625rem;
}
@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 .messages__wrapper {
  top: 0;
  min-width: 100%;
  border: 3px solid #FFFFFF;
}
.login-register .outer-main-content main .region-content .login-form__top {
  display: flex;
  flex-direction: column;
}
.login-register .outer-main-content main .region-content .login-tabs {
  border-bottom: 3px solid #737373;
  padding-bottom: 0.75rem;
  margin-bottom: 0.625rem;
  position: relative;
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content main .region-content .login-tabs {
    margin-bottom: 0.75rem;
  }
}
.login-register .outer-main-content main .region-content .login-tabs .nav-tabs {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.login-register .outer-main-content main .region-content .login-tabs li {
  position: relative;
}
.login-register .outer-main-content main .region-content .login-tabs li a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 0;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  border: 0 solid #000000;
  color: #B2B2B2;
}
.login-register .outer-main-content main .region-content .login-tabs li a strong {
  font-weight: 900;
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    line-height: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    line-height: 0;
  }
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 880px) {
  .login-register .outer-main-content main .region-content .login-tabs li a {
    width: -webkit-fit-content;
    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 {
    padding-right: 0;
    display: inline-block;
  }
}
.login-register .outer-main-content main .region-content .login-tabs li a:hover {
  color: #101925;
}
.login-register .outer-main-content main .region-content .login-tabs li.active a {
  color: #FFFFFF;
}
.login-register .outer-main-content main .region-content .login-tabs li.active a:hover {
  color: #101925;
}
@media only screen and (max-width: 1319px) {
  .login-register .outer-main-content main .row {
    width: 100%;
  }
}
.user-pass label {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
}

.login-elements, .register-elements {
  display: flex;
}
.login-elements .form-required:after, .register-elements .form-required:after {
  content: "*";
  display: flex;
  align-self: center;
}
.login-elements .form-wrapper, .register-elements .form-wrapper {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1319px) {
  .login-elements .form-wrapper, .register-elements .form-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1319px) {
  .login-elements .form-item, .register-elements .form-item {
    width: 100%;
  }
}
.login-elements .form-item #edit-name--description.description.help-block, .login-elements .form-item #edit-pass--description.description.help-block, .login-elements .form-item #edit-mail--description.description.help-block, .register-elements .form-item #edit-name--description.description.help-block, .register-elements .form-item #edit-pass--description.description.help-block, .register-elements .form-item #edit-mail--description.description.help-block {
  color: #FFFFFF;
}
.login-elements label, .register-elements label {
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding-left: 0.75rem;
  color: #FFFFFF;
}
.login-elements label strong, .register-elements label strong {
  font-weight: 900;
}
@media only screen and (min-width: 880px) {
  .login-elements label, .register-elements label {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-elements label, .register-elements label {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-elements label, .register-elements label {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-elements label, .register-elements label {
    line-height: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-elements label, .register-elements label {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-elements label, .register-elements label {
    margin-bottom: 0.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 #B2B2B2;
  background: #FFFFFF;
  color: #737373;
  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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
}
@media only screen and (min-width: 880px) {
  .login-actions, .register-actions {
    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: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  line-height: 1rem;
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
}
.login-actions a::after, .register-actions a::after {
  width: 1rem;
  height: 1rem;
}
.login-actions .login-form__top.nav > li > a, .register-actions .login-form__top.nav > li > a {
  padding: 0px;
}
@media only screen and (min-width: 880px) {
  .login-actions .login-form__submit, .register-actions .login-form__submit {
    margin-bottom: 0;
  }
}
.login-actions .login-form__submit .button, .register-actions .login-form__submit .button {
  border: 2px solid #FFFFFF;
  padding: 1rem 1.875rem;
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  color: #FFFFFF;
  line-height: 2rem;
  display: inline-block;
  box-shadow: none;
  font-weight: bold;
  outline: none;
  background-color: #1B2738;
  transition: box-shadow 0.6s ease;
  border-radius: 2rem;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  .login-actions .login-form__submit .button, .register-actions .login-form__submit .button {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-actions .login-form__submit .button, .register-actions .login-form__submit .button {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-actions .login-form__submit .button, .register-actions .login-form__submit .button {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-actions .login-form__submit .button, .register-actions .login-form__submit .button {
    font-size: 0.8125rem;
  }
}
.login-actions .login-form__submit .button span, .register-actions .login-form__submit .button span {
  display: none;
}
.login-actions .login-form__submit .button:hover, .register-actions .login-form__submit .button:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  background-color: #FFFFFF;
  border: 2px solid #1B2738;
  text-decoration: underline;
  color: #BA0C2F;
  outline: none;
}
.login-actions .login-form__submit .button:focus, .register-actions .login-form__submit .button:focus {
  outline: 5px auto #BA0C2F;
  outline-color: #BA0C2F;
  outline-style: auto;
  outline-width: 5px;
  outline-offset: 2px;
}

.login-actions .btn-link {
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #BA0C2F;
  color: #FFFFFF;
  margin-top: 1.875rem;
  padding: 1rem 1.875rem;
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  line-height: 2rem;
  display: inline-block;
  box-shadow: none;
  font-weight: bold;
  outline: none;
  transition: box-shadow 0.6s ease;
  border-radius: 2rem;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFFFFF;
  border: 2px solid #BA0C2F;
  color: #BA0C2F;
}
@media only screen and (min-width: 880px) {
  .login-actions .btn-link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-actions .btn-link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-actions .btn-link {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-actions .btn-link {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-actions .btn-link {
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-actions .btn-link {
    line-height: 1.875rem;
  }
}
.login-actions .btn-link:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-red-inactive.svg);
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: -0.1875rem;
}
.login-actions .btn-link:hover, .login-actions .btn-link:focus {
  text-decoration: underline;
  color: #B20B2C;
  background-color: transparent;
}
.login-actions .btn-link:hover:after, .login-actions .btn-link:focus:after {
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-red-active.svg);
}
.login-actions .btn-link:after {
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/link-white-inactive.svg);
}
.login-actions .btn-link:hover, .login-actions .btn-link:focus {
  color: #FFFFFF;
}
.login-actions .btn-link:hover:after, .login-actions .btn-link:focus:after {
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/link-white-active.svg);
}
@media only screen and (min-width: 880px) {
  .login-actions .btn-link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-actions .btn-link {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-actions .btn-link {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-actions .btn-link {
    font-size: 0.8125rem;
  }
}
.login-actions .btn-link:hover, .login-actions .btn-link:focus {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  outline: none;
  text-decoration: underline;
  color: #FFFFFF;
  background-color: #1B2738;
  border: 2px solid #FFFFFF;
}
.login-actions .btn-link:after {
  background-image: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/arrow-red-inactive.svg);
}
.login-actions .btn-link:focus {
  outline: 5px auto #BA0C2F;
  outline-color: #BA0C2F;
  outline-style: auto;
  outline-width: 5px;
  outline-offset: 2px;
}

.login-elements {
  flex-wrap: wrap;
}
@media only screen and (min-width: 880px) {
  .login-elements {
    justify-content: space-evenly;
    align-items: baseline;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 879px) {
  .login-elements .form-item {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.login-elements .form-item label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.login-elements .form-item label strong {
  font-weight: 900;
}
@media only screen and (min-width: 880px) {
  .login-elements .form-item label {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-elements .form-item label {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-elements .form-item label {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-elements .form-item label {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-elements .form-item label {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-elements .form-item label {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-elements .form-item label {
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .login-elements .form-item label {
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .login-elements .form-item label {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .login-elements .form-item label {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 880px) {
  .login-elements .form-item label {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 880px) {
  .login-elements .form-item {
    width: 47%;
  }
}

.register-elements {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (min-width: 880px) {
  .register-elements {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1320px) {
  .register-elements {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 880px) {
  .register-elements .form-wrapper {
    width: 47%;
  }
}
.register-elements .form-wrapper label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.register-elements .form-wrapper label strong {
  font-weight: 900;
}
@media only screen and (min-width: 880px) {
  .register-elements .form-wrapper label {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1100px) {
  .register-elements .form-wrapper label {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 880px) {
  .register-elements .form-wrapper label {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .register-elements .form-wrapper label {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .register-elements .form-wrapper label {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .register-elements .form-wrapper label {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .register-elements .form-wrapper label {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .register-elements .form-wrapper label {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 880px) {
  .register-elements .form-wrapper label {
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .register-elements .form-wrapper label {
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .register-elements .form-wrapper label {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 879px) {
  .register-elements .form-wrapper {
    margin-right: 0;
    min-width: 100%;
  }
}
main.main-container #user-pass .form-required:after {
  content: "*";
  display: flex;
  align-self: center;
}
main.main-container #user-pass p {
  text-align: center;
  color: #FFFFFF;
}
main.main-container #user-pass #edit-actions > input[type=submit] {
  border: 2px solid #FFFFFF;
  padding: 1rem 1.875rem;
  font-family: "Inter", 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;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  color: #FFFFFF;
  line-height: 2rem;
  display: inline-block;
  box-shadow: none;
  font-weight: bold;
  outline: none;
  background-color: #1B2738;
  transition: box-shadow 0.6s ease;
  border-radius: 2rem;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 880px) {
  main.main-container #user-pass #edit-actions > input[type=submit] {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  main.main-container #user-pass #edit-actions > input[type=submit] {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  main.main-container #user-pass #edit-actions > input[type=submit] {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  main.main-container #user-pass #edit-actions > input[type=submit] {
    font-size: 0.8125rem;
  }
}
main.main-container #user-pass #edit-actions > input[type=submit] span {
  display: none;
}
main.main-container #user-pass #edit-actions > input[type=submit]:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  background-color: #FFFFFF;
  border: 2px solid #1B2738;
  text-decoration: underline;
  color: #BA0C2F;
  outline: none;
}
main.main-container #user-pass #edit-actions > input[type=submit]:focus {
  outline: 5px auto #BA0C2F;
  outline-color: #BA0C2F;
  outline-style: auto;
  outline-width: 5px;
  outline-offset: 2px;
}

.user-pass .form-item {
  margin-bottom: 1rem;
}
.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 {
  display: flex;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 2rem;
  text-transform: uppercase;
  padding-left: 0.75rem;
  color: #FFFFFF;
}
.user-pass label strong {
  font-weight: 900;
}
@media only screen and (min-width: 880px) {
  .user-pass label {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1100px) {
  .user-pass label {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 880px) {
  .user-pass label {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .user-pass label {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .user-pass label {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .user-pass label {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .user-pass label {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .user-pass label {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 880px) {
  .user-pass label {
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .user-pass label {
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 1319px) {
  .user-pass label {
    justify-content: center;
  }
}
.user-pass input.required {
  width: 100%;
  border: 1px solid #B2B2B2;
  background: #FFFFFF;
  color: #737373;
  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%;
  }
}

input.form-email.required, input.form-text.required {
  color: #000000;
}

.login-register .outer-main-content main.main-container {
  min-height: 57.5rem;
  max-height: 62.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@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;
  }
}

article.error-page .hero-title {
  display: none;
}
article.error-page .section--spacing--none {
  margin-bottom: 5.625rem;
}
@media only screen and (min-width: 880px) {
  article.error-page .section--spacing--none {
    margin-bottom: 9.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  article.error-page .section--spacing--none {
    margin-bottom: 24rem;
  }
}
article.error-page .content-column-wrapper {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 880px) {
  article.error-page .content-column-wrapper {
    flex-direction: row;
  }
}
@media only screen and (max-width: 879px) {
  article.error-page .paragraph--type--bp-columns__2col {
    text-align: center;
    justify-content: center;
  }
  article.error-page .paragraph--type--bp-columns__2col:nth-of-type(2) {
    max-width: 14.625rem;
    margin: 0 auto;
  }
  article.error-page .paragraph--type--bp-columns__2col:nth-of-type(2):before {
    content: "404";
    color: #E1E1E1;
    position: absolute;
    font-size: 140px;
    font-weight: 700;
    z-index: -1;
  }
}
article.error-page .prefixtxt {
  color: #101925;
  line-height: 0;
  margin-bottom: 2.375rem;
}
@media only screen and (max-width: 879px) {
  article.error-page .prefixtxt {
    display: none;
  }
}
article.error-page h1 {
  color: #101925;
}
@media only screen and (min-width: 880px) {
  article.error-page h1 {
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 879px) {
  article.error-page h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    font-weight: 800;
  }
  article.error-page h1 strong {
    font-weight: 900;
  }
}
@media only screen and (max-width: 879px) and (min-width: 880px) {
  article.error-page h1 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 879px) and (min-width: 1100px) {
  article.error-page h1 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 879px) and (min-width: 880px) {
  article.error-page h1 {
    line-height: 3rem;
  }
}
@media only screen and (max-width: 879px) and (min-width: 1100px) {
  article.error-page h1 {
    line-height: 3rem;
  }
}
@media only screen and (max-width: 879px) and (min-width: 880px) {
  article.error-page h1 {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 879px) and (min-width: 1100px) {
  article.error-page h1 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  article.error-page .component-wysiwyg {
    margin-top: 6.875rem;
  }
}
@media only screen and (min-width: 1320px) {
  article.error-page .component-wysiwyg__header {
    min-width: 46.25rem;
    margin-bottom: 2.375rem;
  }
}
@media only screen and (max-width: 879px) {
  article.error-page .component-wysiwyg__text p {
    display: flex;
    flex-direction: column;
  }
}
article.error-page .tertiary-link {
  margin-right: 3rem;
}


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