@charset "UTF-8";
.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: #0171EF;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #707070;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #0171EF;
  opacity: 0.75;
}

/*-----Helpers-----*/
.background-contrast {
  background-color: #f5f7f9;
}

.background-image {
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

p.big {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
}

.no-bottom {
  margin-bottom: 0;
}

.button-wrapper {
  display: flex;
  gap: 10px;
}

@media (max-width: 480px) {
  .button-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 1300px) {
  .hide-laptop-up {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hide-tablet-landscape-up {
    display: none !important;
  }
  .add-graphic-background .aw-full-bleed-columns__image {
    padding: 75px;
  }
}
.last {
  margin-right: 0 !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aw-circle {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.aw-circle img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

@media (max-width: 768px) {
  .ltp-mobile {
    padding-top: 30px !important;
  }
}
.site-container {
  max-width: 1300px;
  margin: auto;
  position: relative;
}
@media (min-width: 1650px) {
  .site-container {
    max-width: 1600px;
  }
}
@media (max-width: 1300px) {
  .site-container {
    padding-inline: 20px;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}
.site-container--x-narrow {
  max-width: 600px;
}

.aw-post-section,
.aw-section {
  padding: 75px 0;
}
.aw-post-section.light-padding,
.aw-section.light-padding {
  padding: 30px 0;
}
.aw-post-section.lots-of-padding,
.aw-section.lots-of-padding {
  padding: 100px 0;
}
.aw-post-section.no-padding,
.aw-section.no-padding {
  padding: 0;
}
.aw-post-section.light-top-padding,
.aw-section.light-top-padding {
  padding: 30px 0 75px;
}
.aw-post-section.light-bottom-padding,
.aw-section.light-bottom-padding {
  padding: 75px 0 30px;
}
.aw-post-section.lots-of-top-padding,
.aw-section.lots-of-top-padding {
  padding: 100px 0 75px;
}
.aw-post-section.lots-of-bottom-padding,
.aw-section.lots-of-bottom-padding {
  padding: 75px 0 100px;
}
.aw-post-section.no-top-padding,
.aw-section.no-top-padding {
  padding-top: 0;
}
.aw-post-section.no-bottom-padding,
.aw-section.no-bottom-padding {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .aw-post-section,
  .aw-section {
    padding: 40px 0;
  }
  .aw-post-section.light-padding,
  .aw-section.light-padding {
    padding: 30px 0;
  }
  .aw-post-section.lots-of-padding,
  .aw-section.lots-of-padding {
    padding: 50px 0;
  }
  .aw-post-section.no-padding,
  .aw-section.no-padding {
    padding: 0;
  }
  .aw-post-section.light-top-padding,
  .aw-section.light-top-padding {
    padding: 30px 0 40px;
  }
  .aw-post-section.light-bottom-padding,
  .aw-section.light-bottom-padding {
    padding: 40px 0 30px;
  }
  .aw-post-section.lots-of-top-padding,
  .aw-section.lots-of-top-padding {
    padding: 50px 0 40px;
  }
  .aw-post-section.lots-of-bottom-padding,
  .aw-section.lots-of-bottom-padding {
    padding: 40px 0 50px;
  }
  .aw-post-section.no-top-padding,
  .aw-section.no-top-padding {
    padding-top: 0;
  }
  .aw-post-section.no-bottom-padding,
  .aw-section.no-bottom-padding {
    padding-bottom: 0;
  }
}
* {
  outline: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 150px;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
  padding-right: 0 !important;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #2e2e2e;
  background-color: #f5f7f9;
}

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

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

h1, h2, h3 {
  line-height: 1.3;
  margin-bottom: 30px;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong {
  color: #0171EF;
}
h1 span, h2 span, h3 span {
  color: #CB0207;
}

h1 {
  font-size: clamp(32px, 28px + 1.5vw, 80px);
  font-weight: 500;
}

h2 {
  font-size: clamp(24px, 20px + 1.5vw, 50px);
  font-weight: 500;
}

h3 {
  font-size: clamp(22px, 18px + 1.5vw, 36px);
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

p {
  margin-bottom: 15px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
a:not([href]) {
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline;
}

.button:not(.insert-media):not(.acf-button):not(.ed_button), .search-form .search-submit:not(.insert-media):not(.acf-button):not(.ed_button), .aw-header__cta a, .nf-form-wrap .submit-wrap input[type=submit] {
  background: #0171EF;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-decoration: none !important;
  padding: 20px 40px;
  border-radius: 31px;
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  display: inline-block;
  text-align: center;
}
.button:not(.insert-media):not(.acf-button):not(.ed_button):hover, .search-form .search-submit:not(.insert-media):not(.acf-button):not(.ed_button):hover, .aw-header__cta a:hover, .nf-form-wrap .submit-wrap input[type=submit]:hover {
  background: #fff;
  color: #0171EF;
}
.button:not(.insert-media):not(.acf-button):not(.ed_button).button--light, .search-form .search-submit:not(.insert-media):not(.acf-button):not(.ed_button).button--light, .aw-header__cta a.button--light, .nf-form-wrap .submit-wrap input[type=submit].button--light {
  background: #fff;
  color: #0171EF;
}
.button:not(.insert-media):not(.acf-button):not(.ed_button).button--light:hover, .search-form .search-submit:not(.insert-media):not(.acf-button):not(.ed_button).button--light:hover, .aw-header__cta a.button--light:hover, .nf-form-wrap .submit-wrap input[type=submit].button--light:hover {
  color: #1C2D4A;
  background: #cadbf9;
}
.button:not(.insert-media):not(.acf-button):not(.ed_button).button--red, .search-form .search-submit:not(.insert-media):not(.acf-button):not(.ed_button).button--red, .aw-header__cta a.button--red, .nf-form-wrap .submit-wrap input[type=submit].button--red {
  background: #CB0207;
  color: #fff;
}
.button:not(.insert-media):not(.acf-button):not(.ed_button).button--red:hover, .search-form .search-submit:not(.insert-media):not(.acf-button):not(.ed_button).button--red:hover, .aw-header__cta a.button--red:hover, .nf-form-wrap .submit-wrap input[type=submit].button--red:hover {
  color: #CB0207;
  background: #fff;
}
.button:not(.insert-media):not(.acf-button):not(.ed_button).button--check, .search-form .search-submit:not(.insert-media):not(.acf-button):not(.ed_button).button--check, .aw-header__cta a.button--check, .nf-form-wrap .submit-wrap input[type=submit].button--check {
  background: #fff;
  color: #2e2e2e;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  -webkit-box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
}
.button:not(.insert-media):not(.acf-button):not(.ed_button).button--check img, .search-form .search-submit:not(.insert-media):not(.acf-button):not(.ed_button).button--check img, .aw-header__cta a.button--check img, .nf-form-wrap .submit-wrap input[type=submit].button--check img {
  height: 30px;
}

.aw-subheading {
  font-size: 22px;
  line-height: 1.6;
}

.aw-video__wrapper {
  position: relative;
  aspect-ratio: 16/9;
}
.aw-video__wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 480px) {
  .button, .search-form .search-submit {
    padding: 15px 30px;
    border-radius: 24px;
    box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
    font-size: 16px;
  }
  .button:hover, .search-form .search-submit:hover {
    background: #fff;
    color: #0171EF;
  }
  .aw-subheading {
    font-size: 18px;
  }
}
/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gform_fields {
  gap: 20px !important;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "Montserrat", sans-serif !important;
  display: block !important;
  padding: 15px !important;
  width: 100% !important;
  border: none;
  border-radius: 4px;
  line-height: initial !important;
  background: #f5f7f9;
}
.gform_wrapper select {
  font-family: "Montserrat", sans-serif !important;
  border: none !important;
  background: #f5f7f9;
  padding: 15px !important;
  color: #757575 !important;
  -webkit-appearance: none !important;
}
.gform_wrapper .gfield_checkbox label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer.top_label {
  margin-top: 0 !important;
  padding-top: 0 !important;
  justify-content: end;
}
.gform_wrapper .button, .gform_wrapper .search-form .search-submit, .search-form .gform_wrapper .search-submit {
  margin-top: 15px !important;
  text-decoration: none;
  display: inline-block;
  padding: 15px 40px;
  background: #0171EF;
  color: #fff;
  font-weight: 700;
  border: none;
  font-family: "Montserrat", sans-serif;
  line-height: initial !important;
  -webkit-appearance: none !important;
  font-size: 18px;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  place-self: end;
}
.gform_wrapper .button:hover, .gform_wrapper .search-form .search-submit:hover, .search-form .gform_wrapper .search-submit:hover {
  background: #fff;
  color: #0171EF;
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message * {
  font: 400 45px/43px "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0171EF !important;
}

.search-form .search-field {
  -webkit-appearance: none;
  padding: 5px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 4px;
  width: calc(100% - 110px);
}
.search-form .search-submit {
  border: none;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  top: 3px;
}
.search-form .search-submit:hover {
  cursor: pointer;
}

.nf-form-wrap * {
  font-family: "Montserrat", sans-serif !important;
}
.nf-form-wrap .submit-wrap input[type=submit] {
  height: auto !important;
}
.nf-form-wrap .submit-wrap input[type=submit]:hover {
  cursor: pointer;
}
.nf-form-wrap [class*=user-analytics-],
.nf-form-wrap .awin-awc-container,
.nf-form-wrap .form-id-container,
.nf-form-wrap .nf-field-container.textarea-container {
  margin: 0 !important;
}
.nf-form-wrap .awin-awc-container .nf-field,
.nf-form-wrap .form-id-container .nf-field {
  display: none;
}
.nf-form-wrap .nf-form-content textarea.ninja-forms-field {
  height: 100px;
}
.nf-form-wrap .lead-id-container, .nf-form-wrap .unknown-container {
  margin-bottom: 0 !important;
}
.nf-form-wrap .checkbox-wrap label {
  font-weight: 400 !important;
  font-size: 13px;
}

#nf-form-23-cont .nf-form-fields-required,
#nf-form-27-cont .nf-form-fields-required {
  font-size: 16px;
}
#nf-form-23-cont .checkbox-wrap label,
#nf-form-27-cont .checkbox-wrap label {
  font-weight: 400;
  font-size: 13px;
}

#nf-form-27-cont .submit-container {
  margin-top: -30px;
}

#nf-field-317-container {
  margin-top: -10px;
}

#nf-field-512-container {
  margin-top: 20px !important;
}

.aw-consent label.nf-checked-label {
  font-size: 14px;
}
.aw-consent label.nf-checked-label a {
  text-decoration: underline;
}

#nf-label-field-440 {
  font-weight: 400;
}

.pum-container .nf-form-wrap .submit-container,
.pum-container .nf-form-wrap .lead-id-container {
  margin-bottom: 0;
}
.pum-container .nf-form-wrap textarea {
  max-height: 80px;
}

.aw-search-form {
  position: relative;
}
.aw-search-form label {
  display: flex;
}
.aw-search-form * {
  font-family: "Montserrat", sans-serif !important;
}
.aw-search-form .search-field {
  font-size: 20px;
  width: calc(100% - 40px);
  padding: 15.75px 20px;
  line-height: 1;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  border: none;
}
.aw-search-form .search-submit {
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 40px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

@media (max-width: 768px) {
  .gform_wrapper .button, .gform_wrapper .search-form .search-submit, .search-form .gform_wrapper .search-submit {
    width: auto !important;
  }
}
.aw-header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.aw-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.aw-header ul li {
  position: relative;
}
.aw-header a {
  line-height: 1;
  font-size: 18px;
  color: #2e2e2e;
  text-decoration: none !important;
}
.aw-header__logo {
  height: 80px;
}
.aw-header__top {
  display: flex;
}
.aw-header__top a {
  color: #fff;
  font-size: 14px;
}
.aw-header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 55px;
  padding: 15px 50px;
  z-index: 5;
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.2);
}
.aw-header__phone {
  display: flex;
  gap: 10px;
  align-items: center;
}
.aw-header__phone img {
  height: 25px;
  position: relative;
}
.aw-header__cta a {
  color: #fff !important;
  padding: 20px 40px !important;
  display: inline-block;
}
.aw-header__cta a:hover {
  color: #0171EF !important;
}
.aw-header__nav--primary .sub-menu {
  display: flex;
}
.aw-header__nav--auxiliary li {
  margin-inline: 10px;
}
.aw-header__nav--auxiliary a {
  font-size: 16px;
  padding-inline: 0;
  color: #fff;
}
.aw-header .aw-sub-menu__toggle {
  position: absolute;
  right: 10px;
  z-index: 10;
  width: 30px;
  padding-left: 10px;
  top: 21px;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

@media (min-width: 1300px) {
  .aw-header__top {
    justify-content: end;
    background: #1C2D4A;
    padding: 10px 40px 30px;
  }
  .aw-header__top a:hover {
    color: #cadbf9;
  }
  .aw-header__top nav {
    position: relative;
    top: -2px;
  }
  .aw-header__main {
    width: calc(100% - 80px);
    margin-left: 40px;
    position: absolute;
    top: 45px;
  }
  .aw-header__phone {
    margin-right: 40px;
  }
  .aw-header__logo--mobile {
    display: none;
  }
  .aw-header__toggle__wrapper {
    display: none;
  }
  .aw-header .aw-header__nav--primary {
    margin-right: -20px;
  }
  .aw-header .aw-header__nav--primary > ul > li {
    margin-inline: 10px;
  }
  .aw-header .aw-header__nav--primary > ul > li > a {
    border-radius: 30px;
  }
  .aw-header .aw-header__nav--primary > ul > li:hover > a {
    background: #d8e4ef;
  }
  .aw-header .aw-header__nav--primary li a {
    display: inline-block;
    font-weight: 500;
    padding: 20px;
  }
  .aw-header .aw-header__nav--primary li a:hover {
    text-decoration: none;
  }
  .aw-header .aw-header__nav--primary .sub-menu {
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 6px rgba(30, 30, 30, 0.2);
    width: 200px;
    display: none;
  }
  .aw-header .aw-header__nav--primary .sub-menu li:first-child a {
    padding-top: 20px;
  }
  .aw-header .aw-header__nav--primary .sub-menu li:last-child a {
    padding-bottom: 20px;
  }
  .aw-header .aw-header__nav--primary .sub-menu li a {
    line-height: 1.3;
    padding: 12px 20px;
  }
  .aw-header .aw-header__nav--primary .sub-menu li a:hover {
    color: #0171EF;
  }
  .aw-header .aw-header__nav--primary .menu-item-has-children > a {
    padding-right: 45px;
  }
  .aw-header .aw-header__nav--primary .menu-item-has-children:hover .sub-menu {
    display: flex;
    flex-direction: column;
  }
  .aw-header .aw-header__nav--auxiliary {
    margin-left: -15px;
    display: flex;
    justify-content: center;
  }
  .aw-header .aw-header__nav--auxiliary li a {
    padding: 5px 15px;
    font-size: 14px;
  }
  .aw-header .aw-header__nav--auxiliary li a:hover {
    text-decoration: none;
    color: #cadbf9;
  }
  .aw-header nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .aw-header .aw-sub-menu__toggle {
    top: 16px;
    transform: rotate(90deg);
  }
  #shim {
    height: 60px;
  }
  .aw-header__cta--mobile {
    display: none;
  }
}
@media (max-width: 1300px) {
  .aw-header__top {
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 30px;
    background: #1C2D4A;
  }
  .aw-header__main {
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% - 40px);
    top: 65px;
    left: 20px;
    padding: 15px 20px;
  }
  .aw-header__logo {
    display: none;
  }
  .aw-header__logo--mobile {
    height: 50px;
  }
  .aw-header__cta--mobile {
    padding-bottom: 2px;
    border-bottom: 1px solid #0171EF;
  }
  .aw-header .aw-header__phone {
    padding: 8px 30px !important;
    background: #0171EF;
    border-radius: 30px;
  }
  .aw-header.nav-open {
    z-index: 20;
    overflow: scroll;
  }
  .aw-header.nav-open .aw-header__nav--primary {
    display: block;
  }
  .aw-header.nav-open .aw-header__main {
    height: auto;
  }
  .aw-header__nav--primary {
    display: none;
    width: 100%;
    padding-top: 30px;
  }
  .aw-header__nav--primary #primary-menu {
    display: block;
    position: relative;
  }
  .aw-header__nav--primary #primary-menu > li {
    position: relative;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
  }
  .aw-header__nav--primary #primary-menu > li > a {
    position: relative;
    display: block;
  }
  .aw-header__nav--primary #primary-menu > li .aw-sub-menu__toggle {
    position: absolute;
    right: 0;
    z-index: 5;
    width: 40px;
    padding-inline: 10px;
    top: 21px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
  }
  .aw-header__nav--primary #primary-menu > li .aw-sub-menu__toggle.toggle-open {
    transform: rotate(90deg);
  }
  .aw-header__nav--primary #primary-menu > li > li:not(.aw-header__cta) {
    width: calc(100% - 40px);
  }
  .aw-header__nav--primary #primary-menu > li:not(:last-child) {
    border-bottom: 1px solid rgba(70, 70, 70, 0.15);
  }
  .aw-header__nav--primary #primary-menu > li:not(:last-child) a {
    font-size: 20px;
    font-weight: 500;
    border: none;
    padding: 20px 0;
  }
  .aw-header__nav--primary #primary-menu .aw-header__cta {
    text-align: center;
    margin-top: 10px;
    width: auto;
    display: inline-block;
  }
  .aw-header__nav--auxiliary {
    display: none;
  }
  .aw-header__toggle {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
  }
  .aw-header__toggle__wrapper {
    position: absolute;
    left: 20px;
    top: 28px;
    z-index: 10;
  }
  .aw-header__toggle span {
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #2e2e2e;
    transition: 0.5s ease;
  }
  .aw-header__toggle span:not(.first) {
    margin-top: 6px;
  }
  .aw-header .sub-menu {
    position: relative;
    display: none;
    flex-direction: column;
    padding: 0;
    margin-bottom: 10px;
  }
  .aw-header .sub-menu li a {
    padding: 0 !important;
    line-height: 2.25;
    font-size: 17px !important;
  }
  .aw-header.nav-open {
    height: 100%;
    z-index: 20;
    background: #f5f7f9;
  }
  .aw-header.nav-open__nav--primary {
    display: block;
  }
  #shim {
    height: 64px;
  }
}
@media (max-width: 480px) {
  .aw-header__cta {
    width: 100%;
  }
}
.aw-footer {
  background: #1C2D4A;
  padding: 50px 0 30px;
}
.aw-footer__main {
  padding-bottom: 50px;
}
.aw-footer__main ul.aw-footer__menu > li:first-of-type > a {
  font-size: 25px;
  display: block;
  margin-bottom: 5px;
}
.aw-footer__main ul.aw-footer__menu > li.bigger {
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
}
.aw-footer__main ul.aw-footer__menu > li:not(:first-of-type) {
  margin-bottom: 5px;
}
.aw-footer__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.aw-footer__menu ul {
  padding: 0;
  list-style: none;
}
.aw-footer__logo {
  height: 140px;
  margin-bottom: 30px;
}
.aw-footer__about p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}
.aw-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aw-footer__contact li img {
  height: 25px;
  margin-right: 20px;
}
.aw-footer__bottom {
  padding-top: 30px;
  border-top: 1px solid #707070;
}
.aw-footer__social ul {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.aw-footer * {
  color: #fff;
}

@media (min-width: 1025px) {
  .aw-footer__signup .site-container--flex > * {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .aw-footer__grid {
    flex-direction: row;
    gap: 75px;
  }
  .aw-footer__about {
    width: 40%;
  }
  .aw-footer__menus {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .aw-footer__menus .aw-footer__columns {
    display: flex;
    gap: 50px;
    justify-content: space-evenly;
  }
  .aw-footer__menus .aw-footer__columns ul.aw-footer__menu > li:first-of-type > a {
    font-size: 28px;
    display: block;
    margin-bottom: 30px;
  }
  .aw-footer__menus .aw-footer__columns ul.aw-footer__menu > li.bigger {
    font-size: 28px;
    display: block;
    margin-bottom: 30px;
  }
  .aw-footer__menus .aw-footer__columns ul.aw-footer__menu > li:not(:first-of-type) {
    margin-bottom: 10px;
  }
  .aw-footer__bottom {
    display: flex;
    justify-content: space-between;
  }
  .aw-footer__bottom a {
    margin-inline: 5px;
  }
}
@media (min-width: 1650px) {
  .aw-footer {
    padding: 75px 0 30px;
  }
  .aw-footer__about p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .aw-footer__signup {
    padding: 30px 0;
  }
  .aw-footer__signup .site-container--flex {
    flex-direction: column;
  }
  .aw-footer__bottom {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .aw-footer__signup .site-container {
    text-align: center;
  }
  .aw-footer__contact li img {
    margin-right: 10px;
  }
  .aw-footer__contact * {
    font-size: 15px;
  }
  .aw-footer__bottom {
    font-size: 15px;
  }
}
.aw-location-selector select {
  height: auto;
  border: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  padding: 5px 50px 5px 30px;
  font-size: 16px;
  appearance: none;
  color: #707070;
  -webkit-appearance: none;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0yMjUuODEzIDQ4LjkwNyAxMjggMTQ2LjcyIDMwLjE4NyA0OC45MDcgMCA3OS4wOTNsMTI4IDEyOCAxMjgtMTI4eiIgZmlsbD0iIzcwNzA3MCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgb3BhY2l0eT0iMSI+PC9wYXRoPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 85% center !important;
  background-size: 12px;
}

@media (max-width: 768px) {
  .aw-location-selector {
    text-align: center;
  }
}
.aw-blog {
  background: #f5f7f9;
}
.aw-blog__banner {
  background-position: center;
  background-size: cover;
  padding: 175px 0 75px;
  position: relative;
}
.aw-blog__banner .site-container {
  position: relative;
  z-index: 5;
}
.aw-blog__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(245, 247, 249, 0.3) 0%, rgba(245, 247, 249, 0.65) 50%, rgb(245, 247, 249) 100%);
}
.aw-blog__thirds {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.aw-blog__sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-start;
}
.aw-blog__callout {
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(1, 113, 239, 0.85);
  box-shadow: inset 1px 1px 1px 9999px rgba(1, 113, 239, 0.85);
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.aw-blog__callout h3 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 20px + 1vw, 28px);
}
.aw-blog__callout .button, .aw-blog__callout .search-form .search-submit, .search-form .aw-blog__callout .search-submit {
  place-self: center;
}
.aw-blog__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 75px 0;
}
@media (max-width: 768px) {
  .aw-blog__filters {
    margin: 30px 0;
  }
}
.aw-blog__filters li {
  position: relative;
}
.aw-blog__filters li:not(:last-child):after {
  position: absolute;
  content: "|";
  right: -9px;
  top: 0;
  color: #d8e4ef;
}
.aw-blog__filters li a {
  font-weight: 500;
  display: block;
  margin-inline: 10px;
}
@media (max-width: 768px) {
  .aw-blog__filters li a {
    font-size: 15px;
  }
}
.aw-blog__filters .active {
  color: #0171EF;
}
.aw-blog__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-bottom: 50px;
}
.aw-blog__pagination li {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #707070;
  position: relative;
}
.aw-blog__pagination .page-numbers {
  height: 100%;
  width: 100%;
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none !important;
  border-radius: 50%;
}
.aw-blog__pagination .page-numbers.current {
  color: #0171EF;
}
.aw-blog__status {
  text-align: center;
  margin-bottom: 15px;
}
.aw-blog .aw-featured-posts__grid {
  padding: 10px 0 50px;
  position: relative;
}

.aw-featured-posts__excerpt {
  margin-bottom: 20px !important;
}

.aw-post {
  background: #f5f7f9;
}
.aw-post__banner {
  padding: 200px 0 100px;
  text-align: center;
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
.aw-post__banner h2 {
  margin: 0;
}
.aw-post__author {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  color: #575757;
}
.aw-post__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(245, 247, 249, 0.4) 0%, rgb(245, 247, 249) 100%);
}
.aw-post__content {
  padding-bottom: 30px;
}
.aw-post__content > .site-container {
  background: #fff;
  padding: 75px;
  margin-top: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
}
.aw-post .aw-featured-posts {
  padding-top: 50px;
}
.aw-post .aw-featured-posts__title a {
  text-decoration: none !important;
}
.aw-post h1 {
  font-size: clamp(32px, 28px + 1.25vw, 80px);
  font-weight: 500;
}
.aw-post h2 {
  font-size: clamp(24px, 20px + 1.25vw, 50px);
  font-weight: 500;
}
.aw-post h3 {
  font-size: clamp(22px, 18px + 1.25vw, 36px);
  font-weight: 700;
}

.aw-search__wrapper {
  margin-top: 150px;
  margin-bottom: 50px;
}
.aw-search__wrapper form {
  border: 3px solid #0171EF;
  border-radius: 30px;
}

@media (min-width: 1025px) {
  .aw-blog__thirds {
    flex-direction: row;
    gap: 75px;
  }
  .aw-blog__featured {
    width: calc(66.66% - 37.5px);
  }
  .aw-blog__featured .aw-featured-posts__bottom {
    padding: 50px;
  }
  .aw-blog__sidebar {
    width: calc(33.34% - 37.5px);
  }
}
@media (max-width: 768px) {
  .aw-post__banner {
    padding: 100px 0 50px;
  }
  .aw-post__content > .site-container {
    padding: 50px 20px;
  }
  .aw-post .aw-featured-posts {
    padding-top: 20px;
  }
}
.aw-success__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.aw-success .aw-banner__heading {
  margin-bottom: 50px;
}
.aw-success .aw-banner__subheading {
  font-weight: 400;
  text-align: center;
}
.aw-success__content {
  padding: 30px 20px;
}
.aw-success__content p {
  line-height: 1.8;
}
.aw-success__intro {
  background-image: url("../img/graphics/awaken-blue-bg.svg") !important;
  background-size: cover;
}
.aw-success__intro * {
  color: #fff;
}
.aw-success__columns {
  background: #f5f7f9;
}
.aw-success__columns.icon-content {
  padding-top: 200px;
}
.aw-success__columns.icon-content .icon-content__item img {
  top: initial;
  transform: translateY(-125%);
}
.aw-success__image {
  background-image: url("../img/graphics/success-story-geo-bg.svg");
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 20px 20px 50px;
}
.aw-success__image--flipped {
  transform: scaleX(-1);
}

.aw-banner__meta {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}
.aw-banner__meta img {
  height: 30px;
}
.aw-banner__meta div {
  display: flex;
  gap: 10px;
}

@media (min-width: 1025px) {
  .aw-success__grid {
    flex-direction: row;
    gap: 0;
  }
  .aw-success__grid > * {
    width: 50%;
  }
  .aw-success__grid--reverse {
    flex-direction: row-reverse;
  }
  .aw-success__content {
    padding: 100px 100px 100px 50px;
  }
  .aw-success__image {
    padding: 75px;
  }
}
@media (max-width: 768px) {
  .aw-success__mark {
    text-align: center;
  }
  .aw-success__mark img {
    max-height: 150px;
  }
  .aw-success__grid {
    gap: 0;
  }
  .aw-success__intro {
    position: relative;
  }
  .aw-success__mobile-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1C2D4A;
    opacity: 0.8;
  }
  .aw-success__columns.icon-content {
    padding-top: 180px;
  }
  .aw-success .icon-content__item {
    text-align: left;
    padding-inline: 20px;
  }
  .aw-success .icon-content__item h2 {
    text-align: center;
  }
  .aw-success .icon-content__item img {
    height: 150px;
    left: calc(50% - 75px);
  }
  .aw-success .site-container .aw-success__content {
    padding-inline: 0;
  }
  .aw-banner__meta {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.aw-search {
  padding: 0 0 50px;
}

.aw-thank-you__boston {
  text-align: center;
}
.aw-thank-you__boston a {
  font-weight: 600;
  color: #0171EF;
}

.error404 .aw-featured-posts {
  padding-top: 0;
}
.error404 .aw-featured-posts__grid {
  margin-top: 30px;
}
.error404 .aw-search-form {
  margin-top: 30px;
}

.thank-you-page-top.alternate .aw-columns__two {
  gap: 20px;
}
.thank-you-page-top.alternate .aw-columns__two * {
  margin-bottom: 0;
}

.aw-popup__b-version {
  margin-bottom: 45px;
  display: none;
}

.add-graphic-background .aw-full-bleed-columns__image {
  background-image: url("../img/graphics/success-story-geo-bg.svg");
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 20px 20px 90px;
}
@media (max-width: 1024px) {
  .add-graphic-background .aw-full-bleed-columns__text {
    padding-top: 0;
  }
}

section#coaching {
  padding-top: 20px;
}

#success-story-page-carousel {
  padding-top: 0;
}

.aw-content-location-form #boston-ma {
  display: none;
}

.thank-you-here-for-you h2 {
  margin: 30px 0 5px;
}

.thank-you-calendly-wrapper .calendly-inline-widget {
  min-height: 1090px;
  margin-bottom: 10px;
}

.new-thank-you-top {
  padding-top: 110px;
}

@media (min-width: 1024px) {
  .new-thank-you-top h1 {
    font-size: clamp(32px, 28px + 3.5vw, 80px);
  }
}
@media (min-width: 1024px) and (max-width: 1120px) {
  .home .content-round-photo--home .button-wrapper .button, .home .content-round-photo--home .button-wrapper .search-form .search-submit, .search-form .home .content-round-photo--home .button-wrapper .search-submit {
    font-size: 18px;
  }
}
.thank-you-page-top {
  padding-top: 150px;
}
@media (max-width: 1024px) {
  .thank-you-page-top {
    padding-top: 120px;
  }
}
.thank-you-page-top .aw-columns__one p {
  margin: 0;
}
.thank-you-page-top .aw-columns__one iframe {
  aspect-ratio: 16/9;
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 1025px) {
  .thank-you-page-top .aw-columns__two {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
}

.gives-back .aw-full-bleed-columns__overlay {
  background: linear-gradient(to bottom, rgb(245, 247, 249) 0%, rgba(245, 247, 249, 0.1) 10%, rgba(245, 247, 249, 0) 20%);
}
.gives-back .aw-full-bleed-columns__overlay:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
@media (min-width: 1025px) {
  .gives-back .aw-full-bleed-columns__overlay:after {
    background: linear-gradient(to right, rgb(245, 247, 249) 0%, rgba(245, 247, 249, 0.1) 10%, rgba(245, 247, 249, 0) 20%);
  }
}

@media (max-width: 1024px) {
  #your-goals-banner .aw-banner__grid {
    gap: 0;
  }
  #your-goals-banner h1.aw-banner__heading {
    order: 0;
  }
  #your-goals-banner h2.aw-banner__heading {
    order: 1;
  }
  #your-goals-banner .aw-banner__graphic {
    order: 2;
  }
  #our-story-icons {
    padding-bottom: 10px;
  }
  #careers-top {
    padding-top: 0;
  }
  .home .success-story {
    padding-bottom: 0;
  }
  .home .success-story__content {
    padding-bottom: 0;
  }
  .home .buttons-bgi {
    padding-top: 30px;
  }
}
.content-round-photo {
  background: #f5f7f9;
  position: relative;
  overflow: hidden;
}
.content-round-photo__grid {
  display: flex;
  gap: 40px;
}
.content-round-photo__one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  position: relative;
}
.content-round-photo__heading {
  font-weight: 500;
}
.content-round-photo__heading * {
  line-height: 1.2;
  margin: 0;
}
.content-round-photo--home {
  padding: 100px 0 75px;
}
.content-round-photo--home .content-round-photo__heading * {
  font-size: clamp(28px, 24px + 2.15vw, 80px);
}
.content-round-photo__subheading {
  font-size: 22px;
  line-height: 1.75;
}
.content-round-photo__subheading--small {
  font-size: 17px;
}
.content-round-photo__two {
  position: relative;
  padding: 0 100px 0 30px;
}
.content-round-photo__image {
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.content-round-photo__red, .content-round-photo__blue {
  position: absolute;
}
.content-round-photo__red {
  left: 50px;
  width: 25%;
}
.content-round-photo__blue {
  width: 50%;
  left: 50px;
  bottom: -10%;
}
.content-round-photo .button, .content-round-photo .search-form .search-submit, .search-form .content-round-photo .search-submit {
  align-self: flex-start;
  margin-top: 10px;
}
.content-round-photo .aw-location-selector {
  position: relative;
  top: -30px;
}

@media (min-width: 1025px) {
  .content-round-photo__grid {
    gap: 50px;
  }
  .content-round-photo--reverse .content-round-photo__grid {
    flex-direction: row-reverse;
  }
  .content-round-photo--reverse .content-round-photo__one {
    padding: 0 100px 0 0;
  }
  .content-round-photo--reverse .content-round-photo__two {
    padding: 0 30px 0 100px;
  }
  .content-round-photo__one {
    width: 55%;
    padding-left: 60px;
  }
  .content-round-photo__two {
    width: 45%;
  }
  .content-round-photo .button, .content-round-photo .search-form .search-submit, .search-form .content-round-photo .search-submit {
    font-size: 20px;
  }
  .content-round-photo.content-round-photo--flex .content-round-photo__two {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .content-round-photo.content-round-photo--flex .content-round-photo__two .content-round-photo__red {
    top: 50px;
  }
}
@media (min-width: 1300px) {
  .content-round-photo__grid {
    gap: 100px;
  }
  .content-round-photo__one {
    width: 45%;
    padding-left: 100px;
  }
  .content-round-photo__two {
    width: 55%;
  }
}
@media (min-width: 1650px) {
  .content-round-photo__one {
    padding-left: 130px;
  }
  .content-round-photo__one .aw-location-selector {
    position: absolute;
    top: 50px;
  }
}
@media (max-width: 1024px) {
  .content-round-photo {
    overflow: hidden;
  }
  .content-round-photo__grid {
    flex-direction: column;
  }
  .content-round-photo__one {
    padding: 30px 20px;
    gap: 20px;
  }
  .content-round-photo__two {
    padding: 0 20px;
  }
  .content-round-photo__subheading {
    font-size: 18px;
  }
  .content-round-photo__red {
    left: auto;
    right: -30px;
    top: -50px;
    width: 50%;
  }
  .content-round-photo__blue {
    width: 100%;
    left: -150px;
    bottom: -50px;
  }
  .content-round-photo--home {
    padding: 75px 0 50px;
  }
  .content-round-photo .button, .content-round-photo .search-form .search-submit, .search-form .content-round-photo .search-submit {
    margin-top: 5px;
  }
}
.buttons-bgi {
  position: relative;
}
.buttons-bgi__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.buttons-bgi__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.buttons-bgi .site-container {
  display: flex;
  position: relative;
  z-index: 5;
}
.buttons-bgi .button, .buttons-bgi .search-form .search-submit, .search-form .buttons-bgi .search-submit {
  background: #fff;
  color: #0171EF;
  text-align: center;
  font-size: 28px;
}
.buttons-bgi .button:hover, .buttons-bgi .search-form .search-submit:hover, .search-form .buttons-bgi .search-submit:hover {
  background: #0171EF;
  color: #fff;
}

@media (min-width: 1025px) {
  .buttons-bgi {
    padding: 150px 0;
    background-size: cover;
    background-position: 50% top;
  }
  .buttons-bgi__overlay {
    background: linear-gradient(to right, rgba(245, 247, 249, 0) 0%, rgba(245, 247, 249, 0.1) 50%, rgba(245, 247, 249, 0.5) 55%, rgba(245, 247, 249, 0.95) 70%, rgb(245, 247, 249) 100%);
  }
  .buttons-bgi__wrapper {
    width: 38%;
  }
  .buttons-bgi .site-container {
    justify-content: end;
  }
}
@media (max-width: 1024px) {
  .buttons-bgi .site-container {
    display: block;
  }
}
@media (max-width: 768px) {
  .buttons-bgi {
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 0 240px;
  }
  .buttons-bgi h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .buttons-bgi .button, .buttons-bgi .search-form .search-submit, .search-form .buttons-bgi .search-submit {
    font-size: 20px;
  }
}
.icon-content {
  background-position: center;
  background-size: cover;
  background-color: #f5f7f9;
  padding: 50px 0 75px;
}
.icon-content__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 100px;
}
.icon-content__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  background: #f5f7f9;
  padding: 100px 30px 30px;
  box-shadow: 0 3px 6px rgba(50, 50, 50, 0.3);
  border-top: 8px solid #CB0207;
  position: relative;
}
.icon-content__item img {
  height: 180px;
  position: absolute;
  top: -90px;
  left: calc(50% - 90px);
}
.icon-content__item h3 {
  font-size: 21px;
  margin: 10px 0 20px;
}
.icon-content__item p {
  margin-bottom: 30px;
}
.icon-content__item .button, .icon-content__item .search-form .search-submit, .search-form .icon-content__item .search-submit {
  align-self: center;
  font-size: 15px;
  font-weight: 600;
}
.icon-content__inner--no-btn p {
  margin-bottom: 0;
}
.icon-content.icon-content--plain .icon-content__item {
  border-top: none;
  padding-top: 30px;
}
.icon-content.icon-content--plain .icon-content__item img {
  position: static;
  height: 50px;
  margin-bottom: 20px;
}
.icon-content.icon-content--plain h2.no-subheading,
.icon-content.icon-content--plain .aw-subheading {
  margin-bottom: 75px;
}
.icon-content h2 b {
  color: #0171EF;
}
.icon-content h2.no-subheading,
.icon-content .aw-subheading {
  margin-bottom: 150px;
}

@media (min-width: 1025px) {
  .icon-content {
    padding: 100px 0;
  }
  .icon-content__grid--3 {
    gap: 75px;
  }
  .icon-content__grid--3 .icon-content__item {
    width: calc(33.3333% - 50px);
  }
}
@media (min-width: 1300px) {
  .icon-content__grid--2 {
    gap: 30px;
  }
  .icon-content__grid--2 .icon-content__item {
    width: calc(50% - 15px);
  }
  .icon-content__grid--4 {
    gap: 50px;
  }
  .icon-content__grid--4 .icon-content__item {
    width: calc(25% - 37.5px);
  }
  .icon-content__grid--5 {
    gap: 30px;
  }
  .icon-content__grid--5 .icon-content__item {
    width: calc(20% - 30px);
  }
  .icon-content__grid--5 .icon-content__item:nth-child(even) {
    transform: translateY(50px);
  }
  .icon-content.light-top-padding {
    padding-top: 30px;
  }
  .icon-content.icon-content--plain .icon-content__grid--5 .icon-content__item:nth-child(even) {
    transform: none;
  }
}
@media (max-width: 1300px) and (min-width: 769px) {
  .icon-content__grid {
    gap: 50px;
    row-gap: 100px;
  }
  .icon-content__grid .icon-content__item {
    width: calc(33.3333% - 33.3334px);
  }
  .icon-content--plain .icon-content__grid {
    row-gap: 50px;
  }
}
@media (max-width: 768px) {
  .icon-content {
    background-image: none;
    padding: 30px 0 50px;
  }
  .icon-content .aw-subheading, .icon-content h2.no-subheading {
    margin-bottom: 100px;
  }
  .icon-content__grid {
    column-gap: 30px;
  }
  .icon-content__grid .icon-content__item {
    width: calc(50% - 15px);
  }
  .icon-content__item img {
    height: 130px;
    top: -65px;
    left: calc(50% - 65px);
  }
  .icon-content.icon-content--plain .icon-content__grid {
    row-gap: 30px;
  }
  .icon-content.icon-content--plain h2.no-subheading,
  .icon-content.icon-content--plain .aw-subheading {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .icon-content__grid {
    column-gap: 0;
  }
  .icon-content__grid .icon-content__item {
    width: 100%;
  }
}
.content-video {
  padding: 0 0 30px;
  background: #f5f7f9;
}
.content-video__grid {
  display: flex;
  flex-direction: column-reverse;
}
.content-video__content {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-start;
  justify-content: center;
}
.content-video__content h2 {
  margin: 0;
  line-height: 1.3;
}
.content-video__content h2 b {
  color: #0171EF;
}
.content-video__content .button, .content-video__content .search-form .search-submit, .search-form .content-video__content .search-submit {
  place-self: flex-start;
}
.content-video__video {
  position: relative;
  aspect-ratio: 16/9;
}
.content-video__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (min-width: 1025px) {
  .content-video {
    padding: 75px 0;
  }
  .content-video__grid {
    flex-direction: row;
  }
  .content-video__grid > * {
    width: 50%;
  }
  .content-video__content {
    padding: 30px 60px;
  }
}
@media (min-width: 1300px) {
  .content-video__content {
    padding: 30px 100px;
  }
}
@media (max-width: 1024px) {
  .content-video__content {
    gap: 20px;
  }
  .content-video__content .aw-subheading {
    margin-bottom: 5px;
  }
}
.stats {
  background-color: #f5f7f9;
  display: flex;
  flex-direction: column;
}
.stats__image {
  width: 34%;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
.stats__wrapper {
  width: 66%;
  padding: 50px 100px 50px 50px;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
.stats__grid {
  display: grid;
  gap: 30px;
}
.stats__item h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #CB0207;
  margin-bottom: 10px;
}
.stats__item p {
  font-weight: 600;
  font-size: 28px;
  margin: 0;
}
.stats__partners {
  display: flex;
  margin-top: 50px;
  gap: 15px;
}
.stats__partners img {
  height: 60px;
}

@media (min-width: 769px) {
  .stats {
    flex-direction: row;
  }
  .stats__image {
    width: 34%;
  }
}
@media (min-width: 1025px) {
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 75px;
  }
}
@media (min-width: 1300px) {
  .stats__item h2 {
    font-size: 75px;
  }
}
@media (min-width: 1650px) {
  .stats__wrapper {
    padding-left: 100px;
  }
  .stats__item h2 {
    font-size: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .stats__image {
    width: 50%;
  }
  .stats__wrapper {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .stats__partners {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .stats {
    position: relative;
    overflow: hidden;
  }
  .stats__image {
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 50%;
    transform: translate(-65%, -50%);
  }
  .stats__image img {
    height: 90%;
  }
  .stats__wrapper {
    width: 100%;
    position: relative;
    z-index: 5;
    padding: 30px;
    text-align: right;
  }
  .stats__item h2 {
    font-size: 42px;
  }
  .stats__item p {
    font-size: 21px;
  }
}
.success-story {
  padding: 50px 0;
  overflow: hidden;
}
.success-story__grid {
  display: flex;
  flex-direction: column-reverse;
}
.success-story__graphic {
  position: absolute;
  width: 90%;
  height: auto;
  top: 0;
  left: 0;
}
.success-story__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 5;
}
.success-story__content .button, .success-story__content .search-form .search-submit, .search-form .success-story__content .search-submit {
  align-self: flex-start;
}
.success-story__photo {
  position: relative;
  z-index: 5;
  aspect-ratio: 1/1;
}
.success-story__photo--round {
  border-radius: 50%;
}
.success-story__images {
  position: relative;
}
.success-story h2 {
  margin: 0;
}
.success-story h2 b {
  color: #0171EF;
}
.success-story .aw-subheading {
  margin: 0;
}

@media (min-width: 1025px) {
  .success-story__grid {
    flex-direction: row;
  }
  .success-story__images {
    width: 60%;
    padding: 100px 150px;
  }
  .success-story__content {
    width: 40%;
    padding: 50px 100px 50px 50px;
  }
}
@media (min-width: 1650px) {
  .success-story__content {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .success-story__content {
    padding: 0 20px 40px;
    gap: 30px;
  }
  .success-story__graphic {
    width: 120%;
    max-width: 120%;
    top: -60px;
    left: -30px;
    z-index: 0;
  }
}
.aw-featured-posts {
  padding: 125px 0;
  position: relative;
  overflow: hidden;
  background: #f5f7f9;
}
.aw-featured-posts.no-top-padding {
  padding-top: 0;
}
.aw-featured-posts.light-top-padding {
  padding-top: 50px;
}
.aw-featured-posts__grid {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
.aw-featured-posts__item {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 5;
  background-color: #fff;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  -webkit-box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
}
.aw-featured-posts__top {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.aw-featured-posts__thumbnail {
  position: relative;
  display: block;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.aw-featured-posts__bottom {
  padding: 30px;
  border-top: 10px solid #1C2D4A;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aw-featured-posts__bottom .button--arrow {
  text-decoration: none;
}
.aw-featured-posts__bottom .button--arrow img {
  height: 10px;
  position: relative;
  top: -1px;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.aw-featured-posts__bottom .button--arrow:hover {
  color: #0171EF;
}
.aw-featured-posts__bottom .button--arrow:hover img {
  transform: translateX(5px);
}
.aw-featured-posts__title {
  font-size: 22px;
}
.aw-featured-posts__category {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.75px;
}
.aw-featured-posts__excerpt {
  margin: 0;
}

@media (min-width: 1025px) {
  .aw-featured-posts__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1300px) {
  .aw-featured-posts__grid {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .aw-featured-posts {
    padding: 50px 0;
  }
  .aw-featured-posts__grid {
    gap: 30px;
  }
  .aw-featured-posts__top {
    aspect-ratio: 2/1;
  }
  .aw-featured-posts__thumbnail {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 480px) {
  .aw-featured-posts__excerpt {
    display: none;
  }
}
.aw-columns {
  display: flex;
}

@media (min-width: 769px) {
  .aw-columns {
    gap: 50px;
    flex-direction: row;
  }
  .aw-columns--5050 > div {
    width: 50%;
  }
  .aw-columns--3366 > div:first-of-type {
    width: 34%;
  }
  .aw-columns--3366 > div:last-of-type {
    width: 66%;
  }
  .aw-columns--6633 > div:first-of-type {
    width: 66%;
  }
  .aw-columns--6633 > div:last-of-type {
    width: 34%;
  }
  .aw-columns--flipped {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .aw-columns {
    flex-direction: column;
    gap: 30px;
  }
  .aw-columns > div {
    width: 100%;
  }
}
.aw-image-row__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 1025px) {
  .aw-image-row__grid {
    flex-direction: row;
  }
  .aw-image-row__grid > div {
    overflow: hidden;
  }
  .aw-image-row__grid > div img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .aw-image-row__grid--2 > div {
    width: 50%;
    aspect-ratio: 4/3;
  }
  .aw-image-row__grid--3 > div {
    width: 33.3333%;
    aspect-ratio: 1/1;
  }
}
.aw-flex-tabs {
  background: #f5f7f9;
  overflow: hidden;
}
.aw-flex-tabs [data-tab-content] {
  display: none;
}
.aw-flex-tabs .active[data-tab-content] {
  display: block;
}
.aw-flex-tabs__nav {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  gap: 5px;
  margin-bottom: 50px;
}
.aw-flex-tabs__nav a {
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  color: #2e2e2e;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  text-decoration: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: relative;
}
.aw-flex-tabs__nav a:after {
  position: absolute;
  content: "";
  height: 90px;
  width: 90px;
  border-radius: 0 0 50% 50%;
  bottom: -15px;
  left: calc(50% - 45px);
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
}
.aw-flex-tabs__nav a.active:after {
  background: #0171EF;
}
.aw-flex-tabs__nav a.active span {
  color: #fff;
  background-color: #0171EF;
}
.aw-flex-tabs__nav a span {
  position: relative;
  z-index: 5;
  padding: 20px 30px;
  height: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}
.aw-flex-tabs__nav a span:hover {
  cursor: pointer;
}
.aw-flex-tabs__row {
  display: flex;
  gap: 75px;
}
.aw-flex-tabs__row > * {
  width: 50%;
}
.aw-flex-tabs__heading b {
  color: #0171EF;
}
.aw-flex-tabs__superheading {
  font-size: 19px;
  font-weight: 600;
  color: #707070;
}
.aw-flex-tabs__column-1 {
  padding: 30px 30px 30px 75px;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
.aw-flex-tabs__column-2 {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
.aw-flex-tabs__content p {
  line-height: 1.6;
}
.aw-flex-tabs__content p:last-of-type {
  margin-bottom: 0;
}
.aw-flex-tabs__post {
  margin-top: 37px;
  display: flex;
  transform: translateY(-7px);
  -webkit-box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
}
.aw-flex-tabs__thumbnail {
  width: 30%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-right: 5px solid #000;
}
.aw-flex-tabs__thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.aw-flex-tabs__meta {
  width: 70%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.aw-flex-tabs__meta h4 {
  font-weight: 600;
  margin: 0;
}
.aw-flex-tabs__meta h4 a {
  text-decoration: none;
}
.aw-flex-tabs__buttons-logos {
  padding-inline: 30px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .aw-flex-tabs__buttons-logos {
    padding-inline: 0;
  }
}
@media (max-width: 768px) {
  .aw-flex-tabs__buttons-logos {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: flex-start;
  }
}
.aw-flex-tabs__buttons-logos > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
}
.aw-flex-tabs__buttons-logos > div img {
  height: 60px;
  place-self: center;
}
.aw-flex-tabs__buttons-logos > div .button, .aw-flex-tabs__buttons-logos > div .search-form .search-submit, .search-form .aw-flex-tabs__buttons-logos > div .search-submit {
  place-self: center;
}
@media (max-width: 768px) {
  .aw-flex-tabs__buttons-logos > div {
    gap: 20px !important;
    width: 100%;
  }
}
.aw-flex-tabs__buttons {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  padding: 50px 100px 50px 0;
}
.aw-flex-tabs__buttons p:nth-child(even) {
  transform: translateX(50px);
}
.aw-flex-tabs__icon-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 50px 0;
}
.aw-flex-tabs__icon-buttons--bigger img {
  height: 130px !important;
}
.aw-flex-tabs__icon-buttons > * {
  width: calc(50% - 15px);
  -webkit-box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
.aw-flex-tabs__icon-buttons > * img {
  height: 30px;
  place-self: center;
}
.aw-flex-tabs__icon-buttons > * p {
  font-weight: 600;
}
.aw-flex-tabs__image-wrap {
  position: relative;
  padding: 50px 50px 50px 0;
}
.aw-flex-tabs__image-wrap img:not(.aw-flex-tabs__image) {
  position: absolute;
  z-index: 0;
}
.aw-flex-tabs__image-wrap .aw-flex-tabs__image {
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.aw-flex-tabs__image-wrap .blue-circle-full {
  width: 80%;
  top: 0;
  right: -30%;
}
.aw-flex-tabs__image-wrap .blue-dot-circle {
  width: 80%;
  top: 0;
  left: -75px;
}
.aw-flex-tabs__image-wrap .pink-circles {
  width: 35%;
  bottom: 0;
  right: 25%;
}

@media (max-width: 1024px) {
  .aw-flex-tabs__nav {
    flex-direction: column;
  }
  .aw-flex-tabs__nav a.tab-li__link {
    width: 100% !important;
  }
  .aw-flex-tabs__nav a.tab-li__link span {
    min-height: 0;
    padding: 10px 30px;
  }
  .aw-flex-tabs__nav a.tab-li__link:after {
    display: none;
  }
  .aw-flex-tabs__row {
    flex-direction: column;
    gap: 30px;
  }
  .aw-flex-tabs__row > * {
    width: 100%;
  }
  .aw-flex-tabs__column-1 {
    padding: 0;
  }
  .aw-flex-tabs__buttons {
    padding-top: 0;
  }
  .aw-flex-tabs__icon-buttons {
    padding: 0 0 30px;
  }
  .aw-flex-tabs__image-wrap {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .aw-flex-tabs__meta {
    padding: 20px;
  }
  .aw-flex-tabs__meta .aw-featured-posts__category {
    font-size: 12px;
  }
  .aw-flex-tabs__meta h4 {
    font-size: 17px;
  }
  .aw-flex-tabs__buttons {
    padding: 0;
    gap: 20px;
  }
  .aw-flex-tabs__buttons p.button.button--check, .aw-flex-tabs__buttons .search-form p.button--check.search-submit, .search-form .aw-flex-tabs__buttons p.button--check.search-submit {
    transform: none;
    min-height: 61px;
  }
  .aw-flex-tabs__icon-buttons > * {
    width: 100%;
  }
}
.aw-banner {
  padding: 125px 0;
  position: relative;
  background: #f5f7f9;
}
.aw-banner__flags {
  position: absolute;
  top: 40px;
}
.aw-banner__flags--left {
  left: 0;
}
.aw-banner__flags--right {
  right: 0;
}
.aw-banner__graphic {
  max-width: 200px;
}
.aw-banner__grid {
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aw-banner__heading {
  text-align: center;
  font-size: clamp(32px, 28px + 2vw, 80px);
  line-height: 1.1;
  margin: 0;
}
.aw-banner__heading b {
  color: #0171EF;
}

@media (min-width: 1025px) {
  .aw-banner {
    padding: 150px 0 30px;
  }
  .aw-banner__flags {
    top: 90px;
  }
  .aw-banner__graphic {
    max-width: 150px;
  }
  .aw-banner__grid {
    flex-direction: row;
    gap: 75px;
  }
  .aw-banner__grid--has-two-headings {
    gap: 50px;
  }
  .aw-banner__grid--has-two-headings .aw-banner__heading {
    width: calc(50% - 300px);
  }
}
@media (max-width: 1024px) {
  .aw-banner {
    padding: 100px 0 50px;
  }
  .aw-banner--has-subheading, .aw-banner--has-graphic {
    padding-bottom: 20px;
  }
  .aw-banner__heading br {
    display: none;
  }
}
@media (max-width: 480px) {
  .aw-banner__grid {
    gap: 20px;
  }
  .aw-banner__graphic {
    max-width: 100%;
    max-height: 150px;
  }
}
.aw-testimonials {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  background: #f5f7f9;
}
.aw-testimonials__heading {
  margin-bottom: 50px;
}
.aw-testimonials__heading b {
  color: #0171EF;
}
.aw-testimonials .red-circles, .aw-testimonials .blue-circle, .aw-testimonials .white-circle, .aw-testimonials .quote-mark {
  position: absolute;
}
.aw-testimonials .red-circles {
  width: 30%;
  top: -30%;
  right: -15%;
}
.aw-testimonials .blue-circle {
  left: 8%;
  bottom: -50%;
  width: 30%;
  z-index: 1;
}
.aw-testimonials .white-circle {
  width: 70%;
  left: -30%;
  top: 10%;
}
.aw-testimonials .quote-mark {
  right: 10%;
  bottom: 10%;
  width: 150px;
}
.aw-testimonials .slick-prev,
.aw-testimonials .slick-next {
  top: 100%;
  transform: translate(0, 0);
}
.aw-testimonial__content {
  font-size: 28px;
}
.aw-testimonial__name {
  margin: 50px 0;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .aw-testimonials {
    padding-top: 75px;
  }
  .aw-testimonials__heading {
    margin-bottom: 30px;
  }
  .aw-testimonials .white-circle {
    width: 100%;
  }
  .aw-testimonials .red-circles {
    width: 40%;
    top: -10%;
  }
  .aw-testimonials .blue-circle {
    display: none;
  }
  .aw-testimonial__content {
    font-size: 22px;
  }
  .aw-testimonial__name {
    margin: 30px 0;
    font-size: 28px;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .aw-testimonials .slick-dots {
    display: none !important;
  }
  .aw-testimonials .slick-next {
    right: 50%;
    transform: translate(125%, 0);
  }
  .aw-testimonials .slick-prev {
    left: 50%;
    transform: translate(-125%, 0);
  }
}
@media (max-width: 480px) {
  .aw-testimonials .white-circle {
    width: 150%;
    max-width: 150%;
    left: -95%;
    opacity: 0.7;
  }
  .aw-testimonials .red-circles {
    width: 40%;
    top: -10%;
  }
}
.aw-cta {
  background: #0171EF;
  padding: 50px 0;
}
.aw-cta .site-container--flex {
  display: flex;
  gap: 30px;
}
.aw-cta .site-container--flex > * {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.aw-cta__heading {
  line-height: 1;
  margin: 0;
  color: #fff;
}
.aw-cta__heading--has-subheading {
  margin-bottom: 10px;
}
.aw-cta p {
  margin-bottom: 0;
  color: #fff;
}
.aw-cta--centered .site-container--flex {
  flex-direction: column;
  text-align: center;
  max-width: 750px;
}
.aw-cta--centered .site-container--flex .button, .aw-cta--centered .site-container--flex .search-form .search-submit, .search-form .aw-cta--centered .site-container--flex .search-submit {
  place-self: center;
}
.aw-cta--blue-bg h2 b {
  color: #fff;
}
.aw-cta--signup .gform_wrapper .gform_fields {
  display: flex !important;
  column-gap: 15px !important;
}
.aw-cta--signup .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-size: 18px !important;
  margin: 0 !important;
  border-radius: 21px;
  padding-inline: 15px !important;
}
.aw-cta--signup .gform_wrapper .gfield--type-email {
  width: calc(100% - 148px);
}
.aw-cta--signup .gform_wrapper .button.gform-button, .aw-cta--signup .gform_wrapper .search-form .gform-button.search-submit, .search-form .aw-cta--signup .gform_wrapper .gform-button.search-submit {
  background: #CB0207 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  border: none !important;
  padding: 12px 32px !important;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.aw-cta--signup .gform_wrapper .button.gform-button:hover, .aw-cta--signup .gform_wrapper .search-form .gform-button.search-submit:hover, .search-form .aw-cta--signup .gform_wrapper .gform-button.search-submit:hover {
  background-color: #fff !important;
  color: #2e2e2e !important;
}
.aw-cta--signup .gform_wrapper .gform_footer.before {
  display: none;
}

@media (min-width: 1025px) {
  .aw-cta--signup .site-container--flex > * {
    width: 50%;
  }
  .aw-cta--button .site-container--flex {
    justify-content: center;
    gap: 50px;
  }
  .aw-cta--centered .site-container--flex {
    gap: 30px;
  }
}
@media (max-width: 1300px) {
  .aw-cta--button .site-container--flex {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  .aw-cta--button .aw-cta__heading {
    text-align: center;
  }
  .aw-cta--button .button, .aw-cta--button .search-form .search-submit, .search-form .aw-cta--button .search-submit {
    place-self: center;
  }
  .aw-cta__heading {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .aw-cta {
    padding: 30px 0;
  }
  .aw-cta .site-container--flex {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .aw-cta .site-container {
    text-align: center;
  }
}
.aw-full-bleed-columns {
  background: #f5f7f9;
}
.aw-full-bleed-columns__grid {
  display: flex;
  flex-direction: column;
}
.aw-full-bleed-columns__text {
  padding: 30px;
}
.aw-full-bleed-columns__text p:last-of-type {
  margin-bottom: 0;
}
.aw-full-bleed-columns__image {
  position: relative;
}
.aw-full-bleed-columns__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (min-width: 1025px) {
  .aw-full-bleed-columns__grid {
    flex-direction: row;
  }
  .aw-full-bleed-columns__grid > * {
    width: 50%;
  }
  .aw-full-bleed-columns__grid--flipped {
    flex-direction: row-reverse;
  }
  .aw-full-bleed-columns__grid--small-photos .aw-full-bleed-columns__image {
    width: 33.33%;
  }
  .aw-full-bleed-columns__grid--small-photos .aw-full-bleed-columns__text {
    width: 66.67%;
  }
  .aw-full-bleed-columns__text {
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
  }
}
.aw-checkbox-list {
  background: #f5f7f9;
  position: relative;
  overflow: hidden;
  padding: 150px 0 100px;
}
.aw-checkbox-list h2 {
  text-align: center;
  margin-bottom: 50px;
}
.aw-checkbox-list h2 b {
  color: #0171EF;
}
.aw-checkbox-list ul li {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 15px;
}
.aw-checkbox-list ul li img {
  height: 40px;
}
.aw-checkbox-list .red-circles,
.aw-checkbox-list .blue-circle,
.aw-checkbox-list .white-circle {
  position: absolute;
}
.aw-checkbox-list .white-circle {
  width: 60%;
  left: -20%;
  top: 10%;
}
.aw-checkbox-list .red-circles {
  top: -50%;
  right: -20%;
  width: 35%;
}

@media (min-width: 1025px) {
  .aw-checkbox-list ul {
    column-count: 2;
    column-gap: 50px;
  }
}
.aw-faq {
  background: #f5f7f9;
  position: relative;
  overflow: hidden;
  /* Active */
}
.aw-faq__background {
  position: absolute;
  top: 120px;
  left: 0;
  max-width: 25vw;
}
.aw-faq__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1649px) {
  .aw-faq__overlay {
    background: linear-gradient(to bottom, rgba(245, 247, 249, 0) 0%, rgba(245, 247, 249, 0.05) 10%, rgba(245, 247, 249, 0.5) 20%, rgba(245, 247, 249, 0.8) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.aw-faq h2 {
  margin-bottom: 75px;
}
.aw-faq h3 {
  font-weight: 500;
}
.aw-faq .accordion-thumb {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 30px 50px;
  cursor: pointer;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.aw-faq .accordion-title {
  display: inline-block;
  width: calc(100% - 80px);
  font-weight: 600;
}
.aw-faq .is-active .accordion-thumb {
  background: #0171EF;
  color: #fff;
}
.aw-faq .is-active .accordion-plus {
  transform: rotate(45deg);
}
.aw-faq ul.accordion {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 50px;
}
.aw-faq ul.accordion:last-of-type {
  margin-bottom: 0;
}
.aw-faq .accordion-item {
  -webkit-box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
}
.aw-faq .accordion-panel {
  margin: 0;
  padding: 30px 50px;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}
.aw-faq .accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.aw-faq .accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .aw-faq .accordion-thumb, .aw-faq .accordion-panel {
    padding: 15px 30px;
    font-size: 16px;
  }
  .aw-faq .accordion-thumb .accordion-title, .aw-faq .accordion-panel .accordion-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .aw-faq .accordion-thumb {
    padding: 15px 25px;
  }
  .aw-faq .accordion-thumb .accordion-title {
    width: calc(100% - 30px);
    font-size: 17px !important;
  }
  .aw-faq .accordion-thumb::after {
    margin-right: 0;
  }
  .aw-faq .accordion-panel {
    padding: 15px 25px;
  }
}
.aw-locations__grid {
  display: flex;
  flex-direction: column-reverse;
}
.aw-locations__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  padding-bottom: 75px;
}
.aw-locations__list-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.aw-locations__list-item h5 {
  margin: 0;
}
.aw-locations__list-item .aw-circle {
  height: 50px;
}
.aw-locations__inner {
  padding: 30px;
}
.aw-locations__inner h1 {
  font-size: clamp(22px, 18px + 1.5vw, 36px);
  font-weight: 700;
}

.aw-location__top {
  display: flex;
  gap: 30px;
}
.aw-location__photo {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  height: 120px;
  width: 120px !important;
}
.aw-location__photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aw-location__name {
  width: calc(100% - 150px);
}
.aw-location__hours {
  font-size: 15px;
}
.aw-location__hours li {
  display: flex;
  gap: 5px;
}
.aw-location__hours li span:first-of-type {
  width: 100px;
}
.aw-location__hours li span:last-of-type {
  width: calc(100% - 105px);
  font-weight: 600;
}
.aw-location__marker-wrap {
  padding: 150px 75px;
}
.aw-location__back {
  margin-bottom: 15px;
  font-weight: 700;
  color: #707070;
  display: block;
  text-decoration: none !important;
}
.aw-location__back img {
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-1px);
}
.aw-location__phone a {
  color: #0171EF;
  font-weight: 600;
}

@media (min-width: 1025px) {
  .aw-locations .acf-map {
    height: calc(100vh - 80px);
  }
  .aw-locations__grid {
    flex-direction: row;
  }
  .aw-locations__grid > * {
    width: 50%;
  }
  .aw-locations__detail {
    position: relative;
    overflow-y: auto;
  }
  .aw-locations__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 150px 75px 75px;
  }
}
@media (max-width: 1024px) {
  .aw-locations .acf-map {
    height: 450px !important;
  }
  .aw-locations .acf-map > div:first-of-type {
    top: 75px !important;
  }
  .aw-locations .acf-map .gmnoprint {
    bottom: 175px !important;
  }
  .aw-locations__list {
    padding-bottom: 0;
  }
  .aw-locations__list .aw-locations__list-item .aw-location__top {
    padding-bottom: 0;
  }
  .aw-locations__list .aw-locations__list-item .aw-location__top .aw-location__photo,
  .aw-locations__list .aw-locations__list-item .aw-location__top .aw-location__name {
    padding-inline: 0;
  }
  .aw-locations__inner {
    padding-inline: 20px;
  }
  .aw-location__top {
    padding: 30px 0;
    flex-direction: column;
  }
  .aw-location__photo {
    padding-inline: 20px;
    align-self: center;
    aspect-ratio: auto;
    width: auto !important;
    max-width: 100%;
    height: auto;
    border-radius: 0;
  }
  .aw-location__name {
    width: 100%;
    padding-inline: 20px;
  }
  .aw-location__street, .aw-location__description, .aw-location__phone {
    font-size: 15px;
  }
}
.aw-ss-carousel {
  background: #f5f7f9;
  overflow: hidden;
  position: relative;
}
.aw-ss-carousel .aw-banner__meta {
  margin: 0;
}
.aw-ss-carousel .success-story__content .button, .aw-ss-carousel .success-story__content .search-form .search-submit, .search-form .aw-ss-carousel .success-story__content .search-submit {
  align-self: center !important;
}
.aw-ss-carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.aw-ss-carousel .aw-subheading {
  margin: 0;
}

.slider-controls__wrap {
  position: relative;
  top: -120px;
  display: flex;
  justify-content: flex-end;
}

.slider-controls {
  width: 40%;
  display: flex;
  justify-content: center;
  position: relative;
  left: -20px;
}
.slider-controls .slick-dots {
  position: relative;
  top: -4px;
}

@media (max-width: 1024px) {
  .aw-ss-carousel {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .slider-controls__wrap {
    position: relative;
    top: -30px;
    justify-content: center;
  }
  .slider-controls {
    width: 100%;
    max-width: 400px;
    left: 0;
  }
  .success-story__grid {
    flex-direction: column;
  }
  .success-story__images {
    padding: 30px;
  }
  .success-story__graphic {
    top: 0;
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .aw-ss-carousel .slide-m-dots {
    display: none;
  }
  .aw-ss-carousel .slick-prev {
    left: 50%;
    transform: translateX(-150%);
  }
  .aw-ss-carousel .slick-next {
    right: 50%;
    transform: translateX(150%);
  }
  .aw-ss-carousel .slider-controls__wrap {
    top: -20px;
  }
}
.aw-ss-grid {
  background: #f5f7f9;
}
.aw-ss-grid__inner {
  display: grid;
  gap: 25px;
}
@media (min-width: 769px) {
  .aw-ss-grid__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1300px) {
  .aw-ss-grid__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.aw-ss-grid__item {
  text-decoration: none;
  background-image: url(../img/graphics/before-after-bg.png);
  padding: 20px;
  background-position: center;
  background-size: cover;
}
.aw-ss-grid__item--legacy {
  padding: 0;
}
.aw-ss-grid__item p {
  color: #fff;
  text-align: center;
}
.aw-ss-grid__item p b {
  display: block;
}
.aw-ss-grid__wrap {
  display: flex;
  gap: 20px;
  position: relative;
}
.aw-ss-grid__wrap > div {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}
.aw-ss-grid__wrap > div span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: #0171EF;
  padding: 5px;
}
.aw-ss-grid__mark {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aw-ss-grid .button, .aw-ss-grid .search-form .search-submit, .search-form .aw-ss-grid .search-submit {
  margin-top: 30px;
}

.aw-heading-banner {
  text-align: center;
  background-image: url(../img/graphics/banner-dark-bg-final.svg);
  background-position: center;
  background-size: cover;
}
.aw-heading-banner--dark {
  color: #fff;
}
.aw-heading-banner--dark .aw-heading-banner__heading,
.aw-heading-banner--dark .aw-heading-banner__subheading {
  color: #fff;
}
.aw-heading-banner__heading {
  font-size: clamp(32px, 28px + 3vw, 80px);
}
.aw-heading-banner__heading--no-subheading {
  margin: 0;
}
.aw-heading-banner__subheading {
  font-weight: 400;
  margin: 0;
}
.aw-heading-banner--light {
  background-image: url(../img/graphics/light-banner-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 1025px) {
  .aw-heading-banner {
    padding: 150px 0 75px;
  }
}
.aw-angle-images {
  display: flex;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: 50px;
}
.aw-angle-images > div:not(.aw-angle-images__tab) {
  width: 50%;
  padding: 150px 30px;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
.aw-angle-images > div:not(.aw-angle-images__tab) img {
  height: 200px;
  place-self: center;
}
.aw-angle-images__one {
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  width: 62.5%;
  left: 0;
}
.aw-angle-images__two {
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  left: 42.5%;
}
.aw-angle-images__tab {
  width: 80%;
  position: absolute;
  top: 0;
  left: 10%;
  background-color: #0171EF;
  color: #fff;
  padding: 15px 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
.aw-angle-images__tab img {
  height: 75px;
}
.aw-angle-images h3 {
  font-size: 45px;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .aw-angle-images__tab h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .aw-angle-images {
    margin-top: 100px;
  }
  .aw-angle-images > div {
    padding: 30px;
  }
  .aw-angle-images > div img {
    height: 50px;
  }
  .aw-angle-images > div:not(.aw-angle-image__tab) {
    padding: 75px 20px;
  }
  .aw-angle-images > div:not(.aw-angle-image__tab) img {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .aw-angle-images__tab {
    flex-direction: column;
    gap: 15px;
    padding: 20px !important;
  }
  .aw-angle-images__tab img {
    height: 50px !important;
  }
  .aw-angle-images__tab h3 {
    font-size: 18px;
  }
}
.aw-contact {
  background: #f5f7f9;
}
.aw-contact__grid {
  display: flex;
  flex-direction: column;
}
.aw-contact__info {
  background: #1C2D4A;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.aw-contact__info a {
  color: #fff;
}
.aw-contact__info ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-start;
}
.aw-contact__form {
  padding: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  background: #fff;
}
.aw-contact__form h3 {
  color: #0171EF;
}

@media (min-width: 1025px) {
  .aw-contact__grid {
    gap: 15px;
    flex-direction: row;
  }
  .aw-contact__info {
    width: calc(40% - 7.5px);
    padding: 50px 30px;
  }
  .aw-contact__form {
    width: calc(60% - 7.5px);
    padding: 50px;
  }
}
.aw-ambassadors {
  background-color: #f5f7f9;
  background-image: url(../img/graphics/ambassadors-bg.svg);
  background-repeat: repeat;
  background-size: 100%;
}

.aw-ambassador {
  display: flex;
  flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.3);
}
.aw-ambassador__headshot {
  padding: 30px;
}
.aw-ambassador__image {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.aw-ambassador__image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.aw-ambassador__content {
  padding: 0 20px 30px;
}
.aw-ambassador h2 {
  margin: 0;
  font-weight: 600;
  color: #0171EF;
}
.aw-ambassador__details {
  margin: 0;
  font-weight: 400;
}
.aw-ambassador h4:first-of-type {
  margin-bottom: 5px;
}
.aw-ambassador__quote {
  font-style: italic;
  font-size: 20px;
}

@media (min-width: 1025px) {
  .aw-ambassador {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
  }
  .aw-ambassador__headshot {
    width: 34%;
    padding: 50px;
  }
  .aw-ambassador__content {
    padding: 50px;
    width: 66%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  div.aw-ambassador:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .aw-ambassador {
    margin-bottom: 30px;
  }
  .aw-ambassador__content h4 {
    font-size: 17px;
  }
  .aw-ambassador__content h2 {
    margin-bottom: 5px;
  }
  .aw-ambassador__quote {
    margin-top: 20px;
    font-size: 17px;
  }
}
.aw-list {
  position: relative;
  overflow: hidden;
}
.aw-list h2 {
  margin-bottom: 50px;
}
.aw-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
}
.aw-list ul li {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  font-weight: 600;
  align-items: center;
}
.aw-list ul img {
  height: 30px;
}
.aw-list__doodad {
  position: absolute;
}
.aw-list__white {
  width: 50%;
  top: 5%;
  left: -10%;
}
.aw-list__blue {
  height: 95%;
  left: -5%;
  top: 0;
  opacity: 0.7;
}
.aw-list__red {
  height: 80%;
  right: -10%;
}

@media (max-width: 768px) {
  .aw-list ul {
    column-count: 1;
  }
  .aw-list h2 {
    margin-bottom: 30px;
  }
  .aw-list__red {
    right: -60%;
    height: 50%;
    opacity: 0.5;
  }
  .aw-list__blue {
    height: 130%;
    left: -30%;
  }
}
.aw-video-carousel {
  overflow: hidden;
  position: relative;
}
.aw-video-carousel__grid {
  display: flex;
  flex-direction: column;
}
.aw-video-carousel__content {
  padding: 30px 20px;
}
.aw-video-carousel__content h2 {
  margin: 0;
}
.aw-video-carousel__slider .slick-list {
  padding: 0 20% 0 0 !important;
}
.aw-video-carousel__slider .slick-track {
  display: flex;
  gap: 50px;
}
.aw-video-carousel__slider .slick-prev,
.aw-video-carousel__slider .slick-next {
  top: 100%;
  transform: none;
}
.aw-video-carousel__video {
  aspect-ratio: 16/9;
  position: relative;
}
.aw-video-carousel__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.aw-video-carousel__label {
  transform: translateY(-1px);
  text-align: center;
  background: #1C2D4A;
  padding: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.aw-video-carousel__label h4 {
  margin: 0;
  font-weight: 500;
}
.aw-video-carousel__doodad {
  position: absolute;
  left: -20%;
  height: 120%;
  z-index: -1;
}

@media (min-width: 1025px) {
  .aw-video-carousel__grid {
    flex-direction: row;
  }
  .aw-video-carousel__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    width: 40%;
    padding: 30px 50px 30px 100px;
  }
  .aw-video-carousel__slider {
    width: 60%;
  }
  .aw-video-carousel__label {
    padding: 30px 50px;
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .aw-video-carousel__slider .slick-prev,
  .aw-video-carousel__slider .slick-next {
    top: 100%;
    transform: translate(-125%, 125%);
  }
  .aw-video-carousel__slider .slick-prev {
    left: 50%;
  }
  .aw-video-carousel__slider .slick-next {
    right: 50%;
    transform: translate(125%, 125%);
  }
}
@media (max-width: 768px) {
  .aw-video-carousel__slider .slick-prev,
  .aw-video-carousel__slider .slick-next {
    top: 100%;
    transform: translate(-150%, 0);
  }
  .aw-video-carousel__slider .slick-prev {
    left: 50%;
  }
  .aw-video-carousel__slider .slick-next {
    right: 50%;
    transform: translate(150%, 0);
  }
  .aw-video-carousel__slider .slick-dots {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .aw-video-carousel__slider {
    padding-inline: 20px;
  }
  .aw-video-carousel__slider .slick-list {
    padding: 0 !important;
  }
  .aw-video-carousel__slider .slick-track {
    display: block;
  }
  .aw-video-carousel__label {
    padding: 20px;
  }
  .aw-video-carousel__label h4 {
    line-height: 1;
    font-size: 17px;
  }
}
.aw-team {
  background-image: url(../img/graphics/team-grid-bg.svg);
  background-position: center;
  background-size: cover;
}
.aw-team h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 75px;
}
.aw-team__grid {
  display: grid;
}
.aw-team__member {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
.aw-team__member * {
  color: #fff;
}
.aw-team__member img {
  border-radius: 50%;
  border: 5px solid #fff;
  margin-bottom: 30px;
}
.aw-team__name {
  margin: 0;
  font-weight: 400;
}
.aw-team__role {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.aw-team__grid {
  gap: 30px;
}
.aw-team__grid--3 img {
  max-width: 250px;
  margin-bottom: 20px;
}
.aw-team__grid--5 img {
  max-width: 180px;
  margin-bottom: 10px;
}
.aw-team__grid--5 .aw-team__name {
  font-size: 18px;
}
.aw-team .slick-dots {
  bottom: -60px;
}

@media (min-width: 1300px) {
  .aw-team__grid--3 {
    max-width: 1200px;
    margin: auto;
    grid-template-columns: repeat(3, 1fr);
  }
  .aw-team__grid--5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  .aw-team.aw-section {
    padding-bottom: 60px;
  }
  .aw-team.aw-section h2 {
    margin-bottom: 40px;
  }
}
.aw-collage {
  position: relative;
  overflow: hidden;
}
.aw-collage h2 {
  margin-bottom: 50px;
}
.aw-collage__red, .aw-collage__white {
  position: absolute;
}
.aw-collage__red {
  top: -10%;
  right: -10%;
  width: 20%;
}
.aw-collage__white {
  width: 70%;
  left: -15%;
  top: 10%;
}

.aw-content-location-form__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.aw-content-location-form__content {
  position: relative;
}
.aw-content-location-form__icons {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.aw-content-location-form__icons img {
  height: 80px;
}
.aw-content-location-form__icons p {
  margin-bottom: 30px;
}
.aw-content-location-form .box {
  padding: 20px;
  display: none;
  margin-top: 20px;
  border: 1px solid #000;
}
.aw-content-location-form .postcard-form-wrapper iframe {
  min-height: 1160px !important;
}
.aw-content-location-form iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.aw-content-location-form #calendar-select {
  font-family: "Montserrat", sans-serif !important;
  display: block;
  padding: 5px 10px;
  font-size: 17px !important;
  margin-bottom: 30px;
  background: linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
}

@media (min-width: 1025px) {
  .aw-content-location-form__grid {
    flex-direction: row;
    gap: 75px;
  }
  .aw-content-location-form__grid > div {
    width: calc(50% - 37.5px);
  }
}