/* Base CSS Reset Below*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
html {
  font-size: 18px;
  font-family: sans-serif;
}
body {
  font-size: 20px;
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #59595C;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
#content_wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
/*----------------------------------------*/
/* Admin Bar Hover Styles */
/* Remove After Launch */
/*----------------------------------------*/
#wpadminbar {
  opacity: .3;
}
#wpadminbar:hover {
  opacity: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h1,
.h1 {
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #002F6C;
}
h2,
.h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #002F6C;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0070CE;
}
h4,
.h4 {
  font-size: 24px;
  font-weight: 400;
  color: #0070CE;
}
h5,
.h5 {
  font-size: 20px;
  font-weight: 500;
  color: #0070CE;
}
h6,
.h6 {
  font-size: 18px;
  font-weight: 500;
  color: #630963;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h2 strong {
  color: #0070CE;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}
p {
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 25px;
  letter-spacing: .01em;
}
p:empty {
  display: none;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
a {
  color: #0d47a1;
  -ms-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #2674ee;
  text-decoration: none;
}
.nocolor {
  color: inherit;
}
ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 15px;
}
ul li,
ol li {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 5px;
}
ul li b,
ol li b {
  letter-spacing: normal;
}
ol li b {
  letter-spacing: normal;
}
sup {
  font-size: .8em;
  vertical-align: text-top;
}
/**/
/* Image styles */
/**/
img {
  max-width: 100%;
  height: auto;
}
img.alignleft,
img.alignright,
img.alignnone {
  border-radius: 0;
  border: none;
}
img.alignleft,
img.alignright,
img.alignnone,
img.aligncenter {
  border: none;
  padding: 5px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.alignnone {
  float: none;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
blockquote {
  display: block;
  margin: 10px 0;
  margin-bottom: 35px;
  padding: 10px;
  padding-left: 100px;
  position: relative;
  color: #0070CE;
  font-weight: 500;
  font-size: 20px;
}
blockquote::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 45px);
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background-color: #10D1D3;
  background-image: url(../../images/quotes-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
blockquote p {
  color: #0070CE;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3em;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
.white {
  color: #fff;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #fff;
}
iframe {
  max-width: 100%;
}
/* Zer0to5ive */
/* ¯\_(ツ)_/¯  */
#page_top {
  color: #0070CE;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 450px;
}
#page_top .page_top_brg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 1170px) {
  #page_top .page_top_brg {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media (max-width: 575px) {
  #page_top .page_top_brg {
    position: relative;
    margin-bottom: 35px;
  }
}
#page_top .page_top_brg .page_top_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 32/11;
  z-index: 2;
  background-image: url(../../images/page-top-banner.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@supports not (aspect-ratio:1/1) {
  #page_top .page_top_brg .page_top_overlay::before {
    content: '';
    float: left;
    padding-top: calc(100% *  11  /  32 );
  }
  #page_top .page_top_brg .page_top_overlay::after {
    display: block;
    content: '';
    clear: both;
  }
}
@media (min-width: 1400px) {
  #page_top .page_top_brg .page_top_overlay {
    background-image: url(../../images/banner-brg-xl.svg);
    aspect-ratio: 2574/527;
  }
  @supports not (aspect-ratio:1/1) {
    #page_top .page_top_brg .page_top_overlay::before {
      content: '';
      float: left;
      padding-top: calc(100% *  527  /  2574 );
    }
    #page_top .page_top_brg .page_top_overlay::after {
      display: block;
      content: '';
      clear: both;
    }
  }
}
@media (min-width: 2000px) {
  #page_top .page_top_brg .page_top_overlay {
    background-image: url(../../images/bw-banner-ultrawide.svg);
    width: 100%;
    height: 382px;
    background-repeat: repeat-x;
    background-position: center bottom;
  }
}
@media (max-width: 575px) {
  #page_top .page_top_brg .page_top_overlay {
    background-image: url(../../images/mobile-banner-overlay.svg);
    z-index: -1;
    aspect-ratio: 195/103;
    width: 100%;
  }
  @supports not (aspect-ratio:1/1) {
    #page_top .page_top_brg .page_top_overlay::before {
      content: '';
      float: left;
      padding-top: calc(100% *  103  /  195 );
    }
    #page_top .page_top_brg .page_top_overlay::after {
      display: block;
      content: '';
      clear: both;
    }
  }
}
#page_top .page_top_brg .page_top_image {
  width: 51.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 737/479;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-image: url('../../images/page-top-photo-mask.svg');
  mask-image: url('../../images/page-top-photo-mask.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: no-repeat;
  mask-size: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@supports not (aspect-ratio:1/1) {
  #page_top .page_top_brg .page_top_image::before {
    content: '';
    float: left;
    padding-top: calc(100% *  479  /  737 );
  }
  #page_top .page_top_brg .page_top_image::after {
    display: block;
    content: '';
    clear: both;
  }
}
@media (min-width: 1400px) {
  #page_top .page_top_brg .page_top_image {
    width: 31.5vw;
    right: 20vw;
    top: -2vw;
  }
}
@media (min-width: 1750px) {
  #page_top .page_top_brg .page_top_image {
    width: 31.5vw;
    right: 20vw;
    top: -2vw;
  }
}
@media (max-width: 575px) {
  #page_top .page_top_brg .page_top_image {
    -webkit-mask-image: url('../../images/page-top-mobile-mask.svg');
    mask-image: url('../../images/page-top-mobile-mask.svg');
    width: 100%;
    aspect-ratio: 39/17;
    position: relative;
  }
  @supports not (aspect-ratio:1/1) {
    #page_top .page_top_brg .page_top_image::before {
      content: '';
      float: left;
      padding-top: calc(100% *  17  /  39 );
    }
    #page_top .page_top_brg .page_top_image::after {
      display: block;
      content: '';
      clear: both;
    }
  }
}
@media (min-width: 2000px) {
  #page_top .page_top_brg .page_top_image {
    z-index: 3;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    right: calc(50% - 450px);
    -webkit-mask-image: none;
    mask-image: none;
  }
}
#page_top .container {
  position: relative;
  z-index: 3;
}
#page_top .row {
  padding-top: 65px;
  padding-bottom: 70px;
}
#page_top .row.hasBannerImage {
  min-height: 600px;
}
@media (min-height: 900px) {
  #page_top .row.hasBannerImage {
    min-height: 750px;
  }
}
@media (max-width: 767px) {
  #page_top .row.hasBannerImage {
    min-height: 320px;
  }
}
#page_top h1 {
  font-size: 40px;
  font-weight: 300;
  color: #002F6C;
  margin-bottom: 0;
}
#page_top h2 {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 400;
  color: #0070CE;
}
@media (max-width: 992px) {
  #page_top h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #page_top {
    min-height: 250px;
  }
  #page_top .row {
    padding-top: 15px;
    padding-bottom: 0;
  }
  #page_top h1 {
    font-size: 25px;
  }
  #page_top h2 {
    font-size: 18px;
  }
  #page_top .container {
    padding-bottom: 0px;
  }
  #page_top .page_top_brg {
    background-size: 100% auto!important;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 575px) {
  #page_top {
    min-height: 0;
  }
  #page_top h1 {
    font-size: 35px;
    font-weight: 600;
  }
  #page_top h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-5s {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-5s {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
section {
  padding: 40px 0;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
.blue-txt p {
  color: #002F6C;
  font-size: 22px;
  font-weight: 500;
}
.btn {
  display: inline-block;
  border: 2px solid #FDBB30;
  background-color: #FDBB30;
  color: #002F6C;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: normal;
  font-size: 17px;
  margin: 5px;
  transition: .25s;
}
.btn:hover {
  color: #002F6C;
  background-color: #fff;
}
@media (max-width: 767px) {
  .btn {
    font-size: 15px;
    white-space: normal;
  }
}
.btn.clear {
  background-color: transparent;
  border: 1px solid #FDBB30;
  color: #FDBB30;
}
.btn.clear:hover {
  color: #fff;
  background-color: #FDBB30;
}
.btn.white {
  background-color: #fff;
  color: #002F6C;
}
.btn.white:hover {
  background-color: #EFF5FB;
}
.btn:first-of-type {
  margin-left: 0;
}
p + .btn {
  margin-top: 25px;
}
.btn.icon_btn span.icon_btn_icon {
  display: inline-block;
  max-width: 200px;
  background-color: #fff;
  transition: .25s;
  vertical-align: middle;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: no-repeat;
  mask-size: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-right: 5px;
}
.btn.icon_btn span.icon_btn_icon img {
  display: inline-block;
  opacity: 0;
}
.btn.icon_btn:hover span.icon_btn_icon {
  background-color: #FDBB30;
}
@media (max-width: 550px) {
  .btn.icon_btn {
    white-space: normal;
  }
  .btn.icon_btn span.icon_btn_icon {
    display: none;
  }
}
.btn.icon_btn:first-of-type {
  margin-left: 0;
}
.colored-icon-box {
  aspect-ratio: 1;
  border-radius: 5px;
  position: relative;
}
@supports not (aspect-ratio: 1 / 1) {
  .colored-icon-box {
    padding-bottom: 25%;
  }
}
.colored-icon-box img {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  object-fit: contain;
  object-position: center;
}
.colored-icon-box.blue {
  background-color: #0070CE;
}
.colored-icon-box.liteblue {
  background-color: #6BBCFF;
}
.colored-icon-box.darkblue {
  background-color: #002F6C;
}
.colored-icon-box.purple {
  background-color: #630963;
}
.colored-icon-box.green {
  background-color: #43B02A;
}
.colored-icon-box.teal {
  background-color: #10D1D3;
}
.bluebox {
  position: relative;
  background-color: #EFF5FB;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.bluebox .bluebox-inner {
  padding: 15px;
  width: 100%;
  min-height: 100%;
}
.bluebox .colored-icon-box {
  width: 25%;
}
.bluebox .bluebox-title {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.bluebox .bluebox-content {
  font-size: 20px;
}
.bluebox .bluebox-content p:last-of-type {
  margin-bottom: 0;
}
.bluebox .bluebox-content.mod {
  padding-bottom: 35px;
}
.bluebox .bluebox-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FDBB30;
  display: flex;
  opacity: 0;
  transition: .25s;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.bluebox:hover .bluebox-hover {
  opacity: 1;
}
.bluebox .bluebox-overlap-cta {
  position: absolute;
  bottom: 0;
  transform: translateY(calc(25% + 15px));
}
.bluebox .bluebox-overlap-cta .btn {
  padding: 15px;
}
.SideAccOuter .SaD-inner .SaD-list-holder .sadl-single {
  border: 2px solid #FDBB30;
  background-color: #fff;
  padding: 15px 25px;
  width: 100%;
  aspect-ratio: 3.3/1;
  margin-bottom: 15px;
  border-radius: 5px;
  cursor: pointer;
}
.SideAccOuter .SaD-inner .SaD-list-holder .sadl-single.active {
  background-color: #FDBB30;
}
.SideAccOuter .SaD-inner .SaD-list-holder .sadl-single span {
  color: #002F6C;
  font-weight: 500;
}
.SideAccOuter .SaD-inner .SaD-content-holder .sadc-single {
  width: 100%;
  aspect-ratio: 85/55;
  display: none;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@supports not (aspect-ratio: 1 / 1) {
  .SideAccOuter .SaD-inner .SaD-content-holder .sadc-single {
    min-height: 400px;
  }
}
.SideAccOuter .SaD-inner .SaD-content-holder .sadc-single.active {
  display: block;
}
.SideAccOuter .SaD-inner .SaD-content-holder .sadc-single .sadc-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .SideAccOuter .SaD-inner .SaD-content-holder .sadc-single .sadc-content .blue-txt {
    height: 100%;
    overflow-y: scroll;
  }
}
.SideAccOuter .SaD-inner .SaD-content-holder .sadc-single .sadc-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  isolation: isolate;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.SideAccOuter .SaD-inner .SaD-content-holder .sadc-single .sadc-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.SideAccOuter .SaD-inner .SaD-content-holder .sadc-single .sadc-background::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #ECF3FB 0%, rgba(253, 253, 253, 0.8) 45%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
  content: '';
}
@media (max-width: 992px) {
  .SideAccOuter .SaD-inner .SaD-content-holder .sadc-single .sadc-background::before {
    background: linear-gradient(-90deg, #ECF3FB 0%, rgba(253, 253, 253, 0.8) 45%, rgba(255, 255, 255, 0.8) 100%);
  }
}
.SideAccOuter .SaD-inner .SaD-content-holder .sadc-single .sadc-background::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/side-accordion-background.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 0;
  content: '';
}
.SideAccOuter .SaM-single .SaM-single-inner {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 35px;
}
.SideAccOuter .SaM-single .SaM-image {
  width: 100%;
  aspect-ratio: 5/3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  display: block;
}
.SideAccOuter .SaM-single .SaM-content {
  display: none;
}
.SideAccOuter .SaM-single .SaM-title {
  width: 100%;
  padding: 15px 25px;
  text-align: center;
  color: #002F6C;
  background-color: #FDBB30;
  font-weight: 500;
  font-size: 20px;
}
.SideAccOuter .SaM-single .SaM-title .SaM-toggle {
  display: block;
  margin: auto;
  margin-top: 15px;
  width: 25px;
  height: 25px;
  position: relative;
  transition: .25s;
}
.SideAccOuter .SaM-single .SaM-title .SaM-toggle::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0px;
  width: 25px;
  height: 3px;
  background-color: #002F6C;
  border-radius: 5px;
}
.SideAccOuter .SaM-single .SaM-title .SaM-toggle::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 0px;
  width: 25px;
  height: 3px;
  background-color: #002F6C;
  border-radius: 5px;
  transform: rotate(90deg);
}
.SideAccOuter .SaM-single.active .SaM-toggle {
  transform: rotate(45deg);
}
.swoosh-section {
  position: relative;
  aspect-ratio: 1440/859;
}
@supports not (aspect-ratio:1/1) {
  .swoosh-section {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .swoosh-section {
    aspect-ratio: auto;
    padding: 100px 0;
    padding-bottom: 300px;
    margin: 100px 0;
  }
  @supports not (aspect-ratio:1/1) {
    .swoosh-section {
      height: auto;
    }
  }
}
.swoosh-section .bottom-swoosh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  isolation: isolate;
  z-index: 0;
}
.swoosh-section .bottom-swoosh .swoosh {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  isolation: isolate;
  aspect-ratio: 1440/859;
  z-index: 2;
  background-image: url('../../images/bottom-swoosh-desktop.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@supports not (aspect-ratio:1/1) {
  .swoosh-section .bottom-swoosh .swoosh {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .swoosh-section .bottom-swoosh .swoosh {
    display: none;
  }
}
.swoosh-section .bottom-swoosh .swoosh-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.75) 45%, #fff 100%);
  opacity: 1;
  z-index: 1;
}
@media (max-width: 767px) {
  .swoosh-section .bottom-swoosh .swoosh-overlay {
    background: rgba(255, 255, 255, 0.7);
  }
}
.swoosh-section .bottom-swoosh img.desktop {
  position: absolute;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1440/613;
  top: 45%;
  transform: translateY(-50%);
  z-index: 0;
  -webkit-mask-image: url('../../images/swoosh-desktop-mask.svg');
  mask-image: url('../../images/swoosh-desktop-mask.svg');
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-size: no-repeat;
  mask-size: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@supports not (aspect-ratio:1/1) {
  .swoosh-section .bottom-swoosh img.desktop {
    height: 49vw;
  }
}
.swoosh-section .bottom-swoosh img.mobile {
  display: none;
}
@media (max-width: 767px) {
  .swoosh-section .bottom-swoosh img.desktop {
    display: none;
  }
  .swoosh-section .bottom-swoosh img.mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .swoosh-section .bottom-swoosh::before {
    content: '';
    position: absolute;
    top: 0;
    transform: translateY(-40%);
    left: 0;
    width: 100%;
    aspect-ratio: 130/99;
    background-image: url(../../images/swoosh-mobile-top.svg);
    background-size: contain;
    z-index: 2;
  }
  .swoosh-section .bottom-swoosh::after {
    content: '';
    position: absolute;
    bottom: 0;
    transform: translateY(40%);
    left: 0;
    width: 100%;
    aspect-ratio: 78/47;
    background-image: url(../../images/swoosh-mobile-bottom.svg);
    background-size: contain;
    z-index: 2;
  }
}
.swoosh-section .container {
  position: relative;
  z-index: 3;
}
.s-resource-outer {
  margin-bottom: 15px;
  position: relative;
  height: 100%;
}
.s-resource-outer::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -43%);
  width: 140%;
  aspect-ratio: 23/18;
  background-image: url(../../images/resource-shape-brg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  isolation: isolate;
}
.s-resource-outer.s-single-post::after {
  display: none!important;
}
.s-resource-outer.s-mod-resource .s-resource-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FDBB30;
  padding: 15px;
  transition: .25s;
}
.s-resource-outer.s-mod-resource .s-resource-hover .s-resource-hover-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.s-resource-outer.s-mod-resource .s-resource-hover .s-resource-hover-inner .s-resource-hover-type {
  margin-bottom: 15px;
  color: #002F6C;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.s-resource-outer.s-mod-resource .s-resource-hover .s-resource-hover-inner .s-resource-hover-topic {
  margin-bottom: 15px;
  color: #002F6C;
}
.s-resource-outer.s-mod-resource .s-resource-hover .s-resource-hover-inner .s-resource-hover-topic span::after {
  content: ',';
}
.s-resource-outer.s-mod-resource .s-resource-hover .s-resource-hover-inner .s-resource-hover-topic span:last-of-type::after {
  display: none;
}
.s-resource-outer.s-mod-resource:hover .s-resource-hover {
  display: block;
  opacity: 1;
}
.s-resource-outer .s-resource-inner {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #F1F6FC;
  border-radius: 5px;
  overflow: hidden;
}
.s-resource-outer .s-resource-inner .s-resource-featured {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
@supports not (aspect-ratio:1/1) {
  .s-resource-outer .s-resource-inner .s-resource-featured {
    padding-bottom: 56%;
  }
}
.s-resource-outer .s-resource-inner .s-resource-featured img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-resource-outer .s-resource-inner .s-resource-meta {
  width: 100%;
  padding: 25px;
}
.s-resource-outer .s-resource-inner .s-resource-meta .s-resource-cat {
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.s-resource-outer .s-resource-inner .s-resource-meta .s-resource-title {
  font-size: 20px;
}
.s-resource-page.s-resource-outer::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -43%);
  width: 140%;
  aspect-ratio: 23/18;
  background-image: url(../../images/resource-shape-brg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  isolation: isolate;
}
.single-resources-form-holder {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 25px;
}
.dd-list {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .dd-list {
    margin-bottom: 15px;
  }
}
.dd-list .dd-list-active {
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #FDBB30;
  border-radius: 5px;
  padding: 15px;
  padding-right: 75px;
}
.dd-list .dd-list-active .dd-list-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  background-color: #FDBB30;
  cursor: pointer;
}
.dd-list .dd-list-active .dd-list-toggle:hover {
  background-color: #f8a902;
}
.dd-list .dd-list-active .dd-list-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #002F6C;
  border-bottom: 2px solid #002F6C;
  transform: translate(-50%, -60%) rotate(45deg);
}
.dd-list .dd-list-hidden {
  display: none;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  width: calc(100% - 55px);
  background-color: #fff;
  border: 2px solid #FDBB30;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  overflow-y: scroll;
  max-height: 350px;
  z-index: 9;
}
.dd-list .dd-list-hidden ul {
  list-style-type: none;
  padding: 0;
}
.dd-list .dd-list-hidden ul li {
  margin: 0;
}
.dd-list .dd-list-hidden ul li a {
  color: #59595C;
  display: block;
  padding: 15px;
}
.dd-list .dd-list-hidden ul li a:hover {
  background-color: #e8f4ff;
}
.dd-list.active .dd-list-hidden {
  display: block;
}
.dd-list.active .dd-list-active .dd-list-toggle span {
  transform: translate(-50%, -40%) rotate(-135deg);
}
.s-featured-resource-outer {
  position: relative;
  height: 100%;
}
.s-featured-resource-outer .s-featured-resource-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FDBB30;
  padding: 15px;
  transition: .25s;
  z-index: 2;
  border-radius: 5px;
}
.s-featured-resource-outer .s-featured-resource-hover .s-featured-resource-hover-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.s-featured-resource-outer .s-featured-resource-hover .s-featured-resource-hover-inner .s-featured-resource-hover-type {
  margin-bottom: 15px;
  color: #002F6C;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.s-featured-resource-outer .s-featured-resource-hover .s-featured-resource-hover-inner .s-featured-resource-hover-topic {
  margin-bottom: 15px;
  color: #002F6C;
}
.s-featured-resource-outer .s-featured-resource-hover .s-featured-resource-hover-inner .s-featured-resource-hover-topic span::after {
  content: ',';
}
.s-featured-resource-outer .s-featured-resource-hover .s-featured-resource-hover-inner .s-featured-resource-hover-topic span:last-of-type::after {
  display: none;
}
.s-featured-resource-outer:hover .s-featured-resource-hover {
  display: block;
  opacity: 1;
}
.s-featured-resource-outer .s-featured-resource-inner {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #F1F6FC;
  border-radius: 5px;
  overflow: hidden;
}
.s-featured-resource-outer .s-featured-resource-inner .s-featured-resource-featured {
  width: 100%;
  aspect-ratio: 2/1;
  position: relative;
}
@supports not (aspect-ratio:1/1) {
  .s-featured-resource-outer .s-featured-resource-inner .s-featured-resource-featured {
    padding-bottom: 50%;
  }
}
.s-featured-resource-outer .s-featured-resource-inner .s-featured-resource-featured img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-featured-resource-outer .s-featured-resource-inner .s-featured-resource-meta {
  width: 100%;
  padding: 25px;
  padding-bottom: 65px;
}
.s-featured-resource-outer .s-featured-resource-inner .s-featured-resource-meta .s-featured-resource-cat {
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  position: absolute;
  bottom: 0;
  left: 25px;
}
.s-featured-resource-outer .s-featured-resource-inner .s-featured-resource-meta .s-featured-resource-title {
  font-size: 24px;
}
.s-featured-resource-outer.green .s-featured-resource-inner {
  background-color: #43B02A;
  color: #fff;
}
.s-featured-resource-outer.green .s-featured-resource-hover {
  background-color: #43B02A;
}
.s-featured-resource-outer.green .s-featured-resource-hover .s-featured-resource-hover-type,
.s-featured-resource-outer.green .s-featured-resource-hover .s-featured-resource-hover-topic {
  color: #fff;
}
.s-featured-resource-outer.blue .s-featured-resource-inner {
  background-color: #0070CE;
  color: #fff;
}
.s-featured-resource-outer.blue .s-featured-resource-hover {
  background-color: #0070CE;
}
.s-featured-resource-outer.blue .s-featured-resource-hover .s-featured-resource-hover-type,
.s-featured-resource-outer.blue .s-featured-resource-hover .s-featured-resource-hover-topic {
  color: #fff;
}
.s-featured-resource-outer.darkblue .s-featured-resource-inner {
  background-color: #002F6C;
  color: #fff;
}
.s-featured-resource-outer.darkblue .s-featured-resource-hover {
  background-color: #002F6C;
}
.s-featured-resource-outer.darkblue .s-featured-resource-hover .s-featured-resource-hover-type,
.s-featured-resource-outer.darkblue .s-featured-resource-hover .s-featured-resource-hover-topic {
  color: #fff;
}
.s-featured-resource-outer.teal .s-featured-resource-inner {
  background-color: #10D1D3;
}
.s-featured-resource-outer.teal .s-featured-resource-hover {
  background-color: #10D1D3;
}
.s-featured-resource-outer.purple .s-featured-resource-inner {
  background-color: #630963;
  color: #fff;
}
.s-featured-resource-outer.purple .s-featured-resource-hover {
  background-color: #630963;
}
.s-featured-resource-outer.purple .s-featured-resource-hover .s-featured-resource-hover-type,
.s-featured-resource-outer.purple .s-featured-resource-hover .s-featured-resource-hover-topic {
  color: #fff;
}
.s-featured-resource-outer.yellow .s-featured-resource-inner {
  background-color: #FDBB30;
}
.s-featured-resource-outer.yellow .s-featured-resource-hover {
  background-color: #FDBB30;
}
@media (min-width: 768px) {
  .col-md-8 .s-featured-resource-outer .s-featured-resource-inner .s-featured-resource-featured {
    aspect-ratio: 2.5/1;
  }
  @supports not (aspect-ratio:1/1) {
    .col-md-8 .s-featured-resource-outer .s-featured-resource-inner .s-featured-resource-featured {
      padding-bottom: 50%;
    }
  }
}
.testimonials-outer {
  column-count: 3;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .testimonials-outer {
    column-count: 2;
  }
}
@media (max-width: 552px) {
  .testimonials-outer {
    column-count: 1;
  }
}
.testimonials-outer .testimonial-single-outer {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner {
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner.green {
  background-color: #43B02A;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner.blue {
  background-color: #0070CE;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner.liteblue {
  background-color: #6BBCFF;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner.darkblue {
  background-color: #002F6C;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner.purple {
  background-color: #630963;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner.teal {
  background-color: #10D1D3;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner.yellow {
  background-color: #FDBB30;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner .testimonial-link img {
  opacity: 0;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner .testimonial-single-text {
  padding-top: 35px;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner .testimonial-single-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/quotes-icon.svg);
  width: 75px;
  height: 55px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner .testimonial-social-text .social-brg-img {
  opacity: 0;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner .testimonial-social-text .testimonial-social-hover {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FDBB30;
  opacity: 0;
  padding: 25px;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner .testimonial-social-text .testimonial-social-hover img {
  display: inline-block;
  width: 100px;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner .testimonial-social-text:hover .testimonial-social-hover {
  opacity: 1;
}
.testimonials-outer .testimonial-single-outer .testimonial-single-inner .testimonial-ad-text img {
  width: 100px;
  display: inline-block;
}
.checklist-outer ul {
  list-style-type: none;
}
.checklist-outer ul li {
  font-size: 18px;
  color: #002F6C;
  font-weight: 500;
}
.checklist-outer ul li::before {
  content: '';
  position: relative;
  display: inline-block;
  margin-left: -21px;
  margin-right: 5px;
  top: 3px;
  width: 15px;
  height: 20px;
  background-image: url(../../images/checkmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sadc-content .checklist-outer ul li {
  font-size: 17px;
}
.page-top-blog {
  position: relative;
  min-height: 300px;
}
.page-top-blog .blog-top-brg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../../images/blog-page-top.svg);
  aspect-ratio: 1440/337;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
@media (min-width: 1200px) {
  .page-top-blog .blog-top-brg {
    background-repeat: repeat-x;
    height: 280px;
  }
}
@media (max-width: 768px) {
  .page-top-blog .blog-top-brg {
    min-height: 230px;
    background-size: cover;
  }
}
.page-top-blog .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .page-top-blog .container h1 {
    font-size: 35px;
  }
}
.single-blog-post {
  margin-bottom: 45px;
  padding: 0;
}
@media (max-width: 767px) {
  .single-blog-post {
    padding: 0 15px;
  }
}
.single-blog-post .sbp-featured {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 5px;
}
.single-blog-post .sbp-featured img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-blog-post .sbp-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-blog-post .s-blog-title a {
  color: #0070CE;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}
.single-blog-post .s-blog-excerpt {
  font-size: 18px;
}
.single-blog-post .s-blog-meta {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #424448;
  font-weight: 600;
  font-size: 15px;
}
.single-blog-post .s-blog-meta a {
  color: #424448;
}
.featured-blog-post-outer {
  background-color: #F1F6FC;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .featured-blog-post-outer {
    padding: 0 15px;
  }
}
.featured-blog-post-outer .fbp-featured-image-outer {
  position: relative;
}
.featured-blog-post-outer .fbp-featured-image-outer img {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
.featured-blog-post-outer .fbp-featured-content-outer {
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.featured-blog-post-outer .fbp-featured-content-outer .fbp-blog-title {
  color: #002F6C;
  font-size: 22px;
  margin-bottom: 25px;
}
.featured-blog-post-outer .fbp-featured-content-outer .fbp-blog-excerpt {
  margin-bottom: 25px;
}
.featured-blog-post-outer .fbp-featured-content-outer .fbp-blog-meta {
  margin-top: auto;
}
.blog-cat-list h4 {
  font-size: 20px;
  text-transform: uppercase;
}
.blog-cat-list ul {
  padding: 0;
  list-style-type: none;
}
.blog-cat-list ul li a {
  font-size: 18px;
  color: #002F6C;
}
.blog-cat-list-single h4 {
  font-size: 18px;
}
.blog-cat-list-single ul {
  padding: 0;
  list-style-type: none;
}
.blog-cat-list-single ul li a {
  font-size: 16px;
  color: #002F6C;
}
.single-blog-outer .single-blog-meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.single-blog-outer .single-blog-meta .author-photo img {
  max-width: 30px;
  border-radius: 5px;
  aspect-ratio: 1;
  margin-right: 10px;
}
.single-blog-outer .single-blog-meta .author-meta {
  font-size: 15px;
  color: #424448;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
}
.single-blog-outer .single-blog-featured {
  margin-bottom: 25px;
}
.read-more-posts a {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 600;
}
.single-post-ATL .atl_title {
  color: #0070CE;
  font-size: 18px;
  margin-bottom: 10px;
}
.about-the-author {
  display: flex;
  margin-bottom: 15px;
}
.about-the-author .author-photo-big {
  width: 100px;
}
.about-the-author .author-photo-big img {
  width: 90px;
  aspect-ratio: 1;
  border-radius: 5px;
}
.about-the-author .author-meta-big {
  width: calc(100% - 100px);
}
.about-the-author .author-meta-big .author-meta-name {
  font-size: 18px;
  color: #424448;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
}
#filter-alert {
  font-size: 15px;
  display: inline-block;
}
#clearFilter {
  font-size: 15px;
  color: #c60b0a;
  margin-left: 5px;
  cursor: pointer;
}
#filter-alert span:first-of-type + span::before {
  content: ' + ';
}
.resources-blue-box {
  background-color: #0070CE;
  border-radius: 5px;
  padding: 25px;
  width: 100%;
  height: 100%;
}
.resources-blue-box.yellow {
  background-color: #FDBB30;
}
#search_top {
  background-color: #002F6C;
}
/*Comment Output*/
#comments {
  max-width: 1130px;
  display: block;
  margin: auto;
}
#comments-list .vcard {
  font-size: 20px;
  font-weight: bold;
}
#comments-list .commentmetadata {
  font-size: 12px;
  margin-bottom: 5px;
}
#comments-list .comment {
  padding: 10px 0 10px 10px;
  border-left: 2px solid #ccc;
  margin-bottom: 15px;
}
#comments-list .comment-author img {
  display: none;
}
#comments-list .says {
  display: none;
}
#comments-list ul {
  padding: 15px;
  width: 100%;
  margin: auto;
  list-style-type: none;
}
.comment-respond label {
  display: block;
}
.gform_wrapper {
  padding: 45px;
  background-color: #43B02A;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.half {
  width: 50%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.third {
  width: 33%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.quarter {
  width: 25%;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield.end {
  padding-left: 0;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_body ul.gform_fields li.gfield {
    padding: 5px 15px;
  }
  .gform_wrapper .gform_body ul.gform_fields li.gfield.half,
  .gform_wrapper .gform_body ul.gform_fields li.gfield.third,
  .gform_wrapper .gform_body ul.gform_fields li.gfield.quarter,
  .gform_wrapper .gform_body ul.gform_fields li.gfield .end {
    width: 100%;
    padding: 5px 15px;
  }
}
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
  padding: 0;
  margin: 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield input {
  border: 2px solid #fff;
  background-color: #fff;
  font-size: 22px!important;
  font-weight: 500;
  color: #59595C;
  margin: 0!important;
  text-transform: normal;
  padding: 15px 20px!important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
  border: 2px solid #fff;
  background-color: #fff;
  font-size: 22px!important;
  font-weight: 500;
  color: #59595C;
  margin: 0!important;
  text-transform: normal;
  padding: 15px 20px!important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield div .small,
.gform_wrapper .gform_body ul.gform_fields li.gfield div .medium,
.gform_wrapper .gform_body ul.gform_fields li.gfield div .large {
  width: 100%;
}
.gform_wrapper .gform_footer {
  text-align: left;
  padding-top: 0px!important;
}
.gform_wrapper .gform_footer .gform_button {
  border: 1px solid #FDBB30;
  color: #fff;
  background-color: #FDBB30;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 19px!important;
  border-radius: 50px!important;
  box-shadow: none;
  padding: 7px 22px 7px 22px!important;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.gform_wrapper .gform_footer .gform_button:hover {
  color: #FDBB30;
  border-style: dashed;
  background-color: transparent;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_footer {
    padding: 16px 20px 10px!important;
  }
}
input {
  border: 2px solid #fff;
  background-color: #fff;
  font-size: 22px!important;
  font-weight: 500;
  text-transform: normal;
  color: #59595C;
  margin: 0!important;
  padding: 15px 20px!important;
}
input[type="submit"] {
  color: #fff;
  font-weight: 500;
  background-color: #FDBB30;
}
input[type="submit"]:hover {
  background-color: #fff;
  color: #FDBB30;
}
textarea {
  border: none;
  background-color: #fff;
  font-size: 22px!important;
  text-transform: normal;
  font-weight: 500;
  color: #6f6f6f;
  margin: 0!important;
  padding: 15px 20px!important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b3b5b8;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b5b8;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #b3b5b8;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b5b8;
}
/*  Header Styles */
/*----------------------------------------*/
header {
  background-color: #fff;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
header.home-page {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
#header_clear {
  height: 155px;
  display: none;
}
#header_clear.scrolled {
  display: block;
}
#header_clear.scrolled.homepage {
  display: none;
}
header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#header_container {
  position: relative;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (max-width: 552px) {
  #header_container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#navholder {
  position: relative;
}
#main-logo a {
  display: inline-block;
}
#main-logo img {
  display: inline-block;
  max-width: 220px;
  position: relative;
  width: 100%;
}
.alert-band {
  background-color: #43B02A;
  padding: 20px 15px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.alert-band img {
  display: inline-block;
  max-width: 75px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.alert-band a {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .alert-band {
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
  }
}
nav ul,
.nav ul {
  font-size: .85rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav ul li,
.nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
nav ul li a,
.nav ul li a {
  display: block;
}
#Aux_nav {
  margin-top: 0!important;
  text-align: right;
}
#Aux_nav ul {
  text-align: right;
}
#Aux_nav ul li {
  margin: 3px 8px;
}
#Aux_nav ul li a {
  display: inline-block;
  font-weight: 400;
  color: #0070CE;
  padding: 2px 5px;
  transition: .25s;
  font-size: 16px;
}
#Aux_nav ul li a:hover {
  color: #FDBB30;
}
#Main_nav {
  padding-top: 0;
}
#Main_nav ul {
  text-align: right;
  margin-top: 10px;
  color: #050708;
}
#Main_nav ul > li:hover:after {
  content: '';
  position: absolute;
  bottom: -2px;
  z-index: 11;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FDBB30;
}
#Main_nav ul > li:last-of-type ul.sub-menu {
  left: auto;
  right: 0!important;
}
#Main_nav ul li {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  padding-bottom: 5px;
}
#Main_nav ul li.btn {
  padding: 0;
  vertical-align: bottom;
}
#Main_nav ul li.btn a {
  padding: 5px 8px;
  color: #002F6C;
  font-weight: 400;
}
#Main_nav ul li a {
  color: #002F6C;
  font-weight: 400;
  transition: .25s;
  font-size: 17px;
}
#Main_nav ul li a:hover {
  color: #FDBB30;
}
#Main_nav ul li ul.sub-menu {
  margin-top: 0;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  min-width: 210px;
  text-align: left;
  padding: 0;
  background-color: transparent;
  left: 0;
  font-size: .75rem;
  border-top: 2px solid #F1F6FC;
/*   max-height: calc(100vh - 185px); */
/*   overflow-y: scroll; */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#Main_nav ul li ul.sub-menu::-webkit-scrollbar {
  display: none;
}
#Main_nav ul li ul.sub-menu li {
  display: block;
  margin: 0;
  padding-bottom: 0;
  font-size: 16px;
}
#Main_nav ul li ul.sub-menu li a {
  padding: 10px 15px;
  background-color: #fff;
  color: #002F6C;
}
#Main_nav ul li ul.sub-menu li a:hover {
  background-color: #FDBB30;
  color: #000;
}
#Main_nav ul li ul.sub-menu li.current-menu-item > a {
  color: #002F6C;
  background-color: #FDBB30;
}
#Main_nav ul li ul.sub-menu li ul.sub-menu {
  display: none;
  width: 100%;
}
#Main_nav ul li ul.sub-menu li:hover ul.sub-menu {
  display: block;
  position: absolute;
  left: -100%;
  top: -2px;
}
#Main_nav ul li:hover ul {
  display: block;
}
#Main_nav ul li.current-menu-item > a,
#Main_nav ul li.current_page_parent > a {
  color: #FDBB30;
}
#Main_nav ul li.current-menu-item.btn > a,
#Main_nav ul li.current_page_parent.btn > a {
  color: #002F6C;
}
@media (max-width: 992px) {
  #Main_nav ul {
    font-size: 16px;
  }
  #Main_nav ul li {
    margin: 0 7px;
  }
}
.scrolled nav li.menu-item-has-children {
  padding-bottom: 5px;
}
.scrolled nav ul.sub-menu {
  padding: 0 15px;
  left: -15px;
}
.scrolled nav ul.sub-menu li {
  margin-top: 0px;
}
@media (max-width: 992px) {
  nav ul li {
    margin: 0 6px;
  }
}
#aux-nav {
  position: absolute;
  top: 0;
  right: 0;
}
#aux-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}
#aux-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#aux-nav ul li a {
  color: #fff;
  font-weight: 300;
  letter-spacing: .05em;
  display: inline-block;
  padding: 12px 16px;
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #aux-nav {
    display: none;
  }
}
#mobile--nav {
  display: none;
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  overflow: scroll;
  max-height: calc(100vh - 85px);
  z-index: 99999;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
  font-size: 18px;
}
#mobile--nav ul {
  padding: 0;
  padding: 0 10px;
  list-style-type: none;
}
#mobile--nav ul.sub-menu {
  margin-bottom: 0px;
  padding-left: 15px;
  padding-top: 5px;
}
#mobile--nav ul li {
  display: block;
  padding: 0 10px;
}
#mobile--nav ul li a {
  color: #0070CE;
  font-weight: 400;
  display: block;
  padding: 7px 0;
}
#mobile--nav ul li a:hover {
  color: #43B02A;
  text-decoration: underline;
}
#mobile--nav ul li:last-of-type a {
  padding-bottom: 14px;
}
#mobile-nav {
  display: none;
  background-color: transparent;
  height: 50px;
  position: relative;
}
#mobile-logo {
  position: absolute;
  top: 12px;
  left: 0;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 15px;
  text-align: center;
}
#mobile-logo img {
  max-width: 110px;
  margin-top: 0px;
}
#mobile-toggle {
  position: absolute;
  bottom: 8px;
  right: 15px;
  width: 40px;
  height: 30px;
}
#mobile-toggle span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #FDBB30;
  top: 14px;
  left: 5px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #FDBB30;
  left: 0;
  top: -10px;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #FDBB30;
  left: 0;
  top: 10px;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle.active span {
  background-color: transparent;
}
#mobile-toggle.active span:before {
  top: 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-toggle.active span:after {
  top: 0;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  header {
    height: auto;
    padding-top: 0;
    background-color: #fff;
  }
  header.home-page {
    background-color: transparent;
  }
  header.home-page.scrolled {
    background-color: #fff;
  }
  header.scrolled {
    background-color: #fff;
  }
  #navholder {
    display: none!important;
  }
  #mobile-nav {
    display: block;
  }
  #mobile--toggle {
    display: block;
    width: 40px;
    height: 50px;
    margin-top: 15px;
    margin-right: 30px;
    position: relative;
  }
}
/*  Footer Styles */
/*----------------------------------------*/
footer {
  background-color: #fff;
  font-size: .75rem;
  text-align: center;
  padding: 45px 0;
}
footer img {
  width: 100%;
  max-width: 175px;
}
footer .nav li {
  margin: 0 5px;
  font-size: 16px;
  color: #002F6C;
  font-weight: 500;
}
footer .footer-aux {
  width: 100%;
  text-align: right;
}
footer .footer-aux li {
  color: #0070CE;
  font-weight: 400;
  font-size: 16px;
}
footer .footer-aux li a {
  color: #0070CE;
}
footer .footer-menu {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
@media (max-width: 575px) {
  footer .footer-menu {
    display: none;
  }
}
footer .footer-menu ul {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: right;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footer-menu ul li {
  color: #002F6C;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  width: 20%;
  text-align: left;
  padding-right: 5px;
}
@media (max-width: 768px) {
  footer .footer-menu ul li {
    width: 100%;
  }
}
footer .footer-menu ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #002F6C;
}
footer .footer-menu ul li.top-level > a {
  font-weight: 600;
  font-size: 16px;
}
footer .footer-menu ul li.green > a {
  color: #43B02A;
}
footer .footer-menu ul li.blue > a {
  color: #0070CE;
}
footer .footer-menu ul li ul {
  padding-top: 10px;
  display: block;
}
footer .footer-menu ul li ul li {
  width: 100%;
  padding-right: 6px;
}
.footer-logo {
  margin-bottom: 45px;
}
.social-icons {
  margin-top: 15px;
}
.social-icons a {
  color: #fff;
  display: inline-block;
  margin: 3px 5px;
}
.social-icons a img {
  display: inline-block;
  width: 35px;
  height: auto;
}
.footer-privacy {
  font-size: 15px;
}
.footer-privacy li {
  margin: 0!important;
  border-right: 1px solid #101215;
}
.footer-privacy li:last-of-type {
  border-right: none;
}
.footer-privacy li a {
  padding: 0 10px;
  padding-left: 5px;
  color: #101215;
  font-weight: 400;
  font-size: 14px;
}
.footer_copyright {
  font-size: 15px;
}
.footer-bottom-content {
  text-align: left;
}
.footer-bottom-content img {
  max-height: 40px;
  width: auto;
  display: inline-block;
}
/*  Home Page Styles */
/*----------------------------------------*/
#home-wrap section {
  position: relative;
  padding: 20px 0;
}
#home-wrap .home-d-1 img {
  max-width: 150px;
}
#home-wrap .home-d-2 {
  bottom: -100px;
}
#home-wrap .home-d-2 img {
  max-width: 60px;
}
#home-wrap .home-d-3 {
  left: 0;
}
#home-wrap .home-d-3 img {
  max-width: 120px;
}
#home-banner {
  position: relative;
  padding-top: 250px;
}
#home-banner h1 {
  font-size: 45px;
  color: #002F6C;
  font-weight: 400;
}
#home-banner h2 {
  font-size: 22px;
  color: #0070CE;
}

#home-wrap .SideAccOuter .sadc-content .blue-txt a {
  font-size: 17px;
  border-bottom: 1px solid #0d47a1;
}

@media (max-width: 767px) {
  #home-banner h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  #home-banner {
    padding-top: 310px;
  }
}
#home-banner-background-accents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url(../../images/home-banner-background-desktop.svg);
  background-size: auto 100%;
  background-position: top left;
  isolation: isolate;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  #home-banner-background-accents {
    height: 80%;
  }
}
@media (max-width: 450px) {
  #home-banner-background-accents {
    background-size: 100% auto;
    width: 100%;
    height: auto;
    aspect-ratio: 65/134;
    background-image: url(../../images/home-banner-background-mobile.svg);
  }
  @supports not (aspect-ratio:1/1) {
    #home-banner-background-accents::before {
      content: '';
      float: left;
      padding-top: calc(100% *  134  /  65 );
    }
    #home-banner-background-accents::after {
      display: block;
      content: '';
      clear: both;
    }
  }
}
#home-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  aspect-ratio: 277/327;
  -webkit-mask-image: url('../../images/home-banner-mask-desktop.svg');
  mask-image: url('../../images/home-banner-mask-desktop.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: no-repeat;
  mask-size: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  z-index: -1;
  isolation: isolate;
}
@supports not (aspect-ratio:1/1) {
  #home-banner-image {
    width: 25vw;
    height: 30vw;
  }
}
#home-banner-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, #ffffff, transparent);
  z-index: 2;
}
#home-banner-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 1200px) {
  #home-banner-image {
    height: 60%;
  }
}
@media (max-width: 575px) {
  #home-banner-image {
    width: 100vw;
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.home-quote-slider-content {
  position: relative;
}
.home_quote_arrows_holder {
  margin-right: 15px;
}
.floating-quote-icon {
  width: 80px;
  top: 10px;
  left: -100px;
  position: absolute;
}
.quote-slider-content h3 {
  font-size: 18px;
}
.home_quote_arrows_holder .home_quote_arrows_holder {
  margin-right: 15px;
}
.home_quote_arrows_holder .slick-arrow {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  font-family: 'Lexend', sans-serif;
}
.quote-slider-photo {
  padding: 35px;
  position: relative;
}
.quote-slider-photo::after {
  content: '';
  position: absolute;
  z-index: -1;
  isolation: isolate;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../../images/quote-blobs-1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  aspect-ratio: 776/605;
}
@supports not (aspect-ratio:1/1) {
  .quote-slider-photo::after {
    padding-bottom: 90%;
  }
}
@media (max-width: 767px) {
  .quote-slider-photo::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.s-quote-slider-photo {
  width: 100%;
  position: relative;
  aspect-ratio: 1;
}
@supports not (aspect-ratio:1/1) {
  .s-quote-slider-photo::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .s-quote-slider-photo::after {
    display: block;
    content: '';
    clear: both;
  }
}
.s-quote-slider-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.home-award-scroll-s {
  text-align: center;
}
.home-award-scroll-s .HaS-logo {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  margin: auto;
}
@supports not (aspect-ratio:1/1) {
  .home-award-scroll-s .HaS-logo::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .home-award-scroll-s .HaS-logo::after {
    display: block;
    content: '';
    clear: both;
  }
}
.home-award-scroll-s img {
  width: 100%;
  max-width: 500px;
}
.home-award-scroll-s .HaS-title {
  font-weight: 500;
  color: #630963;
  font-size: 22px;
}
.home-awards-nav {
  text-align: center;
}
.home-awards-nav .slick-arrow {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  margin: 5px;
  font-size: 24px;
  font-weight: 500;
}
/* Single Page Styles */
/*----------------------------------------*/
.single-page p {
  margin-bottom: 20px;
}
.single-page b,
.single-page strong {
  font-weight: 800;
}
.zr_mod_row {
  position: relative;
}
.zr_mod_row.blue-brg {
  background-color: #002F6C;
}
.mr-doodle {
  z-index: -1;
  position: absolute;
  isolation: isolate;
}
@media (max-width: 575px) {
  .mr-doodle {
    opacity: .35;
  }
}
.mr-doodle img {
  max-width: 100px;
  height: auto;
}
.mr-doodle.top-left {
  top: 0;
  left: 5vw;
}
.mr-doodle.top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mr-doodle.top-right {
  top: 0;
  right: 5vw;
}
.mr-doodle.center-left {
  top: 50%;
  transform: translateY(-50%);
  left: 5vw;
}
.mr-doodle.center-right {
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
}
.mr-doodle.bottom-left {
  bottom: 0;
  left: 5vw;
}
.mr-doodle.bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mr-doodle.bottom-right {
  bottom: 0;
  right: 5vw;
}
.mod-circle-image-holder {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
@supports not (aspect-ratio:1/1) {
  .mod-circle-image-holder::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .mod-circle-image-holder::after {
    display: block;
    content: '';
    clear: both;
  }
}
@media (max-width: 768px) {
  .mod-circle-image-holder {
    width: 70%;
    margin-bottom: 25px;
  }
}
.mod-circle-image-holder::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112%;
  aspect-ratio: 677/604;
  background-image: url(../../images/circle-img-brg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  isolation: isolate;
  transform: translate(-50%, -50%);
}
@supports not (aspect-ratio:1/1) {
  .mod-circle-image-holder::after {
    padding-bottom: 100%;
  }
}
.mod-circle-image-holder.left::after {
  transform: scaleX(-1) translate(50%, -50%);
}
.mod-circle-image-holder img {
  border-radius: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mod-square-circle-image-holder {
  position: relative;
  width: 90%;
}
@media (max-width: 767px) {
  .mod-square-circle-image-holder {
    margin-bottom: 80px;
  }
}
.mod-square-circle-image-holder::after {
  content: '';
  position: absolute;
  top: 60%;
  left: 50%;
  width: 120%;
  aspect-ratio: 634/475;
  background-image: url(../../images/square-img-brg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  isolation: isolate;
  transform: translate(-50%, -50%);
}
@supports not (aspect-ratio:1/1) {
  .mod-square-circle-image-holder::after::before {
    content: '';
    float: left;
    padding-top: calc(100% *  475  /  634 );
  }
  .mod-square-circle-image-holder::after::after {
    display: block;
    content: '';
    clear: both;
  }
}
@supports not (aspect-ratio:1/1) {
  .mod-square-circle-image-holder::after {
    padding-bottom: 100%;
  }
}
.mod-square-circle-image-holder .squareimg {
  width: 100%;
  aspect-ratio: 1.75/1;
  object-fit: cover;
  object-position: center;
}
@supports not (aspect-ratio:1/1) {
  .mod-square-circle-image-holder .squareimg::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1.75 );
  }
  .mod-square-circle-image-holder .squareimg::after {
    display: block;
    content: '';
    clear: both;
  }
}
.mod-square-circle-image-holder .circleimg {
  position: absolute;
  width: 50%;
  bottom: 0;
  aspect-ratio: 1/1;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
@supports not (aspect-ratio:1/1) {
  .mod-square-circle-image-holder .circleimg::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .mod-square-circle-image-holder .circleimg::after {
    display: block;
    content: '';
    clear: both;
  }
}
.mod-square-circle-image-holder.left .circleimg {
  right: 0;
  transform: translate(50%, 50%);
}
.mod-square-circle-image-holder.right {
  margin-left: auto;
}
.mod-square-circle-image-holder.right::after {
  transform: scaleX(-1) translate(50%, -50%);
}
.mod-square-circle-image-holder.right .circleimg {
  left: 0;
  transform: translate(-50%, 50%);
}
.mod-center-image-holder {
  position: relative;
}
.mod-center-image-holder img {
  position: relative;
  z-index: 2;
}
.mod-center-image-holder::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -50%);
  width: 120%;
  z-index: -1;
  isolation: isolate;
  background-image: url(../../images/center-image-brg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 422/275;
}
@supports not (aspect-ratio:1/1) {
  .mod-center-image-holder::after {
    padding-bottom: 100%;
  }
}
.mod-double-circle-image-holder {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .mod-double-circle-image-holder {
    margin-bottom: 30px;
  }
}
.mod-double-circle-image-holder::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 40%;
  width: 100%;
  aspect-ratio: 	25/27;
  background-image: url(../../images/double-circle-brg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  isolation: isolate;
  transform: translate(-50%, -50%);
}
@supports not (aspect-ratio:1/1) {
  .mod-double-circle-image-holder::after {
    padding-bottom: 100%;
  }
}
.mod-double-circle-image-holder .circleimg1 {
  width: 65%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
@supports not (aspect-ratio:1/1) {
  .mod-double-circle-image-holder .circleimg1::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .mod-double-circle-image-holder .circleimg1::after {
    display: block;
    content: '';
    clear: both;
  }
}
.mod-double-circle-image-holder .circleimg2 {
  width: 65%;
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
@supports not (aspect-ratio:1/1) {
  .mod-double-circle-image-holder .circleimg2::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .mod-double-circle-image-holder .circleimg2::after {
    display: block;
    content: '';
    clear: both;
  }
}
.mod-double-circle-image-holder.left .circleimg1 {
  transform: translateY(20%);
}
.mod-double-circle-image-holder.left .circleimg2 {
  align-self: end;
  transform: translateY(-20%);
}
.mod-double-circle-image-holder.right .circleimg1 {
  transform: translateY(20%);
  align-self: end;
}
.mod-double-circle-image-holder.right .circleimg2 {
  transform: translateY(-20%);
}
.mod-double-circle-image-holder.right::after {
  top: 50%;
  left: 60%;
  transform: scaleX(-1) translate(50%, -50%);
}
.ir_quote_icon {
  position: absolute;
  left: -90px;
  top: 25px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background-color: #10D1D3;
  background-image: url(../../images/quotes-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.circle-repeater-outer {
  margin-bottom: 45px;
}
.circle-repeater-outer .circle-repeater-circle {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
@supports not (aspect-ratio:1/1) {
  .circle-repeater-outer .circle-repeater-circle {
    padding-bottom: 100%;
  }
}
@media (max-width: 767px) {
  .circle-repeater-outer .circle-repeater-circle {
    max-width: 300px;
    margin: auto;
    margin-bottom: 25px;
  }
}
.circle-repeater-outer .circle-repeater-circle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.2);
  z-index: -1;
  isloation: isolate;
}
.circle-repeater-outer .circle-repeater-circle img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.circle-repeater-outer .circle-repeater-content {
  font-size: .8em;
}
@media (max-width: 767px) {
  .circle-repeater-outer .circle-repeater-content {
    text-align: center;
    font-size: 1em;
  }
}
.circle-repeater-outer:nth-of-type(even) .circle-repeater-circle::after {
  background-image: url(../../images/cc-blob-brg2.svg);
}
.circle-repeater-outer:nth-of-type(odd) .circle-repeater-circle::after {
  background-image: url(../../images/cc-blob-brg1.svg);
}
.mr_cta {
  margin-top: 250px;
  margin-bottom: 250px;
}
@media (min-width: 1400px) {
  .mr_cta {
    margin-top: 150px;
    margin-bottom: 250px;
  }
}
@media (max-width: 768px) {
  .mr_cta {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
.mr_cta_band .mr_cta_band_brg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  isolation: isolate;
}
.mr_cta_band .mr_cta_band_brg .mr_cta_band_brgimg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
}
@supports not (aspect-ratio:1/1) {
  .mr_cta_band .mr_cta_band_brg .mr_cta_band_brgimg {
    height: 48vw;
  }
}
.mr_cta_band .mr_cta_band_brg .mr_cta_band_brgimg_mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .mr_cta_band .mr_cta_band_brg .mr_cta_band_brgimg {
    display: none;
  }
  .mr_cta_band .mr_cta_band_brg .mr_cta_band_brgimg_mobile {
    display: block;
  }
}
.mr_cta_band .container {
  position: relative;
  z-index: 2;
  isolation: isolate;
}
.mr_cta_band.boxes.center .mr_cta_band_brg::after,
.mr_cta_band.boxes.right .mr_cta_band_brg::after,
.mr_cta_band.formbox .mr_cta_band_brg::after,
.mr_cta_band.form .mr_cta_band_brg::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
  width: 100%;
  background-image: url(../../images/cta-boxes-overlay2.svg);
  aspect-ratio: 1440/859;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@supports not (aspect-ratio:1/1) {
  .mr_cta_band.boxes.center .mr_cta_band_brg::after,
  .mr_cta_band.boxes.right .mr_cta_band_brg::after,
  .mr_cta_band.formbox .mr_cta_band_brg::after,
  .mr_cta_band.form .mr_cta_band_brg::after {
    height: 60vw;
  }
}
@media (min-width: 1400px) {
  .mr_cta_band.boxes.center .mr_cta_band_brg::after,
  .mr_cta_band.boxes.right .mr_cta_band_brg::after,
  .mr_cta_band.formbox .mr_cta_band_brg::after,
  .mr_cta_band.form .mr_cta_band_brg::after {
    background-image: url(../../images/cta-xl-brg.svg);
    aspect-ratio: 2560/991;
    transform: translate(-50%, -52.5%);
  }
  @supports not (aspect-ratio:1/1) {
    .mr_cta_band.boxes.center .mr_cta_band_brg::after,
    .mr_cta_band.boxes.right .mr_cta_band_brg::after,
    .mr_cta_band.formbox .mr_cta_band_brg::after,
    .mr_cta_band.form .mr_cta_band_brg::after {
      height: 48vw;
    }
  }
}
@media (max-width: 768px) {
  .mr_cta_band.boxes.center .mr_cta_band_brg::after,
  .mr_cta_band.boxes.right .mr_cta_band_brg::after,
  .mr_cta_band.formbox .mr_cta_band_brg::after,
  .mr_cta_band.form .mr_cta_band_brg::after {
    display: none;
  }
}
.mr_cta_band.boxes.center .mr_cta_band_brg .mr_cta_band_brgimg,
.mr_cta_band.boxes.right .mr_cta_band_brg .mr_cta_band_brgimg,
.mr_cta_band.formbox .mr_cta_band_brg .mr_cta_band_brgimg,
.mr_cta_band.form .mr_cta_band_brg .mr_cta_band_brgimg {
  z-index: -3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  aspect-ratio: 288/143;
  -webkit-mask-image: url("../../images/cta-form-mask.svg");
  mask-image: url("../../images/cta-form-mask.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: no-repeat;
  mask-size: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@supports not (aspect-ratio:1/1) {
  .mr_cta_band.boxes.center .mr_cta_band_brg .mr_cta_band_brgimg,
  .mr_cta_band.boxes.right .mr_cta_band_brg .mr_cta_band_brgimg,
  .mr_cta_band.formbox .mr_cta_band_brg .mr_cta_band_brgimg,
  .mr_cta_band.form .mr_cta_band_brg .mr_cta_band_brgimg {
    height: 50vw;
  }
}
@media (min-width: 1400px) {
  .mr_cta_band.boxes.center .mr_cta_band_brg .mr_cta_band_brgimg,
  .mr_cta_band.boxes.right .mr_cta_band_brg .mr_cta_band_brgimg,
  .mr_cta_band.formbox .mr_cta_band_brg .mr_cta_band_brgimg,
  .mr_cta_band.form .mr_cta_band_brg .mr_cta_band_brgimg {
    -webkit-mask-image: url("../../images/xl-cta-mask.svg");
    mask-image: url("../../images/xl-cta-mask.svg");
    aspect-ratio: 721/358;
  }
  @supports not (aspect-ratio:1/1) {
    .mr_cta_band.boxes.center .mr_cta_band_brg .mr_cta_band_brgimg,
    .mr_cta_band.boxes.right .mr_cta_band_brg .mr_cta_band_brgimg,
    .mr_cta_band.formbox .mr_cta_band_brg .mr_cta_band_brgimg,
    .mr_cta_band.form .mr_cta_band_brg .mr_cta_band_brgimg {
      height: 48vw;
    }
  }
}
.mr_cta_band.formbox .mr_cta_band_brg::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  aspect-ratio: 288/143;
  transform: translate(-50%, -55%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 25%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.45) 75%, rgba(255, 255, 255, 0) 100%);
  z-index: -2;
  -webkit-mask-image: url("../../images/cta-form-mask.svg");
  mask-image: url("../../images/cta-form-mask.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: no-repeat;
  mask-size: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@supports not (aspect-ratio:1/1) {
  .mr_cta_band.formbox .mr_cta_band_brg::before {
    height: 50vw;
  }
}
@media (min-width: 1400px) {
  .mr_cta_band.formbox .mr_cta_band_brg::before {
    -webkit-mask-image: url("../../images/xl-cta-mask.svg");
    mask-image: url("../../images/xl-cta-mask.svg");
    aspect-ratio: 721/358;
  }
  @supports not (aspect-ratio:1/1) {
    .mr_cta_band.formbox .mr_cta_band_brg::before {
      height: 48vw;
    }
  }
}
@media (max-width: 768px) {
  .mr_cta_band.formbox .mr_cta_band_brg::before {
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    aspect-ratio: none;
    mask-image: none;
    -webkit-mask-image: none;
    background: rgba(255, 255, 255, 0.5);
  }
}
.mr_cta_band.form .mr_cta_band_brg::before {
  content: '';
  position: absolute;
  width: 100%;
  aspect-ratio: 288/143;
  inset: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 25%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.6) 75%, #ffffff 100%);
  z-index: -2;
  -webkit-mask-image: url("../../images/cta-form-mask.svg");
  mask-image: url("../../images/cta-form-mask.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-size: no-repeat;
  mask-size: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@supports not (aspect-ratio:1/1) {
  .mr_cta_band.form .mr_cta_band_brg::before {
    height: 50vw;
  }
}
@media (min-width: 1400px) {
  .mr_cta_band.form .mr_cta_band_brg::before {
    -webkit-mask-image: url("../../images/xl-cta-mask.svg");
    mask-image: url("../../images/xl-cta-mask.svg");
    aspect-ratio: 721/358;
  }
  @supports not (aspect-ratio:1/1) {
    .mr_cta_band.form .mr_cta_band_brg::before {
      height: 48vw;
    }
  }
}
@media (max-width: 768px) {
  .mr_cta_band.form .mr_cta_band_brg::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    z-index: 2;
    aspect-ratio: none;
    mask-image: none;
    -webkit-mask-image: none;
    background: rgba(255, 255, 255, 0.75);
  }
}
@media (max-width: 768px) {
  .ctabox-outer {
    margin-bottom: 35px;
  }
}
.ctabox-outer .ctabox-inner {
  padding: 35px;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.ctabox-outer .ctabox-inner.blue {
  background-color: rgba(0, 112, 206, 0.9);
}
.ctabox-outer .ctabox-inner.darkblue {
  background-color: rgba(0, 47, 108, 0.9);
}
.ctabox-outer .ctabox-inner.teal {
  background-color: rgba(16, 209, 211, 0.9);
}
.ctabox-outer .ctabox-inner.purple {
  background-color: rgba(99, 9, 99, 0.9);
}
.ctabox-outer .ctabox-inner.green {
  background-color: rgba(67, 176, 42, 0.9);
}
.ctabox-outer .ctabox-inner .ctabox-icon {
  width: 100%;
  max-width: 100px;
  margin: auto;
  margin-bottom: 25px;
}
.ctabox-outer .ctabox-inner .ctabox-title {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}
.ctabox-outer .ctabox-inner.smallerbox .ctabox-icon {
  max-width: 100px;
}
.ctabox-outer .ctabox-inner.smallerbox .ctabox-title {
  font-size: 20px;
}
.ctabox-outer .ctabox-inner .ctabox-cta {
  margin-top: auto;
}
.ctabox-outer .ctabox-inner .ctabox-cta .btn {
  padding: 15px;
}
.circle-col-outer {
  margin-bottom: 30px;
}
.circle-col-outer .circle-col-inner {
  text-align: center;
  height: 100%;
}
.circle-col-outer .circle-col-inner .circle-col-image {
  position: relative;
  width: 70%;
  max-width: 280px;
  aspect-ratio: 1;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 0;
}
@supports not (aspect-ratio:1/1) {
  .circle-col-outer .circle-col-inner .circle-col-image::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .circle-col-outer .circle-col-inner .circle-col-image::after {
    display: block;
    content: '';
    clear: both;
  }
}
.circle-col-outer .circle-col-inner .circle-col-image::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  z-index: -1;
  isolation: isolate;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@supports not (aspect-ratio:1/1) {
  .circle-col-outer .circle-col-inner .circle-col-image::after {
    padding-bottom: 120%;
  }
}
.circle-col-outer .circle-col-inner .circle-col-image img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.circle-col-outer .circle-col-inner .circle-col-title {
  color: #002F6C;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}
.circle-col-outer .circle-col-inner .circle-col-content {
  font-size: .8em;
}
.circle-col-outer:nth-of-type(odd) .circle-col-inner .circle-col-image::after {
  aspect-ratio: 1;
  background-image: url(../../images/circle-col-brg1.svg);
}
.circle-col-outer:nth-of-type(2n) .circle-col-inner .circle-col-image::after {
  aspect-ratio: 1;
  background-image: url(../../images/circle-col-brg2.svg);
}
.circle-col-outer:nth-of-type(3n) .circle-col-inner .circle-col-image::after {
  width: 118%;
  aspect-ratio: 1;
  background-image: url(../../images/circle-col-brg3.svg);
}
.bw_accordion_outer {
  margin-bottom: 45px;
}
.bw_accordion_outer:last-of-type {
  margin-bottom: 0;
}
.bw_accordion_outer .bw_accordion_inner {
  background-color: #F1F6FC;
  border-radius: 5px;
  padding: 25px 15px;
}
.bw_accordion_outer .bw_acc_title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.bw_accordion_outer .bw_acc_title.acc_state-title {
  color: #0070CE;
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
}
.bw_accordion_outer .bw_acc_title .mr_acc_icon {
  display: block;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 15px;
  position: relative;
}
@supports not (aspect-ratio:1/1) {
  .bw_accordion_outer .bw_acc_title .mr_acc_icon::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .bw_accordion_outer .bw_acc_title .mr_acc_icon::after {
    display: block;
    content: '';
    clear: both;
  }
}
.bw_accordion_outer .bw_acc_title .mr_acc_icon img {
  display: inline-block;
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  object-fit: contain;
  object-position: center;
}
.bw_accordion_outer .bw_acc_title .mr_acc_icon.blue {
  background-color: #0070CE;
}
.bw_accordion_outer .bw_acc_title .mr_acc_icon.darkblue {
  background-color: #002F6C;
}
.bw_accordion_outer .bw_acc_title .mr_acc_icon.liteblue {
  background-color: #6BBCFF;
}
.bw_accordion_outer .bw_acc_title .mr_acc_icon.teal {
  background-color: #10D1D3;
}
.bw_accordion_outer .bw_acc_title .mr_acc_icon.purple {
  background-color: #630963;
}
.bw_accordion_outer .bw_acc_title .mr_acc_icon.yellow {
  background-color: #FDBB30;
}
.bw_accordion_outer .bw_acc_title .mr_acc_icon.green {
  background-color: #43B02A;
}
.bw_accordion_outer .bw_acc_content .bw_acc_content_inner {
  font-size: 18px;
}
.bw_accordion_outer .bw_acc_content .bw_acc_content_inner p:last-of-type {
  margin-bottom: 0;
}
.bw_accordion_outer .bw_acc_content .bw_acc_content_inner.bw_accordion_hidden {
  height: 150px;
  overflow: hidden;
  transition: .25s;
  position: relative;
}
.bw_accordion_outer .bw_acc_content .bw_acc_content_inner.bw_accordion_hidden::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, #f1f6fc 0%, rgba(241, 246, 252, 0) 100%);
}
.bw_accordion_outer .bw_acc_toggle {
  padding: 15px;
  text-align: center;
  transform: rotate(0deg);
  transition: .25s;
  cursor: pointer;
}
.bw_accordion_outer .bw_acc_toggle span {
  display: inline-block;
  width: 14px;
  height: 3px;
  position: relative;
}
.bw_accordion_outer .bw_acc_toggle span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  background-color: #002F6C;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transform: rotate(-55deg);
}
.bw_accordion_outer .bw_acc_toggle span::after {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  background-color: #002F6C;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transform: rotate(55deg);
}
.bw_accordion_outer.active .bw_acc_content .bw_acc_content_inner.bw_accordion_hidden {
  height: calc(100% - 55px);
}
.bw_accordion_outer.active .bw_acc_content .bw_acc_content_inner.bw_accordion_hidden::after {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.bw_accordion_outer.active .bw_acc_toggle {
  transform: rotate(180deg);
}
.bw_accordion_state_list {
  background-color: #FDBB30;
  border-radius: 5px;
  padding: 35px;
}
.bw_accordion_state_list .state-list-title {
  padding-right: 25px;
  color: #002F6C;
}
.bw_accordion_state_list .bw_statelist {
  flex-basis: 75%;
}
.bw_accordion_state_list .dd-list {
  z-index: 9;
  width: 100%;
}
.bw_accordion_state_list .dd-list .dd-list-active {
  border-color: #fff;
}
.single-team-holder {
  margin-bottom: 35px;
  margin-top: 35px;
}
.single-team-holder .team-outer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.single-team-holder .team-photo {
  width: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  transition: .25s;
}
@supports not (aspect-ratio:1/1) {
  .single-team-holder .team-photo::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .single-team-holder .team-photo::after {
    display: block;
    content: '';
    clear: both;
  }
}
.single-team-holder:hover .team-photo {
  filter: grayscale(0.25);
}
.single-team-holder .team-inner {
  text-align: left;
  margin-bottom: 15px;
}
.single-team-holder .team-inner .team-name {
  font-size: 20px;
  color: #0070CE;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-team-holder .team-inner .team-title {
  color: #536480;
  font-size: 16px;
}
.single-team-holder .team-toggle {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: auto;
  aspect-ratio: 139/17;
  display: flex;
  justify-content: center;
  align-items: center;
}
@supports not (aspect-ratio:1/1) {
  .single-team-holder .team-toggle::before {
    content: '';
    float: left;
    padding-top: calc(100% *  17  /  139 );
  }
  .single-team-holder .team-toggle::after {
    display: block;
    content: '';
    clear: both;
  }
}
.single-team-holder .team-toggle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 139/17;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  isolation: isolate;
  background-image: url(../../images/team-toggle-brg.svg);
}
@supports not (aspect-ratio:1/1) {
  .single-team-holder .team-toggle::after::before {
    content: '';
    float: left;
    padding-top: calc(100% *  17  /  139 );
  }
  .single-team-holder .team-toggle::after::after {
    display: block;
    content: '';
    clear: both;
  }
}
.single-team-holder .team-toggle span {
  display: inline-block;
  position: relative;
  width: 9%;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
}
@supports not (aspect-ratio:1/1) {
  .single-team-holder .team-toggle span::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .single-team-holder .team-toggle span::after {
    display: block;
    content: '';
    clear: both;
  }
}
.single-team-holder .team-toggle span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 60%;
  height: 2px;
  background-color: #002F6C;
}
.single-team-holder .team-toggle span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 2px;
  background-color: #002F6C;
}
.single-team-holder.col-lg-5s.active .team-toggle span {
  transform: rotate(45deg);
}
.single-team-holder.active .team-photo {
  filter: grayscale(0);
}
.single-team-holder.active .team-toggle span {
  transform: rotate(45deg);
}
.popup-all-holder {
  display: none;
  position: relative;
  width: 100%;
  background-color: #F1F6FC;
}
.popup-all-holder.active {
  display: block;
}
.popup-info-holder {
  display: none;
  padding: 35px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.popup-info-holder .family-name {
  display: none;
}
.popup-info-holder .family-name span {
  color: #0070CE;
  font-size: 22px;
}
.popup-info-holder .z5-popbox-inside-title {
  color: #002F6C;
  font-weight: 600;
  font-size: 24px;
}
.popup-info-holder .z5-popbox-inside-subtitle {
  color: #002F6C;
  font-weight: 400;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 15px;
}
.popup-info-holder .z5-popbox-inside-content {
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.active .popup-info-holder {
  display: block;
}
.s-mod-nav {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 25px;
}
.s-mod-nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 5px;
  background-color: #FDBB30;
}
.s-mod-nav a {
  font-weight: 600;
  color: #002F6C;
  font-size: 20px;
}
.mr-faq-outer {
  padding: 0 15px;
}
.mr-faq-outer .mr-faq-title {
  color: #0070CE;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.mr-faq-outer .mr-faq-title::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -18px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #43B02A;
  border-right: 2px solid #43B02A;
  transform: rotate(45deg);
}
.mr-faq-outer .mr-faq-content-outer {
  display: none;
}
.mr-faq-outer.active .mr-faq-title::before {
  top: 11px;
  transform: rotate(-135deg);
}
.s-multifaq-nav {
  opacity: .5;
  color: #002F6C;
}
.s-multifaq-nav a {
  color: #002F6C;
}
.s-multifaq-nav.active {
  opacity: 1;
}
.s-multifaq-nav:hover {
  opacity: .75;
}
.multifaq-inner {
  display: none;
}
.multifaq-inner.active {
  display: block;
}
.states-lists-holder a {
  color: #0070CE;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.chb-outer .chb-inner {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 5px;
  position: relative;
}
@supports not (aspect-ratio:1/1) {
  .chb-outer .chb-inner::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .chb-outer .chb-inner::after {
    display: block;
    content: '';
    clear: both;
  }
}
.chb-outer .chb-inner .chb-title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 25px;
}
.chb-outer .chb-inner .chb-hover {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  min-height: 100%;
  max-height: 100%;
  color: #fff;
  border-radius: 5px;
  transition: 0.25s opacity, 0.75s max-height;
  z-index: 3;
}
.chb-outer.green .chb-inner,
.chb-outer.green .chb-hover {
  background-color: #43B02A;
}
.chb-outer.blue .chb-inner,
.chb-outer.blue .chb-hover {
  background-color: #0070CE;
}
.chb-outer.darkblue .chb-inner,
.chb-outer.darkblue .chb-hover {
  background-color: #002F6C;
}
.chb-outer.purple .chb-inner,
.chb-outer.purple .chb-hover {
  background-color: #630963;
}
.chb-outer.teal .chb-inner,
.chb-outer.teal .chb-hover {
  background-color: #10D1D3;
}
.chb-outer:hover .chb-inner .chb-hover {
  opacity: 1;
  max-height: 300%;
}
.iconcol-inner {
  text-align: center;
}
.iconcol-inner .mr-iconcol-icon {
  width: 60px;
  height: 60px;
  position: relative;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}
.iconcol-inner .mr-iconcol-icon img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
  object-position: center;
}
.iconcol-inner .mr-iconcol-icon.green {
  background-color: #43B02A;
}
.iconcol-inner .mr-iconcol-icon.blue {
  background-color: #0070CE;
}
.iconcol-inner .mr-iconcol-icon.liteblue {
  background-color: #6BBCFF;
}
.iconcol-inner .mr-iconcol-icon.darkblue {
  background-color: #002F6C;
}
.iconcol-inner .mr-iconcol-icon.purple {
  background-color: #630963;
}
.iconcol-inner .mr-iconcol-icon.teal {
  background-color: #10D1D3;
}
.iconcol-inner .iconcol-content {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
  padding: 0 10px;
  font-size: 16px;
}
.awards-single-outer {
  padding: 10px;
}
.awards-single-outer .awards-single-inner {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 5px;
  border: 2px solid #6BBCFF;
  padding: 15px;
}
@supports not (aspect-ratio:1/1) {
  .awards-single-outer .awards-single-inner::before {
    content: '';
    float: left;
    padding-top: calc(100% *  1  /  1 );
  }
  .awards-single-outer .awards-single-inner::after {
    display: block;
    content: '';
    clear: both;
  }
}
.awards-single-outer .awards-single-inner .awards-single-photo {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 75px;
}
.awards-single-outer .awards-single-inner .awards-single-photo img {
  width: 70px;
}
@media (max-width: 768px) {
  .awards-single-outer .awards-single-inner .awards-single-photo {
    aspect-ratio: 1;
  }
  @supports not (aspect-ratio:1/1) {
    .awards-single-outer .awards-single-inner .awards-single-photo::before {
      content: '';
      float: left;
      padding-top: calc(100% *  1  /  1 );
    }
    .awards-single-outer .awards-single-inner .awards-single-photo::after {
      display: block;
      content: '';
      clear: both;
    }
  }
  .awards-single-outer .awards-single-inner .awards-single-photo img {
    width: 75%;
  }
}
.awards-single-outer .awards-single-inner .awards-single-title {
  text-align: center;
  font-size: 15px;
  color: #630963;
}
.single-event-inner {
  margin-bottom: 25px;
  width: 100%;
  border-radius: 5px;
  background-color: #F1F6FC;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-event-inner {
    flex-direction: column;
  }
}
.single-event-inner .single-event-photo {
  width: 275px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-event-inner .single-event-photo {
    width: 100%;
    padding-bottom: 50%;
  }
}
.single-event-inner .single-event-photo img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.single-event-inner .single-event-content {
  padding: 35px;
  position: relative;
  padding-right: 200px;
  flex-grow: 1;
  width: calc(100% - 275px);
}
@media (max-width: 767px) {
  .single-event-inner .single-event-content {
    text-align: center;
    padding-right: 35px;
    width: 100%;
  }
}
.single-event-inner .single-event-content .single-event-title {
  color: #0070CE;
  margin-bottom: 5px;
}
.single-event-inner .single-event-content .single-event-excerpt {
  margin-bottom: 15px;
}
.single-event-inner .single-event-content .single-event-date {
  font-weight: 800;
  letter-spacing: .05em;
  font-size: 18px;
}
.single-event-inner .single-event-content .single-event-cta {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .single-event-inner .single-event-content .single-event-cta {
    position: static;
    transform: none;
    margin-top: 15px;
  }
}
.callout-outer {
  margin-bottom: 35px;
}
.callout-outer .callout-inner .callout-icon {
  width: 70px;
}
.callout-outer .callout-inner .callout-icon .colored-icon-box img {
  position: absolute;
  top: 10%;
  left: 10%;
  object-fit: contain;
  object-position: center;
}
.callout-outer .callout-inner .callout-content {
  width: calc(100% - 75px);
  padding-left: 15px;
}
.callout-outer .callout-inner .callout-content .callout-title {
  font-weight: 500;
  font-size: 22px;
}
.callout-outer .callout-inner .callout-content .callout-title.blue {
  color: #0070CE;
}
.callout-outer .callout-inner .callout-content .callout-title.darkblue {
  color: #002F6C;
}
.callout-outer .callout-inner .callout-content .callout-title.purple {
  color: #630963;
}
.callout-outer .callout-inner .callout-content .callout-title.green {
  color: #43B02A;
}
.callout-outer .callout-inner .callout-content .callout-title.teal {
  color: #10D1D3;
}
.callout-outer .callout-inner .callout-content .callout-link a {
  padding-left: 15px;
  font-size: 18px;
  color: #002F6C;
  font-weight: 500;
}
.callout-outer .callout-inner .callout-content .callout-link a::after {
  content: '>';
  padding-left: 5px;
}
@media (max-width: 575px) {
  .cb-outer {
    padding: 0 18px;
  }
}
#HopeCheck {
  position: relative;
  opacity: 0;
}
#HopeCheckL {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
#HopeCheckL p {
  margin-bottom: 0;
}
#HopeCheckL::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -18px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 2px solid #FDBB30;
}
#HopeCheck:checked ~ #HopeCheckL::before {
  background-color: #FDBB30;
}
#HopeCheck:checked ~ #HopeCheckL::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -12px;
  width: 25px;
  height: 40px;
  background-image: url(../../images/checkmark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#DualCheck {
  position: relative;
  opacity: 0;
}
#DualCheckL {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
#DualCheckL p {
  margin-bottom: 0;
}
#DualCheckL::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -18px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 2px solid #FDBB30;
}
#DualCheck:checked ~ #DualCheckL::before {
  background-color: #FDBB30;
}
#DualCheck:checked ~ #DualCheckL::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -12px;
  width: 25px;
  height: 40px;
  background-image: url(../../images/checkmark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .pricingbox-outer {
    margin-bottom: 15px;
  }
}
.pricingbox-outer .pricingbox-inner {
  position: relative;
  background-color: #F1F6FC;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
}
.pricingbox-outer .pricingbox-inner h2 {
  font-size: 24px;
}
.pricingbox-outer .pricingbox-inner .pricingbox-title {
  display: flex;
  margin-bottom: 15px;
}
.pricingbox-outer .pricingbox-inner .pricingbox-title .colored-icon-box {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.pricingbox-outer .pricingbox-inner .pricingbox-title .colored-icon-box img {
  width: 80%;
  height: 80%;
  inset: auto;
  top: 10%;
  left: 10%;
}
.pricingbox-outer .pricingbox-inner .pricingbox-title .pb-title {
  width: calc(100% - 70px);
}
.pricingbox-outer .pricingbox-inner .pricingbox-price {
  color: #0070CE;
  margin-bottom: 15px;
}
.pricingbox-outer .pricingbox-inner .pricingbox-content {
  margin-bottom: 15px;
}
.pricingbox-outer .pricingbox-inner .pricingbox-content img {
  width: 100%;
  border-radius: 5px;
}
.pricingbox-outer .pricingbox-inner .pricingbox-content h4 {
  font-size: 20px;
}
.pricingbox-outer .pricingbox-inner .pricingbox-content h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #002F6C;
}
.pricingbox-outer .pricingbox-inner .pricingbox-content p {
  font-size: 16px;
}
.pricingbox-outer .pricingbox-inner .pricingbox-content ul {
  font-size: 16px;
}
.pricingbox-outer .pricingbox-inner .pricingbox-content ul li {
  font-size: 16px;
}
.pricingbox-outer .pricingbox-inner .pricingbox-content .checklist-outer ul li {
  color: #59595C;
  font-size: 16px;
}
.pricingbox-outer .pricingbox-inner .pricingbox-cta {
  margin-top: auto;
}
.pricingbox-outer .pricingbox-inner.blue {
  background-color: #0070CE;
}
.pricingbox-outer .pricingbox-inner.blue .pricingbox-content h3 {
  color: #fff;
}
.pricingbox_inner_holder {
  display: none;
}
.pricingbox_inner_holder.active {
  display: block;
}
.pricingbox_inner_holder .pricing_disable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F1F6FC;
  opacity: .75;
  border-radius: 5px;
  z-index: 2;
}
.cb-outer.dualchk {
    margin-top: 18px;
}