/*Theme Name: Exit Factor Theme v1
Theme URI: Starter Theme - www.215marketing.com
Author: 215 Marketing
Author URI: webmaster@215marketing.com
Version: 1.2
Description: 215 Marketing Base custom coded theme.
*/

/* COLOR VARS FROM THEME OPTIONS
--color_1:  #000;  DEFAULT
--color_2:  #fff;
--color_3: color 1

*/

:root {
  --bs-primary: #f07a22;
  --bs-secondary: #2c4e70;
  --bs-tertiary: #fcc449;
  --ef-notice-offset: 0px;
}

#locationSearch gmp-place-autocomplete {
  color-scheme: light;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/* Setup from acf variables */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

::-moz-selection {
  color: #fff;
  background: #004FA3;
}

::selection {
  color: #fff;
  background: #004FA3;
}

.gtranslate_wrapper a.glink span {
  color: #fff !important;
}

.anchor {
  display: block;
  position: relative;
  top: -190px;
  visibility: hidden;
}


body,
body p,
body li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #5f5f5f;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  font-weight: 600;
  color: #262a2d;
  transition: .3s all ease-in-out;
}

h1,
.h1 {
  font-size: clamp(2.5rem, 5vw, 3.80rem);
  line-height: 1.1;
  color: #fff;
}

h2,
.h2 {
  font-size: 2.25rem;
  line-height: 1.1;
  color: #26292d;
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.single.single-post h1,
.single.single-post h2,
.single.single-post h3,
.single.single-post h4,
.single.single-post h5{
    color: #000;
}

.highlight {
  color: #115abc;
}

.big-text,
.big-text h3,
.big-text p {
  font-size: 3.25rem;
  line-height: 1.5;
}

.big-text-4r,
.big-text-4r h2,
.big-text-4r h3 {
  font-size: 4.25rem;
  line-height: 1.25;
}

a {
  color: #333;
}

blockquote {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  padding-left: 1rem;
  border-left: 2px solid #f07a22;
}


img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

@media (min-width: 1200px) {
  .col-xl-2\.4 {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-2\.4 {
    flex: 0 0 auto;
    width: 20%;
  }
}

/* Hero */

.homepage-hero {}

.homepage-video-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.homepage-video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.hero {
  min-height: 380px;
  padding-top: 90px;
  position: relative;
}

.hero-basic {
  position: relative;
  min-height: 380px;
  padding-bottom: 150px;
  padding-top: 160px;
}

.hero-overlay {
  position: relative;
}

body.home .hero.homepage {
  padding-bottom: 150px;
  padding-top: 160px;
  min-height: 650px;
}

.hero:before,
.hero-overlay:before {
  content: '';
  background: #2c4e70b3;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.hero.bg-hero-gradient:before {
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

body.home .hero.homepage:before {
  background: rgba(0, 0, 0, .60);
}

body.home .hero.homepage h1 {
  font-weight: 600;
}

body.home .hero.homepage h1>span {
  font-weight: 600;
  font-style: italic;
  display: block;
  clear: both;
}

body.home .hero.homepage h1:after {
  display: none;
}


.down-triangle {
  position: relative;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  padding-bottom: 100px !important;
}

.up-triangle {
  position: relative;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0% 100%);
  padding-bottom: 100px !important;
}

.has-triangle-up,
.has-triangle-down {
  z-index: 0;
  margin-top: -100px;
  padding-top: 140px !important;
  transition: padding .3s ease;
}


.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* VIDEOS */

.video-cover {
  z-index: 10;
}

.embed-container .play-button {
  width: 100px;
  position: absolute;
  height: 100px;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  background: url(/wp-content/themes/exitfactor/images/play-btn.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sub,
.subtitle {
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 31px;
  position: relative;
}

.ef-loc-hero .sub,
.ef-loc-hero .subtitle {
  font-size: 1.5rem;	
}

.head-bold h2 {
  font-weight: 700;
}

.border-bottom-light {
  border-bottom: 1px solid #ffffff1a !important;
}

select {
  cursor: pointer;
}

.position-md-absolute {
  position: absolute;
}

.text-secondary,
.text-secondary p {
  color: #2c4e70 !important;
}

/* Header */
#menu-main>li {
  position: relative;
}

#menu-main>li.menu-item-1536 {
  position: unset;
}

.ef-header {
  position: absolute;
  top: var(--ef-notice-offset);
  left: 0;
  right: 0;
  z-index: 1100;
  width: 100%;
}

.ef-header__container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ef-header__desktop {
  pointer-events: none;
}

.ef-header__desktop .ef-topbar,
.ef-header__desktop .ef-navsticky {
  pointer-events: auto;
}

.ef-topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1rem;
  transition: transform .25s ease, opacity .25s ease;
}

.ef-topbar__location {
  color: var(--bs-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding-right: 15px;
}

.ef-topbar__location:hover {
  opacity: .9;
}

.ef-topbar__right {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: #fff;
  flex-wrap: nowrap;
}

.ef-topbar__link {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}

.ef-header--dark .ef-topbar__link {
  color: var(--bs-secondary);
}

.ef-topbar__link:hover {
  color: var(--bs-primary);
}

.ef-topbar__divider {
  width: 2px;
  align-self: stretch;
  background: rgba(255, 255, 255, .9);
  margin: .25rem .25rem;
}

.ef-topbar.is-hidden {
  transform: translateY(-140%);
  opacity: 0;
  pointer-events: none;
}

.ef-topbar__ico {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.ef-topbar__ico svg {
  width: 18px;
  height: 18px;
  fill: var(--bs-primary);
  display: block;
}

.ef-topbar__social {
  display: flex;
  gap: .5rem;
  align-items: center;
}

.ef-social {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--bs-primary);
  transition: opacity .2s ease;
  text-decoration: none;
}

.ef-social:hover {
  opacity: .9;
}

.ef-social svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  display: block;
}

.ef-navsticky {
  position: relative;
  z-index: 1049;
}

.ef-navsticky.is-sticky {
  position: fixed;
  top: var(--ef-notice-offset);
  left: 0;
  right: 0;
  background: var(--bs-secondary);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.ef-header--dark .ef-navsticky.is-sticky {
  background: #fff;	
}

.ef-navwrap {
  margin-top: .75rem;
  transition: background-color .2s ease, backdrop-filter .2s ease, box-shadow .2s ease;
  border-radius: 14px;
}

.ef-navsticky.is-sticky .ef-navwrap {
  margin-top: 0;
}

.ef-navwrap.is-sticky {
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.ef-navbar {
  padding: .75rem 0;
}

.ef-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.ef-logo {
  height: 58px;
  width: auto;
  display: block;
}

.ef-logo--dark {
  display: none;
}

.ef-header--dark .ef-logo--light {
  display: none;
}

.ef-header--dark .ef-logo--dark {
  display: block;
}

.ef-nav {
  gap: .25rem;
}

.ef-nav .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: .9rem;
  padding: .5rem 1rem;
}

.ef-header--dark .ef-nav .nav-link {
  color: #2c4e70;
}

.ef-nav .nav-link:hover {
  color: var(--bs-primary);
}

.ef-nav .dropdown-menu {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
  padding: .75rem;
  min-width: 280px;
}

.ef-nav .dropdown-item {
  border-radius: 10px;
  padding: .75rem .9rem;
  color: #2c4e70;
}

.ef-header--light .navbar-nav .nav-link.active, .ef-header--light .navbar-nav .nav-link.show {
  color:var(--bs-primary);
}

.ef-header--dark .navbar-nav .nav-link.active, .ef-header--dark .navbar-nav .nav-link.show {
  color:var(--bs-secondary);
}

.ef-header .ef-header__desktop .dropdown-menu.show {
  padding-left: 0px;
  padding-right: 0px;	
}

.ef-header .ef-header__desktop .dropdown-menu.show .menu-item {
  padding-left: .75rem;
  padding-right: 0.75rem;	
  transition-duration: .15s;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.ef-header .ef-header__desktop .dropdown-menu.show .menu-item .nav-link {
  color: #000;	
}

.ef-header--light .ef-header__desktop .dropdown-menu.show .menu-item .nav-link {
  color: #000 !important;	
}

.ef-header--light .ef-header__desktop .dropdown-menu.show .menu-item:hover .nav-link, .ef-header--light .ef-header__desktop .dropdown-menu.show .menu-item:active .nav-link {
  color: #fffc !important;	
}

.ef-header .ef-header__desktop .dropdown-menu.show .menu-item:hover,
.ef-header .ef-header__desktop .dropdown-menu.show .menu-item:active {
  background-color: var(--bs-secondary); 
}

.ef-header .ef-header__desktop .dropdown-menu.show .menu-item:hover .nav-link,
.ef-header .ef-header__desktop .dropdown-menu.show .menu-item:active .nav-link {
  color: #fffc;
}

@media (max-width: 991px) {
    .ef-mheader .navbar-nav .dropdown-menu {
        display: block !important; 
        margin-left: 15px; 
    }

    .ef-mheader .navbar-nav .dropdown-toggle {
        display: none !important; 
    }
}

.ef-nav .dropdown-item:hover {
  background: #2c4e70;
  color: #fff;
}

.ef-mheader {
  position: fixed;
  top: var(--ef-notice-offset);
  left: 0;
  right: 0;
  z-index: 1200;
  background: rgba(44, 78, 112, .8);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, .65);
}

.ef-mheader__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .85rem 1rem;
}

.ef-mheader__burger {
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, .65);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin-right: .5rem;
}

.ef-mheader__burger span {
  display: block;
  height: 2px;
  background: #fff;
  width: 26px;
  margin-left: 14px;
}

.ef-mheader__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.ef-mheader__logo {
  max-width: 90px;
  height: auto;
  display: block;
}

.ef-mheader__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: .75rem;
}

.ef-mheader__contact {
  border: 1px solid rgba(255, 255, 255, .85);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: .35rem 1rem;
  font-weight: 500;
  font-size: 14px;
}

.ef-mheader__contact:hover {
  color: #fff;
  opacity: .9;
}

.ef-mheader__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
}

.ef-mheader__phone svg {
  width: 34px;
  height: 34px;
  fill: var(--bs-primary);
  display: block;
}

.ef-offcanvas {
  width: min(420px, 92vw);
  z-index: 2005;
}

.offcanvas-backdrop {
  z-index: 2004;
}

.ef-offcanvas__header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(191, 191, 191, .5);
}

.ef-offcanvas__brand img {
  max-width: 90px;
  height: auto;
  display: block;
}

.ef-offcanvas__close {
  opacity: 1;
}

.ef-offcanvas__body {
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ef-mnav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ef-mnav__item {
  border-bottom: 1px solid rgba(191, 191, 191, .5);
  padding: .75rem 0;
}

.ef-mnav__link {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  padding: .5rem 0;
}

.ef-mnav__title {
  font-weight: 700;
  color: #000;
  padding: .5rem 0;
}

.ef-mnav__sub {
  list-style: none;
  padding: 0;
  margin: 0 0 .25rem 0;
}

.ef-mnav__sublink {
  display: block;
  color: #000;
  text-decoration: none;
  padding: .55rem 0;
  font-weight: 400;
}

.ef-mnav__sublink:hover {
  color: var(--bs-primary);
}

.ef-offcanvas__social {
  display: flex;
  justify-content: center;
  gap: .75rem;
  padding: 1rem 0;
}

.sub-cards {
  width: 100%;
  max-width: unset;
  padding: 0 20px;
  border-right: 1px solid #E3E3E3;
}

.sub-cards:first-child {
  padding-left: 0;
}

.sub-cards:last-child {
  border-right: 0;
  padding-right: 0;
}

.sub-cards .h5 {
  font-size: 15px;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover>.dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

.cta_buttons {
  min-width: 288px;
}

.cta_buttons .btn {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  transition: .3s all ease-in-out;
}

.row {
  z-index: 10;
}

.small,
small {
  line-height: 12px;
}

/* TEXT COLORS */
.text-white,
.text-white *,
.text-white p {
  color: #fff !important;
}

.text-dark,
.text-dark,
.text-black,
.text-black *{
  color: #000 !important;
}

.text-muted {
  color: #5f5f5f !important;
}

.text-primary,
.text-yellow *,
.text-yellow p {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.text-light-gray,
.text-light-gray * {
  color: #a7a7a5!important;
}

.text-dark-gray {
  color: #26292d !important;
}

.text-green,
.text-green path {
    color: #00a447 !important;
}

h1>span,
h2>span,
h3>span,
h4>span {
  color: #f07a22 !important;
}

.w-80 {
  width: 80%;
  max-width: 700px;
}

/* BACKGROUND COLORS */
.bg-blue {
  background: var(--ef-blue) !important;
}

.sidebyside-card {
  background: #41607E !important;
}

.bg-light {
  background: var(--ef-light-gray) !important;
}

.bg-dark-gray{
  background: #a7a7a5!important;
}

.bg-white {
  background: #fff !important;
}

.bg-yellow {
  background: var(--ef-orange) !important;
}

.bg-dark {
  background: #2C4E70 !important;
}

.bg-green {
  background-color: #dcfce7;
}


/* BUTTONS */
.btn-yellow,
.btn-white-outline,
.btn-black-outline,
.btn-contact,
.btn-text,
.btn-blue,
input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .2px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}

input[type=submit] {
  border-radius: 999px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: .2px !important;
  padding: 18px 28px !important;
  text-align: left !important;
  background: var(--ef-orange) !important;
  border: 2px solid var(--ef-orange) !important;
  color: #fff !important;
}

.btn-yellow svg,
.btn-white-outline svg,
.btn-black-outline svg,
.btn-contact svg,
.btn-text svg,
.btn-blue svg,
input[type=submit] svg {
  width: 14px;
  height: 14px;
  color: currentColor;
}

.btn-white-outline svg path,
.btn-blue svg path,
input[type=submit] svg path {
  color: currentColor;
}

.btn-yellow {
  background: var(--ef-orange);
  border: 2px solid var(--ef-orange);
  color: #fff !important;
}

.btn-yellow:hover,
input[type=submit]:hover {
  background: var(--ef-orange-hover) !important;
  border-color: var(--ef-orange-hover) !important;
  color: var(--ef-orange-hover-text) !important;
}

.btn-blue {
  background: var(--ef-blue);
  border: 2px solid var(--ef-blue);
  color: #fff !important;
}

.btn-blue:hover {
  background: #fff;
  border-color: #fff;
  color: var(--ef-blue) !important;
}

.btn-white-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff !important;
}

.btn-white-outline:hover {
  background: #fff;
  border-color: #fff;
  color: var(--ef-orange) !important;
}

.btn-black-outline {
  background: transparent;
  border: 2px solid var(--ef-blue);
  color: var(--ef-blue) !important;
}

.btn-black-outline:hover {
  background: var(--ef-blue);
  border-color: var(--ef-blue);
  color: #fff !important;
}

.btn-header {
  padding: 18px 28px;
  font-size: 14px;
  line-height: 21px;
}

.btn-text {
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: .3s all ease-in-out;
}

.btn-text:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 8px;
  width: 18px;
  height: 18px;
  display: block;
  filter: invert(1) brightness(0);
  transition: .3s all ease-in-out;
}

.btn-default {
  height: 59px;
  padding: 0 26px;
  font-size: 14px;
  line-height: 20px;
}

.btn-read-more {
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: .3s all ease-in-out;
}

.btn-read-more:hover {
  color: #000;
  font-weight: 700;
}

.btn-read-more:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 10px;
  width: 16px;
  height: 16px;
  display: block;
  transition: .3s all ease-in-out;
}

.btn-read-more[aria-expanded=true]:after {
  transform: rotate(180deg);
  top: 8px;
}


.form-floating>label { left: 10px;}

.contained {
  background: #fff;
  border-radius: 25px;
  /*overflow: hidden;*/
}

.contained-transparent {
  border-radius: 2.5rem;
}

/* 50/50 image overlay */
.content-image {
  position: relative;
}

.content-image.overlay_1 img,
.content-image.overlay_2 img,
.content-image.overlay_3 img {
  width: 100% !important;
  object-fit: cover;
  object-position: top center;
  height: 100%;
}

/*
.content-image.overlay_1:after {
  content: '';
  background: url(/wp-content/themes/exitfactor/images/overlay_1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(100% - 300px);
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  z-index: 10;
}

.content-image.overlay_2:after {
  content: '';
  background: url(/wp-content/themes/exitfactor/images/overlay_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(100% - 300px);
  height: 100%;
  max-width: 150px;
  max-height: 150px;
  position: absolute;
  z-index: 10;
}
*/
.content-image.top.left:after {
  top: -1px;
  left: -1px;
}

.content-image.top.right:after {
  top: -1px;
  right: -1px;
}

/*
.content-image.overlay_3:before {
  content: '';
  background: url(/wp-content/themes/exitfactor/images/overlay_31.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(100% - 300px);
  height: 100%;
  max-width: 150px;
  max-height: 150px;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 10;
}

.content-image.overlay_3:after {
  content: '';
  background: url(/wp-content/themes/exitfactor/images/overlay_32.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(100% - 300px);
  height: calc(100% - 150px);
  max-width: 150px;
  max-height: 150px;
  position: absolute;
  top: unset !important;
  bottom: -1px;
  left: -1px;
  z-index: 10;
}
*/


/* Notification/Deal Bar */
.ef-noticebar {
  position: relative;
  z-index: 10;
}

.ef-noticebar {
  padding: 6px 0;
}

.ef-noticebar__link {
  font-size: 16px;
  line-height: 24px;
}

.ef-noticebar__icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.ef-noticebar__icon {
  line-height: 0px;
}

/* HOW IT WORKS */
.how-it-works {}

.how-it-works .icon {
  font-size: 14px;
  font-weight: 300;
  background: #FED915;
  text-align: center;
  padding: 5px;
  width: 36px;
  height: 36px;
  aspect-ratio: 1 / 1;
  margin-right: 16px;
}

.card-how-it-works p {
  margin-bottom: 0;
}

/* CARDS */
.card {
  height: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}

.b-extra-bot-pad .content-text p {
  padding-bottom: 30px !important;
}

.partner-card img {
  width: 100%;
  max-width: 176px;
 opacity: 0.7;
}

.partner-card img:hover {
  opacity: 1;
}

.as-seen-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.as-seen-logos .partner-logos {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-seen-logos img {
  display: block;
  width: 168px;
  height: auto;
}

.three-col-img {
  object-fit: cover;
  border-radius: 1rem;
}

.three-col-textbox {
  background: #f7931e;
  min-height: 190px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (max-width: 992px) {
  .three-col-img {
    max-height: 420px;
  }
}

.meet-staff {}

.meet-staff img {
  min-height: 260px;
  width: 100%;
  object-fit: cover;
}

.no-card-border .card {
  border: 0px !important;
}

.icon-img {
  width: 50px;
  height: 50px;
}

.sidebyside-card.two-column {
  height: auto;
  margin-bottom: 12px;
}

.sidebyside-card.two-column .icon {
  width: 30px;
  height: 30px;
}

.sidebyside-card img {
  width: 42px;
  height: 42px;
}

.card-img-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card.policy {
  transition: .3s all ease-in-out;
}

.card.policy .icon-img {
  background: #F3F4F6;
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 20px;
  transition: .3s all ease-in-out;

}

.card.policy .icon-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  display: block;
}

.card.policy:hover .icon-img {
  background: #f07a22;
}

.card.policy:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.bg-img-card {
  border-radius: 1.5rem;
}

.bg-img-card .card-header {
  background-color: #fff9;	
  border: 0px;
}

.bg-img-card .card-title {
  color: var(--bs-secondary) !important;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0px !important;
}

.bg-img-card a:hover .card-header {
  background-color: var(--bs-secondary);	
}

.bg-img-card a:hover .card-header .card-title {
  color: #fff !important;	
}

.bg-img-card img {
  height: 368px;
  width: auto;
  object-fit: cover;
  object-position: top-center;
}

.fw-wbg-cards .content-text.pt-4 {
  padding-top: 0px !important;
}

.fw-wbg-cards .content-text .row {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  background-color: #2C4E70;
  border-radius: 21px;
}

.fw-wbg-cards .content-text .col-12 {
  width: 100% !important;
  border-radius: 21px;
}

.fw-wbg-cards .content-text .col-12:last-child {
  margin-bottom: 0px !important;
}

.fw-wbg-cards .content-text .col-12 .card {
  border-radius: 21px;
}

.fw-wbg-cards .content-text .col-12 .card-body .card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.fw-wbg-cards .content-text .col-12 .card-body p {
  margin-bottom: 0px;
}

/* CARD SLIDER */
.card-slider {}

.card-slider .title-area {
  padding-left: 20px;
  border-left: 2px solid #f07a22;
  min-width: 300px;
}

.card-slider-navigation {
  position: relative;
  display: flex;
  gap: 20px;

}

.card-slider-navigation .swiper-button-next,
.card-slider-navigation .swiper-button-prev {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.card-slider-navigation .swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.card-slider-navigation .swiper-button-next,
.card-slider-navigation .swiper-button-prev {
  background: #000;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 0;
  left: unset;
  right: unset;
  position: relative;
}

.card-slider .swiper-container:before {
  content: '';
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  display: block;
  z-index: 10;
}

@media (max-width: 768px) {
  .card-slider .swiper-container:before {
    background: transparent;
  }
}

.orange-swiper-nav{
  padding: 4px;
  border-radius: 999px;
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--bs-primary) 90%, transparent),
    #fbba47
  );
  opacity: .9;
  transition: transform .3s ease, opacity .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border: 0;
}

.orange-swiper-nav:hover{
  transform: scale(1.05);
  opacity: 1;
}

.orange-swiper-nav__inner{
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-shadow: none;
  outline: 0;
}

.orange-swiper-nav:focus,
.orange-swiper-nav:focus-visible{
  outline: 0;
  box-shadow: none;
}

.orange-swiper-nav svg.svg-inline--fa{
  width: 23px !important;
  height: 23px !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
  color: #fff;
}


.author-img__outer{
  background: rgba(240,122,34,.10);
  border-radius: 999px;
  padding: 40px;
  overflow: hidden;
}

.author-img__ring{
  background: linear-gradient(to bottom, var(--bs-primary), #fbba47);
  border-radius: 999px;
  padding: 8px;
}

.author-img__inner{
  border-radius: 999px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.author-img__img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}


.primary-link {
  color:var(--bs-primary);
  font-weight: 400;
  text-decoration: none;
}

.primary-bold-link {
  color:var(--bs-primary);
  font-weight: 600;
  text-decoration: none;
}

.secondary-link {
  color:var(--bs-secondary);
  font-weight: 400;
  text-decoration: none;
}

.small-link {
  font-size: 14px;
  line-height: 23px;
}

.text-only .card h3.card-title {
  font-size: 4rem;
  font-weight: 500 !important;
  border-bottom: 1px solid rgba(0, 0, 0, .2);

}

.hover-blue-cards .card {
  border-radius: 20px;
  margin-top: 30px;
}

.hover-blue-cards .card:hover {
  background-color: #2c4e70 !important;
}

.hover-blue-cards .card:hover .card-title,
.hover-blue-cards .card:hover p {
  color: #fff;
}

/* Accordion */

.accordion-item {
  background-color: #FBFBFB;
  border: 0;
  border-radius: 0;
  overflow: hidden
}

.accordion-button {
  background-color: #FBFBFB;
  border: 0;
  padding-right: 1.25rem;
  display: flex;
  align-items: center;
}

.accordion-button::after {
  background-image: none;
  width: .6rem;
  height: .6rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
}

.accordion-button::after {
  margin-left: auto;
}

.accordion-item h3 .accordion-button {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.location-accordion .accordion-item h3 .accordion-button {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.location-accordion .accordion-item a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #2d2729;
  box-shadow: none;
}

.accordion-button[aria-expanded="true"],
.accordion-collapse {
  background-color: #000;
}

.accordion-collapse .accordion-body p {
  color: #fff;
}

#twoColumnAccordion .accordion-button {
  font-weight: 700;
}

#twoColumnAccordion .accordion-button,
#twoColumnAccordion .accordion-collapse {
  border-left: 1px solid #f07a22;
  transition: .3s all ease-in-out;
}

#twoColumnAccordion .accordion-button[aria-expanded="true"],
#twoColumnAccordion .accordion-collapse {
  border-left: 3px solid #f07a22;
}

#twoColumnAccordion .accordion-button[aria-expanded="true"],
#twoColumnAccordion .accordion-collapse,
#twoColumnAccordion .accordion-collapse .accordion-body p {
  color: #000 !important;
  background: transparent;

}

/* FAQs */
#faqs .accordion-button {
	background: #fff;
	color: #000;
	font-size: 1.5rem;
    line-height: 1.33333;
	box-shadow: none;
}

#faqs .accordion-button:hover, #faqs .accordion-button:not(.collapsed) {
	color: var(--bs-primary) !important;
}

#faqs .accordion-button[aria-expanded="true"], #faqs .accordion-collapse {
	background: #fff;
}

#faqs .accordion-item {
    border-radius: 0px !important;
    border-bottom: 1px solid #E2E2E2;
    margin-top: 20px;
    padding-bottom: 20px !important;
    background: #fff;
}

#faqs .accordion-item:first-child {
	margin-top: 0px;
}

#faqs .accordion-body p {
	color: #5f5f5f !important;
	line-height: 1.6;
	font-size: 1.10rem;
}

#faqs .accordion-button::after{
  background-image: none !important;
  transform: none !important;
}

#faqs .accordion-button::after{
  content: "+";
  border: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 2.5rem;        
  height: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

#faqs .accordion-button:not(.collapsed)::after{
  content: "−"; 
}


/* AMENITIES */
.amenity-card {
  background: transparent;
  border: 0;
}

.amenity-card h3 {
  width: 80%;
}

.amenity-icon {
  position: relative;
  width: 45px;
  height: 45px;
  padding: 5px;
  border-radius: 30px;
  margin-left: 2px;
  background: tramsparent;
}

.amenity-icon img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 30px;
  height: auto;
  transform: translate(-50%, -50%);
}

.amenity-icon img.small {
  width: 20px;
}

/* Testimonials */

.testimonial_image {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 100px;
  margin-bottom: 20px;
}

.swiper-testimonials {
  padding: 0 0 50px;
}

.swiper-testimonials .swiper-navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.swiper-testimonials .swiper-pagination {}

.swiper-testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  opacity: 1;
  background: #B7B7B7;
  border-radius: 4px;
}

.swiper-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F8DD4A;
  width: 60px;
}

.star-ratings svg {
  width: 20px;
}

.rating-star {
  fill: #F05323
}

.testimonial-card {
  border: 0;
  background: linear-gradient(#333333 40%, #101010);
}

.testimonial-card .card-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
}

.testimonial-card .card-overlay .play-button {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  top: 0;
  left: 0;
  transform: none;
}

.testimonial-card p {
  font-size: 32px;
  color: #000;
  line-height: 1.25;
  font-weight: 500;
}

.swiper-testimonials .testimonial-card p {
  font-size: 16px;

}

.testimonial-navigation {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.testimonial-navigation .swiper-button-next,
.testimonial-navigation .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
  width: 40px;
  height: 40px;
  background: #f07a22;
  border-radius: 50px;
  transition: .3s all ease-in-out;
}

.testimonial-navigation .swiper-button-next:hover,
.testimonial-navigation .swiper-button-prev:hover {
  background: #0577A8;
}

.testimonial-navigation .swiper-button-prev {
  margin-right: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.swiper-button-next:after {
  background: url(/wp-content/themes/exitfactor/images/arrow-next-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev:after {
  background: url(/wp-content/themes/exitfactor/images/arrow-prev-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


/*TESTIMONIAL SPOTLIGHT */

.spotlight_image {
  border-bottom: 1px solid #D0D0D0;
}

.spotlight-card {
  border: 0;
  background: linear-gradient(#333333 40%, #101010);
}

.spotlight-card .card-text {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 500;
}

/* NEW TESTIMONIALS */
.ef-testimonials-block .ef-testimonials-title {
  font-weight: 700;
  font-size: clamp(28px, 3vw, 44px);
  color: #111;
}

.ef-testimonials-block .ef-testimonials-intro {
  max-width: 820px;
  color: #6b7280;
}

.ef-testimonial-card {
  background: #F2F2F2;
  border-radius: 24px;
  padding: 40px;
  min-height: 280px;
}

@media (max-width: 575.98px) {
  .ef-testimonial-card {
    padding: 28px;
    border-radius: 20px;
  }
}

.ef-testimonial-quote {
  display: block;
  font-size: 140px;
  line-height: .5;
  font-weight: 400;
  color: var(--bs-primary, #F7941D);
  transform: translateY(18px);
}

.ef-testimonial-text p {
  margin: 0 0 14px 0;
  color: #5f5f5f;
  line-height: 1.7;
  font-size: 14px;
}

.ef-testimonial-name {
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

.ef-testimonial-location {
  color: #8a8a8a;
  font-size: 14px;
  margin-top: 2px;
}

.ef-testimonials-nav .swiper-button-prev,
.ef-testimonials-nav .swiper-button-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  border-radius: 999px;
  opacity: .95;
  transition: transform .2s ease, opacity .2s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.ef-testimonials-nav .swiper-button-prev::before,
.ef-testimonials-nav .swiper-button-next::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: var(--bs-primary, #F07A22);
  z-index: 0;
}

.ef-testimonials-nav .swiper-button-prev::after,
.ef-testimonials-nav .swiper-button-next::after {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  width: auto;
  height: auto;
}

.ef-testimonials-nav .swiper-button-prev,
.ef-testimonials-nav .swiper-button-next {
  padding: 0 !important;
}

.ef-testimonials-nav .swiper-button-prev:hover,
.ef-testimonials-nav .swiper-button-next:hover {
  transform: scale(1.05);
  opacity: 1;
}

.ef-testimonials-nav svg {
  width: 18px;
  height: 20px;
  z-index: 9;
}

.ef-testimonials-nav .swiper-button-disabled {
  opacity: .35 !important;
  pointer-events: none;
  box-shadow: none;
}

.ef-testimonials-pagination {
  position: relative;
  margin-top: 18px;
}

.ef-testimonials-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 6px;
  background: #cfcfcf;
  opacity: 1;
  margin: 0 6px !important;
}

.ef-testimonials-pagination .swiper-pagination-bullet-active {
  background: var(--bs-primary, #F7941D);
}

.ef-testimonials-swiper {
  padding-bottom: 10px;
}

.ef-testimonials-block.ef-testimonials-layout-2{
  overflow-x: hidden;
}

.ef-testimonials-block.ef-testimonials-layout-2 .ef-testimonials-l2-row{
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.ef-testimonials-block.ef-testimonials-layout-2 .ef-testimonials-l2-arrow{
  flex: 0 0 auto;
}

.ef-testimonials-block.ef-testimonials-layout-2 .ef-testimonials-l2-slider{
  flex: 1 1 auto;
  min-width: 0;
}

.ef-testimonials-block.ef-testimonials-layout-2 .ef-testimonial-stars{
  color: var(--bs-primary);
  letter-spacing: 2px;
  font-size: 24px;
  margin-bottom: 5px;
}

.ef-testimonials-block.ef-testimonials-layout-2 .ef-testimonial-date{
  color: #000;
  opacity: .85;
}

.ef-testimonials-block.ef-testimonials-layout-2 .ef-testimonial-text p {
  color: #000;
}

.ef-testimonials-block.ef-testimonials-layout-2 .ef-testimonial-card {
  background-color: #FCFCFC;
  border: 1px solid #0000001a;
}

@media (max-width: 575.98px){
  .ef-testimonials-block.ef-testimonials-layout-2 .ef-testimonials-l2-row{
    gap: 10px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after,
.testimonial-prev::after,
.testimonial-next::after,
.swiper-button-prev::before,
.swiper-button-next::before,
.testimonial-prev::before,
.testimonial-next::before{
  display: none !important;
  content: "" !important;
}

/*TESTIMONIAL VERTICAL MARQUEE */
.ef-marquee {
  height: 550px;
  overflow: hidden;
}

.ef-marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}

.ef-marquee .swiper-slide {
  height: auto;
  display: block;
}

.ef-marquee .ef-testimonial-card {
  background: #F5F5F5;
  width: 100%;
  border-radius: 16px;
  padding: 25px;
}

.ef-marquee .ef-testimonial-card p {
  margin: 0 0 10px;
}

.ef-marquee .ef-testimonial-card .fa-star {
  width: 17px;
  color: var(--bs-primary) !important;
}

.ef-marquee .ef-testimonial-card .quote-author,
.ef-marquee .ef-testimonial-card .quote-date {
  font-size: 14px;
  line-height: 17px;
  color: #1e2d23;
}

.ef-marquee .ef-testimonial-card .quote-date {
  font-size: 13px;
}

.ef-testimonials-marquee {
  position: relative;
}

.ef-testimonials-marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-color: #2c4e70c7;
}

.ef-testimonials-marquee>* {
  position: relative;
  z-index: 1;
}

.ef-testimonials-marquee::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #f07a22 0%, #fcc449 100%);
  z-index: 2;
}

.ef-testimonials-marquee::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2;
  height: 14px;
  z-index: 9;
  background: linear-gradient(90deg, #fcc449 0%, #f07a22 100%);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ef-marquee {
    height: 500px;
  }

  .ef-testimonials-columns .col-md-4 {
    width: 50%;
  }

  .ef-testimonials-columns .col-md-4:last-child {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .ef-marquee {
    height: 400px;
  }
}


/* FORMS */
/* FORM DESIGN 1 */
.form-design-1 {
  background: var(--bs-secondary);
  color:#fff;
}

.form-design-1 .form-para {
  color:#fff;
  font-size: 1.25rem;
  line-height: 1.4;	
}

.form-design-1 .form-para a {
  color: var(--bs-primary);
  text-decoration: none !important;
}

.form-design-1 .gfield_label {
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  color:#fff !important;
}

.form-design-1 .gform_button,
.form-design-2 .gform_button {
  font-size: 1.25rem !important;
  line-height: 1.4 !important;	
}

/* FORM DESIGN 2 */
.form-design-2,
.form-design-2 .gform_wrapper,
.form-design-2 form,
.form-design-2 .gform_body,
.form-design-2 .gform_fields{
  width:100% !important;
  max-width:none !important;
}

.form-design-2 .gform_fields{
  display:block !important;
}

.form-design-2 .gform_validation_container,
.form-design-2 .gsection{
  display:none !important;
}

.form-design-2 .ef-form-section{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  background:#F6F6F6;
  border-radius:1rem;
  overflow:hidden;
  margin:0 0 2.5rem 0;
}

.form-design-2 .ef-form-section__head{
  display:block !important;
  width:100% !important;
  padding:2.5rem 2rem 1.5rem;
  border-bottom:2px solid var(--bs-secondary);
}

.form-design-2 .ef-form-section__title{
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  color:var(--bs-secondary);
  font-weight:700;
  text-transform:uppercase;
  font-size:2.25rem;
  line-height:1.1;
  letter-spacing:normal !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
  writing-mode:horizontal-tb !important;
  text-orientation:mixed !important;
  transform:none !important;
}

.form-design-2 .ef-form-section__body{
  width:100% !important;
  max-width:none !important;
  padding:2.5rem 2rem;
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:2.5rem !important;
}

.form-design-2 .ef-form-section__body > .gfield{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  grid-column:1 / -1;
}

.form-design-2 .gform-footer{
  padding-left:2rem;
}

@media (min-width:768px){
  .form-design-2 .ef-form-section__body{
    padding:2.5rem 3.5rem 3.25rem;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .form-design-2 .ef-form-section__body > .gfield{
    grid-column:span 2;
  }

  .form-design-2 .ef-form-section__body > .gfield.ef-w-6,
  .form-design-2 .ef-form-section__body > .gfield.ef-w-4,
  .form-design-2 .ef-form-section__body > .gfield.ef-w-3{
    grid-column:span 1;
  }

  .form-design-2 .ef-form-section__body > .gfield.ef-w-12,
  .form-design-2 .ef-form-section__body > .gfield.ef-w-8,
  .form-design-2 .ef-form-section__body > .gfield.gfield--width-full,
  .form-design-2 .ef-form-section__body > .gfield.ef-span-6{
    grid-column:1 / -1;
  }

  .form-design-2 .gform-footer{
    padding-left:3.5rem;
  }
}

@media (min-width:992px){
  .form-design-2 .ef-form-section__head{
    padding:4rem 3.5rem 1.8rem;
  }

  .form-design-2 .ef-form-section__title{
    font-size:3.25rem;
  }

  .form-design-2 .ef-form-section__body{
    grid-template-columns:repeat(12,minmax(0,1fr)) !important;
  }

  .form-design-2 .ef-form-section__body > .gfield{
    grid-column:span 12;
  }

  .form-design-2 .ef-form-section__body > .gfield.ef-w-12{ grid-column:span 12; }
  .form-design-2 .ef-form-section__body > .gfield.ef-w-8{ grid-column:span 8; }
  .form-design-2 .ef-form-section__body > .gfield.ef-w-6{ grid-column:span 6; }
  .form-design-2 .ef-form-section__body > .gfield.ef-w-4{ grid-column:span 4; }
  .form-design-2 .ef-form-section__body > .gfield.ef-w-3{ grid-column:span 3; }

  .form-design-2 .ef-form-section__body > .gfield.ef-span-4,
  .form-design-2 .ef-form-section__body > .gfield.gfield--width-third{
    grid-column:span 4;
  }

  .form-design-2 .ef-form-section__body > .gfield.ef-span-6,
  .form-design-2 .ef-form-section__body > .gfield.gfield--width-half{
    grid-column:span 6;
  }

  .form-design-2 .ef-form-section__body > .gfield.gfield--width-full{
    grid-column:span 12;
  }

  .form-design-2 .ef-form-section__body > .gfield.gfield--type-fileupload{
    grid-column:span 6;
  }
}

.form-design-2 .gform_wrapper .gfield_label{
  font-size:1.125rem;
  font-weight:400;
  color:#4f4f4f;
  margin:0 0 .5rem 0;
}

.form-design-2 .gform_wrapper input[type="text"],
.form-design-2 .gform_wrapper input[type="email"],
.form-design-2 .gform_wrapper input[type="tel"],
.form-design-2 .gform_wrapper input[type="number"],
.form-design-2 .gform_wrapper textarea,
.form-design-2 .gform_wrapper select{
  width:100% !important;
  border:0 !important;
  border-radius:.75rem;
  background:#fff;
  padding:1rem 1.25rem;
  font-size:1.125rem;
  box-shadow:0 .125rem .25rem rgba(0,0,0,.06);
}

.form-design-2 .gfield--type-fileupload .ginput_container_fileupload{
  position:relative;
}

.form-design-2 .gfield--type-fileupload input[type="file"]{
  width:100% !important;
  border:0 !important;
  border-radius:.75rem !important;
  background:#fff;
  padding:.4rem 4.25rem .75rem 1.25rem;
  font-size:1.125rem;
  box-shadow:0 .125rem .25rem rgba(0,0,0,.06);
  cursor:pointer;
}

.form-design-2 .gfield--type-fileupload .ginput_container_fileupload::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:64px;
  height:100%;
  background:#2E4F6E;
  border-top-right-radius:.75rem;
  border-bottom-right-radius:.75rem;
  pointer-events:none;
  z-index:2;
}

.form-design-2 .gfield--type-fileupload .ginput_container_fileupload::before{
  content:"";
  position:absolute;
  right:23px;
  top:50%;
  transform:translateY(-50%);
  width:18px;
  height:18px;
  background:#F07A22;
  pointer-events:none;
  z-index:3;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M246.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l73.4-73.4V320c0 17.7 14.3 32 32 32s32-14.3 32-32V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128zM64 352c0-17.7-14.3-32-32-32S0 334.3 0 352v64c0 53 43 96 96 96h256c53 0 96-43 96-96v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32z'/%3E%3C/svg%3E") no-repeat center/contain;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M246.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l73.4-73.4V320c0 17.7 14.3 32 32 32s32-14.3 32-32V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128zM64 352c0-17.7-14.3-32-32-32S0 334.3 0 352v64c0 53 43 96 96 96h256c53 0 96-43 96-96v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.form-design-2 .gform_fileupload_rules{
  display:none !important;
}


.card .card-body .financing-price {
  font-size: 18px;
}

.card .card-body .financing-text {
  font-size: 16px;
}

.card .card-body .financing-price span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

/* CTA SECTION */
.cta-2 {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}

.cta-2__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
}

.cta-2__card {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--cta-2-bg, #F58220);
  border-radius: 1.5rem;
}

@media (min-width:992px) {
  .cta-2__card {
    border-top-right-radius: 7.813rem;
  }
}

.cta-2__inner {
  position: relative;
  z-index: 3;
  padding: 1.75rem 1.25rem;
}

@media (min-width:768px) {
  .cta-2__inner {
    padding: 3rem 3rem;
  }
}

@media (min-width:992px) {
  .cta-2__inner {
    padding: 4rem 4rem;
    padding-right: 3.5rem;
  }
}

.cta-2__text h1,
.cta-2__text h2,
.cta-2__text h3,
.cta-2__text h4 {
  color: #fff;
  margin: 0;
}

.cta-2__text p,
.cta-2__text .body-regular {
  color: #fff;
  opacity: .95;
}

.cta-2__actions {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin-top: 1.5rem;
  align-items: flex-start;
}

.cta-2__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  border-radius: 999px;
  white-space: nowrap;
  width: 100%;
}

@media (min-width:992px) {
  .cta-2__actions {
    flex-direction: row;
    gap: 1.25rem;
  }

  .cta-2__actions .btn {
    width: auto;
    justify-content: flex-start;
  }
}

.cta-2__actions .btn .svg-inline--fa {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
}

.cta-2__media {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 56%;
  right: -3%;
  width: 58%;
  height: 132%;
  transform: translateY(-50%);
}

@media (min-width:992px) {
  .cta-2__media {
    top: 37%;
    right: -10%;
    width: 65%;
    height: 140%;
  }
}

@media (min-width:1200px) {
  .cta-2__media {
    top: 43%;
    right: -10%;
    width: 73%;
    height: 140%;
  }
}

@media (min-width:1400px) {
  .cta-2__media {
    top: 64%;
    right: -15%;
    width: 70%;
    height: 146%;
  }
}

@media (min-width:1600px) {
  .cta-2__media {
    top: 64%;
    right: -20%;
    width: 75%;
    height: 146%;
  }
}

@media (min-width:1900px) {
  .cta-2__media {
    top: 64%;
    right: -12%;
    width: 60%;
    height: 146%;
  }
}

.cta-2__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cta-2__pattern {
  display: none !important;
}


/* BLOG */
.single-title {
  padding-top: 100px;
}
.blog-item-box {
  background-color: #F3F5F7;
  padding: 2rem;	
  border-radius: 1.5rem;
}

.blog-item-box img {
  border-radius: 1.5rem;
  height: 245px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-item-box a {
  text-decoration: none !important;
}

.blog-item-box .card-title {
  font-weight: 500;	
}

.blog-item-box a:hover .card-title {
  color: var(--bs-primary);	
}

.blog-item-box .card {
  background: transparent;
}

.blog-category {
  padding: 0.375rem 1.25rem;
  color: #000;
  text-decoration: none;
  width: auto;

}

.blog-category.active,
.blog-category:hover {
  color: #fff;
  background: #000;
}

.share-btn{
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--bs-primary);
}

.share-btn__icon{
  width: 16px;
  height: 16px;
  display: block;
  fill: #fff;
}

.category-name,
.post-date {
  color: #000;
  font-weight: 400;
  line-height: 1.25;
  font-size: 1.125rem;
}

.featured .category-name,
.featured .post-date {
  color: #000;
  font-weight: 500;
  line-height: 1.25;
  font-size: 1.125rem;
}

.featured .card .card-body h3 {
  font-size: 2rem;
}

.blog-hero__feature {
  width: 100%;
  background-size: cover;
  background-position: center;
  aspect-ratio: 4 / 5;
  border-radius: 1.5rem;
}

.blog-hero__feature h2 {
  line-height: 1.3;
}

@media (min-width: 768px) {
  .blog-hero__feature {
    aspect-ratio: 4 / 3;
  }
}

.blog-hero__overlay {
  background-color: #0006;
}

.blog-hero__feature:hover {
  transition: transform 180ms ease;
}

.single:not(.single-location):not(.single-use-case) img {
  width: auto;
  max-width: 100%;
}

.single-post .blog-item-box img{
  width: 100%!important;
  max-width: 100%;
}

.single img.alignright {
  float: right;
  margin: 0 0 1em 1em
}

.single img.alignleft {
  float: left;
  margin: 0 1em 1em 0
}

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

.blog-pagination .blog-page{
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-size: 1.125rem; 
  font-weight: 600;    
  text-decoration: none;
  transition: all 200ms ease;
  cursor: pointer;
  color: rgba(17, 24, 39, 0.6); 
}

.blog-pagination .blog-page:hover{
  color: var(--bs-primary);
}

.blog-pagination .blog-page--current{
  border: 2px solid var(--bs-primary);
  color: var(--bs-secondary);
  cursor: default;
}

.blog-pagination .blog-page--dots{
  cursor: default;
  color: rgba(17, 24, 39, 0.6);
}


/*TIMELINE*/
.ef-timeline{
  --ef-timeline-bg:#2E4F6E;
  position:relative;
  display:flex;
  flex-direction:column;
  gap:6rem;
}

.ef-timeline::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:1.5rem;
  width:2px;
  background:linear-gradient(
    to bottom,
    rgba(255,255,255,.5) 0%,
    rgba(255,255,255,.5) 82%,
    rgba(255,255,255,0) 100%
  );
  pointer-events:none;
  z-index:0;
}

.ef-timeline__item{
  position:relative;
  display:flex;
  flex-direction:column-reverse;
  gap:1.5rem;
  padding-left:4rem;
}

.ef-timeline__media{
  width:100%;
  display:flex;
  justify-content:flex-start;
}

.ef-timeline__img{
  width:100%;
  aspect-ratio:16/9;
  border-radius:1.25rem;
  background-size:cover;
  background-position:center;
}

.ef-timeline__content{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:1rem;
  position:relative;
  z-index:1;
}

.ef-timeline__title{
  color:#fff;
  font-weight:600;
  font-size:2.25rem;
  line-height:1.11111;
}

.ef-timeline__num{
  display:inline-block;
  font-weight:600;
  color:var(--bs-primary);
  font-size:1.25rem;
  line-height:1.4;
  margin-top: -8px;
}

.ef-timeline__dot{
  position:absolute;
  left:1.5rem;
  transform:translateX(-50%);
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--bs-primary);
  z-index:2;
  pointer-events:none;
}

.ef-timeline__dot.is-first{
  width:28px;
  height:28px;
  border:1px solid var(--bs-primary);
  background:transparent;
}

.ef-timeline__dot.is-first::after{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:999px;
  background:linear-gradient(to bottom, var(--bs-primary), var(--bs-tertiary));
}

.ef-timeline__item:first-child .ef-timeline__dot.is-first{
  background:var(--ef-timeline-bg);
  box-shadow:0 0 0 10px var(--ef-timeline-bg);
}
	
@media (max-width:767.98px){
  .ef-timeline::before{ display:none; }
  .ef-timeline__dot{ display:none; }
  .ef-timeline__item{ padding-left:0; }
}

@media (min-width:768px){
  .ef-timeline::before{
    left:50%;
    transform:translateX(-50%);
  }

  .ef-timeline__item{
    flex-direction:row;
    gap:4rem;
    padding-left:0;
  }

  .ef-timeline__item.is-reverse{
    flex-direction:row-reverse;
  }

  .ef-timeline__media,
  .ef-timeline__content{
    width:50%;
  }

  .ef-timeline__item.is-reverse .ef-timeline__media{
    justify-content:flex-end;
  }

  .ef-timeline__item.is-reverse .ef-timeline__content{
    text-align:right;
    align-items:flex-end;
  }

  .ef-timeline__img{
    width:80%;
  }

  .ef-timeline__dot{
    left:50%;
  }

  .ef-timeline__item:first-child .ef-timeline__num{
    margin-top:.10rem;
  }
}


/*USE CASES*/
.numbers-block .card-title {
  line-height: 1;
  font-size: 3.25rem;
  font-weight: 700;
  color: #2c4e70;
  white-space: nowrap;
}

.numbers-block .card-content.mt-3 {
  margin-top: 0px !important;
}

.numbers-block .card-content p {
  font-size: 1rem;
  font-weight: 600;
}

.numbers-block .sidebyside-card {
  background-color: #fff !important;
}

.numbers-block .card .icon img {
  width: 53px;
  height: 53px;
}

.case-card .card-img {
  width: 30px;
}

.spotlight {
  min-width: 200px;
  max-width: 250px;
  width: 100%;
}

.checklist .card .d-flex.align-items-center,
.xlist .card .d-flex.align-items-center {
  align-items: flex-start !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  padding-left: 10px !important;
  margin-left: -7px;
}

.checklist h3.card-title,
.xlist h3.card-title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500 !important;
  line-height: 2.0rem;
}

.checklist .card .icon {
  width: 46px !important;
  height: 35px !important;
  margin-right: 0px !important;
}

.checklist .row.justify-content-center,
.xlist .row.justify-content-center {
  justify-content: flex-start !important;
}

.checklist .card .d-flex.p-3,
.xlist .card .d-flex.p-3 {
  padding: 0px !important;
}

.xlist .card .icon {
  width: 25px !important;
  height: 32px !important;
  margin-right: 0px !important;
}

.checklist .card .icon img {
  width: 35px !important;
  height: 35px !important;
}

.xlist .card .icon img {
  width: 15px !important;
  height: 20px !important;
}

.xlist .card.sidebyside-card {
  margin-bottom: 0px !important;
}

.list-numbered {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  counter-reset: item;
}

.list-numbered>li {
  counter-increment: item;
  display: flex;
  gap: .7rem;
  align-items: flex-start;
}

.list-numbered>li::before {
  content: counter(item, decimal-leading-zero) " ";
  color: var(--bs-primary);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  flex: 0 0 auto;
}

.calc-accord .accordion-item {
  border-radius: 12px !important;
}

.calc-accord .accordion-button {
  position: relative;
  background-color: #2c4e70;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  justify-content: center;
  text-align: center;
  white-space: normal;
  padding-left: 2rem;
  padding-right: 2rem;
}

.calc-accord .accordion-button.collapsed {
  background-color: #F3F5F7;
  color: #2c4e70;
}

.calc-accord .accordion-button:hover {
  background-color: #2c4e70;
}

.calc-accord .accordion-button::after {
  margin: 0 !important;
  position: absolute;
  right: 18px;
}

.calc-accord .accordion-body {
  background-color: #E9EDF0;
  padding: 35px 20px 25px;
  font-size: 14px;
  line-height: 20px;
}

.calc-accord .accordion-body li {
  font-size: 15px;
  line-height: 21px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #0000001a;
}

.calc-accord .accordion-body li:first-child {
  padding-top: 0px;
}

.calc-accord .accordion-body li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.blue-calc-form .blue-form-section {
  padding-left: 15px;
  padding-right: 15px;
}

.blue-calc-form .blue-form-section .col-12 {
  background: #2C4E70;
  padding: 40px 35px 40px;
  color: #fff;
  border-radius: 12px;
}

.blue-calc-form .blue-form-section h2,
.blue-calc-form .blue-form-section p {
  color: #fff;
}

.blue-calc-form .blue-form-section h2 {
  margin-bottom: 15px;
}

.blue-calc-form .blue-form-section form .gform-footer {
  justify-content: center;
  padding-top: 10px;
}

.blue-calc-form .blue-form-section form {
  text-align: left;
  padding-top: 10px;
}

.blue-calc-form .blue-form-section form p,
.blue-calc-form .blue-form-section form label,
.blue-calc-form .blue-form-section form .gfield_label,
.blue-calc-form .blue-form-section form .gfield--type-html {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.blurb-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-top: 200px;
}

.blurb-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 28px;
  border-radius: 16px;
  margin: 40px;
  width: calc(100% - 48px);
  display: flex;
  flex-direction: column;
}

.blurb-content h3 {
  color: #2c4e70;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.blurb-content .blurb-text {
  background: #f3f5f7;
  padding: 18px;
  border-radius: 14px;
  flex: 0 0 auto;
}

.two-col-blurbs .row.g-4>[class*="col-"] {
  display: flex;
}

.two-col-blurbs .row.g-4>[class*="col-"]>a {
  display: flex;
  width: 100%;
}

.two-col-blurbs .row.g-4>[class*="col-"]>a>.blurb-card {
  width: 100%;
}

@media (max-width:991.98px) {
  .blurb-card {
    padding-top: 150px;
  }
}

.process-accord #twoColumnAccordion {
  --pa-step-w: 2.05rem;
  --pa-icon-w: 54px;
  --pa-gap: 14px;
  --pa-indent: calc(var(--pa-step-w) + var(--pa-icon-w) + (var(--pa-gap) * 2) - 10px)
}

.process-accord .content-text:last-child {
  padding-top: 0px !important;
}

.process-accord #twoColumnAccordion.accordion .accordion-item {
  background: transparent !important;
  border: 0 !important;
}

.process-accord #twoColumnAccordion.accordion .accordion-collapse {
  border-left: 0px !important;
  position: relative;
}

.process-accord #twoColumnAccordion .accordion-button {
  background: transparent !important;
  box-shadow: none !important;
  border-left: 0px !important;

  font-size: 21px !important;
  line-height: 28px !important;
  margin-top: 0px;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  padding-right: 1.25rem !important;

  font-weight: 500;
  position: relative;
  background-image: none !important;
  border-bottom: 0 !important;
}

.process-accord #twoColumnAccordion .accordion-button.collapsed {
  color: #fff !important;
}

.process-accord #twoColumnAccordion .accordion-button {
  color: #f07a22 !important;
}

.process-accord #twoColumnAccordion .accordion-button::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: #ffffff40;
  opacity: 0;
}

.process-accord #twoColumnAccordion .accordion-button.collapsed::before {
  opacity: 1;
}

.process-accord #twoColumnAccordion .accordion-collapse::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  pointer-events: none;

  background-image:
    linear-gradient(90deg,
      #f07a22 0%,
      #f07a22 30%,
      #fcc449 30%,
      #fcc449 45%,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 0) 100%),
    linear-gradient(#ffffff40, #ffffff40);

  background-repeat: no-repeat;
  background-position: left bottom, left bottom;
  background-size: 0% 100%, 100% 100%;
  opacity: 0;
}

.process-accord #twoColumnAccordion .accordion-collapse.show::after {
  opacity: 1;
  animation: process-accord-line-fill 450ms ease-out forwards;
}

@keyframes process-accord-line-fill {
  to {
    background-size: 100% 100%, 100% 100%;
  }
}

.process-accord #twoColumnAccordion .accordion-button::after {
  content: "" !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;

  background-image: var(--bs-accordion-btn-icon) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: .938rem 1.10rem !important;

  width: .938rem !important;
  height: 1.10rem !important;
  margin-left: auto !important;

  transform: rotate(0deg) !important;
  filter: brightness(0) invert(1) !important;

  border: 0 !important;
  background-color: transparent !important;
}

.process-accord #twoColumnAccordion .accordion-button:not(.collapsed) {
  padding-bottom: 0px !important;
}

.process-accord #twoColumnAccordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon) !important;
  transform: rotate(180deg) !important;
  filter: none !important;

  background-color: #f07a22 !important;
  -webkit-mask-image: var(--bs-accordion-btn-icon) !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  -webkit-mask-size: 1.125rem 1.125rem !important;
  mask-image: var(--bs-accordion-btn-icon) !important;
  mask-repeat: no-repeat !important;
  mask-position: center !important;
  mask-size: 1.125rem 1.125rem !important;
  background-image: none !important;
}

.process-accord #twoColumnAccordion.accordion .accordion-body {
  padding-top: 0px;
  padding-bottom: 20px;
}

.process-accord #twoColumnAccordion.accordion .accordion-body p {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 24px !important;
  margin-bottom: 0px;
}

.process-accord #twoColumnAccordion .process-accord__btn {
  display: flex;
  align-items: center;
  gap: var(--pa-gap);
  width: 100%;
}

.process-accord #twoColumnAccordion .process-accord__left {
  display: flex;
  align-items: center;
  gap: 0px;
  flex: 0 0 auto;
}

.process-accord #twoColumnAccordion .process-accord__step {
  color: #fff !important;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
  flex: 0 0 auto;
  width: var(--pa-step-w);
}

.process-accord #twoColumnAccordion .process-accord__icon {
  width: var(--pa-icon-w);
  height: var(--pa-icon-w);
  border-radius: 999px;
  background: linear-gradient(180deg, #fcc449 0%, #f07a22 100%);
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.process-accord #twoColumnAccordion .process-accord__icon-inner {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #2b4f6a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.process-accord #twoColumnAccordion .process-accord__icon-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.process-accord #twoColumnAccordion .process-accord__title {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.process-accord #twoColumnAccordion .process-accord__spacer {
  flex: 0 0 auto;
  width: calc(2.2ch + 14px + 54px + 14px);
}

.process-accord #twoColumnAccordion .process-accord__body {
  flex: 1 1 auto;
  margin-left: var(--pa-indent);
  min-width: 0;
}

.process-accord .row.contained {
  position: relative;
  overflow: hidden;
  background-size: min(700px, 100%) auto;
  background-position: -100px 350px !important;
}

.process-accord.how-works .row.contained {
  background-position: -100px 200px !important;
}

.process-accord .row.contained::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(44, 78, 112, .65);
  pointer-events: none;
  z-index: 0;
}

.process-accord .row.contained>* {
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .process-accord .row.contained {
    background-position: -100px 60vh !important;
  }

  .process-accord.how-works .row.contained {
    background-position: -100px 45vh !important;
  }
}

@media (max-width: 800px) {
  .process-accord .row.contained {
    background-position: -100px 50vh !important;
  }

  .process-accord.how-works .row.contained {
    background-position: -100px 45vh !important;
  }
}

@media (max-width: 600px) {
  .process-accord .row.contained {
    background-position: -100px 150vh !important;
  }

  .process-accord.how-works .row.contained {
    background-position: -100px 120vh !important;
  }

  .process-accord #twoColumnAccordion .process-accord__btn {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .process-accord #twoColumnAccordion .process-accord__left {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .process-accord #twoColumnAccordion .process-accord__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .process-accord #twoColumnAccordion .process-accord__title {
    flex: 1 1 auto;
    min-width: 0;
  }

  .process-accord #twoColumnAccordion .process-accord__caret {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .process-accord #twoColumnAccordion .process-accord__body {
    padding-top: 10px;
    margin-left: 0 !important;
  }
}


.gform_required_legend {
  display: none;
}

/* PAGINATION */
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
  color: #5f5f5f;
  text-decoration: none;
}

.pagination li {
  display: inline;
  margin-right: 5px;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
  background-color: #F4F4F4;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.pagination li.disabled {
  background: transparent;
}

.pagination li a:hover,
.pagination li.active a {
  background-color: #f07a22;
  color: #000;
  font-weight: 500;
}

.pagination li a:first-child,
.pagination li a:last-child {
  position: relative;
  display: block;
  font-size: 1rem;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}


/* Footer */

#footer {
  background-color: var(--bs-secondary) !important;
  background-image: none !important;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

#footer a {
  transition: opacity .2s ease;
}

#footer .footer-label {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
}

#footer .footer-heading,
#footer .footer-quick-links h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  margin-bottom: 1.2rem;
}

#footer .footer-list {
  padding: 0;
  margin: 0;
}

#footer .footer-link,
#footer .footer-quick-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  transition: opacity .2s ease;
}

#footer .footer-link:hover,
#footer .footer-quick-links a:hover {
  color: #fff;
  opacity: .85;
}

#footer .social-media {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--bs-primary);
  transition: opacity .2s ease;
}

#footer .social-media:hover {
  opacity: .9;
}

#footer .social-media svg {
  width: 18px;
  height: 18px;
  margin: 0;
  fill: #fff;
}

#footer .footer-contact-link {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

#footer .footer-contact-link:hover {
  color: #fff;
  opacity: .9;
}

#footer .footer-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--bs-primary);
}

#footer .footer-address,
#footer .footer-address p {
  white-space: pre-line;
  color: #fff;
  line-height: 14px;
}

#footer .change-office {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}

#footer .change-office:hover {
  color: var(--bs-primary);
  opacity: .9;
}

#footer .accreditations img {
  opacity: .5;
}

#footer .copyright-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 1em 0;
  border-top: 1px solid rgba(255, 255, 255, .25);
}

#footer .copyright-text {
  color: #a8a6a7;
  font-size: 12px;
  line-height: 18px;
}

#footer .copyright-link a {
  color: #a8a6a7;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
}

#footer .copyright-link a:hover {
  color: #fff;
}

.hl-1 {
  content: ' ';
  width: 1px;
  height: 0.875em;
  background: #000;
}

.social-media {
  background: #ffffff05;
  border-radius: 10px;
  padding: 16px;
  margin: 0 10px 0 0;
}

.social-media:hover {
  background: #ffffff10;
}

.social-media a {
  width: 100%;
  height: 100%;
}

.social-media svg {
  height: 24px;
  margin: 0 auto;
  color: #fff;
  fill: #fff;
}

.social-media a:hover svg {
  color: #fff;
  fill: #fff;
}

.footer-quick-links {}

.no-shadow {
  box-shadow: unset !important;
}

img.img-rounded {
  border-radius: 1.5em;
}

.gform_wrapper .gform_fields {
  row-gap: 20px !important;
  column-gap: 12px !important;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  border: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px !important;
  height: 51px !important;
  color:var(--bs-secondary) !important;
}

.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  display: inline-flex;
  align-items: center;
}

.gform_wrapper .gform_footer input.gform_button,
.gform_wrapper .gform_page_footer input.gform_button {
  padding-right: 2.8rem !important;
}

.gform_wrapper .gform_footer::after,
.gform_wrapper .gform_page_footer::after {
  content: "";
  margin-left: -2.8rem;
  width: 14px;
  height: 14px;
  pointer-events: none;
  transform: rotate(-45deg);
  transform-origin: center;

  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z'/%3E%3C/svg%3E");
}


/* solution tabs */
.nav-pills .nav-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.nav-pills .nav-link {
  background: #F8F8F8;
  border: 2px solid #F8F8F8;
  color: #000 !important;
  font-weight: 400;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #f07a22;
  border: 2px solid #F8F8F8;
  font-weight: 700;
}


/* PRICING TABLE */

.swiper-pricing .swiper-slide {
  height: auto;
}

.price-table {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  border: 1px solid #fff;
  position: relative;
}

.price-table.popular {
  border: 2px solid #f07a22;
  background: linear-gradient(45deg, rgba(36, 182, 224, 0) 80%, rgba(36, 182, 224, .3) 100%)
}

.popular-tag {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translatex(-50%);
  background: #f07a22;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  padding: 5px 20px;
}

.price-table h4 {
  font-size: 24px;
}

.price-table .price {
  font-size: 50px;
  font-weight: 600;
}

.price-table .price>span {
  font-size: 20px;
}

.price-table .list-group {
  border: 0;
}

.price-table .list-group .list-group-item {
  border: 0;
  position: relative;
  padding-left: 25px;
}

.price-table .list-group .list-group-item:before {
  content: '';
  position: absolute;
  background: url(/wp-content/themes/exitfactor/images/checkmark-green.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 15px;
  width: 15px;
  height: 15px;
  display: block;
}

/* EVENTS */

/* REGIONAL */
.regional_gallery {}

.regional_gallery .image-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-height: 330px;
}

.regional_gallery .image-container img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;

}

/* LOCATIONS GENERAL*/
/* Locations Hero */
.ef-loc-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  padding-top: calc(var(--ef-notice-offset, 0px) + 130px);
  padding-bottom: 120px;
  color: #fff;
}

.ef-loc-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.ef-loc-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(44, 78, 112, 0.65);
  z-index: 1;
}

.ef-loc-hero__content {
  position: relative;
  z-index: 3;
}

.ef-loc-hero__content h1,
.ef-loc-hero__content p {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .25);
}

/* wave/curl */
.ef-loc-hero__wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  z-index: 4;
}

@media (max-width: 991px) {
  .ef-loc-hero {
    padding-top: calc(var(--ef-notice-offset, 0px) + 110px);
    padding-bottom: 90px;
    min-height: 550px;
  }
}

@media (max-width: 576px) {
  .ef-loc-hero__wave {
    height: 60px;
  }

  .ef-loc-hero {
    min-height: 500px;
  }
}

@media (max-width: 480px) {
  .ef-loc-hero__wave {
    height: 40px;
  }
}

.ef-loc-hero__wave-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202249%2040%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0%2C40%20L0%2C20.8%20Q468.5416666666667%2C59.2%20937.0833333333334%2C35.2%20Q1405.625%2C-3.1999999999999993%201874.1666666666667%2C20.8%20L2249%2C40%20Z%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.3%22%2F%3E%0A%3Cpath%20d%3D%22M0%2C40%20L0%2C22.6%20Q468.5416666666667%2C51.4%20937.0833333333334%2C33.4%20Q1405.625%2C4.600000000000001%201874.1666666666667%2C22.6%20L2249%2C40%20Z%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.6%22%2F%3E%0A%3Cpath%20d%3D%22M0%2C40%20L0%2C24.4%20Q468.5416666666667%2C43.6%20937.0833333333334%2C31.6%20Q1405.625%2C12.399999999999999%201874.1666666666667%2C24.4%20L2249%2C40%20Z%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%221%22%2F%3E%0A%3C%2Fsvg%3E");
}


.user-location-pin {
  width: 30px;
  height: 30px;
}

.badge.comingsoon {
  font-size: 14px;
  color: #000 !important;
}

.badge.closed {
  font-size: 14px;
  color: #fff !important;
}


.location-overview .location-cards .col-12:last-child {
  margin-bottom: 0 !important;
}

.location-cards .location-card h3.card-title {
  font-size: 3rem;
}

.location-cards .location-card h3.card-title span {
  font-size: 1.1rem;
  color: #000 !important;
}

/* LOCATION PAGE */
#locationSearch {
  background: #fff;
  border: none;
  padding: .25rem 2.5rem .25rem 1.0rem !important;
  color: #26292d;
  font-weight: 400;
  border-radius: 50px !important;
  margin-bottom: 20px;
}

#locationSearch gmp-place-autocomplete,
#locationSearch gmp-place-autocomplete:focus {
  border: 0px !important;
}

#locationSearch .widget-container,
#locationSearch .input-container,
#locationSearch .focus-ring,
#locationSearch input {
  background-color: #fff !important;
}

.location-search-wrap{
  display: grid !important;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  align-items: end;
}

.location-search-wrap > p{
  grid-column: 1 / -1;
}

.location-search-wrap #locationSearch{
  grid-column: 1 / 2;
  width: 100%;
}

.location-search-wrap > a.btn{
  grid-column: 2 / 3;
  margin-left: 0 !important;
  white-space: nowrap;
}

.location-search-wrap gmp-place-autocomplete{
  display: block;
  width: auto;      
  max-width: 100%;
}

.location-search-wrap gmp-place-autocomplete::part(input){
  width: 100%;
  min-height: 28px;
  padding: .75rem 1rem;
  border-radius: .375rem;
}

.location-search-wrap > a.btn{
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: translate;
}

@media (max-width: 767px) {
	.location-search-wrap > a.btn {
		grid-column: 1;
		justify-self: center;
	}
}

/* form only for solutions */
#locationsFormList {
  overflow-y: hidden;
  opacity: 0;
  height: 0;
  transition: all .3s ease-in-out;
}

#locationsFormList.visible {
  opacity: 1;
  overflow-y: scroll;
  height: 50vh;
  /* or 400px if you prefer */
}

/* end form only for solutions */

#locationsList {
  height: 50vh !important;
  min-height: 500px;
  overflow-y: scroll;
}

.location-list-card {}

.location-list-card .location_image {
  overflow: hidden;
  display: block;
  height: 100%;
  max-height: 230px;
}

.location-list-card .location_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

#MapAreaLocations {
  width: 100%;
  height: 50vh !important;
  min-height: 500px;
}

#sectionMap {
  width: 100%;
  min-height: 500px;
}

#MapAreaLocations,
#sectionMap {
  border-radius: 12px;
  overflow: hidden;
}

.locationPin {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 60px;
  justify-content: center;
  padding: 4px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}

.locationPin .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}

.locationPin .icon img {
  height: 40px;
  width: auto;
}

.locationPin .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

.locationPin .address {
  color: #9E9E9E;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}


/*
 * Property styles in highlighted state.
 */
.locationPin.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  height: 200px;
  padding: 8px 15px;
  width: auto;
}

.locationPin.highlight::after {
  border-top: 9px solid #FFFFFF;
}

.locationPin.highlight .details {
  display: flex;
}

.locationPin.highlight .icon {
  display: none;
}

.locationPin.highlight .icon img {
  width: 50px;
  height: 50px;
}


body.single-location #MapAreaLocations {
  height: 300px !important;
}

#locationsList .content-image {
  overflow: hidden;
}

#locationsList .content-image a {
  display: block;
  width: 100%;
  height: 100%;
}

#locationsList a {
  text-decoration: none;
}

#locationsList a h3 {
  text-decoration: none;
  color: var(--bs-secondary);
  font-size: 21px;
  line-height: 34px;
}

#locationsList svg {
  width: 18px;
  height: 18px
}

#locationsList .content-image a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.list-view {
  font-weight: 600;
  margin-top: .5rem;
}

.list-view svg {
  height: 1rem;
  margin-right: .2rem;
}

@media (max-width: 767px) {
  .search-bar .bg-blue.p-5 {
	padding: 2rem !important;	
  }
}


#AllLocationsList h1 {
  font-size: 40px;
}

#locationContent h2 {
  font-size: 30px;
  padding-left: 10px;
  border-left: 2px solid #f07a22;
}

#locationContent .location-card .content-image {
  overflow: hidden;
}

#locationContent .location-card .content-image img {
  transition: 1s all ease-in-out;
  max-height: 220px;
  width: 100%;
  object-fit: cover;
}

#locationContent .location-card:hover .content-image img {
  transform: scale(1.1);
}

#locationContent .location-card h3 {
  font-size: 18px;
  line-height: 1;
}

#locationContent .location-card h3 a {
  color: #000;
  text-decoration: none;
  transition: .3s all ease-in-out;
}

#locationContent .location-card h3 a:hover {
  color: #000;
}

/* LOCATION MICROSITES */

.breadcrumbs-area,
.breadcrumbs-area a {
  font-size: 16px;
  color: #454545;
  text-decoration: none;
}

.location-meta {
  row-gap: 1rem;
}

.location-meta>div {
  border-right: 1px solid #f0f0f0;
}

.location-meta>div:last-child {
  border: 0;
}

.socials>.social {
  width: 1.5rem;
  margin-right: 10px;
}

.location-contact-buttons .phone {
  position: relative;
  padding-left: 30px;
  transition: .3s all ease-in-out;
}

@media screen and (max-width: 1390px) {
  .location-contact-buttons .phone {
    position: relative;
    padding-left: 25px;
    height: 2.5rem;
    width: 2.5rem;
  }

  .location-contact-buttons .phone span {
    display: none;
  }
}

.location-contact-buttons .phone:before {
  content: '';
  background: url(/wp-content/themes/exitfactor/images/icon-phone.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: .1s all ease-in-out;
}

.location-contact-buttons .phone:hover:before {
  filter: brightness(1000);
}

.location-gallery {
  position: relative;
}

.location-gallery .view-photos {
  /*position: absolute;
    bottom: 70px;
    right: 40px;
    width: 170px;*/
  position: relative;
  width: 170px;

}

.swiper.gallery img {
  max-height: 800px;
}

.swiper.gallery .swiper-button-next,
.swiper.gallery .swiper-button-prev {
  background: #f07a22;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.location-gallery,
.location-gallery-small {}

.location-gallery .content-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.location-gallery .main-image {
  height: 470px;
}

.location-gallery .custom-side {
  height: 223px;
}

.location-gallery-small>.col-12 {
  height: calc(100% / 2);
  overflow: hidden;
}

#galleryModal .btn-close {
  padding: 15px 30px !important;
  position: relative;
  opacity: 1;
  top: 0 !important;
  left: 0;
  right: 0;
  margin-top: 7px !important;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  border: none;
  border-radius: 0 !important;
  background-color: #f07a22;
}


.location-meet-team .content-image {
  width: 100%;
  height: 110px;
  overflow: hidden;
  border-radius: 1rem;
  max-width: 150px;
}

.location-meet-team .content-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/* TEAM SECTION */
.team-card-panel{
  --team-expanded: 250px;
  --team-collapsed: 95px;

  background: rgba(255,255,255,0.9);
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  height: var(--team-collapsed);
  transition: height .4s ease;
}

@media (min-width: 768px){
  .team-card-panel{ --team-expanded: 300px; }
}

.team-card.card:hover .team-card-panel{
  height: var(--team-expanded);
}

.team-card-head{
  text-align: center;
  padding: 1rem 1rem .75rem 1rem;
  flex: 0 0 auto;
}

.team-card-name{ 
  margin:0 !important; 
  font-size: 1.5rem;
  line-height: 1.33333;
}
.team-card-position{ margin:0; }

.team-card-extended{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  padding: 0 1rem 1rem 1rem;

  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}

.team-card.card:hover .team-card-extended{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.team-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: .75rem;
}

.team-contact a {
  text-decoration: none;
}

.team-contact a:hover{ opacity: 9; }

.team-icon svg{
  width: 16px;
  height: 16px;
  display: block;
  color: var(--bs-primary);
}

.team-line{
  display: flex;
  align-items: center;
  gap: .5rem;
}

.team-bio{
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  font-size: 1.125rem;
  line-height: 1.6;
}

.team-card.card .card-img{
  height: 486px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

@keyframes opacity-pulse{
  0%   { opacity: 1; }
  50%  { opacity: .75; }
  100% { opacity: 1; }
}

.team-card.card:hover .card-img{
  animation: opacity-pulse .6s ease-in-out;
}

.team-card.card.bg-img-card{
  background:#fff !important;
}


.card-review .show-more-btn {
  font-weight: 700;
  padding: 8px 0;
  color: #000;
}

.card-spaces {}

.card-spaces .card_image {
  width: 100%;
  height: 100%;
  max-height: 300px;
  overflow: hidden;

}

.card-spaces .card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.card-spaces .card-title {
  font-size: 18px;
}

.card-spaces .pricing {
  font-size: 18px;
  font-weight: 500;
  background: #FDDA1430;
  padding: 10px 15px;
  border-right: 2px solid #f07a22;
}

.location-perks {}


.business-work .content-image img {
  max-width: 120px !important;
}

.business-work .swiper {
  padding-bottom: 50px !important;
}

.business-work .swiper-horizontal>.swiper-pagination-bullets,
.business-work .swiper-pagination-bullets.swiper-pagination-horizontal,
.business-work .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-navigation {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
  width: 80px;
  height: 40px;
  background: #000;
  border-radius: 8px;
  transition: .3s all ease-in-out;
}

.swiper-navigation .swiper-button-next:hover,
.swiper-navigation .swiper-button-prev:hover {
  background: #f07a22;
}

.swiper-navigation .swiper-button-prev {
  margin-right: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 20px;
  transition: .3s all ease-in-out;
}

.swiper-button-next:after {
  background: url(/wp-content/themes/exitfactor/images/arrow-next-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev:after {
  background: url(/wp-content/themes/exitfactor/images/arrow-prev-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  filter: invert(1);
}


.location-section {}

.location-pin {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/exitfactor/images/location-pin.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

#MapAreaLocations {
  height: 300px;
}


.benefits .card img {
  width: 48px;
  height: 48px;
}

.focus {}

.focus .card-focus {
  border: 0;
  border-left: 3px solid #FED915;
}

.quick-amenity {
  background-color: #F0FCFF;
  padding: 4px 10px;
  font-size: 14px;
}


.location-link {
  color: #5f5f5f;
  text-decoration: none;
}

.location-link:hover {
  color: #0577A8;
}

#ContactFormArea .floating-contact {
  border: 1px solid #dee2e6;
  border-radius: 0;
  background: #F9F9F9;
}

#ContactFormArea .floating-contact.sticky-top {
  top: 12em;
  z-index: 10;


}


/* EVENTS */

.event-card {}

.event-card .card-body h3 {
  line-height: 1;
}

.event-card .card-body h3 a {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}


/* SOLUTIONS */

.solution-nav {}

.solution-nav.solution-nav.nav-pills .nav-link {
  background: transparent;
}

.solution-nav.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #f07a22;
  color: #000;
}

.solution-gallery-swiper {}

.solution-gallery-swiper .swiper-slide:nth-child(even) {
  margin-top: 40px;
}

.solution-card {}

.solution-card .content-image {
  overflow: hidden;
  position: relative;
  height: 50%;
  max-height: 160px;
}

.solution-card .content-image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.solution-card h3.card-title {
  font-size: 24px;
}

.solution-card .pricing {
  font-size: 14px;
}

.solution-card .pricing>div {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 768px) {
  .solution-card h3.card-title {
    font-size: 18px;
  }

  .solution-card .pricing {
    font-size: 14px;
  }

  .solution-card .pricing>div {
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }
}

.solution-card .solution-buttons {}

.solution-card .solution-buttons .btn {
  margin-bottom: 10px;
}

/* NEW SOLUTIONS */

.ef-solutions-block {
  /* background-color: #f6f8fb; */
}

.ef-solutions-intro p:last-child {
  margin-bottom: 0;
}

.ef-solution-wrap {
  background: #f2f4f7;
  border-radius: 22px;
  padding: 18px;
  height: 100%;
}

.ef-solution-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(16, 24, 40, 0.08);
  border: 0;
}

.ef-solution-top {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  border-bottom: 6px solid #f08a24;
  font-size: 1.125rem;
  line-height: 1.5;
}

.ef-solution-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 32px;
}

.ef-variant-blue {
  background: #2a4b6b;
}

.ef-variant-orange {
  background: linear-gradient(180deg, #f08a24 0%, #f7b63a 100%);
}

.ef-variant-yellow {
  background: #f6c24e;
}

.ef-solution-badge {
  text-transform: none;
  opacity: 0.95;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ef-solution-badge.is-empty {
  visibility: hidden;
}

.ef-solution-badge svg {
  margin: 0 6px;
  height: 14px;
  width: 16px;
}

.ef-solution-body {
  padding: 18px 22px 10px;
}

.ef-solution-point {
  margin-top: 14px;
}

.ef-solution-label {
  color: #f08a24;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 4px;
}

.ef-solution-value {
  color: #0f172a;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  max-width: 225px;
  margin: auto;
}

.ef-solution-divider {
  margin: 18px auto 14px;
  width: 70%;
  opacity: 0.25;
}

.ef-solution-includes-title {
  margin-bottom: 10px;
  color: #6b7280;
}

.ef-solution-includes {
  margin: 0 auto;
  max-width: 225px;
  text-align: left;
}

.ef-solution-includes li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #111827;
  line-height: 1.35;
}

.ef-solution-includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f08a24;
  font-weight: 900;
}

.ef-solution-footer {
  padding: 16px 22px 22px;
}

.ef-solutions-cta {
  border-radius: 999px;
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.ef-solutions-nav {
  position: relative;
  margin-top: 18px;
  height: 44px;
}

.ef-solutions-prev,
.ef-solutions-next {
  color: #2a4b6b;
}

.ef-solutions-prev::after,
.ef-solutions-next::after {
  font-size: 18px;
  font-weight: 700;
}


/* SPECIAL 2-COL SECTION */
.logo-featured-podcast{
  overflow-x: hidden;
}

.logo-featured-podcast .logo-bs-row-fix.row{
  display:flex !important;
  flex-wrap:wrap !important;
}

@media (min-width: 992px){
  .logo-featured-podcast .logo-two-col::after{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:1px;
    transform: translateX(-0.5px);
    background: rgba(0,0,0,.12);
    pointer-events:none;
  }
}

.logo-featured-podcast .logo-card{
  box-sizing: border-box !important;

  width: 100% !important;         
  max-width: 345px !important;   
  height: 145px !important;       

  background: #f1f1f1 !important; 
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: hidden !important;
  text-decoration: none !important;
}

.logo-featured-podcast .logo-card__img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;

  display:block !important;

  max-width: 100% !important;
  max-height: 100% !important;

  position: relative !important; 
}


/* Custom CSS */
.rounded-vid iframe {
	border-radius: 1.5rem;
}
.key-takes .row .content-text .col-md-10 {
	width: 100%!important;
}
.key-takes .card .card-title {
	line-height: 1.6;
	font-size: 1.125rem;
    font-weight: 400;
}
.key-takes .contained .row .col-12.order-1 {
	background-color: #ffffff1a;
	border-radius: 1.5rem;
}
.key-takes .contained .row .col-12.order-1 .content-text {
	padding: 2.5rem;
}
.gfield_required_asterisk {
	color: var(--ef-orange) !important;
}
.gform_wrapper .gform-loader,
.gform_validation_errors {
	display: none !important;
}
.gfield_description {
	color:#f5f5f5 !important;
}
.gfield_validation_message {
	color: var(--bs-primary) !important;
}
.gform_wrapper .gform_footer{
  flex-wrap:wrap;
}

.body-text-dark .body-regular p {
  color: #26292d;
}

.mw-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.mw-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.mw-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.h-200 { height:200px; }
.small-img .content-image img { height:280px !important; }

.large-head-text h2 {
  font-size: 4rem;
  line-height: 5.5rem;
}

.large-head-text-lh h2 {
  line-height: 4.5rem;
}

.small-head h2 {
  color:var(--bs-primary);
  font-size: 1.5rem;
  line-height: 1.33333;
  padding-bottom: 20px;
}

.large-text p {
  font-size: 3.375rem;
  line-height: 1.3;
}

.large-text-2 p {
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 400;
}

.large-text-3 {
  font-size: 1.125rem;
  line-height: 1.55556;
  font-weight: 400;
}

.vlarge-title h2 {
  font-size: 11rem;
  line-height: 1;
  font-weight: 200;
}

.head-mt-5 h2,
.head-mt-5 h3 {
  margin-top: 2rem;
}

.circle-bg-img .col-12 .col-12.order-2 {
  justify-items: center;	
}

.circle-bg-img .content-image {
  border-radius: 9999px;
  background-color: #fcc449;
  width: 500px;
  height: 500px;
  align-items: center;
}

.circle-bg-img .content-image img {
  max-width: 500px;
  height: auto;
  object-fit: contain;
}

.no-overlay.hero:before, .no-overlay.hero-overlay:before {
  display: none;
}

.no-overlay.hero h1 {
  color:#26292d;
}

#calculator h2 {
  font-size: 3.0rem;
  line-height: 1;
}

#calculator h3 {
  font-size: 1.875rem;
  line-height: 1.2;
}

.px-4b {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.no-border,
.no-border .card {
  border: 0px !important;
}

.black-h3 h3 {
  color: #000;
}

.blue-h3 h3 {
  color: #2c4e70;
}

.blue-abstract-bg {
  position: relative;
  background-color: #2c4e70;
  background-image: url("/wp-content/uploads/2025/12/abstract-technology.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  border-radius: 18px;
  overflow: hidden;
}

.vector-bg .bg-layer {
  position: relative;
  background-size: 300px !important;
  border-radius: 1.5rem;
}

.blue-abstract-bg::before,
.vector-bg .bg-layer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(44, 78, 112, .85);
  pointer-events: none;
  border-radius: 1.5rem;
}

.blue-abstract-bg>*,
.vector-bg .bg-layer>*{
  position: relative;
  z-index: 1;
}

.blue-abs-media {
  height: 442px;
  max-height: 442px;
}

.blue-abs-img {
  object-fit: cover;
  height: 100%;
  max-height: 442px;
  border-radius: 18px;
}

@media (max-width: 767.98px) {
  .circle-bg-img .content-image {
    width: 300px;
    height: 300px;
  }

  .circle-bg-img .content-image img {
    max-width: 300px;  
  }
}

@media (max-width: 991.98px) {
  .hero-basic {
	padding-top: 100px;
  }
  .blue-abs-media {
    height: auto;
    max-height: none;
  }

  .blue-abs-img {
    height: auto;
    max-height: none;
  }
	
  .circle-bg-img .content-image {
    width: 400px;
    height: 400px;
  }

  .circle-bg-img .content-image img {
    max-width: 400px;  
  }
}

.blue-quote {
  display: block;
  font-size: 10rem;
  line-height: .5;
  font-weight: 400;
  color: #2c4e70;
  transform: skewX(16deg);
}

.grad-orange-text {
  background: linear-gradient(180deg, #f07a22 0, #fcc449);
  background: linear-gradient(180deg, #f07a22, #fcc449);
  background: linear-gradient(180deg, var(--bs-primary) 0, var(--bs-tertiary) 100%);
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: repeat;
  background-size: 100%;
}

.img-extra-mt .content-image img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bg-tertiary {
  background: linear-gradient(90deg, #f07a22 0, #fcc449);
  background: linear-gradient(90deg, #f07a22, #fcc449);
  background: linear-gradient(90deg, var(--bs-primary) 0, var(--bs-tertiary) 70%);
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.bg-white-25 {
  background-color: #ffffff40;
}

.to-primary {
  --tw-gradient-to: #f07a22;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position));
}

.to-tertiary {
  --tw-gradient-to: #fcc449;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position));
}

.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position));
}

.from-tertiary {
  --tw-gradient-from: #fcc449;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position));
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position));
}

.bg-gradient-to-l {
  --tw-gradient-position: to left in oklab;
}

.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
}

.bg-bottom {
  background-position: bottom;
}

.rotate-\[-45deg\] {
  rotate: -45deg;
}

.no-py,
.no-py * {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.no-my,
.no-my * {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.h-100px {
  height: 100px;
}

.text-10rem {
  font-size: 10rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 1.2;
}

.text-calc-result {
  font-size: clamp(1rem, 5vw, 5rem) !important;
  line-height: 1.42857;
}

.val-check-wrap{
  width:64px;
  height:64px;
}

.val-check-wrap svg.svg-inline--fa{
  width:32px !important;
  height:32px !important;
  max-width:none !important;
  max-height:none !important;
  flex:0 0 auto !important;
  display:block !important;
}
        
.leading-0-5 {
  line-height: .5;
}

.main-orange-text {
  background: linear-gradient(180deg, #f07a22 0%, #fcc449 100%);
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: repeat;
  background-size: 100%;
}

.card_round_lt,
.card_round_lt .contained,
.card-round-lt .content-image img,
.single-locations #calculator .content-image img {
  border-top-left-radius: 8rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.card_round_rt,
.card_round_rt .contained,
.card-round-rt .content-image img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 8rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.card_round_bl,
.card_round_bl .contained,
.card-round-bl .content-image img,
.card-round-bl .content-image img.card_round_lt,
.card-round-bl .content-image img.card_round_rt {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 8rem;
  border-bottom-right-radius: 1rem;
}

.card_round_br,
.card_round_br .contained,
.card-round-br .content-image img,
.card-round-br .content-image img.card_round_lt,
.card-round-br .content-image img.card_round_rt {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 8rem;
}

.single-locations .align-items-start.cardgroup.card-bg {
	align-items: center !important;
}

.lg-rounded-br-45 {
  border-bottom-right-radius: 45%;
}

#process h2 {
  padding-top: 40px;
}

.increase-icon {
  display: inline-block;
  width: 70px;
  height: 69px;
  background-image: url("/wp-content/uploads/2025/12/Increase.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: -15px;
}

.images-grid img{
  width: 100%;
  max-width: 150px;
  height: auto;
  display: block;
  object-fit: contain;
}

.quote-head .content-text{
  position:relative;
  margin-top: 5rem;
}

.quote-head h2{
  position:relative;
  z-index:1;
  padding-bottom: 10px;
}

.quote-head .content-text::before{
  content:'"';
  position:absolute;
  left:0;
  top:-18px;
  transform:translateY(-30px);
  font-size:10rem;
  line-height:.5;
  color:var(--bs-primary);
  z-index:0;
  pointer-events:none;
}

#sectionMap .gm-style {
  transform: translateZ(0); 
}

.no-contained-pt .p-5.contained {
	padding-top: 0px !important;
}

.no-contained-pb .p-5.contained {
	padding-bottom: 0px !important;
}

/* Events */
#tribe-events-pg-template{
  padding: 0;
  background: transparent;
  margin: 0 auto;
  max-width: 100%;
}

.page-template-lp-1 h1,
.page-template-lp-1 .container-fluid p,
.page-template-lp-1 .container-fluid a,
.page-template-lp-1 .gform_wrapper .gfield_label {
	color:#fff !important;
}

.page-template-lp-1 h1 {
	max-width: 650px;
	margin: auto;
}

.page-template-lp-1 .gform_wrapper .gform_description {
	text-align: center;
}

.page-template-lp-1 .gform_wrapper {
	max-width: 700px;
	margin: auto;
}

.page-template-lp-1 {
	background-color: #6B839B;
}


/* ALL MOBILE DEVICES */

@media (max-width: 575px) {
  .ef-mheader__logo {
    max-width: 70px;
  }

  .position-md-absolute {
    position: relative;
  }

  #AllLocationsList h1,
  .hero h1,
  h1,
  .h1 {
    font-size: 2rem;
  }

  .single h1 {
    font-size: 1.75rem;
  }

  h2,
  .h2 {
    font-size: 1.75rem;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }

  h5,
  .h5 {
    font-size: 1.1rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }

  .cta_buttons {
    min-width: unset;
  }

  .location-accordion .accordion-item h3 .accordion-button {
    font-size: 1.25rem;
  }

  body.home .hero.homepage {
    min-height: 500px;
  }

  #footer .quick-link {
    justify-content: center !important;

  }

  #footer .quick-link ul {
    flex-direction: column;

  }

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

  #footer .social-media-links {
    text-align: center !important;
    padding: 10px;
  }

}

@media (max-width: 767px) {
  .b-extra-bot-pad .content-text p {
    padding-bottom: 0px !important;
  }

  #footer .copyright-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .checklist .card .icon,
  .xlist .card .icon {
    margin-right: 10px !important;
  }
}

@media (max-width: 768px) {
  .featured .card .card-body h3 {
    font-size: 1.2rem;
  }

  .spotlight {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }

  .spotlight_image {
    width: 100px;
    border-bottom: 0;
  }

  .spotlight_text {
    margin-top: 0 !important;
    margin-left: 20px;
    padding-top: 0 !important;
  }

  .spotlight-card .card-text {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 500;
  }

  .large-head-text h2 {
    font-size: 2.25rem;
    line-height: 2.55rem;
  }

  .large-text p {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .large-text-2 p {
    font-size: 2.0rem;
  }

  .vlarge-title h2 {
    font-size: 6rem;
  }

  #calculator h2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  #calculator h3 {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .md-less-tb-pad {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md-no-bot-pad {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .mob_card_round_rt,
  .mob_card_round_rt .contained,
  .mob-card-round-rt .content-image img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
	
  .card_round_lt,
  .card_round_lt .contained,
  .card-round-lt .content-image img,
  .single-locations #calculator .content-image img {
    border-top-left-radius: 4rem;
  }

  .card_round_rt,
  .card_round_rt .contained,
  .card-round-rt .content-image img {
    border-top-right-radius: 4rem;
  }
	
  .card_round_bl,
  .card_round_bl .contained,
  .card-round-bl .content-image img,
  .card-round-bl .content-image img.card_round_lt,
  .card-round-bl .content-image img.card_round_rt {
    border-bottom-left-radius: 4rem;
  }

  .card_round_br,
  .card_round_br .contained,
  .card-round-br .content-image img,
  .card-round-br .content-image img.card_round_lt,
  .card-round-br .content-image img.card_round_rt {
    border-bottom-right-radius: 4rem !important;
  }

  .lg-rounded-br-45 {
    border-bottom-right-radius: 4rem;
  }
}

/* TABLET DEVICES */

@media (min-width: 575px) and (max-width: 768px) {

  #AllLocationsList h1,
  .hero h1,
  h1,
  .h1 {
    font-size: 2rem;
  }

  h2,
  .h2 {
    font-size: 1.75rem;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }

  h5,
  .h5 {
    font-size: 1.1rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }

  .location-accordion .accordion-item h3 .accordion-button {
    font-size: 1.25rem;
  }

  body.home .hero.homepage {
    min-height: 500px;
  }

  .position-md-absolute {
    position: relative;
  }
}

/*SMALL LAPTOPS AND UP*/

@media (min-width: 992px) {
   .single-title {
	  padding-top: 170px;
   }
  .w-md-100 { width: 100% !important; }
  .ef-loc-hero h1 {
	  padding-top: 40px;
	}
  .ef-noticebar__link {
    font-size: 16px;
    line-height: 24px;
  }
}


/* TABLETS AND SMALLER LAPTOPS */

@media (min-width: 769px) and (max-width: 1024px) {

  #AllLocationsList h1,
  .hero h1,
  h1,
  .h1 {
    font-size: 2.5rem;
  }

  h2,
  .h2 {
    font-size: 2rem;
  }

  h3,
  .h3 {
    font-size: 1.75rem;
  }

  h4,
  .h4 {
    font-size: 1.5rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }

  .location-accordion .accordion-item h3 .accordion-button {
    font-size: 1.25rem;
  }

  body.home .hero.homepage {
    min-height: 500px;
  }

  .md-less-tb-pad {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md-no-bot-pad {
    padding-bottom: 0 !important;
  }

  .large-head-text h2 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .section-margin-bottom {
    margin-bottom: 1em !important;
  }

  .empty-card-img {
    height: 100%;
    margin-top: 2em;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {}

/* Bigger Laptops */

@media (min-width: 1025px) and (max-width: 1366px) {}


@media (min-width: 992px) and (max-width: 1300px) {
  .homepage-hero {
    padding-top: 6.125rem;
    padding-bottom: 3.125em;
  }
}

/* MEDIUM Laptops and zoomed in screens */

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 130rem;
  }
}

@media (max-width: 1200px) {}

@media (min-width: 1920px) {
  .container-fluid>.row {
    max-width: 1920px;
    margin: 0 auto;
  }
}


@media (max-height: 600px) {
  .disable-sticky {
    position: static !important;
    top: auto !important;
  }
}