@charset "UTF-8";
:root {
  --black: #000000;
  --primary-font: Helvetica, Arial, sans-serif;
  --secondary-font: Verdana;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

*::before,
*::after {
  display: block;
}

img,
picture,
video,
iframe,
figure {
  max-width: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  background-color: transparent;
}

p a,
label a {
  display: inline;
}

li {
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
strong,
blockquote,
i,
b,
u,
em {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}

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

::-moz-selection {
  background-color: var(--black, black);
  color: var(--white, white);
  text-shadow: none;
}

::selection {
  background-color: var(--black, black);
  color: var(--white, white);
  text-shadow: none;
}

form,
input,
textarea,
select,
button,
label {
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
  color: inherit;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  overflow: visible;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

[hidden] {
  display: none !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

main {
  display: block;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.8em;
}

img {
  border-style: none;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  font-size: 100%;
  font-family: var(--primary-font);
  color: var(--black);
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input {
  overflow: visible;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@font-face {
  font-family: poppins;
  src: url("../../assets/fonts/poppins/poppins-regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: poppins;
  src: url("../../assets/fonts/poppins/poppins-medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: poppins;
  src: url("../../assets/fonts/poppins/poppins-semibold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: poppins;
  src: url("../../assets/fonts/poppins/poppins-bold.ttf");
  font-weight: bold;
}
*,
*::before,
*::after {
  font-family: poppins, Arial, Helvetica, sans-serif;
}

section a {
  font-size: inherit;
  font-weight: bold;
  color: #305b78;
  text-decoration: underline;
}

h1,
h2,
h3 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #305b78;
  letter-spacing: normal;
}

h1 {
  font-size: 2em;
  line-height: 1.25;
}

h2 {
  font-size: 1.75em;
  line-height: 1.35;
}

h3 {
  font-size: 1.5em;
  line-height: 1.35;
}

.paragraph {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 1.125em;
  line-height: 1.5;
  color: #000000;
}
.paragraph.paragraph--center {
  text-align: center;
}
.paragraph.paragraph--16 {
  font-size: 1em;
  line-height: 1.75;
}
.paragraph.paragraph--14 {
  font-size: 0.875em;
  line-height: 1.35;
}
.paragraph.paragraph--12 {
  font-size: 0.75em;
  line-height: normal;
}

@media screen and (min-width: 1024px) {
  h2 {
    font-size: 2em;
  }
}
/*
  This mixin will build the prefix values for the property and value passed in.
  It will also add the property and value without the prefix.
  Example:
    @include build-prefix-values('transition', 'all 1s linear');
*/
/*
  Example usage:
    .my-class {
      // Default usage
      @include transition();
      // Custom usage
      @include transition('all', 1s, linear);
    }
*/
.wrapper {
  margin: 0 auto;
  max-width: calc(100% - 2rem);
  width: 1194px;
}
.wrapper.small {
  max-width: calc(100% - 2rem);
  width: 990px;
}

/*
  This mixin will build the prefix values for the property and value passed in.
  It will also add the property and value without the prefix.
  Example:
    @include build-prefix-values('transition', 'all 1s linear');
*/
/*
  Example usage:
    .my-class {
      // Default usage
      @include transition();
      // Custom usage
      @include transition('all', 1s, linear);
    }
*/
.header {
  background-color: #cdcae7;
  background-image: url("/assets/img/hero-tile-bg.jpg");
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .header {
    padding-bottom: 2rem;
  }
}
.header__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1250px;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}
.header .top__bar {
  background-color: #305b78;
  display: none;
  height: 32px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header .top__bar {
    display: block;
  }
}
.header .top__bar--links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 1.75rem;
}
.header .top__bar--links_item {
  color: #ffffff;
  padding: 0.5rem;
}
.header .top__bar--links_item a {
  text-decoration: underline;
  padding-bottom: 8px;
  font-size: 0.875rem;
}
.header .top__bar--links_item.attend_event {
  background-color: #ebab21;
  border: solid 1px #305b78;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
  color: #305b78;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 12px;
  text-align: left;
  margin-left: 1.5rem;
  min-width: 173px;
  padding: 8px 16px;
}
.header .top__bar--links_item.attend_event a {
  display: flex;
  align-items: center;
  font-weight: 600;
  padding-bottom: 0;
  font-size: 0.875rem;
}
.header .top__bar--links_item.attend_event img {
  display: inline-block;
  margin-left: 0.5rem;
  height: 20px;
  width: 20px;
}
.header__logo {
  align-self: flex-start;
  margin-top: -0.5rem;
  width: 130px;
}
@media screen and (min-width: 1200px) {
  .header__logo {
    position: relative;
    z-index: 4;
    margin-top: -3rem;
    width: 185px;
  }
}
@media screen and (min-width: 1250px) {
  .header__logo {
    width: 210px;
  }
}
.header__nav--menu {
  display: none;
  justify-content: flex-end;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
  width: 15.625rem;
  z-index: 3;
}
@media screen and (min-width: 375px) {
  .header__nav--menu {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav--menu {
    overflow-x: initial;
    overflow-y: initial;
  }
}
.header__nav--menu_item {
  background-color: #305b78;
  min-height: 4.25rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-align: left;
  width: 100%;
}
.header__nav--menu_item.has--dropdown .dropdown-link {
  display: inline-block;
}
.header__nav--menu_item:not(.mobile--logo) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .header__nav--menu_item.current-menu-item:not(.has--dropdown) a {
    background-color: #ebeff2;
    border-radius: 4px;
    color: #305b78;
    display: block;
    font-weight: bold;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav--menu_item.current-menu-item > a {
    font-weight: bold;
    border-bottom: 2px solid #305b78;
    margin-top: -12px;
    padding-bottom: 5px;
  }
}
.header__nav--menu_item > a {
  transition: all 0.3s ease-in-out;
}
.header__nav--menu_item > a:hover, .header__nav--menu_item > a:focus {
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .header__nav--menu_item > a:hover, .header__nav--menu_item > a:focus {
    border-bottom: 2px solid #305b78;
    margin-top: -12px;
    padding-bottom: 5px;
  }
}
.header__nav--menu_item a {
  position: relative;
  border-bottom: 2px solid transparent;
  color: #ebeff2;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  min-height: 100%;
  line-height: 50px;
}
.header__nav--menu_item a::before {
  content: "";
  position: absolute;
  bottom: 0.7rem;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  width: 100%;
}
.header__nav--menu_item.mobile--logo a {
  padding-top: 0;
}
@media screen and (min-width: 1200px) {
  .header__nav--menu_item.mobile--logo a {
    display: none;
  }
}
.header__nav--menu_item.mobile--logo img {
  margin-top: -0.5rem;
  padding-left: 0.75rem;
  width: 143px;
}
.header__nav--menu_item:nth-last-child(2) a {
  border-top: 1px solid #ebeff2;
  display: block;
  max-width: 265px;
  text-decoration: underline;
}
.header__nav--menu_item.attend_event {
  padding: 0;
  background-color: transparent;
}
.header__nav--menu_item.attend_event a {
  background-color: #ebab21;
  border-bottom-right-radius: 10px;
  color: #274b62;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-left: 0.75rem;
  text-decoration: underline;
}
.header__nav--menu_item.attend_event a img {
  margin-left: 0.5rem;
  width: 20px;
  height: 20px;
}
.header__nav--menu_item.has--dropdown {
  position: relative;
}
.header__nav--menu_item.has--dropdown > a {
  transition: all 0.3s ease-in-out;
}
.header__nav--menu_item.has--dropdown > a::after {
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cdcae7;
  height: 0;
  margin-left: 0.75rem;
  width: 0;
}
@media screen and (min-width: 1200px) {
  .header__nav--menu_item.has--dropdown > a::after {
    border-top: 5px solid #305b78;
  }
}
.header__nav--menu_item.has--dropdown .sub__menu {
  display: none;
  margin-right: 1rem;
  transition: display 0.2s ease-in-out;
}
.header__nav--menu_item.has--dropdown .sub__menu_item {
  height: 4.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .header__nav--menu_item.has--dropdown .sub__menu_item {
    height: auto;
    padding-top: initial;
    padding-bottom: initial;
  }
}
.header__nav--menu_item.has--dropdown .sub__menu a {
  color: #ebeff2;
  display: block;
  font-size: 1.125rem;
  height: 3.25rem;
  line-height: normal;
  margin-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  min-height: initial;
  display: flex;
  align-items: center;
}
.header__nav--menu_item.has--dropdown .sub__menu a.current-submenu-item, .header__nav--menu_item.has--dropdown .sub__menu a:hover, .header__nav--menu_item.has--dropdown .sub__menu a:focus, .header__nav--menu_item.has--dropdown .sub__menu a:active {
  background-color: #ebeff2;
  border-radius: 4px;
  color: #305b78;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .header__nav--menu_item.has--dropdown .sub__menu a.current-submenu-item, .header__nav--menu_item.has--dropdown .sub__menu a:hover, .header__nav--menu_item.has--dropdown .sub__menu a:focus, .header__nav--menu_item.has--dropdown .sub__menu a:active {
    background-color: #ebeff2;
    color: #305b78;
    text-decoration: underline;
  }
}
.header__nav--menu_item.has--dropdown .sub__menu a.current-submenu-item {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .header__nav--menu_item.has--dropdown .sub__menu a {
    font-size: 0.875rem;
    background-color: #305b78;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    color: #ebeff2;
    font-weight: bold;
    height: auto;
    line-height: 0.85;
    margin-bottom: 5px;
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav--menu_item.has--dropdown .sub__menu {
    position: absolute;
    top: 60px;
    left: 0;
    min-width: 200px;
    width: 100%;
    z-index: 10;
    margin-top: 0;
  }
}
.header__nav--menu_item.has--dropdown.active .sub__menu, .header__nav--menu_item.has--dropdown.current-menu-item.active .sub__menu {
  display: block;
}
.header__nav--menu_item.has--dropdown.active > a, .header__nav--menu_item.has--dropdown.current-menu-item.active > a {
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .header__nav--menu_item.has--dropdown.active > a, .header__nav--menu_item.has--dropdown.current-menu-item.active > a {
    border-bottom: 2px solid #305b78;
    margin-top: -12px;
    padding-bottom: 5px;
  }
}
.header__nav--menu_item.has--dropdown.active > a::before, .header__nav--menu_item.has--dropdown.current-menu-item.active > a::before {
  border-color: #ebeff2;
}
@media screen and (min-width: 1200px) {
  .header__nav--menu_item.has--dropdown.active > a::before, .header__nav--menu_item.has--dropdown.current-menu-item.active > a::before {
    border: 0;
  }
}
.header__nav--menu_item.has--dropdown.active > a::after, .header__nav--menu_item.has--dropdown.current-menu-item.active > a::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid #cdcae7;
}
@media screen and (min-width: 1200px) {
  .header__nav--menu_item.has--dropdown.active > a::after, .header__nav--menu_item.has--dropdown.current-menu-item.active > a::after {
    border-bottom: 5px solid #305b78;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav--menu {
    display: flex;
    text-align: right;
    width: auto;
  }
  .header__nav--menu_item {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .header__nav--menu_item:nth-last-child(3) {
    margin-right: 0;
    padding-right: 0;
  }
  .header__nav--menu_item.mobile--logo {
    display: none;
  }
  .header__nav--menu_item a {
    color: #305b78;
    font-size: 14px;
    font-weight: normal;
    min-height: auto;
    line-height: 1;
    padding-bottom: 5px;
    text-align: left;
  }
  .header__nav--menu_item:nth-last-child(2), .header__nav--menu_item.attend_event {
    display: none;
  }
}
.header__nav--toggle {
  color: #305b78;
  cursor: pointer;
  font-size: 0.75rem;
  margin-top: 5px;
  right: -10%;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  .header__nav--toggle {
    right: -25%;
  }
}
@media screen and (min-width: 425px) {
  .header__nav--toggle {
    right: 40%;
  }
}
.header__nav--toggle .bar {
  display: block;
  width: 20px;
  height: 3px;
  margin-bottom: 0.25rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #305b78;
}
@media screen and (min-width: 1200px) {
  .header__nav--toggle {
    display: none;
  }
}

.mobile__nav--open .overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: block;
  overflow-y: scroll;
  z-index: 2;
}

.mobile__nav--open .header__wrapper {
  background-color: #000000;
}
.mobile__nav--open .header__nav--menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 100%;
  overflow-y: scroll;
  padding-top: 0;
}
.mobile__nav--open .header__nav--menu .sub__menu a {
  margin-bottom: 0;
}
.mobile__nav--open .header__nav--toggle {
  color: #ebeff2;
  position: relative;
  z-index: 3;
}
.mobile__nav--open .header__nav--toggle .bar {
  background-color: #ebeff2;
}
.mobile__nav--open .header__nav--toggle .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile__nav--open .header__nav--toggle .bar:nth-child(2) {
  opacity: 0;
}
.mobile__nav--open .header__nav--toggle .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

i.quote-italic {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  font-family: initial;
}

/*
  This mixin will build the prefix values for the property and value passed in.
  It will also add the property and value without the prefix.
  Example:
    @include build-prefix-values('transition', 'all 1s linear');
*/
/*
  Example usage:
    .my-class {
      // Default usage
      @include transition();
      // Custom usage
      @include transition('all', 1s, linear);
    }
*/
.hero {
  background-color: #cdcae7;
  background-image: url("/assets/img/hero-tile-bg.jpg");
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5;
}
.hero:not(.hero--single) .wrapper .hero__content {
  flex: 1 1 auto;
  width: 100%;
  padding-bottom: 32px;
}
.hero:not(.hero--single) .wrapper .hero__content .hero__content--subtitle {
  font-size: 2em;
  line-height: 2.125rem;
}
@media screen and (min-width: 1024px) {
  .hero:not(.hero--single) .wrapper .hero__content .hero__content--subtitle {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
  }
}
.hero:not(.hero--single) .wrapper .hero__media {
  margin-bottom: 0;
  margin-top: 1rem;
}
.hero:not(.hero--single) .wrapper .hero__media .hero__media--video {
  max-width: 30rem;
}
@media screen and (min-width: 768px) {
  .hero:not(.hero--single) .wrapper {
    flex-direction: row;
  }
  .hero:not(.hero--single) .wrapper .hero__content {
    width: 75%;
    margin-left: 19px;
  }
  .hero:not(.hero--single) .wrapper .hero__media {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero:not(.hero--single) .wrapper .hero__content--subtitle {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
  .hero:not(.hero--single) .wrapper .hero__media {
    min-width: 30rem;
  }
}
.hero .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .hero .wrapper {
    margin-left: 32px;
  }
}
.hero.hero--single .wrapper {
  grid-template-columns: 1fr;
}
.hero.hero--single .wrapper .hero__media {
  order: 1;
  width: 100%;
}
.hero.hero--single .wrapper .hero__media--video::before {
  content: "";
  position: absolute;
  top: -4%;
  left: 12.5%;
  background-image: url("/assets/img/NAVIGATING.svg");
  background-size: cover;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 153px;
  z-index: 1;
}
@media screen and (min-width: 425px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    top: -1%;
  }
}
@media screen and (min-width: 435px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    top: -5%;
  }
}
@media screen and (min-width: 445px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    top: -4%;
  }
}
@media screen and (min-width: 455px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    top: -3%;
  }
}
@media screen and (min-width: 465px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    top: -2%;
  }
}
@media screen and (min-width: 475px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    top: -1%;
  }
}
@media screen and (min-width: 500px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    top: 0%;
  }
}
@media screen and (min-width: 555px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    top: 2%;
  }
}
@media screen and (min-width: 600px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    top: 4%;
    left: 12.4%;
    height: 17px;
    width: 170px;
  }
}
@media screen and (min-width: 700px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    height: 20px;
    width: 200px;
  }
}
@media screen and (min-width: 800px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    top: 5%;
    height: 22px;
    width: 220px;
  }
}
@media screen and (min-width: 900px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    height: 23px;
    width: 235px;
  }
}
@media screen and (min-width: 1024px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    height: 27px;
    width: 275px;
  }
}
@media screen and (min-width: 1050px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    top: 6.5%;
  }
}
@media screen and (min-width: 1366px) {
  .hero.hero--single .wrapper .hero__media--video::before {
    top: 6.5%;
    height: 28px;
    width: 280px;
  }
}
.hero.hero--single .wrapper .hero__content {
  order: 2;
  padding-bottom: 1rem;
}
.hero.hero--single .wrapper .hero__content--subtitle {
  font-size: 1.25rem;
  line-height: 1.7rem;
}
@media screen and (min-width: 1024px) {
  .hero.hero--single .wrapper {
    grid-row-gap: 2rem;
  }
  .hero.hero--single .wrapper .hero__content {
    max-width: 837px;
    width: 100%;
  }
  .hero.hero--single .wrapper .hero__media {
    align-self: stretch;
    margin-top: 1rem;
    max-width: 100%;
  }
}
.hero__content {
  max-width: 890px;
}
@media screen and (min-width: 1204px) {
  .hero__content {
    word-wrap: break-word;
    width: 582px;
  }
}
.hero__content--title {
  color: #305b78;
  font-size: 1rem;
  font-weight: normal;
  line-height: 28px;
}
.hero__content--subtitle {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .hero__content--subtitle {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.hero__content--text {
  font-size: 14px;
  line-height: 18.9px;
}
@media screen and (min-width: 768px) {
  .hero__content--text {
    font-size: 0.875rem;
    line-height: 18.9px;
  }
}
.hero__content .button {
  font-size: 1.125rem;
  margin-top: 1rem;
  width: 215px;
}
.hero__media {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .hero__media {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
.hero__media--video {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.hero__media--video .video__control {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #305b78;
  border: none;
  cursor: pointer;
  height: 1.5rem;
  width: 2rem;
  outline: none;
  z-index: 1;
}
.hero__media--video .video__control .control--icon {
  color: #ffffff;
  width: 100%;
}

.hero-waves {
  width: 100%;
  position: relative;
  height: 13.875rem;
  background-color: transparent;
}
.hero-waves.hero-waves--bg-white {
  background-color: #ffffff;
}
.hero-waves.hero-waves--primary {
  background-image: url("/assets/vectors/waves/3_Waves@3x.png");
  background-size: cover;
  background-position: 55% 0%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 480px) {
  .hero-waves.hero-waves--primary {
    background-position: 78% 0%;
  }
}
@media screen and (min-width: 1114px) {
  .hero-waves.hero-waves--primary {
    height: 15.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .hero-waves.hero-waves--primary {
    height: 17.875rem;
  }
}
@media screen and (min-width: 1680px) {
  .hero-waves.hero-waves--primary {
    height: 20.875rem;
  }
}
@media screen and (min-width: 1936px) {
  .hero-waves.hero-waves--primary {
    height: 22.875rem;
  }
}
@media screen and (min-width: 2084px) {
  .hero-waves.hero-waves--primary {
    height: 24.875rem;
  }
}
@media screen and (min-width: 2249px) {
  .hero-waves.hero-waves--primary {
    height: 26.875rem;
  }
}
@media screen and (min-width: 2430px) {
  .hero-waves.hero-waves--primary {
    height: 28.875rem;
  }
}
@media screen and (min-width: 2715px) {
  .hero-waves.hero-waves--primary {
    height: 30.875rem;
  }
}
.hero-waves.hero-waves--secondary {
  background-image: url("/assets/vectors/waves/2_Waves@2x.png");
  background-size: cover;
  background-position: 78% 0%;
  background-repeat: no-repeat;
  height: 7.5rem;
}
@media screen and (min-width: 1465px) {
  .hero-waves.hero-waves--secondary {
    height: 9rem;
  }
}
@media screen and (min-width: 1745px) {
  .hero-waves.hero-waves--secondary {
    height: 11rem;
  }
}
@media screen and (min-width: 2100px) {
  .hero-waves.hero-waves--secondary {
    height: 13rem;
  }
}
@media screen and (min-width: 2520px) {
  .hero-waves.hero-waves--secondary {
    height: 16rem;
  }
}

.home__hero picture {
  position: relative;
}
.home__hero picture::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 12.5%;
  background-image: url(/assets/img/NAVIGATING.svg);
  background-size: cover;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 153px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home__hero picture::before {
    top: 1%;
    height: 28px;
    width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .home__hero picture::before {
    top: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .home__hero picture::before {
    top: 5.5%;
  }
}

.video__button {
  background-color: #305b78;
  width: 2rem;
  height: 2rem;
  padding: 0.125rem 0.375rem;
  cursor: pointer;
}
.video__button img {
  width: 100%;
  height: 100%;
  display: none;
}
.video__button .play {
  display: initial;
}
.video__button.video__button--pause .play {
  display: none;
}
.video__button.video__button--pause .pause {
  display: initial;
}
.video__button.video__button--play .play {
  display: initial;
}
.video__button.video__button--play .pause {
  display: none;
}

/*
  This mixin will build the prefix values for the property and value passed in.
  It will also add the property and value without the prefix.
  Example:
    @include build-prefix-values('transition', 'all 1s linear');
*/
/*
  Example usage:
    .my-class {
      // Default usage
      @include transition();
      // Custom usage
      @include transition('all', 1s, linear);
    }
*/
.button {
  border-radius: 0.25rem;
  width: 100%;
  height: 2.6875rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 100ms ease;
}
.button:disabled, .button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}
.button .button__label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.5rem 1rem;
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.25);
  border-radius: inherit;
  border-bottom-right-radius: 1.625rem;
  overflow: hidden;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}
.button .button__icon {
  height: 100%;
  width: 3.125rem;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button .button__icon img {
  width: 1.0625rem;
  height: 1.0625rem;
}
.button.button--default {
  background-color: #9f6bad;
}
.button.button--default .button__label {
  color: #ffffff;
  background-color: #783b89;
  text-decoration: none;
}
.button.button--default:hover .button__label {
  text-decoration: underline;
}
.button.button--default:active {
  outline: 2px solid #783b89;
}
.button.button--default:disabled, .button.button--default[disabled] {
  background-color: #909090;
}
.button.button--default:disabled .button__label, .button.button--default[disabled] .button__label {
  background-color: #707070;
  box-shadow: none;
}
.button.button--white {
  background-color: #9f6bad;
}
.button.button--white .button__label {
  color: #783b89;
  background-color: #ffffff;
}
.button.button--white:hover, .button.button--white:active {
  background-color: #783b89;
  text-decoration: underline;
  text-decoration-color: #783b89;
}

.icon-card {
  text-align: center;
  width: 100%;
  max-width: 20.1875rem;
  padding: 1.25rem;
}
.icon-card .icon-card__icon {
  width: 8rem;
  margin: 0 auto;
}
.icon-card .icon-card__icon img {
  width: 100%;
}
.icon-card .icon-card__content {
  font-weight: bold;
}
.icon-card .icon-card__content .icon-card__amount {
  font-size: 3.125em;
  color: #305b78;
  position: relative;
}
.icon-card .icon-card__content .icon-card__amount.amount--symbol::before {
  content: "~";
  display: inline;
}
.icon-card .icon-card__content .icon-card__title {
  color: #305b78;
  font-size: 1.5em;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.end-cta {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}
.end-cta .end-cta__text {
  color: #305b78;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}
.end-cta.end-cta--white .end-cta__text {
  color: #ffffff;
  font-size: 2.5em;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .end-cta {
    flex-direction: row;
    justify-content: center;
    max-width: 60rem;
    margin: 0 auto;
  }
}

/*
  This mixin will build the prefix values for the property and value passed in.
  It will also add the property and value without the prefix.
  Example:
    @include build-prefix-values('transition', 'all 1s linear');
*/
/*
  Example usage:
    .my-class {
      // Default usage
      @include transition();
      // Custom usage
      @include transition('all', 1s, linear);
    }
*/
.footer {
  background-color: #305b78;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 4rem 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 3rem 2rem;
  }
}
.footer__logo {
  margin-top: 1rem;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  width: 184px;
}
.footer__disclaimer p {
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px) {
  .footer__disclaimer p:last-child {
    max-width: 155ch;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__disclaimer p br {
    display: none;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .footer__disclaimer p:not(:first-of-type) {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.footer__nav--menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 769px;
}
@media screen and (min-width: 768px) {
  .footer__nav--menu {
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.footer__nav--menu_item {
  margin-bottom: 2rem;
  font-size: 0.875rem;
}
.footer__nav--menu_item a {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer__nav--menu_item {
    margin-bottom: 0;
  }
}

.step-card {
  background-color: #ffffff;
  width: 100%;
  max-width: 18rem;
  padding: 3rem 2.5rem 1.5rem;
  height: 33.5rem;
  border-radius: 1rem;
  box-shadow: 0.625rem 0.625rem 0rem #ebab21;
  position: relative;
}
.step-card .step-card__number {
  border-radius: 50%;
  width: 5.625rem;
  height: 5.625rem;
  background-color: #ffffff;
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translateX(-50%);
}
.step-card .step-card__number span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: bold;
  color: #305b78;
}
.step-card .step-card__content .step-card__title {
  text-align: center;
  min-height: 6.125rem;
}
.step-card .step-card__content .step-card__icon {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.step-card .step-card__content .step-card__icon img {
  width: 8rem;
  margin: 0 auto;
}
.step-card .step-card__content .step-card__text {
  text-align: center;
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}

.exit__modal {
  border-radius: 12px;
  box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to left, #ecefef, #fff 39%);
  display: none;
  flex-direction: column;
  justify-content: space-around;
  max-width: 90%;
  min-height: 253px;
  padding: 56px 25px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .exit__modal {
    max-width: 888px;
  }
}
.exit__modal .carousel__button {
  display: none;
}
.exit__modal--title {
  margin-bottom: 2rem;
  text-align: center;
}
.exit__modal--links {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .exit__modal--links {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    max-width: 640px;
  }
}
.exit__modal--links .button {
  height: auto;
  min-height: 43px;
  margin-left: auto;
  margin-right: auto;
  max-width: 301px;
}
@media screen and (min-width: 768px) {
  .exit__modal--links .button {
    height: 2.6875rem;
    min-height: auto;
  }
  .exit__modal--links .button--continue {
    margin-left: 0;
    max-width: 234px;
  }
}
@media screen and (min-width: 424px) {
  .exit__modal--links .button br {
    display: none;
  }
}
.exit__modal--links .button__label {
  justify-content: flex-start;
  text-align: left;
  white-space: inherit;
}
.exit__modal--links button {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .exit__modal--links button {
    margin-bottom: 0;
  }
}

input {
  width: 100%;
}
input[type=checkbox], input[type=radio] {
  color: currentColor;
  width: 2.6875rem;
  height: 2.6875rem;
  border: 1px solid #305b78;
  transform: translateY(-0.075em);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
input[type=radio] {
  border-radius: 50%;
}
input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #305b78;
  background-color: CanvasText;
}
input[type=radio]:checked::before {
  transform: scale(2);
}
input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  -webkit-clip-path: polygon(7.36% 53.62%, 1.75% 63.5%, 48.5% 95.5%, 97.25% 14%, 87.5% 7%, 44.25% 79.25%);
          clip-path: polygon(7.36% 53.62%, 1.75% 63.5%, 48.5% 95.5%, 97.25% 14%, 87.5% 7%, 44.25% 79.25%);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #305b78;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
input[type=checkbox]:checked::before {
  transform: scale(3) rotate(18deg);
}

.form .form-label {
  margin-bottom: 2rem;
}
.form.form--invalid .form-label {
  color: #de0000;
  font-style: italic;
  font-weight: bold;
}
.form.form--invalid .form-label::before {
  content: "*";
  display: inline-block;
}
.form .form__control {
  display: block;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 2rem;
  transition: all 100ms ease-in-out;
}
.form .form__control * {
  color: #000000;
}
.form .form__control .duplicate-email-error__message {
  display: none;
}
.form .form__control-label {
  line-height: 1.5;
}
.form .form__control-legend {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.form .form__control-input {
  height: 2.6875rem;
  border-radius: 0.5rem;
  border: 1px solid #305b78;
  padding: 0.5rem 1rem;
}
.form .form__control-error {
  color: #de0000;
  font-weight: bold;
  font-style: italic;
  padding-top: 0.25rem;
  opacity: 0;
  width: 100%;
  height: 0;
  left: 0;
  transition: all 100ms ease-in-out;
}
@media screen and (min-width: 425px) {
  .form .form__control-error {
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .form .form__control-error {
    width: -moz-max-content;
    width: max-content;
  }
}
.form .radios {
  margin-bottom: 0.75rem;
}
.form .radios .form__control-radio:not(:last-of-type) {
  margin-bottom: 1rem;
}
.form .form__control-radio {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.form .form__control-radio .form__control-label {
  margin: 0;
  cursor: pointer;
}
.form .form__control-radio input[type=radio]:checked + label,
.form .form__control-radio input[type=radio]:checked + label ul {
  font-weight: bold;
}
.form .form__control-checkbox {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.form .form__control-checkbox .form__control-label {
  margin: 0;
  cursor: pointer;
}
.form .form__control-checkbox .form__control-label .list {
  margin-top: 1rem;
}
.form .form__control-checkbox input[type=checkbox]:checked + label {
  font-weight: bold;
}
.form .form__control-checkbox a {
  color: #305b78;
}
.form .form__submit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false] input:required:invalid {
  border-color: #de0000;
}
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false] .form__control-error {
  opacity: 1;
  height: auto;
}
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false] .form__control-legend,
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false] > .form__control-label {
  color: #de0000;
  font-weight: bold;
}
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false] > .form__control-label::before {
  content: "*";
  display: inline-block;
}
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false] .form__control-radio input,
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false] .form__control-checkbox input {
  border-color: #de0000;
}
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false] .form__control-radio input + .form__control-label, .form .form__control.form__control--invalid[data-required=true][data-is-valid=false] .form__control-radio input + .form__control-label *:not(a),
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false] .form__control-checkbox input + .form__control-label,
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false] .form__control-checkbox input + .form__control-label *:not(a) {
  color: #de0000;
  font-weight: bold;
}
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false] .form__control-checkbox input:invalid + .form__control-label {
  position: relative;
}
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false] .form__control-checkbox input:invalid + .form__control-label::before {
  position: absolute;
  left: -0.5625rem;
  content: "*";
  display: inline-block;
}
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false].duplicate-email-error .form__control-error {
  display: none;
}
.form .form__control.form__control--invalid[data-required=true][data-is-valid=false].duplicate-email-error .form__control-error.duplicate-email-error__message {
  display: block;
}
@media screen and (min-width: 700px) {
  .form .form__control.form__control--invalid[data-required=true][data-is-valid=false].duplicate-email-error .form__control-error.duplicate-email-error__message {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.skip-to-content-link {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: 3.25rem;
  text-decoration: none;
  border-radius: 0.25rem;
  top: 0.625rem;
  left: 0.625rem;
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  outline: 1px solid #000000;
  background-color: #ffffff;
  color: #305b78;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 100ms ease-in-out;
}
.skip-to-content-link:focus-visible {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
  z-index: 10;
}

body *:not(.skip-to-content-link):focus-visible {
  outline: 2px black solid;
  outline-offset: 3px;
  outline-style: revert;
}

hr {
  height: 2px;
  width: 100%;
  border-top: 2px solid #305b78;
}

.desktop__only {
  display: none;
}

@media screen and (min-width: 1024px) {
  .mobile__only {
    display: none;
  }
  .desktop__only {
    display: block;
  }
}
.list .list__element {
  display: flex;
  align-items: baseline;
}
.list .list__element::before {
  content: url("../assets/icons/list-dot.svg");
  margin-right: 1rem;
  display: block;
  transform: translateY(-3px);
}
.list .list__element:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.list .list__element.hidden {
  display: none;
}

.list--toggle_button {
  border: 1px solid #305b78;
  border-radius: 0.25rem;
  color: #305b78;
  cursor: pointer;
  font-weight: bold;
  min-width: 8.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 0.75rem 1rem;
  height: 2.6875rem;
}
.list--toggle_button .text::before {
  content: "More";
  margin-left: 0.25rem;
}
.list--toggle_button .icon::before {
  content: url("../assets/icons/icon-plus.svg");
  position: relative;
  top: 3px;
  margin-left: 0.25rem;
}
.list--toggle_button.active .text::before {
  content: "Less";
}
.list--toggle_button.active .icon::before {
  content: url("../assets/icons/icon-minus.svg");
}

.section-wrapper {
  max-width: calc(100% - 2.75rem);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 402px) {
  .section-wrapper {
    width: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 448px) {
  .section-wrapper {
    width: calc(100% - 5.75rem);
  }
}
@media screen and (min-width: 1024px) {
  .section-wrapper {
    max-width: 74.625rem;
  }
  .section-wrapper.section-wrapper--small {
    max-width: 62.0625rem;
  }
}

.resource-placeholder {
  width: 11.1875rem;
  height: 14.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background-color: #e9e9e9;
  text-align: center;
  outline: 1px solid #000000;
}

.link.link--external {
  display: inline-flex;
  align-items: center;
}
.link.link--external::after {
  content: url("../assets/img/icon-external-link.svg");
  margin-left: 0.25rem;
  height: 1.3125rem;
}
.link.link--download {
  display: inline-flex;
  align-items: center;
}
.link.link--download::after {
  content: url("../assets/icons/download-icon.svg");
  margin-left: 0.25rem;
  height: 1.25rem;
}
.link.link--inline {
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
.link.link--inline::after {
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .not-found__page-title {
    max-width: 37.5rem;
  }
}

.home__nmosd-info {
  margin-top: 1.5rem;
}
.home__nmosd-info .nmosd-info__title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.home__nmosd-info .icon-card__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .home__nmosd-info .icon-card__container .icon-card {
    max-width: 24.5rem;
  }
}
@media screen and (min-width: 768px) {
  .home__nmosd-info .icon-card__container {
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1086px) {
  .home__nmosd-info .nmosd-info__description {
    max-width: 62.125rem;
    margin: 0 auto;
  }
}

.home__cta {
  background: linear-gradient(180deg, #ffffff 0%, #e4d8cf 40%);
}
.home__cta .image {
  height: 28rem;
  position: relative;
}
.home__cta .image .section-wrapper {
  position: relative;
}
.home__cta .image .section-wrapper .image__cta {
  position: absolute;
  top: -48%;
  transform: translateY(-50%);
  width: 100%;
}
.home__cta .image .image__button-container {
  position: absolute;
  z-index: 2;
  bottom: 0.9375rem;
  right: 0;
}
.home__cta .image .image__background {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 45% 50%;
  object-position: 45% 50%;
  transform: scale(1.3);
}
@media screen and (min-width: 768px) {
  .home__cta .image .image__background {
    -o-object-position: initial;
    object-position: initial;
    transform: scale(1.2);
  }
}
@media screen and (min-width: 1024px) {
  .home__cta .image {
    height: 18.5625rem;
  }
}
@media screen and (min-width: 1366px) {
  .home__cta .image .image__background {
    -o-object-fit: fill;
    object-fit: fill;
  }
}
@media screen and (min-width: 1630px) {
  .home__cta .image .image__background {
    -o-object-fit: fill;
    object-fit: fill;
  }
}
@media screen and (min-width: 1630px) {
  .home__cta .image {
    height: 21.5625rem;
  }
}
@media screen and (min-width: 1920px) {
  .home__cta .image .image__background {
    transform: scale(1);
  }
}
@media screen and (min-width: 2560px) {
  .home__cta .image {
    height: 26.5625rem;
  }
}
.home__cta .end-cta--white .end-cta__text {
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5), 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: left;
}
.home__cta .end-cta--white .end-cta__button {
  width: 100%;
  max-width: 18.25rem;
}
@media screen and (min-width: 1024px) {
  .home__cta .end-cta--white .end-cta__button {
    margin: 0 auto;
  }
}
@media screen and (min-width: 375px) {
  .home__cta .end-cta--white {
    padding: 0 2rem;
    align-items: flex-start;
  }
}
.home__cta .cta {
  padding-bottom: 4rem;
  padding-top: 6.5rem;
  position: relative;
}
.home__cta .cta .cta__title,
.home__cta .cta .cta__subtitle,
.home__cta .cta .paragraph {
  text-align: center;
}
.home__cta .cta .cta__title {
  margin-bottom: 2rem;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
}
.home__cta .cta .cta__subtitle {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  color: #305b78;
}
.home__cta .cta .paragraph {
  margin-bottom: 1rem;
  line-height: 1.33;
}
.home__cta .cta .cta__footer-text {
  text-align: left;
}
.home__cta .cta .button__container {
  max-width: 15.875rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .home__cta .cta {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .home__cta .cta {
    padding-bottom: 2.625rem;
  }
  .home__cta .end-cta--white {
    align-items: center;
    padding: 0;
  }
  .home__cta .cta .cta__subtitle {
    font-size: 1.5em;
    line-height: 1.35;
  }
  .home__cta .image .end-cta__text {
    max-width: 39rem;
  }
  .home__cta .cta .cta__title {
    max-width: 58.25rem;
  }
  .home__cta .end-cta--white .end-cta__button {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home__cta .image .image__button-container {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1629px) {
  .home__cta .cta {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 2136px) {
  .home__cta .cta {
    padding-top: 5rem;
  }
}

/*
  This mixin will build the prefix values for the property and value passed in.
  It will also add the property and value without the prefix.
  Example:
    @include build-prefix-values('transition', 'all 1s linear');
*/
/*
  Example usage:
    .my-class {
      // Default usage
      @include transition();
      // Custom usage
      @include transition('all', 1s, linear);
    }
*/
.nmosd__symptoms {
  position: relative;
  background: #ffffff;
  border: solid 4px #305b78;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px;
  max-width: 994px;
}

.nmosd__symptoms_grid:first-of-type {
  margin-top: 0;
}

.nmosd__symptoms_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  place-items: stretch;
  margin-top: 30px;
  width: 100%;
}

.nmosd__heading {
  font-size: 2rem;
  text-align: center;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  max-width: 940px;
}

.nmosd__description {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.nmosd__buttons.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  width: 100vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .nmosd__buttons.sticky {
    display: none !important;
  }
}

.nmosd__buttons {
  position: absolute;
  top: -30px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 1rem; */
  list-style-type: none;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.nmosd__buttons li.active .button {
  background: #783b89;
  border-color: #783b89;
  box-shadow: none;
  color: #ffffff;
  font-weight: 700;
}

.nmosd__buttons .button {
  background-color: #ffffff;
  border: solid 4px #783b89;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #783b89;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  flex-grow: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  gap: 8px;
  width: 140px;
}

.nmosd__buttons li:first-of-type {
  margin-right: 0.5rem;
}

.nmosd__symptoms_item {
  display: block;
  margin-bottom: 1rem;
  transition: opacity 0.5s ease-in-out 1s ease-in-out;
  text-align: center;
  width: 100%;
}

.nmosd__symptoms_item_image {
  opacity: 0.2;
  margin: 0 auto;
  width: auto;
  height: 83px;
}

.nmosd__symptoms_item.active .nmosd__symptoms_item_image {
  opacity: 1;
}
.nmosd__symptoms_item.active span {
  color: #305b78;
  font-weight: bold;
}

.nmosd__symptoms_item > span {
  color: #707070;
  display: block;
  margin-top: 5px;
}

.nmosd__symptoms_item--cirle {
  display: none;
}

.big__circle {
  background: #ebab21;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  font-size: 16px;
  height: 150px;
  line-height: 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 150px;
}

.big__circle span {
  display: block;
  color: #305b78;
  max-width: 180px;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .nmosd__symptoms_grid {
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
  }
  .nmosd__symptoms_item--cirle {
    display: block;
  }
  .nmosd__symptoms_grid.grid_5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .nmosd__symptoms_grid {
    gap: 2rem;
  }
  .nmosd__symptoms_item > span {
    font-size: 18px;
    line-height: 27px;
  }
  .big__circle {
    font-size: 24px;
    height: 215px;
    line-height: 32.4px;
    width: 215px;
  }
  .big__circle .font-bigger {
    font-size: 32px;
    line-height: 43.2px;
    transition: none;
  }
}
@media screen and (max-width: 1049px) {
  .wrapper {
    margin: 0 auto;
    max-width: 90%;
  }
}
@media screen and (min-width: 1140px) {
  .nmosd-vs-ms__page-title {
    width: 37.5rem;
  }
}

@media screen and (max-width: 640px) {
  .nmosd_vs_ms__hero .wrapper {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.nmosd__vs_ms.symptoms {
  background-color: #ebeff2;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 3.5rem;
}
.nmosd__vs_ms .nmosd__vs_ms_intro_content {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}
.nmosd__vs_ms .nmosd__vs_ms_intro_content p.paragraph.sup {
  position: relative;
}
.nmosd__vs_ms .nmosd__vs_ms_intro_content p.paragraph.sup::before {
  content: "*";
  position: absolute;
  left: -6px;
  top: 2px;
  line-height: 1;
  font-size: smaller;
}
.nmosd__vs_ms .nmosd__vs_ms_intro_content p.paragraph.sup--cross::before {
  content: "†";
  font-size: 0.625rem;
}
.nmosd__vs_ms .nmosd__vs_ms_intro_content p.paragraph.sup--crosses::before {
  content: "‡";
  font-size: 0.625rem;
}
.nmosd__vs_ms .nmosd__vs_ms_intro_content p.paragraph.paragraph--14 {
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.nmosd__vs_ms .nmosd__vs_ms_intro_content--title {
  font-size: 24px;
  margin-bottom: 1.5rem;
}
.nmosd__vs_ms .card__icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(261px, 1fr));
  place-content: center;
  margin: 0 auto;
  max-width: 691px;
  width: 100%;
  margin: 2.5rem 0;
}
.nmosd__vs_ms .card__icons .card__icons_column:first-of-type {
  border-bottom: 2px solid #305b78;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 614px) {
  .nmosd__vs_ms .card__icons .card__icons_column:first-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-right: 2px solid #305b78;
    margin-right: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 676px) {
  .nmosd__vs_ms .card__icons {
    margin: 3.5rem auto 2.5rem auto;
  }
  .nmosd__vs_ms .card__icons .card__icons_column:first-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .nmosd__vs_ms .card__icons .card__icons_column:first-of-type {
    margin-right: 1rem;
    padding-right: 1rem;
  }
}
.nmosd__vs_ms .card__icons .icon-card {
  display: grid;
  grid-template-columns: min-content;
  grid-template-rows: 1fr min-content;
  grid-column-gap: 0.3125rem;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
@media screen and (min-width: 375px) {
  .nmosd__vs_ms .card__icons .icon-card {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 614px) {
  .nmosd__vs_ms .card__icons .icon-card {
    padding: 0;
    grid-column-gap: 0;
  }
}
@media screen and (min-width: 700px) {
  .nmosd__vs_ms .card__icons .icon-card {
    grid-column-gap: 0.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .nmosd__vs_ms .card__icons .icon-card {
    grid-column-gap: 1.375rem;
    grid-template-columns: 8rem 8.625rem;
    border-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .nmosd__vs_ms .card__icons .icon-card {
    padding: 0 1.25rem;
  }
}
.nmosd__vs_ms .card__icons .icon-card__icon {
  grid-area: 1/1/2/2;
  width: 7rem;
}
@media screen and (min-width: 614px) {
  .nmosd__vs_ms .card__icons .icon-card__icon {
    width: 8rem;
  }
}
.nmosd__vs_ms .card__icons .icon-card__content {
  grid-area: 1/2/2/3;
  text-align: left;
}
.nmosd__vs_ms .card__icons .icon-card__content .icon-card__title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
.nmosd__vs_ms .card__icons .icon-card__description {
  grid-area: 2/1/3/3;
}
.nmosd__vs_ms .card__icons .icon-card__description .paragraph {
  color: #305b78;
  font-size: 18px;
  line-height: 1.5;
}
.nmosd__vs_ms .card__icons .icon-card__amount {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 33px;
  margin-bottom: 5px;
}
.nmosd__vs_ms .card__icons .icon-card__amount::after {
  content: "%";
  position: absolute;
  top: -10px;
  left: 100%;
  font-size: 0.5em;
}

@media screen and (min-width: 1140px) {
  .about-page__title {
    width: 37.5rem;
  }
}

.about__nmosd {
  margin: 2.5rem 0;
}
.about__nmosd .intro .wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.about__nmosd .intro__content--title {
  margin-bottom: 1.5rem;
}
.about__nmosd .intro__content p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.about__nmosd .intro__content small {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.about-nmosd__symptoms {
  margin-bottom: 5rem;
}
.about-nmosd__symptoms .all__symptoms--content {
  margin-top: 3rem;
}
.about-nmosd__symptoms .all__symptoms--content .content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 3rem;
  padding-right: 1.75rem;
  padding-bottom: 1.5rem;
  padding-left: 1.75rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.about-nmosd__symptoms .all__symptoms--content .content__bottom-piece {
  width: 100%;
  height: 74px;
  display: inline-flex;
  flex-direction: row;
  position: relative;
}
.about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::before, .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::after {
  content: "";
  position: absolute;
  left: 0;
  background: #ffffff;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  box-shadow: none;
  z-index: 1;
}
.about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::before {
  top: -15px;
  width: 100%;
  height: 1.5625rem;
}
.about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::after {
  top: 0;
  width: 78%;
  height: 100%;
}
@media screen and (min-width: 447px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::after {
    width: 82%;
  }
}
@media screen and (min-width: 591px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::after {
    width: 86%;
  }
}
@media screen and (min-width: 735px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::after {
    width: 88%;
  }
}
@media screen and (min-width: 768px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::after {
    width: 89%;
  }
}
@media screen and (min-width: 897px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::after {
    width: 90%;
  }
}
@media screen and (min-width: 903px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::after {
    width: 91%;
  }
}
@media screen and (min-width: 1086px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::after {
    width: 92%;
  }
}
@media screen and (min-width: 1234px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::after {
    width: 93%;
  }
}
@media screen and (min-width: 1440px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece::after {
    width: 94%;
  }
}
.about-nmosd__symptoms .all__symptoms--content .content__bottom-piece .white-piece {
  border-bottom-left-radius: 0.625rem;
  box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
}
.about-nmosd__symptoms .all__symptoms--content .content__bottom-piece .corner-container {
  height: 100%;
  background-color: #ffffff;
}
.about-nmosd__symptoms .all__symptoms--content .content__bottom-piece .corner-container img {
  filter: drop-shadow(0.1875rem 0.1875rem 0.4375rem rgba(0, 0, 0, 0.25));
  height: 4.625rem;
  width: 7.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 447px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece .corner-container img {
    width: 6.875rem;
  }
}
@media screen and (min-width: 591px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece .corner-container img {
    width: 6.5rem;
  }
}
@media screen and (min-width: 768px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece .corner-container img {
    width: 99px;
  }
}
@media screen and (min-width: 1440px) {
  .about-nmosd__symptoms .all__symptoms--content .content__bottom-piece .corner-container img {
    width: 91px;
  }
}
.about-nmosd__symptoms .all__symptoms--content_title {
  text-align: center;
}
.about-nmosd__symptoms .all__symptoms--content_text {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-align: left;
}
.about-nmosd__symptoms .all__symptoms--content_columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 130px;
  grid-row-gap: 2rem;
  place-content: space-between;
  margin: 3rem auto;
  max-width: 888px;
  width: 100%;
}
.about-nmosd__symptoms .all__symptoms--content_list_item {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-column-gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  align-items: center;
}
.about-nmosd__symptoms .all__symptoms--content_list_item .text {
  color: #305b78;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: bold;
  max-width: 294px;
}
.about-nmosd__symptoms .all__symptoms--content_list_item:first-of-type {
  margin-top: 0;
}
.about-nmosd__symptoms .all__symptoms--content_list_item:last-of-type {
  margin-bottom: 0;
}

.icon__callout {
  position: relative;
}

.icon__callout--inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: #305b78;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  gap: 24px;
  padding: 40px 48px;
  border-radius: 12px;
  border: solid 4px #ebab21;
  box-shadow: 10px 10px 0px #ebab21;
  background-color: #fff;
  z-index: 2;
}

.nmosd__by_the_numbers {
  background-color: rgba(48, 91, 120, 0.1);
  margin-top: 4rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  margin-bottom: 0;
}
.nmosd__by_the_numbers .nmosd__by_the_numbers--title {
  font-size: 2rem;
  line-height: 2.68rem;
  margin-bottom: 2.25rem;
  text-align: center;
}
.nmosd__by_the_numbers .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  place-items: stretch;
}
@media screen and (min-width: 1440px) {
  .nmosd__by_the_numbers .cards {
    grid-template-columns: repeat(auto-fit, minmax(319px, 1fr));
  }
}
.nmosd__by_the_numbers .cards .icon-card {
  position: relative;
  background-image: linear-gradient(to bottom, #fff 33%, #e2e9ec 100%);
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 410px;
  max-width: 480px;
  width: 100%;
}
.nmosd__by_the_numbers .cards .icon-card::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: -0.5rem;
  width: 2rem;
  height: 14.5rem;
  transform: rotate(350deg);
  filter: blur(11px);
  background-color: rgba(48, 91, 120, 0.2);
  z-index: -1;
}
.nmosd__by_the_numbers .cards .icon-card .icon-card__title {
  margin-bottom: 1.5rem;
}

.card__callouts_section_title {
  text-align: center;
  margin-bottom: 2rem;
}

.icon__card_callouts {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 85px;
  margin-top: 130px;
}

.icon__card_callout_columns {
  max-width: 480px;
  width: 100%;
}

.icon__card_callout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px 40px 40px;
  border-radius: 12px;
  border: solid 3px #ebab21;
  background-color: #fff;
  min-height: 185px;
  position: relative;
  margin-bottom: 2rem;
  /* max-width: 480px; */
  /* width: 100%; */
}

.icon__card_callout_icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
  height: 128px;
  padding: 0;
  border-radius: 150px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: hidden;
}

.icon__card_callout_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.icon__card_callout.unstyled {
  background: none;
  border: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.icon__card_callout.unstyled .icon__card_callout_icon {
  position: relative;
  left: auto;
  top: auto;
  box-shadow: none;
  transform: none;
}

.icon__card_callout_content--heading {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  font-weight: bold;
}

.icon__card_callout_content {
  font-size: 18px;
  line-height: 24px;
  color: #305b78;
  text-align: center;
}

.icon__card_callout_content p {
  margin-right: auto;
  margin-left: auto;
  max-width: 785px;
}

.icon__card_callout_content p:not(:last-child) {
  margin-bottom: 1rem;
}

.card_callouts_section {
  padding-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 1082px) {
  .card_callouts_section .icon__card_callout:first-child .icon__card_callout_content {
    max-width: 28ch;
  }
}

.waves__callout {
  height: 12rem;
  position: relative;
  background-image: url("../assets/img/end-cta-tile-bg.png");
  background-size: 20%;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .waves__callout {
    background-size: 12%;
  }
}
@media screen and (min-width: 1440px) {
  .waves__callout {
    background-size: 8%;
  }
}

.waves__callout-image {
  background-image: url("../assets/vectors/waves/end-cta-waves.png");
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  height: 9rem;
}
@media screen and (min-width: 858px) {
  .waves__callout-image {
    height: 11rem;
  }
}
@media screen and (min-width: 1054px) {
  .waves__callout-image {
    height: 13rem;
  }
}
@media screen and (min-width: 1244px) {
  .waves__callout-image {
    height: 15rem;
  }
}
@media screen and (min-width: 1430px) {
  .waves__callout-image {
    height: 17rem;
  }
}
@media screen and (min-width: 1629px) {
  .waves__callout-image {
    height: 19rem;
  }
}
@media screen and (min-width: 1787px) {
  .waves__callout-image {
    height: 21rem;
  }
}
@media screen and (min-width: 1990px) {
  .waves__callout-image {
    height: 23rem;
  }
}
@media screen and (min-width: 2230px) {
  .waves__callout-image {
    height: 25rem;
  }
}
@media screen and (min-width: 2453px) {
  .waves__callout-image {
    height: 27rem;
  }
}
@media screen and (min-width: 2623px) {
  .waves__callout-image {
    height: 29rem;
  }
}

.waves__callout .section-wrapper {
  position: relative;
}

.waves__callout .section-wrapper .end-cta {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}

.section__callout {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .icon__card_callouts {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .icon__card_callouts {
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  }
  .about__nmosd .intro__content {
    margin: 0 auto;
  }
  .about-nmosd__symptoms .all__symptoms--content .content {
    padding-right: 5.75rem;
    padding-left: 5.75rem;
  }
  .about-nmosd__symptoms .all__symptoms--content_title {
    text-align: left;
  }
  .waves__callout .section-wrapper .end-cta {
    bottom: 4rem;
  }
}
@media screen and (min-width: 1251px) {
  .how-diagnosis-works__page-title {
    width: 41.4375rem;
  }
}

.how-diagnosis-works__diagnosed {
  margin-bottom: 2.5rem;
}
.how-diagnosis-works__diagnosed .how-is-diagnosed,
.how-diagnosis-works__diagnosed .diagnosis-by,
.how-diagnosis-works__diagnosed h2,
.how-diagnosis-works__diagnosed h3,
.how-diagnosis-works__diagnosed ul {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .how-diagnosis-works__diagnosed {
    margin: 2.5rem 0;
  }
}

.how-diagnosis-works__discover-steps {
  margin-bottom: 3.5rem;
  padding: 3.4375rem 0;
  background-color: #ebeff2;
}
.how-diagnosis-works__discover-steps .how-diagnosis-works__title {
  text-align: center;
  margin-bottom: 2.375rem;
}
.how-diagnosis-works__discover-steps .cards {
  display: flex;
  flex-direction: column;
  row-gap: 6.375rem;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 980px) {
  .how-diagnosis-works__discover-steps .cards {
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    justify-content: space-between;
  }
}
.how-diagnosis-works__discover-steps .how-diagnosis-works__disclaimer {
  font-weight: bold;
}

@media screen and (min-width: 1366px) {
  .managin-nmosd__page-title {
    width: 37.5rem;
  }
}

.manage-nmosd__treat .treat__title {
  text-align: center;
}
.manage-nmosd__treat .cards-container {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.manage-nmosd__treat .cards-container .icon__card_callout {
  margin-top: 5.3rem;
  margin-bottom: 0;
}
.manage-nmosd__treat .cards-container .icon__card_callout_content {
  color: #305b78;
}
@media screen and (min-width: 950px) {
  .manage-nmosd__treat {
    margin-top: 2.5rem;
  }
  .manage-nmosd__treat .cards-container {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.manage-nmosd__treatment-essential {
  margin: 3.5rem 0;
}
.manage-nmosd__treatment-essential .treatment-essential__title,
.manage-nmosd__treatment-essential .paragraph:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.accessibility__content {
  margin: 2.5rem 0;
}
.accessibility__content .paragraph:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1366px) {
  .a-cause-of-damage__page-title {
    width: 37.5rem;
  }
}

.cause__of_damage_intro_content,
.cause__of_damage_signs_content,
.cause__of_damage_behind_content,
.attack__steps {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 2rem;
  margin-right: auto;
  margin-bottom: 3.5rem;
  margin-left: auto;
  max-width: 320px;
}
@media screen and (min-width: 376px) {
  .cause__of_damage_intro_content,
  .cause__of_damage_signs_content,
  .cause__of_damage_behind_content,
  .attack__steps {
    max-width: 100%;
  }
}
.cause__of_damage_intro_content .cause__of_damage_intro_content--title,
.cause__of_damage_signs_content .cause__of_damage_intro_content--title,
.cause__of_damage_behind_content .cause__of_damage_intro_content--title,
.attack__steps .cause__of_damage_intro_content--title {
  font-size: 24px;
  margin-bottom: 1.5rem;
}
.cause__of_damage_intro_content .cause__of_damage_signs_content--title,
.cause__of_damage_intro_content .cause__of_damage_behind_content--title,
.cause__of_damage_signs_content .cause__of_damage_signs_content--title,
.cause__of_damage_signs_content .cause__of_damage_behind_content--title,
.cause__of_damage_behind_content .cause__of_damage_signs_content--title,
.cause__of_damage_behind_content .cause__of_damage_behind_content--title,
.attack__steps .cause__of_damage_signs_content--title,
.attack__steps .cause__of_damage_behind_content--title {
  font-size: 28px;
  line-height: 37.8px;
  margin-bottom: 2rem;
}
.cause__of_damage_intro_content p,
.cause__of_damage_signs_content p,
.cause__of_damage_behind_content p,
.attack__steps p {
  margin-bottom: 1.5rem;
}
.cause__of_damage_intro_content .list--toggle .list__element,
.cause__of_damage_signs_content .list--toggle .list__element,
.cause__of_damage_behind_content .list--toggle .list__element,
.attack__steps .list--toggle .list__element {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.cause__of_damage_behind_content {
  margin-top: 3.5rem;
}

.cause__of_damage .signs {
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 425px) {
  .cause__of_damage_intro_content img.mobile__only {
    width: 376px;
  }
}
@media screen and (min-width: 1024px) {
  .cause__of_damage_intro_content img.align-right {
    position: relative;
    float: right;
    right: -2rem;
    width: 376px;
  }
}

.cause__of_damage_signs_content--title br {
  display: none;
}
@media screen and (min-width: 1204px) {
  .cause__of_damage_signs_content--title br {
    display: block;
  }
}

.cause__of_damage_behind_content--results_item {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cause__of_damage_behind_content--results_item {
    grid-template-columns: 60px 1fr;
    align-items: center;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .cause__of_damage_behind_content--results_item p {
    margin-bottom: 0;
  }
}
.cause__of_damage_behind_content--results_item img {
  margin-bottom: 1rem;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .cause__of_damage_behind_content--results_item img {
    margin-bottom: 0;
  }
}

.attack__steps {
  background-color: #ebeff2;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .attack__step_cards {
    display: grid;
    grid-template-columns: 1fr;
    align-items: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .attack__step_cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(276px, 1fr));
    align-items: baseline;
  }
}

.attack__step_card {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .attack__step_card {
    align-items: flex-end;
    margin-bottom: 0;
    max-width: 276px;
  }
  .attack__step_card:not(:last-of-type) {
    margin-right: 2rem;
  }
}
.attack__step_card--step {
  grid-area: 1/1/2/2;
}
.attack__step_card--title {
  grid-area: 1/2/2/3;
  color: #305b78;
  display: flex;
  align-self: center;
  font-weight: bold;
}
.attack__step_card--text {
  grid-area: 2/1/3/3;
  margin-bottom: 0.5rem !important;
}
@media screen and (min-width: 1024px) {
  .attack__step_card--text {
    min-height: 135px;
  }
}
.attack__step_card--image {
  grid-area: 3/1/4/3;
  margin: 0 auto;
  max-width: 276px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .attack__step_card--image {
    grid-area: 1/3/4/4;
  }
}
@media screen and (min-width: 1024px) {
  .attack__step_card--image {
    margin: 0;
  }
}

@media screen and (min-width: 1366px) {
  .living-with-nmosd__page-title {
    width: 36.375rem;
  }
}

.living-with-nmosd__tips .living-with-nmosd__tips-header {
  margin-bottom: 2rem;
}
.living-with-nmosd__tips .living-with-nmosd__tips-header .living-with-nmosd__title {
  text-align: center;
  margin-bottom: 1rem;
}
.living-with-nmosd__tips .living-with-nmosd__tips-header .living-with-nmosd__description {
  text-align: center;
}
.living-with-nmosd__tips .tips .tip {
  padding: 2rem 0;
  border-bottom: 2px solid #305b78;
}
.living-with-nmosd__tips .tips .tip .tip__image img {
  width: 9.9375rem;
}
.living-with-nmosd__tips .tips .tip .tip__title {
  margin: 0.5rem 0 2rem 0;
  max-width: 95%;
}
.living-with-nmosd__tips .tips .tip:first-of-type {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .living-with-nmosd__tips {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 900px) {
  .living-with-nmosd__tips .tips .tip {
    display: flex;
  }
  .living-with-nmosd__tips .tips .tip .tip__image {
    flex: 0 0 auto;
  }
}

.living-with-nmosd__children-book {
  padding: 3.5rem 0;
  padding-bottom: 1rem;
}
.living-with-nmosd__children-book .book {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.living-with-nmosd__children-book .book .book__cover {
  width: 100%;
  max-width: 8rem;
  margin-bottom: 1rem;
}
.living-with-nmosd__children-book .book .book__info .book__title {
  margin-bottom: 1.5rem;
}
.living-with-nmosd__children-book .book .book__info .paragraph {
  margin-bottom: 2.5rem;
}
.living-with-nmosd__children-book .book .book__info .book__order-link {
  font-size: 1.125rem;
  font-weight: bold;
  max-width: 12.5rem;
}
.living-with-nmosd__children-book .paragraph.paragraph--14 {
  position: relative;
}
.living-with-nmosd__children-book .paragraph.paragraph--14::before {
  display: inline-block;
  position: absolute;
  left: -0.4375rem;
}
.living-with-nmosd__children-book .paragraph.paragraph--14:first-of-type::before {
  content: "*";
}
.living-with-nmosd__children-book .paragraph.paragraph--14:last-of-type::before {
  content: "†";
  font-size: 62%;
  left: -0.3125rem;
  top: 0px;
}
.living-with-nmosd__children-book .paragraph.paragraph--14:first-of-type {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .living-with-nmosd__children-book .book .book__info .book__order-link {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .living-with-nmosd__children-book .book .book__info {
    margin-left: 3rem;
  }
  .living-with-nmosd__children-book .book {
    flex-direction: row;
  }
  .living-with-nmosd__children-book .book .book__cover {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1366px) {
  .talking-to-your-doctor__page-title {
    width: 37.5rem;
  }
}

.talking__to_doctor.intro {
  margin-top: 2rem;
}

.talking__to_doctor_content--results {
  margin-top: 3.5rem;
  margin-bottom: 4rem;
}

.talking__to_doctor_content--results_item {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .talking__to_doctor_content--results_item {
    grid-template-columns: 128px 1fr;
    align-items: center;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .talking__to_doctor_content--results_item p {
    margin-bottom: 0;
  }
}
.talking__to_doctor_content--results_item img {
  width: 128px;
}
.talking__to_doctor_content--results_item--text {
  font-size: 18px;
  line-height: 1.5;
}
.talking__to_doctor_content--results_item--text h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.talking__to_doctor_signs_content {
  margin-bottom: 3.5rem;
}
.talking__to_doctor_signs_content--title {
  margin-bottom: 2rem;
}
.talking__to_doctor_signs_content .list {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1366px) {
  .resources__page-title {
    width: 37.5rem;
  }
}

.resources__books-and-guides {
  margin-bottom: 3.5rem;
}
.resources__books-and-guides .books-and-guides__title {
  margin-bottom: 2.5rem;
}
.resources__books-and-guides .books-and-guides {
  display: flex;
  flex-direction: column;
}
.resources__books-and-guides .books-and-guides .resource:first-of-type {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .resources__books-and-guides .books-and-guides .resource:first-of-type {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1055px) {
  .resources__books-and-guides .books-and-guides .resource:first-of-type {
    margin-right: 1.8125rem;
  }
}
.resources__books-and-guides .books-and-guides .resource:first-of-type .resource__content .link {
  max-width: 14rem;
}
@media screen and (min-width: 600px) {
  .resources__books-and-guides .books-and-guides .resource:first-of-type .resource__content .link {
    max-width: 15rem;
  }
}
.resources__books-and-guides .books-and-guides .resource .resource__title {
  color: #305b78;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .resources__books-and-guides .books-and-guides .resource .resource__title {
    min-height: 3.375rem;
  }
}
@media screen and (min-width: 1050px) {
  .resources__books-and-guides .books-and-guides .resource .resource__title {
    min-height: auto;
  }
}
.resources__books-and-guides .books-and-guides .resource .resource__content .resource__image {
  margin-bottom: 1rem;
  width: 100%;
  max-width: 8rem;
}
@media screen and (min-width: 1024px) {
  .resources__books-and-guides .books-and-guides .resource .resource__content .resource__image {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.resources__books-and-guides .books-and-guides .resource .resource__content .resource__description {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .resources__books-and-guides .books-and-guides {
    flex-direction: row;
  }
  .resources__books-and-guides .books-and-guides .resource {
    flex: 1;
  }
  .resources__books-and-guides .books-and-guides .resource .resource__content {
    position: relative;
    height: 21rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .resources__books-and-guides .books-and-guides .resource .resource__content {
    position: initial;
  }
  .resources__books-and-guides .books-and-guides .resource .resource__content > div {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .resources__books-and-guides .books-and-guides .resource .resource__content .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .resources__books-and-guides {
    margin-top: 3.5rem;
  }
  .resources__books-and-guides .books-and-guides {
    justify-content: space-between;
    height: 17.125rem;
  }
  .resources__books-and-guides .books-and-guides .resource .resource__content {
    display: flex;
    height: calc(100% - 4.875rem);
  }
}

.resources__helpful-websites {
  margin-bottom: 5rem;
}
.resources__helpful-websites .helpful-websites__title {
  margin-bottom: 2.5rem;
}
.resources__helpful-websites .websites .website {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.resources__helpful-websites .websites .website:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.resources__helpful-websites .websites .website .website__logo {
  flex: 1 0 auto;
}
.resources__helpful-websites .websites .website .website__logo img {
  width: 12.5rem;
}
.resources__helpful-websites .websites .website .website__info {
  display: flex;
  flex-direction: column;
}
.resources__helpful-websites .websites .website .website__info .website__info-title {
  color: #305b78;
  font-weight: bold;
  margin-bottom: 1rem;
}
.resources__helpful-websites .websites .website .website__info .website__info-description {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .resources__helpful-websites .websites .website {
    flex-direction: row;
    justify-content: space-between;
    gap: 2.5rem;
  }
  .resources__helpful-websites .websites .website:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .resources__helpful-websites .websites .website .website__logo {
    margin-top: 0.375rem;
  }
}

.pre__footer.pre__footer--resources .waves__callout {
  height: 20rem;
}
@media screen and (min-width: 425px) {
  .pre__footer.pre__footer--resources .waves__callout {
    height: 18rem;
  }
}
@media screen and (min-width: 516px) {
  .pre__footer.pre__footer--resources .waves__callout {
    height: 15rem;
  }
}
@media screen and (min-width: 618px) {
  .pre__footer.pre__footer--resources .waves__callout {
    height: 13rem;
  }
}
@media screen and (min-width: 868px) {
  .pre__footer.pre__footer--resources .waves__callout {
    height: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .pre__footer.pre__footer--resources .waves__callout .end-cta .end-cta__text {
    text-align: left;
  }
}

.site__map {
  line-height: 1.5;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.site__map-hero .wrapper {
  padding-right: 0;
  padding-left: 0;
}
.site__map-hero .hero__content {
  margin: 0;
}
.site__map-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .site__map-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.site__map .paragraph {
  margin-bottom: 1.5rem;
}
.site__map .paragraph.mb-3 {
  margin-bottom: 3rem;
}
.site__map .list {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.site__map .list .list__element:not(:last-of-type) {
  margin-bottom: 1rem;
}
.site__map .list__element::before {
  content: "";
}

@media screen and (min-width: 1024px) {
  .get-newsletter__page-title {
    max-width: 37.5rem;
  }
}

.get-newsletter__form {
  margin-bottom: 3.5rem;
}
.get-newsletter__form .form .form__control:nth-child(2),
.get-newsletter__form .form .form__control:nth-child(3),
.get-newsletter__form .form .form__control:nth-child(4) {
  width: 100%;
  max-width: 26.5625rem;
}
.get-newsletter__form .form .form__control-checkbox .form__control-label {
  max-width: 78%;
}
@media screen and (min-width: 426px) {
  .get-newsletter__form .form .form__control:nth-child(5) {
    width: 100%;
    max-width: 9.375rem;
  }
}
@media screen and (min-width: 600px) {
  .get-newsletter__form .form .form__control-checkbox .form__control-label {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (min-width: 1024px) {
  .children-book-hero .children__page-title {
    max-width: 37.5rem;
  }
}

.nmosd-children-book__memory {
  margin-bottom: 3.5rem;
  margin-top: 2.5rem;
}
.nmosd-children-book__memory .make-memory {
  display: flex;
  flex-direction: column;
}
.nmosd-children-book__memory .make-memory .make-memory__content {
  order: 2;
  width: 100%;
  max-width: 42.8125rem;
}
.nmosd-children-book__memory .make-memory .make-memory__content h3 {
  margin-bottom: 1rem;
}
.nmosd-children-book__memory .make-memory .make-memory__image {
  margin-bottom: 1rem;
  width: 100%;
  max-width: 8rem;
}
.nmosd-children-book__memory .make-memory .make-memory__image .resource-placeholder {
  margin-left: 1.375rem;
}
@media screen and (min-width: 768px) {
  .nmosd-children-book__memory .make-memory .make-memory__image .resource-placeholder {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .nmosd-children-book__memory .make-memory {
    flex-direction: row;
    justify-content: flex-start;
  }
  .nmosd-children-book__memory .make-memory .make-memory__content {
    margin: 0;
  }
  .nmosd-children-book__memory .make-memory .make-memory__image {
    margin: auto 0;
    order: 2;
  }
}
.nmosd-children-book__order-copy-form {
  margin-bottom: 3.5rem;
}
.nmosd-children-book__order-copy-form hr {
  margin-bottom: 2rem;
}
.nmosd-children-book__order-copy-form .nmosd-children-book__order-copy-form__title {
  margin-bottom: 1rem;
}
.nmosd-children-book__order-copy-form .form .form__control[data-field-index="0"],
.nmosd-children-book__order-copy-form .form .form__control[data-field-index="1"],
.nmosd-children-book__order-copy-form .form .form__control[data-field-index="2"],
.nmosd-children-book__order-copy-form .form .form__control[data-field-index="3"],
.nmosd-children-book__order-copy-form .form .form__control[data-field-index="4"],
.nmosd-children-book__order-copy-form .form .form__control[data-field-index="5"] {
  width: 100%;
  max-width: 26.5625rem;
}
@media screen and (min-width: 426px) {
  .nmosd-children-book__order-copy-form .form .form__control[data-field-index="6"] {
    width: 100%;
    max-width: 4.375rem;
  }
  .nmosd-children-book__order-copy-form .form .form__control[data-field-index="7"] {
    width: 100%;
    max-width: 9.375rem;
  }
}
.nmosd-children-book__order-copy-form .form .form__control.form__control--invalid[data-required=true][data-is-valid=false] .form__control-legend::before {
  content: "*";
  display: inline-block;
}

.thank__you {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-top: 1rem;
  margin-bottom: 3.5rem;
}
.thank__you--links {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
.thank__you--links .button {
  max-width: 265px;
}
.thank__you--links .button:first-of-type {
  margin-bottom: 1.5rem;
}
.thank__you--links .button:last-of-type {
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .thank__you--links {
    flex-direction: row;
  }
  .thank__you--links .button:first-of-type {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}

.order__confirmed em {
  font-style: italic;
}

#exitModal.exit__modal .button--stay:focus,
#exitModal.exit__modal .button--continue:focus {
  outline: 2px black solid;
  outline-offset: 3px;
  outline-style: revert;
}

/* ========================== Higher Risk Populations =====================================*/
.icon-collout-cards .cause__of_damage_intro_content {
  margin-bottom: 78px;
}

@media screen and (min-width: 768px) {
  .icon-collout-cards .cause__of_damage_intro_content {
    margin-bottom: 70px;
  }
  .icon-collout-cards .icon-collout-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    align-items: baseline;
  }
}
.icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items {
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 72px 40px 40px 40px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  border: solid 3px #e87161;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items {
    padding-right: 42px;
    padding-left: 42px;
  }
}
@media screen and (min-width: 1082px) {
  .icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items:last-child .icon-collout-cards-item-txt {
    max-width: 28ch;
  }
}
.icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items {
    margin-bottom: 0;
  }
  .icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items .icon-collout-cards-item-img {
  height: 128px;
  width: 128px;
  top: -65px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 5px #ccc;
}

.icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items .icon-collout-cards-item-img img {
  max-width: 100%;
}

.icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items .icon-collout-cards-item-txt {
  font-size: 18px;
  line-height: 24px;
  color: #38344b;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items:last-child .icon-collout-cards-item-txt > * {
    display: block;
  }
}
.higher-page-center-txt {
  text-align: center;
  margin-bottom: 48px;
}

.higher-page-center-txt h3 {
  font-size: 24px;
  color: #e87161;
  line-height: 1.35;
  margin-bottom: 56px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .higher-page-center-txt h3 {
    margin-bottom: 12px;
  }
}
.higher-page-center-txt h4 {
  font-size: 18px;
  color: #38344b;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 36px;
  letter-spacing: 1.8px;
}

.higher-page-percentage-wrapper {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  .higher-page-percentage-wrapper .percentage-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.higher-page-percentage-wrapper .percentage-grid .percentage-columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .higher-page-percentage-wrapper .percentage-grid .percentage-columns {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0 70px;
  }
  .higher-page-percentage-wrapper .percentage-grid .percentage-columns:not(:last-child) {
    border-right: 1px solid #38344b;
  }
}
.higher-page-percentage-wrapper .percentage-grid .percentage-columns .percentage-columns-img {
  margin-bottom: 12px;
  max-width: 128px;
}

.higher-page-percentage-wrapper .percentage-grid .percentage-columns .percentage-columns-img img {
  max-width: 100%;
}

.higher-page-percentage-wrapper .percentage-grid .percentage-columns .percentage-columns-txt h4 {
  font-size: 20px;
  color: #38344b;
  line-height: 1;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .higher-page-percentage-wrapper .percentage-grid .percentage-columns .percentage-columns-txt h4 {
    max-width: 150px;
    text-align: center;
    margin-top: 14px;
  }
}
.higher-page-rich-txt-red-bullets {
  margin-bottom: 50px;
  justify-content: center;
  margin-left: 35px;
  line-height: normal;
}

.higher-page-rich-txt-red-bullets h4 {
  font-size: 18px;
  color: #38344b;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .higher-page-rich-txt-red-bullets .section-wrapper {
    max-width: calc(100% - 1.72rem);
  }
  .higher-page-rich-txt-red-bullets h4 {
    margin-right: 40px;
  }
}
.higher-page-rich-txt-red-bullets ul {
  padding-left: 16px;
}

.higher-page-rich-txt-red-bullets ul li {
  font-size: 18px;
  color: #38344b;
  margin-bottom: 8px;
  list-style-type: disc;
  line-height: 1.5;
}

.higher-page-rich-txt-red-bullets ul li strong {
  font-style: italic;
}

.higher-page-rich-txt-red-bullets ul li:last-child {
  margin-bottom: 0;
}

.higher-page-rich-txt-red-bullets ul li::marker {
  color: #e87161;
  font-size: 20px;
}

.higher-page-blue-bg-items .higher-page-blue-bg-items-wrapper {
  background-color: rgba(146, 161, 194, 0.25);
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .higher-page-blue-bg-items .higher-page-blue-bg-items-wrapper .section-wrapper {
    max-width: calc(100% - 1rem);
  }
  .higher-page-blue-bg-items .higher-page-blue-bg-items-title {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.higher-page-blue-bg-items .higher-page-blue-bg-items-title {
  font-size: 24px;
  color: #38344b;
  margin-bottom: 48px;
  text-align: center;
  line-height: 1.35;
}

.higher-page-blue-bg-items .blue-bg-items-grid {
  padding-bottom: 54px;
  padding-top: 48px;
}

.higher-page-blue-bg-items .blue-bg-items-columns {
  position: relative;
  background-color: #fff;
  padding: 48px 24px 24px;
  border-radius: 16px;
  width: 85%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0.625rem 0.625rem 0rem #e87161;
}

.higher-page-blue-bg-items .blue-bg-items-columns:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .higher-page-blue-bg-items .blue-bg-items-columns {
    width: 100%;
  }
  .higher-page-blue-bg-items .blue-bg-items-grid {
    display: flex;
    flex-direction: row;
  }
  .higher-page-blue-bg-items .blue-bg-items-columns {
    display: flex;
    max-width: 290px;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .higher-page-blue-bg-items .blue-bg-items-columns:last-child {
    margin-right: 0;
  }
}
.higher-page-blue-bg-items .blue-bg-items-columns::after {
  position: absolute;
  right: -8px;
  border-radius: 16px;
  top: 8px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

.higher-page-blue-bg-items .blue-bg-items-columns .blue-bg-items-columns-num {
  color: #e87161;
  font-size: 40px;
  width: 100px;
  height: 100px;
  padding: 12px 40px 11px 38px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 50%;
}

.higher-page-blue-bg-items .blue-bg-items-columns .blue-bg-items-columns-desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.higher-page-blue-bg-items .blue-bg-items-columns .blue-bg-items-columns-desc h4 {
  font-weight: bold;
  font-size: 24px;
  color: #38344b;
  padding-bottom: 8px;
  line-height: 1.35;
  min-height: 138px;
}

@media screen and (max-width: 767px) {
  .higher-page-blue-bg-items .blue-bg-items-columns .blue-bg-items-columns-desc h4 {
    margin-left: 30px;
    margin-right: 30px;
    min-height: inherit;
  }
}
.higher-page-blue-bg-items .blue-bg-items-columns .blue-bg-items-columns-desc .blue-bg-items-columns-img {
  height: 128px;
  width: 128px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.higher-page-blue-bg-items .blue-bg-items-columns .blue-bg-items-columns-desc .blue-bg-items-columns-img img {
  max-width: 100%;
}

.higher-page-blue-bg-items .blue-bg-items-columns .blue-bg-items-columns-desc p {
  color: #38344b;
  font-size: 18px;
  line-height: 1.5;
  max-width: 87%;
}

@media screen and (max-width: 767px) {
  .higher-page-blue-bg-items .blue-bg-items-columns .blue-bg-items-columns-desc p {
    max-width: 80%;
  }
}
.higher-page-blue-bg-items .blue-bg-items-columns .blue-bg-items-columns-desc p sup {
  font-size: 12px;
  top: -5px;
  font-weight: 600;
}

.higher-page-blue-bg-items .blue-bg-items-columns .blue-bg-items-columns-desc p a {
  color: #38344b;
}

.higher-page-red-project-txt-wrapper {
  padding: 70px 0;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container {
  text-align: center;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container *:not(.show-hide-btn) {
  text-align: left;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container .toggle-txt-icon::after {
  position: absolute;
  height: 2px;
  content: "";
  background-color: #000;
  width: 12px;
  left: 0;
  transform: rotate(90deg);
}

.higher-page-red-project-txt-wrapper .red-project-txt-container .toggle-txt-icon {
  height: 3px;
  width: 12px;
  position: relative;
  background-color: #000;
  top: -3px;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container.toggle-cls .toggle-txt-icon::after {
  display: none;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container.toggle-cls ul {
  display: block;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container.toggle-cls p {
  display: block;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .higher-page-red-project-txt-wrapper .red-project-txt-container.toggle-cls p {
    height: 39px;
  }
}
.higher-page-red-project-txt-wrapper .red-project-txt-container.toggle-cls p sup {
  font-size: 10px;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container.toggle-cls .toggle-txt-plus {
  display: none;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container .toggle-txt-less {
  display: none;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container.toggle-cls .toggle-txt-less {
  display: inline-block;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container .red-project-txt-wrapper-img {
  margin: 0 auto 60px auto;
  max-width: 204px;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container h3 {
  color: #e87161;
  font-weight: bold;
  line-height: 1.35;
  font-size: 32px;
  text-align: center !important;
  margin-bottom: 0;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container p {
  color: #38344b;
  margin-bottom: 20px;
  font-size: 18px;
  display: none;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container ul {
  padding-left: 22px;
  display: none;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container ul li {
  font-size: 18px;
  color: #38344b;
  margin-bottom: 18px;
  list-style-type: disc;
}

.higher-page-red-project-txt-wrapper .red-project-txt-container ul li::marker {
  color: #e87161;
  font-size: 20px;
}

.show-hide-btn {
  margin: 60px auto 0 auto;
  padding: 12px 16px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  border: solid 1px #38344b;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.show-hide-btn span {
  display: inline-block;
  margin-left: 6px;
  color: #38344b;
}

.show-hide-btn strong {
  display: inline-block;
  color: #38344b;
}

.higher-page-red-project-download {
  background-color: #e87161;
  max-height: 318px;
}

@media screen and (max-width: 769px) {
  .higher-page-red-project-download {
    margin-bottom: 40px;
  }
}
.higher-page-red-project-download .red-project-download-container .red-project-download-grid {
  padding: 65px 0;
}

@media screen and (min-width: 768px) {
  .higher-page-red-project-download .red-project-download-container .red-project-download-grid {
    display: flex;
    padding: 28px 0;
    flex-direction: row;
  }
  .higher-page-red-project-txt-wrapper .red-project-txt-container ul li {
    margin-bottom: 8px;
  }
  .higher-page-red-project-txt-wrapper .red-project-txt-container p {
    margin-bottom: 8px;
  }
  .higher-page-red-project-download .red-project-download-container .red-project-download-grid .red-project-download-columns:not(:last-child) {
    width: 70%;
  }
}
.higher-page-red-project-download .red-project-download-container .red-project-download-grid .red-project-download-columns h3 {
  font-size: 32px;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 12%;
  width: 90%;
}

.higher-page-red-project-download .red-project-download-container .red-project-download-grid .red-project-download-columns .red-project-download-btn {
  font-size: 18px;
  color: #2f2b43;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

.higher-page-red-project-download .red-project-download-container .red-project-download-grid .red-project-download-columns .red-project-download-btn .red-project-download-btn-img img {
  width: 16px;
}

.higher-page-red-project-download .red-project-download-container .red-project-download-grid .red-project-download-columns .red-project-txt-wrapper-img img {
  max-width: 480px;
}

.higher-page-red-project-identified .red-project-identified-container h3 {
  color: #e87161;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 80px;
}

.higher-page-red-project-identified .red-project-identified-container p {
  color: #38344b;
  font-size: 18px;
  line-height: 1.5;
  width: 92%;
}

.higher-page-red-project-identified .red-project-identified-container p a {
  text-decoration: underline;
  color: #38344b;
}

.higher-page-red-project-identified .red-project-identified-container .red-project-identified-list {
  margin-top: 40px;
}

.higher-page-red-project-identified .red-project-identified-container .red-project-identified-list .red-project-identified-list-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .higher-page-red-project-identified .red-project-identified-container .red-project-identified-list .red-project-identified-list-row {
    flex-direction: row;
  }
}
.higher-page-red-project-identified .red-project-identified-container .red-project-identified-list .red-project-identified-list-columns-img {
  max-width: 200px;
  min-width: 200px;
}

.higher-page-red-project-identified .red-project-identified-container .red-project-identified-list .red-project-identified-list-columns img {
  max-width: 100%;
}

.higher-page-red-project-identified .red-project-identified-container .red-project-identified-list .red-project-identified-list-columns h4 {
  color: #38344b;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
}

.higher-page-red-project-identified .red-project-identified-container .red-project-identified-list .red-project-identified-list-columns h4 a {
  display: inline-block;
  padding-right: 10px;
  color: #38344b;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
}

.higher-page-red-project-identified .red-project-identified-container .red-project-identified-list .red-project-identified-list-columns h4 a span {
  text-decoration: underline;
}

.higher-page-red-project-identified .red-project-identified-container .red-project-identified-list .red-project-identified-list-columns h4 a picture {
  display: inline-block;
  width: auto;
  position: relative;
  top: 5px;
}

.higher-page-red-project-identified .red-project-identified-container .red-project-identified-list .red-project-identified-list-columns p {
  color: #38344b;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.higher-page-red-project-identified .red-project-identified-container .red-project-identified-list .red-project-identified-list-columns p sup {
  font-size: 16px;
  top: -2px;
}

.higher-page-banner-img-txt-wrapper {
  background-color: #cdcae7;
  background-image: url("../assets/img/higher-risk-populations/hero-banner-1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 210px;
  margin-bottom: 80px;
}

.higher-page-banner-img-txt-wrapper .section-wrapper {
  min-height: 200px;
}

@media screen and (max-width: 767px) {
  .higher-page-banner-img-txt-wrapper .section-wrapper {
    max-width: calc(100% - 3.4rem);
  }
}
@media screen and (min-width: 768px) {
  .higher-page-banner-img-txt-wrapper {
    max-height: 44vw;
    height: 127vh;
  }
  .higher-page-banner-img-txt-wrapper .section-wrapper {
    display: flex;
    min-height: 340px;
  }
}
@media screen and (min-width: 992px) {
  .higher-page-banner-img-txt-wrapper .section-wrapper {
    min-height: 500px;
  }
}
.higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  flex-direction: column;
  transform: translate(10px, 50%);
}

.higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt-container {
  position: relative;
}

.higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.35;
}
@media screen and (max-width: 340px) {
  .higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt h3 {
    font-size: 22px;
  }
}

.higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt p {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
@media screen and (max-width: 340px) {
  .higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt {
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt-container {
    display: flex;
    top: calc((100% - 44vw) / 2);
    left: 25px;
  }
}
@media screen and (min-width: 1240px) {
  .higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt-container {
    top: calc((100% - 39vw) / 2);
  }
}
@media screen and (max-width: 767px) {
  .higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt-container {
    bottom: -200px;
  }
}
@media screen and (max-width: 628px) {
  .higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt-container {
    bottom: -50px;
  }
}
@media screen and (max-width: 475px) {
  .higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt-container {
    bottom: 25px;
  }
}
@media screen and (max-width: 390px) {
  .higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt-container {
    bottom: 40px;
  }
}
@media screen and (max-width: 362px) {
  .higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt-container {
    bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .higher-page-banner-img-txt-wrapper {
    background-color: #ffffff;
    background-image: url("../assets/img/higher-risk-populations/mobile-high-risk.png");
    width: 100%;
    height: 206vw;
  }
  .a-cause-of-damage__page-title {
    font-size: 32px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25 !important;
    letter-spacing: normal;
    text-align: left;
    color: #305b78;
    width: 90%;
  }
  .icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items .icon-collout-cards-item-txt {
    width: 90%;
  }
  .icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items .icon-collout-cards-item-txt > strong {
    margin-top: 20px;
  }
  .higher-page-rich-txt-red-bullets ul {
    width: 92%;
    padding-left: 25px;
  }
  .higher-page-red-project-txt-wrapper .red-project-txt-container h3 {
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
  }
  .higher-page-red-project-download {
    max-height: 672px;
  }
  .higher-page-red-project-identified .red-project-identified-container h3 {
    width: 92%;
  }
  .higher-page-banner-img-txt-wrapper .higher-page-banner-img-txt {
    align-items: flex-start;
    width: 100%;
    transform: translate(10px, 100%);
  }
}
@media screen and (max-width: 400px) {
  .icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items .icon-collout-cards-item-txt {
    width: auto;
  }
  .icon-collout-cards .icon-collout-cards-grid .icon-collout-cards-items .icon-collout-cards-item-txt > strong {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */