@charset "UTF-8";
/*
 *
 * CUSTOM TOOLTIP COLORS
 *
*/
/*
 * LIGHT TEXT WYSIWYG
 * Use in WYSIWYG components that
 * have a dark background color
*/
/*
 * FALLBACK BG COLOR
 * Change background style to solid
 * color on XS screens
*/
/*
 * Header scroll effect
*/
@-webkit-keyframes menu-slide-in {
  0% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); } }
@keyframes menu-slide-in {
  0% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); } }

@-webkit-keyframes menu-slide-out {
  100% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); } }

@keyframes menu-slide-out {
  100% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); } }

@-webkit-keyframes menu-slide-out-2 {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes menu-slide-out-2 {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.anchor-main {
  display: block;
  padding-top: 80px;
  margin-top: -80px; }

/*
 * DUOTONES
 * For components with duotone backgrounds
*/
.duotone {
  position: relative;
  overflow: hidden; }
  .duotone .duotone__image {
    -webkit-filter: grayscale(100%) contrast(1.5);
            filter: grayscale(100%) contrast(1.5);
    mix-blend-mode: multiply;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .duotone::before {
    content: '';
    background-color: #012169;
    height: 100%;
    mix-blend-mode: lighten;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
  @media (max-width: 767.98px) {
    .duotone {
      background: #012169; }
      .duotone .duotone__image, .duotone::before {
        display: none; } }
  @media (min-width: 768px) {
    .duotone {
      background: #005191; }
      .duotone.duotone-magenta {
        background: #74004a; }
      .duotone.duotone-green {
        background: #005d4e; }
      .duotone.duotone-blue {
        background: #005191; }
      .duotone.duotone-purple {
        background: #4f4492; }
      .duotone .duotone__content {
        position: relative;
        z-index: 3; } }

.goog-te-menu-value span {
  color: #101820; }

.close {
  float: none;
  line-height: initial; }

h2,
.h2,
h3,
.h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  letter-spacing: .05em; }

h2,
.h2,
h4,
.h4,
h6,
.h6 {
  color: #012169; }

h2,
.h2,
.main-section-headline {
  font-size: 52px; }

h3,
.h3 {
  font-size: 2.5rem; }

h4,
.h4 {
  font-size: 1.75rem; }

h5,
.h5 {
  font-size: 1.5rem; }

h6,
.h6 {
  font-size: 1.25rem; }

@media (max-width: 575.98px) {
  .display-1 {
    font-size: 3rem; }
  .display-2 {
    font-size: 2.5rem; }
  h1,
  .h1,
  .display-3 {
    font-size: 2.25rem; }
  h2,
  .h2,
  .display-4,
  .main-section-headline {
    font-size: 1.5rem; }
  h3,
  .h3 {
    font-size: 1.25rem; }
  h4,
  .h4 {
    font-size: 1.125rem; }
  h5,
  .h5 {
    font-size: 1rem; }
  h6,
  .h6 {
    font-size: .93rem; } }

/*
 *
 * Lists
 *
*/
.list-checks,
.list-checkbox {
  margin-left: 1em;
  padding-left: 0;
  list-style: none; }
  .list-checks li,
  .list-checkbox li {
    padding-left: 1.125em;
    position: relative; }
    .list-checks li::before,
    .list-checkbox li::before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      color: #41b6e6;
      position: absolute;
      left: -0.25em; }

.list-checks li::before {
  content: "\f00c";
  font-weight: 800; }

.list-checkbox li::before {
  content: "\f0c8";
  font-weight: 400; }

/*
 * Heading text outlined
*/
.heading-outline {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
  color: #012169; }
  @media (min-width: 768px) {
    .heading-outline {
      -webkit-text-fill-color: #fff;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #012169;
      font-size: 6rem; } }

/*
 * Heading text with cyan overline
*/
.main-section-headline,
.wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) {
  font-family: "Barlow Condensed", sans-serif;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: uppercase;
  color: #012169;
  max-width: 100%;
  margin-bottom: 2rem; }
  .main-section-headline h1, .main-section-headline h2, .main-section-headline h3, .main-section-headline h4, .main-section-headline h5, .main-section-headline h6,
  .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h1,
  .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h2,
  .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h3,
  .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h4,
  .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h5,
  .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h6 {
    font-size: inherit;
    margin-bottom: 0; }
    .main-section-headline h1 span, .main-section-headline h2 span, .main-section-headline h3 span, .main-section-headline h4 span, .main-section-headline h5 span, .main-section-headline h6 span,
    .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h1 span,
    .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h2 span,
    .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h3 span,
    .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h4 span,
    .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h5 span,
    .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h6 span {
      color: #007dba; }
  .main-section-headline h1,
  .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .main-section-headline::before,
  /*.wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title)::before {*/
  /*  width: 100%;*/
  /*  height: 5px;*/
  /*  background-color: #41b6e6;*/
  /*  display: block;*/
  /*  margin-bottom: 0.5rem;*/
  /*  content: ''; }*/
  @media (min-width: 768px) {
    .main-section-headline,
    .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .main-section-headline > div:first-child,
      .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) > div:first-child {
        width: 65%; }
      .main-section-headline > div:last-child,
      .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) > div:last-child {
        width: 35%; }
      .main-section-headline::after,
      .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title)::after {
        margin-top: 1rem; }
      .main-section-headline .btn.btn-link,
      .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) .btn.btn-link {
        display: block; } }
  @media (min-width: 992px) {
    .main-section-headline > div:first-child,
    .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) > div:first-child {
      width: 75%; }
    .main-section-headline > div:last-child,
    .wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) > div:last-child {
      width: 25%; } }

.heading-link {
  font-size: 1.125rem; }
  .heading-link a {
    color: #012169; }
  @media (min-width: 768px) {
    .heading-link {
      position: relative;
      top: -.2em; } }

.wysiwyg .main-section-headline,
.wysiwyg h2:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.callout__title) {
  margin-top: 2rem; }

.wysiwyg .imported-block {
  margin: 1.5rem 0; }

/*
 * Heading text modifiers
*/
.subheading {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.lead {
  color: #007dba;
  font-size: 1.125rem; }

/*
 * Hide empty Ps in WYSIWYG for even vertical spacing (and to foil anyone who tries to use Ps as spacers)
*/
.wysiwyg p:empty {
  display: none; }

.wysiwyg ul:not(.list-checks):not(.list-steps),
.wysiwyg ol:not(.list-checks):not(.list-steps) {
  margin-left: 1em;
  padding-left: 0;
  list-style: none; }
  .wysiwyg ul:not(.list-checks):not(.list-steps) li,
  .wysiwyg ol:not(.list-checks):not(.list-steps) li {
    padding-left: 1.125em; }
    .wysiwyg ul:not(.list-checks):not(.list-steps) li::before,
    .wysiwyg ol:not(.list-checks):not(.list-steps) li::before {
      color: #41b6e6;
      font-weight: 900; }

.wysiwyg ul:not(.list-checks):not(.list-steps) li {
  position: relative; }
  .wysiwyg ul:not(.list-checks):not(.list-steps) li::before {
    content: "\2022";
    position: absolute;
    top: 0;
    left: 0; }

.wysiwyg ol:not(.list-checks):not(.list-steps) {
  counter-reset: li; }
  .wysiwyg ol:not(.list-checks):not(.list-steps) li {
    counter-increment: li; }
    .wysiwyg ol:not(.list-checks):not(.list-steps) li::before {
      content: "." counter(li);
      display: inline-block;
      width: 1.5em;
      margin-left: -2em;
      margin-right: 0.5em;
      text-align: right;
      direction: rtl; }
    

.btn {
  line-height: 1.1;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 28px 16px;
  text-align: left;
  padding: .5rem 2.5rem .5rem 1rem; }
  .btn.btn-link {
    padding: 0 2.5rem 0 0; }
  .btn.btn-warning {
    background-color: #f2a900; }
    .btn.btn-warning:hover, .btn.btn-warning.active {
      color: #012169; }
  .btn.btn-lg,
  .btn-group-lg > .btn {
    padding-top: .75rem;
    padding-bottom: .75rem; }
  .btn.btn-xl,
  .btn-group-xl > .btn {
    font-size: 1.45rem;
    padding: 1rem 3rem 1rem 2rem; }
    @media (max-width: 575.98px) {
      .btn.btn-xl,
      .btn-group-xl > .btn {
        padding: 1rem 2rem 1rem 1rem; } }
  .btn.accordion__toggle {
    background-image: none; }
  .card.calendar .btn {
    background-image: none;
    padding-right: 1rem; }
  .main-content .btn.btn-primary {
    color: #012169;
    background-color: #f2a900;
    border-color: #f2a900; }
    .main-content .btn.btn-primary:hover {
      background-color: #ffbe26;
      border-color: #ffbe26; }
  .main-content .btn.btn-secondary {
    color: #012169;
    background-color: #41b6e6;
    border-color: #41b6e6; }
    .main-content .btn.btn-secondary:hover {
      background-color: #77cbed;
      border-color: #77cbed; }

.btn-arrow, .link-arrow {
  font-weight: 800;
  padding-left: 0px;
  display: block;
    
}
  
.accordion__toggle {
    padding: 1rem 3rem 1rem 1rem;
}

.accordion__toggle:focus {
    background: transparent;
}

.accordion .card-body .fas {
  position: static;
  margin-right: 0;
  -webkit-transform: none;
          transform: none; }


@media (max-width: 991.98px) {
  .card-feature:last-child {
    margin-bottom: 0 !important; } }

.code__card {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .code__card {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 767.98px) {
    .code__card {
      margin-bottom: 1rem; } }
  @media (max-width: 575.98px) {
    .code__card {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.code__card--item {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  line-height: 1.1;
  padding: 1rem;
  background-color: #101820;
  border-top: 3px solid #f2a900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%; }
  .code__card--item strong {
    color: #41b6e6; }
  .code__card--item .code__card--number {
    font-size: 3.75rem;
    color: #f2a900; }
  @media (min-width: 992px) {
    .code__card--item:not(:last-of-type) {
      margin-right: calc( 30px / 2); } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .code__card--item:not(:last-of-type) {
      margin-bottom: calc( 30px / 2); } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .code__card--item:not(:last-of-type) {
      margin-right: calc( 30px / 2); } }
  @media (max-width: 575.98px) {
    .code__card--item:not(:last-of-type) {
      margin-bottom: calc( 30px / 2); } }

.contact-block address {
  margin-bottom: 0; }

.contact-block__wrapper {
  background-color: #f2f2f0; }

.contact-block__content {
  border-top: 4px solid #f2a900; }

.section {
  padding-top: 2rem;
  padding-bottom: 0; }

.container .container {
  padding-right: 0;
  padding-left: 0; }

.lead-block {
  position: relative; }
  .lead-block::before {
    height: 12px;
    content: '';
    background-image: linear-gradient(135deg, #f2a900 20%, #ffffff 20%, #ffffff 50%, #f2a900 50%, #f2a900 70%, #ffffff 70%, #ffffff 100%);
    background-size: 8.00px 8.00px;
    display: block;
    width: 100%;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .lead-block::before {
        position: absolute;
        top: 7px;
        left: 0;
        width: calc( 33.33333% - (30px / 2)); } }

.highlight {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 575.98px) {
    .highlight {
      background: #012169 !important; } }
  .highlight h2,
  .highlight h3,
  .highlight h4,
  .highlight h5,
  .highlight h6,
  .highlight .main-section-headline {
    color: #fff; }
  .highlight .wysiwyg {
    color: #fff; }
    .highlight .wysiwyg h1, .highlight .wysiwyg h2, .highlight .wysiwyg h3, .highlight .wysiwyg h4, .highlight .wysiwyg h5, .highlight .wysiwyg h6 {
      color: #fff; }
    .highlight .wysiwyg a:not(.btn) {
      color: #ffba1c; }

.filter-form {
  padding: 1.5rem;
  border: 1px solid #d9d9d6;
  background-color: #f2f2f0; }
  .filter-form legend {
    color: #012169;
    font-size: 1.25rem; }

.filter-results {
  padding: calc(15px / 2);
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #b0d8e7;
  background-color: #ebf5f9;
  background-image: url(../lib/standard-template/images/pattern-bg-blue.svg);
  background-repeat: repeat;
  background-position: center; }
  .filter-results mark {
    padding: 0; }
  .filter-results .filter-results-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .filter-results .filter-results-item {
    width: 100%;
    margin: calc(15px / 2); }
    @media (min-width: 576px) {
      .filter-results .filter-results-item {
        width: calc(50% - 15px); } }
    @media (min-width: 992px) {
      .filter-results .filter-results-item {
        width: calc(33.3333% - 15px); } }
  .filter-results .filter-results-item > a {
    text-decoration: none; }
  .filter-results .filter-results-button {
    padding: 1.5rem 1rem;
    text-align: left;
    background-color: #fff;
    border: 1px solid #41b6e6;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .filter-results .filter-results-button:hover, .filter-results .filter-results-button:focus {
      outline: 2px solid #41b6e6; }
  .filter-results .filter-results-title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.25rem;
    font-weight: 700;
    color: #007dba;
    line-height: 1.1em;
    margin-bottom: 1.5rem;
    position: relative; }
    .filter-results .filter-results-title::after {
      position: absolute;
      bottom: -0.85rem;
      left: 0;
      content: '';
      width: 40px;
      height: 3px;
      background-color: #b1b3b3; }
  .filter-results .filter-results-content {
    font-size: 0.875rem; }
  .filter-results .filter-results-subtitle {
    font-style: italic;
    font-size: 0.875rem; }

.footer-hat {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 250px;
  margin-bottom: -2rem; }
  
  @media (min-width: 992px) {
    .footer-hat {
      height: 500px; } }

.form-check-button {
  position: relative; }
  .form-check-button .form-check-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .form-check-button .form-check-input:hover + .form-check-label {
      border: 2px solid #41b6e6; }
    .form-check-button .form-check-input:focus + .form-check-label {
      background-color: #ffdc8c; }
  .form-check-button .form-check-label {
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #ddd;
    margin-bottom: 0.25rem;
    cursor: pointer;
    transition: all 0.1s ease-in-out; }
    .form-check-button .form-check-label::before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      content: '\f111';
      color: #41b6e6;
      margin-right: 0.25rem; }
  .form-check-button .form-check-input:checked + .form-check-label {
    border-color: #41b6e6; }
    .form-check-button .form-check-input:checked + .form-check-label::before {
      content: '\f058'; }
  .form-check-button.form-check-button-clear .form-check-input:checked + .form-check-label::before {
    content: ""; }

.stat {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.1;
  max-width: 275px; }
  .stat .stat__highlight {
    font-family: "Spectral", serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    font-size: 2.4rem;
    line-height: 1;
    color: #0033A0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .stat .stat__highlight--short {
    font-size: 3.5rem; }
  .stat .stat__highlight--sm {
    font-size: .42em;
    margin: .15em 0 .25em 0; }
  .stat .stat__text {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #012169;
    font-size: 1.25rem;
    margin: .25rem 0; }
  .stat .stat__source {
    color: #012169;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .25em; }
  .stat .stat__image {
    max-width: 255px;
    margin-bottom: .5rem; }
    
 @media (min-width: 768px) {
    .stat .stat__highlight--bordered {
      margin: 0 auto;
      padding: 1rem;
      }
   
   }

.table caption {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  line-height: 1.1;
  padding-top: 0;
  padding-bottom: 1.5rem; }

.table .thead-dark {
  border-bottom: 3px solid #f2a900; }
  .table .thead-dark td {
    background-color: #012169; }
  .table .thead-dark td, .table .thead-dark th {
    border-color: #52617d; }

.table .table-highlight td, .table .table-highlight th {
  background-color: #007dba;
  border-color: #94a1b7;
  color: #fff; }

.table.table-bordered th,
.table.table-bordered td {
  border-width: 1px; }

.table tfoot {
  font-size: .875rem; }

@media (max-width: 575.98px) {
  .table.table-collapse-xs thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .table.table-collapse-xs tbody td {
    text-align: right; }
  .table.table-collapse-xs th {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.25rem;
    background-color: #012169;
    color: #fff;
    border-width: 0;
    border-bottom: 3px solid #f2a900; }
  .table.table-collapse-xs tr,
  .table.table-collapse-xs th,
  .table.table-collapse-xs td {
    display: block; }
  .table.table-collapse-xs td {
    border: none; }
    .table.table-collapse-xs td::before {
      content: attr(data-label);
      font-weight: 800;
      float: left;
      cursor: text; }
    .table.table-collapse-xs td:not(:last-of-type) {
      border-bottom: 1px solid #d0d0ce; }
  .table.table-collapse-xs .table-highlight td {
    border-color: #94a1b7; } }

.cta {
  background-color: #012169;
  padding: 2rem 30px; }
  .cta .cta__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 991.98px) {
      .cta .cta__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .cta .cta__row .cta__icon {
          -ms-flex-item-align: start;
              align-self: flex-start;
          padding-top: .375rem; }
          .cta .cta__row .cta__icon + .cta__text {
            width: calc( 100% - 72px); }
            .cta .cta__row .cta__icon + .cta__text + .cta__btn {
              padding-left: calc( 72px + 30px); }
        .cta .cta__row .cta__text {
          width: 100%;
          padding-right: 0; }
        .cta .cta__row .cta__btn {
          width: 100%;
          padding-top: 1.5rem;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
    @media (max-width: 575.98px) {
      .cta .cta__row .cta__icon {
        padding-top: 0;
        padding-bottom: 1.5rem; }
      .cta .cta__row .cta__text {
        font-size: 1.5rem;
        width: 100%;
        padding-left: 0; }
      .cta .cta__row .cta__btn {
        padding-left: 0; } }
    @media (min-width: 992px) {
      .cta .cta__row .cta__text {
        width: 70%; }
      .cta .cta__row .cta__btn {
        width: 30%; } }
  .cta .cta__icon {
    width: 72px; }
    .cta .cta__icon img {
      height: auto;
      width: inherit; }
    .cta .cta__icon + .cta__text {
      padding-left: 30px; }
  .cta .cta__text {
    font-family: "Spectral", serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.1;
    padding-right: calc(30px / 2); }
  .cta .cta__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }

.btn-feed {
  display: block;
  background-color: #012169;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-height: 135px;
  overflow: hidden; }
  .btn-feed .btn-feed__text,
  .btn-feed .btn-feed__img {
    width: 50%; }
  .btn-feed .btn-feed__text {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.1;
    font-size: 1rem;
    padding: 0 calc(30px / 2); }
    @media (min-width: 992px) {
      .btn-feed .btn-feed__text {
        font-size: 1.25rem;
        padding: 0 2rem; } }
  .btn-feed .btn-feed__img img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .btn-feed:hover {
    color: #fff;
    text-decoration: underline; }
  .btn-feed:hover, .btn-feed:focus {
    outline: 3px solid #41b6e6; }

.testimonial {
  background-color: #ebf5f9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .testimonial .testimonial-wrap {
    border: 3px solid #fff;
    position: relative; }
  .testimonial .testimonial__blockquote {
    font-family: "Spectral", serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    font-style: italic;
    font-weight: 400;
    font-size: 1.5rem; }
  .testimonial .testimonial__cite {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: .875rem;
    line-height: 1.1; }
    .testimonial .testimonial__cite > span {
      display: block; }
  .testimonial .testimonial__name {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #012169;
    font-size: 1.125rem; }
  .testimonial .testimonial__img {
    position: absolute; }
    .testimonial .testimonial__img img {
      max-width: 100px;
      max-height: 125px; }
  @media (max-width: 991.98px) {
    .testimonial .testimonial-wrap {
      width: calc( 100% - 30px);
      padding: calc(30px / 2);
      left: calc(30px / 2); }
    .testimonial.testimonial--has-image {
      padding-top: calc(3rem + 95px); }
      .testimonial.testimonial--has-image .testimonial-wrap {
        padding-top: 2rem; }
    .testimonial .testimonial__blockquote {
      font-size: 1.25rem; }
    .testimonial .testimonial__img {
      top: -105px;
      left: calc(30px / 2); }
    .testimonial .testimonial__cite {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      line-height: 1.5; }
      .testimonial .testimonial__cite > span {
        width: 100%; }
    .testimonial .testimonial__btn {
      margin-top: 1.5rem; } }
  @media (min-width: 992px) {
    .testimonial .testimonial-wrap {
      padding: 2rem 3rem;
      width: 100%;
      max-width: calc( 100% - (30px * 2) + 3px);
      left: 30px; }
    .testimonial.testimonial--has-image .testimonial-wrap {
      max-width: calc( 100% - 4.75rem - (30px * 2) + 3px);
      left: calc( 4.75rem - 3px + 30px); }
    .testimonial.testimonial--has-button .testimonial-wrap {
      padding-bottom: 4rem; }
    .testimonial .testimonial__img {
      top: 2rem;
      left: -4.75rem; }
    .testimonial .testimonial__btn {
      position: absolute;
      bottom: 0;
      right: 0; }
    .testimonial .testimonial__cite > span {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    .testimonial .testimonial__cite > span:not(:last-child) {
      margin-right: 1rem;
      padding-right: 1rem;
      border-right: 1px solid #41b6e6; } }

@media (min-width: 768px) {
  .sidebar {
    margin-top: calc(30px / 2); } }

.subnav .folder-index > a {
  padding-right: 2.5rem; }
  .subnav .folder-index > a::after {
    color: #fff; }

.subnav .folder-index.current > a {
  padding-left: calc(1rem - 5px);
  border-left: 5px solid #41b6e6; }

.subnav.subnav-level-0 {
  font-size: 1.125rem; }
  .subnav.subnav-level-0 a {
    background-color: #012169;
    color: #fff; }
    .subnav.subnav-level-0 a:hover {
      background-color: #007dba; }
  .subnav.subnav-level-0 .folder-index.current > a,
  .subnav.subnav-level-0 .folder-index.active > a {
    background-color: #9bd9f2;
    color: #012169; }
    .subnav.subnav-level-0 .folder-index.current > a:hover,
    .subnav.subnav-level-0 .folder-index.active > a:hover {
      background-color: #c8eaf8; }

.subnav.subnav-level-1 {
  font-size: 0.95rem;
  font-weight: 400; }
  .subnav.subnav-level-1 li {
    border: 0; }
  .subnav.subnav-level-1 a {
    background-color: #9bd9f2;
    color: #012169; }
    .subnav.subnav-level-1 a:hover {
      background-color: #c8eaf8; }

.subnav.subnav-level-2 {
  font-weight: 400; }

.subnav .current-page > a {
  background-color: #c8eaf8;
  color: #012169; }

.subnav .subnav-heading {
  font-size: 1.5rem;
  border-bottom: 3px solid #f2a900; }
  .subnav .subnav-heading a:hover {
    background-color: #006596; }

.callout {
  padding: 4.5rem 3rem; }
  .callout .callout__title {
    font-family: "Spectral", serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal; }
  .callout .callout__text {
    font-size: 1.125rem; }
  .callout h2,
  .callout h3,
  .callout h4,
  .callout h5,
  .callout h6,
  .callout .callout__title {
    color: #fff; }
  .callout .callout__text {
    color: #fff; }
    .callout .callout__text h1, .callout .callout__text h2, .callout .callout__text h3, .callout .callout__text h4, .callout .callout__text h5, .callout .callout__text h6 {
      color: #fff; }
    .callout .callout__text a:not(.btn) {
      color: #ffba1c; }
  @media (max-width: 575.98px) {
    .callout {
      padding: 2.5rem 1rem;
      background-image: none !important; }
      .callout .callout__title {
        font-size: 2rem; } }

.timeline {
  list-style: none;
  margin: 0;
  padding: 0; }
  .timeline .timeline__item {
    display: -ms-flexbox;
    display: flex; }
    .timeline .timeline__item:not(:last-child) .timeline__text {
      border-color: #f2a900; }
    .timeline .timeline__item:last-child .timeline__date,
    .timeline .timeline__item:last-child .timeline__text {
      padding-bottom: 0; }
  .timeline .timeline__date {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #012169;
    font-size: 1.125rem;
    line-height: 1.1; }
    .timeline .timeline__date > div {
      margin-top: -3px; }
  @media (min-width: 576px) {
    .timeline .timeline__date {
      width: 30%;
      padding-bottom: 1rem;
      text-align: right; }
    .timeline .timeline__text {
      width: 70%;
      padding-bottom: 1rem;
      border-left: 2px solid #fff;
      padding-left: calc( 30px / 2);
      margin-left: calc( (30px / 2) - 1px);
      position: relative; }
      .timeline .timeline__text::before {
        position: absolute;
        top: 0;
        left: calc( (-30px / 3) + 1px);
        content: '';
        width: 15px;
        height: 15px;
        border: 2px solid #f2a900;
        border-radius: 50%;
        background-color: #fff; }
      .timeline .timeline__text > div {
        margin-top: -5px; } }
  @media (min-width: 992px) {
    .timeline .timeline__date {
      width: 20%; }
    .timeline .timeline__text {
      width: 80%; } }
  @media (max-width: 767.98px) {
    .timeline .timeline__text {
      font-size: .875rem; } }
  @media (max-width: 575.98px) {
    .timeline .timeline__item {
      -ms-flex-direction: column;
          flex-direction: column;
      border-left: 2px solid #fff;
      padding-left: calc( 30px / 2);
      margin-left: calc( (30px / 2) - 1px);
      position: relative; }
      .timeline .timeline__item::before {
        position: absolute;
        top: 0;
        left: calc( (-30px / 3) + 1px);
        content: '';
        width: 15px;
        height: 15px;
        border: 2px solid #f2a900;
        border-radius: 50%;
        background-color: #fff; }
      .timeline .timeline__item:not(:last-child) {
        border-color: #f2a900; }
    .timeline .timeline__text {
      padding-top: .25rem; } }

.aside {
  padding: 1rem;
  background-color: #ebf5f9;
  border: 1px solid #c4e1ed; }
  .aside h1,
  .aside h2,
  .aside h3,
  .aside h4,
  .aside h5,
  .aside h6 {
    color: #101820; }
  .aside .wysiwyg ul:not(.list-checks):not(.list-steps),
  .aside .wysiwyg ol:not(.list-checks):not(.list-steps) {
    margin-left: 0; }
  .aside .wysiwyg p:last-of-type,
  .aside .wysiwyg ul:last-of-type,
  .aside .wysiwyg ol:last-of-type {
    margin-bottom: 0; }

.linked-cards {
  text-decoration: none;
  color: #101820;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, outline-color 0.15s ease-in-out; }
  .linked-cards .card-title {
    color: #006fa6 !important; }
  .linked-cards p {
    margin-bottom: 0; }
  .linked-cards:hover {
    background-color: #ebf5f9; }
    .linked-cards:hover .card-title {
      color: #012169 !important; }

a.card:not(.card-button).linked-cards::after {
  content: '';
  display: none; }

a.card:not(.card-button).linked-cards .card-title {
  padding-right: 0; }

@media (min-width: 768px) {
  .linked-cards__column {
    min-width: 50%; } }

@media (min-width: 1200px) {
  .linked-cards__column {
    min-width: 25%; } }

.list-checks li {
  margin-bottom: 1rem; }

.list-steps {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  counter-reset: li; }
  .list-steps li {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: calc( 30px / 2);
    margin-left: calc( 30px - 1.5px);
    margin-bottom: 0.5rem;
    border-left: 3px solid #41b6e6;
    counter-increment: li; }
    .list-steps li::before {
      color: #012169;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-size: 1.5rem;
      content: counter(li) !important;
      text-align: right;
      direction: rtl;
      position: absolute;
      top: 0;
      left: -30px;
      width: 30px !important;
      margin-left: 0 !important;
      padding-right: calc( 30px / 2); }

.list-checks li:last-child,
.list-steps li:last-child {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .column-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; } }

.column-list li {
  margin-bottom: .5rem; }

@media (min-width: 576px) {
  .feature {
    position: relative;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .feature {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (min-width: 576px) {
  .feature .feature__container {
    width: 100%;
    position: relative;
    top: -75px;
    margin-bottom: -75px; } }

@media (min-width: 992px) {
  .feature .feature__container {
    width: 50%;
    position: relative;
    top: 125px;
    margin-bottom: 125px; } }

.feature .feature__container .feature__text {
  color: #fff;
  background-color: #012169;
  width: 100%;
  padding: calc(30px / 2) calc(30px / 2) 4px calc(30px / 2); }
  .feature .feature__container .feature__text h1, .feature .feature__container .feature__text h2, .feature .feature__container .feature__text h3, .feature .feature__container .feature__text h4, .feature .feature__container .feature__text h5, .feature .feature__container .feature__text h6 {
    color: #fff; }
  .feature .feature__container .feature__text a:not(.btn) {
    color: #ffba1c; }
  @media (min-width: 576px) {
    .feature .feature__container .feature__text {
      width: calc(100% - 25px);
      padding: 30px 30px calc(30px / 2) 30px; }
      .feature-img-left.feature .feature__container .feature__text {
        position: relative;
        right: -25px; } }
  @media (min-width: 992px) {
    .feature-img-left.feature .feature__container .feature__text {
      left: -75px; }
    .feature-img-right.feature .feature__container .feature__text {
      position: relative;
      left: 100px; } }

@media (min-width: 576px) {
  .feature .feature__img {
    width: 85%;
    position: relative; }
    .feature-img-right.feature .feature__img {
      left: 15%; } }

@media (min-width: 992px) {
  .feature .feature__img {
    width: 50%; }
    .feature-img-right.feature .feature__img {
      left: 0; } }


@media (min-width: 992px) {
  .feature.feature-img-right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }

.background h2,
.background .h2,
.background h3,
.background .h3
h4,
.background .h4
h5,
.background .h5,
.background h6,
.background .h6 {
  color: #fff; }

.background .wysiwyg {
  color: #fff;
  padding: 30px; }
  .background .wysiwyg h1, .background .wysiwyg h2, .background .wysiwyg h3, .background .wysiwyg h4, .background .wysiwyg h5, .background .wysiwyg h6 {
    color: #fff; }
  .background .wysiwyg a:not(.btn) {
    color: #ffba1c; }
  @media (max-width: 575.98px) {
    .background .wysiwyg {
      padding: calc(30px / 2); } }

.background .background__svg {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: none;
  width: 75%; }
  @media (min-width: 768px) {
    .background .background__svg {
      display: block; } }
  @media (min-width: 992px) {
    .background .background__svg {
      width: 50%; } }

.background .background__text {
  width: 100%; }
  @media (min-width: 992px) {
    .background .background__text {
      width: 50%; } }

@media (min-width: 768px) {
  .background .duotone__content {
    display: -ms-flexbox;
    display: flex; } }

.background.background-text-right .duotone__content {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .background.background-text-right .duotone__content .background__svg img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }

.tooltip.show {
  opacity: 1; }

.tooltip-inner {
  color: #012169;
  background-color: #f2a900; }

.bs-tooltip-top .arrow::before {
  border-top-color: #f2a900; }

.bs-tooltip-right .arrow::before {
  border-right-color: #f2a900; }

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f2a900; }

.bs-tooltip-left .arrow::before {
  border-left-color: #f2a900; }

button.dropdown-toggle-split {
  border: none;
  background: none;
  cursor: pointer; }

.dropdown-toggle-split::after {
  border-width: 0.35rem; }

#siteHeader .header-nav-main .nav-item.btn-group .nav-link {
  padding: 0.35rem; }

#siteHeader .header-nav-main .nav-item.btn-group:hover {
  outline: 2px solid #41b6e6; }

#siteHeader .header-nav-main .nav-item.btn-group:not(:last-of-type) {
  border-right: 1px solid #f2f2f0; }

#siteHeader .header-nav-main .nav-item.btn-group .nav-link:hover {
  text-decoration: underline;
  color: #101820; }

#siteHeader .header-nav-main .nav-item.btn-group .nav-link:hover ~ button.dropdown-toggle-split,
#siteHeader .header-nav-main .nav-item.btn-group button.dropdown-toggle-split:hover,
#siteHeader .header-nav-main .nav-item.btn-group button.dropdown-toggle-split:focus {
  background-color: #f2f2f0; }

#siteHeader .header-nav-main .nav-item.btn-group button.dropdown-toggle-split:hover {
  background-color: #e8e8e6; }

#siteHeader .header-nav-main .nav-item.btn-group .nav-link:focus,
#siteHeader .header-nav-main .nav-item.btn-group button.dropdown-toggle-split:focus {
  outline: 2px solid #41b6e6; }

#siteHeader.header.scroll-down .header-nav-main .nav-item.btn-group:not(:last-of-type) {
  border-right: 1px solid #d9d9d6; }

#home-hero {
  background-color: #012169; }
  #home-hero .hero-image {
    max-height: 74vh;
    overflow: hidden; }
    #home-hero .hero-image .ratio-content {
      height: auto; }
  #home-hero .title-bold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 3rem;
    line-height: 0.9;
    margin-bottom: 1rem;
    color: #fff; }
    @media (min-width: 768px) {
      #home-hero .title-bold {
        -webkit-text-fill-color: #012169;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
        font-size: 4rem; } }
    @media (min-width: 992px) {
      #home-hero .title-bold {
        font-size: 5.5rem; } }
    @media (min-width: 1200px) {
      #home-hero .title-bold {
        font-size: 7rem; } }
    @media (min-width: 576px) {
      #home-hero .title-bold {
        text-align: right;
        margin-bottom: 0.5rem; } }
  #home-hero .list-bold {
    font-family: "Spectral", serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.25rem;
    color: #56d1ff;
    list-style: none;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      #home-hero .list-bold {
        margin-top: 0.5rem; } }
    @media (min-width: 992px) {
      #home-hero .list-bold {
        margin-top: 1rem; } }
    #home-hero .list-bold li {
      position: relative;
      line-height: 1.1; }
      #home-hero .list-bold li:not(last-of-type) {
        margin-bottom: 1rem; }
      #home-hero .list-bold li::before {
        content: '';
        position: absolute;
        top: -3px;
        left: -28px;
        display: inline-block;
        width: 37px;
        height: 30px; }
      #home-hero .list-bold li span {
        color: #007dba; }
  #home-hero .hero-divider {
    border: none;
    margin: 0 auto;
    height: 10px;
    background-image: linear-gradient(135deg, #012169 25%, #f2a900 25%, #f2a900 50%, #012169 50%, #012169 75%, #f2a900 75%, #f2a900 100%);
    background-size: 8px 8px; }
  #home-hero .btn-row {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1; }

#home-callout {
  background-image: url("../images/sections/index/bg-facets-light-blue.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #home-callout .title-bold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 3rem;
    line-height: 0.9;
    margin-bottom: 1rem;
    color: #012169; }
    @media (min-width: 768px) {
      #home-callout .title-bold {
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #012169;
        font-size: 4rem; } }
    @media (min-width: 992px) {
      #home-callout .title-bold {
        font-size: 5rem; } }
    @media (min-width: 1200px) {
      #home-callout .title-bold {
        font-size: 5rem; } }
    @media (min-width: 576px) {
      #home-callout .title-bold {
        text-align: right;
        margin-bottom: 0.5rem; } }
  #home-callout .list-bold {
    font-family: "Spectral", serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.25rem;
    color: #012169;
    list-style: none;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      #home-callout .list-bold {
        margin-top: 0.5rem; } }
    @media (min-width: 992px) {
      #home-callout .list-bold {
        margin-top: 1rem; } }
    #home-callout .list-bold li {
      position: relative;
      line-height: 1.1; }
      #home-callout .list-bold li:not(last-of-type) {
        margin-bottom: 1rem; }
      #home-callout .list-bold li::before {
        content: '';
        position: absolute;
        top: -3px;
        left: -28px;
        display: inline-block;
        width: 37px;
        height: 30px; }
      #home-callout .list-bold li span {
        color: #007dba; }

#home-bg-banner {
  background-image: url("../images/sections/index/home-bg-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 225px;
  width: 100%; }

#home-marketing {
  background-color: #012169;
  background-image: url("../images/sections/index/home-bg-atlanta-duotone.jpg");
  background-size: contain;
  background-position: center 20px;
  background-repeat: no-repeat; }
  #home-marketing .title-bold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 3rem;
    line-height: 0.9;
    margin-bottom: 1rem;
    color: #fff; }
    @media (min-width: 768px) {
      #home-marketing .title-bold {
        -webkit-text-fill-color: #012169;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
        font-size: 4rem; } }
    @media (min-width: 992px) {
      #home-marketing .title-bold {
        font-size: 5rem; } }
    @media (min-width: 1200px) {
      #home-marketing .title-bold {
        font-size: 5rem; } }
    @media (min-width: 576px) {
      #home-marketing .title-bold {
        text-align: right;
        margin-bottom: 0.5rem; } }
  #home-marketing .list-bold {
    font-family: "Spectral", serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.25rem;
    color: #56d1ff;
    list-style: none;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      #home-marketing .list-bold {
        margin-top: 0.5rem; } }
    @media (min-width: 992px) {
      #home-marketing .list-bold {
        margin-top: 1rem; } }
    #home-marketing .list-bold li {
      position: relative;
      line-height: 1.1; }
      #home-marketing .list-bold li:not(last-of-type) {
        margin-bottom: 1rem; }
      #home-marketing .list-bold li::before {
        content: '';
        position: absolute;
        top: -3px;
        left: -28px;
        display: inline-block;
        width: 37px;
        height: 30px; }
      #home-marketing .list-bold li span {
        color: #007dba; }
  #home-marketing .stat__highlight,
  #home-marketing .btn-arrow {
    color: #ffb60d; }
  #home-marketing .stat__text,
  #home-marketing .stat__source {
    color: #fff; }

/* For Faculty Showcase iframe embed */
.eventembed { border:none; }

/*edit to old stats block */

.wysiwyg .oldStats .row.justify-content-center{
    max-width:730px;
}
