/* =======================================
   VARIABLES
   ======================================= */
/* =======================================
   IMPORTS
   ======================================= */
/* =======================================
   SIZES
   ======================================= */
/*NEUTRALS*/
/*PRIMARY*/
/* =======================================
   FONTS
======================================= */
@font-face {
  font-family: "Font Name Here";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Font.ttf) format("ttf"), url(../fonts/Font.woff) format("woff"), url(../fonts/Font.woff2) format("woff2");
}
body > header {
  z-index: 50;
  width: 100%;
  top: 0;
  position: sticky;
  background: #EFEFEF;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
}
body > header .overlay {
  background: rgba(41, 41, 41, 0.5);
  backdrop-filter: blur(7.5px);
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: -1;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
body > header .overlay.active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
body > header .top {
  background: #FFFFFF;
}
body > header .top .container {
  max-width: 1328px;
  margin: 0 auto;
  padding: calc(16px / 2) 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 880px) {
  body > header .top .container {
    padding: 0 16px;
  }
}
@media (max-width: 600px) {
  body > header .top .container .left a img {
    width: 175px;
    height: auto;
  }
}
body > header .top .container .right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: calc(16px * 1.5);
}
body > header .top .container .right .mobile {
  display: none;
  align-items: center;
  gap: calc(16px * 1.5);
}
@media (max-width: 880px) {
  body > header .top .container .right .mobile {
    display: flex;
  }
}
body > header .top .container .right .mobile a {
  width: 18px;
  height: 18px;
  display: block;
}
body > header .top .container .right .mobile a svg {
  width: 100%;
  height: auto;
}
body > header .top .container .right .menu-utility-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  display: flex;
  align-items: center;
}
body > header .top .container .right .menu-utility-menu-container .menu li {
  display: inline-block;
  padding: 16px;
  line-height: 14px;
}
body > header .top .container .right .menu-utility-menu-container .menu li:first-of-type {
  padding-left: 0;
}
body > header .top .container .right .menu-utility-menu-container .menu li:last-of-type {
  padding-right: 0;
}
body > header .top .container .right .menu-utility-menu-container .menu li:not(.btn) a {
  color: #0D7BBF;
  font-size: 15px;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: calc(16px / 2);
}
body > header .top .container .right .menu-utility-menu-container .menu li:not(.btn) a .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  mask-size: cover;
  -webkit-mask-size: cover;
  background: currentColor;
}
body > header .top .container .right .menu-utility-menu-container .menu li:not(.btn) a:hover {
  color: #464646;
}
body > header .top .container .right .menu-utility-menu-container .menu li.btn a {
  display: inline-block;
  padding: 11px 31px;
  text-decoration: none;
  border: 1px solid;
  font-size: 15px;
  font-weight: 800;
  line-height: normal;
  border-radius: 100px;
  background: #0D7BBF;
  color: #FFFFFF;
  border-color: #0D7BBF;
}
body > header .top .container .right .menu-utility-menu-container .menu li.btn a:hover {
  background: #FFFFFF;
  border-color: #0D7BBF;
  color: #0D7BBF;
}
@media (max-width: 880px) {
  body > header .top .container .right .menu-utility-menu-container {
    display: none;
  }
}
@media (max-width: 880px) {
  body > header .top {
    padding: 16px 0;
  }
}
@media (max-width: 600px) {
  body > header .top {
    padding: calc(16px * 3) 0 calc(16px * 1.5);
  }
}
body > header .main .container {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 880px) {
  body > header .main .container {
    padding: 0 16px;
  }
}
body > header .main .container .menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
body > header .main .container .menu li {
  display: inline-block;
  padding: 4px 0;
  position: relative;
}
body > header .main .container .menu li:first-of-type {
  padding-left: 0;
}
body > header .main .container .menu li:last-of-type {
  padding-right: 0;
}
body > header .main .container .menu li a {
  color: #292929;
/*  padding: calc(16px / 2) calc(16px * 2);
  font-size: 15px;
changed 06/20/2025 for notification nav item. change back to above on Sept 17
  */
  padding: calc(16px / 2) calc(12px * 2);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: block;
  border-radius: 5px;
}
body > header .main .container .menu li a:hover {
  background: #DCDCDC;
}
body > header .main .container .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  padding: calc(16px / 2);
  width: 100vw;
  max-width: calc(320px - 16px);
  margin-left: calc(0px - 16px);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
body > header .main .container .menu li .sub-menu li {
  padding: 0;
  margin: 0;
  display: block;
}
body > header .main .container .menu li .sub-menu li a {
  padding: 12px calc(16px * 1.5);
}
body > header .main .container .menu li .sub-menu li a:hover {
  background: #EFEFEF;
}
body > header .main .container .menu li .sub-menu li .sub-menu {
  left: calc(100% + calc(10px * 1.5));
  top: calc(0px - calc(16px / 2));
  display: none;
}
body > header .main .container .menu li .sub-menu li:hover .sub-menu {
  display: block;
}
body > header .main .container .menu li:hover .sub-menu {
  display: block;
}
body > header .main .container #searchButton {
  display: block;
  transition: all 0.5s ease;
  margin-left: calc(16px * 2);
}
body > header .main .container #searchform {
  margin-left: auto;
}
body > header .main .container #searchform div {
  max-width: 1328px;
  margin: 0 auto;
}
.disable-link:hover{
  text-decoration: none !important;
}
@media (max-width: 880px) {
  body > header .main .container #searchform div {
    padding: 0 16px;
  }
}
body > header .main .container #searchform div input[type=search] {
  background: transparent url(../img/search.svg) no-repeat left center;
  width: 320px;
  border: none;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 26px;
  font-size: 15px;
  line-height: normal;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #656565;
}
body > header .main .container #searchform div input[type=search]::placeholder {
  color: #989898;
}
body > header .main .container #searchform.active {
  visibility: visible;
  opacity: 1;
}
.newsletter-form .email{
  margin-right: 10px;
}
@media (max-width: 880px) {
  body > header .main .container {
    display: none;
  }
  body.mobile-search-open #quick-link-menu{
    display: block !important;
    padding-top: 120px !important;
  }
  body.mobile-search-open > header .main .container{
    display: block;
  }
}
body > header .mobileToggle {
  display: none;
  z-index: 99;
  margin-left: auto;
  position: relative;
  width: 40px;
  height: 40px;
  background: #EFEFEF;
  border-radius: 100%;
}
body > header .mobileToggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
body > header .mobileToggle span img {
  display: inline-block;
}
@media (max-width: 880px) {
  body > header .mobileToggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body > header #mobile-menu {
  position: absolute;
  left: 0;
  width: 90%;
  background: #F9F8F8;
  padding: 35px 16px 16px;
  transition: all 0.5s ease;
  height: calc(100vh - 83px);
  top: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
@media (max-width: 600px) {
  body > header #mobile-menu {
    padding: 37px 16px 16px;
    height: calc(100vh - 119px);
    width: 85%;
  }
}
body > header #mobile-menu.active {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}
body > header #mobile-menu .searchform input[type=submit] {
  display: none;
}
body > header #mobile-menu .searchform input[type=search] {
  width: 100%;
  background: #FFFFFF url(../img/search.svg) no-repeat;
  background-position: 20px 10px;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}
body > header #mobile-menu ul {
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  height: calc(100% - 56px);
  overflow-y: auto;
  overflow-x: hidden;
}
body > header #mobile-menu ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
body > header #mobile-menu ul li .sub-menu {
  display: none;
}
body > header #mobile-menu ul li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-left: auto;
}
body > header #mobile-menu ul li a {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  color: #292929;
  padding: calc(16px * 1.5) 0;
  display: block;
  flex-grow: 1;
  text-decoration: none;
}
body > header #mobile-menu ul li.hidden {
  display: none;
}
body > header #mobile-menu ul li.expanded {
  flex-wrap: wrap;
  border: none;
}
body > header #mobile-menu ul li.expanded::after {
  display: none;
}
body > header #mobile-menu ul li.expanded a {
  padding: calc(16px * 1.5) 16px;
  margin: 0 calc(0px - 16px) calc(0px - 16px);
}
body > header #mobile-menu ul li.expanded a::after {
  display: none;
}
body > header #mobile-menu ul li.expanded a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-right: 16px;
  transform: rotate(180deg);
}
body > header #mobile-menu ul li.expanded .sub-menu {
  display: block;
  width: 100%;
}
body > header #mobile-menu ul li.expanded .sub-menu li {
  border-top: none;
}
body > header #mobile-menu ul li.expanded .sub-menu li::after {
  display: none;
}
body > header #mobile-menu ul li.expanded .sub-menu li a {
  text-transform: none !important;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 16px 0;
  background: transparent;
  margin: 0;
  border-bottom: none;
}
body > header #mobile-menu ul li.expanded .sub-menu li a::before {
  display: none;
}
body > header #mobile-menu ul li.expanded .sub-menu li.menu-item-has-children {
  display: block;
}
body > header #mobile-menu ul li.expanded .sub-menu li.menu-item-has-children .sub-menu {
  margin: 0;
  padding-left: calc(16px * 2);
}
body > header #mobile-menu ul .utility {
  margin-top: 50px;
}
body > header #mobile-menu ul .utility li a {
  color: #0D7BBF;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: calc(16px / 2);
  padding: calc(16px / 2) 0;
}
body > header #mobile-menu ul .utility li a .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  mask-size: cover;
  -webkit-mask-size: cover;
  background: currentColor;
}
body > header #mobile-menu ul .utility li.btn {
  margin-top: 16px;
  display: inline-block;
}
body > header #mobile-menu ul .utility li.btn a {
  display: inline-block;
  padding: 11px 31px;
  text-decoration: none;
  border: 1px solid;
  font-size: 15px;
  font-weight: 800;
  line-height: normal;
  border-radius: 100px;
  background: #0D7BBF;
  color: #FFFFFF;
  border-color: #0D7BBF;
  width: auto;
}
body > header #mobile-menu ul .utility li.btn.hidden {
  display: none;
}

#alert{
  display: none;
}
#alert.visible {
  display: block;
  background: #464646;
  color:#fff;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index:1000;
}
#alert.blue{
  background-color: #087dc2;
}
#alert.red{
  background-color: #cf1f43;
}
#alert.yellow{
  background-color: #fdbe17;
  color:#000;
}
#alert .container {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(16px / 2) calc(16px * 3) calc(16px / 2) 16px;
  position: relative;
  max-width: calc(1328px - calc(16px * 2));
}
#alert *{
  color: #fff;
}
#alert.yellow *{
  color:#000;
}
body.alert-open > header{
  top:44px;
}
@media (max-width: 880px) {
  #alert .container {
    padding: 0 16px;
  }
  body.alert-open > header{
    top:28px;
  }
}
#alert .container .copy {
  margin: 0 16px;
}
#alert .container .copy p {
  margin: 0;
  line-height: 28px;
  text-transform: uppercase;
}
#alert .container .copy p a {
  color: #FFFFFF;
  text-transform: none;
  font-weight: 600;
}
#alert .container #noticeClose {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-right: 16px;
}

footer {
  background: #0D7BBF;
}
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
footer .container {
  max-width: 1328px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  footer .container {
    padding: 0 16px;
  }
}
footer .container h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 calc(16px / 2);
}
footer .container .top {
  display: flex;
  flex-wrap: wrap;
  padding: calc(16px * 3) 16px 0;
  gap: 150px;
}
footer .container .top .column:not(:first-child) {
  margin-top: 16px;
}
footer .container .top .column:not(:last-child) {
  flex-grow: 1;
}
footer .container .top .column:last-child {
  margin-bottom: calc(16px * 2);
}
footer .container .top .buttons {
  margin-top: calc(16px * 2);
  display: flex;
  align-items: center;
  gap: calc(16px * 2);
}
footer .container .top .buttons a:not(.button) {
  display: flex;
  align-items: center;
  gap: calc(16px / 2);
}
footer .container .top .buttons a {
  font-size: 15px;
}
footer .container .top p {
  margin: 0;
  line-height: 28px;
}
footer .container .top .menu {
  padding: 0;
  margin: 16px 0;
  list-style: none;
  columns: 2;
}
footer .container .top .menu li {
  margin-bottom: calc(16px * 2);
}
footer .container .top a:not(.button) {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
footer .container .top .social a {
  display: inline-block;
  transition: all 0.5s ease;
}
footer .container .top .social a:hover {
  transform: translateY(-3px);
}
footer .container .top .social a svg path {
  transition: all 0.5s ease;
  fill: #FFFFFF;
}
footer .container .top .badge {
  margin-top: calc(16px * 2);
}
footer .bottom {
  background: #0D7BBF;
  position: relative;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 16px;
}
footer .bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background: linear-gradient(80deg, #0B6BA6 -55.24%, #11A1FA 152%);
}
footer .bottom .container {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 880px) {
  footer .bottom .container {
    padding: 0 16px;
  }
}
footer .bottom .container .menu-policy-menu-container {
  margin-left: calc(16px * 3);
}
footer .bottom .container .menu-policy-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: calc(16px * 3);
  flex-wrap: wrap;
}
@media (max-width: 880px) {
  footer .bottom .container .menu-policy-menu-container .menu {
    gap: calc(16px / 2) calc(16px * 2);
  }
}
footer .bottom .container .menu-policy-menu-container .menu li {
  display: inline-block;
}
footer .bottom .container .menu-policy-menu-container .menu li a {
  color: #FFFFFF;
}
footer .bottom .container .menu-policy-menu-container .menu li a:hover {
  color: #FFFFFF;
}
@media (max-width: 880px) {
  footer .bottom .container .menu-policy-menu-container {
    margin-left: 0;
    padding-bottom: 16px;
  }
}

/* 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;
}

.hero {
  padding: 0 0;
  position: relative;
  color: #FFFFFF;
}
.hero .container {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  gap: calc(16px * 3);
  padding: 0 16px;
  overflow: hidden;
}
.hero.white{
  padding: 30px 0 10px;
}
.hero.white figure.wp-block-image{
  margin-bottom: 30px;
}
.principals-wrap .carousel .carousel-item .card .icon{
  max-width: 72px;
  margin-left: auto;
  margin-right: auto;
}
#dotted-bg .services-group-block{
  background:url(../img/dotted-bg-mobile.webp) no-repeat 50% 0;
}
@media screen and (min-width:600px){
  .hero.white .wp-block-columns-is-layout-flex{
    gap: 40px;
    display: flex;
    align-items:center;
  }
  .hero.white figure.wp-block-image{
    margin-bottom: 0;
  }
  #dotted-bg .services-group-block{
    background:url(../img/dotted-bg.webp) no-repeat 50% 0;
  }
}
@media (max-width: 880px) {
  .hero .container {
    padding: 0 16px;
  }
}
@media (max-width: 1100px) {
  .hero .container {
    flex-direction: column;
    gap: 0;
  }
}
.hero .container .left {
  width: 55%;
  padding: 125px 0;
}
@media (max-width: 1100px) {
  .hero .container .left {
    padding: calc(16px * 3) 0 0;
    width: 100%;
  }
}
.hero .container .left h6 {
  margin: calc(16px * 3) 0 calc(16px * 1.5);
}
.hero .container .left form {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
}
.hero .container .left form .loading {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 6px solid;
  border-color: transparent #FFFFFF;
  animation: l1 1s infinite;
  position: absolute;
  display: none;
}
@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
.hero .container .left form .content {
  display: flex;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero .container .left form .content label {
  font-size: 15px;
  font-weight: 500;
}
.hero .container .left form .content input {
  border-radius: 100px;
  border: 1px solid #AFBC22;
  background: #FFFFFF;
  padding: 9.5px 31px !important;
  font-size: 16px;
}
.hero .container .left form .content input:disabled {
  opacity: 1;
  border-color: #FFFFFF;
}
.hero .container .left form .content input:read-only {
  cursor: auto;
}
.hero .container .left form .content .disabled {
  opacity: 0.35;
}
.hero .container .left form .content button {
  background: #AFBC22;
  color: #292929;
  border-color: #AFBC22;
  margin-top: 28px;
}
.hero .container .left form .content button:hover {
  background: #F9F8F8;
  color: #919B1C;
}
.hero .container .left form .content button:disabled {
  opacity: 1;
  cursor: auto;
  background: #0C6EAB;
  color: rgba(255, 255, 255, 0.2);
  border-color: #0C6EAB;
}
.hero .container .left form .content #getZip {
  display: inline-flex;
  align-items: center;
  gap: calc(16px / 2);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: calc(16px / 2);
  cursor: pointer;
}
.hero .container .right {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 650px;
  overflow: hidden;
  top: 0;
  width: 45%;
  bottom: inherit;
  position: absolute;
  right: 0;
}
.hero .container .right .circle1 {
  animation: bounceDown 10s infinite;
  height: 52%;
  top: -23px;
  width: 50%;
  left: 0;
}
.hero .container .right .circle2 {
  animation: bounceDown 10s infinite;
  height: 45%;
  right: -5px;
  width: 43%;
  top: -15px;
}
.hero .container .right .circle3 {
  animation: bounceUp 10s infinite;
  bottom: -110px;
  height: 82%;
  right: 10%;
  max-height: 520px;
  max-width: 520px;
  width: 81%;
}
.hero .container .right .hero-circle {
  position: absolute;
}
@media (max-width: 1100px) {
  .hero .container .right {
    position: relative;
    overflow: unset;
    max-width: unset;
    width: calc(100% + calc(16px * 2));
    margin: calc(0px - 16px);
    min-height: 300px;
    height: 60vh;
  }
  .hero .container .right .circle1 {
    display: none;
  }
  .hero .container .right .circle2, .hero .container .right .circle3 {
    top: unset;
    right: unset;
    left: unset;
    bottom: unset;
    height: unset;
    animation: none;
    max-width: 75%;
    width: auto;
  }
  .hero .container .right .circle2 img, .hero .container .right .circle3 img {
    max-width: 100%;
    height: auto;
  }
  .hero .container .right .circle2 {
    right: -6%;
    top: 0;
  }
  .hero .container .right .circle3 {
    left: -10%;
    bottom: -10%;
  }
}
.hero.pattern {
  padding: calc(16px * 4) 0;
}
.hero.pattern .container {
  display: block;
}
.hero.pattern .container h1 {
  text-align: center;
}
.hero.plain {
  padding: 0;
  color: #292929;
}
.hero.plain .container {
  display: block;
  padding: calc(16px * 3) 16px;
}

@keyframes bounceUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes bounceDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
.general {
  padding: calc(16px * 4) 0;
}
.general .container {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(16px * 4);
}
@media (max-width: 880px) {
  .general .container {
    padding: 0 16px;
  }
}
.general .container .column {
  width: 100%;
}
.general .container .column .module:not(:last-of-type) {
  margin-bottom: 16px;
}
.general .container .column img, .general .container .column iframe {
  max-width: 100%;
}
.general .container .column .links h3 {
  color: #0D7BBF;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.general .container .column .links ul {
  border-top: #DCDCDC 1px solid;
  border-bottom: #DCDCDC 1px solid;
}
.general .container .column .links ul li {
  list-style: none;
}
.general .container .column .links ul li:not(:last-child) {
  border-bottom: #DCDCDC 1px solid;
}
.general .container .column .links ul li a {
  padding: calc(16px * 1.5) 0;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: #292929;
}
.general .container .column .links ul li a:hover {
  color: #0D7BBF;
}
.general .container .column .links ul li a h5 {
  margin: 0;
}
.general .container.halves .column {
  width: calc(50% - calc(16px * 2));
}
@media (max-width: 600px) {
  .general .container.halves .column {
    width: 100% !important;
  }
}
.general .container.smallleft .column:first-of-type {
  width: calc(40% - calc(16px * 2));
}
.general .container.smallleft .column:last-of-type {
  width: calc(60% - calc(16px * 2));
}
@media (max-width: 600px) {
  .general .container.smallleft .column {
    width: 100% !important;
  }
}
.general .container.smallright .column:first-of-type {
  width: calc(60% - calc(16px * 2));
}
.general .container.smallright .column:last-of-type {
  width: calc(40% - calc(16px * 2));
}
@media (max-width: 600px) {
  .general .container.smallright .column {
    width: 100% !important;
  }
}
.general .container.thirds .column {
  width: calc(33.3333% - calc(16px * 2) * 1.3333);
}
@media (max-width: 600px) {
  .general .container.thirds .column {
    width: 100%;
  }
}
.general .container.fourths .column {
  width: calc(25% - calc(16px * 2) - calc(16px / 2));
}
@media (max-width: 880px) {
  .general .container.fourths .column {
    width: calc(50% - calc(16px * 2));
  }
}
@media (max-width: 600px) {
  .general .container.fourths .column {
    width: 100%;
  }
}
.general.small .container {
  max-width: 880px;
}
.general.med .container {
  max-width: 1104px;
}
.general.center .container {
  align-items: center;
}
.general.bottom .container {
  align-items: flex-end;
}

.posts {
  padding: calc(16px * 4) 0;
}
.posts .container {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 880px;
}
@media (max-width: 880px) {
  .posts .container {
    padding: 0 16px;
  }
}
.posts .container h2 {
  margin: 0;
  max-width: 650px;
}
.posts .container .viewall {
  color: #464646;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 1.28px;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  margin-left: auto;
  display: inline-block;
  margin-top: calc(16px * 1.5);
}
.posts .container .viewall:hover {
  text-decoration: underline;
}
.posts .container .columns {
  display: flex;
  gap: calc(16px * 3);
  margin-top: calc(16px * 1.5);
  flex-wrap: wrap;
}
.posts .container .columns .post {
  width: calc(33.3333% - calc(16px * 2));
  max-width: 320px;
  background: #FFFFFF;
  text-decoration: none;
  color: #292929;
}
.posts .container .columns .post .thumbnail {
  max-width: 320px;
  height: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.posts .container .columns .post .thumbnail img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.posts .container .columns .post .content {
  padding: calc(16px * 2);
}
.posts .container .columns .post .content h4 {
  margin: 0 0 16px;
}
.posts .container .columns .post .content .date {
  margin-bottom: 16px;
  font-weight: 500;
}
.posts .container .columns .post:hover .thumbnail {
  border-color: #464646;
}
.posts .container .columns .post:hover .thumbnail img {
  transform: scale(1.05);
}
@media (max-width: 880px) {
  .posts .container .columns .post {
    width: calc(50% - calc(16px * 2)) !important;
    max-width: 100%;
  }
  .posts .container .columns .post .thumbnail {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .posts .container .columns .post {
    width: 100% !important;
  }
}
.posts.notop {
  padding-top: 0;
}
.posts.nobottom {
  padding-bottom: 0;
}
.posts.noposts {
  margin-bottom: calc(16px * 4) !important;
}

.accordion {
  padding: calc(16px * 4) 0;
}
.accordion .container {
  max-width: 1328px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .accordion .container {
    padding: 0 16px;
  }
}
.accordion .container .accordionItems .accordionItem {
  background: #FFFFFF;
  margin-bottom: calc(16px * 1.5);
}
.accordion .container .accordionItems .accordionItem .accordionTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.accordion .container .accordionItems .accordionItem .accordionTitle:hover {
  color: #464646;
}
.accordion .container .accordionItems .accordionItem .accordionTitle::before {
  content: "";
  display: inline-block;
  background: url(../img/plus.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  transition: all 0.5s ease;
}
.accordion .container .accordionItems .accordionItem .accordionTitle.active {
  display: flex;
}
.accordion .container .accordionItems .accordionItem .accordionTitle.active::before {
  background: url(../img/minus.svg) no-repeat center/contain;
}
.accordion .container .accordionItems .accordionItem .accordionCopy {
  display: none;
  padding: 16px 16px 16px calc(calc(16px * 2) + 25px);
}
.accordion .container .accordionItems .accordionItem .accordionCopy p:first-of-type {
  margin-top: 0;
}
.accordion .container .accordionItems .accordionItem .accordionCopy ::marker {
  color: #464646;
}

.testimonial {
  max-width: 100% !important;
  overflow: hidden;
  padding: calc(16px * 4) 0;
}
.testimonial .container {
  max-width: 1328px;
  margin: 0 auto;
  max-width: 880px;
}
@media (max-width: 880px) {
  .testimonial .container {
    padding: 0 16px;
  }
}
.testimonial.single .container {
  display: flex;
  max-width: 900px;
  gap: calc(16px * 3);
  align-items: center;
}
.testimonial.single .container .image {
  width: 33%;
}
.testimonial.single .container .image img {
  display: block;
}
.testimonial.single .container .content {
  padding: calc(16px * 3) 0;
  width: 66%;
}
.testimonial.single .container .content blockquote {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: #292929;
  letter-spacing: 0.48px;
  line-height: 38px;
  padding: 0;
  margin: 0;
  display: block;
}
.testimonial.single .container .content blockquote::before {
  content: "";
  display: block;
  background: url(../img/quote.svg) no-repeat center/contain;
  width: 50px;
  height: 36px;
  margin-bottom: 16px;
}
.testimonial.single .container .content .author {
  display: inline-block;
  margin-top: 16px;
}
.testimonial.single .container .content .author p {
  margin: 4px 0;
}
.testimonial.single .container .content .author a {
  color: #464646;
  text-decoration: none;
}
.testimonial.single .container .content .author a:hover {
  text-decoration: underline;
}
@media (max-width: 880px) {
  .testimonial.single .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .testimonial.single .container .image {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .testimonial.single .container .content {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.testimonial.multi .slide {
  display: flex !important;
  max-width: 900px;
  gap: 48px;
  align-items: center;
  margin: 0 auto;
}
.testimonial.multi .slide .image {
  width: 33%;
}
.testimonial.multi .slide .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.testimonial.multi .slide .content {
  padding: calc(16px * 3) 0;
  width: 66%;
}
.testimonial.multi .slide .content blockquote {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: #292929;
  letter-spacing: 0.48px;
  line-height: 38px;
  padding: 0;
  margin: 0;
  display: block;
}
.testimonial.multi .slide .content blockquote::before {
  content: "";
  display: block;
  background: url(../img/quote.svg) no-repeat center/contain;
  width: 50px;
  height: 36px;
  margin-bottom: 16px;
}
.testimonial.multi .slide .content .author {
  display: inline-block;
  margin-top: 16px;
}
.testimonial.multi .slide .content .author p {
  margin: 4px 0;
}
.testimonial.multi .slide .content .author a {
  color: #464646;
  text-decoration: none;
}
.testimonial.multi .slide .content .author a:hover {
  text-decoration: underline;
}
@media (max-width: 880px) {
  .testimonial.multi .slide {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }
  .testimonial.multi .slide .image {
    width: 100%;
  }
  .testimonial.multi .slide .image img {
    margin: 0 auto;
  }
  .testimonial.multi .slide .content {
    width: 100%;
  }
}
.testimonial.multi .testimonialSlider {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.testimonial.multi .testimonialSlider .slick-list {
  max-width: calc(100% - 92px);
}
.testimonial.multi .testimonialSlider .slick-slide {
  z-index: 900 !important;
}

.cards {
  padding: calc(16px * 4) 0;
}
.cards .container {
  max-width: 1328px;
  margin: 0 auto;
  display: flex;
  max-width: 880px;
  gap: calc(16px * 3);
  flex-wrap: wrap;
}
@media (max-width: 880px) {
  .cards .container {
    padding: 0 16px;
  }
}
.cards .container .intro {
  width: 100%;
}
.cards .container h2 {
  width: 100%;
  margin: 0;
}
.cards .container .card {
  background: #FFFFFF;
  width: calc(33.33333% - calc(16px * 2));
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #292929;
  position: relative;
}
.cards .container .card.first {
  background: #464646;
  color: #FFFFFF;
  padding: calc(16px * 2) 0 calc(16px * 3);
}
.cards .container .card.first *:not(a.button):not(a.button span) {
  margin: 0 0 16px 0;
  padding: 0 calc(16px * 2);
}
.cards .container .card.last {
  background: #EFEFEF;
  padding: calc(16px * 2) 0 calc(16px * 3);
}
.cards .container .card.last *:not(a.button):not(a.button span) {
  margin: 0 0 16px 0;
  padding: 0 calc(16px * 2);
}
.cards .container .card .featured {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #464646;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 0 16px 0 calc(16px * 1.5);
  display: flex;
  align-items: center;
}
.cards .container .card .featured::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(../img/star.svg) no-repeat center/contain;
  margin-right: calc(16px / 2);
}
.cards .container .card .image {
  min-height: 80px;
  max-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cards .container .card .image img {
  min-height: 100%;
  width: auto;
}
.cards .container .card .content {
  padding: calc(16px * 2) calc(16px * 2) calc(16px * 3);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cards .container .card .content h4 {
  margin: 0;
  color: #292929;
  transition: all 0.5s ease;
}
.cards .container .card .content p {
  margin-bottom: 0;
}
.cards .container .card .content span {
  display: inline-block;
  margin-top: auto;
  padding-top: calc(16px * 2);
  font-size: 18px;
  line-height: 24px;
  color: #292929;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.cards .container .card .content span::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow-right.svg) no-repeat right/cover;
  width: 20px;
  height: 15px;
  transition: all 0.5s ease;
  margin-left: calc(16px / 2);
}
@media (max-width: 880px) {
  .cards .container .card {
    width: calc(50% - calc(16px * 1.5));
    min-width: calc(50% - calc(16px * 1.5));
  }
}
@media (max-width: 600px) {
  .cards .container .card {
    width: 100%;
  }
}
.cards .container a:hover h4 {
  color: #464646 !important;
}
.cards .container a:hover span::after {
  width: 31px !important;
}
.cards.stretch .card {
  width: calc(50% - calc(16px * 1.5));
}
.cards.stretch .card .image {
  min-height: 117px;
}
.cards.stretch .card.last {
  justify-content: center;
}
.cards.stretch .card.last * {
  width: 100%;
  max-width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cards.stretch .card.last .button {
  margin: calc(16px * 2) 0 0 !important;
  width: auto !important;
}
.cards.stretch .card.last ul, .cards.stretch .card.last ol {
  padding-left: 20px;
}
.cards.stretch .card.last *:not(.button) {
  max-width: calc(100% - calc(16px * 4));
  padding: 0;
}
@media (max-width: 600px) {
  .cards.stretch .card {
    width: calc(100% - calc(16px * 1.5));
  }
}
.cards .image.noimage {
  min-height: 0px !important;
}
.cards.bg .container {
  gap: calc(16px * 3) 0;
}
.cards.bg .container h2 {
  margin-bottom: calc(16px * 2);
}
.cards.bg .container .card {
  background-size: cover;
  background-position: center;
  width: 33.3333%;
}
.cards.bg .container .card .content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  min-height: calc(270px - calc(16px * 4));
  padding: calc(16px * 2);
}
.cards.bg .container .card .content h4 {
  color: #FFFFFF;
  margin-top: auto;
  margin-bottom: 16px;
}
.cards.bg .container .card .content h4::after {
  opacity: 0;
  content: "";
  display: inline-block;
  background: url(../img/arrow-right.svg) no-repeat right/cover;
  width: 20px;
  height: 15px;
  transition: all 0.5s ease;
  margin-left: calc(16px / 2);
}
.cards.bg .container .card .image {
  display: none;
}
@media (max-width: 880px) {
  .cards.bg .container .card {
    width: 100%;
  }
}
.cards.bg .container a:hover .content h4::after {
  margin-left: 16px;
  opacity: 1;
}

.form {
  padding: calc(16px * 4) 0;
}
.form .container {
  max-width: 1328px;
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 880px) {
  .form .container {
    padding: 0 16px;
  }
}
.form .container .intro {
  width: 100%;
  margin-bottom: calc(16px * 3);
}
.form.withside .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 880px;
  gap: calc(16px * 2) 180px;
}
.form.withside .container .gForm {
  flex-grow: 1;
}
.form.withside .container .sidebar {
  width: 350px;
  margin-left: auto;
}
.form.withside .container .sidebar .block {
  background: #464646;
  color: #FFFFFF;
  padding: 16px calc(16px * 3);
  margin-bottom: calc(16px * 2);
}
.form.withside .container .sidebar .block h1, .form.withside .container .sidebar .block h2, .form.withside .container .sidebar .block h3, .form.withside .container .sidebar .block h4, .form.withside .container .sidebar .block h5, .form.withside .container .sidebar .block h6 {
  margin: 16px 0;
}
@media (max-width: 880px) {
  .form.withside .container {
    gap: calc(16px * 4);
  }
}

.gform_wrapper.gravity-theme input[type=radio], .gform_wrapper.gravity-theme input[type=checkbox] {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice label, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
  display: inline-flex !important;
  align-items: center;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-right: calc(16px / 2);
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice input[type=radio]:checked + label::before, .gform_wrapper.gravity-theme .gfield_radio .gchoice input[type=checkbox]:checked + label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=radio]:checked + label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox]:checked + label::before {
  background: #464646;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice label::before {
  border-radius: 100%;
}
.gform_wrapper.gravity-theme .gfield_label {
  color: #292929;
  font-size: 18px !important;
  line-height: 26px;
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #292929;
  font-size: 18px !important;
  padding-left: 0px;
}
.gform_wrapper.gravity-theme .gfield:not(:last-child), .gform_wrapper.gravity-theme fieldset:not(:last-child) {
  margin-bottom: 16px;
}
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-end;
}
.gform_wrapper.gravity-theme .button {
  background: #989898;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.48px;
  border-color: #464646;
  transition: all 0.5s ease;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .button::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-left: 16px;
  transition: all 0.5s ease;
}
.gform_wrapper.gravity-theme .button:hover {
  border-color: #464646;
  color: #464646;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border-color: #E3405F;
  background-color: #FFFFFF;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #E3405F;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  text-transform: none;
  font-size: 16px;
}
.gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error .gfield_required, .gform_wrapper.gravity-theme .gfield_error .validation_message {
  color: #E3405F;
}
.gform_wrapper.gravity-theme .gfield_error input, .gform_wrapper.gravity-theme .gfield_error textarea {
  border-color: #E3405F;
}
.gform_wrapper.gravity-theme .gfield_error .validation_message {
  border: none;
  padding: 0;
  background: transparent;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  border: #656565 1px solid;
  padding: calc(16px - 5px) calc(16px * 1.5) !important;
  font-size: 18px;
  line-height: 26px;
  color: #292929;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}
input[type=text]:focus, input[type=text]:focus-visible, input[type=email]:focus, input[type=email]:focus-visible, input[type=tel]:focus, input[type=tel]:focus-visible, textarea:focus, textarea:focus-visible, select:focus, select:focus-visible {
  border-color: #292929;
  outline: none;
}

.newsletter {
  padding: calc(16px * 4) 0;
}
.newsletter .container {
  max-width: 1328px;
  margin: 0 auto;
  max-width: 900px;
  display: flex;
  gap: 120px;
  align-items: flex-end;
}
@media (max-width: 880px) {
  .newsletter .container {
    padding: 0 16px;
  }
}
.newsletter .container .left, .newsletter .container .right {
  width: 50%;
}
@media (max-width: 880px) {
  .newsletter .container {
    flex-direction: column;
    gap: calc(16px * 2);
  }
  .newsletter .container .left, .newsletter .container .right {
    width: 100%;
  }
}

form#gform_1 {
  display: flex;
  align-items: flex-end;
}
form#gform_1 .gform_body {
  flex-grow: 1;
}
form#gform_1 .gform_footer {
  padding: 0;
}
form#gform_1 .gfield_required {
  display: none;
}

section.cta {
  padding: calc(16px * 4) 16px;
}
section.cta .container {
  max-width: 1328px;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  background: url(../img/cta-circle1.svg), url(../img/cta-circle2.svg), url(../img/cta-hearts.svg);
  background-position: 0 0, 72% bottom, right -100px top -110px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  background-color: #EFEFEF;
  position: relative;
}
@media (max-width: 880px) {
  section.cta .container {
    padding: 0 16px;
  }
}
@media (max-width: 880px) {
  section.cta .container {
    background-image: url(../img/cta-hearts.svg);
    background-size: 250px;
    background-position: bottom -140px right -100px;
  }
}
section.cta .container .left, section.cta .container .right {
  width: 50%;
}
section.cta .container .left {
  max-width: 522px;
  padding: 80px 10vh;
}
section.cta .container .left .eyebrow {
  margin-bottom: calc(16px * 3);
  color: #989898;
  display: block;
}
section.cta .container .left h2 {
  margin-top: 0;
  margin-bottom: 0;
}
section.cta .container .left p {
  line-height: 26px;
  margin: 16px 0;
}
section.cta .container .left .buttons {
  display: flex;
  margin-top: calc(16px * 2);
  gap: calc(16px * 1.5);
}
section.cta .container .left.noimage {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
section.cta .container .left.noimage .buttons {
  justify-content: center;
}
@media (max-width: 880px) {
  section.cta .container .left {
    max-width: 100%;
    width: 100%;
    padding: calc(16px * 4) calc(16px * 1.5) 10vh;
  }
}
section.cta .container .right {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  margin-left: auto;
  position: relative;
}
section.cta .container .right img {
  height: auto;
  position: absolute;
  bottom: 0;
  max-height: 515px;
  width: auto;
}
@media (max-width: 880px) {
  section.cta .container .right {
    display: none;
  }
}
section.cta.notop .left {
  padding-top: 0;
}
section.cta.nobottom .left {
  padding-bottom: 0;
}

.comparison {
  padding: calc(16px * 4) 0;
}
.comparison .container {
  max-width: 1328px;
  margin: 0 auto;
  max-width: 880px;
}
@media (max-width: 880px) {
  .comparison .container {
    padding: 0 16px;
  }
}
.comparison .container .intro {
  max-width: 600px;
  padding-bottom: calc(16px * 2);
}
.comparison .container .comparisonTable {
  display: flex;
  gap: calc(16px * 3);
  justify-content: center;
}
@media (max-width: 880px) {
  .comparison .container .comparisonTable {
    flex-wrap: wrap;
  }
}
.comparison .container .comparisonTable .tableItem {
  width: 33.3333%;
  background: #EFEFEF;
  display: flex;
  flex-direction: column;
}
@media (max-width: 880px) {
  .comparison .container .comparisonTable .tableItem {
    width: calc(50% - calc(16px * 4));
  }
}
@media (max-width: 600px) {
  .comparison .container .comparisonTable .tableItem {
    width: 100%;
  }
}
.comparison .container .comparisonTable .tableItem .heading {
  background: #989898;
  padding: 16px calc(16px * 2);
  min-height: calc(100px - calc(16px * 2));
}
.comparison .container .comparisonTable .tableItem .heading h3 {
  margin: 0;
  max-width: 80%;
}
.comparison .container .comparisonTable .tableItem.flagged .heading {
  position: relative;
}
.comparison .container .comparisonTable .tableItem.flagged .heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 46px;
  background: #464646;
  mask-image: url(../img/banner.svg);
  -webkit-mask-image: url(../img/banner.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  top: 0;
  right: 16px;
}
.comparison .container .comparisonTable .tableItem:first-of-type .heading {
  border-color: #464646;
}
.comparison .container .comparisonTable .tableItem:first-of-type .heading::after {
  background: #464646;
}
.comparison .container .comparisonTable .tableItem:nth-child(3) .heading {
  border-color: #464646;
}
.comparison .container .comparisonTable .tableItem:nth-child(3) .heading::after {
  background: #464646;
}
.comparison .container .comparisonTable .tableItem .content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.comparison .container .comparisonTable .tableItem .content .tableItems {
  padding: 16px calc(16px * 2);
}
.comparison .container .comparisonTable .tableItem .content .tableItems .item {
  padding: 16px 0;
}
.comparison .container .comparisonTable .tableItem .content .tableItems .item.small {
  font-size: 16px;
  color: #292929;
  line-height: 26px;
  letter-spacing: 0.32px;
}
.comparison .container .comparisonTable .tableItem .content .tableItems .item span {
  display: block;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.4px;
  color: #292929;
  font-weight: 500;
}
.comparison .container .comparisonTable .tableItem .content .cta {
  margin-top: auto;
  padding: 16px calc(16px * 2) calc(16px * 2);
}
.comparison .disclaimer {
  margin-top: -100px;
  padding: calc(100px + calc(16px * 2)) 0 calc(16px * 2);
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.32px;
  font-style: italic;
}
.comparison .disclaimer p {
  max-width: 700px;
  margin: 16px auto;
}

.slider {
  padding: calc(16px * 4) 0;
}
.slider .container {
  max-width: 1328px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .slider .container {
    padding: 0 16px;
  }
}
.slider .container img {
  max-width: 100%;
}
.slider .container .slider-single {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.slider .container .slider-single .slick-list {
  width: calc(100% - 100px);
}
.slider .container .slider-single .slide {
  display: flex !important;
  align-items: center;
  gap: calc(16px * 3);
}
.slider .container .slider-single .slide .button {
  margin-top: calc(16px * 2);
}
.slider .container .slider-single .slide img {
  width: 33.333%;
}
@media (max-width: 880px) {
  .slider .container .slider-single .slide {
    flex-direction: column;
  }
  .slider .container .slider-single .slide img {
    margin-right: 0;
    width: 100%;
  }
  .slider .container .slider-single .slide .content {
    margin-top: 16px;
    text-align: center;
  }
}
@media (max-width: 880px) {
  .slider .container .slider-single {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .slider .container .slider-single .slick-list {
    max-width: calc(100% - 92px);
  }
}
.slider .container .slider-multi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.slider .container .slider-multi .slick-list {
  max-width: calc(100% - 92px);
}
.slider .container .slider-multi a {
  text-decoration: none !important;
}
.slider .container .slider-multi .slide {
  padding: 0 calc(16px / 2);
  width: calc(100% - 16px) !important;
}
.slider .container .slider-multi .slide .content {
  margin-top: 16px;
}
.slider .container .slider-multi .slide .content p {
  font-size: 16px;
}

.slick-arrow {
  background: url(../img/chevron.svg) no-repeat center/cover;
  border: none;
  font-size: 0;
  width: 28px;
  min-width: 28px;
  height: 47px;
  cursor: pointer;
}

.slick-prev {
  transform: rotate(180deg);
  margin-right: 16px;
}

.slick-next {
  margin-left: 16px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(16px * 2);
  padding: 0;
  width: 100%;
}
.slick-dots li {
  list-style: none;
  margin: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  border: none;
  background-color: #292929;
  padding: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}
.slick-dots li.slick-active button {
  background-color: #464646;
}

.videoCarousel {
  position: inherit !important;
  padding: calc(16px * 4) 0;
}
.videoCarousel .container {
  max-width: 1328px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .videoCarousel .container {
    padding: 0 16px;
  }
}
.videoCarousel .container .buttons {
  text-align: center;
}
.videoCarousel .container .buttons.left {
  text-align: left;
}
.videoCarousel .container .slide .thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoCarousel .container .slide .thumbnail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.videoCarousel .container .slide .thumbnail svg {
  position: absolute;
  max-width: 50px;
  max-height: 50px;
}
.videoCarousel .video-slider {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.videoCarousel .video-slider .slick-list {
  max-width: calc(100% - 92px);
  margin: 0 -20px;
}
.videoCarousel .video-slider .slick-list .slick-slide {
  margin: 0 20px;
}
.videoCarousel .popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 2;
}
.videoCarousel .popup .loading {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.videoCarousel .popup.active {
  display: flex;
}
.videoCarousel .popup .close {
  margin-left: auto;
  cursor: pointer;
  position: relative;
  width: 34px;
  height: 34px;
}
.videoCarousel .popup .content {
  z-index: 2;
  max-width: 90%;
}
.videoCarousel .popup .content iframe {
  max-width: 100%;
}
.videoCarousel .st0 {
  fill: none;
}
.videoCarousel .st1 {
  fill: #FFFFFF;
}
.videoCarousel .st2 {
  fill: #464646;
}

.tabs {
  padding: calc(16px * 4) 0;
}
.tabs .container {
  max-width: 1328px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .tabs .container {
    padding: 0 16px;
  }
}
.tabs .container .tabItems .topTabs {
  display: flex;
  justify-content: center;
}
@media (max-width: 880px) {
  .tabs .container .tabItems .topTabs {
    flex-direction: column;
  }
}
.tabs .container .tabItems .topTabs .tabTitle {
  text-transform: uppercase;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(16px / 2);
  cursor: pointer;
  transition: all 0.5s ease;
}
.tabs .container .tabItems .topTabs .tabTitle:hover {
  color: #292929;
  font-weight: bold;
}
.tabs .container .tabItems .topTabs .tabTitle.active {
  color: #464646;
  font-weight: bold;
}
.tabs .container .tabItems.side {
  display: flex;
}
.tabs .container .tabItems.side .sideTabs {
  width: 50%;
  margin-right: 32px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (max-width: 600px) {
  .tabs .container .tabItems.side .sideTabs {
    width: 100%;
    margin: 0;
  }
}
.tabs .container .tabItems.side .sideTabs .tabs {
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #292929;
  padding: 16px 0;
  border-bottom: #DCDCDC 1px solid;
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle:not(:last-of-type) {
  margin-bottom: 16px;
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle .icon {
  background: #FFFFFF;
  overflow: hidden;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  transition: all 0.5s ease;
  padding: calc(16px / 2);
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle .icon img {
  max-width: 100%;
  max-height: 100%;
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle span {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125.8%;
  display: block;
  transition: all 0.5s ease;
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle.active span {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px;
}
@media (max-width: 880px) {
  .tabs .container .tabItems.side .sideTabs .tabs .tabTitle.active span {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125.8%;
    color: #292929;
  }
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle.active .icon {
  width: 88px;
  height: 88px;
}
@media (max-width: 880px) {
  .tabs .container .tabItems.side .sideTabs .tabs .tabTitle.active .icon {
    width: 40px;
    height: 40px;
  }
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle.active.gray {
  color: #989898;
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle.active.red {
  color: #CF1F43;
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle.active.green {
  color: #AFBC22;
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle.active.blue {
  color: #0D7BBF;
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle.active.purple {
  color: #4C2A97;
}
.tabs .container .tabItems.side .sideTabs .tabs .tabTitle.active.violet {
  color: #AA218E;
}
.tabs .container .tabItems.side .sideTabs a.button {
  margin-top: calc(16px * 3);
}
.tabs .container .tabItems.side .tabContent {
  width: 50%;
  display: flex;
}
@media (max-width: 600px) {
  .tabs .container .tabItems.side .tabContent {
    display: none;
  }
}
.tabs .container .tabItems.side .tabContent .tabCopy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs .container .tabItems.side .tabContent .tabCopy img {
  max-width: 100%;
}
.tabs .container .tabItems.right .sideTabs {
  order: 2;
  margin-right: 0;
  margin-left: calc(16px * 2);
}
@media (max-width: 600px) {
  .tabs .container .tabItems.right .sideTabs {
    margin-left: 0;
    margin-top: 16px;
  }
}
.tabs .container .tabItems.right .tabContent {
  order: 1;
}
@media (max-width: 880px) {
  .tabs .container .tabItems.right {
    display: none;
  }
}
.tabs .container .tabItems .tabContent {
  display: flex;
  overflow: hidden;
}
.tabs .container .tabItems .tabContent .tabCopy {
  width: 100%;
  margin-top: 16px;
  padding-bottom: 16px;
  margin-right: -100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.tabs .container .tabItems .tabContent .tabCopy.active {
  opacity: 1;
  visibility: visible;
}
.tabs .container .tabItems .tabContent.top .flex {
  display: flex;
  align-items: center;
  gap: calc(16px * 3);
}
@media (max-width: 880px) {
  .tabs .container .tabItems .tabContent.top .flex {
    flex-wrap: wrap;
  }
}
.tabs .container .tabItems .tabContent.top .flex img.left {
  order: 1;
}
.tabs .container .tabItems .tabContent.top .flex .content {
  order: 2;
  width: 50%;
}
@media (max-width: 880px) {
  .tabs .container .tabItems .tabContent.top .flex .content {
    width: 100%;
  }
}
.tabs .container .tabItems .tabContent.top .flex img.right {
  order: 3;
  margin-left: 16px;
}
.tabs .container .tabItems .tabContent.top .flex img {
  width: 50%;
}
@media (max-width: 880px) {
  .tabs .container .tabItems .tabContent.top .flex img {
    width: 100%;
    order: 3 !important;
    margin: 16px 0 0;
  }
}
.tabs .container .tabItems .tabContent.top .tabCopy.full .content {
  width: 100% !important;
}

.gallery {
  padding: calc(16px * 4) 0;
}
.gallery .container {
  max-width: 1328px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .gallery .container {
    padding: 0 16px;
  }
}
.gallery .container .images {
  margin-top: calc(16px * 3);
  display: flex;
  flex-wrap: wrap;
  gap: calc(16px * 2);
}
.gallery .container .images .image {
  width: calc(33.3333% - 16px * 1.3333);
}
.gallery .container .images .image img {
  max-width: 100%;
  min-width: 50%;
  height: auto;
  margin: 0 auto;
}
.gallery .container .images .image figcaption {
  margin-top: 16px;
  font-size: 16px;
  font-style: italic;
}
.gallery .container .images.four .image {
  width: calc(25% - calc(16px * 1.5));
}
.gallery .container .images.five .image {
  width: calc(20% - 16px * 1.6);
}
@media (max-width: 880px) {
  .gallery .container .images.four .image, .gallery .container .images.five .image {
    width: calc(33.3333% - 16px * 1.3333);
  }
}
@media (max-width: 600px) {
  .gallery .container .images .image {
    width: 100% !important;
  }
}

.quicklinks {
  padding: 40px 16px;
  background: #EFEFEF;
}
.quicklinks .container {
  max-width: 1328px;
  margin: 0 auto;
  max-width: 1104px;
  text-align: center;
}
@media (max-width: 880px) {
  .quicklinks .container {
    padding: 0 16px;
  }
}
.quicklinks .container .links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: calc(16px * 3.5);
  grid-row-gap: calc(16px * 3.5);
}
@media (max-width: 880px) {
  .quicklinks .container .links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .quicklinks .container .links {
    grid-template-columns: repeat(1, 1fr);
  }
}
.quicklinks .container .links .quicklink {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #292929;
}
.quicklinks .container .links .quicklink div {
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  margin-bottom: 16px;
}
.quicklinks .container .links .quicklink span {
  font-weight: 400;
}

.accordiongallery {
  padding: 10vh 16px;
  position: relative;
}
.accordiongallery .container {
  max-width: 1328px;
  margin: 0 auto;
  max-width: 1104px;
  z-index: 1;
  position: relative;
}
@media (max-width: 880px) {
  .accordiongallery .container {
    padding: 0 16px;
  }
}
.accordiongallery .container .intro {
  display: flex;
  align-items: center;
  gap: calc(16px * 1.5) 115px;
}
.accordiongallery .container .intro h2 {
  width: 100%;
  margin: 0;
}
.accordiongallery .container .intro div {
  width: 100%;
}
.accordiongallery .container .accordionslides {
  margin-top: calc(16px * 3);
  display: flex;
  gap: 16px;
}
.accordiongallery .container .accordionslides .slide {
  border-radius: 10px;
  flex: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  height: 530px;
  transition: all 0.5s ease;
  overflow: hidden;
  color: #FFFFFF;
}
.accordiongallery .container .accordionslides .slide:hover {
  background-size: auto, auto 110% !important;
}
.accordiongallery .container .accordionslides .slide .content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0px;
  padding: 0;
  transition: opacity 0.3s 0.3s, padding-left 0.3s, padding-right 0.3s;
}
.accordiongallery .container .accordionslides .slide .tabName {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DCDCDC;
  color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.accordiongallery .container .accordionslides .slide .tabName:hover {
  background: #0D7BBF;
  color: #FFFFFF;
}
.accordiongallery .container .accordionslides .slide .tabName h4 {
  writing-mode: tb-rl;
  margin: 0;
}
.accordiongallery .container .accordionslides .slide.current {
  flex: 3;
  min-width: 40%;
}
.accordiongallery .container .accordionslides .slide.current .overlay {
  opacity: 1;
  -webkit-filter: grayscale(0%) contrast(100%) brightness(1);
  filter: grayscale(0%) contrast(100%) brightness(1);
  transition-delay: 0.1s;
}
.accordiongallery .container .accordionslides .slide.current .overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgb(0, 0, 0) 100%);
  border-radius: 0 0 10px 10px;
}
.accordiongallery .container .accordionslides .slide.current .tabName {
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
}
.accordiongallery .container .accordionslides .slide.current .content {
  opacity: 1;
  max-height: 100%;
  overflow: hidden;
  margin-top: auto;
  padding: calc(16px * 2);
  z-index: 2;
  position: relative;
  visibility: visible;
  width: auto;
}
.accordiongallery .container .accordionslides .slide.current .content img {
  margin-bottom: 16px;
}
.accordiongallery .container .accordionslides .slide.current .content h4 {
  margin: 0;
}
@media (max-width: 600px) {
  .accordiongallery .container .accordionslides {
    flex-direction: column;
  }
  .accordiongallery .container .accordionslides .slide {
    padding: calc(16px * 1.5);
  }
  .accordiongallery .container .accordionslides .slide::before {
    content: "";
    background: url(../img/plus.svg) no-repeat center/24px;
    width: 24px;
    height: 24px;
    z-index: 2;
    position: absolute;
    top: auto;
    bottom: auto;
    right: calc(16px * 1.5);
  }
  .accordiongallery .container .accordionslides .slide.current {
    padding: 140px calc(16px * 1.5) calc(16px * 2) calc(16px * 1.5);
  }
  .accordiongallery .container .accordionslides .slide.current::before {
    background: url(../img/minus.svg) no-repeat center/24px;
    top: calc(16px * 1.5);
    right: calc(16px * 1.5);
  }
  .accordiongallery .container .accordionslides .slide.current .content {
    padding: 0;
  }
}
.accordiongallery .container .videoPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
}
.accordiongallery .container .videoPopup .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
}
.accordiongallery .container .videoPopup .content {
  z-index: 999;
  background: #FFFFFF;
  border-radius: 20px;
  padding: calc(16px / 2);
  margin: 16px;
  position: relative;
  max-width: calc(100% - calc(16px * 4) - calc(16px * 2));
}
.accordiongallery .container .videoPopup .content .closeVideo {
  position: absolute;
  right: calc(-30px - calc(16px / 2));
  top: calc(-30px - calc(16px / 2));
  background: #FFFFFF;
  padding: calc(16px / 2);
  border-radius: 100%;
  cursor: pointer;
}
.accordiongallery .container .videoPopup .content #videoPlayer {
  border-radius: 15px;
  display: block;
  max-width: 100%;
}
.accordiongallery .container .controls {
  margin-top: calc(16px * 1.5);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.accordiongallery .container .controls .control {
  width: 40px;
  height: 40px;
  border: #FFFFFF 1px solid;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.5s ease;
  background: url(../img/arrow-button.svg) no-repeat center/contain;
}
.accordiongallery .container .controls .control.right {
  transform: rotate(180deg);
  margin-left: calc(16px / 2);
}
.accordiongallery .container .controls .control.disabled {
  opacity: 0.5;
}
.accordiongallery .container .controls .navigation {
  display: flex;
  gap: 4px;
  margin-right: auto;
}
.accordiongallery .container .controls .navigation .dot {
  width: 12px;
  height: 4px;
  background: #DCDCDC;
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 2px;
}
.accordiongallery .container .controls .navigation .dot.current {
  width: calc(16px * 3);
  background: #0D7BBF;
}
@media (max-width: 600px) {
  .accordiongallery .container .controls {
    display: none;
  }
}

section.team {
  padding: calc(16px * 3) 0 calc(16px * 4);
}
section.team .container {
  max-width: 1328px;
  margin: 0 auto;
  max-width: 880px;
}
@media (max-width: 880px) {
  section.team .container {
    padding: 0 16px;
  }
}
section.team .container .search {
  margin-bottom: calc(16px * 4);
}
section.team .container .search form {
  display: flex;
  align-items: flex-end;
  gap: calc(16px * 4);
}
section.team .container .search form div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
section.team .container .search form div strong {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: calc(16px / 2);
}
section.team .container .search form div select {
  background: #FFFFFF url(../img/down.svg) no-repeat calc(100% - calc(16px * 1.5)) center;
  border: #292929 1px solid;
  padding: calc(16px - 2px) calc(calc(16px * 1.5) - 2px);
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 600px) {
  section.team .container .search form {
    flex-direction: column;
    gap: calc(16px * 2);
    align-items: center;
  }
  section.team .container .search form div {
    width: 100%;
  }
}
section.team .container .teamMembers {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16px * 3);
  align-items: flex-start;
}
section.team .container .teamMembers .member {
  max-width: 318px;
  width: 100%;
  flex-grow: 1;
  height: 400px;
  overflow: hidden;
  position: relative;
}
section.team .container .teamMembers .member .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
section.team .container .teamMembers .member img {
  width: 100%;
  transition: all 0.5s ease;
}
section.team .container .teamMembers .member .content {
  position: absolute;
  bottom: 0;
  padding: 16px 16px calc(16px * 2) 16px;
  text-align: center;
  width: calc(100% - calc(16px * 2));
  color: #FFFFFF;
  z-index: 2;
}
section.team .container .teamMembers .member .content h3 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.44px;
  font-weight: 800;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  color: #FFFFFF;
  margin: 0 0 calc(16px / 2);
}
section.team .container .teamMembers .member .content span {
  display: block;
}
section.team .container .teamMembers .member .content a {
  display: block;
  margin-top: 0;
  color: #FFFFFF;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
section.team .container .teamMembers .member:hover img {
  transform: scale(1.05);
}
section.team .container .teamMembers .member:hover .content a {
  margin-top: 16px;
  max-height: 100%;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 880px) {
  section.team .container .teamMembers .member .content a {
    margin-top: 16px;
    max-height: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 880px) {
  section.team .container .teamMembers {
    justify-content: center;
  }
}

.single .container {
  max-width: 1328px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .single .container {
    padding: 0 16px;
  }
}
.single .container .mainContent {
  max-width: 880px;
  margin: calc(16px * 3) auto calc(calc(16px * 3) * 2);
}
.single .container .mainContent .returnLink {
  margin-bottom: calc(16px * 2);
}
.single .container .mainContent .returnLink a {
  color: #292929;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
.single .container .mainContent .returnLink a::before {
  content: "";
  display: inline-block;
  background: url(../img/arrow-white.svg) no-repeat center/contain;
  width: 16px;
  height: 10px;
  transform: rotate(180deg);
  margin-right: 16px;
  transition: all 0.5s ease;
}
.single .container .mainContent .returnLink a:hover::before {
  margin-right: calc(16px * 1.5);
}
.single .container .mainContent .image {
  margin-bottom: calc(16px * 2);
}
.single .container .mainContent .image img {
  max-width: 100%;
  height: auto;
}
.single .container .mainContent .flex {
  display: flex;
}
.single .container .mainContent .flex .addthis_inline_share_toolbox {
  max-width: 46px;
  margin-right: calc(16px * 2);
}
.single .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:focus, .single .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:hover {
  transform: translateX(-4px);
}
.single .container .mainContent .flex .content .data {
  display: flex;
  flex-wrap: wrap;
}
.single .container .mainContent .flex .content .data h1 {
  width: 100%;
  margin-top: 0;
  font-size: 32px;
  line-height: 38px;
}

.single-post .container .mainContent .flex .content .data {
  margin-bottom: calc(16px * 2);
}
.single-post .container .mainContent .flex .content .data h1 {
  margin: 0;
}

.post-type-archive-event .date, .search .posts .date {
  font-weight: 500;
  margin-bottom: 16px;
}

.blog .container, .archive .container {
  max-width: 1328px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .blog .container, .archive .container {
    padding: 0 16px;
  }
}
.blog .container .header, .archive .container .header {
  display: flex;
  align-items: center;
  margin: calc(16px * 2) 0 calc(calc(16px * 3) * 2) 0;
}
.blog .container .header h1, .archive .container .header h1 {
  margin: 0 calc(16px * 2) 0 0;
  width: 100%;
}
.blog .container .header form, .archive .container .header form {
  margin-left: auto;
  width: 100%;
}
.blog .container .header form div, .archive .container .header form div {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.blog .container .header form div input[type=search], .archive .container .header form div input[type=search] {
  background: #FFFFFF;
  background-position: 20px 10px;
  border: #292929 1px solid;
  padding: calc(16px - 4px) calc(16px * 1.5);
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  color: #292929;
  font-family: "Gotham Narrow", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 350px;
}
.blog .container .header form div input[type=submit], .archive .container .header form div input[type=submit] {
  background: #464646 url(../img/arrow-white.svg) no-repeat center/19px;
  width: 48px;
  height: 48px;
  color: transparent;
  border: none;
  margin-left: 16px;
  border-radius: 100%;
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 0;
}
.blog .container .header form div input[type=submit]:hover, .archive .container .header form div input[type=submit]:hover {
  background-color: #464646;
}
@media (max-width: 600px) {
  .blog .container .header, .archive .container .header {
    flex-wrap: wrap;
    gap: 16px;
  }
  .blog .container .header form div, .archive .container .header form div {
    justify-content: flex-start;
  }
}
.blog .container .navigation, .archive .container .navigation {
  text-align: center;
  margin-bottom: calc(calc(16px * 3) * 2);
}
.blog .container .navigation .nav-links, .archive .container .navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .container .navigation .nav-links .page-numbers, .archive .container .navigation .nav-links .page-numbers {
  color: #292929;
  text-decoration: none;
  margin: 0 calc(16px / 2);
}
.blog .container .navigation .nav-links .page-numbers.current, .archive .container .navigation .nav-links .page-numbers.current {
  color: #464646;
  font-weight: 600;
}
.blog .container .navigation .nav-links .page-numbers.next, .blog .container .navigation .nav-links .page-numbers.prev, .archive .container .navigation .nav-links .page-numbers.next, .archive .container .navigation .nav-links .page-numbers.prev {
  background: #464646 url(../img/arrow-black.svg) no-repeat center/13px;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-indent: -9999px;
  border-radius: 100%;
}
.blog .container .navigation .nav-links .page-numbers.next, .archive .container .navigation .nav-links .page-numbers.next {
  margin-left: calc(16px * 3);
}
.blog .container .navigation .nav-links .page-numbers.prev, .archive .container .navigation .nav-links .page-numbers.prev {
  transform: rotate(180deg);
  margin-right: calc(16px * 3);
}
.blog .container .navigation .nav-links .page-numbers.inactive, .archive .container .navigation .nav-links .page-numbers.inactive {
  background: #FFFFFF url(../img/arrow-black.svg) no-repeat center/13px;
}
.blog .container .posts, .archive .container .posts {
  margin-bottom: calc(calc(16px * 3) * 2);
}
.blog .container .posts .post, .archive .container .posts .post {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  text-decoration: none;
  color: #292929;
  align-items: center;
}
.blog .container .posts .post:not(:last-child), .archive .container .posts .post:not(:last-child) {
  margin-bottom: calc(16px * 4);
}
.blog .container .posts .post .thumbnail, .archive .container .posts .post .thumbnail {
  min-width: 240px;
  width: 240px;
  height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(16px * 4);
}
.blog .container .posts .post .thumbnail img, .archive .container .posts .post .thumbnail img {
  max-height: 100%;
  height: 100%;
  width: auto;
  display: block;
  transition: all 0.5s ease;
}
.blog .container .posts .post .content, .archive .container .posts .post .content {
  width: 100%;
}
.blog .container .posts .post .content h3, .archive .container .posts .post .content h3 {
  margin: 0 0 16px;
  transition: all 0.5s ease;
}
.blog .container .posts .post .content p, .archive .container .posts .post .content p {
  margin: 0 0 calc(16px * 2);
}
.blog .container .posts .post .content .readMore, .archive .container .posts .post .content .readMore {
  color: #292929;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.12px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog .container .posts .post .content .readMore::after, .archive .container .posts .post .content .readMore::after {
  content: "";
  display: inline-block;
  background: url(../img/long-arrow.svg) no-repeat right/cover;
  width: 15px;
  height: 10px;
  transition: all 0.5s ease;
  margin-left: calc(16px / 2);
}
.blog .container .posts .post:not(.hasthumb) p, .archive .container .posts .post:not(.hasthumb) p {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.4px;
}
.blog .container .posts .post:hover .thumbnail img, .archive .container .posts .post:hover .thumbnail img {
  transform: scale(1.05);
}
.blog .container .posts .post:hover h3, .archive .container .posts .post:hover h3 {
  color: #464646;
}
.blog .container .posts .post:hover .readMore::after, .archive .container .posts .post:hover .readMore::after {
  width: 24px;
}
@media (max-width: 880px) {
  .blog .container .posts .post, .archive .container .posts .post {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(16px * 1.5);
  }
}

.services {
  padding: calc(16px * 4) 0 calc(16px * 2);
}
.services .container {
  max-width: 1328px;
  margin: 0 auto;
  max-width: 880px;
  text-align: center;
}
@media (max-width: 880px) {
  .services .container {
    padding: 0 16px;
  }
}
.services .container h2 {
  margin-bottom: calc(16px * 2);
}
.services .container .location {
  display: flex;
  align-items: center;
  gap: calc(16px / 2);
  justify-content: center;
}
.services .container .location .locationPopup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.services .container .location .locationPopup.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.services .container .location .locationPopup .content {
  padding: calc(16px * 4);
  border-radius: 20px;
  background: #FFFFFF;
  position: relative;
}
.services .container .location .locationPopup .content .close {
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 100%;
  background: #EFEFEF;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.services .container .location .locationPopup .content h6 {
  margin: 0 0 calc(16px * 3);
}
.services .container .location .locationPopup .content form {
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .container .location .locationPopup .content form .loading {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 6px solid;
  border-color: transparent #0D7BBF;
  animation: l1 1s infinite;
  position: absolute;
  display: none;
}
@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
.services .container .location .locationPopup .content form .content {
  padding: 0;
}
.services .container .location .locationPopup .content form .content label {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.services .container .location .locationPopup .content form .content input {
  border-radius: 100px;
  border: 1px solid #989898;
  background: #F9F8F8;
  width: calc(100% - calc(16px * 3));
}
.services .container .location .locationPopup .content form .content input:disabled {
  opacity: 1;
  border-color: #FFFFFF;
}
.services .container .location .locationPopup .content form .content input:read-only {
  cursor: auto;
}
.services .container .location .locationPopup .content form .content div[data-lastpass-icon-root] {
  display: none;
}
.services .container .location .locationPopup .content form .content #getZip {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: calc(16px / 2);
  cursor: pointer;
}
.services .container .location .locationPopup .content form .content #getZip svg path {
  stroke: #292929;
}
.services .container .location .locationPopup .content form .content .county, .services .container .location .locationPopup .content form .content .submit {
  margin-top: calc(16px * 1.5);
}
.services .container .location .locationPopup .content form .content .county.disabled {
  opacity: 0.35;
}
.services .container .location .locationPopup .content form .content .submit {
  text-align: center;
}
.services .container .location .locationPopup .content form .content .submit button {
  background: #AFBC22;
  color: #292929;
  border-color: #AFBC22;
}
.services .container .location .locationPopup .content form .content .submit button:hover {
  background: #F9F8F8;
  color: #919B1C;
}
.services .container .location .locationPopup .content form .content .submit button:disabled {
  opacity: 1;
  cursor: auto;
  background: #0C6EAB;
  color: rgba(255, 255, 255, 0.2);
  border-color: #0C6EAB;
}

.results {
  padding: 0 0 calc(16px * 4) 0;
}
.results .container {
  max-width: 1328px;
  margin: 0 auto;
  text-align: center;
  max-width: 880px;
}
@media (max-width: 880px) {
  .results .container {
    padding: 0 16px;
  }
}
.results .container .error {
  color: #CF1F43;
  font-weight: 600;
  max-width: 515px;
  text-align: center;
  margin: 0 auto calc(16px * 2);
}
.results .container .serviceList {
  margin-top: calc(16px * 4);
}
.results .container .serviceList .service {
  margin: 0 auto calc(16px * 2);
  padding: calc(16px / 2) calc(16px * 3) calc(16px / 2) calc(16px / 2);
  border-radius: 20px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: calc(16px * 4);
  align-items: center;
  color: #292929;
  font-weight: 400;
  transition: all 0.5s ease;
}
@media (max-width: 880px) {
  .results .container .serviceList .service {
    flex-direction: column;
    padding: calc(16px / 2);
    gap: 16px;
    align-items: flex-start;
  }
}
.results .container .serviceList .service img {
  border-radius: 15px;
  max-width: 100%;
}
.results .container .serviceList .service .content {
  text-align: left;
}
@media (max-width: 880px) {
  .results .container .serviceList .service .content {
    padding: 16px;
  }
}
.results .container .serviceList .service .content h4, .results .container .serviceList .service .content p {
  margin: 16px 0;
  transition: all 0.5s ease;
}
.results .container .serviceList .service:hover {
  margin-top: calc(0px - calc(16px / 2));
  margin-bottom: calc(calc(16px * 2) + calc(16px / 2));
}
.results .container .serviceList .service:hover h4 {
  color: #0D7BBF;
}

.map {
  padding: 0 0 calc(16px * 4) 0;
  margin-top: calc(16px * 1.5);
}
.map .container {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 880px) {
  .map .container {
    padding: 0 16px;
  }
}
.map .container .mapBox {
  display: flex;
  gap: calc(16px / 2);
  padding-top: calc(16px * 1.5);
  border-top: #BDBDBD 1px solid;
}
.map .container .mapBox #list {
  background: #F9F8F8;
  padding: calc(16px / 2);
  width: 400px;
  min-width: 400px;
  border-radius: 10px;
}
.map .container .mapBox #list .count {
  padding: 16px;
  color: #656565;
}
.map .container .mapBox #list .items {
  padding: 0;
  overflow-y: auto;
  height: 100vh;
  max-height: 510px;
  display: flex;
  flex-direction: column;
  gap: calc(16px * 3);
}
.map .container .mapBox #list .items .location {
  border: 1px solid;
  border-color: transparent;
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.map .container .mapBox #list .items .location:hover {
  background: #FFFFFF;
}
.map .container .mapBox #list .items .location h5 {
  margin: 0;
}
.map .container .mapBox #list .items .location address {
  font-style: normal;
}
.map .container .mapBox #list .items .location a {
  font-weight: 400;
}
.map .container .mapBox #list .items .location a:hover {
  text-decoration: underline;
}
.map .container .mapBox #list .items .location .links {
  margin-top: 16px;
  color: #BDBDBD;
}
.map .container .mapBox #list .items .location.active {
  border-color: #0D7BBF;
  background: #FFFFFF;
}
.map .container .mapBox #map {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 880px) {
  .map .container .mapBox {
    flex-direction: column;
  }
  .map .container .mapBox #list {
    order: 2;
    width: calc(100% - 16px);
    min-width: unset;
  }
  .map .container .mapBox #map {
    height: 33vh;
    min-height: 240px;
  }
}

.locsearch {
  max-width: 1328px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .locsearch {
    padding: 0 16px;
  }
}
.locsearch form {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.locsearch form .loading {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 6px solid;
  border-color: transparent #FFFFFF;
  animation: l1 1s infinite;
  position: absolute;
  display: none;
}
@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
.locsearch form .content {
  display: flex;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
}
.locsearch form .content label {
  font-size: 15px;
  font-weight: 500;
}
.locsearch form .content input {
  border-radius: 100px;
  border: 1px solid #AFBC22;
  background: #FFFFFF;
  padding: 9.5px 31px !important;
  font-size: 16px;
}
.locsearch form .content input:disabled {
  opacity: 1;
  border-color: #FFFFFF;
}
.locsearch form .content input:read-only {
  cursor: auto;
}
.locsearch form .content .disabled {
  opacity: 0.35;
}
.locsearch form .content button {
  background: #AFBC22;
  color: #292929;
  border-color: #AFBC22;
  margin-top: 28px;
}
.locsearch form .content button:hover {
  background: #F9F8F8;
  color: #919B1C;
}
.locsearch form .content button:disabled {
  opacity: 1;
  cursor: auto;
  background: #0C6EAB;
  color: rgba(255, 255, 255, 0.2);
  border-color: #0C6EAB;
}
.locsearch form .content #getZip {
  display: inline-flex;
  align-items: center;
  gap: calc(16px / 2);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: calc(16px / 2);
  cursor: pointer;
}
.locsearch form input {
  border-color: #989898 !important;
  background: #F9F8F8 !important;
}
.locsearch form #getZip svg path {
  stroke: #292929 !important;
}

/* =======================================
   GLOBAL STYLES
   ======================================= */
article header {
  background: transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.carousel {
  width: 100%;
  overflow: hidden;
}

.accordiongallery .container .videoPopup .content .closeVideo {
  background: url(../img/close.webp) no-repeat 50% 50%;
  height: 38px;
  width: 38px;
  right: -25px;
  top: -25px;
}

.block-leadership {
  padding-top: 0;
}

.quicklinks h5 {
  margin-bottom: 40px;
}

body .thirds h2 {
  font-size: 32px;
  line-height: 42px;
}

.general.blue {
  background-color: #e1f2fd;
  background-image: url(../img/grey-circle-right.e01fc2.svg), url(../img/blue-circle-left.033c7b.svg);
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 0, 175px;
  margin-bottom: 83px;
  padding-bottom: 80px;
  padding-top: 60px;
}

body section.downloads {
  padding-bottom: 70px;
}

.card-block a.card:hover {
  text-decoration: none;
}

.hero.image .container {
  padding: 0;
  max-width: 100%;
}

.card-block {
  padding-top: 30px;
}

a.card:hover h5.wp-block-heading {
  color: #0d7bbf;
}

.patient-resources-block {
  margin-bottom: 70px;
}

.gallery {
  padding-top: 0;
}

.accordion .accordion {
  padding-bottom: 0;
  padding-top: 0;
}

.carousel-item .icon img {
  margin: auto;
}

.general .container {
  padding-left: 20px;
  padding-right: 20px;
}

.tables {
  padding-bottom: 70px;
}

body .tables .wp-block-table thead,
body .tables table {
  border: 0 !important;
}

body .tables tr td {
  font-weight: 400 !important;
}

body .tables tr:nth-child(even) td {
  background-color: #efefef;
}

body .tables tr:nth-child(odd) td {
  background-color: #fff;
}

.hero.pattern.color-blue h1 {
  color: #fff;
}

.team-block {
  padding-top: 60px;
  padding-bottom: 30px;
}

.team-block h2 {
  margin-bottom: 40px;
}

body .news-list .news-box {
  padding-top: 60px;
}

.search .pagination .page-numbers li.next a:hover,
.search .pagination .page-numbers li.prev a:hover,
.news-list .news-box .pagination .page-numbers li.next a:hover,
.news-list .news-box .pagination .page-numbers li.prev a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.insurance-locator {
  padding-bottom: 60px;
}

.articles-block .education-block {
  padding-top: 0;
}

.hidden-card {
  display: none;
}

body .card .video a {
  transition: all 200ms ease;
}

.card-img.video:hover {
  cursor: pointer;
}

.vidmodal .btn-close:after {
  color: #292929;
  content: "\e912";
  font-family: phs-icons;
  font-size: 24px;
  left: 8px;
  line-height: 1;
  position: absolute;
  position: inherit;
  top: 1px;
  top: 8px;
}

.vidmodal .btn-close {
  background-color: #fff;
  border: 1px solid #292929;
  border-radius: 40px;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -20px;
  width: 40px;
  z-index: 9999;
  padding: 10px;
}

.vidmodal .modal-dialog iframe {
  height: 285px;
}

.vidmodal .modal-dialog {
  max-width: 800px;
}

.find-insurance-inner .submit {
  margin-top: 25px;
}

.find-insurance-inner .content {
  display: flex;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

body .find-insurance-block .find-insurance-inner {
  padding: 0;
}

.hero.single .container .right .hero-circle {
  display: none;
}

.hero.single .container .right {
  align-items: flex-end;
}

.hero .container .left form .content label,
.hero h6,
.hero h1 {
  color: #fff;
}

.services-block-listing {
  padding-top: 50px;
}

section.cta {
  padding-bottom: 100px;
}

.smallright .column:last-child {
  padding-left: 40px;
}

.smallright .column:last-child h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 125.8%;
  margin-bottom: 20px;
}

.smallright .column:last-child .gform_wrapper.gravity-theme .gform_footer {
  padding: 0 0 0 5px;
  margin: 0;
}

.smallright .column:last-child .gform_wrapper.gravity-theme .gform_footer button {
  background: url(../img/arrow-button-blue.svg) no-repeat 50% 50%;
  height: 47px;
  width: 47px;
  text-indent: -99999px;
  border-width: 0;
}

.smallright .column:last-child .gform_wrapper.gravity-theme .gform_footer button:hover {
  position: relative;
  left: 4px;
}

.smallright .column:last-child form {
  display: flex;
}

#input_3_1 {
  width: 281px;
}

.rounded-corners img {
  border-radius: 20px;
}

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

.slide * {
  color: #fff;
}

.icon-slider .slide *,
.testimonial-slider .slide * {
  color: #292929;
}

.single-story {
  position: relative;
}

#video-Iframe.active {
  z-index: 10000;
}

.block-service-form {
  border-top: 1px solid #0d7bbf;
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 15px !important;
  font-weight: 500;
  color: #292929;
  text-transform: none;
}

.gform_required_legend {
  color: #989898;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: right;
}

body .gform_wrapper.gravity-theme .button:hover {
  color: #0d7bbf;
  background-color: #fff;
  border-color: #0d7bbf;
}

body .gform_wrapper.gravity-theme .gfield_radio .gchoice label::before,
body .gform_wrapper.gravity-theme .button::after,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label::before,
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label::before {
  display: none;
}

body .gform_wrapper.gravity-theme .button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #0d7bbf;
  border-color: #0d7bbf;
}

.gform_wrapper.gravity-theme input[type=radio],
.gform_wrapper.gravity-theme input[type=checkbox] {
  display: inline-block;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  justify-content: flex-start;
}

footer .container .top .social a {
  margin-left: 10px;
}

footer .bottom p {
  padding-top: 12px;
}

footer .bottom p,
footer .bottom ul {
  font-size: 15px;
  color: #fff;
  margin: 10px 0 20px;
}

footer .bottom ul a {
  font-size: 14px;
  font-weight: 400;
}

.testimonial-wrap .left-section-wrap .carousel-inner img {
  width: 100%;
  max-width: 64px;
  height: auto;
}

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

.no-top-padding {
  padding-top: 0;
}

.center-youtube {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 54.6%;
  max-width: 100%;
}

.center-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.small .center-youtube {
  max-width: 900px;
}

figure.wp-block-gallery.has-nested-images {
  padding-top: 15px;
  padding-bottom: 15px;
}

.general .module ul {
  padding-left: 40px;
}

.noimage-cta-container {
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}

section.cta.noimage-cta-container .container .left.noimage {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

section.cta.noimage-cta-container .container {
  background: url(../img/cta-circle1.svg), url(../img/cta-circle2.svg);
  background-position: 0 0, right -250px bottom -50px;
  background-repeat: no-repeat, no-repeat;
  background-color: #efefef;
}

header .main .container .menu li .sub-menu li .sub-menu {
  left: calc(100% + 12px);
}

.accordion .row {
  justify-content: center;
}

.accordion.accordion-align-left .row {
  justify-content: flex-start;
}

.accordion.notop {
  padding-top: 15px;
}

.wp-block-button.phone a:hover {
  text-decoration: underline;
}

.wp-block-button.phone a:before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url(../img/phone-icon.png) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  left: -4px;
}

.wp-block-button.phone a {
  background-color: transparent;
  color: #0d7bbf;
  border-width: 0;
}

.sidebar-content {
  border-radius: 20px;
  border-radius: 20px;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.13);
}

.sidebar-content .img-bg {
  height: 198px;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.sidebar-content .content {
  padding: 30px 35px 30px;
}

.sidebar-content .button {
  margin-top: 20px;
}

.testimonial-wrap .left-section-wrap .carousel-inner .text {
  padding-left: 14px;
}

.single .news-list .news-box article {
  border-bottom-width: 0;
}

.back-to-news:before {
  content: " ";
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../img/arrow.svg) no-repeat 50% 50%;
  transform: rotate(180deg);
  margin-right: 7px;
  position: relative;
  top: 2px;
}

.back-to-news {
  font-weight: 700;
}

.single .news-list .news-box article .dt-published {
  color: #656565;
  display: block;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 50px;
}

.single article img {
  margin-bottom: 20px;
  border-radius: 20px;
}

.page-template-template-locations .locsearch h1 {
  margin-top: 30px;
  margin-bottom: 50px;
}

.icon-size-72 {
  max-width: 72px;
}

.provider-about-list figure {
  margin-left: auto;
  margin-right: auto;
}

.provider-about-list img {
  margin-left: auto;
  margin-right: auto;
}

.provider-about-list p {
  font-size: 20px;
}

.provider-about-list {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 80px;
}

.provider-about-list > .areoi-element {
  padding: 32px 42px 39px;
}

header .main .container .menu > li.current-menu-ancestor .current-menu-parent > a,
header .main .container .menu > li.current-menu-ancestor .current-menu-item > a {
  background-color: #efefef;
}

header .main .container .menu > li.current-menu-ancestor > a {
  background-color: #DCDCDC;
}

.search-box .quick-link-menu .nav-link .sub-menu {
  margin-top: 7px;
  padding-left: 0;
}

.search-box .quick-link-menu .nav-link .sub-menu a {
  color: #464646;
  font-weight: 400;
}

.search-box .quick-link-menu .nav-link a {
  color: #292929;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 8px;
}

header .main .container #searchform div.search-box {
  margin: 0;
}

header .main .container #searchform div.quick-link-menu {
  margin-top: 10px;
  display: none;
}

.search .posts .post h3 a:hover {
  text-decoration: underline;
}

.search .posts .post h3 a {
  color: #292929;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.search .posts article {
  border-bottom: 1px solid #bdbdbd;
  padding: 24px 0;
}

.location-content {
  padding-top: 30px;
}

.single-location #location-services-list {
  background-color: #fff;
}

.wp-block-buttons .wp-block-button a[target=_blank] {
  padding-right: 16px;
  padding-left: 20px;
}

.wp-block-buttons a[target=_blank]:hover:after {
  background-image: url(../img/external-link-blue.svg);
}

.wp-block-buttons a[target=_blank]:after {
  content: " ";
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url(../img/external-link.svg) no-repeat 50% 50%;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

#insurance-results .modal-dialog {
  margin-top: 50px;
}

.find-insurance-block .insurance-results {
  padding-top: 30px;
}

.mobile-gallery-thumb {
  display: none;
}

.close-search {
  display: none;
}

@media screen and (min-width: 768px) {
  .vidmodal .btn-close {
    right: -20px;
    top: -23px;
  }
  .vidmodal .modal-dialog iframe {
    height: 450px;
  }
  .general.blue {
    margin-bottom: 104px;
    padding: 96px 12px 130px;
  }
  .card-block.default .education-card .card {
    width: calc(25% - 24px);
  }
  .card-block.thirds .education-card .card {
    width: calc(33.33333% - 22px);
  }
  .education-card .card-group {
    flex-wrap: wrap;
  }
  .team-block .education-card .card {
    width: calc(33.333333% - 22px);
  }
  .single-story {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 880px) {
  header .main .container #searchform {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .hero.single .container .right .hero-circle {
    display: block;
  }
  section.cta .container .left {
    max-width: 648px;
  }
}
@media screen and (max-width: 767px) {
  .general h6.eyebrow {
    margin-bottom: 35px;
  }
  body section h2 {
    font-size: 27px;
    line-height: 1.4;
  }
  .general .container.halves {
    gap: 50px;
  }
  .general .container {
    gap: 30px;
  }
  body section.graphics.tabs .container::after {
    background: url("../img/bg-circle1.svg") no-repeat calc(100% + 220px) calc(100% - 20px)/cover !important;
  }
  .accordiongallery .container .accordionslides {
    margin-top: 30px;
  }
  section.cta .container .left .eyebrow {
    margin-bottom: 30px;
  }
  section.cta .container .left h2 {
    margin-bottom: 20px;
  }
  .accordiongallery {
    padding: 7vh 16px 5vh;
  }
  .accordiongallery .container .controls {
    display: flex;
  }
  .accordiongallery .container .accordionslides .slide * {
    color: #000;
  }
  .accordiongallery .container .accordionslides .slide {
    display: none;
    background: none !important;
    position: relative;
  }
  .accordiongallery .container .accordionslides .slide.current {
    display: flex;
    padding: 0;
  }
  .accordiongallery .container .accordionslides .slide.current::before {
    display: none;
  }
  .mobile-gallery-thumb {
    display: block;
    height: 215px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-position: 50%;
    background-size: cover;
  }
  .accordiongallery .container .accordionslides .slide.current .content {
    position: static;
  }
  .accordiongallery .container .accordionslides .slide.current .content img {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -28px;
    height: 70px;
    width: 70px;
  }
  header #mobile-menu ul li a {
    padding: 15px 0;
  }
  .hero.single .container .right {
    display: none;
  }
  .hero .container .left {
    padding-bottom: 50px;
  }
  footer .container .top {
    gap: 50px;
  }
  footer .container .top .buttons a {
    text-align: center;
  }
  .hero.pattern .container h1 {
    text-align: left;
  }
  .general .smallright .column:last-child {
    margin-top: 50px;
  }
  #menu-item-2316:before {
    content: "";
    display: inline-block;
    background: url(../img/pin-rev.svg) no-repeat 50% 50%/cover;
    height: 16px;
    width: 13px;
    margin-right: 5px;
    position: relative;
    top: -1px;
  }
  header #mobile-menu ul li.expanded .sub-menu li a {
    padding: 12px 0;
  }
  header #mobile-menu ul li.expanded a {
    padding: 12px 16px;
  }
  header .main .container {
    display: block;
  }
  header .menu-main-menu-container {
    display: none;
  }
  #searchform {
    display: none;
  }
  .search-box {
    top: 0;
  }
  header .main .container #searchform.mobile-active div.quick-link-menu {
    padding-top: 80px;
  }
  #searchform.mobile-active .search-box,
  #searchform.mobile-active,
  header .main .container #searchform.mobile-active div.quick-link-menu {
    display: block;
  }
  header .main .container #searchform form {
    position: absolute;
    top: 30px;
    z-index: 100000;
    left: 20px;
    background: #EFEFEF;
    border-radius: 20px;
    width: calc(100% - 100px);
  }
  header .main .container #searchform div input[type=search] {
    width: 100%;
  }
  header .main .container #searchform.mobile-active .close-search {
    display: block;
    position: absolute;
    top: 7px;
    right: -70px;
    font-size: 15px;
    color: #292929;
  }
  header #mobile-menu ul {
    height: auto;
  }
  .smallright .column:last-child {
    padding-left: 0;
  }
  .reverse-order {
    flex-direction: column-reverse;
  }
  .noimage-cta-container h2,
  .noimage-cta-container p,
  .noimage-cta-container .eyebrow,
  .noimage-cta-container .buttons {
    text-align: left;
  }
  section.cta.noimage-cta-container .container .left.noimage .buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
  }
  footer .container .top {
    padding: 30px 0 0;
    gap: 10px;
  }
  body footer .button {
    padding: 11px 16px;
  }
  footer .bottom p {
    margin-bottom: 10px;
  }
  .wp-block-button.phone a {
    padding: 11px 31px 11px 15px;
  }
  .general .container.halves .column {
    width: 100%;
  }
  body form .ginput_container_radio .gfield_radio {
    justify-content: space-between;
    gap: 0 !important;
  }
  body .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice {
    padding: 0;
    padding-inline-end: 0;
  }
  form .ginput_container_radio .gfield_radio label {
    margin-left: 4px;
  }
  body .search-box .quick-link-menu .nav-link:hover {
    text-decoration: none !important;
  }
  body .search-box .quick-link-menu .nav-link a:hover,
  body .search-box .quick-link-menu .nav-link:hover a:hover {
    text-decoration: underline !important;
  }
}
body {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  margin: 0;
  font-size: 16px;
  background: #ffffff;
  /* --------- GLOBAL TEXT STYLES --------- */
  /* --------- LINKS --------- */
  /* --------- GLOBAL SECTION STYLES --------- */
  /* --------- LIST STYLES --------- */
  /* --------- BREADCRUMBS --------- */
}
body.active {
  overflow-y: hidden;
}
body h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
}
@media (max-width: 880px) {
  body h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 46px;
  }
}
body h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  margin: 16px 0;
}
body h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px;
}
body h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
}
body h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125.8%;
}
body h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
}
body .eyebrow {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  color: #989898;
}
body .spacer {
  background: transparent;
  border: none;
  height: 23px;
  margin-bottom: calc(16px * 2);
}
@media (max-width: 600px) {
  body .spacer.desktop {
    display: none;
  }
}
body p.large {
  font-size: 20px;
}
body a {
  color: #0D7BBF;
  font-weight: 600;
  transition: all 0.5s ease;
  text-decoration: none;
}
body a:hover {
  color: #095280;
}
body .button, body button {
  display: inline-block;
  padding: 11px 31px;
  text-decoration: none !important;
  border: 1px solid;
  font-size: 15px;
  font-weight: 800;
  line-height: normal;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.5s ease;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}
body .button.primary, body button.primary {
  background: #0D7BBF;
  color: #FFFFFF;
  border-color: #0D7BBF;
}
body .button.primary:hover, body button.primary:hover {
  background: #FFFFFF;
  color: #0D7BBF;
}
body .button.secondary, body button.secondary {
  background: #AFBC22;
  color: #292929;
  border-color: #AFBC22;
}
body .button.secondary:hover, body button.secondary:hover {
  background: #F9F8F8;
  color: #919B1C;
}
body .button.tertiary, body button.tertiary {
  padding: 0;
  border: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  display: flex;
  align-items: center;
  gap: 16px;
}
body .button.tertiary::after, body button.tertiary::after {
  content: "";
  background: url(../img/arrow.svg) no-repeat center/cover;
  width: 16px;
  height: 16px;
  display: block;
}
body .button.tertiary:hover, body button.tertiary:hover {
  color: #0D7BBF;
  gap: calc(16px * 1.5);
}
body hr.anchor {
  border: none;
  margin: 0;
}
body section {
  padding: 0 16px;
}
body section *:first-child {
  margin-top: 0;
}
body section *:last-child {
  margin-bottom: 0;
}
body section.gray {
  background: #EFEFEF;
}
body section.notop {
  padding-top: 0;
}
body section.nobottom {
  padding-bottom: 0;
}
body section img {
  display: block;
}
body section.contentWrap {
  padding: 10vh 16px;
}
body section.contentWrap .container {
  max-width: 1328px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 20px;
  padding: calc(16px * 4);
  max-width: calc(1328px - calc(16px * 4) - calc(16px * 4));
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 880px) {
  body section.contentWrap .container {
    padding: 0 16px;
  }
}
@media (max-width: 600px) {
  body section.contentWrap .container {
    padding: calc(16px * 4) calc(16px * 1.5);
  }
}
body section.graphics {
  position: relative;
  overflow-x: clip;
}
body section.graphics .container::before, body section.graphics .container::after {
  content: "";
  position: absolute;
  z-index: -1;
}
body section.graphics.tabs .container::before, body section.graphics .halves::before {
  background: url("../img/green-plus.svg") no-repeat center/cover;
  width: 450px;
  height: 450px;
  top: calc(0px - 10vh);
  left: calc(0px - 10vh);
}
body section.graphics.tabs .container::after, body section.graphics .halves::after {
  background: url("../img/bg-circle1.svg") no-repeat center/cover;
  width: 450px;
  height: 450px;
  right: calc(0px - 10vh);
  bottom: calc(0px - calc(16px * 2));
}
body .checklist {
  padding: 0;
  list-style: none;
}
body .checklist li {
  display: flex;
  align-items: flex-start;
  margin-bottom: calc(16px * 1.5);
  font-weight: 500;
}
body .checklist li::before {
  content: "";
  display: inline-block;
  background: url(../img/check.svg);
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  margin-right: calc(16px / 2);
  margin-top: -2px;
}
body ol, body ul {
  padding-left: 20px;
}
body ol.two, body ul.two {
  columns: 2;
}
body ol.three, body ul.three {
  columns: 3;
}
body #breadcrumbs {
  max-width: 1328px;
  margin: 0 auto;
  padding: 16px !important;
  font-size: 12px;
}
@media (max-width: 880px) {
  body #breadcrumbs {
    padding: 0 16px;
  }
}
@media (max-width: 600px) {
  body #breadcrumbs {
    display: none;
  }
}
body #breadcrumbs a {
  color: #0D7BBF;
  text-decoration: none;
  font-weight: 400;
}
body #breadcrumbs a:hover {
  text-decoration: underline;
}

.location-by-state label{
  display: block;
}
.state-search{
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.state-search .state-search-link:before{ 
  content: ' ';
  display: inline-block;
  background: transparent url(../img/search.svg) no-repeat left center / cover;
  height: 14px;
  width: 14px;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.state-search .state-search-link{
  font-size: 16px;
  font-weight: 600;
  color: #0C6EAB;
}
.hero .state-search {
  width: 100%;
  padding-left: 0;
}
.hero .state-search .state-search-link{
  color:#fff;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
.hero .state-search .state-search-link:before{
  background-image: url(../img/search-white.svg);
}
@media screen and (min-width:768px){
  .hero form > .state-search{
    display: flex;
    position: relative;
    top: -15px;
  }
  .hero form .content div.submit{
    width: 168px;
  }
  .hero form .content .zip,
  .hero form .content .county{
    width: calc(47% - 84px);
  }
  .hero form .content .zip input,
  .hero form .content .county input{
    width: 100%;
  }
}
#loc-state{
  border: 1px solid #AFBC22;
  background: #FFFFFF;
  padding: 9.5px 31px 9.5px 15px !important;
  font-size: 16px;
  margin-bottom: 30px;
  margin-right: 7px;
}
.location-by-state{
  display: none;
}
.state-search-open .zip,
.state-search-open .county,
.state-search-open .submit{
  display: none;
}
.state-search-open .location-by-state{
  display: block;
}
.location-by-state #locSearchSubmit2{
  margin-top: 0;
}
.white-hero-cta{
  padding-top: 40px;
}
.youtube-vid.module {
  position: relative;
  padding-bottom: 54.6%;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px !important;
}
.youtube-vid.module iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-slider .carousel.slide[data-slide_count="1"] .slide-action{
    display:none;
}