/************************************ 
*********** FONTS *************
*************************************/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Nunito Sans Bold";
  src: url("font/NunitoSans-Bold.ttf");
}
@font-face {
  font-family: "Nubolts Rounded Outline";
  font-weight: bold;
  src: url("font/Nubolts-Rounded-Bold-Outline.ttf");
}
@font-face {
  font-family: "Nubolts Rounded Outline";
  src: url("font/Nubolts-Rounded-Regular-Outline.ttf");
}
@font-face {
  font-family: "Nubolts Rounded";
  font-weight: bold;
  src: url("font/Nubolts-Rounded-Bold.ttf");
}
@font-face {
  font-family: "Nubolts Rounded";
  src: url("font/Nubolts-Rounded.ttf");
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("font/montserrat_regular.ttf");
}
@font-face {
  font-family: "Montserrat Black";
  src: url("font/Montserrat-Black.ttf");
}

/************************************ 
*********** VARIABLES *************
*************************************/
:root {
  --font-family-headings: Nubolts Rounded;
  --font-family-headings-outline: Nubolts Rounded Outline;
  --font-family-body: Montserrat;
  /* --font-family-nav: Montserrat;
  --font-family-nav-bold: Montserrat Black;
  --font-family-bold: Montserrat Black; */
  --primary: #141c52;
  --secondary: #8194ec;
  --highlight: #eeec46;
  --accent: #28d5cb;
  --cool-gray: #545860;
  --variant-turquoise-01: #f4fcfc;
  --variant-turquoise-02: #b0efe9;
  --variant-turquoise-03: #d2f6f2;
  --variant-turquoise-04: #8ee8df;
  --variant-periwinkle-01: #f5f6fc;
  --variant-periwinkle-02: #b3bdec;
  --variant-periwinkle-03: #d4daf4;
  --variant-periwinkle-04: #92a1e4;
  --variant-yellow-01: #fdfdf3;
  --variant-yellow-02: #f7f5a8;
  --variant-yellow-03: #faf9ce;
  --variant-yellow-04: #f3f183;
  --transparent: transparent;
  --white: #ffffff;
  --gray-50: #f8f9fa;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --black: #000000;
  --text-dark: rgb(33, 37, 41);
  --red: #bf4a46;
  --purple: #6a3bb1;
  --green: #20bda8;
  --orange: #ff9900;
  --yellow: #eff636;
  --gold: #fcf0a2;
  --rgb-primary: 20, 28, 82;
  --rgb-secondary: 129, 148, 236;
  --rgb-highlight: 238, 236, 70;
  --rgb-accent: 40, 213, 203;
  --rgb-cool-gray: 84, 88, 96;
  --rgb-variant-turquoise-01: 244, 252, 252;
  --rgb-variant-turquoise-02: 176, 239, 233;
  --rgb-variant-turquoise-03: 210, 246, 242;
  --rgb-variant-turquoise-04: 142, 232, 223;
  --rgb-variant-periwinkle-01: 245, 246, 252;
  --rgb-variant-periwinkle-02: 179, 189, 236;
  --rgb-variant-periwinkle-03: 212, 218, 244;
  --rgb-variant-periwinkle-04: 146, 161, 228;
  --rgb-variant-yellow-01: 253, 253, 243;
  --rgb-variant-yellow-02: 247, 245, 168;
  --rgb-variant-yellow-03: 250, 249, 206;
  --rgb-variant-yellow-04: 243, 241, 131;
  --rgb-transparent: transparent;
  --rgb-white: 255, 255, 255;
  --rgb-gray-100: 248, 249, 250;
  --rgb-gray-200: 233, 236, 239;
  --rgb-gray-300: 222, 226, 230;
  --rgb-gray-400: 206, 212, 218;
  --rgb-gray-500: 173, 181, 189;
  --rgb-gray-600: 108, 117, 125;
  --rgb-gray-700: 73, 80, 87;
  --rgb-gray-800: 52, 58, 64;
  --rgb-gray-900: 33, 37, 41;
  --rgb-black: 0, 0, 0;
  --rgb-red: 191, 74, 70;
  --rgb-purple: 106, 59, 177;
  --rgb-green: 32, 189, 168;
  --rgb-orange: 255, 153, 0;
  --rgb-yellow: 239, 246, 54;
  --rgb-gold: 252, 240, 162;
  --article-side-margin: 1rem;
  --drop-shadow-100: 10px 0px 32px 10px rgba(0, 0, 0, 0.025);
  --drop-shadow-200: 0px 0px 32px 5px rgba(0, 0, 0, 0.05);
  --drop-shadow-300: 0px 0px 32px 5px rgba(82, 82, 82, 0.15);
  --omnix-black: #000000;
  --omnix-turquoise: #28D5CB;
  --omnix-gray: #545860;
  --omnix-pink: #DB0661;
  --omnix-white: #FFFFFF;
  --omnix-black-rgb: 0, 0, 0;
  --omnix-turquoise-rgb: 40,213,203;
  --omnix-gray-rgb: 84,88,96 ;
  --omnix-pink-rgb: 219,6,97 ;
  --omnix-white-rgb: 255, 255, 255;
}

/************************************ 
*********** BASICS *************
*************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: var(--font-family-body);
  letter-spacing: 0.05rem;
  height: 100%;
  margin-top: 88px;
}

.d-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-s {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

/************************************ 
*********** FONT STYLES *************
*************************************/
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-family-body);
  letter-spacing: normal;
  font-weight: 600;
}

h2 {
  font-size: 2.5rem;
}

h5 {
  font-size: 1.25rem;
}

p {
  font-family: var(--font-family-body);
  line-height: 1.7;
}

a:hover {
  text-decoration: none;
}
/* Custom Font Classes */
.p-small {
  font-size: 14px;
}
.nav-link {
  text-transform: uppercase;
  font-family: var(--font-family-nav);
  font-weight: 600;
  color: var(--gray-600);
  font-size: 0.85rem;
}

.brand-blue {
  color: var(--primary);
}

.brand-blue-dark {
  color: var(--secondary);
}

.brand-teal {
  color: var(--highlight);
}

.list-group-item {
  border: none;
}

.text-teal {
  color: var(--highlight);
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gradient-text-01 {
  background: -webkit-linear-gradient(
    135deg,
    var(--secondary) 3.57%,
    var(--accent) 75%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dash-gradient-01 {
  position: relative;
}
.dash-gradient-01::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: -3px;
  left: 0;
  right: 0;
  background-image: url("/img/illustrations/dash-gradient-01.png");
  background-size: contain;
  width: 110%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.dash-accent {
  position: relative;
}
.dash-accent::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: -3px;
  left: 0;
  right: 0;
  background-image: url("/img/illustrations/dash-accent.png");
  background-size: contain;
  width: 110%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.brand-nubolts {
  font-family: "Nubolts Rounded";
  font-weight: 400;
  font-size: 6rem;
  line-height: 1.1;
}
.list-style-checkmark li::before {
  position: relative;
  left: -1.3rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color: var(--accent);
}

.disclaimer {
  font-size: 0.65rem;
  color: var(--gray-600);
}

/************************************ 
*********** BUTTONS *************
*************************************/
.btn {
  border-radius: 25px;
  font-family: var(--font-family-body);
  font-weight: 500;
  padding: 0.8rem 2rem;
  letter-spacing: 0.05rem;
}

.btn-primary {
  background: var(--primary);
  border: none;
  color: var(--white);
}

.btn-primary:hover {
  background: var(--secondary);
}
.btn-primary:focus {
  background: var(--primary) !important;
}

.btn-secondary {
  background: var(--secondary) !important;
  color: var(--white);
  border: none;
}
.btn-secondary:hover {
  background: #6b80de !important;
}

.btn-highlight {
  background: var(--variant-yellow-04) !important;
  color: var(--text-dark);
}

.btn-highlight:hover {
  background: #fcfa6c !important;
}

.btn-accent {
  background: var(--accent) !important;
  color: var(--white) !important;
}

.btn-accent:hover {
  background: #1fbfb7 !important;
}

.btn-white {
  background: var(--white);
  color: var(--black);
}

.btn-white:hover {
  background: var(--gray-300);
}

.btn-white a {
  color: var(--black);
}

.btn-large {
  padding: 1rem 2.5rem !important;
  border-radius: 50px;
}

/* omnix buttons */
.btn-black {
  background: var(--black);
  color: var(--white) !important;
}
.btn-black:hover {
  background: rgb(32, 32, 32);
}

#submit-btn, 
#submit-btn1,
#submit-btn2,
#submit-btn3,
#submit-btn4,
#submit-btn5 {
  cursor: not-allowed;
}

/************************************ 
*********** LINKS *************
*************************************/
.link-dark {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--text-dark);
  text-decoration-color: rgba(0, 0, 0, 0.317);
}

.link-dark:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--text-dark);
  text-decoration-color: var(--text-dark) !important;
}

.link-light {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--white);
  text-decoration-color: rgba(255, 255, 255, 0.317);
}
.link-light:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--white);
  text-decoration-color: var(--white);
}

.link-arrow {
  text-decoration: none;
}
.link-arrow:hover {
  text-decoration: underline !important;
  text-underline-offset: 5px;
  color: var(--text-dark);
  text-decoration-color: var(--text-dark) !important;
}

.link-arrow:after {
  position: absolute;
  padding-top: 0.1rem;
  padding-left: 0.5rem;
  font-size: 0.9rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f061";
}

/************************************ 
*********** ASPECT RATIO *************
*************************************/

.aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
}

/* 2:3 Ratio */
.aspect-ratio-container-1-1 {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  min-width: 100%;
  padding-top: 100%;
}
.aspect-ratio-container-2-3 {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  min-width: 100%;
  padding-top: 66.66%;
}

.aspect-ratio-container-3-4 {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  min-width: 100%;
  padding-top: 75%;
}

.aspect-ratio-container-9-16 {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  min-width: 100%;
  padding-top: 56.25%;
}

/************************************ 
*********** NAVIGATION *************
*************************************/
.img-nav {
  height: 2.6rem;
  margin: 10px 0;
}
button.navbar-toggler {
  border: none;
}
#navbar {
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-200);
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  display: block;
  transition: top 0.5s;
}
#navbar .nav-link {
  color: var(--primary);
}
#navbar .btn {
  font-size: 0.85rem;
  font-weight: 600;
}
.navbar .btn {
  text-transform: uppercase;
}
#navbar .navbar-brand img {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.navbar .nav {
  width: 100%;
}
.navbar li {
  padding: 0 0.7rem;
}

#partnerNav li {
  padding: 0;
}

.navbar .nav-item,
#partnerNav .nav-item {
  display: inline-block;
  position: relative;
}

.navbar .nav-item:after,
#partnerNav .nav-item:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.navbar .nav-item:hover:after,
#partnerNav .nav-item:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#homeHero .nav-link {
  height: 100%;
}

#navbar .container-fluid {
  max-width: 1500px;
}
#navbar .container-fluid.home {
  justify-content: center;
}
#navbar .container-fluid.washOwner {
  justify-content: space-between;
}

@media only screen and (min-width: 650px) {
  #navbar .container-fluid.washOwner .navbar-brand img {
    padding: 0!important;
  }
}
#navbar .container-fluid.washOwner .socialicons-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
#navbar .container-fluid.washOwner .socialicons-btn .social-icons {
  margin-bottom: 0!important;
  display: flex;
  align-items: center;
}
#navbar .container-fluid.washOwner .socialicons-btn .social-icons a {
  margin-right: 10px;
}
#navbar .container-fluid.washOwner .socialicons-btn .social-icons a.youtube {
  color: #141C52;
  font-size: 41.5px!important;
  margin-top: 1.5px;
}
#navbar .container-fluid.washOwner .socialicons-btn .social-icons a.youtube:hover {
  color: #1fbfb7;
}
#navbar .container-fluid.washOwner a.facebook i {
  width: 35px;
  height: 35px;
  background: #141C52;
  color: #fff;
  border-radius: 30px;
  padding: 8.5px;
  text-align: center;
  font-size: 20px;
}
#navbar .container-fluid.washOwner a.instagram i,
#navbar .container-fluid.washOwner a.linkedin i {
  width: 35px;
  height: 35px;
  background: #141C52;
  color: #fff;
  border-radius: 30px;
  padding: 7.5px;
  text-align: center;
  font-size: 20px;
}
#navbar .container-fluid.washOwner a.facebook:hover i,
#navbar .container-fluid.washOwner a.instagram:hover i,
#navbar .container-fluid.washOwner a.linkedin:hover i {
  background: #1fbfb7;
}

#navbar .compressed-btn-group {
  display: none;
  position: absolute;
  right: 6rem;
  top: 1.5rem;
}
.navbar #loginBtn:hover {
  background: var(--secondary);
  color: var(--white);
}
/* Moble Menu Button */
#nav-icon3 {
  width: 30px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--gray-700);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.navbar .dropdown-menu {
  border: none;
  box-shadow: 0px 0px 32px 10px rgb(163 163 163 / 13%);
  margin: auto;
  max-width: 300px;
}

.navbar .dropdown-item {
  color: var(--gray-600);
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar .dropdown-item:hover {
  background-color: var(--variant-periwinkle-01);
  color: var(--gray-600);
  color: var(--gray-900);
}

.navbar .dropdown-item:active {
  background-color: var(--variant-periwinkle-03);
}

.navbar .dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  #navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/* Pop Up Modals */
.modal {
  padding: 0 !important;
}
.modal-content {
  padding: 5%;
  z-index: 101;
}
.modal-content .col-lg-6 {
  border-radius: 10px;
  padding-bottom: 1rem;
}

.modal-content .col-lg-6 .btn {
  width: 100%;
}
.modal-body button:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
}
.modal-header,
.modal-footer {
  border: none;
}
.modal-header span i {
  font-size: 2rem;
}
.modal-body button a {
  color: inherit;
}

.modal-body button p {
  font-family: var(--font-family-body);
  font-weight: 400;
  font-size: 1rem;
}

.modal-body button div {
  text-align: right;
  font-size: 2rem;
}
.modal-content {
  padding: 2% 7%;
}
/* Login and Sign Up Modals */
#loginModal .modal-header button,
#signupModal .modal-header button {
  padding: 0 1rem 0.5rem;
}
#loginModal .modal-content,
#signupModal .modal-content {
  padding: 5%;
  padding-bottom: 0;
}
#loginModal .modal-body button,
#signupModal .modal-body button {
  background-color: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: 5px;
  padding: 0;
  height: 100%;
  display: flex;
}
#loginModal .modal-body a,
#signupModal .modal-body a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  padding: 2rem;
  height: 100%;
  width: 100%;
}

#loginModal .modal-body button i,
#signupModal .modal-body button i {
  margin-left: 0.75rem;
  font-size: 1.3rem;
}
#loginModal .modal-body img,
#signupModal .modal-body img {
  max-height: 130px;
  margin: auto;
  object-position: center;
  margin-bottom: 1.5rem;
}
#loginModal .modal-body h3,
#signupModal .modal-body h3 {
  font-size: 1.4rem;
  line-height: 1.35;
}
#loginModal .modal-body .row,
#signupModal .modal-body .row {
  margin-left: -30px;
  margin-right: -30px;
}
#loginModal .modal-body .row > div,
#signupModal .modal-body .row > div {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}

/* B2B Menu */
#partnerNav {
  background: var(--gray-100);
  padding: 1rem 0;
}

#partnerNav .container-fluid {
  max-width: 1440px;
}

#partnerNav .nav {
  display: flex;
  justify-content: space-evenly;
}

#partnerNav .nav-item .nav-link {
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--gray-600);
}
#partnerNav .nav-item .nav-link:hover {
  color: var(--gray-600);
}
#mainNav {
  text-align: center;
}
#mainNav .navy-btn, #navbar .washOwner .navy-btn {
  background-color: #141c52!important;
  color: #fff;
  padding: 12.5px 25px;
}
#mainNav .navy-btn:hover, #navbar .washOwner .navy-btn:hover {
  background-color: #1fbfb7!important;
}

/* Book A Call Popup Form */
#washownersForm .modal-content,
#washownersForm .modal-body {
  padding: 0;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}

#washownersForm .modal-body .row {
  width: 100%;
  height: 100%;
  margin: 0;
}

#washownersForm #contactSalesForm {
  padding: 0;
}

#washownersForm #contactSalesForm .col-lg-5 {
  padding: 5%;

}
#washownersForm #contactSalesForm .col-lg-5 h2 {
  font-family: "Nubolts Rounded";
}
#washownersForm #contactSalesForm .col-lg-5 ul {
  padding-left: 20px;
}

#washownersForm #contactSalesForm .col-lg-7 {
  padding: 5% 7%;
  background: var(--white);
}

#washownersForm .btn {
  background: var(--primary);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
}

#washownersForm .btn:hover {
  background: var(--secondary);
}

#washownersForm button.close {
  background: none;
  padding: 0;
}

#washownersForm button.close i {
  color: var(--black);
}

#washownersForm a {
  color: var(--white);
  text-decoration: underline;
}

#washownersForm p {
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}

#washownersForm img {
  width: 40%;
  margin-bottom: 2rem;
}

#washownersForm .col-lg-5 {
  background: var(--primary);
  color: var(--white);
}

#washownersForm .modal-content,
#washownersForm .modal-body {
  padding: 0;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}

#omnixModal .modal-body .row,
#analyticsModal .modal-body .row,
#washownersForm .modal-body .row {
  width: 100%;
  height: 100%;
  margin: 0;
}

#washownersForm #contactSalesForm {
  padding: 0;
}

#washownersForm #contactSalesForm .col-lg-7 {
  padding: 5% 7%;
  background: var(--white);
}

#washownersForm .btn {
  background: var(--primary);
  font-family: var(--font-family-body);
  font-weight: 500;
  padding: 0.8rem 2rem;
  letter-spacing: 0.05rem;
  color: var(--white);
}

#washownersForm .btn:hover {
  background: var(--accent);
}

#washownersForm button.close {
  background: none;
  padding: 0;
  opacity: 1;
}
#washownersForm button.close i {
  font-size: 1.8rem;
}
#washownersForm .col-lg-5 button.close i {
  color: var(--white);
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}

#washownersForm a {
  color: var(--white);
  text-decoration: underline;
}

#washownersForm #omnixModalHeader {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between !important;
  align-items: start;
}

#washownersForm p {
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}

#washownersForm img {
  width: 150px;
  margin-bottom: 2rem;
}
#washownersForm .contact-info p {
  display: flex;
  align-items: center;
}


/************************************ 
*********** HOMEPAGE *************
*************************************/
#homeMain section {
  padding-top: max(5%, 1rem);
  padding-bottom: max(5%, 1rem);
}

#homeMembership .row,
#homePartnership .row {
  margin-right: -60px;
  margin-left: -60px;
}

#homeMembership .row > div,
#homePartnership .row > div {
  padding-right: 60px;
  padding-left: 60px;
}

#homeAbout .row {
  margin-right: -30px;
  margin-left: -30px;
}
#homeAbout .row > div {
  padding-right: 30px;
  padding-left: 30px;
}
#homeAbout .row > div,
#homeMembership .row > div,
#homePartnership .row > div {
  display: flex;
  justify-content: center;

  flex-direction: column;
}

#homeMain h1 {
  font-size: 4.8rem;
  margin-bottom: max(1%, 1rem);
  color: var(--white);
}

#homeMain h2,
#homeMain h3 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
#homeMain p {
  margin-bottom: 2rem;
}
#homeHero {
  padding-top: 4rem !important;
  height: 700px;
  background-image: url("/img/home-hero.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#homeHero svg {
  height: 50px;
  width: 50px;
  margin-bottom: 1rem;
}
#homeHero svg path {
  fill: var(--variant-yellow-04);
}
#homeHero .btn {
  margin: 0.5rem 0.5rem;
}

#homeAbout {
  padding-top: max(2%, 1rem) !important;
  padding-bottom: max(3%, 1rem) !important;
}
@media (min-width: 992px) {
  #homeAbout .btn-container {
    width: 525px;
  }
}

#homeAbout .btn:first-of-type {
  margin-right: 1rem;
}
#homeAbout .btn {
  margin-bottom: 1rem;
}
#homeAbout img,
#homePartnership img,
#homeMembership img {
  border-radius: 15px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
#homeStats {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
#homeStats .stats-container {
  display: flex;
  justify-content: center;
}
#homeStats .stats-container h2 {
  font-size: 0.8em;
  line-height: 1.3;
  font-weight: 500;
  color: var(--gray-600);
  width: 215px;
  padding: 0 3.5rem;
  border-left: 1px solid var(--gray-300);
  margin-bottom: 0!important;
}
#homeStats .stats-container h2:first-child {
  border-left: none;
}
#homeStats .stats-container h2 span {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
}
#homeSteps h3 {
  text-align: center;
  margin-bottom: 4rem;
}
#homeSteps p {
  margin-bottom: 3rem;
}
#homeSteps .row {
  margin-right: -25px;
  margin-left: -25px;
}
#homeSteps .row > div {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
#homeSteps .slide-up:nth-child(2) {
  animation-delay: 150ms;
}
#homeSteps .slide-up:nth-child(3) {
  animation-delay: 300ms;
}
#homeSteps img {
  margin-bottom: 3rem;
  max-height: 250px;
}
#homePartnership,
#homeMembership {
  background: var(--variant-periwinkle-01);
}
#homeAbout .container,
#homePartnership .container,
#homeMembership .container,
#homeSteps .container {
  overflow: hidden;
}
#homePartnership {
  padding-bottom: max(2%, 1rem) !important;
}
#homeMembership {
  padding-top: max(2%, 3rem) !important;
  padding-bottom: max(5%, 3rem) !important;
}

#homePartnership .btn {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
#homePartnership .link-dark {
  margin-bottom: 1rem;
}
#homePartnership .btn-container {
  display: flex;
  align-items: center;
}
#homeCta {
  padding-top: max(5%, 5rem) !important;
  padding-bottom: max(5%, 5rem) !important;
  background: var(--primary);
  color: var(--white);
  text-align: center;
}
#homeCta h3 {
  margin-bottom: 3rem;
}
#homeCta .row {
  justify-content: center;
}
#homeCta .row > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#homeCta img {
  display: block;
  height: 250px;
  width: auto;
  object-fit: contain;
  margin: 3rem 0 2rem;
}
@media (max-width: 1200px) {
  #homeMain h1 {
    font-size: 4rem;
  }
  #homeMembership .row,
  #homePartnership .row {
    margin-right: -30px;
    margin-left: -30px;
  }

  #homeMembership .row > div,
  #homePartnership .row > div {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  #homePartnership .row {
    display: flex;
    flex-direction: column-reverse;
  }
  #homeStats .stats-container h2 {
    padding: 0 1.5rem;
  }
  #homeStats .stats-container h2 span {
    font-size: 2rem;
  }
  #homeAbout .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  #homeMain h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  #homeStats .stats-container h2 span {
    font-size: 1.5rem;
  }
  #homeMain h2,
  #homeMain h3 {
    font-size: 2rem;
  }
  #homeMain .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  #homeHero {
    height: 1000px !important;
  }
  #homeStats .stats-container h2 {
    padding: 0 1rem;
  }
  #homeAbout .btn,
  #homeHero .btn {
    width: 100%;
  }

  #homeMembership .location-search-container .form-group {
    width: 100%;
  }
  #homePartnership .btn-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 350px) {
  #homeHero h1 {
    font-size: 3rem;
  }
}
/* Horizontal Blue Line */
/* Delete? */
.blue-line-horizontal:after {
  content: "";
  height: 8px;
  width: 25%;
  background-color: var(--primary);
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translate(-50%);
}

.blue-line-vertical {
  font-size: 2.5rem;
  border-left: 0.75rem solid var(--primary);
  padding-left: 2rem;
  margin-left: -2.75rem;
}
/* Delete? */
@keyframes w1anim {
  0% {
    opacity: 0;
  }
  7.14% {
    opacity: 1;
  }
  12.12% {
    opacity: 0;
  }
}

@keyframes w2anim {
  11.12% {
    opacity: 0;
  }
  21.42% {
    opacity: 1;
  }
  24.56% {
    opacity: 0;
  }
}

@keyframes w3anim {
  23.56% {
    opacity: 0;
  }
  35.7% {
    opacity: 1;
  }
  38.84% {
    opacity: 0;
  }
}

@keyframes w4anim {
  37.84% {
    opacity: 0;
  }
  49.98% {
    opacity: 1;
  }
  52.12% {
    opacity: 0;
  }
}

@keyframes w5anim {
  51.12% {
    opacity: 0;
  }
  64.26% {
    opacity: 1;
  }
  67.4% {
    opacity: 0;
  }
}
@keyframes w6anim {
  66.4% {
    opacity: 0;
  }
  78.54% {
    opacity: 1;
  }
  81.68% {
    opacity: 0;
  }
}
@keyframes w7anim {
  80.68% {
    opacity: 0;
  }
  92.82% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.w1 {
  -webkit-animation: w1anim 15s infinite;
  animation: w1anim 15s infinite;
}

.w2 {
  -webkit-animation: w2anim 15s infinite;
  animation: w2anim 15s infinite;
}

.w3 {
  -webkit-animation: w3anim 15s infinite;
  animation: w3anim 15s infinite;
}

.w4 {
  -webkit-animation: w4anim 15s infinite;
  animation: w4anim 15s infinite;
}

.w5 {
  -webkit-animation: w5anim 15s infinite;
  animation: w5anim 15s infinite;
}
.w6 {
  -webkit-animation: w6anim 15s infinite;
  animation: w6anim 15s infinite;
}
.w7 {
  -webkit-animation: w7anim 15s infinite;
  animation: w7anim 15s infinite;
}

.partnerLogo {
  background: #ffffff;
  margin: 1.2rem 1.8rem;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  display: flex;
  align-items: center;
}

#kleenrightLogo {
  background-color: red !important;
}
.distributor-group {
  overflow: hidden;
  width: 2000px !important;
  -webkit-animation: mover 12s infinite normal;
  animation: mover 12s infinite normal;
  animation-timing-function: linear;
  width: 200%;
}
.distributor-group::-webkit-scrollbar {
  display: none;
}
.distributor-group {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@-webkit-keyframes mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Location Search */
.location-search-error {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1.3rem;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/************************************ 
*********** MEMBERS PAGE *************
*************************************/

#membersMain section {
  padding-top: max(4.5%, 3rem);
  padding-bottom: max(4.5%, 3rem);
}

#membersHero {
  padding-top: max(6%, 6rem) !important;
  padding-bottom: max(10%, 10rem) !important;
  background: url(../img/AdobeStock_268917306_cropped.png);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: bottom right;
  margin: auto;
  position: relative;
}
#membersHero h1 {
  font-size: 5rem;
  margin-bottom: 1rem;
}
#membersHero h1 span {
  color: var(--accent);
  font-size: 6.5rem;
}

#membersHero p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
#membersHero::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--variant-yellow-02);
}
.location-search-container .form-group {
  position: relative !important;
  background: var(--white);
  box-shadow: var(--drop-shadow-200);
  border-radius: 50px;
  padding: 10px 10px 10px 40px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
#homeMembership .location-search-container .form-group {
  width: 100%;
}
.location-search-container .location-search-field {
  background: transparent !important;
  margin-bottom: 0;
  width: 230px;
  border: none !important;
}
#homeMembership .location-search-container .location-search-field {
  width: 180px;
}

.location-search-container .form-group i {
  position: absolute;
  left: 25px;
  top: 27px;
  color: var(--gray-600);
  font-size: 1.1rem;
}
.location-search-container .location-search-btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  #membersHero {
    text-align: center;
    background-size: 100% auto;
  }
  #membersHero h1 {
    font-size: 4rem;
  }
  #membersHero h1 span {
    font-size: 4rem;
  }
  #membersHero .dash-accent::after {
    display: none;
  }
  #membersHero p {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .location-search-container .form-group {
    background: none;
    box-shadow: none;
    padding: 0;
    width: 400px;
    margin: auto;
    flex-direction: column;
  }
  .location-search-container .form-group i {
    left: 20px;
    top: 19px;
  }
  .location-search-container .location-search-field {
    background: var(--white) !important;
    border-radius: 7px;
    padding: 1.7rem 2rem 1.7rem 2.5rem;
    width: 100% !important;
    margin-bottom: 1.25rem;
  }
  .location-search-container .btn {
    width: 100%;
  }
}

#membersAppLinks {
  text-align: center;
}
#membersAppLinks h2 {
  font-size: 2rem;
}
#membersFeature {
  background-image: url("/img/brand-bg/waves-01.png");
  background-size: cover;
  color: var(--white);
  text-align: center;
  max-width: 1500px;
  margin: auto;
  border-radius: 20px;
  padding-bottom: max(4%, 5rem) !important;
}
@media (max-width: 1500px) {
  #membersFeature {
    border-radius: 0;
  }
}
#membersFeature h2 {
  font-size: 2.5rem;

  max-width: 600px;
  margin: auto;
  margin-bottom: 4rem;
}
#membersFeature h3 {
  font-size: 1.2rem !important;
  margin-bottom: 1.2rem;
}

#membersFeature .row > div {
  margin-bottom: 2rem;
}

#membersFeature .row > div > div {
  background: var(--white);
  color: var(--text-dark);
  text-align: left;
  height: 100%;
  padding: 10% 15%;
  border-radius: 10px;
}

#membersFeature .slide-up:nth-child(2) {
  animation-delay: 150ms;
}
#membersFeature .slide-up:nth-child(3) {
  animation-delay: 300ms;
}

.icon-container {
  height: 65px;
  width: 65px;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#membersFeatureOne {
  background: var(--variant-turquoise-03);
}

#membersFeatureOne path {
  fill: var(--accent) !important;
}

#membersFeatureTwo {
  background: #edf0ff;
  padding: 15px;
}

#membersFeatureTwo path {
  fill: #8194ec !important;
}

#membersFeatureThree {
  background: var(--variant-yellow-03);
}

#membersFeatureThree rect,
#membersFeatureThree polygon {
  fill: #dcbf29 !important;
}

#howItWorks img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#howItWorks .container {
  border-radius: 10px;
  padding: 2% 5%;
  max-width: 1500px;
}

#howItWorks h3 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
  max-width: 800px;
  margin: 5rem auto;
}
#howItWorks h3:first-child {
  margin: 0 auto 5rem auto;
}
#howItWorks h3:last-child {
  margin: 5rem auto 0 auto;
}

.step-card {
  padding: 10% 15%;
  /* background: var(--white); */
  border-radius: 7px;
  margin-bottom: min(35vh, 15em);
}
.step-card:first-child {
  margin-top: 85px;
}
.step-card:last-child {
  margin-bottom: 85px;
}

.active-step-card {
  /* box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1); */
  -webkit-transition: box-shadow 0.5s ease-in-out;
  -moz-transition: box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
}

#howItWorks .step-card p {
  font-size: 1.5rem;
}

#howItWorks h5 {
  font-size: 1.5rem;
}

#howItWorks h6 {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

#howItWorks h6:after {
  content: "";
  height: 23px;
  /* width: 120%; */
  width: 0%;
  background-color: var(--variant-turquoise-02);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}

#howItWorks .active-step-card h6:after {
  width: 100%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: widthw 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

#howItWorksImgContainer {
  position: sticky;
  margin-top: 200px;
  margin-bottom: 200px;
  top: 50%;
  transform: translate(0, -50%);
}

#howItWorks .step-img-container {
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  position: absolute;
  /* height: 100%;
  width: auto; */
  height: 400px;
  max-height: 90vh;
  width: 100%;
}

#howItWorks #stepTwoImg,
#howItWorks #stepThreeImg,
#howItWorks #stepFourImg,
#howItWorks #stepFiveImg {
  opacity: 0;
}

#howItWorks .step-img-container::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 15%;
  right: 15%;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    linear-gradient(141.3deg, #28d5cb 6.77%, #8194ec 95.65%);
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

#howItWorks .step-card .mobile-img-container {
  max-width: 100%;
  height: auto;
  width: 250px;
  padding: 0 50px;
  object-fit: contain;
  position: relative;
  margin: auto;
  margin-bottom: 1rem;
}
#howItWorks .step-card:first-child .mobile-img-container {
  width: 300px !important;
  padding: 0 25px;
}
#howItWorks .step-card .mobile-img-container::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50px;
  bottom: 60px;
  left: 0;
  right: 0;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    linear-gradient(141.3deg, #28d5cb 6.77%, #8194ec 95.65%);
  border-radius: 15px;
}
@media (min-width: 992px) {
  #howItWorks .row > div:first-of-type {
    margin-bottom: 200px;
  }
}
#membersReviews {
  /* background: var(--primary-rebrand); */
  background: linear-gradient(rgba(20, 28, 82, 0.7), rgba(20, 28, 82, 0.7)),
    url("/img/Street_Map_Dark_RGB_No_Locations.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
#membersReviews h3 {
  color: var(--white);
  margin-bottom: max(5%, 4rem);
  text-align: center;
  font-size: 2.5rem;
}

#membersReviews .reviewName,
#membersReviews .reviewSubline {
  font-family: var(--font-family-secondary) !important;
  text-align: right;
  margin-right: 1rem;
}

#membersReviews .reviewName {
  font-weight: bolder;
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}
#membersReviews .reviewSubline {
  font-size: 0.9rem;
  color: var(--gray-600);
  font-weight: 400;
}

#membersReviews .col-lg-4 {
  margin-bottom: 3rem;
}

#membersReviews .reviewContainer {
  background: var(--white);
  border-radius: 10px;
  padding: 10%;
  height: 100%;
  text-align: center;
  max-width: 550px;
  margin: auto;
}
#membersReviews .reviewContent span {
  font-weight: 600;
  color: var(--secondary-rebrand);
}
#membersReviews .reviewContainer i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--accent);
}

#membersReviews .slide-up:nth-child(2) {
  animation-delay: 150ms;
}
#membersReviews .slide-up:nth-child(3) {
  animation-delay: 300ms;
}

#membersCta .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#membersCta h2 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  #membersCta {
    text-align: center;
  }
  #membersCta img {
    margin-bottom: 1.5rem;
  }
  #membersCta h2 {
    font-size: 2rem;
  }
  #howItWorks h3 {
    margin: 2rem auto;
  }
  #howItWorks .step-card {
    text-align: center;
    position: relative;
    padding: 2rem 0;
  }
  #howItWorks .step-card p {
    font-size: 1.2rem;
  }
  .step-card:first-child {
    margin-top: 0;
  }
  .step-card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #membersMain .form-group {
    margin: auto;
  }
}
@media (max-width: 576px) {
  #membersMain .container,
  #partnerMain .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  #membersMain h2,
  #membersMain h3 {
    font-size: 2rem;
  }
  #membersMain #howItWorks h6 {
    font-size: 1.8rem;
  }
}

/************************************ 
*********** PARTNERS PAGE *************
*************************************/
#partnerMain section,
#distributorMain #distributorCTA,
#whitePaperMain #whitePaperCTA,
#caseStudyBody #caseStudyCTA {
  padding-top: max(5%, 7rem);
  padding-bottom: max(5%, 7rem);
}
#partnerMain section {
  padding-top: max(5%, 5rem);
  padding-bottom: max(5%, 5rem);
}

#partnerMain h2 {
  margin-bottom: max(5%, 2rem);
  font-size: 1.8rem;
}
@media (max-width: 1200px) {
  #partnerMain .brand-nubolts {
    font-size: 5rem;
  }
}
@media (max-width: 576px) {
  #partnerMain .brand-nubolts {
    font-size: 4rem;
  }
}

@media (max-width: 576px) {
  #partnerOffers h2 {
    font-size: 2.5rem !important;
  }
}

#partnerOffers h2,
#partnerDistributors h2,
#distributorCTA,
#whitePaperCTA,
#caseStudyCTA {
  text-align: center;
}

#partnerCarouselSection .container {
  padding: 0 !important;
}
#partnerCarouselSection {
  padding-bottom: 0 !important;
}

@media (min-width: 1450px) {
  #partnerCarouselSection .container {
    max-width: 1400px;
  }
}

#partnerCarousel h2 {
  font-size: 2.3rem;
  margin-right: -23%;
  padding: 1rem 2rem 1rem 5rem;
  padding-top: 100px;
}
#partnerCarousel .row {
  margin-left: 0;
  margin-right: 0;
}
#partnerCarousel .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
#partnerCarousel .carousel-card {
  position: relative;
}
#partnerCarousel .carousel-card::after {
  content: "";
  position: absolute;

  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  z-index: -2;
}
#partnerCarousel #carousel-card-1::after {
  background: var(--accent);
}
#partnerCarousel #carousel-card-2::after {
  background: var(--secondary);
}
#partnerCarousel #carousel-card-3::after {
  background: var(--variant-yellow-04);
}
#partnerCarousel #carousel-card-2,
#partnerCarousel #carousel-card-1 {
  color: var(--white);
}

#partnerMain .carousel i {
  color: black;
  font-size: 2rem;
}
#partnerMain .carousel-control {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#partnerCarousel .carousel-control {
  margin-top: 2rem;
}
#partnerMain .carousel-indicators {
  position: relative;
  margin: 0 2rem;
}
#partnerMain .carousel-indicators li {
  background-color: var(--gray-600);
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

#partnerMain .carousel-control-next,
#partnerMain .carousel-control-prev {
  position: relative;
  width: auto;
}
#partnerMain .carousel-item {
  padding: 0 1rem;
}
#partnerCarousel img {
  border-radius: 0 0 15px 0;
}

@media (max-width: 992px) {
  #partnerCarousel .carousel-card::after {
    top: 0;
  }
  #partnerCarousel h2 {
    margin-right: 0;
    padding: 4rem 3rem 0;
    min-height: 250px;
    vertical-align: middle;
  }
}
@media (max-width: 576px) {
  #partnerCarousel h2 {
    font-size: 1.8rem;
    padding: 3rem 2rem 0;
    min-height: 230, mpx;
  }
}

@media (min-width: 768px) {
  #partnerOffers .container .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  #partnerOffers .container .row > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#partnerOffers {
  padding-top: max(5%, 4rem) !important;
  padding-bottom: max(5%, 4rem) !important;
}
#partnerOffers h2 {
  margin-bottom: 2rem;
  margin-bottom: max(7%, 4rem);
  font-size: 3rem;
  text-align: center;
}

#partnerOffers h3 {
  font-size: 1.4rem;
  display: inline-block;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--gray-900);
}
#partnerOffers p {
  margin-bottom: 4rem;
}
#partnerOffers span {
  font-weight: 700;
}

#partnerOffers a h3:after {
  position: absolute;
  padding-left: 0.5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f061";
  font-size: 1.1rem;
  padding-top: 0.2rem;
}

#partnerOffers a {
  text-decoration: none;
  color: var(--text-dark);
}
#partnerOffers a:hover h3 {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--black);
}

#partnerOffers #iconContainerSignage,
#partnerOffers #iconContainerWebsites {
  padding: 15px;
}

#partnerOffers #iconContainerMembership,
#partnerOffers #iconContainerIntelligence {
  background: var(--variant-turquoise-03);
}

#partnerOffers #iconContainerMembership path,
#partnerOffers #iconContainerIntelligence path,
#partnerOffers #iconContainerIntelligence rect {
  fill: var(--accent) !important;
}

#partnerOffers #iconContainerSignage,
#partnerOffers #iconContainerAnalytics {
  background: #edf0ff;
}

#partnerOffers #iconContainerSignage path,
#partnerOffers #iconContainerSignage rect,
#partnerOffers #iconContainerAnalytics path {
  fill: #8194ec !important;
}

#partnerOffers #iconContainerMarketing,
#partnerOffers #iconContainerWebsites {
  background: var(--variant-yellow-03);
}

#partnerOffers #iconContainerMarketing path,
#partnerOffers #iconContainerWebsites path {
  fill: #dcbf29 !important;
}

@media (max-width: 992px) {
  #partnerCalcResultsContainer,
  #partnerCalcResultsContainer #breakdownSm {
    text-align: center !important;
  }
  #partnerCalcResultsContainer
    #breakdownSm
    .calc_annual_ew_membership_conversion_revenue {
    font-size: 2rem;
  }
}
#partnerRevenueEstimate {
  font-size: 5rem;
  font-weight: 700;
  line-height: 5rem;
}

#partnerMarketing h2 {
  margin-bottom: 1.3rem;
}
#partnerMarketing .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#partnerMarketing img {
  border-radius: 10px;
  margin-bottom: 2rem;
}

#partnerDistributors {
  position: absolute;

  text-align: center;
  padding-top: max(4%, 4rem) !important;
  padding-bottom: max(4%, 4rem) !important;
  color: var(--white);
  position: relative;
}

#partnerDistributors::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(
    180deg,
    rgb(89, 101, 225) 0%,
    rgba(var(--rgb-accent), 1) 120%
  );
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

#partnerDistributors h2 {
  margin-bottom: max(3%, 1rem);
}
#partnerDistributors p {
  font-weight: 500;
  font-size: 1.1rem;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 1.5rem;
}

#partnerDistributors .container {
  overflow: hidden;
}

#partnerNews {
  background: var(--gray-100);
}
#partnerNews h2 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
#partnerNews #partnerNewsHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #partnerNews #partnerNewsHeading {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  #partnerNews .article {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#distributorCTA,
#whitePaperCTA,
#caseStudyCTA {
  color: var(--white);
  position: relative;
}
#distributorCTA,
#whitePaperCTA,
#caseStudyCTA {
  background-image: 
  /* top, transparent red */ linear-gradient(
      rgba(var(--rgb-primary), 0.45),
      rgba(var(--rgb-primary), 0.45)
    ),
    /* your image */ url("/img/Street_Map_Dark_RGB_No_Locations.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#distributorCTA p,
#whitePaperCTA p,
#caseStudyCTA p {
  margin-bottom: 2rem;
}

.circle {
  border-radius: 50%;
}

.distributor-group {
  overflow-x: auto;
  flex-direction: row !important;
  flex-wrap: nowrap;
}

/************************************ 
*********** ABOUT PAGE *************
*************************************/
#aboutHero {
  padding: 25% 0 5% 0;
  background: linear-gradient(
      180deg,
      rgba(27, 41, 53, 0.25) 0%,
      rgba(27, 41, 53, 0.75) 100%
    ),
    url(../img/james-lewis-94yFYwJZVL4-unsplash.jpg);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: 50% 85%;
  background-size: cover;
  color: var(--white);
}

#aboutMission {
  padding: 7% 0;
}
#aboutMission .col-lg-7 {
  padding: 0 4%;
}
#aboutMission h3 {
  font-family: var(--font-family-headings);
  font-weight: 400;
  font-size: 4.3rem;
  line-height: 1.1;
}

#ourHistory {
  padding: 3rem 0;
  color: var(--white);
  background: var(--secondary);
}
#ourHistory h3 {
  text-align: center;
  font-family: var(--font-family-headings);
  font-weight: 400;
  font-size: 4.3rem;
  line-height: 1.1;
}
#ourHistory .row {
  display: flex;
  align-items: start;
  justify-content: center;
}

#ourHistory .row:first-of-type {
  align-items: flex-end;
}

.timeline-event {
  padding: 2rem 1rem;
}
.timeline-event-bottom h5 {
  margin-top: 1rem;
}
.timeline-event h5 {
  text-align: center;
}
/* Timeline Circle */
.timeline-event:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -12px;
  left: calc(50% - 11px);
  background: var(--primary);
  border-radius: 16px;
  border: 5px solid var(--accent);
  z-index: 1;
}
.timeline-event-bottom:after {
  top: -12px;
}

/* Timeline Dashed Line */
.timeline-event:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 0;
  left: 50%;
  bottom: 12px;
  border: 1px dashed var(--primary);
  z-index: 1;
}

.timeline-event-bottom:before {
  top: 12px;
}

#ourHistory .line {
  height: 0;
  border-bottom: 1px solid var(--gray-400);
}

#aboutNews {
  padding: 10% 0;
}
#aboutNews h3 {
  font-family: var(--font-family-headings);
  font-weight: 400;
  font-size: 3.3rem;
  line-height: 1.1;
}
#aboutNews .row:first-child {
  margin-bottom: 3%;
}
#aboutNews .col-lg-12 {
  display: flex;
  justify-content: space-between;
}
#aboutNews .col-lg-12 a {
  font-family: var(--font-family-body);
  font-size: 1.25rem;
  color: black;
  text-decoration: underline;
  letter-spacing: 0.05rem;
}

/************************************ 
*********** DISTRIBUTORS *************
*************************************/
#distributorHome {
  padding: 7% 0;
  color: var(--white);
  background: url(../img/hero_images/highway.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#distributorHome h1 {
  font-family: var(--font-family-headings);
  font-weight: 400;
  font-size: 4.3rem;
  line-height: 1.1;
}
#distributorFilter {
  padding: 5%;
}

#distributorFilter img {
  margin-bottom: 1rem;
}

/************************************ 
*********** PARTNERS *************
*************************************/
#partnerHome {
  padding: 7% 0;
  color: var(--white);
  background: url(../img/hero_images/partners-hero-img-gradient.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#partnerHome h1 {
  font-family: var(--font-family-headings);
  font-weight: 400;
  font-size: 4.3rem;
  line-height: 1.1;
}
a.read_more {
  font-size: 1rem!important;
  color: var(--primary);
  font-weight: 500;
}
a.read_more:hover {
  text-decoration: underline!important;
}

/************************************ 
*********** GET STARTED SECTION *************
*************************************/
#ewGetStarted {
  background: url(../img/new-update/cta-bg-2_update.png);
  background-position: left;
  background-repeat: no-repeat;
  padding: 10% 0;
}
#ewGetStarted a.btn-blue {
  background: #141c52;
  color: #fff;
}
#ewGetStarted a.btn-blue:hover {
  background: #fcfa6c;
  color: #141c52;
}

/************************************ 
*********** OMNI-X *************
*************************************/
#omnixBody section:not(#partnerNav, #omnixHero) {
  padding: 5%;
}
#omnixBody h1 {
  font-size: 4.5rem;
}
@media (max-width: 576px) {
  #omnixBody h1 {
    font-size: 4rem;
  }
}
#omnixBody h3 {
  margin-bottom: 4%;
}

#omnixOffers .container,
#omnixCta .container,
#omnixHow .container {
  max-width: 800px;
}

#omnixHero {
  padding-top: max(7%, 4rem);
  padding-bottom: max(7%, 4rem);
}

#omnixHero .col-lg-7:first-child img {
  width: 7rem;
  margin-bottom: 1rem;
}
#omnixHero .col-lg-5 img {
  margin: 1rem 0;
}
#omnixHero p {
  color: var(--gray-600);
  padding-bottom: 2%;
}

#omnixOffers {
  background: var(--primary);
  background-position: center;
  background-size: cover;
  color: var(--white);
}
#omnixOffers .container > img {
  width: 100%;
  margin: 7% 0;
  border: 20px solid var(--white);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
#omnixOffers h3 {
  margin-bottom: 6%;
}
#omnixOffers .col-sm-6 {
  display: flex;
  align-items: center;

  text-align: left;
}
#omnixOffers .col-sm-6 img {
  width: 60px;
  margin-right: 1rem;
}
#omnixOffers svg path,
#omnixOffers svg rect,
#omnixOffers svg polygon {
  fill: var(--accent);
}

#omnixOffers .icon-container {
  height: 75px;
  width: 75px;
  margin-right: 1rem;
}

#omnixOffers h5 {
  font-size: 1rem;
}

#omnixHow .col-lg-4 > div {
  background: rgba(244, 246, 255, 0.35);
  border: 1px solid rgba(30, 80, 255, 0.15);
  border-radius: 10px;
  padding: 10%;
  margin-bottom: 8%;
}

#omnixHow img {
  width: 70%;
  padding-bottom: 10%;
}

#omnixHow p {
  margin-bottom: 3rem;
}
#omnixInsights h2 {
  text-align: center;
  margin-bottom: 5rem;
}
#omnixInsights h5 {
  margin-bottom: 1rem;
}
#omnixInsights {
  background: var(--variant-periwinkle-01);
}
#omnixInsights .container {
  overflow: hidden;
}
#omnixInsights .row {
  margin-bottom: 3rem;
  margin-left: -50px;
  margin-right: -50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  #omnixInsights .row:nth-child(3) {
    flex-direction: column-reverse;
  }
}

#omnixInsights .row > div {
  padding-right: 50px;
  padding-left: 50px;
}
#omnixInsights img {
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  margin-bottom: 10%;
}

#omnixInsights ul {
  padding-left: 30px;
}
#omnixCta h3 {
  font-size: 4rem;
  margin-bottom: 1.2rem;
}
#omnixCta p {
  margin: auto;
  margin-bottom: 2rem;
  max-width: 500px;
}
#omnixCta {
  text-align: center;
  background: linear-gradient(0deg, #f4f6ff 0%, rgba(244, 246, 255, 0) 10%);
}

/************************************ 
*********** SUPPORT HOME PAGE *************
*************************************/

#supportBody {
  min-height: 100%;
  text-align: center;
}

.supportNav {
  padding-top: max(1rem, 2%);
}

.supportContent h1,
.supportContent h2 {
  padding-bottom: 2rem;
}

#supportBody .supportNav ol {
  justify-content: center;
  font-size: 1.2rem;
}
#supportBody .supportContent {
  padding-bottom: max(3rem, 2%);
}

.supportContent .container,
.supportNav .container,
#supportContactForm .container,
.supportContact .container,
#partnerSupportBody #partnerFaq .container,
#memberSupportBody #partnerFaq .container {
  max-width: 900px;
  margin: auto;
}

#supportContactForm iframe#membersupportForm {
  width: 100%;
}

#supportBody {
  background: var(--gray-100);
}

#supportBody .col-lg-6 .btn {
  margin-bottom: 1rem;
}

.supportNav ol {
  background: none;
  padding-left: 0;
  padding-top: 3rem;
}

.supportContent .col-lg {
  margin-bottom: 2rem;
}

.supportContent a {
  background: var(--white);
  border-radius: 6px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1.5rem;
  height: 100%;
  box-shadow: var(--drop-shadow-200);
}

.supportContent a:hover {
  box-shadow: var(--drop-shadow-300);
}

.supportContent a {
  color: var(--gray-700);
}

.supportContent .icon-wrapper {
  position: inline-block;
  background: var(--accent);
  width: 6rem;
  height: 6rem;
  color: var(--primary);
  border-radius: 50%;
  font-size: 1.7rem;
}

.supportContent .img-container-support {
  margin: 1rem 1rem 1.5rem;
  max-height: 200px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
}
.supportContent .img-container-support img {
  max-width: 100%;
  max-height: 100%;
}
.supportContact {
  padding-bottom: max(4rem, 5%);
}
.supportContact h4 {
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.supportContactCard {
  text-align: center;
  background: var(--variant-periwinkle-01);
  padding: 2rem 4rem;
  border-radius: 5px;
  margin-bottom: 3rem;
}

.supportContactCard > div {
  text-align: left;
  display: inline-block;
}

.supportContactCard a {
  color: var(--gray-700);
  text-decoration: underline;
}

.supportContactCard i {
  vertical-align: middle;
  margin-right: 20px;

  font-size: 0.8rem;
}

#partnerSupportBody #partnerFaq,
#memberSupportBody #partnerFaq {
  padding: 0 0 5% 0;
}
#partnerFaq ul {
  margin-top: 0.5rem;
  margin-left: 1rem;
}

/************************************ 
*********** SALES *************
*************************************/

#contactSales {
  padding-top: max(4%, 3rem);
  padding-bottom: max(4%, 3rem);
  background: var(--variant-periwinkle-03);
}
#contactSales .container {
  max-width: 1300px !important;
  margin: auto;
}

#contactSales h1 {
  margin-top: 3rem;
}
#contactSales .row > div:first-child {
  padding-right: 100px;
  max-width: 800px;

  padding-bottom: 2rem;
}
#contactSales ul {
  list-style: none;
}
#contactSales ul li {
  margin-bottom: 0.5rem;
  margin-left: 1.8rem;
}
#contactSales ul li::before {
  position: absolute;
  left: 1rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color: #7083ce;
}

/************************************ 
*********** TERMS *************
*************************************/
#termsContent {
  padding: 5% 0;
}
#termsContent h3 {
  padding-bottom: 2.5rem;
  font-size: 2.4rem;
}
#termsContent h4 {
  padding-bottom: 0.8rem;
}
#termsContent p {
  padding-left: 1.7rem;
  padding-bottom: 1rem;
}
#termsContent ul {
  padding-left: 3rem;
}

#termsContent strong {
  font-family: var(--font-family-nav);
}

#termsContent a {
  color: var(--black);
  text-decoration: underline;
}

/************************************ 
*********** PRIVACY *************
*************************************/
#privacyContent {
  padding: 5% 0;
}
#privacyContent h3 {
  padding-bottom: 2rem;
  font-size: 3rem;
}
#privacyContent h4 {
  padding-bottom: 0.8rem;
}
#privacyContent p {
  padding-left: 1.7rem;
  padding-bottom: 1rem;
}
#privacyContent ul {
  padding-left: 3rem;
}

#privacyContent strong {
  font-family: var(--font-family-nav);
}
#privacyContent a {
  color: var(--black);
  text-decoration: underline;
}

/************************************ 
*********** FOOTER *************
*************************************/
footer {
  color: var(--white);
  padding: max(5%, 3rem) 1rem;
  background: var(--black);
  font-size: 0.85rem;
}
.checklistfooter {
  position: relative;
}
.checklistfooter .blurWrapper {
  top: -25px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  backdrop-filter: blur(5px);
  z-index: 99;
  position: absolute;
}

.img-footer {
  height: 2.5rem;
}

footer li {
  position: relative;
  display: block;
  padding: 0.35rem 0;
}

footer a {
  color: var(--white);
}

footer a:hover {
  color: var(--gray-500);
}

#footerAppStore .col-lg-5 {
  justify-content: start;
}

#footerAppStore .col-lg {
  justify-content: flex-end;
}

#footerLinks ul p {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gray-600);
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

#footerBottom {
  text-align: center;
}

#footerBottom a {
  padding: 0 0.5rem;
}
#footerBottom a:first-child {
  padding-left: 0;
}
#footerBottom a:last-child {
  padding-right: 0;
}

#footerBottom p {
  text-align: left;
}

#footerBottom .col-lg:last-child {
  display: flex;
  justify-content: flex-end;
}

footer #footerBottom a i {
  font-size: 1.25rem;
  color: var(--white);
  padding: 0 0.5rem;
}
footer #footerBottom a:hover i {
  color: var(--gray-500);
}

footer #footerBottom a,
footer #footerBottom p {
  color: var(--gray-500);
  font-size: 0.7rem;
}

#footerBottom .col-lg {
  margin-bottom: 1rem;
}

#footerAppStore {
  margin-bottom: 3rem;
}

#footerLinks {
  margin-bottom: 10%;
}

/************************************ 
*********** 404 *************
*************************************/

#section404 {
  padding: 5rem 0 10rem 0;
}

#section404 .container {
  max-width: 1300px;
  margin: auto;
}
#section404 a:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.185);
}

#section404 p {
  padding-bottom: 1rem;
}

#section404 h3 {
  font-size: 8rem;
  font-weight: bolder;
}
#section404 h4 {
  font-size: 3rem;
}
#section404 .img-fluid {
  padding: 0rem;
}

/************************************ 
*********** SITEMAP *************
*************************************/
#sitemap {
  padding: min(5rem, 7%) 0;
}
#sitemap li {
  list-style-type: none;
}
#sitemap hr {
  margin-bottom: min(3rem, 5%);
}

#sitemap ul {
  margin-bottom: min(2rem, 10%);
}

#sitemap li {
  margin-bottom: 0.3rem;
}

#sitemapBody {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/************************************ 
***********CAREERS*************
*************************************/
#careersMain section {
  padding-top: max(5%, 3rem);
  padding-bottom: max(5%, 3rem);
}

#careersCulture h2,
#careersCulture span,
#careersEnvironment,
#careersPositions {
  text-align: center;
}
#careersHero {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
    url(/img/hero_images/mikey-harris-kw0z6RyvC0s-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: auto;
  padding-top: max(12%, 6rem) !important;
  padding-bottom: max(12%, 6rem) !important;
  padding-left: max(12%, 3rem) !important;
  color: var(--white);
}

/* #careersHero h1,
#careersHero a {
  animation: fadeIn 1s, slideUp 1s;
} */

#careersHero .container {
  overflow: hidden;
}

#careersMain h1,
#careersMain h2 {
  margin-bottom: 1.5rem;
}

#careersMain h1 {
  font-size: 8rem;
}

#careersMain h2 {
  font-size: 3rem;
}

#careersMain p {
  font-size: 1.25rem;
}

#careersMain .subheader {
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: var(--gray-600);
  display: table;
  font-weight: 600;
}
#careersAbout img {
  margin: auto;
  margin-bottom: 1.5rem;
}

#careersAbout .container {
  max-width: 1600px;
}
#careersCulture {
  background: var(--gray-100);
}
#careersCulture h3 {
  font-size: 2rem;
  text-align: center;
}

#careersCulture p {
  text-align: center;
  max-width: 950px;
  margin: auto;
  margin-bottom: 5%;
}

#careersCulture .subheader {
  margin-left: auto;
  margin-right: auto;
}

#careersWfh h2 {
  font-size: 6rem;
  width: 200%;
}
#careersWfh .col-lg-7 {
  z-index: -1;
}

#careersBalance {
  background: var(--black);
  color: var(--white);
}
#careersBalance h2 {
  width: 200%;
  font-size: 3.3rem;
  background: -webkit-linear-gradient(136.89deg, #1e50ff 3.57%, #00e1e1 91.84%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#careersBalance img {
  padding-left: 15%;
}
#careersBalance .col-lg-7 {
  display: flex;
  align-items: center;
}

#careersEnvironment {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/office.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-position: center center;
  margin: auto;
  padding-top: max(9%, 5rem) !important;
  padding-bottom: max(9%, 5rem) !important;
  color: var(--white);
}

#careersBenefits h3 {
  font-size: 1.2rem;
}
#careersBenefits img {
  width: 90px;
  margin: 4rem 0 2rem 0;
}

#careersPositions {
  background: var(--variant-turquoise-02);
}
#careersPositions h2 {
  margin-bottom: 6rem;
}
#careersPositions .blue-line-horizontal:after {
  width: 15%;
  height: 0.6rem;
}

#careersPositions #no-positions-disclaimer {
  font-style: italic;
  font-size: 1.4rem;
  display: none;
}

.job-position {
  background: var(--white);
  padding: 2.5rem 4rem 2rem 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: max(5%, 2rem);
  box-shadow: 0px 0px 32px 10px rgba(163, 163, 163, 0.1);
  border-radius: 7px;
  color: var(--black);
}
.job-position:hover {
  box-shadow: 0px 0px 32px 10px rgba(94, 94, 94, 0.1);
  color: var(--black);
  cursor: pointer;
}

.job-position:hover .position-title {
  text-decoration: underline;
  /* text-decoration-thickness: 1px; */
  text-underline-offset: 2px;
}
.job-position .position-title {
  text-align: left;
}
.job-position .position-location {
  width: 100%;
  display: block;
  display: flex;
  flex-direction: row;
}

.job-position .position-location i {
  position: relative;
  top: 3px;
  margin-right: 1rem;
  font-size: 1.3rem;
}

.slider-content h3 {
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 0;
  height: 4.5rem;
}

.slider-content h3 span {
  font-weight: 700;
}

.slider-content img {
  max-height: 20rem;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5rem 5rem 1.5rem 0;
  display: block;
}

.slider-container {
  overflow: hidden;
  height: 20rem;
}
.slider-content {
  -webkit-animation: slideUpMultiple 8s;
  -moz-animation: slideUpMultiple 8s;
  -o-animation: slideUpMultiple 8s;
  -ms-animation: slideUpMultiple 8s;
  animation: slideUpMultiple 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  margin: auto;
}
.slider-content .col-lg-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes slideUpMultiple {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-20%);
  }
  25% {
    transform: translateY(-20%);
  }
  40% {
    transform: translateY(-40%);
  }
  50% {
    transform: translateY(-40%);
  }
  65% {
    transform: translateY(-60%);
  }
  75% {
    transform: translateY(-60%);
  }
  90% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(-80%);
  }
}
@-moz-keyframes slideUpMultiple {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-20%);
  }
  25% {
    transform: translateY(-20%);
  }
  40% {
    transform: translateY(-40%);
  }
  50% {
    transform: translateY(-40%);
  }
  65% {
    transform: translateY(-60%);
  }
  75% {
    transform: translateY(-60%);
  }
  90% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(-80%);
  }
}

@-webkit-keyframes slideUpMultiple {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-20%);
  }
  25% {
    transform: translateY(-20%);
  }
  40% {
    transform: translateY(-40%);
  }
  50% {
    transform: translateY(-40%);
  }
  65% {
    transform: translateY(-60%);
  }
  75% {
    transform: translateY(-60%);
  }
  90% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(-80%);
  }
}

@-o-keyframes slideUpMultiple {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-20%);
  }
  25% {
    transform: translateY(-20%);
  }
  40% {
    transform: translateY(-40%);
  }
  50% {
    transform: translateY(-40%);
  }
  65% {
    transform: translateY(-60%);
  }
  75% {
    transform: translateY(-60%);
  }
  90% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(-80%);
  }
}

@-ms-keyframes slideUpMultiple {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-20%);
  }
  25% {
    transform: translateY(-20%);
  }
  40% {
    transform: translateY(-40%);
  }
  50% {
    transform: translateY(-40%);
  }
  65% {
    transform: translateY(-60%);
  }
  75% {
    transform: translateY(-60%);
  }
  90% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(-80%);
  }
}

#careersMain #transparency {
  background: var(--gray-100);
}
#careersMain #transparency img {
  max-width: 350px;
  margin-bottom: 1.5rem;
}
#careersMain #transparency h2,
#careersMain #transparency p {
  margin-bottom: 1.5rem;
}

/************************************ 
*********** BLOG LANDING PAGE *************
*************************************/

#blogMain section {
  padding-top: max(5%, 3rem);
  padding-bottom: max(5%, 3rem);
}
#blogHero {
  padding-top: max(5%, 5rem) !important;
  padding-bottom: max(5%, 5rem) !important;
  color: var(--white);
  text-align: center;
  overflow: hidden;
  position: relative;
}
#blogHero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: linear-gradient(135deg, var(--accent), var(--secondary));
}
#blogHero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(/img/icon-bg.png);
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}
#blogHero .container {
  z-index: 1000 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#blogHero h1 {
  font-size: 5rem;
}
#blogHero h2 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.75rem 0;
}

#blogHero img {
  max-height: 200px;
}

#headlinePost h3 {
  margin-bottom: 4%;
}
#blogHero .row {
  display: flex;
  align-items: center;
}

.main-article > div {
  padding-right: 0;
  padding-left: 0;
}
.main-article .article-content {
  padding-left: 2rem;
}

.main-article .article-title {
  font-size: 1.8rem !important;
}

.main-article img {
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
}
.main-article .article-content .article-preview {
  overflow: visible;
  display: block;
  max-height: none;
}
.article {
  display: block;
  margin: 0 var(--article-side-margin);
  height: 100%;
  max-width: 500px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.025);
  transition: transform 0.2s;
}

.article-horizontal .row {
  min-width: 100%;
}
.article-horizontal {
  width: 100%;
}
@media (min-width: 576px) {
  .article-container-horizontal {
    margin-top: max(4%, 3rem);
    margin-bottom: 0;
  }
  .article-horizontal {
    min-width: 100%;
    display: flex !important;
  }

  .article-horizontal .article-img-container {
    border-radius: 0;
  }
  .article-horizontal .article-date {
    margin-top: 0;
    margin-bottom: 0.5rem !important;
  }
}

.article:hover {
  box-shadow: 0px 0px 30px 15px rgba(105, 105, 105, 0.1);
  cursor: pointer !important;
}
.article:hover .article-title {
  color: var(--gray-700) !important;
}
.article img {
  transition: transform 0.4s;
}
.article:hover img {
  transform: scale(1.045);
}
.article-no-container .article {
  background-color: transparent;
  box-shadow: none;
}
.article-no-container .article .article-content {
  padding-left: 0;
  padding-right: 0;
}

.main-article {
  display: flex;
  width: 100%;
  max-width: 100% !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.article-container {
  margin-top: max(4%, 3rem);
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.article-img-container {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  padding-top: 66.66%; /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */
  -moz-border-radius: 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  background: var(--white);
}
.article-img-container img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
}
#newsMain .article-content {
  padding: 7%;
  padding-top: 1%;
}
.article-date,
.article-title,
.article-preview {
  margin-bottom: 0.5rem !important;
}
.article-title {
  color: var(--black) !important;
  text-transform: lowercase;
  text-transform: capitalize;
  font-size: 1.2rem;
  line-height: 1.4;
}
.article-date {
  color: var(--primary);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
  opacity: 0.8;
  margin-top: 1.5rem;
  margin-top: 1rem;
}

.article-preview {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3; /* number of lines to show */
  line-height: 25px; /* fallback */
  max-height: 75px; /* fallback */
  font-size: 0.95rem;
}

.article-row {
  margin: 0 calc(-15px - var(--article-side-margin));
}

.article .article-preview {
  color: var(--gray-700);
}
#showMoreBtn {
  display: block;
  margin: 3rem auto;
  color: var(--primary);
  border: 1px solid var(--primary);
}
#showMoreBtn:hover {
  background: var(--gray-200);
}

#featuredArticles {
  background: var(--gray-100);
}
#allArticles .article-container {
  display: none;
}
/************************************ 
*********** NEWSROOM *************
*************************************/
#newsMain {
  background: var(--gray-100);
}
#newsMain section {
  padding-top: max(5%, 3rem);
  padding-bottom: max(5%, 3rem);
}
#newsHero {
  padding-top: max(4.5%, 5rem) !important;
  padding-bottom: max(12%, 6rem) !important;
  background-image: url("/img/Street_Map_Dark_RGB_No_Locations.png");
  background-image: 
    /* top, transparent red */ linear-gradient(
      rgba(var(--rgb-primary), 0.25),
      rgba(var(--rgb-primary), 0.25)
    ),
    /* your image */ url("/img/Street_Map_Dark_RGB_No_Locations.png");
  background-size: cover;

  color: var(--white);
  text-align: center;
}
#newsHero .article-search-form {
  margin: auto;
}
#newsHero h1 {
  font-size: 5rem;
  margin-bottom: 1rem;
}
#newsHero h2 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
#newsMain #headlinePost {
  margin-top: -7%;
  padding-top: 0;
  padding-bottom: 0;
}
#newsMain #headlinePost .container {
  padding: max(3%, 5rem) max(4.5%, 1rem);
  background: var(--gray-200);
  border-radius: 15px;
}

@media (max-width: 991px) {
  #newsMain #headlinePost {
    background: var(--gray-200);
  }
}

#newsMain #headlinePost .article-title {
  font-size: 1.5rem;
  line-height: 1.3;
}

#featuredArticles h2,
#allArticles h2 {
  font-family: "Montserrat", var(--font-family-body);
  font-size: 1.8rem;
}
#newsMain #allArticles {
  background: var(--gray-900);
  color: var(--white);
}

#newsMain #showMoreBtn {
  color: var(--white);
  border: 1px solid var(--white);
}
#newsMain #showMoreBtn:hover {
  background: rgba(255, 255, 255, 0.15);
}
/************************************ 
*********** ARTICLE SEARCH BAR *************
*************************************/
.article-search-form {
  position: relative;
  color: var(--white) !important;
  background: var(--white);
  border-radius: 50px;
  padding: 0.2rem 1rem;
  margin: 1rem 0;
  box-shadow: var(--drop-shadow-200);
  width: 450px;
  max-width: 95%;
}
#articleMain .article-search-form {
  width: 300px;
  padding: 0 1rem;
}
.aa-Form {
  background: none !important;
  border: none !important;
  height: auto !important;
}

.aa-Form .aa-InputWrapperPrefix label {
  margin-bottom: 0 !important;
}
.aa-Form input {
  margin: 0;
  background: none !important;
}
.aa-Form i {
  position: absolute;
  left: 15px;
  z-index: 1;
}
.aa-Form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; /* Firefox */
}

.aa-Form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.5);
}

.aa-Form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.5);
}

.aa-Item {
  padding: 10px 0 !important;
}
.aa-SourceFooter {
  display: none !important;
}
.aa-Item .aa-ItemContent mark {
  color: inherit !important;
}
/*----- Start of Algolia Mobile Elements -----*/
.aa-DetachedSearchButton {
  background: none !important;
  border: none !important;
}
.aa-DetachedOverlay {
  z-index: 1000 !important;
}
.aa-DetachedFormContainer {
  padding: 20px 10px !important;
}
.aa-DetachedFormContainer .aa-Form {
  background: var(--gray-200) !important;
  border-radius: 50px !important;
  padding: 0 10px !important;
}
@media (max-width: 679px) {
  #articleMain .article-search-form {
    width: auto !important;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  #articleMain .aa-DetachedSearchButtonIcon {
    color: var(--white) !important;
  }
  #articleMain .aa-DetachedSearchButtonPlaceholder {
    display: none;
  }
}

/*----- End of Algolia Mobile Elements -----*/

#articleMain .article-search-form input {
  margin: 0;
}

/************************************ 
*********** ARTICLE *************
*************************************/
.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  object-fit: cover;
}
#articleMain section {
  padding-top: max(2%, 2rem);
  padding-bottom: max(2%, 2rem);
}
#articleSectionBody {
  padding-top: max(3%, 2.5rem) !important;
  padding-bottom: max(2%, 2rem) !important;
}
#articleMainContainer {
  width: min(800px, 100%);
  padding-right: 30px;
  padding-left: 30px;
}
#articleSectionBody h1,
#articleSectionBody img,
#articleSectionBody p,
#articleSectionBody a {
  display: block;
  margin-bottom: 1.5rem;
}

#articleMain #articleNavbar {
  background: linear-gradient(135deg, var(--accent), var(--secondary));
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.news-article-main #articleNavbar {
  background: var(--primary) !important;
}
#articleMain #articleNavbar .container-fluid {
  max-width: 1440px;
  margin: auto;
}
#articleMain #articleNavbar a {
  color: var(--white);
  font-family: var(--font-family-body);
  letter-spacing: normal;
  font-weight: 600;
  font-size: 1.35rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
/* Article Content Body Styles */
#articleMain .article-body {
  margin-bottom: 2rem;
  word-break: break-word;
}
#articleMain .article-body img {
  margin: 7% 0;
}
#articleMain .article-photo {
  margin-bottom: 7%;
}
#articleMain .article-body h1 {
  margin-bottom: 3%;
  font-size: 40px !important;
}
#articleMain .article-body h2 {
  margin-bottom: 3%;
  font-size: 36px !important;
}
#articleMain .article-body h3 {
  margin-bottom: 3%;
  font-size: 32px;
}
#articleMain .article-body h4 {
  margin-bottom: 3%;
  font-size: 28px;
}
#articleMain .article-body h5 {
  margin-bottom: 3%;
  font-size: 24px;
}
#articleMain .article-body h6 {
  margin-bottom: 3%;
  font-size: 20px;
  font-family: var(--font-family-body);
  letter-spacing: normal;
  font-weight: 600;
}

#articleMain .article-body iframe {
  margin-top: 1rem;
  margin-bottom: 1.5rem;

  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

#articleMain .article-body p,
#articleMain .article-body ol,
#articleMain .article-body ul {
  margin-bottom: 2.3rem;
}

#articleMain .article-body a {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--text-dark);
  text-decoration-color: rgba(0, 0, 0, 0.317);
}

#articleMain .article-body a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--text-dark);
  text-decoration-color: var(--text-dark) !important;
}
#articleMain .breadcrumb {
  background: none;
  margin: 0.3rem 0;
  padding-left: 0;
}

#articleMain .breadcrumb i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
#articleMain .article-body p,
#articleMain .article-body li {
  font-size: 1.05rem;
  line-height: 1.7;
}

#articleMain .article-body li {
  margin-left: 1.5rem;
}
#articleMain p > img {
  max-width: 100%;
  height: auto;
}

.by-line {
  display: flex;
}

.by-line p {
  margin-bottom: 0.15rem !important;
  margin-top: 0 !important;
}
.by-line p:first-child {
  font-weight: 500;
}
.by-line p:last-child {
  color: var(--gray-600);
}
.article-photo {
  object-fit: contain;
  height: auto;
  width: 100%;
}
.article-social-container {
  margin-bottom: 2rem;
}
.article-social-container h2 {
  margin-bottom: 1.1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gray-800);
}
.article-social-media {
  display: flex;
}

.article-social-media a {
  color: var(--gray-700);
  font-size: 1.4rem;
  margin-right: 1rem;
  margin-bottom: 2.5rem !important;
}
.article-social-media a:hover {
  color: var(--black);
}
.article-social-media a.author-social-media {
  font-size: 2.4rem;
}
.article-social-container input {
  padding: 0.75rem 1rem !important;
  width: 300px;
  max-width: 100%;
}
.article-social-container .btn {
  padding: 0.65rem 2rem;
}
.copy-link-notification {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

#relatedStories h2,
#moreStories h2 {
  text-align: center;
  font-size: 2rem;
}

.article-footer {
  background: var(--gray-100);
  border-radius: 10px;
  padding: 2.5rem 1.8rem;
  margin-right: -15px;
  margin-left: -15px;
}
.article-footer p,
.article-footer ul {
  font-size: 1rem !important;
  color: var(--gray-600);
}
.article-footer h2 {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gray-800);
}
.article-footer h2:last-child {
  color: var(--gray-600);
}
.article-footer hr {
  margin-bottom: 2rem;
}
.article-footer ul {
  padding-left: 5%;
}
.author-bio-container {
  overflow: auto;
}

.author-bio-container .avatar {
  float: left;
  margin: 0 1rem 0.5rem 0 !important;
  width: 90px;
  height: 90px;
}
.app-store-links {
  display: flex;
  align-items: center;
}

.app-store-links img {
  margin-bottom: 0 !important;
}
#moreStories {
  padding-bottom: max(3rem, 4%) !important;
}

/*----- Newsletter Widget -----*/
.newsletter-container {
  background: var(--primary);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1rem 2rem 1rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  width: 90%;
}
.newsletter-container .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.newsletter-container img {
  width: 200px;
  margin-bottom: 1.5rem;
}
.newsletter-container h5 {
  margin-bottom: max(2%, 1rem);
  text-align: center;
}
.newsletter-container input {
  width: 300px;
  max-width: 80%;
  height: 50px;
  margin: 0.5rem 0.5rem;
}
.newsletter-container .btn {
  border-radius: 50px;
  height: 50px;
  margin: 0.5rem 0.5rem;
}
@media (max-width: 576px) {
  #articleMain .article-body iframe {
    aspect-ratio: 4/3;
  }
  #relatedStories h2,
  #moreStories h2 {
    margin-bottom: -1rem;
  }
  #relatedStories h2,
  #moreStories h2,
  #articleSectionBody h1 {
    font-size: 2rem;
  }
}
/************************************ 
***********ATTENDANTS PAGE*************
*************************************/
#attendantsMain h1,
#attendantsMain h2 {
  margin-bottom: max(3%, 1.5rem);
}

#attendantsMain h3 {
  margin-bottom: max(1.5%, 0.8rem);
}

#attendantsMain h2 {
  font-size: 2.5rem;
}
#attendantsMain h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
#attendantsMain p,
#attendantsMain ol {
  font-size: 1.1rem !important;
  margin-bottom: 2rem;
}

#attendantsMain section {
  padding-top: max(4.5%, 3rem);
  padding-bottom: max(4.5%, 3rem);
}
#attendantsMain img {
  margin-bottom: 1.5rem;
  padding: 1rem;
}

#attendantsHero {
  background-color: var(--primary);
  color: var(--white);
}
#attendantsHero .row > div {
  display: flex;
  align-items: center;
}
#attendantWebinars h2 {
  margin-bottom: 0.5rem;
}
#attendantWebinars hr {
  margin: 1rem 0 max(5%, 1rem) 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
#attendantWebinars .row:first-child {
  display: flex;
  align-items: center;
}
#attendantWebinars .webinar-heading .col-lg-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (min-width: 992px) {
  #attendantWebinars .webinar-heading {
    position: relative;
    left: -50px;
  }
}
#attendantWebinars .webinar-heading img {
  padding: 1rem;
  margin-right: 1rem;
  max-width: 180px;
}
#attendantWebinars .webinar-class {
  margin-bottom: max(5%, 3rem);
}
#attendantWebinars .webinar-class h4 {
  font-size: 1.1rem;
  text-transform: uppercase;
}
#attendantWebinars ol {
  margin-left: 2rem;
}
#attendantWebinars li {
  margin-bottom: 0.25rem;
}
#attendantWebinars .btn {
  width: 200px;
  max-width: 100%;
  margin: 0.5rem 0.3rem;
  padding-left: 0;
  padding-right: 0;
}
#attendantWebinars #attendantTrainingLinks-advanced .btn {
  width: 475px;
}
#attendantWebinars .webinar-link-group {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}

#attendantWebinars .webinar-link-group a:nth-child(n + 5) {
  display: none;
}

#attendantWebinars .webinar-link-group.show a {
  display: inline-block;
}
#attendantWebinars .webinar-class button.link-dark {
  display: block;
  margin: 1.5rem 0.5rem;
  border: none;
  background: none;
}
#attendantWebinars .row:last-child .col-lg-7 p {
  margin-bottom: 0.8rem !important;
}
#attendantDuties {
  background: var(--variant-turquoise-01);
}
#attendantDuties h2 {
  text-align: center;
  margin-bottom: max(5%, 3rem);
}
#attendantDuties p {
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem !important;
}
#attendantDuties .row > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#attendantDuties img {
  max-width: 230px;
  width: 100%;
  padding: 1rem;
}
#attendantSteps h2 {
  text-align: center;
}
#attendantSteps .step-img-container {
  height: 300px !important;
}
#attendantSteps .step-card {
  margin-bottom: 10vh;
}
#attendantSteps .step-card:first-child {
  margin-top: 50px;
}
#attendantSteps .step-card:first-child .mobile-img-container {
  width: 250px !important;
  padding: 0px 50px !important;
}
#attendantSteps .step-card:last-child {
  margin-bottom: 0;
}
#attendantFaq {
  padding-bottom: max(5%, 3rem) !important;
}
#attendantFaq p {
  font-size: 1rem !important;
}

#attendantFaq .card-body {
  padding: 1rem 1rem 2rem 1rem !important;
}
#attendantsTeam {
  background: var(--gray-100);
}

#attendantsTeam h2 {
  text-align: center;
  margin-bottom: max(7%, 2rem);
}
#attendantsTeam .attendant-team-member {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#attendantsTeam .attendant-team-member img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
  margin-bottom: 0;
}
#attendantsTeam h5 {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--gray-800);
  font-weight: 600;
}
/* Attendants Page Media Queries */
@media (min-width: 992px) {
  #attendantsTeam .container {
    width: 100%;
    max-width: 1000px;
  }
}
@media (min-width: 768px) {
  #attendantsTeam .container > .row > div {
    padding-right: -35px !important;
    padding-left: -35px !important;
  }

  #attendantsTeam .container > .row > div {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 576px) {
  #attendantsMain .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

/************************************ 
***********WEBINAR PAGE*************
*************************************/
.webinarMain section {
  padding-top: max(3%, 3rem);
  padding-bottom: max(3%, 3rem);
}
.webinarMain .form-container {
  background: var(--secondary);
  padding: 4rem 2rem;
  color: var(--white);
  border-radius: 15px;
  margin: auto;
}
.webinarMain .form-container .form-agreement-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.webinarMain .form-container .form-agreement-wrapper input[type='checkbox'] {
  margin-top: .4rem;
  margin-right: 1rem;
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
  width: 40px;
}
.webinarMain .form-container input {
  background-color: var(--white) !important;
}
.webinarMain h2, .webinarMain h3 {
  font-size: 1.35rem;
}
.webinarMain .webinarHero h1 {
  font-family: var(--font-family-headings);
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: normal;
}
.webinarMain .webinarHero h1 span {
  color: var(--secondary);
}
.webinarMain .webinarHero .row > div:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
}
.webinarMain .webinarHero img {
  margin-bottom: 2rem;
  width: 80%;
}
.webinarMain .webinarDetails {
  background: var(--variant-turquoise-01);
}
.webinarMain .webinarDetails h2 {
  margin-bottom: 2rem;
}
.webinarMain .webinarDetails h2:last-of-type {
  margin-top: 4rem;
}

.webinarMain .webinarDetails .webinarOutline .row > div:last-of-type {
  display: flex;
  align-items: flex-end;
}
.webinarMain .webinarSpeakers {
  background: var(--secondary);
  color: var(--white);
}
.webinarMain .webinarSpeakers .container {
  padding-right: 30px;
  padding-left: 30px;
}
.webinarMain .webinarSpeakers .row {
  margin-right: -30px;
  margin-left: -30px;
}
.webinarMain .webinarSpeakers .row > div {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
.webinarMain .webinarSpeakers .webinar-speaker-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.webinarMain .webinarSpeakers .webinar-speaker-header p:first-of-type {
  font-weight: 600;
  font-style: italic;
}
.webinarMain .webinarSpeakers .webinar-speaker-header p {
  margin-bottom: 0rem;
}
.webinarMain .webinarSpeakers .webinar-speaker-img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-right: 1rem;
}
/* Webinar Min-Width Media Queries */
@media (min-width: 1200px) {
  .webinarHero .row > div:first-of-type {
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .webinarMain .webinarHero .container{
    max-width: 1400px;
  }
  .webinarMain .form-container {
    margin-bottom: -10rem;
  }
  
}
/* Webinar Max-Width Media Queries */
@media (max-width: 992px) {
  .webinarHero .row > div:first-of-type  {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}

/************************************ 
*********** MEDIA QUERIES*************
*************************************/
/* Large Laptop */
@media (max-width: 1315px) and (min-width: 1200px) {
  .navbar ul li {
    padding: 0 0.5rem;
  }
  .navbar ul li a.nav-link {
    font-size: 0.75rem;
  }
}

@media (max-width: 1200px) {
  .navbar ul li {
    text-align: center;
  }
  .navbar .d-flex {
    justify-content: center;
    margin-bottom: 0.7rem;
  }
  .navbar .nav-item:hover:after,
  #partnerNav .nav-item:hover:after {
    transform: scaleX(0);
  }

  #navbar .compressed-btn-group {
    display: block;
  }
  .navbar .dropdown-item {
    text-align: center;
  }
  #navbar button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #navbar .nav-link {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  #navbar .nav-item:last-child .nav-link {
    padding-bottom: 1.5rem;
  }
  #homeHero .tab-content h1 {
    font-size: 2rem;
  }
  #careersMain p {
    font-size: 1rem;
  }
  #careersHero h1 {
    font-size: 4rem;
  }
  #careersBalance h2 {
    font-size: 3rem;
  }
}

/* Laptop */
@media (max-width: 1024px) {
}

@media (max-width: 992px) {
  #howItWorks h3:first-child {
    margin: 0 auto 1rem auto;
  }
  #howItWorks h3:last-child {
    margin: 0rem auto 0 auto;
  }
  #howItWorksImgContainer {
    display: none;
  }
  #howItWorks .step-card {
    margin-bottom: 0rem;
    box-shadow: none;
  }
  #attendantSteps .step-card {
    margin-bottom: 0;
    padding: 0;
  }

  #howItWorks .step-card img {
    display: block;
  }
  #howItWorks h6:after {
    width: 100%;
  }
  #omnixInsights .col-lg-8 {
    padding-left: 3%;
  }
  #omnixInsights .container {
    width: 80%;
  }
  #omnixInsights .col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #careersMain h2,
  #careersMain h3 {
    width: auto !important;
  }

  #careersWfh h2,
  #careersAbout h2,
  #careersCulture h2,
  #careersBalance h2 {
    font-size: 2.5rem;
  }

  #careersEnvironment h2,
  #careersBenefits h2,
  #careersPositions h2,
  #careersMain #transparency h2 {
    font-size: 2rem;
  }
  #textSlider h3 {
    font-size: 1.3rem;
  }
  #blogHero h1 {
    text-align: center;
    border: none;
  }
  #blogHero img {
    margin: auto;
  }
  #blogHero .col-lg-4 {
    display: flex;
  }
  #articleMainHeading h1 {
    font-size: 2rem;
  }
  .main-article .article-title {
    font-size: 1.5rem !important;
  }
  .main-article .article-content {
    padding: 0;
  }
  #featuredArticles .article-container,
  #partnerNews .article-container,
  #aboutNews .article-container {
    flex-basis: 100%;
    max-width: 100%;
  }
  #featuredArticles h2,
  #allArticles h2 {
    text-align: center;
  }
  footer .img-footer {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  footer #footerAppStore .col-lg {
    justify-content: flex-start;
  }
  footer #footerAppStore .col-lg .col-md-6 {
    padding: 0;
  }
  #footerBottom > .col-lg {
    text-align: left;
  }
  #footerBottom > .col-lg:last-child {
    justify-content: flex-start;
  }
  #footerBottom .col-lg:nth-child(2) {
    margin-left: -1rem;
  }
  #attendantSteps .step-card:first-child {
    margin-top: 0;
  }
}

/* Tablet */
@media (max-width: 768px) {
  #membersHero {
    padding: 5rem 0;
  }
  #memberSupportBody section:not(#memberNav),
  #supportBody {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .supportContactCard {
    padding: 2rem 1rem;
  }

  #omnixOffers .col-lg-4 h6 {
    font-size: 0.9rem;
  }
  #omnixBody section:not(#partnerNav, #omnixHero) {
    padding: 12% 5%;
  }

  #aboutNews .col-lg-12 {
    display: block;
  }
  #careersHero {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem;
  }
  #careersHero h1 {
    font-size: 4rem;
  }
  #careersMain #transparency .row {
    flex-direction: column-reverse;
  }
  #careersMain #transparency .d-c {
    justify-content: left;
  }
  #careersMain #transparency .d-c img {
    max-width: 250px;
  }
  #headlinePost h3 {
    text-align: center;
  }
  .main-article {
    display: block;
    max-width: 500px !important;
    margin: auto;
  }

  .main-article .article-img-container {
    min-width: 100% !important;
    max-width: 100% !important;
    margin-right: auto;
  }
  .article-row {
    margin: 0 -2rem;
  }
  #attendantWebinars .webinar-heading .col-lg-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #ourHistory .timeline-event h5 {
    text-align: left;
    margin-top: 0;
  }

  #ourHistory .timeline-event {
    padding: 0;
    padding-left: 4rem;
    margin-left: 0.5rem;
  }

  #ourHistory .container {
    position: relative;
  }

  .timeline-event:after {
    left: 10px;
    top: 0;
  }

  .timeline-event:before {
    width: 15px;
    height: 0;
    left: 34px;
    top: 11px;
  }

  #ourHistory .line {
    position: absolute;
    left: 29px;
    top: 3.5rem;
    bottom: 1rem;
    height: auto;
    border-left: 1px solid var(--gray-400);
  }
  /* .hide-on-mobile {
    display: none;
  } */
}

@media (max-width: 576px) {
  #navbar .compressed-btn-group button:first-child {
    display: none;
  }

  .modal-body button h3 {
    font-size: 1.5rem;
  }
  #signupModal .modal-content,
  #loginModal .modal-content {
    padding: 7% 3% 0;
  }
  #signupModal .modal-body a,
  #loginModal .modal-body a {
    padding: 1.5rem 1.5rem 1rem;
  }
  #signupModal .modal-body img,
  #loginModal .modal-body img {
    max-height: 100px;
  }
  #signupModal .modal-body p,
  #loginModal .modal-body p {
    font-size: 0.9rem;
  }
  #omnixHow .col-lg-4 .text-center {
    min-width: 100% !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5%;
  }
  #omnixHow .col-lg-4 .text-center h6 {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }
  #omnixHow .col-lg-4 .text-center .img-fluid {
    width: 30%;
    padding-bottom: 0;
    margin-right: 5%;
  }
  #omnixInsights .container {
    width: 100%;
  }
  footer #footerAppStore .col-lg .col-sm-6 {
    width: 50%;
  }
  #careersWfh h2,
  #careersAbout h2,
  #careersCulture h2,
  #careersBalance h2,
  #careersBenefits h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  #careersMain section:not(#careersCulture) {
    padding-left: 10px;
    padding-right: 10px;
  }

  #careersMain .subheader {
    margin-bottom: 0.85rem;
  }

  #careersMain .slider-container {
    height: 400px;
  }

  #careersMain .slider-container img {
    padding: 1rem;
    height: 270px;
  }
  #careersMain .slider-content .col-lg-12 {
    flex-direction: column;
    align-items: center;
    height: 400px;
  }

  @keyframes slideRight {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(-100%);
    }
    50% {
      transform: translateX(-200%);
    }
    75% {
      transform: translateX(-300%);
    }
    100% {
      transform: translateX(-400%);
    }
  }

  #careersEnvironment h2,
  #careersPositions h2,
  #careersMain #transparency h2 {
    font-size: 2rem;
  }
  #careersBenefits img {
    margin: 1.7rem 0 1.5rem 0;
  }
  #careersBenefits .blue-line-vertical {
    padding-left: 0.8rem;
    margin-left: 0;
  }
  .job-position {
    padding: 1.5rem 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .job-position h4 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
  .job-position p {
    font-size: 1rem !important;
    margin-bottom: 0.8rem;
  }
  .job-position .position-location i {
    margin-right: 0.7rem;
  }
  #newsHero h1,
  #blogHero h1 {
    font-size: 3rem;
  }

  .main-article .main-article .article-title {
    font-size: 24px;
  }
  .article {
    margin: 0 3%;
  }

  #featuredArticles .row,
  #allArticles .row,
  #aboutNews .article-row,
  #partnerNews .article-row,
  #articleMain .article-row {
    margin: 0 -15px !important;
  }
  #headlinePost .row {
    margin: 0 0;
  }
  #aboutNews .col-lg-12 {
    padding-left: calc(5% + 15px);
  }
  #attendantsMain h1 {
    font-size: 3rem;
  }
  #attendantsMain h2 {
    font-size: 2rem;
  }
  #attendantsMain h3 {
    font-size: 1.5rem;
  }
  #attendantsMain #howItWorks h6 {
    font-size: 1.5rem;
  }
  #attendantsHero .row > div {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .distributor-group .partnerLogo {
    min-width: calc(50vw - 1.4rem);
  }
  .distributor-group {
    width: 500%;
  }
}

/* Large Phone */
@media (max-width: 425px) {
  #navbar #nav-icon3 {
    width: 30px;
    height: 15px;
  }
  #membersFeature .container {
    text-align: left !important;
  }
  #membersFeature .col-lg-4 > div {
    height: auto;
    margin: 5% 0;
  }
  #membersFeature .img-wrapper {
    height: 250px;
  }
  #ewGetStarted h2 {
    font-size: 2rem;
  }

  .supportContent .icon-wrapper {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.5rem;
  }

  #partnerSupportBody section:not(#partnerNav),
  #memberSupportBody section:not(#memberNav),
  #supportBody {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #supportContact .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #supportContact .col-lg-7 {
    padding: 5% 5%;
  }

  .supportContent h2 {
    font-size: 29px;
  }
  #aboutBody h3 {
    font-size: 2rem;
  }
  #articleMain .app-store-links {
    flex-direction: column;
  }
  #articleMain .app-store-links a {
    margin-bottom: 0;
  }
  #footerLinks > .col-lg {
    min-width: 100% !important;
  }
  #section404 h3 {
    font-size: 4rem !important;
  }
  #section404 h4 {
    font-size: 3rem !important;
  }
  footer #footerAppStore .col-lg .col-sm-6 {
    width: 100%;
  }
  footer #footerAppStore .col-lg-5 img {
    margin: auto;
  }
  #footerBottom > .col-lg,
  footer #footerBottom a,
  footer #footerBottom p {
    font-size: 0.7rem;
    text-align: center;
    justify-content: center !important;
  }
  #footerBottom > .col-lg {
    margin-bottom: 1.8rem;
  }
  footer #footerBottom p {
    margin-bottom: 0.35rem;
  }
  footer li {
    padding: 0.4rem 0;
  }
  footer li:last-child {
    margin-bottom: 2rem;
  }
  footer #footerAppStore .col-lg-5 img {
    margin-bottom: 1rem;
  }
}

/* Medium Phone */
@media (max-width: 375px) {
  #navbar .compressed-btn-group button:last-child {
    display: none;
  }
  #omnixOffers .col-lg-4 {
    min-width: 50% !important;
    flex-direction: column;
  }
  #footerBottom a {
    padding: 0 0.3rem;
  }
}

/* Small Phone */
@media (max-width: 320px) {
  #membersFeature .img-wrapper {
    height: 200px;
  }
}

/************************************ 
***********JOB POSITION PAGE*************
*************************************/
#jobMain .container {
  max-width: 700px;
}

#jobMain i {
  margin-right: 1rem;
}

#jobBody {
  padding-top: min(5%, 5rem);
  padding-bottom: min(10%, 10rem);
}

#jobBackNav {
  background: var(--gray-100);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#jobHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2%;
}

#jobHeader p {
  margin-bottom: 0;
  font-size: 1.2rem;
  margin-top: 0.6rem;
  color: var(--gray-600);
}

#jobBody ul {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
#jobDescription h1 {
  margin-bottom: 1.3rem;
}

#jobDescription h2 {
  margin: 1.5rem 0;
  font-size: 1.2rem;
}

#jobSubheading span {
  margin-right: 1rem;
  color: var(--gray-700);
  font-size: 1.2rem;
}

#jobSubheading span i {
  margin-right: 0.2rem;
  font-size: 1rem;
}

#jobSubheading {
  margin-bottom: 1.5rem;
}

/************************************ 
***********JOB FORM PAGE*************
*************************************/
#jobFormBody label {
  display: block;
}

#jobFormMain section {
  padding-top: min(5%, 5rem);
  padding-bottom: min(5%, 5rem);
}

#jobFormMain section .container {
  max-width: 700px;
  margin: auto;
}

#jobFormBody {
  background: var(--gray-100);
}

#jobFormBody input,
#jobFormBody select {
  margin-bottom: 1.5rem;
  width: 100%;
  border: 1px solid var(--gray-300);
  height: 40px;
  padding: 0 0.5rem;
}

#jobFormBody .uploadDocContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#jobFormBody .uploadDocContainer a {
  color: var(--primary);
}

#jobFormBody .dateInputContainer {
  display: flex;
  flex-direction: row;
}

#jobFormBody .dateInputContainer input {
  max-width: 70px;
  margin-right: 0.5rem;
}
#jobFormBody .dateInputContainer label {
  display: inline;
}

#jobFormBody textarea {
  max-width: 100%;
  padding: 0.5rem;
  display: block;
  margin-bottom: 1rem;
}

#jobFormBody h2 {
  margin: 2rem 0;
}
#jobFormBody button.add-input,
#jobFormBody .uploadDocContainer button,
#jobFormBody .uploadDocContainer label {
  border: none;
  background: none;
  color: var(--primary);
}

#jobFormBody button.add-input:hover,
#jobFormBody .uploadDocContainer a:hover,
#jobFormBody .uploadDocContainer button:hover,
#jobFormBody .uploadDocContainer label:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

#jobFormInfo textarea {
  display: none;
}

#jobFormInfo input[type="file"] {
  border: none;
}

.file-container {
  display: none;
}

.file-container button {
  border: none;
  background: none;
  margin-bottom: 1rem;
}
.file-container button i {
  font-size: 1.1rem;
  position: relative;
  top: 0.1rem;
  color: var(--gray-800);
}

.job-experience-container input[type="text"],
#jobFormBody select {
  margin-top: 1rem;
}

.current-job-label {
  display: flex !important;
  align-items: center;
  height: 40px;
  margin-left: 1rem;
}

.current-job-label input {
  width: 1.25rem !important;
  margin-bottom: 0 !important;
}

/************************************ 
***********EBOOK PAGE*************
*************************************/
#ebookMain h1,
#ebookMain h2,
#ebookMain h3 {
  margin-bottom: 2rem;
}
#ebookMain h2,
#ebookMain h3 {
  font-size: 2rem;
}
#ebookMain p,
#ebookMain li {
  font-size: 1.1rem;
}
#ebookMain section {
  padding-top: max(3%, 1.3rem);
  padding-bottom: max(3%, 1.5rem);
}
@media (min-width: 1200px) {
  #ebookHero .container {
    max-width: 1400px;
  }
}

#ebookHero {
  background-image: url("/img/brand-bg/gradient-circular-bg.png");
  background-size: cover;
  background-position: center;
  padding-top: min(10%, 5rem) !important;
  padding-bottom: min(12%, 7rem) !important;
  border-radius: 0px;
  border: 0px;
}

#ebookHero h1 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
#ebookHero p strong {
  font-weight: 600;
  font-size: 1.1rem;
}
#ebookHero .col-lg-6:first-child {
  display: flex;
  justify-content: center;
}
#ebookHero img {
  padding: 20px;
  width: 100%;
  max-width: 550px;
}

@media (min-width: 768px) {
  #ebookBenefits .row,
  #ebookParts .row {
    padding-right: -40px;
    padding-left: -40px;
  }

  #ebookBenefits .row > div,
  #ebookParts .row > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 576px) {
  #ebookBenefits .row,
  #ebookParts .row {
    padding-right: -25px;
    padding-left: -25px;
  }

  #ebookBenefits .row > div,
  #ebookParts .row > div {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#ebookBenefits ul {
  list-style: none;
}
#ebookBenefits ul li {
  margin-bottom: 0.5rem;
  position: relative;
  margin-left: 1.8rem;
}

#ebookBenefits ul li::before {
  position: absolute;
  left: -1.8rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color: var(--accent);
}
#ebookBenefits img,
#ebookParts img {
  border-radius: 10px;
  margin-bottom: 30px;
}

#ebookGrowth h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
}

#ebookGrowth .col-lg-3 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
}

#ebookGrowth .circle h3 {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
}

#ebookGrowth .circle {
  background: var(--primary);
  width: 200px;
  height: 200px;
  display: flex;

  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #ebookGrowth .circle h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  #ebookGrowth .circle {
    width: 150px;
    height: 150px;
  }
  #ebookMain h2,
  #ebookMain h3 {
    font-size: 1.8rem;
  }
}
#ebookGrowth .icon-container {
  margin-bottom: 0;
}
#ebookParts .container {
  display: flex;
  flex-direction: column;
}

#ebookParts li {
  display: flex;

  text-align: left;
  margin-bottom: 1.8rem;
}
#ebookParts li .icon-container {
  margin-bottom: 0;
  margin-right: 1.5rem;
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  max-height: 55px;
  padding: 8px;
}
@media (max-width: 1200px) {
  #ebookParts li .icon-container {
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    padding: 5px;
    margin-right: 1.2rem;
  }
}
#ebookParts li span {
  font-weight: 800;
  margin-right: 0.75rem;
}
#ebookParts li p {
  display: flex;
  margin-bottom: 0;
}
#ebookParts li #iconContainerOne {
  background: var(--variant-turquoise-03);
}
#ebookParts li #iconContainerOne path,
#ebookParts li #iconContainerOne rect {
  fill: var(--accent);
}
#ebookParts li #iconContainerTwo {
  background: #edf0ff;
}
#ebookParts li #iconContainerTwo path {
  fill: #8194ec !important;
}
#ebookParts li #iconContainerThree {
  background: var(--variant-yellow-03);
  padding: 10px;
}
#ebookParts li #iconContainerThree path {
  fill: #dcbf29 !important;
}

#ebookParts .btn {
  margin: 2rem auto;
}

#ebookDownloadMain section {
  padding-top: max(7%, 3rem);
  padding-bottom: max(7%, 5rem);
}
#ebookDownloadMain section .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#ebookDownloadMain img {
  margin-bottom: 1.5rem;
}
#ebookDownloadMain h1,
#ebookDownloadMain p {
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  #ebookDownloadMain h1 {
    font-size: 1.5rem;
  }
}

/************************************ 
***********OMNIX CASE STUDY PAGE*************
*************************************/
#omnixCaseStudyMain h1,
#omnixCaseStudyMain h2,
#omnixCaseStudyMain h3 {
  margin-bottom: 2rem;
}
#omnixCaseStudyMain h2,
#omnixCaseStudyMain h3 {
  font-size: 2.2rem;
}
#omnixCaseStudyMain img {
  margin-bottom: 2rem;
}
#omnixCaseStudyMain section {
  padding-top: max(5%, 4rem);
  padding-bottom: max(5%, 4rem);
}
@media (min-width: 1200px) {
  #omnixCaseStudyHero .container {
    max-width: 1400px;
  }
}
#omnixCaseStudyHero {
  background-image: url("/img/omnix/omnix-bg.png");
  background-size: cover;
  background-position: center bottom;
  padding-top: min(10%, 5rem) !important;
  padding-bottom: min(12%, 7rem) !important;
  border-radius: 0px;
  border: 0px;
  position: relative;
}
#omnixCaseStudyHero::before {
  content: ""; 
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
  background: var(--gray-50); 
}
#omnixCaseStudyHero h1 {
  font-size:1.8rem;
  margin-bottom: 1rem;
}
#omnixCaseStudyHero p {
  font-size: .95rem;
}
#omnixCaseStudyHero h1 span {
  font-weight: 800;
  color: var(--omnix-turquoise);
  font-size: 2.2rem;
}
#omnixCaseStudyHero p strong {
  font-weight: 600;
}
#omnixCaseStudyHero .row > div:first-of-type {
  display: flex;
  align-items: center;
}
#omnixCaseStudyOverview {
  background: var(--gray-50);
  padding-top: 2.25rem !important;
  padding-bottom: 1rem !important;
}
#omnixCaseStudyOverview h2 {
  font-size: 1.2rem !important;
  margin-bottom: .5rem;
}
#omnixCaseStudyOverview .row > div {
  display: flex;
}
#omnixCaseStudyOverview p:first-of-type {
font-size: 3rem;
font-weight: 800;
margin-right: 1rem;
}
#omnixCaseStudyOverview p:last-of-type {
  margin-top: .8rem;
  font-size: 16px;
}
#omnixCaseStudyAbout h2 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
#omnixCaseStudyAbout ul {
  list-style: none;
}
#omnixCaseStudyAbout .row {
  flex-wrap: wrap-reverse;
}
#omnixCaseStudyAbout ul li {
  margin-bottom: 0.5rem;
  position: relative;
  margin-left: 1.8rem;
}
#omnixCaseStudyAbout ul li::before {
  position: absolute;
  left: -1.8rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color: var(--accent);
}
#omnixCaseStudyFeatures {
  background-image: url("/img/brand-bg/map-bg-black.png");
  background-size: cover;
  background-position: center;
  color: var(--white);
  text-align: center;
}
#omnixCaseStudyFeatures h2 {
  text-align: center;
}
#omnixCaseStudyFeatures h3 {
  font-size: 1.5rem;
  margin-bottom: .75rem;
}
#omnixCaseStudyFeatures .icon-group {
  color: var(--omnix-turquoise);
  margin: auto;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
#omnixCaseStudyFeatures img {
 padding: 2rem;
 margin: auto;
}
#omnixCaseStudyBenefits h3 {
  text-align: center;
  margin: auto;
  margin-bottom: max(4%, 4rem);
  max-width: 900px;
}
#omnixCaseStudyBenefits .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#omnixCaseStudyBenefits .benefits-container {
  display: flex;
}
#omnixCaseStudyMain .icon-container {
  background: var(--variant-turquoise-03);
  margin-right: 1.5rem;
  margin-top: .5rem;
}
#omnixCaseStudyMain .icon-container path,
#omnixCaseStudyMain .icon-container rect {
  fill: var(--accent);
}
#omnixCaseStudyCta {
  padding-top: 0 !important;
}
#omnixCaseStudyCta h3 {
  margin-bottom: 1rem;
}
#omnixCaseStudyCta p {
  margin-bottom: 1.5rem;
  font-weight: 500;
}
#omnixCaseStudyCta .container {
  color: var(--white);
  position: relative;
  z-index: 2;
}
#omnixCaseStudyCta .row > div:first-of-type{
  padding: 3rem;
}
#omnixCaseStudyCta .row > div:last-of-type{
  padding: 2rem 4rem;
  padding-bottom: 0;
  overflow: hidden;
}
#omnixCaseStudyCta .container::before {
  border-radius: 15px;
  content: ""; /* Required for pseudo-elements */
  position: absolute; /* Position the overlay element */
  top: 0;
  left: 0;
  width: 100%; /* Cover the entire container */
  height: 100%;
  z-index: -2;
  background: var(--omnix-turquoise); /* Change the color and adjust opacity as needed */
}
#omnixCaseStudyCta .container::after {
  border-radius: 15px;
  content: ""; /* Required for pseudo-elements */
  position: absolute; /* Position the overlay element */
  top: 0;
  left: 0;
  width: 100%; /* Cover the entire container */
  height: 100%;
  z-index: -1;
  background-image: url("/img/omnix-bg-logo.png");
  background-position: 100% center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#omnixCaseStudyCta .aspect-ratio-container-1-1 {
  margin-bottom: -20%;
  height: 100%;
  overflow: visible;
}
#omnixCaseStudyMain .animation-container {
  width: 100%;
  height: 100%;
  position: relative;
  }
  #omnixCaseStudyMain .pdf-graphic { 
    transform-origin: left bottom;
    position: absolute;
    height: 80%;
    width: auto;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.277);
  }
  #omnixCaseStudyMain .pdf-graphic:nth-child(2) {
    animation: rotateImage2 .3s ease-out forwards; 
    animation-delay: .5s;
    width: 75%;
    right: 1px;
  }
  #omnixCaseStudyMain .pdf-graphic:nth-child(1) {
    animation: rotateImage1 .3s ease-out forwards; 
    animation-delay: .7s;
    width: 70%;
    right: 1px;
  }
  @keyframes rotateImage2 {
    0% {
      transform: rotate(0deg) translateX(0%);
    }
    100% {
      transform: rotate(-5deg)  translateX(-10%);
    }
  }
  @keyframes rotateImage1 {
    0% {
      transform: rotate(0deg) translateX(0%);
      
    }
    100% {
      transform: rotate(-10deg)  translateX(-20%);
     
    }
  }
@media (min-width: 992px) {
  #omnixCaseStudyFeatures img {
    height: 300px;
    object-fit: contain;
   }
   #omnixCaseStudyOverview .container {
    max-width: 1000px;
  }
}
@media (max-width: 992px) {
  #omnixCaseStudyHero {
    padding-top: 2rem !important;
  }
  #omnixCaseStudyHero .row > div:first-of-type {
    max-width: 600px;
    margin: auto;
  }
  #omnixCaseStudyFeatures .container {
    max-width: 550px;
    text-align: center;
  }
  #omnixCaseStudyHero .form-container {
    max-width: 100% !important;
  }
    #omnixCaseStudyCta .container::after {
      border-radius: 15px;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-image: url(/img/omnix-bg-logo.png);
      background-position: bottom center;
      background-size: auto 70%;
      background-repeat: no-repeat;
  }
  #omnixCaseStudyCta .row > div:first-of-type {
    padding-bottom: 0;
}
#omnixCaseStudyCta .aspect-ratio-content {
  left: -5%;
}
}
@media (min-width: 768px) {
  #omnixCaseStudyAbout .row,
  #omnixCaseStudyBenefits .row {
    margin-right: -40px;
    margin-left: -40px;
  }
  #omnixCaseStudyAbout .row > div,
  #omnixCaseStudyBenefits .row > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  #omnixCaseStudyMain h1,
  #omnixCaseStudyMain h2,
  #omnixCaseStudyMain h3 {
    margin-bottom: 1.3rem;
  }
  #omnixCaseStudyMain h2,
  #omnixCaseStudyMain h3 {
    font-size: 1.8rem;
  }
  #omnixCaseStudyFeatures h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  #omnixCaseStudyOverview p:first-of-type {
    font-size: 2rem;
}
  #omnixCaseStudyAbout .container,
  #omnixCaseStudyBenefits .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  #omnixCaseStudyAbout .row,
  #omnixCaseStudyBenefits .row {
    margin-right: -25px;
    margin-left: -25px;
  }
  #omnixCaseStudyAbout .row > div,
  #omnixCaseStudyBenefits .row > div {
    padding-left: 25px;
    padding-right: 25px;
  }
  #omnixCaseStudyCta {
    padding-bottom: 0 !important;
  }
  #omnixCaseStudyCta .container::before {
    border-radius: 0;
  }
  #omnixCaseStudyHero .aspect-ratio-content {
    padding: 1rem !important;
  }
}
/************************************ 
*** B2B SUBPAGES ********
*************************************/
.b2b-subpage h1,
.b2b-subpage h2 {
  margin-bottom: max(3%, 1.5rem);
}

.b2b-subpage h3 {
  margin-bottom: max(1.5%, 0.8rem);
}

.b2b-subpage h2 {
  font-size: 2rem;
}
.b2b-subpage h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.b2b-subpage p,
.b2b-subpage ul {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.b2b-subpage section {
  padding-top: max(4.5%, 3rem);
  padding-bottom: max(4.5%, 3rem);
}
.b2b-subpage img {
  margin-bottom: 1.5rem;
}
.b2b-subpage .icon-container {
  width: 45px;
  height: 45px;
  padding: 0px;
  margin-bottom: 1rem;
  margin-right: 15px;
}
.b2b-subpage .icon-container img {
  width: 100%;
  margin-bottom: 0;
}
.b2b-subpage-hero-section {
  padding-top: max(6%, 4rem) !important;
  padding-bottom: max(6%, 4rem) !important;
}

.b2b-subpage-hero-section h1 {
  font-size: 1.2rem;
  color: var(--highlight);
  margin-bottom: 1rem;
}
.b2b-subpage-hero-section h2 {
  font-size: 5rem;
  margin-bottom: 0.8rem;
  color: var(--white);
}
.b2b-subpage-hero-section p {
  margin-bottom: 1.2rem;
  color: var(--white);
}

.b2b-subpage-list-section ul li {
  margin-bottom: 0.5rem;
  position: relative;
  margin-left: 1.8rem;
}
.b2b-subpage-list-section ul li::before {
  position: absolute;
  left: -1.75rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  color: var(--accent);
  content: "✓";
  font-weight: bold;
}
.b2b-subpage-list-section ul {
  list-style: none;
}

.b2b-subpage-text-section .container .row,
.b2b-subpage-list-section .container .row {
  margin-bottom: max(5%, 2rem);
}
.b2b-subpage-text-section .container .row:last-child,
.b2b-subpage-list-section .container .row:last-child {
  margin-bottom: 0;
}

.b2b-subpage-cta-section h2 {
  line-height: 1.3;
}

/*------- B2B SUBPAGE: MEMBERSHIP --------*/
#b2bMembershipHero {
  padding-top: max(5%, 4rem);
  padding-bottom: max(5%, 4rem);
  background-image: linear-gradient(
      rgba(var(--rgb-black), 0.35),
      rgba(var(--rgb-black), 0.35)
    ),
    url("/img/AdobeStock_478348791.jpeg");
  background-size: cover;
  background-position: 50% 20%;
  margin: auto;
}
#b2bMembershipHero h2 {
  font-size: 5.5rem;
}

#b2bMembershipAbout h2 {
  text-align: center;
}
#b2bMembershipAbout img {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#b2bMembershipAbout {
  padding-bottom: 0;
}
#b2bMembershipAppeals .icon-container {
  background: #edf0ff;
}
#b2bMembershipAppeals img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: max(6%, 3rem);
  object-position: bottom;
  border-radius: 10px;
}
#b2bMembershipAppeals .icon-container path,
#b2bMembershipAppeals .icon-container polygon,
#b2bMembershipAppeals .icon-container rect {
  fill: #8194ec !important;
}

#b2bMembershipAbout .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#b2bMembershipBenefits {
  background: var(--variant-periwinkle-01);
}
#b2bMembershipBenefits ul li::before {
  color: var(--secondary);
}

#b2bMembershipBenefits .row:first-child {
  flex-wrap: wrap-reverse;
}
#b2bMembershipBenefits h3 {
  font-size: 1.3rem;
  color: var(--secondary);
  margin-bottom: 0.75rem;
}
#b2bMembershipBenefits img {
  border-radius: 10px;
}
#b2bMembershipCta .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#b2bMembershipCta img {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*------- B2B SUBPAGE:BRANDING --------*/
#b2bBrandingHero {
  background-image: linear-gradient(
      rgba(var(--rgb-black), 0.45),
      rgba(var(--rgb-black), 0.45)
    ),
    url("/img/AdobeStock_247275278_edited.jpg");
  background-position: center;
  background-color: var(--gray-600);
  background-size: cover;
}

#b2bBrandingAbout h2 {
  text-align: center;
}
#b2bBrandingAbout img {
  margin: auto;
  margin-bottom: 1rem;
  max-width: 350px;
  width: 100%;
}
#b2bBrandingAbout .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#b2bBrandingAbout ul {
  margin-bottom: 0;
}
#b2bBrandingBenefits {
  background: var(--variant-periwinkle-01);
}
#b2bBrandingBenefits .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#b2bBrandingBenefits .row {
  flex-wrap: wrap-reverse;
  margin-bottom: max(4%, 3.5rem);
}

#b2bBrandingBenefits .row:nth-child(2) {
  flex-direction: row-reverse;
}
#b2bBrandingBenefits p {
  margin-bottom: 0;
}

#b2bBrandingCta {
  text-align: left;
}
#b2bBrandingCta img {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
#b2bBrandingCta .row > div:first-child {
  display: flex;
}
#b2bBrandingCta .row > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/*------- B2B SUBPAGE:INTELLIGENCE --------*/
#b2bIntelligenceHero {
  background-image: linear-gradient(
      to right,
      rgba(var(--rgb-black), 0.65),
      rgba(var(--rgb-black), 0.55) 50%,
      rgba(var(--rgb-black), 0.1) 75%,
      rgba(var(--rgb-black), 0)
    ),
    url("/img/AdobeStock_315357804_edited.jpg");
  background-position: center right;
  background-color: var(--gray-600);
  background-size: cover;
}
#b2bIntelligenceHero h2 {
  font-size: 5.5rem;
}
#b2bIntelligenceAbout h2 {
  text-align: center;
}
#b2bIntelligenceAbout h2 span.dash-gradient-01::after {
  bottom: -10px !important;
}
#b2bIntelligenceAbout .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#b2bIntelligenceBenefits {
  background: var(--variant-periwinkle-01);
}
#b2bIntelligenceBenefits .row:nth-child(1),
#b2bIntelligenceBenefits .row:nth-child(3) {
  flex-wrap: wrap-reverse;
}
#b2bIntelligenceBenefits img {
  border-radius: 10px;
  margin-bottom: 2rem;
  border-radius: 10px;
  max-height: 300px;
}
#b2bIntelligenceBenefits .row:nth-child(1) img {
  max-height: 350px;
}
#b2bIntelligenceBenefits .row:nth-child(1) .col-lg-6:last-child,
#b2bIntelligenceBenefits .row:nth-child(3) .col-lg-6:last-child {
  display: flex;
  justify-content: center;
}
#b2bIntelligenceBenefits .row {
  justify-content: space-between;
}
#b2bIntelligenceCta .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/*------- B2B SUBPAGE:ANALYTICS --------*/
#b2bAnalyticsHero {
  background-image: linear-gradient(
      to right,
      rgba(var(--rgb-black), 0.5) 0%,
      rgba(var(--rgb-black), 0.4) 50%,
      rgba(var(--rgb-black), 0) 100%
    ),
    url("/img/AdobeStock_215027147_edit.jpg");
  background-position: 65% 50%;
  background-color: var(--gray-600);
  background-size: cover;
}
#b2bAnalyticsHero h2 {
  font-size: 6rem;
}
#b2bAnalyticsHero p {
  width: 80%;
}

#b2bAnalyticsAbout .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#b2bAnalyticsAbout img {
  max-height: 250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
#b2bAnalyticsBenefits {
  background: var(--variant-periwinkle-01);
}

#b2bAnalyticsBenefits .row:nth-child(1) {
  flex-wrap: wrap-reverse;
}
#b2bAnalyticsBenefits img {
  border-radius: 10px;
  margin-bottom: 2rem;
  max-height: 350px;
}
#b2bAnalyticsBenefits .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#b2bAnalyticsBenefits .row:nth-child(1) .col-lg-6:last-child,
#b2bAnalyticsBenefits .row:nth-child(2) .col-lg-6:first-child {
  align-items: center;
}
#b2bAnalyticsCta {
  text-align: center;
}

#b2bAnalyticsCta img {
  width: 100%;
  max-width: 250px;
}

/*------- B2B SUBPAGE:WEBSITES --------*/
#b2bWebsitesHero {
  background-image: linear-gradient(
      to right,
      rgba(var(--rgb-black), 0),
      rgba(var(--rgb-black), 0)
    ),
    url("/img/desk-mockup.jpg");
  background-position: center center;
  background-color: var(--gray-600);
  background-size: auto 100%;
  padding-top: max(7%, 5rem) !important;
  padding-bottom: max(7%, 5rem) !important;
}

@media (min-width: 1200px) {
  #b2bWebsitesHero .container {
    max-width: 1300px;
  }
}

#b2bWebsitesHero h1 {
  padding-top: 1rem;
}

#b2bWebsitesHero .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#b2bWebsitesAbout {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#b2bWebsitesAbout .row > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#b2bWebsitesAbout h2,
#b2bWebsitesAbout p {
  text-align: center;
}

#b2bWebsitesAbout img {
  width: 350px;
}
#b2bWebsitesBenefits {
  background: var(--variant-periwinkle-01);
}
#b2bWebsitesBenefits img {
  border-radius: 10px;
  margin-bottom: 2rem;
  max-height: 300px;
  max-width: 100%;
}
#b2bWebsitesBenefits .row:first-child img {
  max-height: 350px;
}
#b2bWebsitesBenefits .row:nth-child(1),
#b2bWebsitesBenefits .row:nth-child(3) {
  flex-wrap: wrap-reverse;
}
#b2bWebsitesCta {
  text-align: center;
}
#b2bWebsitesCta img {
  width: 350px;
}

/*------- B2B SUBPAGE:EVERWASH ASSIST --------*/
#ewAssistMain h1 {
  font-size: 5rem;
  color: var(--white);
}
#ewAssistMain h2 {
  font-size: 2.15rem;
}
#ewAssistMain p {
  font-size: 1.1rem;
}
#ewAssistMain p.excelatcustomersupport {
  font-weight: 500;
  line-height: 1.35em;
  margin-bottom: 1.5rem;
}
#ewAssistMain .ew-assist-logo {
  max-width: 90%;
  padding-bottom: 0rem;
  max-height: 60px;
}
#ewAssistCancellations p,
#ewAssistResults p {
  font-size: 1.15rem;
  margin-bottom: 2.5rem;
}

#ewAssistHero {
  background-image: linear-gradient(
      rgba(var(--rgb-black), 0.45),
      rgba(var(--rgb-black), 0.45)
    ),
    url("/img/AdobeStock_324442193_YellowOverlay_extended_2.jpg");
  background-position: center;
  background-color: var(--gray-600);
  background-size: cover;
}
#ewAssistHero h2 {
  font-size: 5rem;
}
#ewAssistAbout .dash-gradient-01::after {
  bottom: -7px;
}
#ewAssistAbout .row {
  align-items: center;
}
#ewAssistAbout img {
  max-height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

#ewAssistAbout p {
  max-width: 600px;
  margin: auto;
  font-weight: 500;
  line-height: 1.45em;
}
#ewAssistCancellations .container {
  max-width: 900px;
}
#ewAssistCancellations {
  padding-top: max(2%, 5rem) !important;
  padding-bottom: 1% !important;
  color: var(--white);
  text-align: center;
  position: relative;
}
#ewAssistCancellations h2 {
  color: var(--variant-yellow-04);
}
#ewAssistCancellations img {
  filter: drop-shadow(0px 0px 18px rgba(82, 82, 82, 0.25));
}

#ewAssistBenefits .brand-nubolts {
  font-size: 5.5rem;
}

#ewAssistBenefits img {
  max-height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#ewAssistBenefits .benefit-container {
  max-width: 450px;
  display: block;
  margin-left: auto;
}
#ewAssistBenefits .benefit-container p {
  font-size: inherit;
}
#ewAssistBenefits .benefit-title {
  display: flex;
  align-items: center;
}
#ewAssistBenefits .benefit-title h3 {
  font-size: 1.3rem;
}

/* #ewAssistBenefits .icon-container {
  background: var(--variant-turquoise-03);
  margin-right: 1rem;
}
#ewAssistBenefits .icon-container.container1 {
  background: #BCC8FF!important;
}
#ewAssistBenefits .icon-container.container2 {
  background: #AAEEE7!important;
}
#ewAssistBenefits .icon-container.container3 {
  background: #F3F183!important;
} */
#ewAssistBenefits .icon-container path,
#ewAssistBenefits .icon-container rect,
#ewAssistBenefits .icon-container polygon {
  fill: #141C52;
}
#ewAssistResults .container {
  max-width: 750px;
}
#ewAssistResults .table-container {
  overflow: auto;
}
#ewAssistResults h2 {
  color: var(--variant-yellow-04);
}
#ewAssistResults h3 {
  margin: 4.5rem 0 1.5rem 0;
  font-size: 2.15rem;
  color: var(--variant-yellow-04);
  text-align: center;
}
#ewAssistResults {
  position: relative;
  padding-top: max(2%, 5rem) !important;
  padding-bottom: max(2%, 3rem) !important;
  color: var(--white);
  text-align: left;
}
#ewAssistCancellations::after,
#ewAssistResults::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(
      rgba(var(--rgb-primary), 0.6),
      rgba(var(--rgb-primary), 0.6)
    ),
    url(/img/Street_Map_Dark_RGB_No_Locations.png);
  background-size: cover;
  z-index: -1;
}
#ewAssistResults::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: -2;
}
#ewAssistResults::after {
  height: 75%;
}
#ewAssistResults table {
  max-width: 100%;
  background: var(--white);
  color: var(--text-dark);
  border-radius: 15px;
  text-align: left;
  margin: auto;
}
#ewAssistResults table td,
#ewAssistResults table th {
  padding: 1rem 2rem;
}
#ewAssistResults table tr {
  border-bottom: 1px solid var(--gray-300);
}

#ewAssistResults table tr:first-of-type {
  background: #28D5CB;
}
#ewAssistResults table tr:first-of-type td:first-of-type {
  border-top-left-radius: 15px;
}
#ewAssistResults table tr:first-of-type td:last-of-type {
  border-top-right-radius: 15px;
}

#ewAssistResults table td {
  color: #141C52;
}
#ewAssistResults table tr:first-of-type,
#ewAssistResults table tr:last-of-type {
  border-bottom: none;
}
#ewAssistResults img {
  width: 100%;
  filter: drop-shadow(0px 0px 18px rgba(82, 82, 82, 0.25));
}
#ewAssistCta {
  padding: 0 0 max(2%, 4rem) 0;

  margin: auto;
}
#ewAssistCta h2 {
  font-size: 1.8rem;
}
#ewAssistCta .row > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#ewAssistCta img {
  max-height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*------- B2B SUBPAGE MEDIA QUERIES --------*/

@media (min-width: 768px) {
  .b2b-subpage .container > .row {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .b2b-subpage .container > .row > div {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  #b2bMembershipAppeals .container > .row {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  #b2bMembershipAppeals .container > .row > div {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .b2b-subpage .b2b-subpage-text-section .row {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .b2b-subpage .b2b-subpage-text-section .row > div {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 992px) {
  #b2bIntelligenceCta {
    text-align: center;
  }
  #b2bIntelligenceCta .col-lg-7 {
    align-items: center !important;
  }
  #b2bBrandingBenefits img {
    padding-bottom: 1rem;
  }
  #b2bIntelligenceHero {
    background-image: linear-gradient(
        to right,
        rgba(var(--rgb-black), 0.6) 0%,
        rgba(var(--rgb-black), 0.6) 100%
      ),
      url("/img/AdobeStock_315357804_edited.jpg");
  }
  #b2bWebsitesHero {
    background-image: linear-gradient(
        to bottom,
        rgba(101, 51, 5, 0.4),
        rgba(101, 51, 5, 0)
      ),
      url("/img/desk-mockup_mobile.jpg");
    padding-bottom: 20rem !important;
    padding-top: 3rem !important;
    background-size: cover;
    background-position: center bottom;
  }
  #ewAssistMain .ew-assist-logo {
    max-height: 70px;
    margin-bottom: 2rem;
  }
  #ewAssistBenefits .benefit-container {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .b2b-subpage h2 {
    font-size: 1.5rem !important;
  }
  .b2b-subpage-hero-section h2 {
    font-size: 3.5rem !important;
  }
  .b2b-subpage .container > .row > div {
    padding-right: -25px !important;
    padding-left: -25px !important;
  }

  .b2b-subpage .container > .row > div {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  #ewAssistMain #ewAssistBenefits .brand-nubolts {
    font-size: 4rem !important;
  }
  #ewAssistCancellations::after,
  #ewAssistResults::after {
    height: 85%;
  }
  #ewAssistHero h1 {
    font-size: 3.5rem !important;
  }
}

/************************************ 
***********ANIMATIONS*************
*************************************/

.fade-in.visible {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.on-scroll-animation {
  visibility: hidden;
}

/* .slide-up {
  opacity: 0;
} */
.slide-up.visible {
  visibility: visible;
  -ms-animation: fadeIn 0.75s, slideUp 0.75s;
  -webkit-animation: fadeIn 0.75s, slideUp 0.75s;
  -moz-animation: fadeIn 0.75s, slideUp 0.75s;
  -o-animation: fadeIn 0.75s, slideUp 0.75s;
  animation-fill-mode: forwards;
  animation: fadeIn 0.75s, slideUp 0.75s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes slideUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes slideUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

@-o-keyframes slideUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

@-ms-keyframes slideUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}



/* Home Here Banner Custom CSS */
section#homeHero-new {
  padding: 0!important;
}
#homeHero-new .container {
  max-width: 100%;
  padding: 0!important;
}
#homeHero-new .row {
  align-items: stretch;
  margin: 0 !important;
}
#homeHero-new div.col-sm-8, #homeHero-new div.col-sm-4 {
  text-align: center;
}
#homeHero-new div.col-sm-8 {
  background-image: url("/img/new-update/home_banner_img.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5%;
  flex: 0 0 60%;
  max-width: 60%;
}
#homeHero-new div.col-sm-8 h3 {
  color: #F0EB00;
  font-size: 38.5px;
  margin-top: 50px;
}
#homeHero-new div.col-sm-8 P {
  color: #FFFFFF;
  font-size: 17.5px;
  line-height: 30px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#homeHero-new div.col-sm-8 a.btn-white {
  background:#fff;
  color: #141c52;
  min-width: 200px;
}
#homeHero-new div.col-sm-8 a.btn-white:hover {
  background:#fcfa6c ;
}
#homeHero-new div.col-sm-4 {
  background: #9AAAEB;
  display: flex;
  align-items: end;
  justify-content: center;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 5%; 
}
#homeHero-new div.col-sm-4 h5 {
  color: #141c52;
  font-size: 25px;
  margin-top: 45px;
  margin-bottom: 25px;
}
#homeHero-new div.col-sm-4 p {
  color: #141c52;
  font-size: 17.5px;
  line-height: 30px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
#homeHero-new div.col-sm-4 a.btn-blue {
  background: #141c52;
  color: #fff;
  min-width: 200px;
}
#homeHero-new div.col-sm-4 a.btn-blue:hover {
  background:#fcfa6c ;
  color: #141c52;
}
@media only screen and (max-width: 767px) {
  #homeHero-new div.col-sm-8, #homeHero-new div.col-sm-4 {
    flex: none;
    max-width: 100%;
    display: block;
    padding: 10%;
  }
  #homeHero-new div.col-sm-8 h3 {
    font-size: 30px;
  }
  #homeHero-new div.col-sm-4 h5 {
    font-size: 22.5px;
  }
}

/* Wash Owners New Page Custom CSS */
/* Hero Section */
.washowners-main {
  overflow-x: hidden;
}
section#partnerHero {
  padding-top: max(8.5%, 4.5rem);
  padding-bottom: max(8.5%, 4.5rem);
  background-image: url("/img/new-update/washowner-banner-new.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section#partnerHero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141C52;
  opacity: 0.75;
}
#partnerHero .info-box {
  position: relative;
  z-index: 9;
}
#partnerHero .info-box h2 {
  color: #FFF;
  font-size: 61.15px;
  font-weight: 600;
  max-width: 750px;
  line-height: 1.15em;
  margin-bottom: 30px;
}
#partnerHero .info-box h2 span {
  color: #28D5CB;
  font-weight: bold;
}
#partnerHero .info-box h5 {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25em;
  max-width: 750px;
  margin-bottom: 60px;
}
#partnerHero .cta-options-btn {
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  gap: 12.5px;
}
#partnerHero .info-box a.btn-yellow {
  background: #F3F183;
  color: #141C52;
  font-weight: 600;
  line-height: 1.25em;
}
#partnerHero .info-box a.btn-yellow:hover {
  background: #28D5CB;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  #partnerHero .info-box h2 {
    font-size: 50px;
  }
  #partnerHero .info-box h5 {
    font-size: 25px;
  }
}

/* Car Wash Operator */
section#partnerwashOperator {
  background: #ffffff;
  padding-top: max(6.5%, 4.15rem);
  padding-bottom: max(6.5%, 4.15rem);
}
section#partnerwashOperator .container {
  max-width: 100%;
}
#partnerwashOperator .sub-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
#partnerwashOperator h4 {
  color: #141C52;
  font-size: 36.15px;
  line-height: 1.25em;
  max-width: 600px;
  margin-bottom: 25px;
}
#partnerwashOperator .content {
  background: #92A1E4;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#partnerwashOperator .content-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  gap: 15px;
}
#partnerwashOperator .img-box {
  display: flex;
  gap: 15px;
  align-items: center;
}
#partnerwashOperator .img-box img {
  max-width: 38.5px;
}
#partnerwashOperator .img-box p {
  font-size: 19.45px;
  font-weight: 600;
  color: #141C52;
  line-height: 1.15em;
  margin-bottom: 0;
}
#partnerwashOperator .sub-content p {
  font-size: 22.25px;
  color: #2B2B2B;
}
#partnerwashOperator .sub-content img {
  max-width: 75px;
  margin-left: 15px;
  margin-bottom: -15px;
  z-index: 9;
  position: relative;
}
#partnerwashOperator iframe {
  max-width: 85%;
  margin-left: 7.5%;
  border-radius: 15px;
  margin-bottom: -7.5px;
}
.desktop-hide{
  display:none;
}
.mobile-hide{
  display:block;
}
a.custombtn {
  background-color: #141c52;
  color: #fff;
  padding: 12.5px 25px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
a.custombtn:hover {
  background-color: #1fbfb7 !important;
}
.newhome section#partnersuccessStory h3 {
  color: #f3f183;
}
.newhome #partnersuccessStory p {
  color: white;
}
.newhome #partnersuccessStory a.btn.btn-green {
  background: #f3f183;
  font-size: 16px;
  margin-top: 15px;
}
.newhome #partnersuccessStory .row {
  align-items: center;
}
.newhome #testimonialVideos {
  padding-top: max(7.5%, 3.5rem);
  padding-bottom: max(5.5%, 3.5rem);
  background: linear-gradient(to left, #141c52 65%, #fff 35%) !important;
  position: relative;
  color: white;
}
.newhome #testimonialVideos h3, .newhome #testimonialVideos h6, .newhome #testimonialVideos p{
  color: white !important;
}
.newhome #excellingatMembership a.btn-blue, .newhome #partnerMemberconsulationtoday a.btn-blue, .newhome #partnerSoftware a.btn-blue, .newhome #partnerMembershipsuccess a.btn-blue{
  font-size: 16px;
}
.newhome #testimonialVideos .btn-yellow {
  background: #f3f183;
  margin-top: 30px;
}
.no-padding{
  padding-left:0px !important;
  padding-right: 0px !important;
  text-align: left;
}
.newhome #testimonialVideos .owl-carousel .owl-nav .owl-prev, .newhome #testimonialVideos .owl-carousel .owl-nav .owl-next
{
  color: #f3f183;
}
.newhome #testimonialVideos .owl-carousel .owl-dots button.owl-dot.active span{
background-color: #f3f183 !important;
}
.maxwidth1024{
  max-width: 1024px !important;
}
.new-image-info {
  margin-top: 30px;
  margin-bottom: 20px;
}
.newtesti_sect{
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.box-info.revenue_cta {
  min-height: 0px !important;
  background-color: #f3f183 !important;
  padding: 19px 20px !important;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.box-info.revenue_cta span {
  margin-left: 10px;
  line-height: 30px;
}
.newwhatsatstake{
  padding-top: 50px !important;
}
main#testimonialsMain a, main#testimonialsMain button {
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 20px !important;
}
.social-icons.mobile_display{
  display: none;
}
@media only screen and (min-width: 768px) {
  #partnerwashOperator .sub-content {
    max-width: 80%;
    margin-left: 7.5%;
    /* margin-top: -115px; */
  }
  .newhome #partnerWhatsatstake .box-info {
    min-height: 350px;
}
}
@media only screen and (max-width: 767px) {
  #partnerwashOperator .col-sm-6 {
    flex: none;
    max-width: 100%;
    display: block;
  }
  #partnerwashOperator h4 {
    max-width: 100%;
  }
  #partnerwashOperator .content {
    border-radius: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  #partnerwashOperator iframe {
    max-width: 100%;
    margin-left: 0;
    border-radius: 15px;
    margin-bottom: -7.5px;
    height: 350px!important;
  }
  .desktop-hide{
    display:block;
  }
  .mobile-hide{
    display:none !important;
  }
}
@media screen and (max-width: 480px){
  .newhome #testimonialVideos{
    background: #141c52 !important;
  }
  .newhome  #testimonialVideos .col-lg-6.no-padding {
    text-align: center;
  }
}
/* Excelling at Membership */
section#excellingatMembership {
  background: #F5F6FC;
  padding-top: max(5%, 3.5rem);
  padding-bottom: max(5%, 3.5rem);
}
section#excellingatMembership .container {
  max-width: 100%;
}
#excellingatMembership img {
  width: 100%;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  margin-left: -15px;
}
#excellingatMembership .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#excellingatMembership h4 {
  color: #141C52;
  font-size: 36.05px;
  line-height: 1.15em;
  margin-bottom: 30px;
}
#excellingatMembership p {
  color: #2B2B2B;
  font-size: 22.25px;
  line-height: 1.45em;
  font-weight: 400;
  max-width: 650px;
}
#excellingatMembership a.btn-blue {
  background: #141c52;
  color: #fff;
  min-width: 225px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 30px;
  letter-spacing: 0;
}
#excellingatMembership a.btn-blue:hover {
  background: #F3F183;
  color: #141c52;
}
@media only screen and (max-width: 767px) {
  #excellingatMembership .col-sm-6 {
    flex: none;
    max-width: 100%;
    display: block;
  }
  #excellingatMembership .content {
    padding-top: 5%;
  }
  #excellingatMembership a.btn-blue {
    font-size: 17.5px;
  }
  #excellingatMembership img {
    width: 100%;
    border-radius: 15px;
    margin-left: 0;
  }
}

/* Our Proven Plan to Get You Started */
section#ourprovenplan {
  background: #141C52;
  padding-top: max(5%, 4.5rem);
  padding-bottom: max(7.5%, 4.5rem);
}
#ourprovenplan h4 {
  color: #fff;
  font-size: 36.05px;
  line-height: 1.25em;
  text-align: center;
}
#ourprovenplan p.sub-header {
  color: #fff;
  font-size: 16.75px;
  line-height: 1.25em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  margin: 20px auto 60px;
}
#ourprovenplan .infobox {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 7.5%;
  text-align: center;
  min-height: 250px;
}
#ourprovenplan .infobox img {
  max-height: 54.5px;
  margin-bottom: 15px;
}
#ourprovenplan .infobox h5 {
  color: #141C52;
  font-size: 16.75px;
  line-height: 1.15em;
  font-weight: bold;
}
#ourprovenplan .infobox p {
  color: #2B2B2B;
  font-size: 13.65px;
  line-height: 1.25em;
  margin: 10px auto;
}
@media only screen and (max-width: 991px) {
  #ourprovenplan p.sub-header {
    margin: 15px auto;
  }
  #ourprovenplan .infobox {
    min-height: max-content;
    margin-top: 30px;
  }
}

/* What's at Stake? */
#partnerWhatsatstake h2 {
  font-size: 36.05px;
  line-height: 1.15em;
  margin: 0 auto;
  text-align: center;
}
#partnerWhatsatstake p.sub-header {
  color: #2B2B2B;
  font-size: 16.75px;
  text-align: center;
  margin: 15px auto;
}
#partnerWhatsatstake div.row {
  margin-top: 45px;
}
#partnerWhatsatstake .box-info {
  background: #E8ECFF;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
  -moz-box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
  box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
  padding: 5% 7.5%;
}
#partnerWhatsatstake .box-info h4 {
  color: #141C52;
  font-size: 23.15px;
  line-height: 1.25em;
  margin-bottom: 15px;
  font-weight: bold;
}
#partnerWhatsatstake .box-info p {
  font-size: 16.75px;
  line-height: 1.45em;
  color: #2B2B2B;
}
#partnerWhatsatstake .image-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  #partnerWhatsatstake .image-info {
    position: static;
    transform: none;
    text-align: center;
    margin-bottom: 25px;
  }
  #partnerWhatsatstake div.reverse-row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  #partnerWhatsatstake .image-info img {
    max-width: 150px;
  }
  #partnerWhatsatstake .box-info {
    padding: 7.5% 10%;
  }
  #partnerWhatsatstake .box-info h4 {
    font-size: 20px;
  }
}

/* Consulation Today */
section#partnerMemberconsulationtoday {
  background: #F3F183;
  text-align: center;
  padding-top: max(5%, 3.5rem);
  padding-bottom: max(5%, 3.5rem);
}
section#partnerMemberconsulationtoday a.btn-blue {
  background: #141c52;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
}
section#partnerMemberconsulationtoday a.btn-blue:hover {
  background:#28D5CB ;
  color: #141c52;
}

/* Success Stries */
section#partnersuccessStory {
  background: #141C52;
  padding-top: max(6.5%, 4.5rem);
  padding-bottom: max(6.5%, 4.5rem);
}
section#partnersuccessStory .content-box {
  max-width: 390px;
}
#partnersuccessStory .col-lg-5 {
  display: flex;
  align-items: center;
}
#partnersuccessStory .col-lg-5 h3 {
  font-size: 36.05px;
  color: #fff;
  line-height: 1.45em;
  font-weight: 600;
}
#partnersuccessStory .col-lg-5 a.sub-header {
  font-size: 22px;
  color: #28D5CB;
  line-height: 1.25em;
  /* font-weight: 600; */
  text-decoration: underline;
}
#partnersuccessStory .col-lg-5 a.sub-header:hover {
  color: #F3F183;
}
#partnersuccessStory .col-lg-5 hr {
  background: #F3F183;
  margin: 45px auto;
}
#partnersuccessStory .col-lg-5 h6 {
  font-size: 16.5px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.25em;
  text-transform: uppercase;
}
#partnersuccessStory .col-lg-5 a.btn-green {
  background: #F3F183;
  color: #141C52;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 20px;
}
#partnersuccessStory .col-lg-5 a.btn-green:hover {
  background: #2BD5CB;
}
#partnersuccessStory #owl-carousel-onevideo {
  margin-top: 45px;
}
#partnersuccessStory .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -50px;
  transform: translateY(-50%);
  color: #28D5CB;
  font-size: 75px;
  opacity: 1;
}
#partnersuccessStory .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -50px;
  transform: translateY(-50%);
  color: #28D5CB;
  font-size: 75px;
  opacity: 1;
}
#partnersuccessStory .owl-carousel .owl-nav .owl-prev:hover, #partnersuccessStory .owl-carousel .owl-nav .owl-next:hover {
  background: none !important;
  color: #F3F183;
}
#partnersuccessStory .owl-carousel .item-video {
  height: 305px;
}
#partnersuccessStory .owl-carousel .item-video iframe {
  height: calc(305px - 10px);
  border-radius: 15px;
}
#partnersuccessStory .item-video .owl-video-wrapper {
  border-radius: 15px;
  border: solid 5px #28D5CB;
  background-size: cover;
  background-position: center;
}
#partnersuccessStory #owl-carousel-onevideo .owl-dots {
  display: none!important;
}
#partnersuccessStory .owl-carousel .owl-dots button.owl-dot {
  margin-top: 30px;
}
#partnersuccessStory .owl-carousel .owl-dots button.owl-dot span {
  background: #28D5CB;
  width: 11.5px;
  height: 11.5px;
}
#partnersuccessStory .owl-carousel .owl-dots button.owl-dot:hover span {
  background: #F3F183;
}
#partnersuccessStory .owl-carousel .owl-dots button.owl-dot.active span {
  background: #F3F183;
}
@media only screen and (max-width: 650px) {
  #partnersuccessStory .owl-carousel .owl-nav {
    display: none!important;
  }
  #partnersuccessStory #owl-carousel-onevideo .owl-dots {
    display: block!important;
  }
}


/* Membership Solution Software */
#partnerSoftware h1 {
  font-size: 36.5px;
  line-height: 43.5px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: capitalize;
}
#partnerSoftware div.row {
  margin-top: 75px;
}
#partnerSoftware .box-info {
  background: #E8ECFF;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
  -moz-box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
  box-shadow: 0px 5px 10px 5px rgba(225,225,225,1);
  padding: 5% 7.5%;
}
#partnerSoftware .box-info h4 {
  color: #141C52;
  font-size: 24.5px;
  line-height: 30px;
  margin-bottom: 25px;
}
#partnerSoftware .box-info p {
  font-size: 13.5px;
  line-height: 21.5px;
  color: #000;
}
#partnerSoftware .box-info hr {
  background: #91A0E4;
  height: 1.5px;
}
#partnerSoftware .box-info h6 {
  font-size: 12px;
  line-height: 22.5px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.25px;
}
#partnerSoftware .image-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section#partnerSoftware .btn-row .col-lg-12 {
  text-align: center;
}
section#partnerSoftware a.btn-blue {
  background: #141c52;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
}
section#partnerSoftware a.btn-blue:hover {
  background:#28D5CB ;
  color: #141c52;
}
@media only screen and (max-width: 991px) {
  #partnerSoftware .image-info {
    position: static;
    transform: none;
    text-align: center;
    margin-bottom: 25px;
  }
  #partnerSoftware div.reverse-row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  #partnerSoftware h1 {
    font-size: 28.5px;
    line-height: 38.5px;
  }
  #partnerSoftware div.row {
    margin-top: 50px;
  }
  #partnerSoftware .image-info img {
    max-width: 150px;
  }
  #partnerSoftware .box-info {
    padding: 7.5% 10%;
  }
  #partnerSoftware .box-info h4 {
    color: #141C52;
    font-size: 20px;
    line-height: 27.5px;
    margin-bottom: 20px;
  }
}

/* Keys To Drive Success */
section#partnerMembershipsuccess {
  background: #141C52;
}
#partnerMembershipsuccess h2 {
  color: #fff;
  font-size: 41.5px;
  line-height: 48.5px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#partnerMembershipsuccess h2 span {
  color: #F3F183;
  position: relative;
}
#partnerMembershipsuccess h2 span:after {
  content: "";
  width: 100%;
  height: 4.5px;
  background: #28D5CB;
  position: absolute;
  left: 0;
  bottom: -3.5px;
}
#partnerMembershipsuccess .infobox img {
  max-height: 50px;
  margin-bottom: 15px;
}
#partnerMembershipsuccess .infobox h5 {
  color: #141C52;
  font-size: 17.5px;
  line-height: 25px;
  font-weight: bold;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#partnerMembershipsuccess .infobox hr {
  background: #141C52;
  height: 1.5px;
}
#partnerMembershipsuccess .infobox p {
  color: #000;
  font-size: 12.5px;
  line-height: 20px;
  text-align: left;
}
#partnerMembershipsuccess .infobox h6 {
  color: #000;
  font-size: 12.5px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
  letter-spacing: 0.25px;
}
#partnerMembershipsuccess .infobox {
  border-radius: 15px;
  padding: 7.5%;
  text-align: center;
  min-height: 435px;
}
#partnerMembershipsuccess .infobox.col_1 {
  background: #C4CBEB;
}
#partnerMembershipsuccess .infobox.col_2 {
  background: #ACF4F0;
}
#partnerMembershipsuccess .infobox.col_3 {
  background: #FFFEBC;
}
section#partnerMembershipsuccess .btn-row .col-lg-12 {
  text-align: center;
  margin-top: max(6.5%, 3.5rem);
}
section#partnerMembershipsuccess a.btn-blue {
  background: #F3F183;
  color: #141c52;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
}
section#partnerMembershipsuccess a.btn-blue:hover {
  background:#28D5CB ;
}
@media only screen and (max-width: 991px) {
  #partnerMembershipsuccess h2 {
    margin-bottom: 15px;
  }
  #partnerMembershipsuccess .infobox {
    min-height: max-content;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #partnerMembershipsuccess h2 {
    font-size: 30px;
    line-height: 38.5px;
  }
}

section#partnerCalc {
  background-image: url("/img/new-update/revenue_calculator_background.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
#partnerCalc .row {
  display: flex;
  align-items: center;
}
#partnerCalc h3 {
  text-align: center;
  font-size:17.5px;
  line-height: 25px;
  text-transform: uppercase;
}
#partnerCalc h2 {
  text-align: center;
  font-size:35.5px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: max(5%, 4.5rem);
}
#partnerCalc .partnerCalcModule {
  padding: 15% 10%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(225,225,225,1);
  -moz-box-shadow: 0px 0px 5px 5px rgba(225,225,225,1);
  box-shadow: 0px 0px 5px 5px rgba(225,225,225,1);
}
#partnerCalc .partnerCalcModule label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.05rem;
}
#partnerCalc .partnerCalcModule input {
  padding: 1rem 0.5rem;
  margin-bottom: 3.5rem;
  outline: 0;
  position: relative;
  width: 100%;
  font-size: 1rem;
  background-color: transparent !important;
  border-radius: 0;
  border-bottom: 1px solid var(--gray-500) !important;
}
#partnerCalc .partnerCalcModule .input-container {
  display: flex;
}
#partnerCalc .partnerCalcModule input#txtRevenue {
  padding: 1rem 1.5rem;
  margin-left: -10px;
}
#partnerCalc .partnerCalcModule .input-container span {
  position: relative;
  top: 7.5px;
  left: 10px;
  z-index: 1;
  font-weight: 600;
}
#partnerCalc .partnerCalcModule .btn {
  margin: auto;
  font-size: 1.25rem;
  font-weight: 600;
  background: #141c52 !important;
  padding: 0.75rem 2.5rem !important;
}
#partnerCalc .partnerCalcModule .btn:hover {
  background: #F3F183 !important;
  color: #141c52 !important;
}
#partnerCalc #partnerCalcResultsContainer h4 {
  color: #141c52;
  font-weight: 600;
  font-size: 15px;
}
#partnerCalc #results {
  margin-top: -10px !important;
}
#partnerCalc #breakdownSm {
  text-align: left;
  display: block !important;
}
#partnerCalc #breakdownSm span {
  color: #28D5CB !important;
  font-size: 75px;
  font-weight: bold;
  position: relative;
}
#partnerCalc #breakdownSm span:after {
  content: "";
  width: 100%;
  height: 3.5px;
  background: #28D5CB;
  position: absolute;
  left: 0;
  bottom: -5px;
}
#partnerCalc #partnerCalcResultsContainer p {
  color: #141c52;
  font-weight: 600;
  font-size: 12.5px;
  margin-top: 50px;
}
@media only screen and (max-width: 992px) {
  #partnerCalc #breakdownSm span {
    font-size: 50px !important;
  }
  #partnerCalc .partnerCalcModule {
    margin-bottom: 4.5rem;
  }
  #partnerCalc h2 {
    margin-bottom: max(5%, 1.5rem);
  }
}
@media only screen and (max-width: 767px) {
  section#partnerCalc {
    background-position: bottom right;
  }
  #partnerCalc h2 {
    line-height: 45px;
  }
  #partnerCalc .partnerCalcModule .btn {
    font-size: 1.05rem;
  }
}

section#partnerIndustry {
  background: #F5F6FC;
}
#partnerIndustry h3 {
  color: #141C52;
  text-align: center;
  font-size:16.5px;
  line-height: 30px;
  text-transform: uppercase;
}
#partnerIndustry h2 {
  color: #141C52;
  text-align: center;
  font-size:35.5px;
  line-height: 45px;
  margin-bottom: max(5%, 3.5rem);
  margin-top: 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#partnerIndustry h2 span {
  position: relative;
}
#partnerIndustry h2 span:after {
  content: "";
  width: 100%;
  height: 4.5px;
  background: #28D5CB;
  position: absolute;
  left: 0;
  bottom: -5px;
}
#partnerIndustry div.item {
  background:#fff;
  padding: 7.5% 8.5%;
  border-radius: 10px;
  display: flex;
  min-height: 195px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#partnerIndustry div.owl-item {
  padding: 10px;
}
#partnerIndustry div.carousel-shadow {
  -webkit-box-shadow: 0px 0px 5px 5px rgba(225,225,225,1);
  -moz-box-shadow: 0px 0px 5px 5px rgba(225,225,225,1);
  box-shadow: 0px 0px 5px 5px rgba(225,225,225,1);
}
#partnerIndustry div.item img {
  max-height: 50px;
  max-width: 50px;
}
#partnerIndustry div.item p {
  color: #141C52;
  font-weight: 600;
  font-size: 15px;
  line-height: 18.5px;
  margin-top: 15px;
  margin-bottom: 0px;
  letter-spacing: -0.25px;
}
#partnerIndustry .owl-carousel .owl-nav {
  display: none;
}
#partnerIndustry .owl-carousel .owl-dots {
  margin-top: 30px;
}
#partnerIndustry .owl-carousel .owl-dots button.owl-dot span {
  background:#28D5CB;
  width: 11.5px;
  height: 11.5px;
}
#partnerIndustry .owl-carousel .owl-dots button.owl-dot:hover span {
  background:#141C52;
}
#partnerIndustry .owl-carousel .owl-dots button.owl-dot.active span {
  background:#141C52;
}
@media only screen and (max-width: 767px) {
  #partnerIndustry h2 {
    margin-bottom: max(5%, 2.5rem);
  }
}

section#partnerCTA {
  background-image: url("/img/new-update/partner_cta_background.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
#partnerCTA div.form-container {
  background: #fff;
  padding: 7.5%;
  border-radius: 15px;
  text-align: center;
}
#partnerCTA div.form-container img {
  max-width: 200px;
  margin-bottom: 20px;
}
#partnerCTA div.form-container h4 {
  font-size: 17.5px;
}
#partnerCTA div.form-container p {
  font-size: 13.5px;
}
#partnerCTA div.form-container p.disclaimer {
  font-size: 8.5px;
  margin-top: 15px;
  margin-bottom: 20px;
}
#partnerCTA div.form-container form .input-wrapper label, #partnerCTA div.form-container form select.form-control {
  font-size: 13.5px;
}
#partnerCTA div.form-container form .input-wrapper input, #partnerCTA div.form-container form .input-wrapper textarea {
  padding-top: 1.95rem;
  margin-bottom: 1.15rem;
}
#partnerCTA div.form-container form select.form-control {
  max-height: 50px;
  margin-bottom: 0.15rem;
}
#partnerCTA div.form-container form button.btn {
  padding: 0.75rem 2.5rem !important;
  font-weight: 600;
}
#partnerCTA .col-lg-5 {
  display: flex;
  align-items: center;
}
#partnerCTA .col-lg-5 p {
  font-size: 17.5px;
  color: #fff;
  line-height: 1.25em;
}
#partnerCTA .col-lg-5 .guide-content {
  width: 100%;
}
#partnerCTA .col-lg-5 h4 {
  margin-bottom: 35px;
  font-size: 33.5px;
  color: #2BD5CB;
  font-weight: bold;
  line-height: 1.5em;
}
#partnerCTA .col-lg-5 h4 span {
  position: relative;
}
#partnerCTA .col-lg-5 h4 span:after {
  content: "";
  width: 100%;
  height: 4.5px;
  background: #F3F183;
  position: absolute;
  left: 0;
  bottom: -5px;
}
#partnerCTA .col-lg-5 a.btn-green {
  background: #28D5CB;
  color: #fff;
  min-width: 245px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 30px;
}
#partnerCTA .col-lg-5 a.btn-green:hover {
  background: #fff;
  color: #141c52;
}
@media only screen and (max-width: 991px) {
  #partnerCTA div.form-container {
   margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #partnerCTA .col-lg-5 h5 {
    font-size: 20px;
    text-align: center;
  }
  #partnerCTA .col-lg-5 h4 {
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  #partnerCTA div.form-container {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 576px) {
  #partnerCTA .col-lg-5 .guide-content {
    padding: 0 25px;
  }
}

section#partnerReviews {
  background: #F5F6FC;
}
#partnerReviews #partnerReviewsHeading {
  text-align: center;
}
#partnerReviews #partnerReviewsHeading h2 {
  font-size: 35.5px;
  margin-bottom: 1.05rem;
  margin-top: -25px;
}
#partnerReviews #partnerReviewsHeading p {
  font-size: 16.5px;
  line-height: 25px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.05px;
}
#partnerReviews .row {
  padding-left:45px;
  padding-right: 45px; 
}
#partnerReviews #owl-carousel-video {
  margin-top: 50px;
}
#partnerReviews .owl-carousel .item-video {
  height: 300px;
}
#partnerReviews .owl-carousel .item-video iframe {
  height: calc(300px - 20px);
}
#partnerReviews .item-video .owl-video-wrapper {
  border-radius: 15px;
  border: solid 10px #28D5CB;
  background-size: cover;
  background-position: center;
}
#partnerReviews .owl-carousel .owl-dots button.owl-dot {
  margin-top: 30px;
}
#partnerReviews .owl-carousel .owl-dots button.owl-dot span {
  background: #28D5CB;
  width: 11.5px;
  height: 11.5px;
}
#partnerReviews .owl-carousel .owl-dots button.owl-dot:hover span {
  background: #141C52;
}
#partnerReviews .owl-carousel .owl-dots button.owl-dot.active span {
  background: #141C52;
}
#partnerReviews .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 37.5%;
  left: -50px;
  transform: translateY(-50%);
  color: #91A0E4;
  font-size: 75px;
  opacity: 1;
}
#partnerReviews .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 37.5%;
  right: -50px;
  transform: translateY(-50%);
  color: #91A0E4;
  font-size: 75px;
  opacity: 1;
}
#partnerReviews .owl-carousel .owl-nav .owl-prev:hover, #partnerReviews .owl-carousel .owl-nav .owl-next:hover {
  background: none !important;
  opacity: 0.75;
}
#partnerReviews .owl-carousel .owl-nav .owl-prev:focus, #partnerReviews .owl-carousel .owl-nav .owl-next:focus {
  outline: none !important;
}
@media only screen and (min-width: 1000px) {
  #partnerReviews #owl-carousel-video .owl-video-play-icon {
    display: none; 
  }
  #partnerReviews #owl-carousel-video .owl-item.active[data-number="2"] .owl-video-play-icon {
    display: block; 
  }
  #partnerReviews #owl-carousel-video .owl-video-play-icon.hide {
    display: none !important; 
  }
  #partnerReviews .owl-item.active[data-number="1"] .item-video, #partnerReviews .owl-item.active[data-number="3"] .item-video {
    perspective:400px;
    transform: scale(0.85);
  }
  #partnerReviews .owl-item.active[data-number="1"] .item-video .owl-video-wrapper {
    animation: y-axis-animation 10000s ease-in-out 0s infinite;
  }
  @keyframes y-axis-animation {
    from {transform: rotateY(20deg);}
    to {transform: rotateY(-20deg);}
  }
  #partnerReviews .owl-item.active[data-number="3"] .item-video .owl-video-wrapper {
    animation: y-axis-animation1 10000s ease-in-out 0s infinite;
  }
  @keyframes y-axis-animation1 {
    from {transform: rotateY(-20deg);}
    to {transform: rotateY(20deg);}
  }
}

section#partnerMembershipstory {
  background: #F3F183;
  text-align: center;
  padding-top: max(5%, 2.5rem);
  padding-bottom: max(5%, 2.5rem);
}
section#partnerMembershipstory a.btn-blue {
  background: #141c52;
  color: #fff;
  min-width: 245px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
}
section#partnerMembershipstory a.btn-blue:hover {
  background:#fff ;
  color: #141c52;
}
section#partnerMembershipstory h5 {
  font-size: 21.5px;
  line-height: 27.5px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

section#partnerOmnix {
  background: #F5F6FC;
}
#partnerOmnix h2 {
  color: #14225C;
  font-size: 39.5px;
  line-height: 50px;
  margin-bottom: 50px;
  max-width: 500px;
}
#partnerOmnix h2 span {
  position: relative;
}
#partnerOmnix h2 span:after {
  content: "";
  width: 100%;
  height: 4.5px;
  background: #28D5CB;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
#partnerOmnix h5 {
  color: #14225C;
  font-size: 20px;
  line-height: 25.5px;
  margin-bottom: 20px;
  max-width: 450px;
}
#partnerOmnix p {
  color: #14225C;
  font-size: 15.5px;
  line-height: 23.5px;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
#partnerOmnix a.btn-blue {
  background: #141c52;
  color: #fff;
  min-width: 225px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
}
#partnerOmnix a.btn-blue:hover {
  background:#F3F183 ;
  color: #141c52;
}
#partnerOmnix .imagebox {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  #partnerOmnix div.infobox {
    text-align: center;
  }
  #partnerOmnix h2 {
    margin-left: auto;
    margin-right: auto;
  }
  #partnerOmnix h5 {
    margin-left: auto;
    margin-right: auto;
  }
  #partnerOmnix .imagebox {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #partnerOmnix h2 {
    font-size: 33.5px;
    margin-bottom: 35px;
    line-height: 45px;
  }
}

/* form popup */
@media (min-width: 992px) {
  #excelmembershipModal .modal-lg {
    max-width: 635px;
  }
}
#excelmembershipModal .modal-header .close {
  margin: -1rem -2.25rem -1rem auto;
}
#excelmembershipModal div.modal-body {
  margin-top: -1.75rem;
}
#excelmembershipModal .form-container {
  text-align: center;
}
#excelmembershipModal .form-container img {
  max-width: 250px;
  margin-bottom: 25px;
}
 #excelmembershipModal .form-container h4 {
  font-size: 20.5px;
}
#excelmembershipModal .form-container p {
  font-size: 13.5px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#excelmembershipModal .form-container p.disclaimer {
  font-size: 8.5px;
  margin-top: 15px;
  margin-bottom: 30px;
}
#excelmembershipModal .form-container form .input-wrapper label, #excelmembershipModal .form-container form select.form-control {
  font-size: 13.5px;
}
#excelmembershipModal .form-container form .input-wrapper input, #excelmembershipModal .form-container form .input-wrapper textarea {
  padding-top: 1.95rem;
  margin-bottom: 1.15rem;
}
#excelmembershipModal .form-container form select.form-control {
  max-height: 50px;
  margin-bottom: 0.15rem;
}
#excelmembershipModal .form-container form button.btn {
  padding: 0.75rem 2.5rem !important;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Standard form style */
#standard-form {
  text-align: center;
  margin-top: -10px;
}
#standard-form img {
  min-width: 290px !important;
  margin-bottom: 20px !important;
}
#standard-form h5 {
  font-size: 17.5px !important;
  margin-bottom: 0.75rem !important;
}
#standard-form p {
  font-size: 13.5px !important;
  max-width: 450px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.35em;
}
#standard-form p.disclaimer {
  font-size: 8.5px !important;
  margin-top: 15px !important;
  margin-bottom: 20px !important;
  text-align: center;
}
#standard-form .input-wrapper label, #standard-form select.form-control {
  font-size: 13.5px;
}
#standard-form .input-wrapper input, #standard-form .input-wrapper textarea {
  padding-top: 1.95rem;
  margin-bottom: 1.15rem;
}
#standard-form select.form-control {
  max-height: 50px;
  margin-bottom: 0.15rem;
}
#standard-form button.btn {
  padding: 0.75rem 2.5rem !important;
  font-weight: 600;
}
#omnixModalHeader .header-content,
#analyticsModalHeader .header-content {
  display: flex;
  width: 100%;
  justify-content: end;
}


/************************************ 
*********** Webinars *************
*************************************/
section#webinarsHero {
  padding: 0!important;
}
#webinarsHero .container {
  max-width: 100%;
  padding: 0!important;
}
#webinarsHero .row {
  align-items: stretch;
  margin: 0 !important;
}
#webinarsHero div.col-sm-9 {
  background-color: #9AAAEB;
  background-image: url("/img/new-update/webinars-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10% 5%;
  flex: 0 0 65%;
  max-width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#webinarsHero div.col-sm-9 h4 {
  color: #141C52;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  width: max-content;
  margin-bottom: 45px;
  text-transform: uppercase;
}
#webinarsHero div.col-sm-9 h4:after {
  content: "";
  width: 100%;
  height: 3.5px;
  background: #F3F183;
  position: absolute;
  left: 0;
  bottom: -3.5px;
}
#webinarsHero div.col-sm-9 .box-content {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
}
#webinarsHero div.col-sm-9 h3 {
  color: #141C52;
  font-size: 37.5px;
  font-weight: 600;
  max-width: 550px;
  line-height: 1.15em;
  /* margin-bottom: 15px; */
  margin-bottom: 0px;
}
#webinarsHero div.col-sm-9 h5 {
  color: #28D5CB;
  font-size: 22.5px;
  font-weight: 800;
  max-width: 600px;
  line-height: 1.15em;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#webinarsHero div.col-sm-9 P {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 26.5px;
  max-width: 600px;
  font-weight: 400;
}
#webinarsHero div.col-sm-3 {
  background: #141C52;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35%;
  max-width: 35%;
  padding: 10% 5%;
  text-align: center; 
}
#webinarsHero div.col-sm-3 h4 {
  color: #28D5CB;
  font-size: 37.5px;
  font-weight: 600;
  max-width: 265px;
  position: relative;
}
#webinarsHero div.col-sm-3 h4:after {
  content: "";
  width: 100%;
  height: 3.5px;
  background: #F3F183;
  position: absolute;
  left: 0;
  bottom: -10.5px;
}
#webinarsHero div.col-sm-3 .form-content {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  max-width: 265px;
  margin-top: 30px;
  max-width: 265px;
}
#webinarsHero div.col-sm-3 .form-content img {
  max-width: 60%;
}
#webinarsHero div.col-sm-3 .btn-blue {
  background: #2D8CFF;
  color: #fff;
  min-width: 200px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 30px;
}
#webinarsHero div.col-sm-3 .btn-blue:hover {
  background:#141c52 ;
  color: #fff;
}

#webinarsPrevious .container {
  max-width: 1500px;
  padding: 5%;
  background-color: #FFF;
  background-image: url(/img/new-update/webinars-second-banner.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
#webinarsPrevious .header-content {
  text-align: center;
}
#webinarsPrevious .header-content img {
  max-width: 300px;
}
#webinarsPrevious .header-content h4 {
  color: #141C52;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 100px;
}
#webinarsPrevious .header-content h4:after {
  content: "";
  width: 100%;
  height: 3.5px;
  background: #66D2CA;
  position: absolute;
  left: 0;
  bottom: -3.5px;
}

#webinarsPrevious .row {
  display: flex;
  margin: 30px 0;
}
#webinarsPrevious div.col-sm-7 {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  justify-content: center;
}
#webinarsPrevious div.col-sm-7.left {
  justify-content: flex-start;
}
#webinarsPrevious div.col-sm-7.right {
  justify-content: flex-end;
}
#webinarsPrevious div.col-sm-7 .video-box {
  width: 95%;
}
#webinarsPrevious div.col-sm-7 iframe {
  border-radius: 15px;
}
#webinarsPrevious div.col-sm-5 {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#webinarsPrevious div.col-sm-5 h5 {
  color: #141C52;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 30px;
}
#webinarsPrevious div.col-sm-5 P {
  color: #6c6c6c;
  font-size: 12.5px;
  line-height: 21.5px;
  font-weight: 400;
}
#webinarsPrevious div.col-sm-5 .btn-green {
  background: #66D2CA;
  color: #fff;
  min-width: 225px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 15px;
}
#webinarsPrevious div.col-sm-5 .btn-green:hover {
  background:#141c52 ;
  color: #FFF;
}

#webinarsPrevious .hr-content {
  width: 97.5%;
  margin: auto;
  padding: 25px 5px;
}
#webinarsPrevious .hr-content hr {
  border: solid 1px #141c52;
}

#webinarsBody #webinarsCTA {
  padding-top: max(5%, 7rem);
  padding-bottom: max(5%, 7rem);
  background: #141C52;
  text-align: center;
}
section#webinarsCTA h2 {
  color: #FFF;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.15em;
  position: relative;
  max-width: max-content;
  margin: auto;
  margin-bottom: 30px;
}
section#webinarsCTA h2:after {
  content: "";
  width: 90%;
  height: 2.5px;
  background: #F3F183;
  position: absolute;
  left: 5%;
  bottom: -7.5px;
  margin: auto;
}
section#webinarsCTA p {
  color: #FFF;
  font-size: 22.5px;
  font-weight: bold;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25em;
  margin-bottom: 2rem;
}
section#webinarsCTA .btn-accent {
  font-weight: 600;
}

#zoomSignupmodal .modal-content {
  padding: 1.5%;
}
#zoomSignupmodal .modal-content iframe {
  width: 100%;
  min-height: 85vh;
}

@media only screen and (max-width: 999px) {
  #webinarsHero div.col-sm-9 h4 {
    font-size: 25px;
  }
  #webinarsHero div.col-sm-9 h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #webinarsHero div.col-sm-9 {
    flex: none;
    max-width: 100%;
    display: block;
    padding: 15% 7.5%;
  }
  #webinarsHero div.col-sm-3 {
    flex: none;
    max-width: 100%;
    padding: 15% 7.5%;
  }
  #webinarsPrevious .header-content img {
    max-width: 250px;
  }
  #webinarsPrevious .header-content h4 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  #webinarsPrevious div.col-sm-7, #webinarsPrevious div.col-sm-5 {
    flex: none;
    max-width: 100%;
    display: block;
  }
  #webinarsPrevious div.col-sm-7.left {
    margin-bottom: 20px;
  }
  #webinarsPrevious div.col-sm-7.right {
    margin-top: 30px;
  }
  #webinarsPrevious div.col-sm-7 .video-box {
    width: 100%;
  }
  #webinarsPrevious .hr-content {
    padding: 5px;
  }
  #webinarsPrevious div.col-sm-7 iframe {
    height: 300px;
  }
  section#webinarsCTA h2 {
    font-size: 30px;
  }
  section#webinarsCTA p {
    font-size: 18.5px;
  }
}


/************************************ 
*********** Testimonials *************
*************************************/
section#testimonialsStoris {
  padding-top: max(5%, 5rem);
  padding-bottom: max(3.5%, 3.5rem);
}
#testimonialsStoris #partnerReviewsHeading {
  text-align: center;
}
#testimonialsStoris #partnerReviewsHeading h2 {
  font-size: 36px;
  margin-bottom: 30px;
  margin-top: -15px;
  color: #222529;
  font-weight: 600;
}
#testimonialsStoris #partnerReviewsHeading p {
  font-size: 16.5px;
  line-height: 25px;
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.05px;
  color: #2B2B2B;
}

section#testimonialStories .container {
  max-width: 100%;
}
section#testimonialStories .content-box {
  padding-top: max(5%, 3.5rem);
  padding-bottom: max(5%, 3.5rem);
  background-image: url(/img/testimonial/testimonial_banner_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section#testimonialStories.temp .content-box {
  padding-top: max(5%, 3.5rem);
  padding-bottom: max(5%, 3.5rem);
  background-image: url(/img/testimonial/new_testimonial.jpg);
}
#testimonialStories #partnerReviewsHeading {
  max-width: 575px;
  margin: auto;
}
#testimonialStories #partnerReviewsHeading img {
  max-width: 250px;
}
#testimonialStories #partnerReviewsHeading h2 {
  font-size: 38.5px;
  margin-bottom: 20px;
  color: #F0EB00;
  font-weight: 600;
}
#testimonialStories #partnerReviewsHeading p {
  font-size: 16.5px;
  line-height: 25px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.05px;
  color: #FFFFFF;
}
section#testimonialStories .img-background {
  background-image: url(/img/testimonial/testimonial_banner_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 590px;
}
#testimonialVideos.temp .temp_img{
  position: relative !important;
  left:auto;
  z-index: 0;
}
.myflex{
  display: flex;
}
#testimonialVideos.temp{
  padding-top: 0px !important;
  text-align: center;
}
#testimonialVideos.temp h2{
  margin-top: -180px;
  margin-bottom: 50px;
}
.tmp_white_color{
  color:white;
  margin-bottom: 50px;
}
#carouseltestimonialSection .item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
#carouseltestimonialSection.temp .owl-nav .owl-prev{
  position: absolute;
  top: 45%;
  left: 10px;
  transform: translateY(-50%);
  color: #141C52;
  font-size: 75px!important;
  opacity: 1;
}
#carouseltestimonialSection.temp .owl-nav .owl-next{
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    color: #141C52;
    font-size: 75px!important;
    opacity: 1;
}
#carouseltestimonialSection.temp a.btn-blue {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}    
#testimonialsVideo .row {
  margin: 0 0 45px;
  background: #E8ECFF;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(225, 225, 225, 1);
  -moz-box-shadow: 0px 5px 10px 5px rgba(225, 225, 225, 1);
  box-shadow: 0px 5px 10px 5px rgba(225, 225, 225, 1);
}
#testimonialsVideo .box-info {
  padding: 20px;
}
#testimonialsVideo .box-info h3 {
  font-size: 31.5px;
  color: #141C52;
}
#testimonialsVideo .box-info h6 {
  font-size: 12.15px;
  color: #141C52;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 12.5px;
  align-items: end;
}
#testimonialsVideo .box-info h6 span.location-img {
  display: flex;
  gap: 5px;
  align-items: end;
}
#testimonialsVideo .box-info h6 span.location-img img {
  width: 12.5px;
}
#testimonialsVideo .box-info p {
  font-size: 11.65px;
  color: #000000;
  letter-spacing: -0.15px;
}
#testimonialsVideo .box-info hr {
  background: #91A0E4;
  height: 1.5px;
}
#testimonialsVideo .box-info h5 {
  font-size: 12.95px;
  color: #141C52;
  font-weight: 600;
}
#testimonialsVideo .box-video {
  padding: 20px 5px;
}
#testimonialsVideo .box-video iframe {
  border-radius: 15px;
}

#testimonialVideos {
  padding-top: max(7.5%, 3.5rem);
  padding-bottom: max(5.5%, 3.5rem);
  background: linear-gradient(to left, #B1EFEB 65%, #fff 35%);
  position: relative;
}
#testimonialVideos img {
  position: absolute;
  max-width: 250px;
  left: 43.5%;
  top: 0.5%;
}
#testimonialVideos #owl-carousel-videotestimonial .owl-item .item {
  display: flex;
  gap: 5%;
  align-items: center;
}
#testimonialVideos #owl-carousel-videotestimonial h3 {
  color: #141C52;
  font-size: 25px;
  font-weight: 600;
}
#testimonialVideos #owl-carousel-videotestimonial h6 {
  color: #141C52;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}
#testimonialVideos #owl-carousel-videotestimonial p {
  color: #141C52;
  font-size: 14.5px;
  font-weight: 600;
}
#testimonialVideos #owl-carousel-videotestimonial .video-wrapper {
  min-width: 45%;
}
#testimonialVideos #owl-carousel-videotestimonial .video-wrapper iframe {
  border-radius: 15px;
}
#testimonialVideos #owl-carousel-videotestimonial .text-content {
  text-align: left;
}
#testimonialVideos .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -50px;
  transform: translateY(-50%);
  color: #141C52;
  font-size: 75px!important;
  opacity: 1;
}
#testimonialVideos .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -50px;
  transform: translateY(-50%);
  color: #141C52;
  font-size: 75px!important;
  opacity: 1;
}
#testimonialVideos .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
#testimonialVideos .owl-carousel .owl-dots button.owl-dot.active span {
  background: #141C52;
}
#testimonialVideos .owl-carousel .owl-dots button.owl-dot span {
  display: block;
  transition: opacity .25s ease;
  border-radius: 30px;
  background: #82B0BD;
  width: 11.5px;
  height: 11.5px;
  margin: 5px;
}
@media only screen and (max-width: 800px) {
  #testimonialVideos {
    background: linear-gradient(to top, #B1EFEB 75%, #fff 25%);
  }
  #testimonialVideos #owl-carousel-videotestimonial .owl-item .item {
    display: block;
  }
  #testimonialVideos #owl-carousel-videotestimonial .text-content {
    margin-top: 15px;
  }
  #testimonialVideos .owl-carousel .owl-nav {
    display: none!important;
  }
  #testimonialVideos .owl-carousel .owl-dots {
    margin-top: 0px;
  }
  #testimonialVideos img {
    top: 50%;
  }
}

#carouseltestimonialSection {
  padding-top: max(4.5%, 3.5rem);
  padding-bottom: max(4.5%, 3.5rem);
  background: #141C52;
  min-height: 300px;
}
#carouseltestimonialSection .container {
  max-width: 1350px; 
}
#carouseltestimonialSection img {
  max-width: 100px;
  margin-bottom: -25px;
  margin-left: auto;
  margin-right: auto;
}
#carouseltestimonialSection .text-content {
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 50px 25px 40px;
  min-height: 450px;
}
#carouseltestimonialSection .text-content h4 {
  color: #141C52;
  font-size: 22.5px;
  font-weight: bold
}
#carouseltestimonialSection .text-content h6 {
  color: #141C52;
  font-size: 12.5px;
  font-weight: 500;
}
#carouseltestimonialSection .text-content p {
  color: #000;
  font-size: 14.5px;
  font-style: italic;
  padding: 15px;
}
#carouseltestimonialSection .text-content h5 {
  color: #000;
  font-size: 14.5px;
  font-weight: bold;
}
#carouseltestimonialSection a.btn-blue {
  background: #141C52;
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.05em;
  margin-top: 15px;
}
#carouseltestimonialSection a.btn-blue:hover {
  background: #F3F183;
  color: #141c52;
}
#carouseltestimonialSection .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
#carouseltestimonialSection .owl-carousel .owl-dots button.owl-dot.active span {
  background: #fff;
}
#carouseltestimonialSection .owl-carousel .owl-dots button.owl-dot span {
  display: block;
  transition: opacity .25s ease;
  border-radius: 30px;
  background: #55586f;
  width: 11.5px;
  height: 11.5px;
  margin: 5px;
}
@media only screen and (max-width: 800px) {
  #carouseltestimonialSection .owl-carousel .owl-dots {
    margin-top: 0px;
  }
}

#successStory {
  padding-top: max(3.5%, 3.5rem);
  padding-bottom: max(2.5%, 2.5rem);
  margin-bottom: 100px;
  background-image: url(/img/new-update/success-story.png);
  background-position: 32.5% top;
  background-repeat: no-repeat;
  background-size: contain;
}
#successStory h2 {
  color: #222529;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15em;
  margin-bottom: 30px;
}
#successStory h2 span {
  position: relative;
}
#successStory h2 span:after {
  content: "";
  width: 100%;
  height: 4.5px;
  background: #28D5CB;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
#successStory p {
  color: #14225C;
  font-size: 15.95px;
  line-height: 23.5px;
  letter-spacing: 0.15px;
  margin-bottom: 45px;
}
#successStory a.btn-blue {
  background: #141c52d9;
  color: #fff;
  min-width: 250px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.05em;
}
#successStory a.btn-blue:hover {
  background: #F3F183;
  color: #141c52;
}
@media only screen and (min-width: 992px) {
  #successStory .title-box {
    padding: 10px 10px 10px 45px;
  }
  #successStory a.btn-blue {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 991px) {
  #testimonialsVideo .reverse-row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  #successStory {
    margin-bottom: 45px;
  }
}

#successstorySection {
  padding-top: max(4.5%, 3.5rem);
  padding-bottom: max(4.5%, 3.5rem);
}
#successstorySection .row {
  align-items: center;
}
#successstorySection h2 {
  color: #222529;
  font-size: 38.5px;
  font-weight: 600;
  line-height: 1.15em;
  margin-bottom: 15px;
  max-width: 500px;
}
#successstorySection p {
  color: #14225C;
  font-size: 15.95px;
  line-height: 23.5px;
  letter-spacing: 0.15px;
  margin-bottom: 45px;
  max-width: 550px;
}
#successstorySection a.btn-blue {
  background: #141C52;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.05em;
}
#successstorySection a.btn-blue:hover {
  background: #F3F183;
  color: #141c52;
}
@media only screen and (max-width: 650px) {
  #navbar .container-fluid.washOwner .socialicons-btn .social-icons {
    display: none!important;
  }
  .social-icons.mobile_display{
    display: flex !important;
    margin-bottom: 0px;
    align-items: center;
    justify-content: center;
  }
  a.youtube {
      color: #141C52;
      font-size: 41.5px !important;
      margin-top: 1.5px;
  }
  p.social-icons.mobile_display a {
    margin-right: 4px;
  }
  .newhome #testimonialVideos .container {
    margin-top: 100px;
  }
  .newhome #testimonialVideos.temp .temp_img {
    width: 123px;
  }
}
@media only screen and (max-width: 480px){
  #navbar .container-fluid.washOwner a.facebook i, #navbar .container-fluid.washOwner a.instagram i, #navbar .container-fluid.washOwner a.linkedin i {
    width: 28px;
    height: 28px;  
    padding: 6.5px;    
    font-size: 14px;
  }
  a.youtube {
    font-size: 28px !important;
  }
  #navbar .container-fluid.washOwner .socialicons-btn {
    justify-content: space-around;
    width: 100%;
  }
  #mainNav .navy-btn, #navbar .washOwner .navy-btn, a.custombtn {
    background-color: #141c52 !important;
    color: #fff;
    padding: 12.5px 20px;
    font-size: 12px !important;
    border: none !important;
  }
}


/************************************* 
*********** Checklist Page ***********
*************************************/
#checklistHero {
  padding: 7.5% 0;
  color: var(--white);
  background: url(../img/checklist/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#checklistHero .header {
  display: flex;
  align-items: center;
  gap: 10%;
  margin-top: 30px;
}
#checklistHero .header h1 {
  font-size: 3.5rem;
  line-height: 0.75em;
  margin-bottom: 0;
}
#checklistHero .header span.sub-header {
  font-size: 46.5%;
  color: #28D5CB;
}
#checklistHero .header img {
  height: 90px;
}
#checklistHero .header-content {
  margin-top: 15px;
  font-size: 1.5em;
  line-height: 1.35em;
  font-weight: 500;
}
#checklistContent1 {
  padding: 5% 0 3.5%;
}
#checklistContent1 p {
  color: #141C52;
  max-width: 850px;
  margin: auto;
  text-align: center;
}
#checklistContent1 p strong {
  font-weight: bold;
}
#checklistContent2 {
  background: url(../img/checklist/banner1.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  display: flex;
  align-items: center;
}
#checklistContent2 h4 {
  font-size: 1.5em;
  color: #141C52;
  margin-bottom: 25px;
  font-weight: bold;
}
#checklistContent2 p {
  color: #141C52;
}

#checklistContent3 {
  padding: 5% 0;
}
#checklistContent3 .col-lg-12 {
  display: flex;
  gap: 5%;
}
span.content-num {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #141C52;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 500;
}
#checklistContent3 .row-hidden {
  display: none;
}
#checklistContent3 h5 {
  color: #141C52;
  margin-bottom: 5px;
}
#checklistContent3 p {
  color: #141C52;
  margin-bottom: 30px;
}
#checklistContent3 img {
  margin-top: 45px;
}
#checklistfixedForm {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index:120;
  padding: 45px 0 30PX;
  border-top: solid 1px #000;
}
#checklistfixedForm img {
  max-width: 375px;
  display: block;
  margin: auto;
}
#checklistfixedForm h4 {
  font-size: 1.5em;
  color: #141C52;
  font-weight: bold;
  text-align: center;
  max-width: 425px;
  margin: 15px auto;
}
#checklistfixedForm p {
  color: #141C52;
  text-align: center;
  font-size: 0.85em;
}
#checklistformModal img {
  max-width: 375px;
  display: block;
  margin: auto;
}
#checklistformModal h4 {
  font-size: 1.5em;
  color: #141C52;
  font-weight: bold;
  text-align: center;
  max-width: 425px;
  margin: 15px auto;
}
#checklistformModal p {
  color: #141C52;
  text-align: center;
  font-size: 0.85em;
}
#checklistformModal .close {
  margin: -1.5rem -3.5rem -1rem auto;
}


/* blur content */
#checklistContent3 .blurContent {
  position: relative;
}
#checklistContent3 .blurWrapper {
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  width: calc(100% + 30px);
  backdrop-filter: blur(5px);
  z-index: 99;
  position: absolute;
}
/* End blur content */

/* Mobile responsive issues fixing */
@media only screen and (max-width: 667px) {
  #checklistHero .header {
    gap: 0;
  }
  #checklistHero .header h1 {
    font-size: 2.5rem;
    margin-right: 1.5rem;
  }
  #checklistHero {
    padding: 15% 0 7.5%;
  }
  #checklistContent2 {
    background-image: linear-gradient( rgba(217, 217, 217, 0.8), rgba(93, 88, 88, 0.8) ), url(../img/checklist/banner1.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
    display: flex;
    align-items: center;
    background-position: 25% center;
  }
}
/* End mobile responsive issues fixing */
