header {
  position: relative;
  background: #fff;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
header #aux-nav ul li a {
  color: #000;
	font-size:15px;
}
header #aux-nav ul li a:hover {
  color: #18406a;
}
header #main-nav ul li a {
  color: #2e3037;
}
header #main-nav ul li a:hover {
  color: #18406a;
}
header #main-nav ul li.current-menu-item > a,
header #main-nav ul li.current_page_parent > a {
  color: #0f82c6;
}
header #main-nav li.menu-item-has-children {
  padding-bottom: 5px;
}
header #main-nav ul.sub-menu {
  padding: 0 15px;
  left: -15px;
}
header #main-nav ul.sub-menu li {
  margin-top: 0px;
}
#header .ubermenu-nav > li > a {
  color: #2e3037;
	font-weight:400;
}
#header_clear.scrolled {
  display: block;
}
#aux-nav ul li.navbtn a {
  background-color: #FFCE00;
  border-radius: 100px;
  color: #2E3037!important;
  border: 2px solid #FFCE00;
  line-height: normal;
	padding:5px 10px;
}
#aux-nav ul li.navbtn a:hover {
  background-color: #fff;
  color: #2E3037;
}
footer {
  background-color: #293D74 !important;
}
footer .container {
  position: relative;
  z-index: 2;
}
footer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../thrive/images/new-banner-overlay.png);
  background-size: auto 100%;
  background-position: bottom right;
  opacity: .1;
  transform: scale(-1, 1);
}
.footer-aux-menu ul {
  display: flex;
  justify-content: space-between;
}
.footer-aux-menu ul li::before {
  display: none;
}
.footer-aux-menu ul li a {
  font-weight: 500;
  text-decoration: none;
}
.footer-aux-menu ul li ul {
  display: block;
}
.footer-aux-menu ul li ul li {
  margin-bottom: 7px;
}
.footer-aux-menu ul li ul li::before {
  display: block;
  content: '';
  background-color: transparent!important;
  border: none;
  width: 7px;
  height: 7px;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  top: 6px;
  left: -15px;
  font-size: 12px;
  border-radius: 0;
}
.footer-aux-menu ul li ul li a {
  font-weight: 300;
  text-decoration: none;
}
@media (min-width: 768px) {
  .col-md-5s {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-5s {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.container.faded-boxed-background {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
h2 {
  font-size: 44px;
  color: #293D74;
}
@media (max-width: 992px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
.white,
.text-white {
  color: #fff;
}
.white h1,
.text-white h1,
.white h2,
.text-white h2,
.white h3,
.text-white h3,
.white h4,
.text-white h4,
.white h5,
.text-white h5,
.white h6,
.text-white h6,
.white p,
.text-white p {
  color: #fff;
}
.btn {
  background-color: #FFCE00;
  border-radius: 100px;
  color: #2E3037;
  border: 2px solid #FFCE00;
  line-height: normal;
  font-size: 18px;
  text-transform: none;
}
.btn:hover {
  background-color: #fff;
  color: #2E3037;
}
.white .btn:hover {
  background-color: transparent;
  color: #fff;
}
#home-banner {
  background-color: #293D74;
  color: #fff;
  position: relative;
	padding-top:100px;padding-bottom:100px;
}
@media (max-width: 767px) {
  #home-banner {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
#home-banner .home-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}
#home-banner .home-banner-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: #293d74;
  background: -moz-linear-gradient(90deg, #293d74 26%, rgba(41, 61, 116, 0.80298057) 50%, rgba(41, 61, 116, 0.59849877) 74%, rgba(41, 61, 116, 0) 100%);
  background: -webkit-linear-gradient(90deg, #293d74 26%, rgba(41, 61, 116, 0.80298057) 50%, rgba(41, 61, 116, 0.59849877) 74%, rgba(41, 61, 116, 0) 100%);
  background: linear-gradient(90deg, #293d74 26%, rgba(41, 61, 116, 0.80298057) 50%, rgba(41, 61, 116, 0.59849877) 74%, rgba(41, 61, 116, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#293d74", endColorstr="#293d74", GradientType=1);
}
#home-banner .home-banner-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../thrive/images/new-banner-overlay.png);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: .15;
}
@media (max-width: 767px) {
  #home-banner .home-banner-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 3/2;
  }
  #home-banner .home-banner-image::before {
    display: none;
  }
  #home-banner .home-banner-image::after {
    display: none;
  }
}
#home-banner .home-banner-content {
  color: #fff;
}
#home-banner .home-banner-content h1 {
  font-size: 50px;
  font-weight: 300;
}
#home-banner .home-banner-content h3 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 10px;
}
#home-banner .home-banner-content p {
  font-size: 20px;
  font-weight: 400;
}
#home-banner .home-banner-content img {
  display: inline-block;
}
@media (max-width: 767px) {
  #home-banner .home-banner-content {
    padding: 25px 15px;
    text-align: center;
  }
  #home-banner .home-banner-content h1 {
    font-size: 36px;
  }
  #home-banner .home-banner-content .btn {
    font-size: 15px;
  }
}
.small-icon-title {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: .03em;
  color: #2e3037;
  margin-bottom: 15px;
}
.small-icon-holder {
  margin-bottom: 15px;
}
.small-icon-holder img {
  width: 70px;
  max-width: 100%;
  display: inline-block;
}
.yellow-hover-icon span {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #000;
  display: block;
}
.yellow-hover-icon span:hover {
  background-color: #FFCE00;
}
.yellow-hover-icon img {
  opacity: 0;
}
#home_row_1 h2 {
  font-size: 36px;
}
.home-r1-icons .yellow-hover-icon {
  min-height: 65px;
}
.home-r1-icons .yellow-hover-icon img {
  width: 55px;
}
.home-r1-icons .icon-title {
  font-size: 16px;
  text-align: center;
}
a.yla-link {
  position: relative;
  padding-right: 5px;
  color: #000;
}
a.yla-link::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #FFCE00 transparent;
  transform: rotate(90deg);
  right: -5px;
}
#home_row_2 {
  background-color: #293D74;
}
#home_row_2 .container {
  position: relative;
  z-index: 2;
}
#home_row_2::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../thrive/images/new-banner-overlay.png);
  background-size: auto 100%;
  background-position: bottom right;
  opacity: .1;
  transform: scale(-1, 1);
}
@media (max-width: 767px) {
  #home_row_2::after {
    display: none;
  }
}
@media (min-width: 767px) {
  #home_row_2 {
    margin-bottom: 100px;
  }
}
.overhang-image-outer {
  position: relative;
}
.bluebandimage {
  background-color: #293D74;
}
.bluebandimage p a:not(.btn) {
  font-weight: 400;
  color: #FFCE00;
  text-decoration: underline;
  text-decoration-color: #FFCE00;
}
@media (min-width: 767px) {
  .bluebandimage {
    margin-bottom: 100px;
  }
}
.overhang-image .oi-hidden {
  display: none;
}
.overhang-image .oi-image {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 50vw;
  height: calc(100% + 140px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.overhang-image .oi-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overhang-image.o-left .oi-image {
  right: 50px;
}
.overhang-image.o-right .oi-image {
  left: 50px;
}
.overhang-image.offset-down .oi-image {
  top: 0px;
}
@media (max-width: 767px) {
  .overhang-image .oi-image {
    display: none;
  }
  .overhang-image .oi-hidden {
    display: block;
  }
}
.overhang-outer {
  position: relative;
}
.overhang-outer .overhang-content {
  position: relative;
  z-index: 2;
  padding-top: 15px;
  padding-bottom: 15px;
}
.overhang-outer .overhang {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.overhang-outer .overhang.blue {
  background-color: #293D74;
}
.overhang-outer .overhang.o-left {
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .overhang-outer .overhang.o-left {
    width: calc(((100vw - 960px) / 2) + 100%);
    left: calc(((960px - 100vw) / 2));
  }
}
@media (min-width: 1200px) {
  .overhang-outer .overhang.o-left {
    width: calc(((100vw - 1140px) / 2) + 100%);
    left: calc(((1140px - 100vw) / 2));
  }
}
.overhang-outer .overhang.o-right {
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .overhang-outer .overhang.o-right {
    width: calc(((100vw - 960px) / 2) + 100%);
    right: calc(((960px - 100vw) / 2));
  }
}
@media (min-width: 1200px) {
  .overhang-outer .overhang.o-right {
    width: calc(((100vw - 1140px) / 2) + 100%);
    right: calc(((1140px - 100vw) / 2));
  }
}
#home_row_4 .overhang::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../thrive/images/new-banner-overlay.png);
  background-size: auto 100%;
  background-position: bottom left;
  opacity: .1;
}
@media (max-width: 767px) {
  #home_row_4 .overhang::after {
    display: none;
  }
}
.gray-hover img {
  filter: grayscale(1);
  transition: .25s;
}
.gray-hover img:hover {
  filter: grayscale(0);
}
.offset-background-down-holder {
  padding-top: 250px;
  margin-bottom: 150px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.offset-background-down {
  background-color: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.15);
  padding: 25px;
  transform: translateY(150px);
  position: relative;
  z-index: 5;
}
.awards-holder img {
  width: 140px;
  max-width: 100%;
}
.countup-number {
  color: #0f82c6;
  font-size: 55px;
  font-weight: 800;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.countup-number::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 3px;
  background-color: #ccc;
}
.tnh-single-home-blog .tnh-single-home-blog-inner {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  height: 100%;
  padding: 15px;
}
.tnh-single-home-blog .tnh-shb-featured {
  aspect-ratio: 1.5;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.tnh-single-home-blog .tnh-shb-featured img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.tnh-single-home-blog .tnh-shb-cat {
  color: #009b67;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 14px;
  margin-bottom: 10px;
}
.tnh-single-home-blog .tnh-shb-title {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 15px;
}
.tnh-single-home-blog .tnh-shb-excerpt {
  font-size: 18px;
}
.arrow-btn {
  display: inline-block;
  border-radius: 100%;
  background-color: #FFCE00;
  color: #000;
  width: 35px;
  height: 35px;
  text-align: center;
  color: transparent;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.arrow-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background-color: #000;
}
.arrow-btn::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% + 5px);
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg) translate(-50%, -50%);
}
.arrow-btn:hover::before {
  animation: arrwbtnb .5s;
}
.arrow-btn:hover::after {
  animation: arrwbtna .5s;
}
@keyframes arrwbtna {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(140%, -50%);
  }
  51% {
    transform: translate(-100%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes arrwbtnb {
  0% {
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  50% {
    transform: rotate(-45deg) translate(140%, 140%);
  }
  51% {
    transform: rotate(-45deg) translate(-100%, -100%);
  }
  100% {
    transform: rotate(-45deg) translate(-50%, -50%);
  }
}
#home_row_6 .countup-number .countup {
  font-size: 56px;
}
#home_row_8 h2 {
  font-size: 36px;
}
.animated-background svg {
  display: block;
  width: 100%;
}
.single-page h5 {
  font-size: 20px;
}
#page_top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #293D74;
  z-index: 1;
  opacity: .9;
}
#page_top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../thrive/images/th-banner-test-2-slow.svg);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 767px) {
  #page_top::after {
    display: none;
  }
}
#page_top.version-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #293D74;
  z-index: 1;
  opacity: .9;
  -webkit-mask-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
#page_top.version-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../thrive/images/th-banner-test-2-slow.svg);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  opacity: .25;
  z-index: 1;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #00ff00 100%);
}
@media (max-width: 767px) {
  #page_top.version-2::after {
    display: none;
  }
}
#page_top .page_title {
  font-size: 50px;
  font-weight: 300;
  text-align: left;
}
#page_top .page_sub_title {
  max-width: auto;
  font-size: 20px;
  text-align: left;
  margin: 0;
  font-weight: 500;
}
#page_top .pagetop_bc_holder {
  color: #fff;
  font-size: 15px;
  letter-spacing: .03em;
}
#page_top .pagetop_bc_holder a {
  color: #fff;
}
#page_top .pagetop_bc_holder .bc-divider {
  color: transparent;
  display: inline-block;
  position: relative;
  width: 10px;
  height: 5px;
  vertical-align: middle;
  margin: 0 4px;
  font-size: 0;
}
#page_top .pagetop_bc_holder .bc-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #FFCE00;
}
.page-top-bar {
  padding-top: 5px;
}
.individual_team_member {
  margin-bottom: 30px;
}
.s-trigger-box-holder .itm_inner {
  border: 2px solid #c7c8d8;
  padding: 20px;
  height: 100%;
}
.s-trigger-box-holder .itm_inner .itm_image {
  border-radius: 0;
  box-shadow: 0 0 0 #fff;
}
.s-trigger-box-holder .itm_inner .itm_meta h3 {
  font-size: 17px;
  color: #000;
}
.s-trigger-box-holder .itm_inner .itm_meta span {
  font-size: 17px;
}
.s-trigger-box-holder .itm_inner .itm_meta .th_plus_btn {
  display: none;
}
.s-trigger-box-holder .itm_inner .itm_meta .linkedin-team-holder a {
  font-size: 30px;
  color: #c7c8d8;
}
.s-trigger-box-holder .itm_inner:hover {
  border-color: #0f82c6;
}
.s-trigger-box-holder .itm_inner:hover .itm_meta .linkedin-team-holder a {
  color: #FFCE00;
}
.th-breadcrumbs-outer span {
  color: #000;
  font-weight: 400;
  letter-spacing: .05em;
}
.th-breadcrumbs-outer a {
  color: #000;
  font-weight: 400;
  letter-spacing: .05em;
}
.th-breadcrumbs-outer .th-breadcrumb-home a {
  color: #000;
  font-weight: 400;
  letter-spacing: .05em;
}
.th-breadcrumbs-outer .bc-divider {
  color: transparent;
  display: inline-block;
  position: relative;
  width: 10px;
  height: 5px;
  vertical-align: middle;
  margin: 0 4px;
  font-size: 0;
}
.th-breadcrumbs-outer .bc-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
}
.section_title {
  font-weight: 300;
}
.mod-linklist-outer {
  background-color: #FFCE00;
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.mod-linklist-outer .inlinelist {
  margin-bottom: 0;
}
.mod-linklist-outer .inlinelist .headline-toggles {
  position: relative;
  margin: 0 30px;
}
.mod-linklist-outer .inlinelist .headline-toggles h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: none;
  color: #2e3037;
  letter-spacing: .05em;
  font-size: 18px;
}
.mod-linklist-outer .inlinelist .headline-toggles::after {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  right: -31px;
  width: 1px;
  height: 24px;
  background-color: #000;
}
.mod-linklist-outer .inlinelist .headline-toggles:last-of-type::after {
  content: '';
  display: none;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  background-color: #FFCE00;
  box-shadow: none;
}
.owl-carousel .owl-prev::before {
  top: 13px;
  left: 14px;
  border-top: none;
  border-right: none;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
}
.owl-carousel .owl-next::before {
  top: 13px;
  left: 11px;
  border-bottom: none;
  border-left: none;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
}
.th_acc_holder .th_acc_toggle span {
  transform: scale(0.85);
  background-color: #FFCE00;
  box-shadow: none;
}
.th_acc_holder .th_acc_toggle span::before {
  background-color: #000;
}
.th_acc_holder .th_acc_toggle span::after {
  background-color: #000;
}
.th_acc_holder .th_acc_toggle.arrow span::before {
  top: 15px;
  left: 19px;
  width: 9px;
  height: 9px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}
.th_acc_holder .th_acc_toggle.arrow span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 19px;
  left: 12px;
  width: 15px;
  height: 2px;
  background-color: #000;
  transform: translateY(-25%);
}
.th_acc_holder .th_acc_inner {
  box-shadow: none;
  border-bottom: 1px solid #000;
  border-top: none;
}
.th_acc_holder .th_acc_inner .th_acc_inner_title h4 {
  color: #2e3037;
  font-weight: 400;
}
.mr_col .mr_col_img img {
  max-width: 100%;
  width: 110px;
}
.mr_col .mr_col_img.square_icon img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}
.mr_col .mr_col_content h4 {
  font-weight: 500;
  color: #2e3037;
  text-transform: none;
  letter-spacing: .05em;
}
.side_icon_title {
  color: #2e3037;
  font-weight: 400;
  text-transform: none;
}
.th_locations {
  font-weight: 300;
}
.mr_column_d_row .th_plus_btn span {
  background-color: #FFCE00;
  box-shadow: none;
}
.mr_column_d_row .th_plus_btn span::before,
.mr_column_d_row .th_plus_btn span::after {
  background-color: #000;
}
.mr_column_d_row .popup-all-holder.active::before {
  display: none;
}
.mr_column_d_row .popup-all-holder.active .popup-info-holder {
  border-bottom: 1px solid #2e3037;
}
.dd_holder .active_dd {
  border: 2px solid #FFCE00;
  border-radius: 50px;
  height: 55px;
}
.dd_holder .a_dd_tog {
  background-color: transparent;
}
.dd_holder .a_dd_tog::after {
  width: 16px;
  height: 16px;
  top: 13px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.dd_holder .dd_drop_down {
  top: calc(100% + 10px);
  border-radius: 15px;
  border: 2px solid #FFCE00;
  padding: 15px;
}
.dd_holder .dd_drop_down a {
  color: #2e3037;
  font-size: 18px;
}
.th_nr_reset_filter {
  background-color: transparent!important;
  border-radius: 100%!important;
  border: 2px solid #FFCE00 !important;
  width: 55px!important;
  height: 55px!important;
}
.th_nr_reset_filter a {
  border: none!important;
  color: #2e3037!important;
}
.mr_quote_row {
  background-image: url(../thrive/images/th-qr-background.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.mr_quote_row p {
  font-size: 1.15em;
}
.mr_quote_row h5 {
  font-size: 1em;
}
.mr_quote_row::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: calc(100% + 1px);
  background-color: #293D74;
  background-image: url(../thrive/images/th_qr-accent.webp);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, #000000 60%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, #000000 60%);
  transform: scale(-1, 1);
}
@media (max-width: 767px) {
  .mr_quote_row::after {
    -webkit-mask-image: none;
    mask-image: none;
    background-image: none;
    opacity: .7;
  }
}
.mr_quote_row.q-right::after {
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, #000000 60%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, #000000 60%);
  transform: scale(1);
}
@media (max-width: 767px) {
  .mr_quote_row.q-right::after {
    -webkit-mask-image: none;
    mask-image: none;
    background-image: none;
    opacity: .7;
  }
}
.mr_quote_row .container {
  position: relative;
  z-index: 3;
}
.mr_quote_row .qr_img_full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mr_quote_row .qr_img_full img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}
.mr_quote_row .qr_img_boxed {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.mr_quote_row .mr_qr_full_content {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.dropshadow-bottom,
section.mr_drpshadow {
  position: relative;
}
section.dropshadow-bottom::after,
section.mr_drpshadow::after {
  content: '';
  position: absolute;
  bottom: -6px;
  z-index: 3;
  left: 0;
  width: 100%;
  height: 6px;
  background: #000000;
  background: -moz-linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  opacity: .125;
}
.spost-catz a {
  color: #009b67;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 14px;
  margin-bottom: 10px;
}
#headersearchform #s {
  border-color: #FFCE00;
  width: 500px;
  max-width: calc(100% - 150px);
}
#headersearchform #searchsubmit {
  background-color: #FFCE00;
  text-transform: capitalize;
  border-color: #FFCE00;
  color: #000;
}
#headersearchform #searchsubmit:hover {
  color: #000;
}
#aux-nav ul li.navbtn a {
  background-color: transparent;
  border-radius: 100px;
  color: #293D74!important;
  border: 2px solid #293D74;
  line-height: normal;
	padding:5px 10px;
}
#aux-nav ul li.navbtn a:hover {
  background-color: #293D74;
  color: #FFF;
}
#aux-nav ul li.navbtn a:hover i{
	transform:rotate(180deg);
}