/**
 * Theme Name: a4id
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for A4ID Multisite
 * Template: oneltd-base
 */

@charset "UTF-8";
@font-face {
  font-family: "Helvetica Neue LT W05_55 Roman";
  src: url("./fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("./fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica Neue LT W05_56 Italic";
  src: url("./fonts/4bd56f95-e7ab-4a32-91fd-b8704cbd38bc.woff2") format("woff2"), url("./fonts/4fe1c328-1f21-434a-8f0d-5e0cf6c70dfb.woff") format("woff");
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue LT W05_65 Medium";
  src: url("./fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"), url("./fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue LT W05_75 Bold";
  src: url("./fonts/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2") format("woff2"), url("./fonts/7b415a05-784a-4a4c-8c94-67e9288312f5.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue LT W05_76 Bd It";
  src: url("./fonts/13ab58b4-b5ba-4c95-afde-ab2608fbbbd9.woff2") format("woff2"), url("./fonts/5018b5b5-c821-4653-bc74-d0b11d735f1a.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
/* 1085 / 1645 */
/* 525 / 1645 */
/* 385 / 1645 */
/* 506 / 1645 */
/* 744 / 1645 */
/* 945 / 1645 */
/* 475 / 1645 */
/* 665 / 1645 */
/* 723 / 1645 */
/* 847 / 1645 */
/* reset everything for mobile */
/* line 1, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, ../../src/sass/helpers/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 11, ../../src/sass/helpers/_reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
.has-red-text-font-size,
h3,
h4,
.accordions .accordion-item h3,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 99, ../../src/sass/helpers/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 112, ../../src/sass/helpers/_reset.scss */
body {
  line-height: 1;
}

/* line 115, ../../src/sass/helpers/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 119, ../../src/sass/helpers/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 123, ../../src/sass/helpers/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 130, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 135, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 138, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 142, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 18px;
  font-family: "Helvetica Neue LT W05_55 Roman", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/helpers/_typography.scss */
  body {
    font-size: 20px;
  }
}

/* line 16, ../../src/sass/helpers/_typography.scss */
.h1, h1,
.h2,
h2,
.has-red-text-font-size,
.h3,
h3,
.h4,
h4,
.accordions .accordion-item h3,
.h5,
h5,
.h6,
h6 {
  font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
  font-weight: 700;
  line-height: 1.0833;
}

/* line 27, ../../src/sass/helpers/_typography.scss */
.h1, h1 {
  font-size: 43px;
}
@media only screen and (min-width: 1048px) {
  /* line 27, ../../src/sass/helpers/_typography.scss */
  .h1, h1 {
    font-size: min(max(46px, 4.985vw), 82px);
  }
}
/* line 34, ../../src/sass/helpers/_typography.scss */
.red .h1, .red h1 {
  color: #d70000;
}

/* line 39, ../../src/sass/helpers/_typography.scss */
.h2, h2, .has-red-text-font-size {
  font-size: 32px;
}
@media only screen and (min-width: 1048px) {
  /* line 39, ../../src/sass/helpers/_typography.scss */
  .h2, h2, .has-red-text-font-size {
    font-size: min(max(32px, 3.404vw), 56px);
  }
}

/* line 47, ../../src/sass/helpers/_typography.scss */
.h3, h3 {
  font-size: min(max(25px, 1.824vw), 30px);
}

/* line 51, ../../src/sass/helpers/_typography.scss */
.h4, h4, .accordions .accordion-item h3,
.h5,
h5,
.h6,
h6 {
  font-size: min(max(20px, 1.581vw), 26px);
}

/* line 57, ../../src/sass/helpers/_typography.scss */
.fixed, pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  line-height: 1.2;
}

/* line 63, ../../src/sass/helpers/_typography.scss */
.italic, i,
em {
  font-style: italic;
}

/* line 66, ../../src/sass/helpers/_typography.scss */
.bold, b,
strong {
  font-weight: 700;
  font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
}

/* line 70, ../../src/sass/helpers/_typography.scss */
.medium {
  font-family: "Helvetica Neue LT W05_65 Medium", sans-serif;
  font-weight: 500;
}

/* line 75, ../../src/sass/helpers/_typography.scss */
.block-margins, p,
ul,
ol,
pre {
  margin: 0 0 1.3em 0;
}

/* line 79, ../../src/sass/helpers/_typography.scss */
.unordered-list, ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 24px;
}

/* line 84, ../../src/sass/helpers/_typography.scss */
.ordered-list, ol {
  list-style: none;
  list-style-position: outside;
  margin-left: 24px;
}

/* line 99, ../../src/sass/helpers/_typography.scss */
h1,
.h1,
h1 {
  margin: 0 0 0.5em;
}

/* line 104, ../../src/sass/helpers/_typography.scss */
h2, .has-red-text-font-size,
.h2,
h2,
.has-red-text-font-size {
  margin: 2.3em 0 0.65em;
}
@media only screen and (min-width: 1048px) {
  /* line 104, ../../src/sass/helpers/_typography.scss */
  h2, .has-red-text-font-size,
  .h2,
  h2,
  .has-red-text-font-size {
    margin: 3.3em 0 0.65em;
  }
}
/* line 112, ../../src/sass/helpers/_typography.scss */
h2.title, .title.has-red-text-font-size,
.h2.title,
h2.title,
.title.has-red-text-font-size {
  margin-top: 0;
}

/* line 116, ../../src/sass/helpers/_typography.scss */
h3,
.h3,
h3 {
  margin: 2.3em 0 0.65em;
}
@media only screen and (min-width: 1048px) {
  /* line 116, ../../src/sass/helpers/_typography.scss */
  h3,
  .h3,
  h3 {
    margin: 3.3em 0 0.65em;
  }
}

/* line 125, ../../src/sass/helpers/_typography.scss */
h4, .accordions .accordion-item h3,
.h4,
h4,
.accordions .accordion-item h3 {
  margin: 2em 0 0.65em;
}

/* line 131, ../../src/sass/helpers/_typography.scss */
h5,
.h5,
h5 {
  margin: 2em 0 0.65em;
}

/* line 136, ../../src/sass/helpers/_typography.scss */
h6,
.h6,
h6 {
  margin: 2em 0 0.65em;
}

/* line 156, ../../src/sass/helpers/_typography.scss */
ul li,
ol li {
  margin: 0 0 0.65em 0;
}

/* line 163, ../../src/sass/helpers/_typography.scss */
ol li ol li:first-of-type,
ul li ul li:first-of-type {
  margin-top: 0.65em;
}

/* line 168, ../../src/sass/helpers/_typography.scss */
ul li ul,
ol li ol {
  margin: 0 0 0 24px;
}

/* line 173, ../../src/sass/helpers/_typography.scss */
ol li ol {
  list-style: none;
}

/* line 177, ../../src/sass/helpers/_typography.scss */
ul li ul {
  list-style: none;
}

/* line 183, ../../src/sass/helpers/_typography.scss */
ul li:not(header ul li):not(footer ul li):not(.pagination ul li)::before {
  content: "\2022";
  color: #ff6464;
  display: inline-block;
  width: 24px;
  margin-left: -24px;
}

/* line 193, ../../src/sass/helpers/_typography.scss */
ol {
  list-style: none;
  counter-reset: li;
}
/* line 197, ../../src/sass/helpers/_typography.scss */
ol li {
  counter-increment: li;
}
/* line 200, ../../src/sass/helpers/_typography.scss */
ol li::before {
  content: counter(li);
  color: #ff6464;
  display: inline-block;
  width: 24px;
  margin-left: -24px;
}

/* line 214, ../../src/sass/helpers/_typography.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 219, ../../src/sass/helpers/_typography.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 226, ../../src/sass/helpers/_typography.scss */
a:not(header a):not(.wp-block-button__link):not(.tile):not(footer a):not(.accordion-link):not(.not-fancy):not(.social-icon):not(.pagination ul li a):not(.tiles .content):not(.block-tiles .content) {
  text-decoration: none;
  color: #d70000;
}
/* line 232, ../../src/sass/helpers/_typography.scss */
a:not(header a):not(.wp-block-button__link):not(.tile):not(footer a):not(.accordion-link):not(.not-fancy):not(.social-icon):not(.pagination ul li a):not(.tiles .content):not(.block-tiles .content):hover, a:not(header a):not(.wp-block-button__link):not(.tile):not(footer a):not(.accordion-link):not(.not-fancy):not(.social-icon):not(.pagination ul li a):not(.tiles .content):not(.block-tiles .content):active, a:not(header a):not(.wp-block-button__link):not(.tile):not(footer a):not(.accordion-link):not(.not-fancy):not(.social-icon):not(.pagination ul li a):not(.tiles .content):not(.block-tiles .content):focus, a:not(header a):not(.wp-block-button__link):not(.tile):not(footer a):not(.accordion-link):not(.not-fancy):not(.social-icon):not(.pagination ul li a):not(.tiles .content):not(.block-tiles .content):visited {
  color: #d70000;
}
/* line 239, ../../src/sass/helpers/_typography.scss */
a:not(header a):not(.wp-block-button__link):not(.tile):not(footer a):not(.accordion-link):not(.not-fancy):not(.social-icon):not(.pagination ul li a):not(.tiles .content):not(.block-tiles .content):hover {
  text-decoration: underline;
}

/* line 248, ../../src/sass/helpers/_typography.scss */
.has-meta-font-size,
.meta-tag {
  color: #d70000;
  font-family: "Helvetica Neue LT W05_65 Medium", sans-serif;
  margin: 0 0 0.35em;
  font-size: min(max(20px, 1.581vw), 24px) !important;
}

/* line 257, ../../src/sass/helpers/_typography.scss */
.has-red-text-font-size {
  font-size: 27px !important;
  color: #d70000;
  margin: 2em 0 0.65em;
}
@media only screen and (min-width: 1048px) {
  /* line 257, ../../src/sass/helpers/_typography.scss */
  .has-red-text-font-size {
    font-size: min(max(32px, 2.553vw), 42px) !important;
  }
}

/* line 270, ../../src/sass/helpers/_typography.scss */
.single-page .meta-tag {
  margin: 0 0 0.65em;
}

/* line 277, ../../src/sass/helpers/_typography.scss */
.red {
  color: #d70000;
}

/* line 1, ../../src/sass/helpers/_base.scss */
body {
  padding: 0;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/helpers/_base.scss */
  body {
    padding: 0 26px;
  }
}
/* line 8, ../../src/sass/helpers/_base.scss */
body.scroll-lock {
  overflow: hidden;
}

/* line 13, ../../src/sass/helpers/_base.scss */
.container {
  width: 100%;
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
}
@media only screen and (min-width: 1048px) {
  /* line 13, ../../src/sass/helpers/_base.scss */
  .container {
    padding-left: -webkit-calc(7.162vw - 26px);
    padding-left: -moz-calc(7.162vw - 26px);
    padding-left: calc(7.162vw - 26px);
    padding-right: -webkit-calc(7.162vw - 26px);
    padding-right: -moz-calc(7.162vw - 26px);
    padding-right: calc(7.162vw - 26px);
  }
}
/* line 27, ../../src/sass/helpers/_base.scss */
.container.thin {
  width: 100%;
}
@media only screen and (min-width: 1048px) {
  /* line 27, ../../src/sass/helpers/_base.scss */
  .container.thin {
    max-width: 65.9574468085%;
  }
}

/* line 40, ../../src/sass/helpers/_base.scss */
.desktop {
  display: none;
}
@media only screen and (min-width: 1048px) {
  /* line 40, ../../src/sass/helpers/_base.scss */
  .desktop {
    display: block;
  }
}

/* line 48, ../../src/sass/helpers/_base.scss */
.mobile {
  display: block;
}
@media only screen and (min-width: 1048px) {
  /* line 48, ../../src/sass/helpers/_base.scss */
  .mobile {
    display: none;
  }
}

/* line 56, ../../src/sass/helpers/_base.scss */
.full-width {
  width: -webkit-calc(100vw - var(--scrollbar-width));
  width: -moz-calc(100vw - var(--scrollbar-width));
  width: calc(100vw - var(--scrollbar-width));
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/* line 64, ../../src/sass/helpers/_base.scss */
.full-width .container {
  padding-right: 32px;
  padding-left: 32px;
}
@media only screen and (min-width: 1048px) {
  /* line 64, ../../src/sass/helpers/_base.scss */
  .full-width .container {
    padding-right: -webkit-calc(7.162vw + 6px);
    padding-right: -moz-calc(7.162vw + 6px);
    padding-right: calc(7.162vw + 6px);
    padding-left: -webkit-calc(7.162vw + 6px);
    padding-left: -moz-calc(7.162vw + 6px);
    padding-left: calc(7.162vw + 6px);
  }
}

/* line 78, ../../src/sass/helpers/_base.scss */
.is-hidden {
  display: none !important;
}

/* line 84, ../../src/sass/helpers/_base.scss */
.header-area .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1048px) {
  /* line 84, ../../src/sass/helpers/_base.scss */
  .header-area .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 93, ../../src/sass/helpers/_base.scss */
.header-area .container h1 {
  margin: 0 0 0.65em;
}
/* line 97, ../../src/sass/helpers/_base.scss */
.header-area .container .text-block {
  width: 100%;
}
@media only screen and (min-width: 1048px) {
  /* line 97, ../../src/sass/helpers/_base.scss */
  .header-area .container .text-block {
    width: 43.9513677812%;
  }
}
/* line 105, ../../src/sass/helpers/_base.scss */
.header-area .container .image-block {
  height: 280px;
  width: 100%;
}
@media only screen and (min-width: 1048px) {
  /* line 105, ../../src/sass/helpers/_base.scss */
  .header-area .container .image-block {
    width: 51.4893617021%;
    height: 548px;
  }
}
/* line 115, ../../src/sass/helpers/_base.scss */
.header-area .container .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 126, ../../src/sass/helpers/_base.scss */
.with_frm_style input[type="email"],
.with_frm_style input[type="text"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"] {
  border: 0px solid #d70000;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  border-bottom: 1px #d70000 solid;
  background: none;
  text-indent: 0;
  padding: 14px 0;
  height: 56px;
}

/* line 142, ../../src/sass/helpers/_base.scss */
.with_frm_style textarea {
  border: 0px solid #d70000;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  border-bottom: 1px #d70000 solid;
  background: none;
  text-indent: 0;
  padding: 14px 0;
}

/* line 151, ../../src/sass/helpers/_base.scss */
.frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
  font-size: 18px;
  font-family: "Helvetica Neue LT W05_55 Roman", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.frm_style_formidable-style.with_frm_style input::-moz-placeholder,
.frm_style_formidable-style.with_frm_style textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
  font-size: 18px;
  font-family: "Helvetica Neue LT W05_55 Roman", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.frm_style_formidable-style.with_frm_style input:-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style textarea:-ms-input-placeholder {
  opacity: 1;
  color: #000;
  font-size: 18px;
  font-family: "Helvetica Neue LT W05_55 Roman", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.frm_style_formidable-style.with_frm_style input::placeholder,
.frm_style_formidable-style.with_frm_style textarea::placeholder {
  opacity: 1;
  color: #000;
  font-size: 18px;
  font-family: "Helvetica Neue LT W05_55 Roman", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (min-width: 1048px) {
  /* line 151, ../../src/sass/helpers/_base.scss */
  .frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder,
  .frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder {
    font-size: 20px;
  }
  .frm_style_formidable-style.with_frm_style input::-moz-placeholder,
  .frm_style_formidable-style.with_frm_style textarea::-moz-placeholder {
    font-size: 20px;
  }
  .frm_style_formidable-style.with_frm_style input:-ms-input-placeholder,
  .frm_style_formidable-style.with_frm_style textarea:-ms-input-placeholder {
    font-size: 20px;
  }
  .frm_style_formidable-style.with_frm_style input::placeholder,
  .frm_style_formidable-style.with_frm_style textarea::placeholder {
    font-size: 20px;
  }
}

/* line 166, ../../src/sass/helpers/_base.scss */
.frm_submit button.frm_button_submit.frm_final_submit {
  background: #d70000;
  color: #FFF;
  font-weight: 700;
  -webkit-border-radius: 33px;
     -moz-border-radius: 33px;
          border-radius: 33px;
  padding: 16px 28px;
  text-align: center;
  min-height: 42px;
  height: auto;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  border: 0px solid;
  border-color: #d70000;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 50);
  letter-spacing: -moz-calc(1rem * 0.001 * 50);
  letter-spacing: calc(1rem * 0.001 * 50);
  font-size: 16px;
  line-height: 16px;
}
@media only screen and (min-width: 1048px) {
  /* line 166, ../../src/sass/helpers/_base.scss */
  .frm_submit button.frm_button_submit.frm_final_submit {
    font-size: 18px;
    line-height: 18px;
  }
}
/* line 318, ../../src/sass/helpers/_mixins.scss */
.frm_submit button.frm_button_submit.frm_final_submit:visited, .frm_submit button.frm_button_submit.frm_final_submit:active, .frm_submit button.frm_button_submit.frm_final_submit:focus {
  background: #d70000;
  color: #FFF;
}
/* line 327, ../../src/sass/helpers/_mixins.scss */
.frm_submit button.frm_button_submit.frm_final_submit:hover {
  background: #ff6464;
  color: #FFF;
  border-color: #ff6464;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-moz-keyframes modal-video-inner {
  from {
    -moz-transform: translate(0, 100px);
         transform: translate(0, 100px);
  }
  to {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}
@-o-keyframes modal-video-inner {
  from {
    -o-transform: translate(0, 100px);
       transform: translate(0, 100px);
  }
  to {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
       -moz-transform: translate(0, 100px);
         -o-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* line 26, ../../src/sass/vendor/modal-video.scss */
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
     -moz-animation-name: modal-video;
       -o-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 46, ../../src/sass/vendor/modal-video.scss */
.modal-video-close {
  opacity: 0;
}
/* line 49, ../../src/sass/vendor/modal-video.scss */
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

/* line 58, ../../src/sass/vendor/modal-video.scss */
.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 69, ../../src/sass/vendor/modal-video.scss */
.modal-video-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  /* line 69, ../../src/sass/vendor/modal-video.scss */
  .modal-video-inner {
    padding: 10px 60px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* line 82, ../../src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
     -moz-animation-name: modal-video-inner;
       -o-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 102, ../../src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 111, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (orientation: landscape) {
  /* line 111, ../../src/sass/vendor/modal-video.scss */
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
/* line 128, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 132, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 136, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-top: -6px;
}

/* line 2, ../../src/sass/partials/header.scss */
header a {
  text-decoration: none;
}
/* line 6, ../../src/sass/partials/header.scss */
header .logo-main {
  height: 80px;
}
@media only screen and (min-width: 768px) {
  /* line 6, ../../src/sass/partials/header.scss */
  header .logo-main {
    height: 110px;
  }
}
/* line 13, ../../src/sass/partials/header.scss */
header .logo-main svg {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 19, ../../src/sass/partials/header.scss */
.site-3 header .logo-main {
  height: 70px;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../../src/sass/partials/header.scss */
  .site-3 header .logo-main {
    height: 110px;
  }
}
/* line 32, ../../src/sass/partials/header.scss */
header .nav-area {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
@media only screen and (min-width: 1048px) {
  /* line 32, ../../src/sass/partials/header.scss */
  header .nav-area {
    gap: 50px;
  }
}
/* line 45, ../../src/sass/partials/header.scss */
header .nav-area .desktop-nav {
  display: grid;
  grid-template-columns: auto  auto;
  gap: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: center;
}
@media only screen and (min-width: 560px) {
  /* line 45, ../../src/sass/partials/header.scss */
  header .nav-area .desktop-nav {
    grid-template-columns: auto  auto auto;
  }
}
/* line 58, ../../src/sass/partials/header.scss */
.site-3 header .nav-area .desktop-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 78, ../../src/sass/partials/header.scss */
.mobile-nav-active.admin-bar header {
  top: 32px;
}
/* line 82, ../../src/sass/partials/header.scss */
.mobile-nav-active header {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
/* line 90, ../../src/sass/partials/header.scss */
.mobile-nav-active header .container {
  -webkit-transition: background 1.5s linear;
     -moz-transition: background 1.5s linear;
       -o-transition: background 1.5s linear;
          transition: background 1.5s linear;
}
/* line 95, ../../src/sass/partials/header.scss */
header .top-nav {
  display: none;
  background: #d70000;
}
@media only screen and (min-width: 768px) {
  /* line 95, ../../src/sass/partials/header.scss */
  header .top-nav {
    display: block;
  }
}
/* line 103, ../../src/sass/partials/header.scss */
header .top-nav .container {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 109, ../../src/sass/partials/header.scss */
header .top-nav .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
/* line 113, ../../src/sass/partials/header.scss */
header .top-nav .container ul li {
  padding-right: 10px;
  margin-right: 60px;
  margin-bottom: 0;
}
/* line 121, ../../src/sass/partials/header.scss */
header .top-nav .container ul li a {
  color: white;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
/* line 129, ../../src/sass/partials/header.scss */
header .top-nav .container ul li a:after {
  border-bottom-color: #FFF;
  border-bottom-style: solid;
  content: "";
  display: block;
  left: auto;
  position: absolute;
  right: 0;
  -webkit-transition: width 0.6s ease-out;
     -moz-transition: width 0.6s ease-out;
       -o-transition: width 0.6s ease-out;
          transition: width 0.6s ease-out;
  width: 0;
  border-bottom-width: 1px;
  bottom: 0;
}
/* line 143, ../../src/sass/partials/header.scss */
header .top-nav .container ul li a:hover, header .top-nav .container ul li a:active, header .top-nav .container ul li a:focus, header .top-nav .container ul li a:visited {
  color: #FFF;
}
/* line 152, ../../src/sass/partials/header.scss */
header .top-nav .container ul li a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
/* line 165, ../../src/sass/partials/header.scss */
header .main-nav {
  padding: 18px 0;
  background: #FFF;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1048px) {
  /* line 165, ../../src/sass/partials/header.scss */
  header .main-nav {
    padding: 40px 0 80px;
  }
}
/* line 177, ../../src/sass/partials/header.scss */
header .main-nav .container {
  min-height: 60px;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 0px;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}
/* line 187, ../../src/sass/partials/header.scss */
header .main-nav .container .nav-logo-menu-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100px;
}
@media only screen and (min-width: 560px) {
  /* line 187, ../../src/sass/partials/header.scss */
  header .main-nav .container .nav-logo-menu-controls {
    height: auto;
  }
}
/* line 203, ../../src/sass/partials/header.scss */
header .main-nav .container .main-menu {
  display: none;
}
/* line 206, ../../src/sass/partials/header.scss */
header .main-nav .container .main-menu ul li a {
  color: #000;
}
/* line 209, ../../src/sass/partials/header.scss */
header .main-nav .container .main-menu ul li a:hover, header .main-nav .container .main-menu ul li a:active, header .main-nav .container .main-menu ul li a:focus, header .main-nav .container .main-menu ul li a:visited {
  color: #000;
}
/* line 219, ../../src/sass/partials/header.scss */
header .main-nav .container .main-menu.active {
  display: block;
  z-index: 15;
  overflow: auto;
  height: -webkit-calc(100vh - 290px);
  height: -moz-calc(100vh - 290px);
  height: calc(100vh - 290px);
}
/* line 229, ../../src/sass/partials/header.scss */
header .main-nav .hamburger {
  cursor: pointer;
}
@media only screen and (min-width: 1048px) {
  /* line 232, ../../src/sass/partials/header.scss */
  .site-3 header .main-nav .hamburger {
    display: none;
  }
}
/* line 239, ../../src/sass/partials/header.scss */
header .main-nav .site3-nav {
  display: none;
}
@media only screen and (min-width: 1048px) {
  /* line 239, ../../src/sass/partials/header.scss */
  header .main-nav .site3-nav {
    display: block;
  }
  /* line 245, ../../src/sass/partials/header.scss */
  header .main-nav .site3-nav ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    height: 100px;
  }
  /* line 253, ../../src/sass/partials/header.scss */
  header .main-nav .site3-nav ul li a {
    background: #d70000;
    color: #FFF;
    font-weight: 700;
    -webkit-border-radius: 33px;
       -moz-border-radius: 33px;
            border-radius: 33px;
    padding: 16px 28px;
    text-align: center;
    min-height: 42px;
    height: auto;
    margin: 1em 0;
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
    border: 2px solid;
    border-color: #d70000;
    text-transform: uppercase;
    letter-spacing: -webkit-calc(1rem * 0.001 * 50);
    letter-spacing: -moz-calc(1rem * 0.001 * 50);
    letter-spacing: calc(1rem * 0.001 * 50);
    font-size: 16px;
    line-height: 16px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    font-weight: 600;
    padding: 8px 16px;
    background: #d70000;
    border-color: none;
    border: none;
    margin-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: none;
    color: #FFF;
  }
}
@media only screen and (min-width: 1048px) and (min-width: 1048px) {
  /* line 253, ../../src/sass/partials/header.scss */
  header .main-nav .site3-nav ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 318, ../../src/sass/helpers/_mixins.scss */
  header .main-nav .site3-nav ul li a:visited, header .main-nav .site3-nav ul li a:active, header .main-nav .site3-nav ul li a:focus {
    background: #d70000;
    color: #FFF;
  }
  /* line 327, ../../src/sass/helpers/_mixins.scss */
  header .main-nav .site3-nav ul li a:hover {
    background: #ff6464;
    color: #FFF;
    border-color: #FFF;
  }
}
@media only screen and (min-width: 1048px) and (min-width: 560px) {
  /* line 253, ../../src/sass/partials/header.scss */
  header .main-nav .site3-nav ul li a {
    padding: 17.5px 19.5px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 271, ../../src/sass/partials/header.scss */
  header .main-nav .site3-nav ul li a:hover {
    color: #FFF;
  }
  /* line 276, ../../src/sass/partials/header.scss */
  header .main-nav .site3-nav ul li.active a {
    background: #ff6464;
  }
}
/* line 284, ../../src/sass/partials/header.scss */
header .main-nav .donate-button, header .main-nav .hamburger {
  background: #d70000;
  color: #FFF;
  font-weight: 700;
  -webkit-border-radius: 33px;
     -moz-border-radius: 33px;
          border-radius: 33px;
  padding: 16px 28px;
  text-align: center;
  min-height: 42px;
  height: auto;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  border: 2px solid;
  border-color: #d70000;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 50);
  letter-spacing: -moz-calc(1rem * 0.001 * 50);
  letter-spacing: calc(1rem * 0.001 * 50);
  font-size: 16px;
  line-height: 16px;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  font-weight: 600;
  padding: 8px 16px;
  background: #d70000;
  border-color: none;
  border: none;
  margin-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1048px) {
  /* line 284, ../../src/sass/partials/header.scss */
  header .main-nav .donate-button, header .main-nav .hamburger {
    font-size: 18px;
    line-height: 18px;
  }
}
/* line 318, ../../src/sass/helpers/_mixins.scss */
header .main-nav .donate-button:visited, header .main-nav .donate-button:active, header .main-nav .donate-button:focus, header .main-nav .hamburger:visited, header .main-nav .hamburger:active, header .main-nav .hamburger:focus {
  background: #d70000;
  color: #FFF;
}
/* line 327, ../../src/sass/helpers/_mixins.scss */
header .main-nav .donate-button:hover, header .main-nav .hamburger:hover {
  background: #ff6464;
  color: #FFF;
  border-color: #FFF;
}
@media only screen and (min-width: 560px) {
  /* line 284, ../../src/sass/partials/header.scss */
  header .main-nav .donate-button, header .main-nav .hamburger {
    padding: 17.5px 19.5px;
  }
}
/* line 300, ../../src/sass/partials/header.scss */
header .main-nav .donate-button.active, header .main-nav .hamburger.active {
  background: #ff6464;
}
/* line 304, ../../src/sass/partials/header.scss */
header .main-nav .donate-button a, header .main-nav .hamburger a {
  color: #FFF;
}
/* line 306, ../../src/sass/partials/header.scss */
header .main-nav .donate-button a:hover, header .main-nav .hamburger a:hover {
  color: #FFF;
}
/* line 312, ../../src/sass/partials/header.scss */
header .main-nav .search-toggle {
  background: #d70000;
  color: #FFF;
  font-weight: 700;
  -webkit-border-radius: 33px;
     -moz-border-radius: 33px;
          border-radius: 33px;
  padding: 16px 28px;
  text-align: center;
  min-height: 42px;
  height: auto;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  border: 2px solid;
  border-color: #d70000;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 50);
  letter-spacing: -moz-calc(1rem * 0.001 * 50);
  letter-spacing: calc(1rem * 0.001 * 50);
  font-size: 16px;
  line-height: 16px;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  border-color: none;
  border: none;
  background: #d70000;
  font-weight: 400;
  height: 52px;
  width: 52px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0px;
  padding: 14px;
  display: none !important;
}
@media only screen and (min-width: 1048px) {
  /* line 312, ../../src/sass/partials/header.scss */
  header .main-nav .search-toggle {
    font-size: 18px;
    line-height: 18px;
  }
}
/* line 318, ../../src/sass/helpers/_mixins.scss */
header .main-nav .search-toggle:visited, header .main-nav .search-toggle:active, header .main-nav .search-toggle:focus {
  background: #d70000;
  color: #FFF;
}
/* line 327, ../../src/sass/helpers/_mixins.scss */
header .main-nav .search-toggle:hover {
  background: #ff6464;
  color: #FFF;
  border-color: #FFF;
}
@media only screen and (min-width: 768px) {
  /* line 312, ../../src/sass/partials/header.scss */
  header .main-nav .search-toggle {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* line 337, ../../src/sass/partials/header.scss */
header .main-nav .search-toggle.active {
  background: #fff0f0;
  border: 1px solid #ff6464;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
/* line 349, ../../src/sass/partials/header.scss */
header .main-nav .search-toggle.active:hover {
  -webkit-transition: all 0.1s ease;
     -moz-transition: all 0.1s ease;
       -o-transition: all 0.1s ease;
          transition: all 0.1s ease;
  background: #fff0f0;
  border: 1px solid #ff6464;
}
/* line 356, ../../src/sass/partials/header.scss */
header .main-nav .search-toggle:hover {
  background: #ff6464;
  border: 0px solid #d70000;
}
/* line 363, ../../src/sass/partials/header.scss */
header .nav-menu {
  display: none;
  padding: 0 0 30px 0;
  z-index: -1;
  height: auto;
  opacity: 1;
  -webkit-animation-name: fadeIn;
     -moz-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
}
/* line 372, ../../src/sass/partials/header.scss */
header .nav-menu .container {
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 363, ../../src/sass/partials/header.scss */
  header .nav-menu {
    padding: 40px 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* line 398, ../../src/sass/partials/header.scss */
header .nav-menu ul {
  position: relative;
  z-index: 6;
  margin-left: 24px;
  margin-right: 24px;
}
/* line 404, ../../src/sass/partials/header.scss */
header .nav-menu ul#menu-main-nav {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 404, ../../src/sass/partials/header.scss */
  header .nav-menu ul#menu-main-nav {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-gap: 12px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 404, ../../src/sass/partials/header.scss */
  header .nav-menu ul#menu-main-nav {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-column-gap: 12px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 419, ../../src/sass/partials/header.scss */
  header .nav-menu ul#menu-main-nav a:hover {
    color: #d70000 !important;
  }
}
/* line 425, ../../src/sass/partials/header.scss */
header .nav-menu ul#menu-main-nav .has-submenu {
  border-top: 1px solid #ff6464;
  padding-top: 8px;
}
/* line 429, ../../src/sass/partials/header.scss */
header .nav-menu ul#menu-main-nav .has-submenu.menu-item-has-children {
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  /* line 432, ../../src/sass/partials/header.scss */
  header .nav-menu ul#menu-main-nav .has-submenu.menu-item-has-children > .non-fancy-nav {
    cursor: default;
    pointer-events: none;
  }
}
/* line 438, ../../src/sass/partials/header.scss */
header .nav-menu ul#menu-main-nav .has-submenu.menu-item-has-children > .non-fancy-nav:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  background-image: url(./images/arrow-dropdown.svg);
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  /* line 438, ../../src/sass/partials/header.scss */
  header .nav-menu ul#menu-main-nav .has-submenu.menu-item-has-children > .non-fancy-nav:before {
    right: auto;
    background-image: none;
    position: static;
    content: "\2022";
  }
}
/* line 459, ../../src/sass/partials/header.scss */
header .nav-menu ul#menu-main-nav .has-submenu.menu-item-has-children.active > .non-fancy-nav:before {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 465, ../../src/sass/partials/header.scss */
header .nav-menu ul#menu-main-nav .has-submenu.menu-item-has-children ul {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 465, ../../src/sass/partials/header.scss */
  header .nav-menu ul#menu-main-nav .has-submenu.menu-item-has-children ul {
    display: block;
    margin-left: 32px;
    margin-top: 16px;
  }
  /* line 473, ../../src/sass/partials/header.scss */
  header .nav-menu ul#menu-main-nav .has-submenu.menu-item-has-children ul a {
    font-size: 20px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 768px) {
  /* line 425, ../../src/sass/partials/header.scss */
  header .nav-menu ul#menu-main-nav .has-submenu {
    min-height: 250px;
  }
  /* line 484, ../../src/sass/partials/header.scss */
  header .nav-menu ul#menu-main-nav .has-submenu > .non-fancy-nav {
    padding-top: 20px;
    color: #000;
    font-size: 26px;
    font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
  }
  /* line 490, ../../src/sass/partials/header.scss */
  header .nav-menu ul#menu-main-nav .has-submenu > .non-fancy-nav::before {
    content: "\2022";
    color: #d70000;
    margin-right: 12px;
    padding-left: 0px;
    font-size: 40px;
    vertical-align: bottom;
  }
}
/* line 503, ../../src/sass/partials/header.scss */
header .nav-menu ul li {
  margin: 0;
}
/* line 507, ../../src/sass/partials/header.scss */
header .nav-menu ul li ul {
  margin: 0;
}
/* line 511, ../../src/sass/partials/header.scss */
header .nav-menu ul li a {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  color: white;
  display: block;
  min-height: 41px;
  margin-bottom: 0px;
  cursor: pointer;
}
/* line 534, ../../src/sass/partials/header.scss */
header .nav-menu .menu-item:hover li a {
  color: white;
}
/* line 539, ../../src/sass/partials/header.scss */
header .nav-menu .menu-item:hover .sub-menu:before {
  content: "";
}
/* line 550, ../../src/sass/partials/header.scss */
header .nav-menu ul.sub-menu:before {
  content: "";
  height: 5px;
  width: 80px;
  display: none;
  margin-top: 0;
  margin-bottom: 8px;
}
/* line 565, ../../src/sass/partials/header.scss */
header .nav-menu ul.sub-menu li {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 569, ../../src/sass/partials/header.scss */
header .nav-menu ul.sub-menu li:first-of-type {
  margin-top: 0;
}
/* line 573, ../../src/sass/partials/header.scss */
header .nav-menu ul.sub-menu li:last-of-type {
  margin-bottom: 0;
}
/* line 577, ../../src/sass/partials/header.scss */
header .nav-menu ul.sub-menu li a {
  color: grey;
  text-decoration: none;
  display: block;
  min-height: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
}
/* line 587, ../../src/sass/partials/header.scss */
header .nav-menu ul.sub-menu li a:hover {
  color: green;
}
/* line 594, ../../src/sass/partials/header.scss */
header .nav-menu .search-wrap {
  margin-left: 24px;
  margin-right: 24px;
}
/* line 598, ../../src/sass/partials/header.scss */
header .nav-menu .search-wrap input {
  padding-left: 16px;
  padding-right: 16px;
}
/* line 604, ../../src/sass/partials/header.scss */
header .nav-menu .main-wrap .top-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
/* line 611, ../../src/sass/partials/header.scss */
header .nav-menu .main-wrap .top-nav ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px 24px;
  border-bottom: solid #FFF 1px;
}
/* line 616, ../../src/sass/partials/header.scss */
header .nav-menu .main-wrap .top-nav ul li {
  margin: 0;
}
/* line 620, ../../src/sass/partials/header.scss */
header .nav-menu .main-wrap .top-nav ul li a:link,
header .nav-menu .main-wrap .top-nav ul li a:visited,
header .nav-menu .main-wrap .top-nav ul li a:hover,
header .nav-menu .main-wrap .top-nav ul li a:active {
  color: #FFF;
  font-size: 18px;
}
/* line 630, ../../src/sass/partials/header.scss */
header .nav-menu .main-wrap .top-nav .social-links {
  margin: 0 24px;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 635, ../../src/sass/partials/header.scss */
header .nav-menu .main-wrap .top-nav .social-links a {
  width: 44px;
  height: 44px;
  background: white;
  -webkit-border-radius: 99em;
     -moz-border-radius: 99em;
          border-radius: 99em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 644, ../../src/sass/partials/header.scss */
header .nav-menu .main-wrap .top-nav .social-links a svg {
  width: 20px;
  height: auto;
}
/* line 648, ../../src/sass/partials/header.scss */
header .nav-menu .main-wrap .top-nav .social-links a svg path {
  fill: #d70000;
}
/* line 657, ../../src/sass/partials/header.scss */
header .nav-menu .back-link, header .nav-menu .menu-item-mobile-only {
  display: block;
}
@media only screen and (min-width: 1048px) {
  /* line 661, ../../src/sass/partials/header.scss */
  header .nav-menu .back-link, header .nav-menu .menu-item-mobile-only {
    display: none;
  }
}
/* line 670, ../../src/sass/partials/header.scss */
header .mobile-search-active .full-width-bar {
  top: 81px;
}
/* line 675, ../../src/sass/partials/header.scss */
header .search-input-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1048px) {
  /* line 675, ../../src/sass/partials/header.scss */
  header .search-input-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 675, ../../src/sass/partials/header.scss */
  header .search-input-wrapper {
    width: 100%;
  }
}
/* line 687, ../../src/sass/partials/header.scss */
header .search-input-wrapper input {
  background: none;
  color: #000;
  font-size: 18px;
  padding: 16px 16px 16px 0px;
  display: block;
  width: 100%;
  padding-right: 50px;
  border: none;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  border-bottom: 2px solid #ff6464;
  width: 100%;
}
/* line 700, ../../src/sass/partials/header.scss */
header .search-input-wrapper input:focus {
  outline: none;
}
/* line 704, ../../src/sass/partials/header.scss */
header .search-input-wrapper input ::-webkit-input-placeholder, header .search-input-wrapper input::-webkit-input-placeholder, header .search-input-wrapper input:placeholder {
  font-style: italic;
}
header .search-input-wrapper input ::-moz-placeholder, header .search-input-wrapper input::-moz-placeholder, header .search-input-wrapper input:placeholder {
  font-style: italic;
}
header .search-input-wrapper input :-ms-input-placeholder, header .search-input-wrapper input:-ms-input-placeholder, header .search-input-wrapper input:placeholder {
  font-style: italic;
}
header .search-input-wrapper input ::placeholder, header .search-input-wrapper input::placeholder, header .search-input-wrapper input:placeholder {
  font-style: italic;
}
@media only screen and (min-width: 1048px) {
  /* line 687, ../../src/sass/partials/header.scss */
  header .search-input-wrapper input {
    width: 100%;
  }
}
/* line 712, ../../src/sass/partials/header.scss */
header .search-input-wrapper svg {
  position: absolute;
  right: 0px;
  pointer-events: none;
  top: 0.5rem;
}
@media only screen and (min-width: 1048px) {
  /* line 712, ../../src/sass/partials/header.scss */
  header .search-input-wrapper svg {
    top: 0.8rem;
  }
}
/* line 723, ../../src/sass/partials/header.scss */
header .search-input-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1048px) {
  /* line 723, ../../src/sass/partials/header.scss */
  header .search-input-wrapper {
    width: 100%;
  }
}
/* line 731, ../../src/sass/partials/header.scss */
header .search-input-wrapper input {
  background: #fff0f0;
  color: #000;
  font-size: 18px;
  padding: 16px 10px 16px 0px;
  display: block;
  width: 225px;
  padding-right: 50px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 50px;
  border: 1px solid #ff6464;
  width: 100%;
  text-indent: 10px;
}
@media only screen and (min-width: 1048px) {
  /* line 731, ../../src/sass/partials/header.scss */
  header .search-input-wrapper input {
    text-indent: 20px;
  }
}
/* line 752, ../../src/sass/partials/header.scss */
header .search-input-wrapper input:focus {
  outline: none;
}
/* line 756, ../../src/sass/partials/header.scss */
header .search-input-wrapper input ::-webkit-input-placeholder, header .search-input-wrapper input::-webkit-input-placeholder, header .search-input-wrapper input:placeholder {
  font-style: italic;
}
header .search-input-wrapper input ::-moz-placeholder, header .search-input-wrapper input::-moz-placeholder, header .search-input-wrapper input:placeholder {
  font-style: italic;
}
header .search-input-wrapper input :-ms-input-placeholder, header .search-input-wrapper input:-ms-input-placeholder, header .search-input-wrapper input:placeholder {
  font-style: italic;
}
header .search-input-wrapper input ::placeholder, header .search-input-wrapper input::placeholder, header .search-input-wrapper input:placeholder {
  font-style: italic;
}
@media only screen and (min-width: 1048px) {
  /* line 731, ../../src/sass/partials/header.scss */
  header .search-input-wrapper input {
    width: 100%;
  }
}
/* line 764, ../../src/sass/partials/header.scss */
header .search-input-wrapper svg {
  position: absolute;
  right: 0px;
  pointer-events: none;
  top: 0.5rem;
}
@media only screen and (min-width: 1048px) {
  /* line 764, ../../src/sass/partials/header.scss */
  header .search-input-wrapper svg {
    top: 0.8rem;
  }
}
/* line 775, ../../src/sass/partials/header.scss */
header .search-toggle {
  width: 21px;
  display: block;
  margin: 0 auto;
  height: 32px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 1048px) {
  /* line 775, ../../src/sass/partials/header.scss */
  header .search-toggle {
    margin-top: 5px;
    padding-top: 0;
    height: 21px;
  }
}
/* line 789, ../../src/sass/partials/header.scss */
header .search-toggle form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1048px) {
  /* line 789, ../../src/sass/partials/header.scss */
  header .search-toggle form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1200px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 789, ../../src/sass/partials/header.scss */
  header .search-toggle form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 800px;
  }
}
/* line 811, ../../src/sass/partials/header.scss */
header .search-toggle .search-wrap {
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: absolute;
  top: 65px;
  right: 0;
}
@media only screen and (min-width: 640px) {
  /* line 811, ../../src/sass/partials/header.scss */
  header .search-toggle .search-wrap {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  /* line 811, ../../src/sass/partials/header.scss */
  header .search-toggle .search-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 60vw;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 811, ../../src/sass/partials/header.scss */
  header .search-toggle .search-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
}
/* line 839, ../../src/sass/partials/header.scss */
header .search-toggle .search-wrap .right {
  padding: 36px 0px 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (min-width: 1048px) {
  /* line 839, ../../src/sass/partials/header.scss */
  header .search-toggle .search-wrap .right {
    padding: 75px 10px 10px 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 858, ../../src/sass/partials/header.scss */
header .search-toggle .search-wrap .submenu-title {
  font-size: 36px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 36px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 875, ../../src/sass/partials/header.scss */
header .search-toggle .search-wrap .submenu-title h2, header .search-toggle .search-wrap .submenu-title .has-red-text-font-size {
  color: #000;
  margin-bottom: 38px;
}
@media only screen and (min-width: 1048px) {
  /* line 875, ../../src/sass/partials/header.scss */
  header .search-toggle .search-wrap .submenu-title h2, header .search-toggle .search-wrap .submenu-title .has-red-text-font-size {
    margin-bottom: 0px;
  }
}
/* line 887, ../../src/sass/partials/header.scss */
header .search-toggle.active {
  border-bottom: 0px solid black;
}
/* line 890, ../../src/sass/partials/header.scss */
.mobile-search-active header .search-toggle.active {
  border-bottom: 0px solid black;
  border: none;
}
/* line 896, ../../src/sass/partials/header.scss */
header .search-toggle svg {
  width: 24px;
  height: 24px;
}
/* line 903, ../../src/sass/partials/header.scss */
header .full-width-bar {
  display: none;
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  /* line 903, ../../src/sass/partials/header.scss */
  header .full-width-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    top: 120px;
    max-width: unset;
  }
}
/* line 916, ../../src/sass/partials/header.scss */
.admin-bar.mobile-search-active header .full-width-bar {
  top: 127px;
}
@media only screen and (min-width: 768px) {
  /* line 916, ../../src/sass/partials/header.scss */
  .admin-bar.mobile-search-active header .full-width-bar {
    top: 113px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 916, ../../src/sass/partials/header.scss */
  .admin-bar.mobile-search-active header .full-width-bar {
    top: 139px;
  }
}
@media screen and (max-width: 782px) {
  /* line 916, ../../src/sass/partials/header.scss */
  .admin-bar.mobile-search-active header .full-width-bar {
    top: 127px;
  }
}
/* line 930, ../../src/sass/partials/header.scss */
.admin-bar :not(.mobile-search-active) header .full-width-bar {
  top: 127px;
}
@media only screen and (min-width: 768px) {
  /* line 930, ../../src/sass/partials/header.scss */
  .admin-bar :not(.mobile-search-active) header .full-width-bar {
    top: 113px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 930, ../../src/sass/partials/header.scss */
  .admin-bar :not(.mobile-search-active) header .full-width-bar {
    top: 139px;
  }
}
@media screen and (max-width: 782px) {
  /* line 930, ../../src/sass/partials/header.scss */
  .admin-bar :not(.mobile-search-active) header .full-width-bar {
    top: 127px;
  }
}
/* line 946, ../../src/sass/partials/header.scss */
.post-type-archive-research_insights.admin-bar header .full-width-bar {
  top: 91px;
}
@media only screen and (min-width: 768px) {
  /* line 946, ../../src/sass/partials/header.scss */
  .post-type-archive-research_insights.admin-bar header .full-width-bar {
    top: 91px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 946, ../../src/sass/partials/header.scss */
  .post-type-archive-research_insights.admin-bar header .full-width-bar {
    top: 113px;
  }
}
@media screen and (max-width: 782px) {
  /* line 946, ../../src/sass/partials/header.scss */
  .post-type-archive-research_insights.admin-bar header .full-width-bar {
    top: 91px;
  }
}

/* line 966, ../../src/sass/partials/header.scss */
body.mobile-menu-active {
  overflow: hidden;
}

/* line 972, ../../src/sass/partials/header.scss */
.nav-wrapper {
  display: none;
}
@media only screen and (min-width: 1048px) {
  /* line 972, ../../src/sass/partials/header.scss */
  .nav-wrapper {
    display: block;
  }
}
/* line 979, ../../src/sass/partials/header.scss */
.nav-wrapper.show-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
/* line 986, ../../src/sass/partials/header.scss */
.nav-wrapper.show-menu ul li {
  padding: 0;
}
/* line 992, ../../src/sass/partials/header.scss */
.nav-wrapper .menu-item-mobile-only {
  display: none;
}
/* line 996, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu {
  height: -webkit-calc(100vh - 94px);
  height: -moz-calc(100vh - 94px);
  height: calc(100vh - 94px);
  background: white;
  z-index: 4;
  overflow: auto;
  top: 81px;
}
/* line 1004, ../../src/sass/partials/header.scss */
.admin-bar .nav-wrapper.show-mobile-menu {
  top: 127px;
}
@media only screen and (min-width: 768px) {
  /* line 1004, ../../src/sass/partials/header.scss */
  .admin-bar .nav-wrapper.show-mobile-menu {
    top: 113px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 1004, ../../src/sass/partials/header.scss */
  .admin-bar .nav-wrapper.show-mobile-menu {
    top: 139px;
  }
}
@media screen and (max-width: 782px) {
  /* line 1004, ../../src/sass/partials/header.scss */
  .admin-bar .nav-wrapper.show-mobile-menu {
    top: 127px;
  }
}
/* line 1021, ../../src/sass/partials/header.scss */
.post-type-archive-research_insights.admin-bar .nav-wrapper.show-mobile-menu {
  top: 91px;
}
@media only screen and (min-width: 768px) {
  /* line 1021, ../../src/sass/partials/header.scss */
  .post-type-archive-research_insights.admin-bar .nav-wrapper.show-mobile-menu {
    top: 91px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 1021, ../../src/sass/partials/header.scss */
  .post-type-archive-research_insights.admin-bar .nav-wrapper.show-mobile-menu {
    top: 113px;
  }
}
@media screen and (max-width: 782px) {
  /* line 1021, ../../src/sass/partials/header.scss */
  .post-type-archive-research_insights.admin-bar .nav-wrapper.show-mobile-menu {
    top: 91px;
  }
}
/* line 1036, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .menu-item-mobile-only {
  display: block;
}
/* line 1040, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .submenu-link {
  display: none;
}
/* line 1045, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-outter-wrap:after {
  display: none;
}
/* line 1051, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap {
  background: white;
}
/* line 1055, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap .submenu-title {
  color: #333;
  -webkit-transition: all 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
     -moz-transition: all 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition: all 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 600;
  padding: 21px 40px;
  cursor: pointer;
}
/* line 1062, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap .submenu-title:focus-visible {
  outline: #000;
  outline-style: double;
  border: 2px solid darkgray;
}
/* line 1068, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap .submenu-title .submenu-heading {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 0;
  margin-bottom: 0px;
  line-height: 28px;
}
/* line 1078, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap.active {
  display: block;
}
/* line 1081, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap.active .submenu-title:after {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 40%;
}
/* line 1088, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap ul li {
  padding: 10px 40px;
  margin: 0;
}
/* line 1091, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap ul li a {
  width: 100%;
  height: 50px;
  padding: 5px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 18px;
  line-height: 28px;
}
/* line 1105, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap ul li:not(div) {
  padding: 10px 40px;
  margin: 0;
}
/* line 1108, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap ul li:not(div) a {
  width: 100%;
  height: 50px;
  padding: 5px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 18px;
  line-height: 28px;
}
/* line 1122, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap .sub-menu {
  background: purple;
}
/* line 1125, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap .sub-menu.active {
  display: block;
  padding: 30px 0 30px;
}
/* line 1132, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu .sub-menu-wrap:after {
  display: none;
}
/* line 1136, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu ul ul {
  display: none;
  left: 0;
  z-index: 99999;
  width: 100%;
  position: relative;
  border-bottom: none;
}
/* line 1144, ../../src/sass/partials/header.scss */
.nav-wrapper.show-mobile-menu ul ul .menu-item-has-children:before {
  font-size: 2.1em;
  float: right;
  color: #333;
  position: absolute;
  top: 8px;
  right: 20%;
}
/* line 1156, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  left: 0;
  margin: 0 auto;
  margin-top: 0px;
  max-width: 1400px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  width: 100vw;
  -webkit-border-bottom-left-radius: 80%;
     -moz-border-radius-bottomleft: 80%;
          border-bottom-left-radius: 80%;
  -webkit-border-bottom-right-radius: 80%;
     -moz-border-radius-bottomright: 80%;
          border-bottom-right-radius: 80%;
  left: 0%;
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
       -o-transform: translateX(0%);
          transform: translateX(0%);
}
@media only screen and (min-width: 1048px) {
  /* line 1156, ../../src/sass/partials/header.scss */
  .nav-wrapper .sub-menu-outter-wrap {
    display: none;
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    left: 0;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1000;
    width: 100%;
    padding: 0;
  }
}
/* line 1186, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap .submenu-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 50px 40px 40px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 1048px) {
  /* line 1186, ../../src/sass/partials/header.scss */
  .nav-wrapper .sub-menu-outter-wrap .submenu-title {
    width: 440px;
  }
}
/* line 1199, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap .submenu-title .submenu-heading {
  font-size: 36px;
  font-weight: 600;
  color: white;
  margin: 0;
  margin-bottom: 15px;
}
/* line 1206, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap .submenu-title p {
  margin: 0;
}
/* line 1210, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap .submenu-title .submenu-link {
  padding: 5px 0;
  border-bottom: 2px solid #FFF;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  line-height: 28px;
}
/* line 1222, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap .submenu-title a:hover {
  color: cream;
  font-weight: 500;
}
/* line 1226, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap .submenu-title a:hover:after {
  content: " →";
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  margin-left: 1ch;
  font-weight: 700;
}
/* line 1239, ../../src/sass/partials/header.scss */
.mobile-menu-active .nav-wrapper .sub-menu-outter-wrap .submenu-title:after {
  right: 40px;
  content: "";
  background-image: url(images/menu-arrow-down.svg);
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 24%;
  -webkit-transform: translateY(-60%);
     -moz-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
       -o-transform: translateY(-60%);
          transform: translateY(-60%);
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 1255, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(250px, 1fr));
  grid-gap: 60px;
  grid-row-gap: 0px;
  margin: 0;
  padding: 10px 30px 20px;
}
@media only screen and (min-width: 1048px) {
  /* line 1255, ../../src/sass/partials/header.scss */
  .nav-wrapper .sub-menu-outter-wrap ul {
    grid-template-columns: repeat(3, minmax(215px, 1fr));
    padding: 40px 40px 40px 10px;
  }
}
/* line 1268, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap ul li {
  padding: 0px;
}
/* line 1271, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap ul li a {
  font-size: 18px;
  line-height: 28px;
  color: white;
  width: 215px;
  height: 68px;
  border-bottom: 2px solid white;
  display: block;
}
/* line 1280, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap ul li a:hover {
  color: cream;
  text-decoration: underline;
  font-weight: 500;
}
/* line 1285, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap ul li a:hover:after {
  content: " →";
  background-repeat: no-repeat;
  position: static;
  display: contents;
}
/* line 1298, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap .curve-wrapper {
  display: none;
}
@media only screen and (min-width: 1048px) {
  /* line 1298, ../../src/sass/partials/header.scss */
  .nav-wrapper .sub-menu-outter-wrap .curve-wrapper {
    display: block;
    max-width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -1;
  }
}
/* line 1308, ../../src/sass/partials/header.scss */
.nav-wrapper .sub-menu-outter-wrap .curve-wrapper .curve-inner {
  position: relative;
  background: blue;
  min-height: 372px;
  -webkit-border-bottom-left-radius: 80%;
     -moz-border-radius-bottomleft: 80%;
          border-bottom-left-radius: 80%;
  -webkit-border-bottom-right-radius: 80%;
     -moz-border-radius-bottomright: 80%;
          border-bottom-right-radius: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 1048px) {
  /* line 1308, ../../src/sass/partials/header.scss */
  .nav-wrapper .sub-menu-outter-wrap .curve-wrapper .curve-inner {
    width: 130vw;
    top: 0;
  }
}
/* line 1327, ../../src/sass/partials/header.scss */
.nav-wrapper .active > .sub-menu-outter-wrap {
  min-height: 60px;
  padding: 0px 60px 0 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 120px;
  width: 100%;
}
@media only screen and (min-width: 1048px) {
  /* line 1327, ../../src/sass/partials/header.scss */
  .nav-wrapper .active > .sub-menu-outter-wrap {
    padding: 0px;
    min-height: 325px;
    max-width: unset;
    width: 100%;
  }
}
/* line 1341, ../../src/sass/partials/header.scss */
.admin-bar.mobile-menu-active .nav-wrapper .active > .sub-menu-outter-wrap {
  top: 127px;
}
@media only screen and (min-width: 768px) {
  /* line 1341, ../../src/sass/partials/header.scss */
  .admin-bar.mobile-menu-active .nav-wrapper .active > .sub-menu-outter-wrap {
    top: 113px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 1341, ../../src/sass/partials/header.scss */
  .admin-bar.mobile-menu-active .nav-wrapper .active > .sub-menu-outter-wrap {
    top: 139px;
  }
}
@media screen and (max-width: 782px) {
  /* line 1341, ../../src/sass/partials/header.scss */
  .admin-bar.mobile-menu-active .nav-wrapper .active > .sub-menu-outter-wrap {
    top: 127px;
  }
}
/* line 1356, ../../src/sass/partials/header.scss */
.admin-bar :not(.mobile-menu-active) .nav-wrapper .active > .sub-menu-outter-wrap {
  top: 127px;
}
@media only screen and (min-width: 768px) {
  /* line 1356, ../../src/sass/partials/header.scss */
  .admin-bar :not(.mobile-menu-active) .nav-wrapper .active > .sub-menu-outter-wrap {
    top: 113px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 1356, ../../src/sass/partials/header.scss */
  .admin-bar :not(.mobile-menu-active) .nav-wrapper .active > .sub-menu-outter-wrap {
    top: 139px;
  }
}
@media screen and (max-width: 782px) {
  /* line 1356, ../../src/sass/partials/header.scss */
  .admin-bar :not(.mobile-menu-active) .nav-wrapper .active > .sub-menu-outter-wrap {
    top: 127px;
  }
}
/* line 1373, ../../src/sass/partials/header.scss */
.post-type-archive-research_insights.admin-bar :not(.mobile-menu-active) .nav-wrapper .active > .sub-menu-outter-wrap {
  top: 91px;
}
@media only screen and (min-width: 768px) {
  /* line 1373, ../../src/sass/partials/header.scss */
  .post-type-archive-research_insights.admin-bar :not(.mobile-menu-active) .nav-wrapper .active > .sub-menu-outter-wrap {
    top: 91px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 1373, ../../src/sass/partials/header.scss */
  .post-type-archive-research_insights.admin-bar :not(.mobile-menu-active) .nav-wrapper .active > .sub-menu-outter-wrap {
    top: 113px;
  }
}
@media screen and (max-width: 782px) {
  /* line 1373, ../../src/sass/partials/header.scss */
  .post-type-archive-research_insights.admin-bar :not(.mobile-menu-active) .nav-wrapper .active > .sub-menu-outter-wrap {
    top: 91px;
  }
}
/* line 1388, ../../src/sass/partials/header.scss */
.mobile-menu-active .nav-wrapper .active > .sub-menu-outter-wrap {
  padding: 0px;
}
/* line 1392, ../../src/sass/partials/header.scss */
.nav-wrapper .active > .sub-menu-outter-wrap .sub-menu-wrap {
  min-width: 1248px;
  width: 100vw;
  max-width: 1248px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media only screen and (min-width: 560px) {
  /* line 1392, ../../src/sass/partials/header.scss */
  .nav-wrapper .active > .sub-menu-outter-wrap .sub-menu-wrap {
    min-width: -webkit-calc(560px - 100px);
    min-width: -moz-calc(560px - 100px);
    min-width: calc(560px - 100px);
  }
}
@media only screen and (min-width: 640px) {
  /* line 1392, ../../src/sass/partials/header.scss */
  .nav-wrapper .active > .sub-menu-outter-wrap .sub-menu-wrap {
    min-width: -webkit-calc(640px - 100px);
    min-width: -moz-calc(640px - 100px);
    min-width: calc(640px - 100px);
  }
}
@media only screen and (min-width: 768px) {
  /* line 1392, ../../src/sass/partials/header.scss */
  .nav-wrapper .active > .sub-menu-outter-wrap .sub-menu-wrap {
    min-width: -webkit-calc(768px - 100px);
    min-width: -moz-calc(768px - 100px);
    min-width: calc(768px - 100px);
  }
}
@media only screen and (min-width: 1048px) {
  /* line 1392, ../../src/sass/partials/header.scss */
  .nav-wrapper .active > .sub-menu-outter-wrap .sub-menu-wrap {
    min-width: -webkit-calc(1024px - 100px);
    min-width: -moz-calc(1024px - 100px);
    min-width: calc(1024px - 100px);
  }
}
@media only screen and (min-width: 1248px) {
  /* line 1392, ../../src/sass/partials/header.scss */
  .nav-wrapper .active > .sub-menu-outter-wrap .sub-menu-wrap {
    min-width: -webkit-calc(1248px - 100px);
    min-width: -moz-calc(1248px - 100px);
    min-width: calc(1248px - 100px);
  }
}

/* line 1428, ../../src/sass/partials/header.scss */
div.mobile-nav-toggle {
  display: none;
}
@media only screen and (min-width: 1048px) {
  /* line 1428, ../../src/sass/partials/header.scss */
  div.mobile-nav-toggle {
    display: none;
  }
}

/* line 1440, ../../src/sass/partials/header.scss */
.mobile-search-active .full-width-bar {
  top: 81px;
}

/* line 1445, ../../src/sass/partials/header.scss */
.search-toggle {
  width: 21px;
  display: block;
  margin: 0 auto;
  height: 32px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 1048px) {
  /* line 1445, ../../src/sass/partials/header.scss */
  .search-toggle {
    margin-top: 5px;
    padding-top: 0;
    height: 21px;
  }
}
/* line 1459, ../../src/sass/partials/header.scss */
.search-toggle form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1048px) {
  /* line 1459, ../../src/sass/partials/header.scss */
  .search-toggle form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
/* line 1473, ../../src/sass/partials/header.scss */
.search-toggle .search-wrap {
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 640px) {
  /* line 1473, ../../src/sass/partials/header.scss */
  .search-toggle .search-wrap {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1473, ../../src/sass/partials/header.scss */
  .search-toggle .search-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 1473, ../../src/sass/partials/header.scss */
  .search-toggle .search-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 1473, ../../src/sass/partials/header.scss */
  .search-toggle .search-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 1497, ../../src/sass/partials/header.scss */
.search-toggle .search-wrap .right {
  padding: 36px 0px 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 1048px) {
  /* line 1497, ../../src/sass/partials/header.scss */
  .search-toggle .search-wrap .right {
    padding: 75px 10px 10px 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* line 1512, ../../src/sass/partials/header.scss */
.search-toggle .search-wrap .submenu-title {
  font-size: 36px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 36px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 1529, ../../src/sass/partials/header.scss */
.search-toggle .search-wrap .submenu-title h2, .search-toggle .search-wrap .submenu-title .has-red-text-font-size {
  color: #000;
  margin-bottom: 38px;
}
@media only screen and (min-width: 1048px) {
  /* line 1529, ../../src/sass/partials/header.scss */
  .search-toggle .search-wrap .submenu-title h2, .search-toggle .search-wrap .submenu-title .has-red-text-font-size {
    margin-bottom: 0px;
  }
}
/* line 1541, ../../src/sass/partials/header.scss */
.search-toggle.active {
  border-bottom: 0px solid darkgray;
}
/* line 1544, ../../src/sass/partials/header.scss */
.mobile-search-active .search-toggle.active {
  border-bottom: 0px solid darkgray;
  border: none;
}
/* line 1550, ../../src/sass/partials/header.scss */
.search-toggle .search-close {
  display: none;
  pointer-events: none;
}
/* line 1554, ../../src/sass/partials/header.scss */
.search-toggle .search-svg {
  display: block;
  pointer-events: none;
}
/* line 1559, ../../src/sass/partials/header.scss */
.search-toggle svg {
  width: 24px;
  height: 24px;
  position: absolute;
}

/* line 1, ../../src/sass/partials/top-socials.scss */
.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 174px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 6, ../../src/sass/partials/top-socials.scss */
.social-links .social-icon {
  height: 20px;
  width: 20px;
  margin-right: 30px;
  margin-bottom: 8px;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 12, ../../src/sass/partials/top-socials.scss */
.social-links .social-icon:last-of-type {
  margin-right: 0;
}
/* line 16, ../../src/sass/partials/top-socials.scss */
.social-links .social-icon svg {
  height: 100%;
  width: 100%;
}
/* line 21, ../../src/sass/partials/top-socials.scss */
.social-links .social-icon svg path {
  fill: white;
}
/* line 25, ../../src/sass/partials/top-socials.scss */
.social-links .social-icon:hover {
  opacity: 0.8;
}

/* line 35, ../../src/sass/partials/top-socials.scss */
.single-page .social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 40, ../../src/sass/partials/top-socials.scss */
.single-page .social-links .social-icon {
  background: #d70000;
  margin-right: 20px;
  height: 44px;
  width: 44px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 51, ../../src/sass/partials/top-socials.scss */
.single-page .social-links .social-icon:hover {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
/* line 56, ../../src/sass/partials/top-socials.scss */
.single-page .social-links .social-icon svg {
  height: 20px;
  width: 20px;
}

/* line 65, ../../src/sass/partials/top-socials.scss */
footer .social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 244px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -12px;
  margin-bottom: 10px;
}
/* line 72, ../../src/sass/partials/top-socials.scss */
footer .social-links .social-icon {
  height: 46px;
  width: 46px;
  margin-right: 20px;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 84, ../../src/sass/partials/top-socials.scss */
footer .social-links .social-icon:last-of-type {
  margin-right: 0;
}
/* line 88, ../../src/sass/partials/top-socials.scss */
footer .social-links .social-icon svg {
  height: 50%;
  width: 50%;
}
/* line 93, ../../src/sass/partials/top-socials.scss */
footer .social-links .social-icon svg path {
  fill: #d70000;
}
/* line 97, ../../src/sass/partials/top-socials.scss */
footer .social-links .social-icon:hover {
  opacity: 1;
}
/* line 100, ../../src/sass/partials/top-socials.scss */
footer .social-links .social-icon:hover svg {
  height: 50%;
  width: 50%;
}
/* line 105, ../../src/sass/partials/top-socials.scss */
footer .social-links .social-icon:hover svg path {
  fill: #ff6464;
}

/* line 1, ../../src/sass/partials/pager.scss */
.pager-container {
  width: 100%;
  display: block;
  margin-top: 50px;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/partials/pager.scss */
  .pager-container {
    margin-top: 80px;
  }
}

/* line 7, ../../src/sass/partials/pager.scss */
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  /* line 7, ../../src/sass/partials/pager.scss */
  .pagination {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1048px) {
  /* line 7, ../../src/sass/partials/pager.scss */
  .pagination {
    margin-bottom: 80px;
  }
}

/* line 22, ../../src/sass/partials/pager.scss */
.pagination.mobile-pagination {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 22, ../../src/sass/partials/pager.scss */
  .pagination.mobile-pagination {
    display: none;
  }
}
/* line 31, ../../src/sass/partials/pager.scss */
.pagination.mobile-pagination .direction {
  display: none;
}
/* line 36, ../../src/sass/partials/pager.scss */
.pagination.mobile-pagination ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 40, ../../src/sass/partials/pager.scss */
.pagination .direction {
  position: relative;
  display: none;
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 40, ../../src/sass/partials/pager.scss */
  .pagination .direction {
    display: block;
  }
}
/* line 50, ../../src/sass/partials/pager.scss */
.pagination .direction::before {
  content: "";
  background: url(./images/pager-single.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 8px;
  right: -25px;
  left: unset;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
/* line 64, ../../src/sass/partials/pager.scss */
.pagination .direction:nth-of-type(2):before {
  content: "";
  background: url(./images/pager-single.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 8px;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: unset;
  left: -14px;
}
/* line 77, ../../src/sass/partials/pager.scss */
.pagination .first-paged-link {
  position: relative;
  display: none;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 77, ../../src/sass/partials/pager.scss */
  .pagination .first-paged-link {
    display: block;
  }
}
/* line 88, ../../src/sass/partials/pager.scss */
.pagination .first-paged-link::before {
  content: "";
  background: url(./images/pager-double.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 17px;
  right: unset;
  left: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
/* line 104, ../../src/sass/partials/pager.scss */
.pagination .last-paged-link {
  position: relative;
  display: none;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 104, ../../src/sass/partials/pager.scss */
  .pagination .last-paged-link {
    display: block;
  }
}
/* line 113, ../../src/sass/partials/pager.scss */
.pagination .last-paged-link::before {
  content: "";
  background: url(./images/pager-double.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 17px;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: -30px;
  left: unset;
  position: absolute;
  top: 50%;
  display: inline-block;
}
/* line 128, ../../src/sass/partials/pager.scss */
.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
/* line 135, ../../src/sass/partials/pager.scss */
.pagination ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
  color: #6f6f6e;
  text-decoration: none;
  padding: 10px;
  display: block;
  height: 46px;
  width: 46px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
/* line 151, ../../src/sass/partials/pager.scss */
.pagination ul li a {
  text-decoration: none;
  color: #6f6f6e;
}
/* line 155, ../../src/sass/partials/pager.scss */
.pagination ul li a:hover {
  color: #d70000;
}
/* line 160, ../../src/sass/partials/pager.scss */
.pagination ul li.active {
  cursor: pointer;
  pointer-events: none;
  font-weight: 700;
  font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
}
/* line 166, ../../src/sass/partials/pager.scss */
.pagination ul li.active a {
  color: #d70000;
  line-height: 31px;
}
/* line 171, ../../src/sass/partials/pager.scss */
.pagination ul li:not(:first-child):not(:last-child).active {
  background-color: #fff0f0;
}

/* line 1, ../../src/sass/partials/footer.scss */
footer {
  background: #d70000;
  padding: 40px 0 26px;
  margin-top: 60px;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/partials/footer.scss */
  footer {
    margin-top: 120px;
    padding: 100px 0 26px;
  }
  /* line 16, ../../src/sass/partials/footer.scss */
  .site-3 footer {
    padding: 50px 0 26px;
  }
}
/* line 21, ../../src/sass/partials/footer.scss */
footer input, footer p, footer a {
  font-family: "Helvetica Neue LT W05_65 Medium", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 18px;
}
/* line 29, ../../src/sass/partials/footer.scss */
footer h2, footer .has-red-text-font-size {
  color: white;
  margin: 1em 0 0.65em;
}
@media only screen and (min-width: 1048px) {
  /* line 29, ../../src/sass/partials/footer.scss */
  footer h2, footer .has-red-text-font-size {
    margin: 0em 0 0.65em;
  }
}
/* line 42, ../../src/sass/partials/footer.scss */
footer a:not(.social-icon):not(.not-fancy) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
/* line 48, ../../src/sass/partials/footer.scss */
footer a:not(.social-icon):not(.not-fancy):after {
  border-bottom-color: #FFF;
  border-bottom-style: solid;
  content: "";
  display: block;
  left: auto;
  position: absolute;
  right: 0;
  -webkit-transition: width 0.6s ease-out;
     -moz-transition: width 0.6s ease-out;
       -o-transition: width 0.6s ease-out;
          transition: width 0.6s ease-out;
  width: 0;
  border-bottom-width: 1px;
  bottom: 0;
}
/* line 62, ../../src/sass/partials/footer.scss */
footer a:not(.social-icon):not(.not-fancy):hover, footer a:not(.social-icon):not(.not-fancy):active, footer a:not(.social-icon):not(.not-fancy):focus, footer a:not(.social-icon):not(.not-fancy):visited {
  color: #FFF;
}
/* line 71, ../../src/sass/partials/footer.scss */
footer a:not(.social-icon):not(.not-fancy):hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
/* line 81, ../../src/sass/partials/footer.scss */
footer ul {
  list-style-type: none;
  margin: 0;
}
/* line 85, ../../src/sass/partials/footer.scss */
footer ul li {
  margin-bottom: 0;
}
/* line 91, ../../src/sass/partials/footer.scss */
footer .line-separator {
  border-top: solid 1px #FFF;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 1048px) {
  /* line 91, ../../src/sass/partials/footer.scss */
  footer .line-separator {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
/* line 106, ../../src/sass/partials/footer.scss */
footer .upper {
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 1048px) {
  /* line 106, ../../src/sass/partials/footer.scss */
  footer .upper {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}
/* line 115, ../../src/sass/partials/footer.scss */
footer .upper .logo-main {
  width: 148px;
}
@media only screen and (min-width: 1048px) {
  /* line 115, ../../src/sass/partials/footer.scss */
  footer .upper .logo-main {
    width: 198px;
  }
}
/* line 122, ../../src/sass/partials/footer.scss */
footer .upper .logo-main svg {
  width: 100%;
  height: 100%;
}
/* line 129, ../../src/sass/partials/footer.scss */
footer .upper .mail {
  grid-column: 1;
}
@media only screen and (min-width: 1048px) {
  /* line 129, ../../src/sass/partials/footer.scss */
  footer .upper .mail {
    grid-column: 2 / 5;
  }
}
/* line 138, ../../src/sass/partials/footer.scss */
footer .upper .mail #mc_embed_signup {
  clear: left;
  width: 100%;
}
/* line 142, ../../src/sass/partials/footer.scss */
footer .upper .mail #mc_embed_signup .span-me {
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  grid-column-gap: 20px;
}
@media only screen and (min-width: 1048px) {
  /* line 142, ../../src/sass/partials/footer.scss */
  footer .upper .mail #mc_embed_signup .span-me {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 153, ../../src/sass/partials/footer.scss */
footer .upper .mail #mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 100%;
  padding-bottom: 3%;
  min-height: 50px;
  display: grid;
}
/* line 161, ../../src/sass/partials/footer.scss */
footer .upper .mail #mc_embed_signup form {
  margin: 0;
}
/* line 166, ../../src/sass/partials/footer.scss */
footer .upper .mail #mc_embed_signup input {
  border: 0px solid #d70000;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  border-bottom: 1px white solid;
  background: none;
  text-indent: 0;
  padding: 14px 0;
}
/* line 174, ../../src/sass/partials/footer.scss */
footer .upper .mail #mc_embed_signup input::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
footer .upper .mail #mc_embed_signup input::-moz-placeholder {
  color: white;
  opacity: 1;
}
footer .upper .mail #mc_embed_signup input:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
footer .upper .mail #mc_embed_signup input::placeholder {
  color: white;
  opacity: 1;
}
/* line 180, ../../src/sass/partials/footer.scss */
footer .upper .mail #mc_embed_signup .button {
  background: #FFF;
  color: #d70000;
  font-weight: 700;
  -webkit-border-radius: 33px;
     -moz-border-radius: 33px;
          border-radius: 33px;
  padding: 16px 28px;
  text-align: center;
  min-height: 42px;
  height: auto;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  border: 2px solid;
  border-color: #d70000;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 50);
  letter-spacing: -moz-calc(1rem * 0.001 * 50);
  letter-spacing: calc(1rem * 0.001 * 50);
  font-size: 16px;
  line-height: 16px;
  height: 54px;
  padding: 20px 28px;
}
@media only screen and (min-width: 1048px) {
  /* line 180, ../../src/sass/partials/footer.scss */
  footer .upper .mail #mc_embed_signup .button {
    font-size: 18px;
    line-height: 18px;
  }
}
/* line 318, ../../src/sass/helpers/_mixins.scss */
footer .upper .mail #mc_embed_signup .button:visited, footer .upper .mail #mc_embed_signup .button:active, footer .upper .mail #mc_embed_signup .button:focus {
  background: #FFF;
  color: #d70000;
}
/* line 327, ../../src/sass/helpers/_mixins.scss */
footer .upper .mail #mc_embed_signup .button:hover {
  background: #d70000;
  color: #FFF;
  border-color: #FFF;
}
/* line 187, ../../src/sass/partials/footer.scss */
footer .upper .mail #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 0px solid #d70000;
  background: #ff6464;
  padding-left: 3px;
}
/* line 193, ../../src/sass/partials/footer.scss */
footer .upper .mail #mc_embed_signup .helper_text {
  padding: 0px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
/* line 199, ../../src/sass/partials/footer.scss */
footer .upper .mail #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  padding: 3px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  color: #d70000;
}
/* line 207, ../../src/sass/partials/footer.scss */
footer .upper .mail #mc_embed_signup .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 216, ../../src/sass/partials/footer.scss */
footer .middle,
footer .lower {
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 1048px) {
  /* line 216, ../../src/sass/partials/footer.scss */
  footer .middle,
  footer .lower {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}

/* line 227, ../../src/sass/partials/footer.scss */
.footer-nav {
  margin-bottom: 28px;
}
@media only screen and (min-width: 1048px) {
  /* line 227, ../../src/sass/partials/footer.scss */
  .footer-nav {
    margin-bottom: 0;
  }
}

/* line 236, ../../src/sass/partials/footer.scss */
.lower p {
  margin: 0;
  margin-top: 14px;
}
/* line 244, ../../src/sass/partials/footer.scss */
.lower .social-links {
  margin-top: 28px;
}
@media only screen and (min-width: 1048px) {
  /* line 244, ../../src/sass/partials/footer.scss */
  .lower .social-links {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 255, ../../src/sass/partials/footer.scss */
.socials .h2, .socials h2, .socials .has-red-text-font-size {
  margin: 0em 0 0.65em;
}

/* line 260, ../../src/sass/partials/footer.scss */
.middle p:last-of-type {
  margin-bottom: 0;
}

/* line 1, ../../src/sass/partials/home.scss */
.hero {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/partials/home.scss */
  .hero {
    margin-bottom: 80px;
  }
}
/* line 8, ../../src/sass/partials/home.scss */
.hero .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 60vh;
  z-index: 2;
}
@media only screen and (min-width: 1048px) {
  /* line 8, ../../src/sass/partials/home.scss */
  .hero .container {
    height: 88vh;
  }
}
/* line 19, ../../src/sass/partials/home.scss */
.hero h1 {
  width: 80%;
  color: #FFF;
  margin: 0 0 1.5em;
}
/* line 25, ../../src/sass/partials/home.scss */
.hero .background-video {
  position: absolute;
  width: -webkit-calc(100vh * (16 / 9));
  width: -moz-calc(100vh * (16 / 9));
  width: calc(100vh * (16 / 9));
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 33, ../../src/sass/partials/home.scss */
.hero .background-video .cover-video {
  position: absolute;
  inset: 0;
}
/* line 39, ../../src/sass/partials/home.scss */
.hero .background-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 1, ../../src/sass/partials/link-tabs.scss */
.link-tabs {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/partials/link-tabs.scss */
  .link-tabs {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 640px) {
  /* line 1, ../../src/sass/partials/link-tabs.scss */
  .link-tabs {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: unset;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
       -moz-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
       -moz-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-align-content: unset;
        -ms-flex-line-pack: unset;
            align-content: unset;
  }
}
/* line 20, ../../src/sass/partials/link-tabs.scss */
.link-tabs a, .link-tabs a:hover {
  border-bottom: none;
}
/* line 24, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu-mobile {
  display: block;
}
@media only screen and (min-width: 640px) {
  /* line 24, ../../src/sass/partials/link-tabs.scss */
  .link-tabs .tabs-menu-mobile {
    display: none;
  }
}
/* line 39, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu {
  display: none;
  -webkit-align-content: space-evenly;
      -ms-flex-line-pack: space-evenly;
          align-content: space-evenly;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 640px) {
  /* line 39, ../../src/sass/partials/link-tabs.scss */
  .link-tabs .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
}
/* line 56, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
  cursor: pointer;
}
/* line 62, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu label {
  cursor: pointer;
  font-weight: 400;
  font-size: 22px;
  text-decoration: none;
  line-height: 33px;
  color: black;
}
/* line 69, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu label:hover {
  color: #d70000;
}
/* line 75, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu .radio-wrap {
  cursor: pointer;
  margin-bottom: -4px;
  padding: 5px 0;
}
/* line 81, ../../src/sass/partials/link-tabs.scss */
.link-tabs .tabs-menu .radio-wrap.selected {
  cursor: pointer;
  color: black;
  border-bottom: 4px solid #d70000;
  background: #d70000;
  text-decoration: underline;
}
@media only screen and (min-width: 640px) {
  /* line 81, ../../src/sass/partials/link-tabs.scss */
  .link-tabs .tabs-menu .radio-wrap.selected {
    color: black;
    border-bottom: 4px solid #d70000;
    background: unset;
    text-decoration: unset;
  }
}

/* line 2, ../../src/sass/partials/select2.scss */
.container .filters-container {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1048px) {
  /* line 2, ../../src/sass/partials/select2.scss */
  .container .filters-container {
    margin-bottom: 80px;
  }
}
/* line 23, ../../src/sass/partials/select2.scss */
.container .underlined-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1048px) {
  /* line 23, ../../src/sass/partials/select2.scss */
  .container .underlined-dropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 33, ../../src/sass/partials/select2.scss */
.container .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  padding-right: 50px;
}
/* line 37, ../../src/sass/partials/select2.scss */
.container .select2-container--default .select2-selection--single {
  background-color: #FFF;
  border: 0px solid #FFF;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-bottom: 1px solid #d70000;
  margin-bottom: 10px;
}
/* line 45, ../../src/sass/partials/select2.scss */
.container .select2-container--default .select2-results > .select2-results__options {
  background-color: #FFF;
  border: 1px solid #d70000;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin: -1px;
}
/* line 56, ../../src/sass/partials/select2.scss */
.container .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  color: rgba(0, 0, 0, 0.6);
}
/* line 62, ../../src/sass/partials/select2.scss */
.container .select2-container--default .select2-results > .select2-results__options {
  max-height: 420px !important;
}
/* line 73, ../../src/sass/partials/select2.scss */
.container .select2-container {
  min-height: 52.5px;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1048px) {
  /* line 73, ../../src/sass/partials/select2.scss */
  .container .select2-container {
    min-width: 48%;
    max-width: 48%;
    margin-bottom: 0px;
  }
  /* line 84, ../../src/sass/partials/select2.scss */
  .site-3 .container .select2-container {
    min-width: 30%;
    max-width: 30%;
  }
}
/* line 91, ../../src/sass/partials/select2.scss */
.container .select2-selection__arrow b {
  border: none !important;
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
          background-size: cover !important;
  background-position: center !important;
  margin-left: -34px !important;
  margin-top: -16px !important;
  content: '';
  background: url(./images/arrow-dropdown.svg) !important;
  height: 47px !important;
  width: 47px !important;
}
/* line 105, ../../src/sass/partials/select2.scss */
.container .select2-selection {
  height: 52.5px !important;
}
/* line 110, ../../src/sass/partials/select2.scss */
.container .select2.select2-container.select2-container--open .select2-selection__rendered {
  color: #d70000;
  display: block;
}
/* line 117, ../../src/sass/partials/select2.scss */
.container .select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F7F7F7;
  display: block;
  color: #d70000;
}
/* line 124, ../../src/sass/partials/select2.scss */
.container .select2-container--default .select2-results__option--selected {
  background-color: rgba(112, 112, 112, 0.3);
}

/* line 129, ../../src/sass/partials/select2.scss */
.container .select2-container {
  width: 100% !important;
  padding: 0;
  margin: 0;
}

/* line 134, ../../src/sass/partials/select2.scss */
.link-tabs .tabs-menu-mobile {
  width: 100% !important;
}

/* line 137, ../../src/sass/partials/select2.scss */
.select2-container .selection {
  width: 100%;
  display: block;
}

/* line 142, ../../src/sass/partials/select2.scss */
.select2-dropdown--above,
.select2-dropdown--below {
  top: 1em;
}

/* line 1, ../../src/sass/partials/error-404.scss */
.error-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/partials/error-404.scss */
  .error-404 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 8, ../../src/sass/partials/error-404.scss */
  .error-404 > div {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  /* line 12, ../../src/sass/partials/error-404.scss */
  .error-404 .text-404 {
    margin-top: 100px;
  }
}
/* line 17, ../../src/sass/partials/error-404.scss */
.error-404 svg {
  max-width: 100%;
  height: auto;
}
/* line 22, ../../src/sass/partials/error-404.scss */
.error-404 h1 {
  margin: 1.5em 0 0;
}

/* line 7, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote {
  border-top: 2px solid #ff6464;
  border-bottom: 2px solid #ff6464;
  position: relative;
  margin-bottom: 50px;
  margin-top: 60px;
}
@media only screen and (min-width: 1048px) {
  /* line 7, ../../src/sass/gutenberg/gutenberg-extras.scss */
  blockquote {
    margin-bottom: 80px;
  }
}
/* line 14, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote:before {
  content: '';
  background-image: url("images/block-quote.svg");
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  margin-right: 20px;
  display: inline-block;
  height: 32px;
  width: 75px;
  position: absolute;
  top: -20px;
  left: -12px;
}
@media only screen and (min-width: 1048px) {
  /* line 14, ../../src/sass/gutenberg/gutenberg-extras.scss */
  blockquote:before {
    left: 80px;
  }
}
/* line 33, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote:after {
  content: '';
  background-image: url("images/block-quote.svg");
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  margin-right: 20px;
  display: inline-block;
  height: 32px;
  width: 75px;
  position: absolute;
  bottom: -20px;
  right: -12px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (min-width: 1048px) {
  /* line 33, ../../src/sass/gutenberg/gutenberg-extras.scss */
  blockquote:after {
    right: 80px;
  }
}
/* line 53, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote p {
  font-family: "Helvetica Neue LT W05_75 Bold", sans-serif;
  font-style: italic;
  display: block;
  font-size: 27px;
  line-height: 1.3;
  color: #d70000;
  margin: 0;
  padding: 20px 0;
}
@media only screen and (min-width: 1048px) {
  /* line 53, ../../src/sass/gutenberg/gutenberg-extras.scss */
  blockquote p {
    font-size: 30px;
    padding: 36px 94px;
  }
}
/* line 69, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote cite {
  display: none;
}

/* line 80, ../../src/sass/gutenberg/gutenberg-extras.scss */
figure.wp-block-image {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1048px) {
  /* line 80, ../../src/sass/gutenberg/gutenberg-extras.scss */
  figure.wp-block-image {
    margin-bottom: 80px;
  }
}

/* line 85, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image figcaption {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 16px;
  background: #F7F7F7;
  padding: 4px 10px 6px 10px;
  margin-top: 0;
}
@media only screen and (min-width: 1048px) {
  /* line 85, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .wp-block-image figcaption {
    margin-bottom: 80px;
  }
}

/* line 2, ../../src/sass/gutenberg/tables.scss */
table,
table.has-fixed-layout {
  margin-bottom: 50px;
  font-size: 16px;
}
@media only screen and (min-width: 1048px) {
  /* line 2, ../../src/sass/gutenberg/tables.scss */
  table,
  table.has-fixed-layout {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 2, ../../src/sass/gutenberg/tables.scss */
  table,
  table.has-fixed-layout {
    font-size: 18px;
  }
}
/* line 10, ../../src/sass/gutenberg/tables.scss */
table thead, table.has-fixed-layout thead {
  background: #fff0f0;
  color: #d70000;
}
/* line 14, ../../src/sass/gutenberg/tables.scss */
.site-3 table thead,
.site-3 table.has-fixed-layout thead {
  background: #EFEFEF;
}
/* line 19, ../../src/sass/gutenberg/tables.scss */
table thead th, table.has-fixed-layout thead th {
  border: 1px solid rgba(215, 0, 0, 0.3);
}
/* line 23, ../../src/sass/gutenberg/tables.scss */
.site-3 table thead th, .site-3 table.has-fixed-layout thead th {
  border: 1px solid rgba(112, 112, 112, 0.3);
}
/* line 33, ../../src/sass/gutenberg/tables.scss */
table td,
table.has-fixed-layout td {
  border: 1px solid rgba(112, 112, 112, 0.3);
  padding: 10px 12px;
}

/* line 1, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button__link {
  margin-bottom: 50px;
  background: #d70000;
  color: #FFF;
  font-weight: 700;
  -webkit-border-radius: 33px;
     -moz-border-radius: 33px;
          border-radius: 33px;
  padding: 16px 28px;
  text-align: center;
  min-height: 42px;
  height: auto;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  border: 0px solid;
  border-color: #d70000;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 50);
  letter-spacing: -moz-calc(1rem * 0.001 * 50);
  letter-spacing: calc(1rem * 0.001 * 50);
  font-size: 16px;
  line-height: 16px;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/gutenberg/buttons.scss */
  .wp-block-button__link {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/gutenberg/buttons.scss */
  .wp-block-button__link {
    font-size: 18px;
    line-height: 18px;
  }
}
/* line 318, ../../src/sass/helpers/_mixins.scss */
.wp-block-button__link:visited, .wp-block-button__link:active, .wp-block-button__link:focus {
  background: #d70000;
  color: #FFF;
}
/* line 327, ../../src/sass/helpers/_mixins.scss */
.wp-block-button__link:hover {
  background: #ff6464;
  color: #FFF;
  border-color: #ff6464;
}

/* line 9, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  margin-bottom: 50px;
  background: #d70000;
  color: #FFF;
  font-weight: 700;
  -webkit-border-radius: 33px;
     -moz-border-radius: 33px;
          border-radius: 33px;
  padding: 16px 28px;
  text-align: center;
  min-height: 42px;
  height: auto;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  border: 0px solid;
  border-color: #d70000;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 50);
  letter-spacing: -moz-calc(1rem * 0.001 * 50);
  letter-spacing: calc(1rem * 0.001 * 50);
  font-size: 16px;
  line-height: 16px;
}
@media only screen and (min-width: 1048px) {
  /* line 9, ../../src/sass/gutenberg/buttons.scss */
  .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 9, ../../src/sass/gutenberg/buttons.scss */
  .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
    font-size: 18px;
    line-height: 18px;
  }
}
/* line 318, ../../src/sass/helpers/_mixins.scss */
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):visited, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus {
  background: #d70000;
  color: #FFF;
}
/* line 327, ../../src/sass/helpers/_mixins.scss */
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  background: #ff6464;
  color: #FFF;
  border-color: #ff6464;
}

/* line 1, ../../src/sass/blocks/accordion.scss */
.accordions {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/blocks/accordion.scss */
  .accordions {
    margin-bottom: 80px;
  }
}
/* line 8, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .title-block {
  padding: 26px 32px;
  border-top: 1px solid #ff6464;
}
/* line 17, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .accordion-link {
  color: #000;
  text-decoration: none;
}
/* line 22, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item h3 {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-top: 4px;
  margin-right: 67px;
}
/* line 30, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item h3:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -67px;
  content: "";
  background: url(./images/arrow-dropdown.svg);
  background-repeat: no-repeat;
  height: 47px;
  width: 47px;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 47, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item.open h3:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url(./images/accordion-open.svg);
  background-repeat: no-repeat;
  height: 47px;
  width: 47px;
}
/* line 57, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block {
  display: none;
  padding: 0 32px 26px 32px;
}
/* line 62, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block p:first-of-type {
  margin-top: 0;
}
/* line 66, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block p:last-of-type {
  margin-bottom: 0;
}
/* line 72, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block.open {
  display: block;
}

/* line 2, ../../src/sass/blocks/video-modal.scss */
.video-modal {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1048px) {
  /* line 2, ../../src/sass/blocks/video-modal.scss */
  .video-modal {
    margin-bottom: 80px;
  }
}
/* line 5, ../../src/sass/blocks/video-modal.scss */
.video-modal .image {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
  height: 50vw;
}
@media only screen and (min-width: 1048px) {
  /* line 5, ../../src/sass/blocks/video-modal.scss */
  .video-modal .image {
    height: 31.611vw;
  }
}
/* line 16, ../../src/sass/blocks/video-modal.scss */
.video-modal .image .vimeo-button,
.video-modal .image .youtube-button {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 31, ../../src/sass/blocks/video-modal.scss */
.video-modal .image .vimeo-button:hover,
.video-modal .image .youtube-button:hover {
  -webkit-transform: translate(-50%, -50%) scale(0.94);
     -moz-transform: translate(-50%, -50%) scale(0.94);
      -ms-transform: translate(-50%, -50%) scale(0.94);
       -o-transform: translate(-50%, -50%) scale(0.94);
          transform: translate(-50%, -50%) scale(0.94);
}
/* line 35, ../../src/sass/blocks/video-modal.scss */
.video-modal .image .vimeo-button:after,
.video-modal .image .youtube-button:after {
  content: '';
  position: absolute;
  content: "";
  background: url(./images/play-button.svg);
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 1, ../../src/sass/blocks/numbers.scss */
.numbers {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/blocks/numbers.scss */
  .numbers {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/blocks/numbers.scss */
  .numbers {
    margin-top: 80px;
  }
}
/* line 5, ../../src/sass/blocks/numbers.scss */
.numbers .inner-block {
  margin-left: 32px;
  margin-right: 32px;
}
/* line 9, ../../src/sass/blocks/numbers.scss */
.site-3 .numbers .inner-block {
  background: #d70000;
  padding-top: 80px;
  padding-bottom: 50px;
}
/* line 16, ../../src/sass/blocks/numbers.scss */
.numbers .inner-block .container {
  padding-right: 32px;
  padding-left: 32px;
}
@media only screen and (min-width: 1048px) {
  /* line 16, ../../src/sass/blocks/numbers.scss */
  .numbers .inner-block .container {
    padding-right: -webkit-calc(7.162vw - 24px);
    padding-right: -moz-calc(7.162vw - 24px);
    padding-right: calc(7.162vw - 24px);
    padding-left: -webkit-calc(7.162vw - 24px);
    padding-left: -moz-calc(7.162vw - 24px);
    padding-left: calc(7.162vw - 24px);
  }
}
/* line 25, ../../src/sass/blocks/numbers.scss */
.numbers .inner-block .container h2, .numbers .inner-block .container .has-red-text-font-size {
  margin-top: 0;
  padding-top: 6px;
}
@media only screen and (min-width: 1048px) {
  /* line 25, ../../src/sass/blocks/numbers.scss */
  .numbers .inner-block .container h2, .numbers .inner-block .container .has-red-text-font-size {
    padding-top: 10px;
  }
}
/* line 35, ../../src/sass/blocks/numbers.scss */
.site-3 .numbers .inner-block .container h2, .site-3 .numbers .inner-block .container .has-red-text-font-size {
  color: #FFF;
}
/* line 42, ../../src/sass/blocks/numbers.scss */
.numbers .inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -32px;
}
@media only screen and (min-width: 768px) {
  /* line 42, ../../src/sass/blocks/numbers.scss */
  .numbers .inner-wrap {
    display: grid;
    grid-gap: 8.389057750759879%;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1048px) {
  /* line 42, ../../src/sass/blocks/numbers.scss */
  .numbers .inner-wrap {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    margin: 0;
  }
}
/* line 59, ../../src/sass/blocks/numbers.scss */
.numbers .inner-wrap .number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1048px) {
  /* line 59, ../../src/sass/blocks/numbers.scss */
  .numbers .inner-wrap .number-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 68, ../../src/sass/blocks/numbers.scss */
.numbers .inner-wrap .number-wrap p {
  text-align: left;
  width: 50%;
}
@media only screen and (min-width: 1048px) {
  /* line 68, ../../src/sass/blocks/numbers.scss */
  .numbers .inner-wrap .number-wrap p {
    text-align: center;
    width: 100%;
  }
}
/* line 77, ../../src/sass/blocks/numbers.scss */
.site-3 .numbers .inner-wrap .number-wrap p {
  color: #FFF;
}
/* line 85, ../../src/sass/blocks/numbers.scss */
.numbers .inner-wrap .number-wrap .number {
  position: relative;
  margin-bottom: 32px;
  width: 40%;
  margin-right: 20px;
}
@media only screen and (min-width: 1048px) {
  /* line 85, ../../src/sass/blocks/numbers.scss */
  .numbers .inner-wrap .number-wrap .number {
    width: 100%;
    margin-right: 0;
  }
}
/* line 100, ../../src/sass/blocks/numbers.scss */
.numbers .inner-wrap .number-wrap .number svg {
  height: 100%;
  width: 100%;
}
/* line 105, ../../src/sass/blocks/numbers.scss */
.numbers .inner-wrap .number-wrap .number circle {
  fill: #d70000;
}
/* line 108, ../../src/sass/blocks/numbers.scss */
.site-3 .numbers .inner-wrap .number-wrap .number circle {
  fill: #FFF;
}
/* line 116, ../../src/sass/blocks/numbers.scss */
.numbers .inner-wrap .number-wrap .number h2, .numbers .inner-wrap .number-wrap .number .has-red-text-font-size {
  font-size: 35px;
  margin: 0;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1048px) {
  /* line 116, ../../src/sass/blocks/numbers.scss */
  .numbers .inner-wrap .number-wrap .number h2, .numbers .inner-wrap .number-wrap .number .has-red-text-font-size {
    font-size: min(max(35px, 4.255vw), 56px);
  }
}
@media only screen and (min-width: 1440px) {
  /* line 116, ../../src/sass/blocks/numbers.scss */
  .numbers .inner-wrap .number-wrap .number h2, .numbers .inner-wrap .number-wrap .number .has-red-text-font-size {
    font-size: min(max(35px, 6.079vw), 100px);
  }
}
/* line 133, ../../src/sass/blocks/numbers.scss */
.site-3 .numbers .inner-wrap .number-wrap .number h2, .site-3 .numbers .inner-wrap .number-wrap .number .has-red-text-font-size {
  color: #d70000;
}

/* line 1, ../../src/sass/blocks/line-separator.scss */
.line-separator {
  border-top: solid 1px #d70000;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/blocks/line-separator.scss */
  .line-separator {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/blocks/line-separator.scss */
  .line-separator {
    margin-top: 80px;
  }
}
/* line 6, ../../src/sass/blocks/line-separator.scss */
.line-separator.no-space {
  margin-top: 0;
}

/* line 1, ../../src/sass/blocks/tiles.scss */
.tiles {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/blocks/tiles.scss */
  .tiles {
    margin-bottom: 80px;
  }
}
/* line 4, ../../src/sass/blocks/tiles.scss */
.tiles .grid {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 4, ../../src/sass/blocks/tiles.scss */
  .tiles .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    grid-gap: 19.148936170212766%;
  }
}
/* line 17, ../../src/sass/blocks/tiles.scss */
.tiles .grid a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  color: #000;
}
/* line 26, ../../src/sass/blocks/tiles.scss */
.tiles .grid a:hover p, .tiles .grid a:active p, .tiles .grid a:focus p, .tiles .grid a:visited p {
  color: #000;
}
/* line 32, ../../src/sass/blocks/tiles.scss */
.tiles .grid a:hover .icon {
  background: #ff6464;
}
/* line 38, ../../src/sass/blocks/tiles.scss */
.tiles .grid a:hover .arrow svg circle {
  fill: #ff6464;
}
/* line 46, ../../src/sass/blocks/tiles.scss */
.tiles .grid .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  /* line 46, ../../src/sass/blocks/tiles.scss */
  .tiles .grid .content {
    margin-bottom: 0px;
  }
}
/* line 56, ../../src/sass/blocks/tiles.scss */
.tiles .grid .content .h4, .tiles .grid .content h4, .tiles .grid .content .accordions .accordion-item h3, .accordions .accordion-item .tiles .grid .content h3 {
  font-size: 25px;
  margin: 1.2em 0 0.4em;
}
@media only screen and (min-width: 768px) {
  /* line 56, ../../src/sass/blocks/tiles.scss */
  .tiles .grid .content .h4, .tiles .grid .content h4, .tiles .grid .content .accordions .accordion-item h3, .accordions .accordion-item .tiles .grid .content h3 {
    font-size: 40px;
  }
}
/* line 95, ../../src/sass/blocks/tiles.scss */
.tiles .grid .content .icon {
  background: #d70000;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  width: 148px;
  height: 148px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1248px) {
  /* line 95, ../../src/sass/blocks/tiles.scss */
  .tiles .grid .content .icon {
    width: 240px;
    height: 240px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 95, ../../src/sass/blocks/tiles.scss */
  .tiles .grid .content .icon {
    width: 300px;
    height: 300px;
  }
}
/* line 118, ../../src/sass/blocks/tiles.scss */
.tiles .grid .content .icon svg {
  height: 40%;
  width: 40%;
}

/* line 1, ../../src/sass/blocks/partners-slider.scss */
.partners-slider {
  margin-bottom: 50px;
  padding-top: 46px;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/blocks/partners-slider.scss */
  .partners-slider {
    margin-bottom: 80px;
  }
}
/* line 7, ../../src/sass/blocks/partners-slider.scss */
.partners-slider .tile .image-block {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  padding: 0 10px;
}
/* line 10, ../../src/sass/blocks/partners-slider.scss */
.partners-slider .tile .image-block img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
/* line 17, ../../src/sass/blocks/partners-slider.scss */
.partners-slider .tile:hover .image-block {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
/* line 23, ../../src/sass/blocks/partners-slider.scss */
.partners-slider .slick-prev {
  position: absolute;
  left: -webkit-calc(100% - 110px);
  left: -moz-calc(100% - 110px);
  left: calc(100% - 110px);
  top: -56px;
  height: 46px;
  width: 46px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 31, ../../src/sass/blocks/partners-slider.scss */
.partners-slider .slick-prev:before {
  content: "";
  height: 46px;
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 41, ../../src/sass/blocks/partners-slider.scss */
.partners-slider .slick-next {
  position: absolute;
  right: 10px;
  top: -34px;
  height: 46px;
  width: 46px;
}
/* line 48, ../../src/sass/blocks/partners-slider.scss */
.partners-slider .slick-next:before {
  content: "";
  height: 46px;
  width: 46px;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 61, ../../src/sass/blocks/partners-slider.scss */
.for-slider {
  margin: 0;
}

/* line 1, ../../src/sass/blocks/block-tiles.scss */
.block-tiles {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/blocks/block-tiles.scss */
  .block-tiles {
    margin-bottom: 80px;
  }
}
/* line 4, ../../src/sass/blocks/block-tiles.scss */
.block-tiles .grid {
  display: grid;
  grid-gap: 32px;
  row-gap: 70px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 1048px) {
  /* line 4, ../../src/sass/blocks/block-tiles.scss */
  .block-tiles .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    grid-gap: 10.638297872340426%;
    grid-row-gap: 100px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 4, ../../src/sass/blocks/block-tiles.scss */
  .block-tiles .grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 20, ../../src/sass/blocks/block-tiles.scss */
.block-tiles .grid a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  color: #000;
}
/* line 29, ../../src/sass/blocks/block-tiles.scss */
.block-tiles .grid a:hover p, .block-tiles .grid a:active p, .block-tiles .grid a:focus p, .block-tiles .grid a:visited p {
  color: #000;
}
/* line 35, ../../src/sass/blocks/block-tiles.scss */
.block-tiles .grid a:hover .icon {
  background: #ff6464;
}
/* line 41, ../../src/sass/blocks/block-tiles.scss */
.block-tiles .grid a:hover .arrow svg circle {
  fill: #ff6464;
}
/* line 46, ../../src/sass/blocks/block-tiles.scss */
.block-tiles .grid a:hover .image-block {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
/* line 52, ../../src/sass/blocks/block-tiles.scss */
.block-tiles .grid .image-block {
  margin-bottom: 1em;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  height: 300px;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 1, ../../src/sass/posts/listings.scss */
.listing {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1048px) {
  /* line 1, ../../src/sass/posts/listings.scss */
  .listing {
    margin-bottom: 80px;
  }
}
/* line 6, ../../src/sass/posts/listings.scss */
.site-3 .listing .arrow-link circle {
  fill: #F6C6C6;
}
/* line 10, ../../src/sass/posts/listings.scss */
.site-3 .listing .arrow-link path {
  fill: #d70000;
  stroke: #d70000;
}
/* line 17, ../../src/sass/posts/listings.scss */
.listing a,
.listing .h2,
.listing h2,
.listing .has-red-text-font-size {
  color: #000;
}
/* line 21, ../../src/sass/posts/listings.scss */
.listing a.red,
.listing .h2.red,
.listing h2.red,
.listing .red.has-red-text-font-size {
  color: #d70000;
}
/* line 26, ../../src/sass/posts/listings.scss */
.listing .intro-text-area {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1048px) {
  /* line 26, ../../src/sass/posts/listings.scss */
  .listing .intro-text-area {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 26, ../../src/sass/posts/listings.scss */
  .listing .intro-text-area {
    width: 57.4468085106%;
  }
}
/* line 44, ../../src/sass/posts/listings.scss */
.listing a {
  text-decoration: none;
}
/* line 48, ../../src/sass/posts/listings.scss */
.listing h3:not(.meta-tag) {
  margin: 0 0 0.45em;
}
/* line 52, ../../src/sass/posts/listings.scss */
.listing .grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 1048px) {
  /* line 52, ../../src/sass/posts/listings.scss */
  .listing .grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 60, ../../src/sass/posts/listings.scss */
.listing .grid .tile {
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 64, ../../src/sass/posts/listings.scss */
.listing .grid .tile:hover {
  color: #000;
}
/* line 67, ../../src/sass/posts/listings.scss */
.listing .grid .tile:hover .image-block {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
/* line 72, ../../src/sass/posts/listings.scss */
.listing .grid .tile .image-block {
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 440px;
}
/* line 81, ../../src/sass/posts/listings.scss */
.listing .grid .tile .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
/* line 88, ../../src/sass/posts/listings.scss */
.listing .grid .tile:hover {
  background: #fff0f0;
  border: 1px solid #d70000;
}
/* line 94, ../../src/sass/posts/listings.scss */
.site-3 .listing .grid .tile:hover .arrow-link circle {
  fill: #d70000;
}
/* line 98, ../../src/sass/posts/listings.scss */
.site-3 .listing .grid .tile:hover .arrow-link path {
  fill: #FFF;
  stroke: #FFF;
}
/* line 107, ../../src/sass/posts/listings.scss */
.listing .grid.training_event, .listing .grid.work_opportunity {
  grid-gap: 36px;
}
@media only screen and (min-width: 768px) {
  /* line 107, ../../src/sass/posts/listings.scss */
  .listing .grid.training_event, .listing .grid.work_opportunity {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1248px) {
  /* line 107, ../../src/sass/posts/listings.scss */
  .listing .grid.training_event, .listing .grid.work_opportunity {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 119, ../../src/sass/posts/listings.scss */
.listing .grid.training_event .tile, .listing .grid.work_opportunity .tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #d70000;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
@media only screen and (min-width: 1440px) {
  /* line 119, ../../src/sass/posts/listings.scss */
  .listing .grid.training_event .tile, .listing .grid.work_opportunity .tile {
    padding: 40px;
  }
}
/* line 130, ../../src/sass/posts/listings.scss */
.listing .grid.training_event .tile .image-block, .listing .grid.work_opportunity .tile .image-block {
  height: 190px;
  width: 190px;
  min-height: unset;
  max-height: unset;
}
@media only screen and (min-width: 768px) {
  /* line 130, ../../src/sass/posts/listings.scss */
  .listing .grid.training_event .tile .image-block, .listing .grid.work_opportunity .tile .image-block {
    width: 225px;
    height: 205px;
  }
}
/* line 142, ../../src/sass/posts/listings.scss */
.listing .grid.training_event .tile .lower-wrap, .listing .grid.work_opportunity .tile .lower-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* line 150, ../../src/sass/posts/listings.scss */
.listing .grid.people {
  grid-gap: 32px;
  row-gap: 70px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 1048px) {
  /* line 150, ../../src/sass/posts/listings.scss */
  .listing .grid.people {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    grid-gap: 10.638297872340426%;
    grid-row-gap: 100px;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 150, ../../src/sass/posts/listings.scss */
  .listing .grid.people {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 165, ../../src/sass/posts/listings.scss */
.listing .grid.people .tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 170, ../../src/sass/posts/listings.scss */
.listing .grid.people .tile.yes {
  grid-column: 1 / 2;
}
@media only screen and (min-width: 1048px) {
  /* line 170, ../../src/sass/posts/listings.scss */
  .listing .grid.people .tile.yes {
    grid-column: 1 / 3;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 170, ../../src/sass/posts/listings.scss */
  .listing .grid.people .tile.yes {
    grid-column: 1 / 4;
  }
}
/* line 183, ../../src/sass/posts/listings.scss */
.listing .grid.people .tile:hover {
  background: none;
  border: 1px solid transparent;
}
/* line 188, ../../src/sass/posts/listings.scss */
.listing .grid.people .tile .image-block {
  margin-bottom: 1em;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  max-width: 100%;
  height: 400px;
}
@media only screen and (min-width: 1048px) {
  /* line 188, ../../src/sass/posts/listings.scss */
  .listing .grid.people .tile .image-block {
    max-width: 388px;
  }
}
/* line 202, ../../src/sass/posts/listings.scss */
.listing .grid.resources, .listing .grid.blog, .listing .grid.case_study {
  grid-gap: 32px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 1248px) {
  /* line 202, ../../src/sass/posts/listings.scss */
  .listing .grid.resources, .listing .grid.blog, .listing .grid.case_study {
    row-gap: 48px;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1440px) {
  /* line 202, ../../src/sass/posts/listings.scss */
  .listing .grid.resources, .listing .grid.blog, .listing .grid.case_study {
    row-gap: 68px;
  }
}
/* line 218, ../../src/sass/posts/listings.scss */
.listing .grid.resources .tile, .listing .grid.blog .tile, .listing .grid.case_study .tile {
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  grid-gap: 0;
}
@media only screen and (min-width: 768px) {
  /* line 218, ../../src/sass/posts/listings.scss */
  .listing .grid.resources .tile, .listing .grid.blog .tile, .listing .grid.case_study .tile {
    grid-template-columns: 48.85786802030457% auto;
  }
}
/* line 229, ../../src/sass/posts/listings.scss */
.listing .grid.resources .tile .text-block, .listing .grid.blog .tile .text-block, .listing .grid.case_study .tile .text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}
@media only screen and (min-width: 1440px) {
  /* line 229, ../../src/sass/posts/listings.scss */
  .listing .grid.resources .tile .text-block, .listing .grid.blog .tile .text-block, .listing .grid.case_study .tile .text-block {
    padding: 40px;
  }
}
/* line 239, ../../src/sass/posts/listings.scss */
.site-3 .listing .grid.resources .tile .text-block, .site-3 .listing .grid.blog .tile .text-block, .site-3 .listing .grid.case_study .tile .text-block {
  background: #EFEFEF;
}
/* line 246, ../../src/sass/posts/listings.scss */
.listing .grid.partnerships {
  grid-gap: 54px;
}
/* line 249, ../../src/sass/posts/listings.scss */
.listing .grid.partnerships .tile {
  background-color: #F7F7F7;
  padding: 30px;
}
@media only screen and (min-width: 1440px) {
  /* line 249, ../../src/sass/posts/listings.scss */
  .listing .grid.partnerships .tile {
    padding: 40px;
  }
}
/* line 257, ../../src/sass/posts/listings.scss */
.listing .grid.partnerships .tile .image-block {
  height: 260px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
/* line 261, ../../src/sass/posts/listings.scss */
.listing .grid.partnerships .tile .image-block img {
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 266, ../../src/sass/posts/listings.scss */
.listing .grid.partnerships .tile:hover {
  color: #000;
}
/* line 269, ../../src/sass/posts/listings.scss */
.listing .grid.partnerships .tile:hover .image-block {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

/* line 3, ../../src/sass/posts/single.scss */
.single-page h1 {
  margin: 0 0 0.65em;
}
/* line 7, ../../src/sass/posts/single.scss */
.single-page .container
.flexy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1048px) {
  /* line 7, ../../src/sass/posts/single.scss */
  .single-page .container
  .flexy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* line 22, ../../src/sass/posts/single.scss */
.single-page main {
  width: 100%;
}
@media only screen and (min-width: 1048px) {
  /* line 22, ../../src/sass/posts/single.scss */
  .single-page main {
    width: 57.4468085106%;
  }
}
/* line 30, ../../src/sass/posts/single.scss */
.single-page aside {
  width: 100%;
}
@media only screen and (min-width: 1048px) {
  /* line 30, ../../src/sass/posts/single.scss */
  .single-page aside {
    width: 40.4255319149%;
  }
}
/* line 37, ../../src/sass/posts/single.scss */
.single-page aside img {
  width: 100%;
  height: auto;
}
/* line 46, ../../src/sass/posts/single.scss */
.single-page.people h1 {
  margin: 0;
}
/* line 51, ../../src/sass/posts/single.scss */
.single-page.people .mobile .h2, .single-page.people .mobile h2, .single-page.people .mobile .has-red-text-font-size {
  margin: 2.3em 0 0.65em;
}
@media only screen and (min-width: 1048px) {
  /* line 51, ../../src/sass/posts/single.scss */
  .single-page.people .mobile .h2, .single-page.people .mobile h2, .single-page.people .mobile .has-red-text-font-size {
    margin: 0;
  }
}
/* line 59, ../../src/sass/posts/single.scss */
.single-page.people .job {
  margin-bottom: 1em;
  margin-top: 0.65em;
  font-family: "Helvetica Neue LT W05_65 Medium", sans-serif;
}
/* line 69, ../../src/sass/posts/single.scss */
.single-page.people .h4, .single-page.people h4, .single-page.people .accordions .accordion-item h3, .accordions .accordion-item .single-page.people h3 {
  margin: 1em 0 0.65em;
}
@media only screen and (min-width: 1048px) {
  /* line 69, ../../src/sass/posts/single.scss */
  .single-page.people .h4, .single-page.people h4, .single-page.people .accordions .accordion-item h3, .accordions .accordion-item .single-page.people h3 {
    margin: 2em 0 0.65em;
  }
}
/* line 77, ../../src/sass/posts/single.scss */
.single-page.people main {
  width: 100%;
}
@media only screen and (min-width: 1048px) {
  /* line 77, ../../src/sass/posts/single.scss */
  .single-page.people main {
    width: 65.9574468085%;
  }
}
/* line 85, ../../src/sass/posts/single.scss */
.single-page.people aside {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1048px) {
  /* line 85, ../../src/sass/posts/single.scss */
  .single-page.people aside {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1048px) {
  /* line 85, ../../src/sass/posts/single.scss */
  .single-page.people aside {
    width: 28.8753799392%;
  }
}
/* line 97, ../../src/sass/posts/single.scss */
.single-page.blog .container, .single-page.case-study .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 105, ../../src/sass/posts/single.scss */
.single-page.impact .container .listing {
  margin-bottom: 0;
}
/* line 116, ../../src/sass/posts/single.scss */
.single-page.training-event h1 {
  margin-bottom: 0.25em;
}

/* line 123, ../../src/sass/posts/single.scss */
.upper-wrap-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 127, ../../src/sass/posts/single.scss */
.upper-wrap-post h2, .upper-wrap-post .has-red-text-font-size {
  margin: 0 0 1em;
}
/* line 132, ../../src/sass/posts/single.scss */
.upper-wrap-post .wp-block-button__link {
  margin: 0;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */