@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?xfjxgy");
  src: url("../../assets/fonts/icomoon.eot?xfjxgy#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?xfjxgy") format("truetype"), url("../../assets/fonts/icomoon.woff?xfjxgy") format("woff"), url("../../assets/fonts/icomoon.svg?xfjxgy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pause:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e908";
}

.icon-chevron-down:before {
  content: "\e900";
}

.icon-share:before {
  content: "\e901";
}

.icon-download:before {
  content: "\e902";
}

.icon-external-link:before {
  content: "\e903";
}

.icon-x:before {
  content: "\e904";
}

.icon-arrow-down:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-play:before {
  content: "\ea1c";
}

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

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input {
  --webkit-appearance: none;
  border-radius: 0;
}

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

sup {
  vertical-align: super;
  font-size: 0.65em;
  line-height: 0;
  color: inherit;
}

sub {
  vertical-align: sub;
  font-size: 0.65em;
  line-height: 0;
  color: inherit;
}

/*width and height*/
/*Flexbox*/
/*Font Styles*/
:root {
  --scrollbar-width: 100%;
  --header-height: 100%;
  --header-top-banner-height: 0;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "trade-gothic-next", sans-serif;
  color: #333333;
  background: #FFFFFF;
}
body.no-scroll {
  width: calc(100% - var(--scrollbar-width, 0px));
  overflow: hidden;
}

strong,
.strong,
.bold {
  font-weight: 700;
}

.italics,
.italic,
em {
  font-style: italic;
}

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

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

.underline {
  text-decoration: underline;
}

p {
  margin-bottom: 1rem;
}
p:last-of-type {
  margin-bottom: 0;
}
p.last-spacer {
  margin-bottom: 1rem;
}

a {
  font-weight: 700;
  transition: all 0.3s;
  text-decoration: underline;
  color: #EE7624;
}
a:hover, a:active, a:focus, a.active {
  font-weight: normal;
}
a:focus {
  border: 1px solid #81ACD6;
}
a:disabled {
  color: #959595;
}

/*Headings*/
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 800;
  margin-bottom: 1rem;
}

h1,
h1 {
  color: #EE7624;
  font-size: 3.75rem;
  line-height: 1.05;
}
@media (min-width: 1024px) {
  h1,
  h1 {
    font-size: 4.5rem;
  }
}

h2,
.h2 {
  font-size: 3.5rem;
  line-height: 1.18;
  color: #231D35;
}

h3,
.h3 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #231D35;
}

.eyebrow {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  font-style: italic;
}

.footnotes {
  font-size: 0.75rem;
  line-height: 1.45;
  font-weight: 400;
}

.cares-italic {
  font-style: italic;
}

.hidden {
  display: none !important;
}

.site-wrapper,
.site-container {
  overflow: hidden;
  min-width: 320px;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.site-content,
.site-inner {
  flex-grow: 1;
  padding-top: calc(var(--header-height, 0px) - 2px);
}

.site-header,
.site-content,
.site-inner,
.site-footer {
  flex-shrink: 0;
}

.centered-content,
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1512px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .centered-content,
  .container {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .centered-content,
  .container {
    padding: 0 73px;
  }
}

.econsent-step {
  display: none;
}
.econsent-step.active {
  display: block;
}

.step-num {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 2px solid #4D495A;
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
  font-weight: bold;
}
.step-num.active {
  background: #EE7624;
  color: #FFFFFF;
  border-color: #EE7624;
}

.stepper {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.insurance-form {
  max-width: 652px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .insurance-form {
    margin-bottom: 100px;
  }
}

.required-note-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #4D495A;
}
.required-note-wrapper.border-none {
  border-bottom: none;
}
.required-note-wrapper.mb-0 {
  margin-bottom: 0;
}
.required-note-wrapper.pb-0 {
  padding-bottom: 0;
}
.required-note-wrapper .required-note {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.4px;
}

fieldset.border-bottom {
  border-bottom: 1px solid #4D495A;
  margin-bottom: 24px;
}
fieldset.pb-65 {
  padding-bottom: 65px;
}
fieldset.pb-32 {
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  fieldset {
    padding-left: 40px;
    padding-right: 40px;
  }
}
fieldset legend {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40.6px;
  margin-bottom: 40px;
}

.form-group {
  margin-bottom: 32px;
  min-width: 342px;
  max-width: 440px;
}
.form-group .error-message {
  display: none;
}
.form-group.error input {
  border: 1px solid #B30000;
}
.form-group.error select {
  border: 1px solid #B30000;
  background-image: url("../../../genesis-child-theme/assets/images/error-icon.png");
}
.form-group.error .error-message {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.4px;
  color: #B30000;
  padding-top: 8px;
}
.form-group.error label.radio-btn:last-of-type {
  margin-bottom: 0;
}
.form-group.error label.radio-btn span.radio-check {
  border: 1px solid #B30000;
}
.form-group.radio .radio-btn {
  margin-bottom: 8px;
  display: flex;
  font-weight: 400;
  max-width: max-content;
  align-items: center;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease-in-out;
}
.form-group.radio .radio-btn input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.form-group.radio .radio-btn .radio-check {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #4D495A;
  border-radius: 50%;
}
.form-group.radio .radio-btn input[type=radio]:checked + .radio-check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.6px;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-color: #4D495A;
  border-radius: 100%;
}
.form-group.radio .radio-btn:hover .radio-check {
  border: 2px solid #4D495A;
}
.form-group.radio .radio-btn input[type=radio]:checked + .radio-check {
  border: 1px solid #4D495A;
}
.form-group.radio br {
  display: none;
}
.form-group.radio input {
  font-family: "trade-gothic-next", sans-serif;
  display: none;
}
.form-group.date {
  font-family: "trade-gothic-next", sans-serif;
}
.form-group.date input[type=date]::-webkit-calendar-picker-indicator {
  display: none !important;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  font-family: "trade-gothic-next", sans-serif;
  line-height: 28.8px;
}
.form-group input {
  min-height: 48px;
  font-family: "trade-gothic-next", sans-serif;
  border-radius: 6px;
  border: 1px solid #4D495A;
  background-color: #FFFFFF;
  display: block;
  min-width: 342px;
  padding: 8px 56px 8px 12px;
}
@media (min-width: 1024px) {
  .form-group input {
    width: 100%;
  }
}
.form-group input:focus-visible {
  outline: none;
}
@media screen and (max-width: 375px) {
  .form-group input {
    min-width: 330px;
    max-width: 100%;
  }
}
.form-group select {
  min-height: 48px;
  border-radius: 6px;
  border: 1px solid #4D495A;
  background-color: #FFFFFF;
  display: block;
  min-width: 342px;
  padding: 8px 56px 8px 12px;
  font-size: 18px;
  font-style: normal;
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 400;
  line-height: 28.8px;
  appearance: none;
  background-image: url("../../../genesis-child-theme/assets/images/down-arrow.png");
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  cursor: pointer;
  padding-right: 26px;
}
.form-group select:focus-visible {
  outline: none;
}
@media (min-width: 1024px) {
  .form-group select {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .form-group select {
    min-width: 330px;
    max-width: 100%;
  }
}

.aggreement-footer-content {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.4px;
  margin-bottom: 32px;
}

.form-submit {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .form-submit {
    padding-left: 40px;
    margin-bottom: 100px;
  }
}

#site-econsent .econsent-form-section .block-title, #site-econsent-dmd .econsent-form-section .block-title, #site-econsent-aadc .econsent-form-section .block-title, #site-econsent-fa .econsent-form-section .block-title, #site-econsent-pku .econsent-form-section .block-title {
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  #site-econsent .econsent-form-section .block-title, #site-econsent-dmd .econsent-form-section .block-title, #site-econsent-aadc .econsent-form-section .block-title, #site-econsent-fa .econsent-form-section .block-title, #site-econsent-pku .econsent-form-section .block-title {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  #site-econsent .econsent-form-section .block-title .block-title, #site-econsent-dmd .econsent-form-section .block-title .block-title, #site-econsent-aadc .econsent-form-section .block-title .block-title, #site-econsent-fa .econsent-form-section .block-title .block-title, #site-econsent-pku .econsent-form-section .block-title .block-title {
    text-align: left;
  }
  #site-econsent .econsent-form-section .block-title h1, #site-econsent-dmd .econsent-form-section .block-title h1, #site-econsent-aadc .econsent-form-section .block-title h1, #site-econsent-fa .econsent-form-section .block-title h1, #site-econsent-pku .econsent-form-section .block-title h1 {
    text-align: left;
  }
}
#site-econsent .econsent-form-section .block-title h1, #site-econsent-dmd .econsent-form-section .block-title h1, #site-econsent-aadc .econsent-form-section .block-title h1, #site-econsent-fa .econsent-form-section .block-title h1, #site-econsent-pku .econsent-form-section .block-title h1 {
  color: #231D35;
  font-style: italic;
}
#site-econsent .econsent-form-section .block-title p, #site-econsent-dmd .econsent-form-section .block-title p, #site-econsent-aadc .econsent-form-section .block-title p, #site-econsent-fa .econsent-form-section .block-title p, #site-econsent-pku .econsent-form-section .block-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  #site-econsent .econsent-form-section .block-title p, #site-econsent-dmd .econsent-form-section .block-title p, #site-econsent-aadc .econsent-form-section .block-title p, #site-econsent-fa .econsent-form-section .block-title p, #site-econsent-pku .econsent-form-section .block-title p {
    text-align: left;
  }
}
#site-econsent .econsent-form-section .form-wrapper, #site-econsent-dmd .econsent-form-section .form-wrapper, #site-econsent-aadc .econsent-form-section .form-wrapper, #site-econsent-fa .econsent-form-section .form-wrapper, #site-econsent-pku .econsent-form-section .form-wrapper {
  max-width: 652px;
  margin-left: auto;
  margin-right: auto;
}
#site-econsent .econsent-form-section .form-wrapper .econsent-stepper, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-stepper, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-stepper, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-stepper, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-stepper {
  padding: 24px 0;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #4D495A;
}
@media (min-width: 1024px) {
  #site-econsent .econsent-form-section .form-wrapper .econsent-stepper, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-stepper, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-stepper, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-stepper, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-stepper {
    padding: 34px 40px;
  }
}
#site-econsent .econsent-form-section .form-wrapper .econsent-stepper::before, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-stepper::before, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-stepper::before, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-stepper::before, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-stepper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 2px;
  background-color: #393055;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#site-econsent .econsent-form-section .form-wrapper .econsent-stepper .step-num, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-stepper .step-num, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-stepper .step-num, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-stepper .step-num, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-stepper .step-num {
  background-color: #FFFFFF;
  border: none;
}
#site-econsent .econsent-form-section .form-wrapper .econsent-stepper .step-num.active, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-stepper .step-num.active, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-stepper .step-num.active, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-stepper .step-num.active, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-stepper .step-num.active {
  background-color: #393055;
}
#site-econsent .econsent-form-section .form-wrapper .econsent-step, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-step, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-step, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-step, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-step {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  #site-econsent .econsent-form-section .form-wrapper .econsent-step, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-step, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-step, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-step, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-step {
    margin-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#site-econsent .econsent-form-section .form-wrapper .econsent-step h2, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-step h2, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-step h2, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-step h2, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-step h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 41.6px;
}
@media (min-width: 1024px) {
  #site-econsent .econsent-form-section .form-wrapper .econsent-step h2, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-step h2, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-step h2, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-step h2, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-step h2 {
    margin-left: -16px;
  }
}
#site-econsent .econsent-form-section .form-wrapper .econsent-step .form-submit, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-step .form-submit, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-step .form-submit, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-step .form-submit, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-step .form-submit {
  text-align: end;
}
#site-econsent .econsent-form-section .form-wrapper .econsent-step .nav-buttons, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-step .nav-buttons, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-step .nav-buttons, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-step .nav-buttons, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-step .nav-buttons {
  text-align: end;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: end;
}
@media (min-width: 1024px) {
  #site-econsent .econsent-form-section .form-wrapper .econsent-step .nav-buttons, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-step .nav-buttons, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-step .nav-buttons, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-step .nav-buttons, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-step .nav-buttons {
    gap: 32px;
  }
}
@media screen and (max-width: 460px) {
  #site-econsent .econsent-form-section .form-wrapper .econsent-step .nav-buttons, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-step .nav-buttons, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-step .nav-buttons, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-step .nav-buttons, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-step .nav-buttons {
    flex-wrap: nowrap;
    justify-content: start;
  }
}
@media screen and (max-width: 460px) {
  #site-econsent .econsent-form-section .form-wrapper .econsent-step .nav-buttons .btn.btn-orange, #site-econsent-dmd .econsent-form-section .form-wrapper .econsent-step .nav-buttons .btn.btn-orange, #site-econsent-aadc .econsent-form-section .form-wrapper .econsent-step .nav-buttons .btn.btn-orange, #site-econsent-fa .econsent-form-section .form-wrapper .econsent-step .nav-buttons .btn.btn-orange, #site-econsent-pku .econsent-form-section .form-wrapper .econsent-step .nav-buttons .btn.btn-orange {
    max-width: 160px;
    min-width: 130px;
    width: 100%;
  }
}

#site-insurance-form .insurance-form-section .block-title {
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  #site-insurance-form .insurance-form-section .block-title {
    margin-bottom: 100px;
  }
}
#site-insurance-form .insurance-form-section .block-title h1 {
  color: #231D35;
  font-style: italic;
}
#site-insurance-form .insurance-form-section .block-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.signature-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.54);
}
.signature-modal.open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.signature-modal-content {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 29.696px rgba(0, 0, 0, 0.25);
  max-width: 624px;
  width: 95%;
  padding: 40px 32px;
  position: relative;
}
.signature-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.signature-modal-header h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.signature-modal-header #signature-close {
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ee7624;
  font-size: 36px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -23px;
  right: -23px;
}
@media (min-width: 1024px) {
  .signature-modal-header #signature-close {
    width: 66px;
    height: 66px;
    font-size: 46px;
    top: -33px;
    right: -33px;
  }
}
.signature-modal canvas#signature-canvas {
  display: block;
  width: 100%;
  max-height: 160px;
  border: 1.5px solid #231d35;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 32px;
}
.signature-modal-controls {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.signature-modal-controls button {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease;
}
.signature-modal-controls #signature-clear {
  background-color: #e6e5e6;
  color: #000;
}
.signature-modal-controls #signature-clear:hover {
  background-color: #ccc;
}
.signature-modal-controls #signature-submit {
  background-color: #ee7624;
  color: #ffffff;
}
.signature-modal-controls #signature-submit:hover {
  background-color: #d3651d;
}
@media (min-width: 1024px) {
  .signature-modal-controls {
    flex-direction: row;
    justify-content: space-between;
  }
  .signature-modal-controls button {
    flex: 1;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

.stretched-link::before {
  content: "";
  position: absolute;
  inset: 0;
}

@media (min-width: 1024px) {
  #site-faqs .contact-help-wrapper {
    margin-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

span.small-text {
  font-size: 15px;
}

#site-frequently-asked-questions .contact-help-wrapper {
  margin-top: 75px;
}
@media screen and (max-width: 991px) {
  #site-frequently-asked-questions .contact-help-wrapper {
    margin-top: 25px;
  }
}

.swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}
.swiper-slide .inside-ptc-card .content {
  display: none;
}
.swiper-slide.swiper-slide-active .inside-ptc-card .content {
  display: block;
}

@media (max-width: 1023.98px) {
  .ptc-video-carousel.has-no-title .nav-btns {
    display: flex;
    gap: 1.2rem;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 5% 15px 0;
  }
}
@media (max-width: 1023.98px) {
  .ptc-video-carousel.has-no-title .nav-btns .nav-btn.button-left {
    position: static;
  }
}
@media (max-width: 1023.98px) {
  .ptc-video-carousel.has-no-title .nav-btns .nav-btn.button-right {
    position: static;
  }
}
.ptc-video-carousel.has-no-title .ptc-video-carousel-text {
  padding-top: 6%;
}
.ptc-video-carousel .carousel {
  position: relative;
  height: 312px;
}
.ptc-video-carousel .carousel .item {
  width: 45%;
  transition: transform 0.5s ease, width 0.5s ease;
}
@media (min-width: 1024px) {
  .ptc-video-carousel .carousel .item {
    width: 33.33%;
  }
}
.ptc-video-carousel .carousel .item .img-wrap {
  position: relative;
}
.ptc-video-carousel .carousel .item .img-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.ptc-video-carousel .carousel .item .img-wrap a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.ptc-video-carousel .carousel .item.prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.ptc-video-carousel .carousel .item.current {
  width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  transform: translate(-50%, -50%) translateY(0);
}
@media (min-width: 1024px) {
  .ptc-video-carousel .carousel .item.current {
    width: 50%;
  }
}
.ptc-video-carousel .carousel .item.current .img-wrap::before {
  display: none;
}
.ptc-video-carousel .carousel .item.next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%) translateX(0);
}
.ptc-video-carousel .nav-btns .nav-btn {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #EE7624;
  color: #FFFFFF;
  outline: none;
  border: 1px solid transparent;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ptc-video-carousel .nav-btns .nav-btn.button-left {
  position: absolute;
  top: 28%;
  left: 24px;
}
@media (min-width: 1024px) {
  .ptc-video-carousel .nav-btns .nav-btn.button-left {
    left: 0;
    top: 50%;
  }
}
.ptc-video-carousel .nav-btns .nav-btn.button-right {
  position: absolute;
  top: 28%;
  right: 24px;
}
@media (min-width: 1024px) {
  .ptc-video-carousel .nav-btns .nav-btn.button-right {
    right: 0;
    top: 50%;
  }
}
.ptc-video-carousel-wrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .ptc-video-carousel-wrapper {
    width: calc(36% + 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.ptc-video-carousel-wrapper .ptc-video-carousel-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.ptc-video-carousel-wrapper .ptc-video-carousel-text h3 {
  margin-bottom: 24px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (min-width: 1024px) {
  .ptc-video-carousel-wrapper .ptc-video-carousel-text h3 {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }
}
.ptc-video-carousel-wrapper .ptc-video-carousel-text .btn-wrap {
  text-align: right;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .ptc-video-carousel-wrapper .ptc-video-carousel-text .btn-wrap {
    margin-bottom: 32px;
  }
}
.ptc-video-carousel-wrapper .video-carousel-content.current .ptc-video-carousel-text {
  display: block;
}

#site-dmd .ptc-video-carousel .carousel {
  position: relative;
  height: 312px;
}
#site-dmd .ptc-video-carousel .carousel .item {
  width: 45%;
  transition: transform 0.5s ease, width 0.5s ease;
}
@media (min-width: 1024px) {
  #site-dmd .ptc-video-carousel .carousel .item {
    width: 33.33%;
  }
}
#site-dmd .ptc-video-carousel .carousel .item .img-wrap {
  position: relative;
}
#site-dmd .ptc-video-carousel .carousel .item .img-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#site-dmd .ptc-video-carousel .carousel .item .img-wrap a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
#site-dmd .ptc-video-carousel .carousel .item.prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#site-dmd .ptc-video-carousel .carousel .item.current {
  filter: drop-shadow(5px 5px 10px #000000);
  width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  transform: translate(-50%, -50%) translateY(0);
}
@media (min-width: 1024px) {
  #site-dmd .ptc-video-carousel .carousel .item.current {
    width: 50%;
  }
}
#site-dmd .ptc-video-carousel .carousel .item.current .img-wrap::before {
  display: none;
}
#site-dmd .ptc-video-carousel .carousel .item.next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%) translateX(0);
}
#site-dmd .ptc-video-carousel .ptc-video-carousel-text .btn-wrap {
  display: none !important;
}
#site-dmd .ptc-video-carousel .ptc-video-carousel-text h3 {
  display: none !important;
}

/* layout */
.site-header {
  background-color: #231D35;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s;
}
.site-header .top-banner {
  background-color: #FFFFFF;
  padding: 10px 0;
}
.site-header .top-banner .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .top-banner .wrap span {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .site-header .top-banner .wrap span {
    font-size: 1.125rem;
  }
}
.site-header .top-banner .wrap .btn-wrap {
  margin-left: 1rem;
}
.site-header .top-banner .wrap .btn-wrap .btn {
  padding: 5px 8px;
  min-width: 132px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .site-header .top-banner .wrap .btn-wrap .btn {
    padding: 5px 24px;
    font-size: 1.125rem;
  }
}
.site-header .toggle {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 3px 16px 3px 6px;
  overflow: hidden;
}
.site-header .toggle.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .site-header .toggle.desktop {
    display: flex;
  }
}
.site-header .toggle.mobile {
  margin-top: 32px;
  display: inline-flex;
  min-height: 30px;
}
@media (min-width: 1024px) {
  .site-header .toggle.mobile {
    display: none;
  }
}
.site-header .toggle .toggle-btn {
  color: #EE7624;
  border-radius: 20px;
  display: inline-block;
  line-height: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.site-header .toggle .toggle-btn.active {
  color: #FFFFFF;
}
.site-header .toggle .toggle-btn.active::before {
  content: "";
  position: absolute;
  background-color: #EE7624;
  color: #FFFFFF;
  top: -14.5px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  z-index: -1;
  border-radius: 20px;
}
.site-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .site-header__content {
    padding: 16px 0;
  }
}
.site-header__content .left-wrap {
  flex: 0 0 130px;
  max-width: 130px;
}
.site-header__content .middle-wrap {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 1024px) {
  .site-header__content .middle-wrap {
    display: none;
  }
}
.site-header__content .middle-wrap .cta-wrap {
  display: block;
}
@media (min-width: 1024px) {
  .site-header__content .middle-wrap .cta-wrap {
    display: none;
  }
}
.site-header__content .middle-wrap .cta-wrap a {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}
.site-header__content .middle-wrap .cta-wrap a:hover {
  color: #EE7624;
}
.site-header__content .middle-wrap .cta-wrap a span {
  margin-left: 6px;
}
@media (min-width: 1024px) {
  .site-header__content .right-wrap {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.site-header__content .brand-logo {
  display: inline-block;
  max-width: 115px;
  margin-right: 15px;
}
.site-header__content .top-container {
  margin-bottom: 10px;
  display: none;
}
@media (min-width: 1024px) {
  .site-header__content .top-container {
    display: block;
  }
}
.site-header__content .top-container ul {
  display: flex;
  justify-content: flex-end;
}
.site-header__content .top-container ul li {
  color: #FFFFFF;
}
.site-header__content .top-container ul li:not(:last-child) {
  margin-right: 1rem;
}
.site-header__content .top-container ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-header__content .top-container ul li a:hover {
  text-decoration: underline;
}
.site-header__content .top-container ul li p span {
  font-size: 0.875rem;
  line-height: 1.6;
}
.site-header__content .nav-container {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1023.98px) {
  .site-header__content .nav-container .navbar {
    position: absolute;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    background-color: #231D35;
    transform: translateX(100%);
    transition: all 0.3s;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 50px;
    overflow-y: auto;
    z-index: 99;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    overflow: auto;
    /* or scroll */
  }
  .site-header__content .nav-container .navbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }
}
@media (max-width: 767.98px) {
  .site-header__content .nav-container .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .site-header__content .nav-container .navbar-nav {
    display: flex;
    justify-content: flex-end;
  }
}
.site-header__content .nav-container .navbar-nav li {
  position: relative;
  margin-top: 32px;
  display: block;
  position: relative;
}
@media (min-width: 1024px) {
  .site-header__content .nav-container .navbar-nav li {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .site-header__content .nav-container .navbar-nav li:not(:last-child) {
    margin-right: 56px;
  }
}
@media (min-width: 1024px) {
  .site-header__content .nav-container .navbar-nav li::before {
    content: "";
    position: absolute;
    background-color: #6BC04B;
    width: 0;
    height: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
  }
}
.site-header__content .nav-container .navbar-nav li:hover::before {
  width: 100%;
}
.site-header__content .nav-container .navbar-nav li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .site-header__content .nav-container .navbar-nav li a {
    padding: 0;
  }
}
.site-header__content .nav-container .navbar-nav li a:hover {
  font-weight: 700;
  position: relative;
}
.site-header__content .nav-container .navbar-nav li a:focus {
  border: 1px solid transparent;
}
.site-header__content .nav-container .navbar-nav li.menu-item-has-children {
  padding-right: 28px;
}
.site-header__content .nav-container .navbar-nav li.current-menu-item {
  border-bottom: 1px solid #6BC04B;
  padding-bottom: 3px;
}
@media (min-width: 1024px) {
  .site-header__content .nav-container .navbar-nav li.current-menu-item {
    padding-bottom: 0;
  }
}
.site-header__content .nav-container .navbar-nav li.current-menu-item:hover::before {
  width: 0;
}
.site-header__content .nav-container .navbar-nav li.current-menu-item a {
  color: #6BC04B;
}
.site-header__content .nav-container .navbar-nav li.current-menu-item .submenu-toggle {
  color: #6BC04B;
}
@media (min-width: 1024px) {
  .site-header__content .nav-container .navbar-nav li.current-menu-item .submenu-toggle {
    left: 0;
    top: 0;
    transform: rotate(180deg);
  }
}
.site-header__content .nav-container .navbar-nav li.active {
  border-bottom: none;
  padding-bottom: 0;
}
.site-header__content .nav-container .navbar-nav li.active.menu-item-has-children {
  padding-left: 32px;
  padding-right: 0;
}
@media (max-width: 1023.98px) {
  .site-header__content .nav-container .navbar-nav li.active .submenu-toggle {
    right: auto;
    left: 0;
    top: 0;
    transform: rotate(90deg);
  }
}
.site-header__content .nav-container .navbar-nav li.active .sub-menu li {
  border-bottom: none;
  padding-bottom: 0;
}
.site-header__content .nav-container .navbar-nav li.active .sub-menu li a {
  color: #FFFFFF;
}
@media (max-width: 1023.98px) {
  .site-header__content .nav-container .navbar-nav.active-menu-show li {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .site-header__content .nav-container .navbar-nav.active-menu-show li.active {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .site-header__content .nav-container .navbar-nav.active-menu-show li.active .sub-menu {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .site-header__content .nav-container .navbar-nav.active-menu-show li.active .sub-menu li {
    display: block;
  }
}
.site-header__content .nav-container .navbar-nav .sub-menu {
  display: none;
}
.site-header__content .nav-container .navbar.active {
  transform: translateX(0);
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
}
.site-header__content .nav-container .hamburger-menu {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .site-header__content .nav-container .hamburger-menu {
    display: none;
  }
}
.site-header__content .nav-container .hamburger-menu .text {
  color: #FFFFFF;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.site-header__content .nav-container .hamburger-menu .bar-wrap {
  margin-left: 8px;
  cursor: pointer;
}
.site-header__content .nav-container .hamburger-menu .bar-wrap span {
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 6px;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
.site-header__content .nav-container .hamburger-menu .bar-wrap span:not(:last-child) {
  margin-bottom: 6px;
}
.site-header__content .nav-container .hamburger-menu.active .bar-wrap span:first-child {
  transform: translateY(11px) rotate(138deg);
}
.site-header__content .nav-container .hamburger-menu.active .bar-wrap span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.site-header__content .nav-container .hamburger-menu.active .bar-wrap span:last-child {
  transform: translateY(-9px) rotate(-138deg);
}
.site-header__content .submenu-toggle {
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
  transform: rotate(-90deg);
}
@media (min-width: 1024px) {
  .site-header__content .submenu-toggle {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
}
.site-header .dropdown-container {
  background-color: #EE7624;
  padding: 10px 0;
}
.site-header .dropdown-content .sub-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .site-header .dropdown-content .sub-menu li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .site-header .dropdown-content .sub-menu li:not(:last-child) {
    margin-right: 64px;
  }
}
.site-header .dropdown-content .sub-menu li a {
  color: #FFFFFF;
  font-size: 0.8rem;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 1280px) {
  .site-header .dropdown-content .sub-menu li a {
    font-size: 1rem;
  }
}
.site-header.sticky {
  top: calc(-1 * var(--header-top-banner-height));
}

.site-footer {
  background-color: #ECEBEC;
  padding: 40px 0;
}
.site-footer .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .site-footer .row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.site-footer .row .col-left {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .site-footer .row .col-left {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.site-footer .row .col-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .site-footer .row .col-right {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.site-footer__content {
  max-width: 447px;
}
.site-footer__content .footer-nav {
  margin-bottom: 32px;
}
.site-footer__content .footer-nav ul {
  display: flex;
  row-gap: 10px;
  column-gap: 28px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .site-footer__content .footer-nav ul {
    justify-content: start;
    column-gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .site-footer__content .footer-nav ul {
    display: flex;
    justify-content: center;
    gap: 20px; /* adjust spacing between links as needed */
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .site-footer__content .footer-nav ul li {
    display: inline-block;
    margin: 0; /* override any vertical spacing */
  }
}
.site-footer__content .footer-nav ul li a {
  color: #EE7624;
  font-weight: 700;
  text-decoration: underline;
}
.site-footer__content .footer-nav ul li a:hover, .site-footer__content .footer-nav ul li a:focus, .site-footer__content .footer-nav ul li a.active, .site-footer__content .footer-nav ul li a:active {
  font-weight: normal;
}
.site-footer__content .footer-nav ul li a:disabled {
  color: #81ACD6;
}
@media (max-width: 767.98px) {
  .site-footer__content .footer-nav ul li a {
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .site-footer__content .footer-nav ul li a .desktop-break {
    display: inline;
  }
  .site-footer__content .footer-nav ul li a .mobile-paragraph-block p {
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
    text-align: left;
  }
  .site-footer__content .footer-nav ul li a .mobile-paragraph-block p sup {
    vertical-align: top;
    font-size: 0.65em; /* optional: normalize sup size */
  }
  .site-footer__content .footer-nav ul li a .no-wrap-mobile {
    white-space: nowrap;
    display: inline-block;
  }
}
.site-footer__content .copyright {
  margin-top: 32px;
}
.site-footer__content .copyright span {
  display: inline-block;
}
.site-footer__logo {
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__logo {
    text-align: right;
  }
}
.site-footer__logo .logo-wrap {
  display: inline-block;
  max-width: 184px;
}
.site-footer__logo .logo-wrap img {
  width: 100%;
}
.site-footer__logo.mobile {
  display: block;
}
@media (min-width: 768px) {
  .site-footer__logo.mobile {
    display: none;
  }
}
.site-footer__logo.desktop {
  display: none;
}
@media (min-width: 768px) {
  .site-footer__logo.desktop {
    display: block;
  }
}

/* page templates */
#site-home .home-hero {
  position: relative;
  overflow: hidden;
}
#site-home .home-hero::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  z-index: 2;
  background: url("../../assets/images/blur-layer.png") no-repeat;
  background-size: cover;
}
#site-home .home-hero::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 15%;
  z-index: 1;
}
#site-home .home-hero .video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
#site-home .home-hero .video-wrapper::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
#site-home .home-hero .video-wrapper::after {
  display: block;
  clear: both;
  content: "";
}
#site-home .home-hero .video-wrapper video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#site-home .home-hero .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#site-home .home-hero-inner {
  padding-top: 20%;
  padding-bottom: 10%;
}
@media (min-width: 1024px) {
  #site-home .home-hero-inner {
    padding-top: 15%;
  }
}
#site-home .home-hero-inner .hero-content .home-hero-heading {
  color: #FFFFFF;
  font-size: 31px;
  font-weight: 800;
  font-style: italic;
  line-height: 33px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 640px) {
  #site-home .home-hero-inner .hero-content .home-hero-heading {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  #site-home .home-hero-inner .hero-content .home-hero-heading {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (min-width: 1024px) {
  #site-home .home-hero-inner .hero-content .home-hero-heading {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (min-width: 1280px) {
  #site-home .home-hero-inner .hero-content .home-hero-heading {
    font-size: 110px;
    line-height: 116px;
  }
}
#site-home .home-hero-inner .hero-content .home-hero-heading span {
  display: block;
  font-size: 43px;
  line-height: 45.47px;
  margin-top: -14px;
  margin-left: 40px;
}
@media (min-width: 640px) {
  #site-home .home-hero-inner .hero-content .home-hero-heading span {
    font-size: 65px;
    line-height: 100px;
    margin-top: -36px;
    margin-left: 8%;
  }
}
@media (min-width: 768px) {
  #site-home .home-hero-inner .hero-content .home-hero-heading span {
    font-size: 85px;
    line-height: 140px;
    margin-top: -52px;
    margin-left: 12%;
  }
}
@media (min-width: 1024px) {
  #site-home .home-hero-inner .hero-content .home-hero-heading span {
    font-size: 102px;
    line-height: 140px;
    margin-top: -52px;
    margin-left: 13%;
  }
}
@media (min-width: 1280px) {
  #site-home .home-hero-inner .hero-content .home-hero-heading span {
    font-size: 153px;
    line-height: 160px;
    margin-top: -48px;
    margin-left: 10%;
  }
}
#site-home .home-hero-inner .hero-content.bottom {
  text-align: center;
  margin-top: calc(10% - 20px);
  position: relative;
}
#site-home .home-hero-inner .hero-content.bottom .home-hero-arrow-text {
  font-size: 12px;
  line-height: 17.4px;
  font-style: normal;
  color: #333333;
  text-align: left;
}
@media (min-width: 1024px) {
  #site-home .home-hero-inner .hero-content.bottom .home-hero-arrow-text {
    text-align: right;
    color: #333333;
    margin-bottom: 30px;
  }
}
#site-home .home-hero-inner .hero-content.bottom .anchor-down {
  position: relative;
  width: 49px;
  height: 49px;
  background-color: #EE7624;
  border-radius: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media (min-width: 1024px) {
  #site-home .home-hero-inner .hero-content.bottom .anchor-down {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#site-home .home-hero-inner .hero-content.bottom .anchor-down a {
  text-decoration: none;
}
#site-home .home-hero-inner .hero-content.bottom .anchor-down .icon-arrow-down {
  color: #FFFFFF;
}
#site-home .home-hero-inner .hero-content.bottom .anchor-down:hover {
  background-color: rgba(238, 118, 36, 0.6);
}
#site-home .home-hero-inner .hero-content.bottom .video-toggle {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #EE7624;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  #site-home .home-hero-inner .hero-content.bottom .video-toggle {
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 73px;
    font-size: 1.25rem;
  }
}
#site-home .home-hero-inner .hero-content.bottom .video-toggle .icon-play {
  margin-left: 4px;
}
#site-home .home-hero-inner .hero-content.bottom .video-toggle[aria-label="Play background video"] .icon-play {
  display: block;
}
#site-home .home-hero-inner .hero-content.bottom .video-toggle[aria-label="Play background video"] .icon-pause {
  display: none;
}
#site-home .home-hero-inner .hero-content.bottom .video-toggle[aria-label="Pause background video"] .icon-play {
  display: none;
}
#site-home .home-hero-inner .hero-content.bottom .video-toggle[aria-label="Pause background video"] .icon-pause {
  display: block;
  font-size: 1rem !important;
}
#site-home .home-hero-inner .hero-content.bottom .video-toggle:hover {
  background-color: #FFFFFF;
  color: #EE7624;
  border-color: #EE7624;
}
#site-home .home-hero-inner .hero-content.bottom .video-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 5px #81ACD6;
}
#site-home .shared--introduction {
  padding-bottom: 0;
  padding-top: 6px;
}
#site-home .shared--introduction .content {
  text-align: center;
  max-width: 1058px;
  margin-left: auto;
  margin-right: auto;
}
#site-home .shared--introduction .content h3 {
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #site-home .shared--introduction .content h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (min-width: 1024px) {
  #site-home .shared--introduction .content h3 {
    font-size: 32px;
    line-height: 1.3;
  }
}
#site-home .specific-conditions-card {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  #site-home .specific-conditions-card {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#site-home .specific-conditions-card .conditions-section-heading {
  text-align: center;
  margin-bottom: 40px;
}
#site-home .specific-conditions-card .conditions-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -11px;
  margin-right: -11px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  #site-home .specific-conditions-card .conditions-row {
    margin-left: -14px;
    margin-right: -14px;
  }
}
#site-home .specific-conditions-card .conditions-row .condition-item {
  padding-left: 11px;
  padding-right: 11px;
  width: 100%;
}
@media (min-width: 375px) {
  #site-home .specific-conditions-card .conditions-row .condition-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #site-home .specific-conditions-card .conditions-row .condition-item {
    width: 33.33%;
  }
}
@media (min-width: 1280px) {
  #site-home .specific-conditions-card .conditions-row .condition-item {
    width: 25%;
    padding-left: 14px;
    padding-right: 14px;
  }
}
#site-home .specific-conditions-card .conditions-row .condition-item:nth-child(2) .condition-item-inner .condition-header .condition-label, #site-home .specific-conditions-card .conditions-row .condition-item:nth-child(4) .condition-item-inner .condition-header .condition-label {
  color: #231D35;
}

/* Components */
.block-title {
  margin-bottom: 3.75rem;
  font-weight: 700;
}
.block-title h2 {
  margin-bottom: 2.1875rem;
}

.btn {
  display: inline-block;
  font-family: "trade-gothic-next", sans-serif;
  color: #FFFFFF;
  position: relative;
  background: #000000;
  text-align: center;
  transition: all 0.4s;
  text-decoration: none;
  padding: 18px 24px;
  border: 3px solid #000000;
  border-radius: 34px;
  position: relative;
  cursor: pointer;
  min-width: 200px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
}
.btn:hover {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none;
}
.btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.btn.has-icon-right {
  padding-right: 52px;
}
.btn.has-icon-right i {
  right: 24px;
  margin-left: 10px;
  display: block;
}
.btn.has-icon-left {
  padding-left: 52px;
}
.btn.has-icon-left i {
  left: 24px;
  margin-right: 10px;
  display: block;
}
.btn.btn-primary {
  background-color: #EE7624;
  border-color: #EE7624;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #FFFFFF;
  color: #EE7624;
  text-decoration: none;
  font-weight: 700;
}
.btn.btn-primary:focus {
  background-color: #FFFFFF;
  color: #EE7624;
  text-decoration: none;
  border: 3px solid #81ACD6;
}
.btn.btn-primary:disabled {
  background-color: #959595;
  color: #FFFFFF;
  text-decoration: none;
}
.btn.btn-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #EE7624;
}
.btn.btn-white:focus {
  background-color: #FFFFFF;
  color: #EE7624;
  text-decoration: none;
  border: 3px solid #81ACD6;
  font-weight: 700;
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #231D35;
  border-color: #231D35;
  color: #EE7624;
  font-weight: 700;
}
.btn.btn-orange {
  background-color: #EE7624;
  border-color: #EE7624;
  color: #FFFFFF;
  min-height: 65px;
}
.btn.btn-orange:hover, .btn.btn-orange:active, .btn.btn-orange:focus, .btn.btn-orange.active {
  background-color: transparent;
  color: #EE7624;
  text-decoration: none;
  color: #EE7624;
  font-weight: 700;
}
.btn.btn-gray {
  background-color: #6D6D6D;
  border-color: #6D6D6D;
  color: #FFFFFF;
  min-height: 65px;
}
.btn.btn-gray:hover, .btn.btn-gray:active, .btn.btn-gray:focus, .btn.btn-gray.active {
  background-color: transparent;
  color: #EE7624;
  text-decoration: none;
  color: #6D6D6D;
  font-weight: 700;
}

.advocacy-card {
  background-color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .advocacy-card {
    min-height: 398px;
  }
}
.advocacy-card .image-wrap {
  margin-bottom: 24px;
  min-height: 85px;
  display: flex;
  align-items: end;
}
.advocacy-card .image-wrap img {
  max-height: 85px;
}
.advocacy-card .description {
  margin-bottom: 24px;
}
.advocacy-card .btn-wrap {
  margin-top: 24px;
  margin-top: auto;
}
.advocacy-card .btn-wrap [data-modal^=external-modal-]:focus {
  background-color: #FFFFFF;
  color: #EE7624;
  text-decoration: none;
  border: 3px solid #81ACD6 !important;
}

.resource-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.resource-card__image {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .resource-card__image {
    margin-bottom: 41px;
  }
}
.resource-card__title {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
  color: #333333;
  margin-bottom: 24px;
}
.resource-card__desc {
  margin-bottom: 32px;
}
.resource-card .btn-wrap {
  margin-top: auto;
}

.cta-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 0px 20px 0px #6E6593;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 24px;
}
@media (min-width: 1024px) {
  .cta-card {
    padding: 50px 25px;
  }
}
.cta-card__icon {
  max-width: 80px;
  margin: 0 auto 24px;
}
@media (min-width: 1024px) {
  .cta-card__icon {
    margin-bottom: 37px;
  }
}
.cta-card__heading {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 20px;
  color: #231D35;
}
@media (min-width: 1024px) {
  .cta-card__heading {
    font-size: 2rem;
  }
}
.cta-card__desc {
  font-weight: 700;
  max-width: 426px;
  margin: 0 auto 32px;
  color: #231D35;
}
.cta-card .btn-wrap {
  margin-top: auto;
}
.cta-card .btn-wrap .btn {
  text-transform: initial;
}

.condition-card {
  position: relative;
}
.condition-card:hover .media img {
  transform: scale(1.2);
}
.condition-card .condition-header {
  position: absolute;
  z-index: 0;
  min-height: 60px;
  max-height: 100px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  padding: 10px 13px 11px 13px;
  border-radius: 19px 19px 0px 0px;
}
@media (min-width: 768px) {
  .condition-card .condition-header {
    min-height: 100px;
    border-radius: 26px 26px 0px 0px;
    padding: 18px 14px 18px 14px;
  }
}
@media (min-width: 1024px) {
  .condition-card .condition-header {
    border-radius: 30px 30px 0px 0px;
  }
}
@media (min-width: 1512px) {
  .condition-card .condition-header {
    border-radius: 39px 39px 0px 0px;
  }
}
.condition-card .condition-header .condition-label {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 700;
  color: #FFFFFF;
  flex: 1;
}
@media (min-width: 768px) {
  .condition-card .condition-header .condition-label {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .condition-card .condition-header .condition-label {
    font-size: 20px;
    line-height: 24px;
  }
}
.condition-card .condition-header .arrow-circle {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #EE7624;
}
@media (min-width: 1024px) {
  .condition-card .condition-header .arrow-circle {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.condition-card .media {
  width: 100%;
  position: relative;
  z-index: -1;
  border-radius: 39px;
  overflow: hidden;
}
.condition-card .media img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.condition-item:nth-child(2) .condition-label, .condition-item:nth-child(4) .condition-label {
  color: #231D35;
}

.inside-ptc-card {
  background-color: #FFFFFF;
}
.inside-ptc-card .popup-trigger {
  display: inline-block;
  width: 100%;
}
.inside-ptc-card .popup-trigger img {
  width: 100%;
}
.inside-ptc-card .content .btn-transcript {
  text-align: right;
  margin-top: 8px;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .inside-ptc-card .content .btn-transcript {
    margin-bottom: 2rem;
  }
}
.inside-ptc-card .content .video-header {
  color: #333333;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .inside-ptc-card .content .video-header {
    margin-bottom: 2rem;
  }
}

.accordion-item {
  padding: 0 0 0 24px;
  border-top: 1px solid #231D35;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .accordion-item {
    padding: 0 0 0 24px;
  }
}
.accordion-item__heading {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #231D35;
  padding: 16px 50px 23px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .accordion-item__heading {
    padding: 16px 80px 23px 0;
  }
}
.accordion-item__heading:before {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  top: 20px;
  right: 0;
  width: 42px;
  height: 42px;
  background: #EE7624;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  transition: all 0.35s linear;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .accordion-item__heading:before {
    right: 24px;
  }
}
.accordion-item.expanded .accordion-item__heading:before {
  transform: rotate(-180deg);
}
.accordion-item.expanded .accordion-item__content {
  margin-bottom: 24px;
}
.accordion-item:last-of-type {
  border-bottom: 1px solid #231D35;
}
.accordion-item__content {
  max-width: 1190px;
  color: #4D495A;
}
.accordion-item__content .inner-faq .icon {
  display: flex;
  align-items: start;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .accordion-item__content .inner-faq .icon {
    align-items: center;
  }
}
.accordion-item__content .inner-faq .icon img {
  display: block;
  margin-right: 24px;
  max-width: 40px;
}
@media (min-width: 1024px) {
  .accordion-item__content .inner-faq .icon img {
    max-width: 80px;
  }
}
.accordion-item__content .accordion-intro {
  margin-bottom: 40px;
}
.accordion-item__content .accordion-signoff p:not(:first-child) {
  font-size: 12px;
}

#site-dmd .faq-accordion .accordion-item__content .accordion-signoff sup {
  vertical-align: super;
}

#site-home .popmake,
#site-dmd .popmake {
  border: 8px solid #FFFFFF;
  border-radius: 19px;
  position: relative;
  box-shadow: 0px 0px 29.696px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
}
#site-home .popmake .pum-title,
#site-dmd .popmake .pum-title {
  max-width: 1337px !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#site-home .popmake .pum-close,
#site-dmd .popmake .pum-close {
  width: 46px;
  height: 46px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  flex: 1;
  align-items: center;
  border-radius: 100%;
  color: #EE7624;
  font-size: 46px;
}
@media (min-width: 1024px) {
  #site-home .popmake .pum-close,
  #site-dmd .popmake .pum-close {
    width: 66px;
    height: 66px;
    top: -60px;
    right: -50px;
    font-size: 66px;
  }
}

#site-dmd .popmake {
  border-width: 13px;
}

.modal-trigger {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999999999;
  background-color: rgba(0, 0, 0, 0.54);
}
.modal.open {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .modal.open {
    overflow-y: scroll;
  }
}
.modal__content {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 20px;
}
.modal.video-modal .modal__container {
  padding: 24px;
  width: 98%;
}
@media (min-width: 1024px) {
  .modal.video-modal .modal__container {
    padding: 100px 50px 50px 50px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal.video-modal .modal__close {
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  position: absolute;
  right: -25px;
  top: -30px;
  border-color: transparent;
  outline: none;
  font-size: 1.25rem;
  color: #EE7624;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .modal.video-modal .modal__close {
    right: -41px;
    top: -46px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .modal.video-modal .modal__close {
    width: 60px;
    height: 60px;
  }
}
.modal.video-modal .modal__content {
  max-width: 1337px;
  width: 100%;
  padding: 13px;
}
.modal.video-modal .modal__content .video-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.modal.video-modal .modal__content .video-container::before {
  display: block;
  content: "";
  padding: 56.25% 0px 0px;
}
.modal.video-modal .modal__content .video-container::after {
  display: block;
  clear: both;
  content: "";
}
.modal.video-modal .modal__content .video-container video,
.modal.video-modal .modal__content .video-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal.external-modal .modal__container {
  width: 98%;
  padding: 20px;
}
@media (min-width: 1024px) {
  .modal.external-modal .modal__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 935px;
  }
}
.modal.external-modal .modal__content {
  padding: 30px;
  height: 620px;
  overflow-y: scroll;
}
@media (min-width: 640px) {
  .modal.external-modal .modal__content {
    height: 100%;
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .modal.external-modal .modal__content {
    padding: 76px 83px;
  }
}
.modal.external-modal .modal__content .content-wrapper .top-content {
  text-align: center;
  margin-bottom: 40px;
}
.modal.external-modal .modal__content .content-wrapper .top-content em {
  font-style: italic;
}
.modal.external-modal .modal__content .content-wrapper .btn-wrap {
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .modal.external-modal .modal__content .content-wrapper .btn-wrap {
    margin-bottom: 60px;
  }
}
.modal.external-modal .modal__content .content-wrapper .bottom-content {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.4px;
}
.modal.external-modal .modal__content .content-wrapper .bottom-content em {
  font-style: italic;
}
.modal.download-pdf-modal .modal__container {
  width: 98%;
  max-width: 896px;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .modal.download-pdf-modal .modal__container {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal.download-pdf-modal .modal__container {
    max-height: 50vh;
  }
}
.modal.download-pdf-modal .modal__container .modal__content {
  position: relative;
  padding: 69px 65px 29px;
}
@media (min-width: 1024px) {
  .modal.download-pdf-modal .modal__container .modal__content {
    padding: 63px 100px 66px;
  }
}
.modal.download-pdf-modal .modal__container .modal__content .content-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .modal.download-pdf-modal .modal__container .modal__content .content-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .modal.download-pdf-modal .modal__container .modal__content .content-wrapper::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 100%;
    background-color: #3E961C;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .modal.download-pdf-modal .modal__container .modal__content .content-wrapper .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.modal.download-pdf-modal .modal__container .modal__content .content-wrapper .content strong {
  display: block;
  margin-bottom: 24px;
}
.modal.download-pdf-modal .modal__container .modal__content .content-wrapper .content .media img {
  margin-bottom: 24px;
}
.modal.download-pdf-modal .modal__container .modal__content .content-wrapper .content.left {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .modal.download-pdf-modal .modal__container .modal__content .content-wrapper .content.left {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .modal.download-pdf-modal .modal__container .modal__content .content-wrapper .content.left {
    width: 40%;
  }
}
.modal.download-pdf-modal .modal__container .modal__content .content-wrapper .content.right {
  width: 100%;
}
@media (min-width: 1024px) {
  .modal.download-pdf-modal .modal__container .modal__content .content-wrapper .content.right {
    width: 40%;
  }
}
.modal.download-pdf-modal .modal__container .modal__content .modal__close {
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  border-color: transparent;
  outline: none;
  font-size: 2.1875rem;
  color: #EE7624;
  cursor: pointer;
  right: 0;
  top: 0;
  padding-top: 10px;
  padding-right: 10px;
}

/*Error*/
.error-page {
  padding: 32px 0 80px;
}
@media (min-width: 1024px) {
  .error-page {
    padding: 92px 0;
  }
}
.error-page__intro {
  text-align: center;
}
.error-page__intro .btn-wrap {
  margin-top: 3.25rem;
}
.error-page__intro .btn-wrap .btn-primary {
  min-width: 200px;
}

/* Sections */
.indication--anchor-link {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .indication--anchor-link {
    padding-bottom: 100px;
  }
}
.indication--anchor-link .anchor-link-wrapper {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.indication--anchor-link .anchor-icon {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.indication--anchor-link .anchor-icon img {
  width: 100%;
}
.indication--anchor-link .anchor-down {
  text-align: center;
  margin-top: 2rem;
}
.indication--anchor-link .anchor-down a {
  width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  background-color: #EE7624;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}

.connect-case-manager {
  background-color: #EE7624;
  padding: 40px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .connect-case-manager {
    padding: 57px 0;
  }
}
@media (min-width: 1024px) {
  .connect-case-manager {
    padding: 73px 0;
  }
}
.connect-case-manager .plus-icon {
  display: none;
}
@media (min-width: 1024px) {
  .connect-case-manager .plus-icon {
    display: block;
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 1;
  }
}
.connect-case-manager .connect-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1024px) {
  .connect-case-manager .connect-row {
    justify-content: space-between;
  }
}
.connect-case-manager .connect-row .connect-content {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 1024px) {
  .connect-case-manager .connect-row .connect-content {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .connect-case-manager .connect-row .connect-content {
    flex: 0 0 49%;
  }
}
.connect-case-manager .connect-row .connect-content-inner {
  background-color: #FFFFFF;
  padding: 32px 24px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (min-width: 1024px) {
  .connect-case-manager .connect-row .connect-content-inner {
    padding: 74px 69px 74px 0;
    border-radius: 0 20% 20% 0;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .connect-case-manager .connect-row .connect-content-inner {
    border-radius: 0 35% 35% 0;
  }
}
@media (min-width: 1024px) {
  .connect-case-manager .connect-row .connect-content-inner::before {
    position: absolute;
    content: "";
    background-color: #FFFFFF;
    left: -100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0 20% 20% 0;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .connect-case-manager .connect-row .connect-content-inner::before {
    border-radius: 0 35% 35% 0;
  }
}
.connect-case-manager .connect-row .connect-content-inner a.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .connect-case-manager .connect-row .connect-content-inner a.desktop-only {
    display: inline-block;
    width: max-content;
  }
}
.connect-case-manager .connect-row .connect-content-inner h2 {
  margin-bottom: 0;
}
.connect-case-manager .connect-row .connect-content .users-icon {
  display: none;
}
@media (min-width: 1024px) {
  .connect-case-manager .connect-row .connect-content .users-icon {
    display: block;
    position: absolute;
    top: -22px;
    left: -40px;
    z-index: 1;
  }
}
.connect-case-manager .connect-row .connect-media {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .connect-case-manager .connect-row .connect-media {
    flex: 0 0 50%;
  }
}
@media (min-width: 1280px) {
  .connect-case-manager .connect-row .connect-media {
    flex: 0 0 45%;
  }
}
.connect-case-manager .connect-row .connect-media a.mobile-only {
  display: inline-block;
  width: max-content;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .connect-case-manager .connect-row .connect-media a.mobile-only {
    display: none;
  }
}

.insurance-help {
  background-color: #6BC04B;
  position: relative;
  overflow: hidden;
}
.insurance-help .insurance-help-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .insurance-help .insurance-help-row {
    justify-content: space-between;
  }
}
.insurance-help .insurance-help-row .insurance-help-content {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 24px;
  font-weight: 700;
  display: inline-flex;
  flex-direction: column;
  row-gap: 32px;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .insurance-help .insurance-help-row .insurance-help-content {
    padding: 57px 0;
  }
}
@media (min-width: 1024px) {
  .insurance-help .insurance-help-row .insurance-help-content {
    row-gap: 40px;
    flex: 0 0 48%;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .insurance-help .insurance-help-row .insurance-help-content {
    padding: 73px 0;
    flex: 0 0 45%;
  }
}
.insurance-help .insurance-help-row .insurance-help-content h2 {
  margin-bottom: 0;
}
.insurance-help .insurance-help-row .insurance-help-content a.desktop-only {
  width: max-content;
  min-width: 200px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .insurance-help .insurance-help-row .insurance-help-content a.desktop-only {
    margin: 0;
  }
}
.insurance-help .insurance-help-row .insurance-help-content .insurance-image.mobile-only {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .insurance-help .insurance-help-row .insurance-help-content .insurance-image.mobile-only {
    display: none;
  }
}
.insurance-help .insurance-help-row .insurance-help-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .insurance-help .insurance-help-row .insurance-help-media {
    max-width: 520px;
  }
}
@media (min-width: 1280px) {
  .insurance-help .insurance-help-row .insurance-help-media {
    max-width: 712px;
  }
}
@media (min-width: 1512px) {
  .insurance-help .insurance-help-row .insurance-help-media {
    max-width: 769px;
  }
}
.insurance-help .insurance-help-row .insurance-help-media img {
  border-radius: 35% 0 0 35%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.insurance-help .insurance-help-row .insurance-help-media a.mobile-only {
  display: inline-block;
  width: max-content;
  margin: 32px auto 0;
}
@media (min-width: 1024px) {
  .insurance-help .insurance-help-row .insurance-help-media a.mobile-only {
    display: none;
  }
}

.caregiver-stories {
  padding-top: 0;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .caregiver-stories {
    padding-bottom: 100px;
  }
}

#site-dmd .caregiver-stories {
  padding-top: 105px;
}
@media (min-width: 1024px) {
  #site-dmd .caregiver-stories {
    padding-top: 125px;
  }
}

.indication--advocacy {
  background-color: #6BC04B;
  padding-top: 80px;
  padding-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .indication--advocacy {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .indication--advocacy {
    padding-bottom: 0;
  }
}
.indication--advocacy .cards-wrapper .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.indication--advocacy .cards-wrapper .row .col {
  padding-left: 12px;
  padding-right: 12px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .indication--advocacy .cards-wrapper .row .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .indication--advocacy .cards-wrapper .row .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5rem;
  }
}

.indication--resources {
  padding: 80px 0 20px;
}
@media (min-width: 1024px) {
  .indication--resources {
    padding: 100px 0 76px;
  }
}
.indication--resources .block-title {
  margin-bottom: 40px;
}
.indication--resources .block-title h2 {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .indication--resources .block-title {
    margin-bottom: 72px;
  }
}
.indication--resources .cards-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.indication--resources .cards-wrapper .row .col {
  padding-left: 12px;
  padding-right: 12px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .indication--resources .cards-wrapper .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .indication--resources .cards-wrapper .row .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 24px;
  }
}

.support-contact {
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .support-contact {
    padding-top: 100px;
  }
}
.support-contact__title {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .support-contact__title {
    margin-bottom: 20px;
  }
}
.support-contact__title h1 {
  margin-bottom: 0;
  color: #231D35;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .support-contact__title h1 {
    font-size: 2.25rem;
  }
}
.support-contact__intro {
  max-width: 342px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #231D35;
}
@media (min-width: 1024px) {
  .support-contact__intro {
    max-width: 1178px;
  }
}
.support-contact__intro br {
  display: none;
}
.support-contact__intro h5 {
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #231D35;
}
.support-contact__intro h4 {
  margin-bottom: 10px;
}
.support-contact__intro h3 {
  margin-top: 50px;
}
.support-contact__intro .description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 16px;
}
.support-contact__intro span {
  display: block;
}
@media (min-width: 1024px) {
  .support-contact__intro span {
    display: inline;
  }
}
.support-contact__intro span a:hover {
  color: rgba(238, 118, 36, 0.8);
  text-decoration: none;
}
.support-contact__intro strong {
  display: block;
}
.support-contact__intro small {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  #site-insurance-form-success .support-contact .container,
  #site-contsent-form-success .support-contact .container {
    max-width: 1038px;
    padding: 0;
  }
}
#site-insurance-form-success .support-contact__title,
#site-contsent-form-success .support-contact__title {
  margin-bottom: 60px;
}
#site-insurance-form-success .support-contact__title h1,
#site-contsent-form-success .support-contact__title h1 {
  font-size: 40px;
  font-style: italic;
  font-weight: 800;
  line-height: 52px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #site-insurance-form-success .support-contact__title h1,
  #site-contsent-form-success .support-contact__title h1 {
    font-size: 57px;
    line-height: 75.6px;
  }
}
@media (min-width: 1024px) {
  #site-insurance-form-success .support-contact__title h1,
  #site-contsent-form-success .support-contact__title h1 {
    font-size: 72px;
  }
}

#site-contsent-form-success {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
#site-contsent-form-success .support-contact__title {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 480px) {
  #site-contsent-form-success .support-contact__title h1 {
    font-size: 2.25rem;
  }
}
#site-contsent-form-success .support-contact__intro {
  max-width: 858px;
}
#site-contsent-form-success .support-contact__intro h3 {
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  #site-contsent-form-success .support-contact__intro h3 {
    font-size: 32px;
    line-height: 1.3;
  }
}
#site-contsent-form-success .support-contact__intro .btn-wrapper {
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  #site-contsent-form-success .support-contact__intro .btn-wrapper {
    padding-bottom: 80px;
  }
}

.faq-accordion {
  padding: 60px 0 0;
}

.faq-section-group {
  margin-bottom: 62px;
}
@media (min-width: 1024px) {
  .faq-section-group {
    margin-bottom: 100px;
  }
}
.faq-section-group:last-of-type {
  margin-bottom: 0;
}
.faq-section-group h2 {
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .faq-section-group h2 {
    margin-bottom: 48px;
  }
}
.faq-section-group .accordion-items .inner-faq .accordion-icon {
  padding-top: 7px;
}

.footnote-list {
  font-size: 12px;
  padding-top: 1rem;
}
.footnote-list li {
  padding-left: 5px;
  position: relative;
}
.footnote-list sup {
  position: absolute;
  left: 0;
  top: 8px;
}
.footnote-list sup.middle {
  top: 10px;
  font-size: 12px;
}

/* Shared Sections */
.case-manager-lookup {
  background-color: #ECEBEC;
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .case-manager-lookup {
    padding: 0;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .case-manager-lookup .content-wrapper {
    background-color: #ECEBEC;
    border-radius: 20px;
    padding: 80px 73px;
  }
}
.case-manager-lookup .content-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.case-manager-lookup .content-wrapper .row .col-left {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .case-manager-lookup .content-wrapper .row .col-left {
    flex: 0 0 52%;
    max-width: 52%;
    padding-bottom: 0;
  }
}
.case-manager-lookup .content-wrapper .row .col-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .case-manager-lookup .content-wrapper .row .col-right {
    flex: 0 0 46%;
    max-width: 46%;
  }
}
.case-manager-lookup .content-wrapper .content-left .case-manager-intro ul {
  margin-top: 1.25rem;
}
.case-manager-lookup .content-wrapper .content-left .case-manager-intro ul li {
  position: relative;
  padding-left: 14px;
}
.case-manager-lookup .content-wrapper .content-left .case-manager-intro ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.case-manager-lookup .content-wrapper .content-left .case-manager-intro ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333333;
}
.case-manager-lookup .content-wrapper .content-left .form-wrapper {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .case-manager-lookup .content-wrapper .content-left .form-wrapper {
    margin-top: 3.5rem;
  }
}
.case-manager-lookup .content-wrapper .content-left .form-wrapper .case-manager-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.case-manager-lookup .content-wrapper .content-left .form-wrapper .input-wrap {
  display: flex;
}
.case-manager-lookup .content-wrapper .content-left .form-wrapper .input-wrap .form-group {
  margin-bottom: 0;
  max-width: 100%;
  min-width: auto;
}
.case-manager-lookup .content-wrapper .content-left .form-wrapper .input-wrap .form-group input {
  display: inline-block;
  border-radius: 6px 0px 0px 6px;
  border: 1px solid #A1A1A1;
  background-color: #FFFFFF;
  padding: 10px;
  height: 48px;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #333333;
  min-width: auto;
}
.case-manager-lookup .content-wrapper .content-left .form-wrapper .input-wrap .form-group input:focus {
  outline: none;
}
.case-manager-lookup .content-wrapper .content-left .form-wrapper .input-wrap .form-group input::placeholder {
  font-size: 0px;
}
.case-manager-lookup .content-wrapper .content-left .form-wrapper .input-wrap .btn-search {
  font-family: "trade-gothic-next", sans-serif;
  background-color: #EE7624;
  border-radius: 0px 6px 6px 0px;
  color: #FFFFFF;
  border: 1px solid #EE7624;
  outline: none;
  font-size: 1.125rem;
  line-height: 1.3;
  padding: 8px 24px;
  cursor: pointer;
  transition: all 0.3s;
}
.case-manager-lookup .content-wrapper .content-left .form-wrapper .input-wrap .btn-search:hover {
  opacity: 0.8;
}
.case-manager-lookup .content-wrapper .case-manager-help-box {
  text-align: center;
}
@media (min-width: 1024px) {
  .case-manager-lookup .content-wrapper .case-manager-help-box {
    margin-top: 0;
  }
}
.case-manager-lookup .content-wrapper .case-manager-help-box .help-icon {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.case-manager-lookup .content-wrapper .case-manager-help-box h3 {
  font-size: 2.6875rem;
  line-height: 1.18;
  font-weight: 800;
}
.case-manager-lookup .content-wrapper .case-manager-help-box p strong span {
  font-size: 0.875rem;
  line-height: 1.6;
}
.shared--introduction {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .shared--introduction {
    padding-top: 60px;
  }
}
.shared--introduction .content h2 {
  color: #231D35;
}
.shared--introduction.has-video .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.shared--introduction.has-video .row .col-left {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .shared--introduction.has-video .row .col-left {
    flex: 0 0 51%;
    max-width: 51%;
  }
}
.shared--introduction.has-video .row .col-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .shared--introduction.has-video .row .col-right {
    flex: 0 0 47%;
    max-width: 47%;
  }
}
.shared--introduction.has-video .content {
  max-width: 670px;
}
.shared--introduction.has-video .intro-video {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .shared--introduction.has-video .intro-video {
    margin-top: 0;
  }
}
.shared--introduction.full-width .row .col-full {
  width: 100%;
}

.cta-group {
  padding: 80px 0 56px;
}
@media (min-width: 1024px) {
  .cta-group {
    padding: 100px 0 76px;
  }
}
.cta-group .cards-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.cta-group .cards-wrapper .row .col {
  padding-left: 12px;
  padding-right: 12px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 640px) {
  .cta-group .cards-wrapper .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.contact-help-wrapper {
  padding-top: 13.687rem;
}
@media (min-width: 1024px) {
  .contact-help-wrapper {
    padding-top: 0;
  }
}

.contact-help {
  background: #FFA66A;
  position: relative;
}
.contact-help .contact-help-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .contact-help .contact-help-row {
    justify-content: space-between;
  }
}
.contact-help .contact-help-row .contact-help-content {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 24px;
  font-weight: 700;
  display: inline-flex;
  flex-direction: column;
  row-gap: 32px;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .contact-help .contact-help-row .contact-help-content {
    padding: 57px 0;
  }
}
@media (min-width: 1024px) {
  .contact-help .contact-help-row .contact-help-content {
    row-gap: 40px;
    flex: 0 0 48%;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .contact-help .contact-help-row .contact-help-content {
    padding: 73px 0;
    flex: 0 0 51%;
  }
}
.contact-help .contact-help-row .contact-help-content h2 {
  margin-bottom: 0;
}
.contact-help .contact-help-row .contact-help-content a.desktop-only {
  width: max-content;
  min-width: 200px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .contact-help .contact-help-row .contact-help-content a.desktop-only {
    margin: 0;
  }
}
.contact-help .contact-help-row .contact-help-content__text {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #231D35;
}
@media (min-width: 1024px) {
  .contact-help .contact-help-row .contact-help-content__text {
    line-height: 1.6;
  }
}
.contact-help .contact-help-row .contact-help-content__text small {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .contact-help .contact-help-row .contact-help-content__text small {
    line-height: 1.6;
  }
}
.contact-help .contact-help-row .contact-help-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .contact-help .contact-help-row .contact-help-media {
    max-width: 520px;
  }
}
@media (min-width: 1280px) {
  .contact-help .contact-help-row .contact-help-media {
    max-width: 712px;
  }
}
@media (min-width: 1512px) {
  .contact-help .contact-help-row .contact-help-media {
    max-width: 769px;
  }
}
.contact-help .contact-help-row .contact-help-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.contact-help .contact-help-row .contact-help-media a.mobile-only {
  display: inline-block;
  width: max-content;
  margin: 32px auto 0;
}
@media (min-width: 1024px) {
  .contact-help .contact-help-row .contact-help-media a.mobile-only {
    display: none;
  }
}
.contact-help .contact-help-row .contact-help-media.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .contact-help .contact-help-row .contact-help-media.desktop-only {
    display: block;
  }
}
.contact-help .contact-help-image.mobile-only {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .contact-help .contact-help-image.mobile-only {
    display: none;
  }
}
.contact-help .contact-help-image.mobile-only img {
  margin-top: -13.687rem;
}

.contact-help .no-break {
  white-space: nowrap;
}
.contact-help .no-break a {
  color: #231D35;
}
.contact-help .no-break a:hover {
  color: rgba(35, 29, 53, 0.8);
  text-decoration: none;
}

.no-break {
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .shared--hero .container-wide .row {
    display: flex;
    justify-content: space-between;
  }
}
.shared--hero .container-wide .row .col {
  flex: 1;
  background-size: cover;
}
@media (min-width: 1024px) {
  .shared--hero .container-wide .row .col {
    background-size: auto;
  }
}
.shared--hero .container-wide .row .text-wrap .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 220px;
}
@media (min-width: 1024px) {
  .shared--hero .container-wide .row .text-wrap .inner {
    padding-bottom: 20px;
  }
}
.shared--hero .container-wide .row .text-wrap .inner .banner-content {
  margin: auto;
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .shared--hero .container-wide .row .text-wrap .inner .banner-content {
    padding: 30px 30px 20px 78px;
  }
}
@media (min-width: 1280px) {
  .shared--hero .container-wide .row .text-wrap .inner .banner-content {
    padding: 0 20px 20px 0;
    max-width: 520px;
  }
}
@media (min-width: 1512px) {
  .shared--hero .container-wide .row .text-wrap .inner .banner-content {
    padding: 0 20px 20px 60px;
    max-width: 540px;
  }
}
.shared--hero .container-wide .row .text-wrap .inner .banner-content .hero-description {
  font-weight: 700;
}
.shared--hero .container-wide .row .text-wrap .inner i {
  display: none;
  position: absolute;
  height: 30px;
  width: 30px;
  z-index: 1;
  background-size: 100%;
}
.shared--hero .container-wide .row .text-wrap .inner i.icon1 {
  top: 8px;
  left: 3px;
}
@media (min-width: 768px) {
  .shared--hero .container-wide .row .text-wrap .inner i.icon1 {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 20px;
  }
}
.shared--hero .container-wide .row .text-wrap .inner i.icon2 {
  top: 15px;
  right: 10px;
}
@media (min-width: 768px) {
  .shared--hero .container-wide .row .text-wrap .inner i.icon2 {
    width: 45px;
    height: 45px;
    top: 10px;
    right: 10px;
  }
}
.shared--hero .container-wide .row .text-wrap .inner i.icon3 {
  height: 70px;
  width: 60px;
  top: 8%;
  right: 20%;
}
.shared--hero .container-wide .row .text-wrap .inner i.icon4 {
  height: 80px;
  width: 70px;
  top: 25%;
  right: 60%;
}
.shared--hero .container-wide .row .text-wrap .inner i.icon5 {
  height: 70px;
  width: 60px;
  bottom: 50%;
  right: 10px;
}
@media (min-width: 768px) {
  .shared--hero .container-wide .row .text-wrap .inner i.icon5 {
    bottom: 0;
  }
}
.shared--hero .container-wide .row .text-wrap .inner i.icon6 {
  height: 70px;
  width: 60px;
  bottom: 50%;
  right: 10px;
}
@media (min-width: 1280px) {
  .shared--hero .container-wide .row .text-wrap .inner i.icon6 {
    height: 75px;
    width: 100px;
  }
}
.shared--hero .container-wide .row h1 {
  font-style: italic;
}
.shared--hero .img-wrap {
  padding: 0 23px;
  margin-top: -235px;
  position: relative;
}
@media (min-width: 1024px) {
  .shared--hero .img-wrap {
    margin-top: 0;
  }
}
.shared--hero .img-wrap img {
  margin: auto;
}
@media (min-width: 1024px) {
  .shared--hero .img-wrap img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}
@media (min-width: 1024px) {
  .shared--hero .img-wrap {
    padding: 0;
  }
}
.shared--hero .img-wrap .hero-right {
  display: none;
}
@media (min-width: 1024px) {
  .shared--hero .img-wrap .hero-right {
    display: block;
    width: 100%;
  }
}
.shared--hero .img-wrap .mobile-hero-signoff {
  text-align: center;
  font-size: 0.75rem;
  color: #000000;
}
@media (min-width: 1024px) {
  .shared--hero .img-wrap .mobile-hero-signoff {
    position: absolute;
    bottom: 18px;
    left: 20px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .shared--hero .img-wrap .mobile-hero-signoff {
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .shared--hero .img-wrap .mobile-hero-signoff .desktop-break {
    display: none;
  }
}

#site-about-us .shared--hero {
  color: #FFFFFF;
  margin-bottom: -30px;
}
@media (min-width: 1024px) {
  #site-about-us .shared--hero {
    position: relative;
    background-position: bottom center !important;
  }
}
#site-about-us .shared--hero .inner {
  padding-bottom: 0;
}
#site-about-us .shared--hero h1 {
  color: #FFFFFF;
}
#site-about-us .shared--hero .img-wrap {
  margin-top: 0;
}
@media (min-width: 1024px) {
  #site-about-us .shared--hero .img-wrap {
    padding-right: 20px;
    margin-bottom: -30px;
  }
}

#site-fa .shared--hero .text-wrap,
#site-dmd .shared--hero .text-wrap {
  color: #231D35;
  background: linear-gradient(103deg, #EE7624 0%, #FFA66A 130.5%) !important;
}
#site-fa .shared--hero .text-wrap .inner h1,
#site-dmd .shared--hero .text-wrap .inner h1 {
  color: #231D35;
}
#site-fa .shared--hero .text-wrap .inner i.icon1,
#site-dmd .shared--hero .text-wrap .inner i.icon1 {
  display: inline-block;
  background: url(../../assets/images/connect.png) no-repeat center;
  background-size: 100%;
}
@media (min-width: 768px) {
  #site-fa .shared--hero .text-wrap .inner i.icon1,
  #site-dmd .shared--hero .text-wrap .inner i.icon1 {
    height: 90px;
    width: 90px;
  }
}
#site-fa .shared--hero .text-wrap .inner i.icon2,
#site-dmd .shared--hero .text-wrap .inner i.icon2 {
  display: inline-block;
  background: url(../../assets/images/Heart-handshake.png) no-repeat center;
  background-size: 100%;
  transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  -moz-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -o-transform: rotate(13deg);
}
#site-fa .shared--hero .text-wrap .inner i.icon3,
#site-dmd .shared--hero .text-wrap .inner i.icon3 {
  display: inline-block;
  background: url(../../assets/images/connect-heart-handshake.png) no-repeat center;
  background-size: 100%;
}
#site-fa .shared--hero .text-wrap .inner i.icon4,
#site-dmd .shared--hero .text-wrap .inner i.icon4 {
  display: inline-block;
  background: url(../../assets/images/pharmacies-1.png) no-repeat center;
  background-size: 100%;
}
#site-fa .shared--hero .text-wrap .inner i.icon5,
#site-dmd .shared--hero .text-wrap .inner i.icon5 {
  display: inline-block;
  background: url(../../assets/images/connects.png) no-repeat center;
  background-size: 100%;
}
@media (min-width: 768px) {
  #site-fa .shared--hero .text-wrap .inner i.icon5,
  #site-dmd .shared--hero .text-wrap .inner i.icon5 {
    bottom: 20px;
  }
}
@media (min-width: 768px) {
  #site-fa .shared--hero .text-wrap .inner i.icon6,
  #site-dmd .shared--hero .text-wrap .inner i.icon6 {
    top: 50%;
    right: 10px;
    height: 40px;
    width: 60px;
    display: inline-block;
    background: url(../../assets/images/emotional-support.png) no-repeat center;
    background-size: 100%;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #site-fa .shared--hero .text-wrap .inner i.icon6,
  #site-dmd .shared--hero .text-wrap .inner i.icon6 {
    height: 75px;
    width: 100px;
  }
}
@media (min-width: 768px) {
  #site-fa .shared--hero .text-wrap .inner i.icon7,
  #site-dmd .shared--hero .text-wrap .inner i.icon7 {
    bottom: 10px;
    left: 10px;
    height: 80px;
    width: 90px;
    display: inline-block;
    background: url(../../assets/images/icons-group.png) no-repeat center;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  #site-fa .shared--hero .text-wrap .inner i.icon7,
  #site-dmd .shared--hero .text-wrap .inner i.icon7 {
    height: 140px;
    width: 120px;
  }
}

@media (min-width: 1024px) {
  #site-dmd .mobile-hero-signoff {
    max-width: 221px;
  }
}

#site-aadc .shared--hero .text-wrap {
  color: #231D35;
  background: linear-gradient(103deg, #6BC04B 0%, #AFE39B 133.02%) !important;
}
#site-aadc .shared--hero .text-wrap .inner h1 {
  color: #231D35;
}
#site-aadc .shared--hero .text-wrap .inner i.icon1 {
  display: inline-block;
  background: url(../../assets/images/aadc/icon1.png) no-repeat center;
  background-size: 100%;
  width: 50px;
  height: 40px;
}
@media (min-width: 768px) {
  #site-aadc .shared--hero .text-wrap .inner i.icon1 {
    height: 90px;
    width: 90px;
  }
}
#site-aadc .shared--hero .text-wrap .inner i.icon2 {
  display: inline-block;
  background: url(../../assets/images/aadc/icon2.png) no-repeat center;
  background-size: 100%;
  height: 75px;
  width: 70px;
  right: -33px;
  transform: scaleX(-1);
}
@media (min-width: 1024px) {
  #site-aadc .shared--hero .text-wrap .inner i.icon2 {
    right: 10px;
    transform: none;
    top: 10%;
  }
}
@media (min-width: 1280px) {
  #site-aadc .shared--hero .text-wrap .inner i.icon2 {
    height: 130px;
    width: 100px;
  }
}
#site-aadc .shared--hero .text-wrap .inner i.icon3 {
  display: inline-block;
  background: url(../../assets/images/aadc/icon3.png) no-repeat center;
  background-size: 100%;
  height: 100px;
  top: 10%;
  right: 35%;
}
@media (min-width: 1280px) {
  #site-aadc .shared--hero .text-wrap .inner i.icon3 {
    top: 25%;
  }
}
#site-aadc .shared--hero .text-wrap .inner i.icon4 {
  display: inline-block;
  background: url(../../assets/images/aadc/icon4.png) no-repeat center;
  background-size: 100%;
  top: 23%;
  height: 100px;
  width: 45px;
  right: 20px;
}
@media (min-width: 1024px) {
  #site-aadc .shared--hero .text-wrap .inner i.icon4 {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 1280px) {
  #site-aadc .shared--hero .text-wrap .inner i.icon4 {
    height: 130px;
    width: 65px;
    bottom: 10px;
  }
}
@media (min-width: 1024px) {
  #site-aadc .shared--hero .text-wrap .inner i.icon5 {
    bottom: 20px;
    display: inline-block;
    background: url(../../assets/images/aadc/icon5.png) no-repeat center;
    background-size: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #site-aadc .shared--hero .text-wrap .inner i.icon5 {
    left: 10px;
    bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #site-aadc .shared--hero .text-wrap .inner i.icon5 {
    left: 10px;
    bottom: 5px;
    width: 95px;
    height: 100px;
  }
}

#site-pku .shared--hero .text-wrap {
  color: #FFFFFF;
  background: linear-gradient(131deg, #4D495A 0%, #6E6593 126.45%) !important;
}
#site-pku .shared--hero .text-wrap .inner h1 {
  color: #FFFFFF;
}
#site-pku .shared--hero .text-wrap .inner i.icon1 {
  display: inline-block;
  background: url(../../assets/images/pku/icon1.png) no-repeat center;
  background-size: 100%;
  width: 50px;
  height: 40px;
}
@media (min-width: 768px) {
  #site-pku .shared--hero .text-wrap .inner i.icon1 {
    height: 90px;
    width: 90px;
    top: 1%;
  }
}
@media (min-width: 1280px) {
  #site-pku .shared--hero .text-wrap .inner i.icon1 {
    width: 115px;
    height: 90px;
  }
}
#site-pku .shared--hero .text-wrap .inner i.icon2 {
  display: inline-block;
  background: url(../../assets/images/pku/icon2.png) no-repeat center;
  background-size: 100%;
  height: 75px;
  width: 70px;
}
@media (min-width: 1024px) {
  #site-pku .shared--hero .text-wrap .inner i.icon2 {
    right: 10px;
    top: 10%;
  }
}
@media (min-width: 1280px) {
  #site-pku .shared--hero .text-wrap .inner i.icon2 {
    top: 10px;
    height: 130px;
    width: 100px;
  }
}
@media (min-width: 1024px) {
  #site-pku .shared--hero .text-wrap .inner i.icon3 {
    width: 100px;
    top: auto;
    bottom: 0;
    left: 20px;
    display: inline-block;
    background: url(../../assets/images/pku/icon3.png) no-repeat center;
    background-size: 100%;
  }
}
@media (min-width: 1280px) {
  #site-pku .shared--hero .text-wrap .inner i.icon3 {
    height: 105px;
    width: 150px;
    bottom: 10px;
  }
}
#site-pku .shared--hero .text-wrap .inner i.icon4 {
  display: inline-block;
  background: url(../../assets/images/pku/icon4.png) no-repeat center;
  background-size: 100%;
  top: 23%;
  height: 100px;
  width: 45px;
  right: -5px;
}
@media (min-width: 1024px) {
  #site-pku .shared--hero .text-wrap .inner i.icon4 {
    top: auto;
    bottom: 0;
    right: 10px;
    height: 60px;
  }
}
@media (min-width: 1280px) {
  #site-pku .shared--hero .text-wrap .inner i.icon4 {
    height: 130px;
    width: 65px;
    bottom: 10px;
    right: 20px;
  }
}
#site-pku .shared--hero .text-wrap .inner i.icon5 {
  bottom: 20px;
  display: inline-block;
  background: url(../../assets/images/pku/icon5.png) no-repeat center;
  background-size: 100%;
  bottom: 78%;
  width: 50px;
  right: 32%;
}
@media (min-width: 1024px) {
  #site-pku .shared--hero .text-wrap .inner i.icon5 {
    left: 50%;
    bottom: 50%;
  }
}
@media (min-width: 1280px) {
  #site-pku .shared--hero .text-wrap .inner i.icon5 {
    width: 50px;
  }
}
@media (min-width: 1024px) {
  #site-pku .shared--hero .text-wrap .inner i.icon6 {
    top: 20%;
    display: inline-block;
    background: url(../../assets/images/pku/icon6.png) no-repeat center;
    background-size: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #site-pku .shared--hero .text-wrap .inner i.icon6 {
    left: auto;
    bottom: 45%;
    top: auto;
    right: 6%;
    width: 30px;
  }
}
@media (min-width: 1024px) {
  #site-pku .shared--hero .mobile-hero-signoff {
    color: #FFFFFF;
  }
}

#site-fa .shared--hero .text-wrap {
  background: linear-gradient(131deg, #FFA66A 0%, #EE7624 100%) !important;
}
#site-fa .shared--hero .text-wrap .inner .eyebrow {
  max-width: 300px;
  text-transform: uppercase;
}
#site-fa .shared--hero .text-wrap .inner h1 {
  max-width: 400px;
}
#site-fa .shared--hero .text-wrap .inner i.icon1 {
  background: url(../../assets/images/fa/icon1.png) no-repeat center;
  background-size: 100%;
  height: 50px;
  width: 70px;
}
@media (min-width: 768px) {
  #site-fa .shared--hero .text-wrap .inner i.icon1 {
    height: 90px;
    width: 90px;
  }
}
@media (min-width: 1280px) {
  #site-fa .shared--hero .text-wrap .inner i.icon1 {
    width: 140px;
  }
}
#site-fa .shared--hero .text-wrap .inner i.icon2 {
  background: url(../../assets/images/fa/icon2.png) no-repeat center;
  background-size: 100%;
  width: 80px;
  height: 55px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
@media (min-width: 1280px) {
  #site-fa .shared--hero .text-wrap .inner i.icon2 {
    width: 185px;
    height: 130px;
  }
}
#site-fa .shared--hero .text-wrap .inner i.icon3 {
  background: url(../../assets/images/fa/icon3.png) no-repeat center;
  background-size: 100%;
  width: 35px;
  right: 45%;
}
@media (min-width: 1024px) {
  #site-fa .shared--hero .text-wrap .inner i.icon3 {
    width: 87px;
    height: 87px;
    right: 30%;
    top: 35%;
  }
}
@media (min-width: 1280px) {
  #site-fa .shared--hero .text-wrap .inner i.icon3 {
    top: 25%;
  }
}
#site-fa .shared--hero .text-wrap .inner i.icon4, #site-fa .shared--hero .text-wrap .inner i.icon6 {
  display: none;
}
#site-fa .shared--hero .text-wrap .inner i.icon5 {
  background: url(../../assets/images/fa/icon5.png) no-repeat center;
  background-size: 100%;
  width: 20px;
  right: -2px;
}
@media (min-width: 768px) {
  #site-fa .shared--hero .text-wrap .inner i.icon5 {
    bottom: 20px;
  }
}
@media (min-width: 1024px) {
  #site-fa .shared--hero .text-wrap .inner i.icon5 {
    height: 40px;
    width: 40px;
    right: 18px;
  }
}
@media (min-width: 768px) {
  #site-fa .shared--hero .text-wrap .inner i.icon7 {
    bottom: 10px;
    left: 10px;
    height: 80px;
    width: 90px;
    display: inline-block;
    background: url(../../assets/images/fa/icon7.png) no-repeat center;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  #site-fa .shared--hero .text-wrap .inner i.icon7 {
    height: 140px;
    width: 120px;
  }
}
@media (min-width: 1280px) {
  #site-fa .shared--hero .text-wrap .inner i.icon7 {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  #site-fa .shared--hero .mobile-hero-signoff {
    bottom: auto;
    top: 18px;
  }
}

#site-frequently-asked-questions .shared--hero .text-wrap {
  color: #FFFFFF;
  background: linear-gradient(102deg, #3E961C 0%, #6BC04B 110.14%) !important;
}
#site-frequently-asked-questions .shared--hero .text-wrap .inner h1 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.05;
}
@media (min-width: 768px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner h1 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner h1 {
    font-size: 72px;
  }
}
#site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon1 {
  display: inline-block;
  background: url(../../assets/images/faq/icon1.png) no-repeat center;
  background-size: 100%;
  height: 45px;
  width: 40px;
  top: 5px;
}
@media (min-width: 768px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon1 {
    height: 90px;
    width: 90px;
    top: 1%;
  }
}
@media (min-width: 1280px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon1 {
    width: 95px;
    height: 90px;
  }
}
#site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon2 {
  display: inline-block;
  background: url(../../assets/images/faq/icon2.png) no-repeat center;
  background-size: 100%;
  height: 35px;
  width: 35px;
}
@media (min-width: 1024px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon2 {
    right: 10px;
  }
}
@media (min-width: 1280px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon2 {
    top: 20px;
  }
}
@media (min-width: 1024px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon3 {
    width: 100px;
    top: auto;
    bottom: 0;
    left: 20px;
    display: inline-block;
    background: url(../../assets/images/faq/icon3.png) no-repeat center;
    background-size: 100%;
  }
}
@media (min-width: 1280px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon3 {
    height: 105px;
    width: 150px;
    bottom: 10px;
  }
}
#site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon4 {
  display: inline-block;
  background: url(../../assets/images/faq/icon4.png) no-repeat center;
  background-size: 100%;
  top: 30%;
  bottom: auto;
  right: 10px;
  height: 65px;
  width: 50px;
}
@media (min-width: 1024px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon4 {
    top: 30%;
    right: 10px;
    height: 60px;
    width: 45px;
  }
}
@media (min-width: 1280px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon4 {
    height: 150px;
    width: 120px;
  }
}
@media (min-width: 1280px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner i {
    height: 130px;
    width: 65px;
    bottom: 10px;
    right: 20px;
  }
}
#site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon5 {
  bottom: 20px;
  display: inline-block;
  background: url(../../assets/images/faq/icon5.png) no-repeat center;
  background-size: 100%;
  bottom: 37%;
  width: 50px;
  right: auto;
  left: 10px;
}
@media (min-width: 1024px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon5 {
    left: 50%;
    bottom: 50%;
  }
}
@media (min-width: 1280px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon5 {
    width: 55px;
    height: 55px;
    left: 55%;
    bottom: 55%;
  }
}
#site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon6 {
  top: 42%;
  display: inline-block;
  background: url(../../assets/images/faq/icon6.png) no-repeat center;
  background-size: 100%;
  width: 20px;
}
@media (min-width: 1024px) {
  #site-frequently-asked-questions .shared--hero .text-wrap .inner i.icon6 {
    display: none;
  }
}
#site-frequently-asked-questions .faq-accordion {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  #site-frequently-asked-questions .faq-accordion {
    padding-bottom: 25px;
  }
}

/* Sub page Sections */
.how-we-help {
  margin-top: -30px;
  background: #ECEBEC;
  padding: 60px 0 28px;
}
@media (min-width: 1024px) {
  .how-we-help {
    padding: 80px 0 48px;
  }
}
.how-we-help .block-title {
  font-weight: 400;
}
@media (min-width: 1024px) {
  .how-we-help .block-title {
    margin-bottom: 60px;
  }
}
.how-we-help .block-title h2 {
  margin-bottom: 2rem;
}

.help-items-grid {
  max-width: 553px;
}
@media (min-width: 1024px) {
  .help-items-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
    max-width: 1300px;
  }
}
.help-items-grid .help-item {
  margin-bottom: 52px;
}
@media (min-width: 1024px) {
  .help-items-grid .help-item {
    width: 50%;
    padding: 0 50px;
  }
}
.help-items-grid .help-item:last-child {
  margin-bottom: 0;
}

.help-item {
  display: flex;
  margin: 0 -12px;
}
.help-item__icon {
  width: 64px;
  padding: 7px 12px;
}
@media (min-width: 1024px) {
  .help-item__icon {
    width: 104px;
  }
}
.help-item__content {
  flex: 1;
  padding: 0 12px;
}
.help-item__content .help-title {
  color: #333333;
  margin-bottom: 18px;
}

.white-space {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .white-space {
    padding: 50px 0;
  }
}

.who-we-are {
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .who-we-are {
    padding: 100px 0;
  }
}
.who-we-are .block-title {
  font-weight: 400;
  max-width: 896px;
  margin-bottom: 32px;
}
.who-we-are .block-title h2 {
  margin-bottom: 26px;
}
.who-we-are .who-we-are-inner {
  padding: 24px;
  border-top: 1px solid #6E6593;
  border-bottom: 1px solid #6E6593;
}
.who-we-are .toggle-btn {
  background: #EE7624;
  border-color: transparent;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 100px;
  gap: 12px;
  cursor: pointer;
}
.who-we-are .toggle-btn .icon-chevron-down {
  transition: all 0.3s;
}
.who-we-are .toggle-btn.active .icon-chevron-down {
  transform: rotate(180deg);
}
.who-we-are .toggle-content {
  padding: 40px 0 0;
  display: none;
}
@media (min-width: 1024px) {
  .who-we-are .toggle-content {
    padding: 64px 0 0;
  }
}
.who-we-are .toggle-content.show {
  display: block;
}

@media (min-width: 1024px) {
  .case-managers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -62px;
  }
}
.case-managers .case-manager {
  margin-bottom: 36px;
}
@media (min-width: 1024px) {
  .case-managers .case-manager {
    width: 50%;
    padding: 0 50px;
    margin-bottom: 52px;
  }
}
.case-managers .case-manager:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .case-manager {
    display: flex;
    flex-wrap: wrap;
  }
}
.case-manager__image {
  width: 124px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .case-manager__image {
    padding: 0 12px;
    width: 33.33%;
    margin-bottom: 0;
  }
}
.case-manager__image img {
  border-radius: 46px;
}
@media (min-width: 1024px) {
  .case-manager__content {
    flex: 1;
    padding: 0 12px;
  }
}
.case-manager__content .name {
  color: #333333;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}
.case-manager__content .territory {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 12px;
}

.insurance-navigation {
  background: #ECEBEC;
  padding: 60px 0 80px;
}
@media (min-width: 1024px) {
  .insurance-navigation {
    padding: 80px 0 92px;
  }
}
.insurance-navigation .block-title {
  font-weight: 400;
}
@media (min-width: 1024px) {
  .insurance-navigation .block-title {
    margin-bottom: 60px;
  }
}
.insurance-navigation .block-title h2 {
  margin-bottom: 2rem;
}

.insurance-items-grid {
  max-width: 553px;
}
@media (min-width: 1024px) {
  .insurance-items-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
    max-width: 1300px;
  }
}
.insurance-items-grid .insurance-item {
  margin-bottom: 52px;
}
@media (min-width: 1024px) {
  .insurance-items-grid .insurance-item {
    width: 50%;
    padding: 0 50px;
  }
}
.insurance-items-grid .insurance-item:last-child {
  margin-bottom: 0;
}

.insurance-item {
  display: flex;
  margin: 0 -12px;
}
.insurance-item__icon {
  width: 64px;
  padding: 8px 12px;
}
@media (min-width: 1024px) {
  .insurance-item__icon {
    width: 104px;
    padding: 0 12px;
  }
}
.insurance-item__content {
  flex: 1;
  padding: 0 12px;
}
.insurance-item__content .help-title {
  color: #333333;
  margin-bottom: 18px;
}

#site-sitemap .basic-page-section {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  #site-sitemap .basic-page-section {
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  #site-sitemap .basic-page-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#site-sitemap .basic-page-section .site-map {
  padding-top: 64px;
}
@media (min-width: 1024px) {
  #site-sitemap .basic-page-section .site-map {
    padding-top: 44px;
  }
}
@media (min-width: 768px) {
  #site-sitemap .basic-page-section .site-map.row {
    flex-wrap: wrap;
    display: flex;
  }
}
@media (min-width: 768px) {
  #site-sitemap .basic-page-section .site-map-column {
    padding-right: 100px;
  }
}
@media (min-width: 1024px) {
  #site-sitemap .basic-page-section .site-map-column {
    padding-right: 176px;
  }
}
#site-sitemap .basic-page-section .site-map-column ul {
  margin-bottom: 40px;
}
#site-sitemap .basic-page-section .site-map-column ul li {
  margin-bottom: 10px;
}
#site-sitemap .basic-page-section .site-map-column ul li strong a {
  font-weight: 700;
}
#site-sitemap .basic-page-section .site-map-column ul li strong a:hover {
  font-weight: 400;
}
#site-sitemap .basic-page-section .site-map-column ul li a {
  font-weight: normal;
  color: #231D35;
}

.page-template-basic-page-template .basic-page-intro {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .page-template-basic-page-template .basic-page-intro {
    padding: 100px 0;
  }
}
.page-template-basic-page-template .basic-page-intro .basic-intro-eyebrow {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  color: #231D35;
  font-weight: 700;
}
.page-template-basic-page-template .basic-page-intro .basic-intro-header {
  margin-bottom: 40px;
}
.page-template-basic-page-template .basic-page-intro .basic-intro-subheader {
  margin-bottom: 60px;
}
.page-template-basic-page-template .basic-page-intro .mb-50 {
  margin-bottom: 50px;
}
.page-template-basic-page-template .basic-page-intro strong {
  text-transform: uppercase;
  margin-bottom: 16px;
}
/*# sourceMappingURL=style.min.css.map */
