@font-face {
    font-family: 'ProximaNova_Bold';
    src: url('fonts/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff'),
        url('fonts/ProximaNova-Bold.ttf')  format('truetype'),
        url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova_Regular';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf')  format('truetype'),
        url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TypeType';
    src: url('fonts/TypeType-TT-Rationalist-Regular.eot');
    src: url('fonts/TypeType-TT-Rationalist-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/TypeType-TT-Rationalist-Regular.woff2') format('woff2'),
        url('fonts/TypeType-TT-Rationalist-Regular.woff') format('woff'),
        url('fonts/TypeType-TT-Rationalist-Regular.ttf')  format('truetype'),
        url('fonts/TypeType-TT-Rationalist-Regular.svg#TypeType-TT-Rationalist-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@media only screen and (max-width: 430.98px) and (orientation: portrait) {
  .elementor-widget-video .elementor-custom-embed-image-overlay img { aspect-ratio: 1.1 !important; }
}
/* Home banner */
body.page-id-6284 #main-nav {top: 65px;}
@media (max-width: 1360.98px) { body.page-id-6284 #main-nav {top: 90px;} }
@media (max-width: 1024.98px) { body.page-id-6284 #main-nav {top: 120px;} }
@media (max-width: 674.98px) { body.page-id-6284 #main-nav {top: 140px;} }
section#home_banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
/* end Home banner */
a.dialog-close-button { text-decoration: none; }
.navbar .navbar-brand,
.navbar .navbar-brand:focus,
.navbar .navbar-brand:hover,
.navbar .site-desc { color: #fff; }
.site-desc,
.elementor-element .elementor-widget-container { font-weight: 400; }

/* elementor resets */
#page-wrapper { padding: 0; }
#primary { padding-left: 0; padding-right: 0 }
/* end elementor */
#main-nav {
  box-shadow: none;
  background-color: transparent;
  /* disabled due to back to top position: fixed; */
  z-index: 9999;
  transition: all 300ms ease-in-out;
  position: absolute;
}
.closing { transition: all 300ms ease-in-out; }
.row.logo-row { margin-right: 0; } /* fixed the parent's absolute overflow */
#main-nav>.container { display: block; }
.col-brand>ul { list-style-type: none; margin: 0; padding: 0; }
#wrapper-navbar {
  background-color: transparent;
}
/* Scroll */
.scroll-down #main-nav {
  transform: translate3d(0, -100%, 0);
}
.scroll-down #main-nav {
	 transform: translate3d(0, -100%, 0);
}
 .scroll-up #main-nav {
	 filter: drop-shadow(0 -10px 20px #aaa) !important;
}
 .menu-is-open {
	 overflow: hidden;
}
 .menu-is-open #main-nav {
	 filter: none;
}
/* collapse nav */
.nav-active {
  background-color: #fff !important;
}
.nav-active>.container,
.nav-active .site-desc,
.nav-active .navbar-brand { color: #000 !important; }
.nav-active .logo-row img { filter: none; }
.nav-active .animated-icon2 span { background: #000; }
body.scroll-up #main-nav { background-color: #fff; }
body.scroll-up #main-nav .logo-row img { filter: none }
body.scroll-up #main-nav .site-desc { color: #000 }
body.scroll-up #main-nav .animated-icon2 span { background: #000; }
#main-menu { margin-top: 20px; margin-bottom: 20px }
#main-menu li {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden; /* disable this to change the animation below */
}
#menu-secondary-nav li {
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
/* disable these to slide up the whole nav instead of individual nav items */
#main-menu li:nth-child(2) > a,
#menu-secondary-nav li:nth-child(2) > a { animation-delay: 0.06s; }
#main-menu li:nth-child(3) > a,
#menu-secondary-nav li:nth-child(3) > a { animation-delay: 0.08s; }
#main-menu li:nth-child(4) > a,
#menu-secondary-nav li:nth-child(4) > a { animation-delay: 0.09s; }
#main-menu li:nth-child(5) > a,
#menu-secondary-nav li:nth-child(5) > a { animation-delay: 0.1s; }
#main-menu li a { font-size: 1.8em; }
#menu-secondary-nav li a {
  font-size: 1.2em;
  display: block;
  text-decoration: none;
}
#main-menu li a,
#menu-secondary-nav li a {
  border-left: 2px solid #C70021;
  color: #000;
  padding-left: 6px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  display: inline-block;
  transition: all .3s;
}
#main-menu li a:hover,
#menu-secondary-nav li a:hover { border-left: 2px solid #f80c35; }
.slide-up { animation: slide-up 0.5s cubic-bezier(0.65, 0, 0.35, 1) both; }
@keyframes slide-up {
  0% { transform: translateY(100px); }
  100% { transform: translateY(0); }
}
.menu-secondary-nav-container {
  margin-top: 27px;
  margin-bottom: 20px;
}
.wb-search .btn-primary {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid #C70021;
}
.wb-search .btn-primary .fas {
  color: #C70021;
}
.wb-search .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #C70021;
  border-radius: 0;
}
.wb-search .form-control:focus {
  border-color: #C70021;
  box-shadow: 0 0 0 0.25rem rgba(199, 0, 33, 0.1);
}
.results-header {
  background-image: url(https://waybetter.flywheelsites.com/wp-content/uploads/2022/03/blogPostDesk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vh !important;
}
.elementor-post__excerpt a.understrap-read-more-link { display: none; }
a.elementor-post__read-more:hover { text-decoration: underline; }
.masthead.video { padding-top: 0 !important; }
.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
}
.cta-card .elementor-cta__bg,
.cta-card .elementor-cta__bg-wrapper { border-radius: 6px; }
.elementor-column.col-100 { min-height: 100%; }
section.result-stats .elementor-counter-number-prefix { flex-grow: unset; }
section.result-stats .elementor-counter .elementor-counter-title {
  text-align: left;
  line-height: 1.1em;
  padding-top: 15px;
}
.masthead-teams img {
  background-repeat: no-repeat;
  background-size: cover;
}
#position-footnote .elementor-widget-container {
  font-family: 'ProximaNova_Regular';
  font-weight: 400;
}
.team-link {
  text-decoration: none;
  /* display: inline-block; */
  display: table;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
  position: relative;
}
a.team-link:hover .card_image,
.cta-card-wrapper .elementor-cta:hover .elementor-cta__bg,
.cta-card .elementor-cta:hover .elementor-cta__bg {
  transform: scale(1.1) translate(0,0);
}
.card_image {
  padding-top: 66.25%;
  transition: all .3s;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.card_image_container {
  border-radius: 6px;
  overflow: hidden;
}
.cta-card h3.elementor-cta__title {
  display: inline-block;
  width: auto;
}
ul.open-positions-list { list-style-type: none; margin: 0; padding: 0; }
ul.open-positions-list a {
  color: #000 !important;
  font-family: "ProximaNova_Regular", Sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  background-image: linear-gradient(#C70021,#C70021);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  display: inline;
  transition: background-size .15s;
}
ul.open-positions-list a:hover { background-size: 100% 2px; }
ul.open-positions-list li:not(:last-child) { padding-bottom: 1rem; }
ul.open-positions-list li::before {
  content: '\f068';
  font-family: "Font Awesome 5 Free";
  color: #C70021;
  font-weight: 600;
  padding-right: 10px;
  font-size: 1.2rem;
}
.show_btn.change_to_play .fa-stop:before { content: "\f04b" !important; }
#bgvideo, #stop_btn, #audio_btn { cursor: pointer; }
.hide_btn { display: none !important; }
#bgvideo2, #stop_btn { display: none; }
#stop_btn.show_btn,
#bgvideo2.show_btn { display: inline-block !important;}
a.team-link .card-title,
.open-positions-list .elementor-post__title a,
.cta-card h3.elementor-cta__title {
  background-image: linear-gradient(#C70021,#C70021);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  display: inline;
  transition: background-size .15s;
}
a.team-link:hover .card-title,
.cta-card .elementor-cta:hover h3.elementor-cta__title,
.open-positions-list .elementor-post__title a:hover {
  background-size: 100% 2px;
}
.card_details {
  padding-top: 20px;
}
.team-meta h4,
.team-meta h5 { color: #000; }
.team-meta h4 {
  font-size: 2em;
  padding-bottom: 0;
}
.team-meta h5.team-desc {
  font-family: 'ProximaNova_Regular' !important;
  font-weight: 400;
  font-size: 1em;
  font-style: italic;
}
.team-meta .email-address {
  padding-bottom: 5px;
  padding-top: 10px;;
}
.team-meta .email-address a {
  color: #C70021;
  text-decoration: none;
}
.team-bio strong {
  font-family: 'ProximaNova_Bold';
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'ProximaNova_Bold';
  color: #fff;
}
#post-column h1, #post-column h2, #post-column h3, #post-column h4, #post-column h5, #post-column h6 { color: #000; }
#wrapper-footer h4,
#hero-section h2,
#hero-section h1,
#hero-section h3,
#home-second h3,
#home_second_section h3
#home-third h3.elementor-heading-title,
#home-fourth h3,
#home-fifth h3,
#home-sixth h3 { font-family: 'TypeType' !important; font-weight: 400 !important; }
.sec-heading h2.elementor-heading-title,
.sec-heading h1.elementor-heading-title {
  color: #fff;
  font-size: 70px;
  padding-top: 2em;
  padding-bottom: 20px;
  font-family: 'TypeType';
  font-weight: 400;
}
#hero-section .elementor-widget-text-editor div,
#hero-section .elementor-widget-text-editor div p {
  font-size: 28px !important;
}
.intro-section .elementor-widget-container,
.intro-section .elementor-widget-container p { font-size: 24px; }
.intro-section .elementor-widget-container .form_responses input,
.intro-section .elementor-widget-container .form_responses textarea {
  font-family: 'ProximaNova_Regular';
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #C70021;
  font-size: 18px;
  padding: 5px 10px;
  width: 100%;
  font-weight: 400;
}
#form_page_1 label { font-family: 'ProximaNova_Regular'; font-weight: 400; }
.intro-section .elementor-widget-container .form_responses textarea {
  border: 1px solid #C70021;
}
.intro-section .elementor-widget-container .form_responses input:focus,
.intro-section .elementor-widget-container .form_responses textarea:focus {
  outline: none;
  background-color: #f2f2f2;
}
.intro-section .elementor-widget-container .form_label,
.intro-section .elementor-widget-container .form_responses { font-size: 18px; }
.intro-section .elementor-widget-container [type=button] {
  background-color: #C70021;
  color: #fff;
  padding: 10px 30px;
  border: none;
  transition: 0.100s;
}
button.navbar-toggler:focus {
  background-color: transparent;
}
.intro-section .elementor-widget-container [type=button]:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* .elementor-widget-container a:not([role="button"]) { color: #C70021; } */
#team-members-loop {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2em;
  padding-bottom: 2em;
}
#team-members-loop h4,
#team-members-loop h5 { color: #000; }
#team-members-loop h4 { font-size: 1.3em; }
#team-members-loop h5 {
  font-size: 1em;
  padding-top: 8px;
  font-family: 'ProximaNova_Regular';
  font-weight: 400;
}
.team-item { margin-bottom: 40px; }
.breadcrumbs-wrap { padding: 10px; }
#breadcrumbs {
  color: #333;
  font-weight: normal;
  font-size: 15px;
  font-family: 'ProximaNova_Regular';
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}
#breadcrumbs a { color: #6d6d6d; text-decoration: none; }
#breadcrumbs a:hover { text-decoration: underline; }
p {
  font-family: 'ProximaNova_Regular' !important;
  font-size: 18px;
  font-weight: 400;
}
p.lead,
.lead .elementor-widget-container p { font-size: 24px; }
#hero-section h2,
#hero-section h1 {
  font-size: 70px;
  line-height: 1.2em;
  font-weight: 400;
}
#hero-section h3,
#home-second h3,
#home_second_section h3,
#home-third h3,
#home-fourth h3,
#home-fifth h3,
#home-sixth h3 { font-size: 2.4em; line-height: 1.2em; }
#home-hero h2 { font-size: 2em; font-weight: 400; }
#home-second p,
#home_second_section p,
#home-third p,
#home-fifth p,
#home-sixth p { color: #fff; }
p.sign-up-list {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0;
}
p.sign-up-list a {
  color: #fff;
  text-decoration: underline;
}
p.sign-up-list a:hover {
  text-decoration: none;
}
#home-hero {position: relative;}
#sign-up {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* animated icon toggler */
.animated-icon2 {
    width: 60px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.animated-icon2 .fas {
  position: absolute;
  right: 0;
  top: 3px;
  color: #fff;
}
.nav-active .animated-icon2 .fas { color: #000; }
.animated-icon2 span { background: #ffffff; }
.animated-icon2 span:nth-child(1) { top: 0px; }
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) { top: 10px; }
.animated-icon2 span:nth-child(4) { top: 20px; }
.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.navbar-collapse.wb-navbar { flex-basis: auto; }
.nav-active .wb-search { display: block !important; }
.navbar-light .navbar-toggler {
  border: none;
  padding-right: 10px;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none;
}
@media (min-width: 992px) {
  #hero-section .elementor-html5-video {
    object-fit: fill !important;
    height: 100% !important;
  }
  .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-start;
  }
  .masthead {
      height: 100vh;
      min-height: 40rem;
      padding-top: 4.5rem;
      padding-bottom: 0;
  }
  .masthead-half, .masthead { height: 65vh !important; }
}
.elementor-widget-container h4 {
  color: #000;
  font-size: 1em;
  padding: 20px 0 10px;
}
#wrapper-footer {
  background-color: #C70021;
  padding-top: 3em;
  padding-bottom: 3em;
}
#wrapper-footer h4 {
  font-size: 2.2em;
  padding-bottom: 0.65em;
}
#wrapper-footer h4 a {
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid #fff;
  padding-bottom: 4px;
}
#wrapper-footer h4 a:hover { border-bottom: none }

.footer-branding img,
.logo-row img { filter: invert(100%) sepia(0%) saturate(7480%) hue-rotate(121deg) brightness(105%) contrast(98%); }
.logo-row img { padding-bottom: 10px }
.footer-branding .address {
  padding-top: 0.65em;
  color: #fff;
  font-weight: 400;
}
ul.social-icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.social-icons li { display: inline-block; }
ul.social-icons li:first-child { padding-right: 10px; }
ul.social-icons li a {
  color: #fff;
  font-size: 1em;
}
ul.social-icons li .fab { font-size: 1.4em }
a[role="button"] {
  transition: 0.100s;
}
a[role="button"]:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.privacy-policy-wrapper h2,
.privacy-policy-wrapper h3 { color: #000; margin-top: 60px !important; }
.top-border h3,
.privacy-policy-wrapper h2 { position: relative; }
.top-border h3::before,
.privacy-policy-wrapper .elementor-widget-container h2::before {
  margin-top: -8px;
  content: '';
  position: absolute;
  background-color: #C70021;
  width: 40px;
  height: 3px;
  top: 0;
  left:0;
}
#gray-bg {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #f2f2f2;
}
#gray-bg a { color: #C70021; }
#gray-bg a.elementor-button { color: #fff; }
#ordered-list ul {
  list-style: none;
  counter-reset: my-counter;
  font-size: 18px;
}
#ordered-list ul li {
  counter-increment: my-counter;
}
.case-list ul li {
  padding-bottom: 20px;
}
#ordered-list li::before {
  content: counter(my-counter) ". ";
  color: #C70021;
  font-weight: bold;
  font-size: 1.4em;
  padding-right: 6px;
  margin-top: -5px;
}
p.q-header {
  font-family: 'TypeType' !important;
  font-size: 2em;
  color: #000;
  font-weight: 400;
}
p.q-content {
  font-size: 1.4em;
  color: #000;
}
.pagination-wrapper {
  padding-top: 2em;
  padding-bottom: 3em;
}
.pagination-wrapper a,
.post-navigation__prev--label,
.post-navigation__next--label {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
.post-navigation__next--label:hover,
.post-navigation__prev--label:hover,
.pagination-wrapper a:hover,
#case-pagination a:hover,
#services-pagination-wrapper a:hover { color: #000; }
.pagination-wrapper a:active,
#case-pagination a:active,
#services-pagination-wrapper a:active { color: #6d6d6d; }
.pagination-wrapper .next::after,
.pagination-wrapper .prev::before,
#case-pagination a.next-page::after,
#case-pagination a.previous-page::before,
#services-pagination-wrapper a.next::after,
#services-pagination-wrapper a.prev::before,
#services-pagination-wrapper span.prev::before,
#services-pagination-wrapper span.next::after,
.post-navigation__prev--label::before,
.post-navigation__next--label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #C70021;
  display: inline-block;
}
.post-navigation__next--label::after,
.pagination-wrapper .next::after,
#case-pagination a.next-page::after,
#services-pagination-wrapper a.next::after,
#services-pagination-wrapper span.next::after {
  content: '\f054';
  padding-left: 7px;
  -webkit-transition: transform 0.1s ease-out;
	 -moz-transition: transform 0.1s ease-out;
	 -ms-transition: transform 0.1s ease-out;
	 -o-transition: transform 0.1s ease-out;
	 transition: transform 0.1s ease-out;
}
.post-navigation__prev--label::before,
.pagination-wrapper .prev::before,
#case-pagination a.previous-page::before,
#services-pagination-wrapper span.prev::before,
#services-pagination-wrapper a.prev::before {
  content: '\f053';
  padding-right: 7px;
  -webkit-transition: transform 0.1s ease-out;
	 -moz-transition: transform 0.1s ease-out;
	 -ms-transition: transform 0.1s ease-out;
	 -o-transition: transform 0.1s ease-out;
	 transition: transform 0.1s ease-out;
}
.post-navigation__next--label:hover::after,
.pagination-wrapper .next:hover::after,
#case-pagination a.next-page:hover::after,
#services-pagination-wrapper a.next:hover::after {
  -webkit-transform: translateX(4px);
	 -moz-transform: translateX(4px);
	 -ms-transform: translateX(4px);
	 -o-transform: translateX(4px);
	 transform: translateX(4px);
}
.post-navigation__prev--label:hover::before,
.pagination-wrapper .prev:hover::before,
#case-pagination a.previous-page:hover::before,
#services-pagination-wrapper a.prev:hover::before {
  -webkit-transform: translateX(-4px);
	 -moz-transform: translateX(-4px);
	 -ms-transform: translateX(-4px);
	 -o-transform: translateX(-4px);
	 transform: translateX(-4px);
}
.elementor-post-navigation__link__prev,
#blog-posts-pag .post-navigation__prev--label { overflow: visible; }
.post-navigation__prev--label { padding-left: 4px; }
.post-navigation__next--label { padding-right: 4px; }
#services-pagination-wrapper a,
#services-pagination-wrapper span {
  transition: 0.3s;
  font-size: 17px;
  font-family: 'ProximaNova_Regular';
  font-weight: 400;
}
#services-pagination-wrapper span { color: #aaa; }
#services-pagination-wrapper a { color: #333; }
#services-pagination-wrapper {
  border-top: 1px solid #6d6d6d;
  padding-top: 40px;
  margin-top: 20px;
}
/* custom blog posts */
#custom-blog-posts .wb-post-author,
#custom-blog-posts .wb-post-title { margin-bottom: 0; }
#custom-blog-posts .elementor-widget-theme-post-featured-image a {
  padding-bottom: calc( 0.48 * 100% );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 6px 6px 6px 6px;
}
#custom-blog-posts .elementor-widget-theme-post-featured-image a img {
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%,-50%);
  -ms-transform: scale(1.01) translate(-50%,-50%);
  transform: scale(1.01) translate(-50%,-50%);
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  -o-transition: filter .3s;
  transition: filter .3s;
  transition: filter .3s,-webkit-filter .3s;
}
#custom-blog-posts .elementor-widget-theme-post-featured-image a:hover img {
  filter: brightness( 80% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

#post-slider .elementor-post.carousel-item { display: none !important; }
#post-slider .elementor-post.carousel-item.active { display: block !important; }
#post-slider .elementor-post__excerpt a {
  color: #C70021;
  background-color: transparent;
  border-color: transparent;
  border: none;
  padding: 0;
  margin-top: 20px;
}
#post-slider .elementor-post__excerpt a:hover { text-decoration: underline; }
#post-slider .elementor-post__excerpt a:focus { box-shadow: none; }
#post-slider .elementor-post__excerpt p:not(:last-child) { margin-bottom: 15px; }
#post-slider .carousel-indicators > button {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #C70021;
}
.page-numbers.current { color: #404040 !important; }
#what-you-do ul,
#right-for-you ul { list-style-type: none; margin: 0; padding: 0; font-size: 18px; }
ul.line-bullets {
  list-style-type: none;
  padding-left: 0;
  font-size: 18px;
}
#what-you-do ul li,
#right-for-you li { padding-bottom: 20px; }
#what-you-do ul li::before,
#right-for-you li::before,
.open-positions-list h3::before,
ul.line-bullets li::before {
  content: '\f068';
  font-family: "Font Awesome 5 Free";
  color: #C70021;
  font-weight: 600;
  padding-right: 10px;
}
ul.line-bullets li a {
  color: #000 !important;
  background-image: linear-gradient(#C70021,#C70021);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  display: inline;
  transition: background-size .15s;
}
ul.line-bullets li a:hover {
  background-size: 100% 2px;
}
.social-icons li.pp { padding-left: 10px; }
.social-icons li.pp a { text-decoration: none; font-size: 13px; }
#form_question_759e6e08-61ec-4c24-b2e5-96cb1dbb55b8 { margin-top: 15px; }
#srch-res-items article {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#srch-res-items h4 {
  padding: 0;
  margin: 0;
}
@media (min-width: 991.98px) {
  .elementor-widget-wrap>.elementor-element.width-50 { width: 50%; }
}
/* change the default container size on small laptop screens */
@media (max-width: 1360px) {
  .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1140px !important; }
  #hero-section h2,
  #hero-section h1 {
    font-size: 44px !important;
    line-height: 1.1em;
  }
}
@media (max-width: 1280px) {
  /* New resets for small laptops*/
  .sec-heading h2.elementor-heading-title,
  .sec-heading h1.elementor-heading-title { padding-top: 1.1em; }
  #hero-section .elementor-widget-text-editor div,
  #hero-section .elementor-widget-text-editor div p { font-size: 24px !important; }
  .animated.bounce { bottom: 6% !important; }
  /* End of resets for small laptops*/
  #hero-section h3, #home-second h3, #home_second_section h3, #home-third h3, #home-fourth h3, #home-fifth h3, #home-sixth h3 { font-size: 1.7em; }
  .webinar-cta .elementor-cta__content { min-height: 160px; }
}
@media screen
  and (min-device-width: 1361px)
  and (max-device-width: 1400px)
  and (-webkit-min-device-pixel-ratio: 1) {
    #main-nav>.container,
    #wrapper-footer>.container { max-width: 1320px }
    #hero-section h2,
    #hero-section h1 {
      font-size: 60px;
      line-height: 1.1em;
    }
    #hero-section .elementor-widget-text-editor div,
    #hero-section .elementor-widget-text-editor div p { font-size: 24px !important; }
}
@media (min-width: 768px) and (max-width: 1082px) {
  .webinar-cta .elementor-cta__content { min-height: 198px; }
}
@media screen and (max-width: 1200px) {
  #main-nav>.container { max-width: 100%; }
}
@media (min-width: 768px) {
  #wp-case-pag .col-sm-2 { width: 15%; }
  #wp-case-pag .col-sm-10 { padding-left: 0; padding-right: 0; }
}
@media screen and (max-width: 568px) {
  #hero-section h1 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 1em;
  }
  .masthead { padding-top: 8rem; }
}
.masthead-half, .masthead {
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 812px) {
  .wb-search-bar { margin-right: 20px; margin-bottom: 40px; }
  .row.menu-search { margin-right: 0; margin-left: 0; }
  #navbarNavDropdown, .wb-search { padding-left: 0; }
  /* padding reset */
  #main-nav>.container { padding-left: 20px; padding-right: 0; }
  section>.elementor-column-gap-default>.elementor-column>.elementor-element-populated,
  #wrapper-footer>.container,
  .container.team-container,
  #featured-posts-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* padding reset end */
  #page .elementor-705 .elementor-element.case-section { margin-bottom: 0 }
  .page-id-1128 h3.elementor-heading-title { padding-bottom: 40px; }
  #hero-section h2 {
    font-size: 40px;
    line-height: 1em;
    padding-top: 0;
  }
  #hero-section .elementor-widget-text-editor div,
  #hero-section .elementor-widget-text-editor div p {
    font-size: 18px !important;
  }
  .masthead {
    padding-bottom: 0;
    height: 100vh;
  }
  .masthead>div { height: 100%; }
  #wrapper-footer h4 { font-size: 1.7em; }
  .footer-branding .address { padding-bottom: 1.8em; }
  .masthead-teams img {
    height: 65vh;
    object-fit: cover;
  }
  .masthead-half.slate_portal_demo {height: 90vh;}
  body.single-careers .masthead-half,
  body.single-format-standard .masthead-half,
  body.page-id-185 .masthead-half,
  .masthead-half { padding-top: 10rem; }
  .masthead-teams.Kate img,
  .masthead-teams.Lacey img,
  .masthead-teams.Isabella img,
  .masthead-teams.Brad img,
  .masthead-teams.Emily img,
  .masthead-teams.Allison img {
    object-position: 80% 0;
  }
  .masthead-teams.Paola img,
  .masthead-teams.Allyson img,
  .masthead-teams.Kim img,
  .masthead-teams.Jessica img,
  .masthead-teams.Easha img,
  .masthead-teams.Lindsay img {
    object-position: 60% 0;
  }
  .masthead-teams.Sydney img {
    object-position: 30% 0;
  }
  .navbar .site-desc { font-size: 1em; }
  .team-container .team-meta { margin-bottom: 30px; }
}
/* Contact & Back to top */
#btn-contact, #btn-back-to-top {
  position: fixed;
  right: 20px;
  display: none;
  background-color: #C70021;
  border-radius: 50%;
  color: #fff;
  z-index: 9999;
}
#btn-contact { bottom: 20px; }
#btn-back-to-top { bottom: 90px; }
#btn-back-to-top:hover,
#btn-contact:hover {
  background-color: #f80c35;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 10%);
}
#btn-back-to-top:focus,
#btn-back-to-top:active,
#btn-contact:focus,
#btn-contact:active {
  background-color: #C70021;
  outline: 0;
}
/* Case list */
.other-cases { list-style-type: none; margin: 0; padding: 0; }
.other-cases li {
  display: inline-block;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.other-cases li a {
  color: #000;
  font-family: 'ProximaNova_Regular';
  font-size: 18px;
  display: block;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 15px;
}
.other-cases li:hover { border: 1px solid #C70021; }
.other-cases li a:hover { color: #C70021; }
.more-cases { margin-top: 40px; }
.more-cases h3 {
  color: #000;
  font-size: 2em;
  font-weight: 400;
  font-family: 'ProximaNova_Regular';
  font-weight: 600;
  padding-bottom: 20px;
}
#case-pagination { padding: 40px 0; }
#case-pagination a {
  color: #000;
  font-family: 'ProximaNova_Regular';
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
/* Landscape iPhone X */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
    #hero-section h1 {
      font-size: 30px;
      padding: 0;
    }
}
/* Landscape iphone 10 */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (orientation: landscape) {
  .masthead {
    padding-top: 7rem;
  }
}
@media only screen
    and (device-width: 414px)
    and (device-height: 896px)
    and (-webkit-device-pixel-ratio: 2) {
      #hero-section h1 {
        font-size: 30px;
        padding: 0;
      }
    }
/* Darken hero */
#page section#hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
section#hero-section .elementor-widget-wrap { z-index: 999; }
/* rotate device */
#rotate_info_wrapper { text-align: center; }
#rotate_info { display: none; }
@media all and (orientation:portrait) {
  #audio_btn, #stop_btn { bottom: 45px; }
  #rotate_info {
    display: inline-block;
    background-color: #fff;
    color: #787878;
    background-image: url(https://www.waybettermarketing.com/wp-content/uploads/2023/05/phone_icon.png);
    background-repeat: no-repeat;
    background-position: 3px;
    background-size: 36px 36px;
    height: 38px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    line-height: 38px;
    padding-left: 47px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 15px;
  }
}
/* video adjustment mobile */
/* iPhone 11 */
@media only screen and (max-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  #hero-section video.elementor-background-video-hosted { top: 40% !important; }
}
/* iPhone 11 Pro */
@media only screen and (max-height: 812px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  #hero-section video.elementor-background-video-hosted { top: 40%!important; }
  #bgvideo .elementor-icon { font-size: 44px!important; }
  .elementor-section.elementor-section-height-full>.elementor-container { height: 100vh!important; }
}
/* iPhone 11 Pro Max */
@media only screen and (max-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #hero-section video.elementor-background-video-hosted { top: 40%!important; }
  #bgvideo .elementor-icon { font-size: 44px!important; }
  .elementor-section.elementor-section-height-full>.elementor-container { height: 100vh!important; }
}
/* iphone SE */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
                    only screen and (min--moz-device-pixel-ratio: 2),
                    only screen and (-o-min-device-pixel-ratio: 2/1),
                    only screen and (min-device-pixel-ratio: 2) {
  #hero-section video.elementor-background-video-hosted { top: 50%!important; }
  #bgvideo .elementor-icon { font-size: 44px!important; }
  .elementor-section.elementor-section-height-full>.elementor-container { height: 100vh!important; }
}
/* iphone XR */
@media only screen and (width: 414px) and (height: 896px) and (-webkit-device-pixel-ratio : 2) and (orientation: landscape) {
  .elementor #hero-section video.elementor-background-video-hosted { top: 40%!important; }
}
@media (max-width: 991.98px) {
  body.page-id-5235 #bgvideo,
  body.page-id-5235 #audio_btn { display: none; }
}
@media (min-width: 992px) {
 #mobile_play { display: none; }
}
.twitter_x {
  width: 22px;
  height: auto;
  margin-top: -10px;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(278deg) brightness(104%) contrast(102%);
}
.elementor-share-btn_facebook .elementor-share-btn__title:hover {color: #4267B2;}
.elementor-share-btn_twitter .elementor-share-btn__title:hover {color: #000;}
.elementor-share-btn_linkedin .elementor-share-btn__title:hover {color: #0a66c2;}
/* image lightbox */
.swiper-zoom-container {
  overflow: auto !important;
  position: absolute;
}
.swiper-zoom-container img.elementor-lightbox-image[style="transition-duration: 300ms; transform: translate3d(0px, 0px, 0px) scale(3);"] {
  transform: translate3d(0px, 0px, 0px) scale(10) !important;
  position: absolute;
  top:4200px;
}
.swiper-zoom-container::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for Firefox */
.swiper-zoom-container {
  scrollbar-width: none;
}