@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: "Nubolts Rounded";
  font-weight: bold;
  src: url("font/Nubolts-Rounded-Bold.ttf");
}

@font-face {
  font-family: "Nubolts Rounded";
  font-weight: normal;
  src: url("font/Nubolts-Rounded.ttf");
}

@font-face {
  font-family: "Nubolts Rounded Outline";
  font-weight: normal;
  src: url("font/Nubolts-Rounded-Regular-Outline.ttf");
}

@font-face {
  font-family: "Nubolts Rounded Outline";
  font-weight: bold;
  src: url("font/Nubolts-Rounded-Bold-Outline.ttf");
}

/************************************ 
*********** VARIABLES *************
*************************************/
:root {
  --primary-rebrand: #141c52;
  --secondary-rebrand: #28d5cb;
  --highlight-rebrand: #f1ee80;
  --accent-rebrand: #8194ec;
  --rgb-primary-rebrand: 20, 28, 82;
  --rgb-secondary-rebrand: 40, 213, 203;
  --rgb-highlight-rebrand: 238, 236, 70;
  --rgb-accent-rebrand: 129, 148, 236;
  --font-family-primary: "Nubolts Rounded";
  --font-family-primary-outline: "Nubolts Rounded Outline";
  --font-family-secondary: "Montserrat";
}

/************************************ 
*********** BASICS *************
*************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nubolts Rounded";
  font-weight: normal;
}
p,
li {
  font-family: "Montserrat";
}

/************************************ 
*********** BUTTONS *************
*************************************/

.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: none !important;
}

.distributor-landing .btn {
  font-family: "Montserrat", sans-serif;
}

.distributor-landing .btn:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0);
  color: var(--white);
}

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

.btn-primary-rebrand:hover {
  color: var(--white);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

.nav-link {
  text-transform: uppercase;
  font-family: var(--font-family-nav);
  font-weight: 600;
  color: var(--gray-600);
  font-size: 0.85rem;
}

/************************************ 
*********** DISTRIBUTOR LANDING PAGES BASE *************
*************************************/

section {
  padding-top: max(5%, 4rem);
  padding-bottom: max(5%, 4rem);
}

section#section-one {
  padding-top: max(2%, 4rem);
  padding-bottom: max(2%, 4rem);
}

section#section-one p {
  font-size: 1.1rem;
}

section#section-two {
  background: #141c52;
  color: var(--white);
}

section#section-two ul {
  list-style-type: none !important;
  padding-left: 0.5rem;
}

section#section-two li {
  margin-bottom: 0.5rem;
  padding-left: 1.6rem;
  position: relative;
}

section#section-two li::before {
  display: inline-block;
  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(--highlight-rebrand);
  left: 0;
  position: absolute;
}

section#section-two span {
  background: -webkit-linear-gradient(
    0deg,
    var(--secondary-rebrand) 3.57%,
    var(--highlight-rebrand) 110.84%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section#section-three h2 {
  font-size: 3rem;
}

section#section-four {
  background: linear-gradient(to right, #141c52, #28d5cb);
  color: var(--white);
  text-align: center;
}

section#section-five .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#section-five p {
  text-align: center;
  font-size: 1.1rem;
  max-width: 700px;
  margin-bottom: 2rem;
}

.distributor-landing h1 {
  font-size: 4.5rem;
}

@media (max-width: 1945px) {
  .distributor-landing h1 {
    font-size: 4.5rem;
  }
}

.distributor-landing h2 {
  font-size: 4rem;
}

.distributor-landing section .row {
  display: flex;
  align-items: center;
}

.distributor-landing .container img {
  padding: 5%;
}

.distributor-landing .hero-img-container {
  padding-right: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.distributor-landing .row > div {
}

section#section-one .hero-text-holder {
  display: flex;
  justify-content: flex-end;
}
.distributor-landing .hero-text {
  max-width: 800px;
  align-self: flex-end;
}

.distributor-landing .logo-group {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.distributor-landing .logo-group img {
  height: 55px;
  padding: 2%;
}

.distributor-landing .logo-group .vertical-line {
  border-left: 1px solid var(--white);
  height: 40px;
}

.distributor-landing #section-four h2 {
  font-size: 5rem;
}

#distributorFeedback {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 700px;
  margin: auto;
}

#distributorFeedback .embed-responsive[data-src=""] {
  display: none;
}

#distributorFeedback img,
#distributorFeedback iframe,
#distributorFeedback #testimonials {
  margin: 5% 0;
  padding: 0;
}

#distributorFeedback #testimonials,
#distributorFeedback #testimonials a {
  color: var(--white) !important;
}

/************************************ 
*********** MODAL *************
*************************************/

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

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

#distributorFormModal #contactSalesForm {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/************************************ 
*********** CUSTOMIZATION *************
*************************************/

#cryptopay-landing #section-one {
  display: none;
}

#cryptopay-landing #section-two .logo-group {
  display: none;
}

#cryptopay-landing #distributorFeedback a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f061";
  color: var(--white);
  margin-left: 0.5rem;
}

#cryptopay-landing #distributorFeedback a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/************************************ 
*********** MACARONI KIDS *************
*************************************/
.gradient-periwinkle-turquoise {
  background: -webkit-linear-gradient(0deg, #8194ec 1.28%, #28d5cb 80.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#macaroniKidsMain .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

#macaroniKidsMain h1,
#macaroniKidsMain h2,
#macaroniKidsMain h3 {
  margin-bottom: 5%;
}

#macaroniKidsMain img {
  margin-bottom: 10%;
  margin-top: 10%;
}

#macaroniKidsMain #hero {
  background-image: url("/img/macaroni-kids-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1650px) {
  #macaroniKidsMain #hero .container {
    max-width: 1600px;
  }
}

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

@media (max-width: 1650px) {
  #macaroniKidsMain h1 {
    font-size: 5.5rem;
  }
}

#macaroniKidsMain h2,
#macaroniKidsMain h3 {
  font-size: 5rem;
}

#macaroniKidsMain #hero .col-lg-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#macaroniKidsMain #hero .location-search-field {
  border: 1px solid var(--gray-300) !important;
  border-radius: 50px;
  min-width: 300px;
  padding-left: 1.5rem;
}
#macaroniKidsMain #hero .form-group {
  align-items: flex-start;
}
#macaroniKidsMain #hero .form-group button {
  margin-left: -50px;
  z-index: 2;
  min-height: 52px;
}

#macaroniKidsMain #hero .form-group .input-wrapper label {
  font-family: var(--font-family-secondary);
  left: 1.5rem;
}
#macaroniKidsMain #aboutUs {
  background-image: url("/img/gradient-wave-bg.png");
  background-size: 75% 100%;
  background-repeat: no-repeat;
  background-position: right;
  color: var(--white);
}

#macaroniKidsMain #aboutUs h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

#macaroniKidsMain #aboutUs img {
  margin-top: 0%;
  margin-bottom: 0%;
}

#macaroniKidsMain #aboutUs span {
  font-weight: bold;
  color: var(--secondary-rebrand);
}

#macaroniKidsMain #aboutUs .col-lg-5 {
  padding-left: 8%;
}

#macaroniKidsMain #aboutUs .gradient-periwinkle-turquoise {
  background: -webkit-linear-gradient(0deg, #8194ec 1.28%, #28d5cb 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* #macaroniKidsMain #steps .container {
  background: linear-gradient(
    158.72deg,
    rgba(190, 255, 248, 1) 5.48%,
    rgba(190, 202, 255, 1) 94.3%
  );
  border-radius: 20px;
  padding: 5% 0;
  max-width: 1500px;
} */

#macaroniKidsMain #steps {
  background: linear-gradient(
    158.72deg,
    rgba(190, 255, 248, 1) 5.48%,
    rgba(190, 202, 255, 1) 94.3%
  );
}

#macaroniKidsMain #steps .step-card-name {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 1.5rem;
  color: var(--accent-rebrand);
}

#macaroniKidsMain #steps h2:first-child {
  margin-bottom: 10%;
}

#macaroniKidsMain #steps h2:last-child {
  margin-top: 10%;
}
#macaroniKidsMain #steps .step-card-visual {
  transition: opacity 0.35s;
  position: absolute;
  opacity: 0;
  margin-left: 0;
}

#macaroniKidsMain #steps img {
  height: 400px;
  max-height: 80vh;
}
#macaroniKidsMain #steps #stepOneImg {
  opacity: 1;
}
#macaroniKidsMain #steps #stepOneImg #stepOneMockup {
  z-index: -1;
}
#macaroniKidsMain #steps #stepOneImg #app-links {
  z-index: 1;
}

#macaroniKidsMain #steps .step-card {
  margin-right: 10%;
  margin-bottom: 25vh;
  border-radius: 12px;
}
#macaroniKidsMain #steps .step-card:first-child {
  margin-top: 10vh;
}
#macaroniKidsMain #steps .step-card:last-child {
  margin-bottom: 10vh;
}
#macaroniKidsMain #app-links {
  position: absolute;
  top: 40%;
  left: -50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#macaroniKidsMain #app-links a:first-child {
  margin-left: 15px;
}

#macaroniKidsMain #steps h2,
#macaroniKidsMain #reviews h3,
#macaroniKidsMain #cleanCarEnemiesPoll h3,
#macaroniKidsMain #cleanCarEnemiesPoll p {
  text-align: center;
}

#macaroniKidsMain #cleanCarEnemiesPoll {
  background: #f7f5a8;
  color: var(--primary-rebrand);
}

#macaroniKidsMain #cleanCarEnemiesPoll h3 {
  margin-bottom: 3%;
}

#macaroniKidsMain #cleanCarEnemiesPoll p {
  margin: auto;
  margin-bottom: 2%;
  max-width: 750px;
}

#macaroniKidsMain #cleanCarEnemiesPoll .col-lg-12:first-of-type img {
  max-width: 700px;
  margin-bottom: 4%;
}

#macaroniKidsMain #cleanCarEnemiesPoll .col-lg-12 {
  display: flex;
  align-items: center;
}

#macaroniKidsMain #cleanCarEnemiesPoll img {
  max-width: 800px;
  margin: auto;
  width: 100%;
  margin-top: 2%;
}

#macaroniKidsMain #aboutUs h3,
#macaroniKidsMain #steps .step-card-name {
  font-family: var(--font-family-secondary);
}

#macaroniKidsMain #valueProp h2 {
  font-size: 4rem;
}

#macaroniKidsMain #valueProp ul {
  list-style: none;
}
#macaroniKidsMain #valueProp li {
  margin: 5% 0;
}
#macaroniKidsMain #valueProp i {
  margin-right: 1rem;
  color: var(--secondary-rebrand);
}

#macaroniKidsMain #reviews {
  /* 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;
}
#macaroniKidsMain #reviews h3 {
  color: var(--white);
  margin-bottom: max(5%, 2rem);
}

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

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

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

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

.center-vertically {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/************************************ 
*********** expo *************
*************************************/
.expo-lander section {
  padding-top: max(8%, 5rem);
  padding-bottom: max(8%, 5rem);
}

.expo-lander h1 {
  font-size: 6rem;
}
.expo-lander h2 {
  font-size: 4rem;
}
.expo-lander p {
  font-size: 1.1rem;
}
.expo-lander .btn {
  padding: 1.2rem 2.5rem;
  font-size: 1.1rem;
  border-radius: 50px;
  text-transform: uppercase !important;
  font-weight: 500;
}

.expo-lander .booking-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.expo-lander .booking-group p {
  padding: 0 1rem;
  margin: 1.2rem !important;
  font-size: 1.3rem;
  font-weight: 500;
}

/*---------------- expo Hero ------------------*/

#expoHero {
  padding-top: max(4rem, 5%) !important;
  padding-bottom: max(4rem, 5%) !important;
  color: var(--white);
  text-align: center;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #expoHero {
    min-height: auto;
  }
}
#expoHero:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: linear-gradient(rgba(28, 30, 78, 0.7), rgba(28, 30, 78, 0.7)),
    url(/img/Street_Map_Dark_RGB_No_Numbers.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#expoHero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

#expoHero #headline {
  display: flex;
}

#expoHero #headline img {
  width: 80px;
  margin-right: 1.5rem;
}

#expoHero h2 {
  font-size: 4rem;
  font-family: var(--font-family-primary-outline);
  font-weight: bold;
  letter-spacing: 0.15rem;
  color: var(--highlight-rebrand);
  margin-bottom: 0 !important;
}

#expoHero p {
  font-size: 1.5rem;
  font-weight: 400;
}

#expoHero h1 span {
  color: var(--highlight-rebrand);
  white-space: nowrap;
}

#expoHero .clock-input-container .clock-input,
#expoHero #clockContainer span {
  font-family: var(--font-family-primary);
  font-size: 6rem;
  color: var(--highlight-rebrand);
  margin-bottom: -1rem;
}

#expoHero #clockContainer span {
  margin: 0 1rem;
}

#expoHero .clock-input-container .time-unit {
  font-size: 1rem;
}

#clockContainer {
  margin: 5% 0;
  background: #1c1e4e;
  border-radius: 100px;
  padding: 1% 15%;
  padding-bottom: 2%;
  box-shadow: -7px -5px rgba(var(--rgb-secondary-rebrand), 0.4);
}
#timeContainer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#conventionDayMessage {
  display: none;
  padding: 6% 0;
  max-width: 500px;
  color: var(--highlight-rebrand);
}

#conventionDayMessage h2 {
  font-family: var(--font-family-primary);
}
#conventionDayMessage p {
  font-size: 1.2rem;
}
#expoHero i {
  font-size: 2rem;
  margin-left: 2rem;
  color: var(--highlight-rebrand);
  position: relative;
  top: 0.25rem;
  margin-top: 1rem;
}

/*---------------- expo Experts ------------------*/

#expoExperts {
  background: var(--highlight-rebrand);
  text-align: center;
}

#expoExperts h2 {
  font-size: 5rem;
  margin-bottom: max(3%, 2rem) !important;
}

#expoExperts h3 {
  font-family: var(--font-family-secondary);
  font-size: 1.5rem;
  font-weight: 500;
}
#expoExperts p {
  max-width: 700px;
  margin: auto;
  margin-bottom: 2rem;
}

#expoExperts p:last-of-type {
  margin-top: 4%;
}

#expoExperts p:last-of-type a {
  color: var(--accent-rebrand);
  text-decoration: underline;
  text-underline-offset: 4px;
}

#expoExperts p:last-of-type a:hover {
  color: var(--primary-rebrand);
}

#expoExperts .btn {
  margin-bottom: 4%;
  color: var(--highlight-rebrand);
}

#expoExperts img {
  width: 100%;
  max-width: 700px;
}

#expoExperts a img:hover {
  filter: drop-shadow(1px 1px 1rem rgba(0, 0, 0, 0.236));
}

/*---------------- expo Benefits ------------------*/

#expoBenefits {
  background: var(--primary-rebrand);
}

#expoBenefits h2,
#expoBenefits p {
  color: var(--white);
  text-align: center;
  margin-bottom: max(6%, 3rem) !important;
}

#expoBenefits .row {
  margin-bottom: 4%;
}

#expoBenefits h2 span,
#expoBenefits p span {
  color: var(--highlight-rebrand);
}

#expoBenefits p span {
  font-weight: 600;
}

#expoBenefits .img-container {
  padding-top: 75%;
  position: relative;
  background: var(--white);
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

#expoBenefits .img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}

/*---------------- expo Panels ------------------*/
#expoPanels {
  background: var(--variant-yellow-02);
}
#expoPanels h2 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 1rem;
}
#expoPanels .container > p {
  text-align: center;
  margin-bottom: 3rem;
}
#expoPanels .panel-container {
  background: var(--white);
  margin-bottom: max(3rem, 5%);
  border-radius: 10px;
  overflow: hidden;
}
#expoPanels .panel-img-container {
  padding-left: 0;
  padding-right: 0;
  object-fit: cover !important;
}
#expoPanels .panel-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
#expoPanels .panel-text-container {
  padding: 2rem 3rem;
}
#expoPanels .panel-title {
  font-family: var(--font-family-secondary);
  font-weight: 600;
  font-size: 1.65rem;
  line-height: 1.5;
  color: var(--text-dark);
  margin: 0.75rem 0 1rem 0;
}
#expoPanels .panel-title:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--text-dark);
  text-decoration-color: var(--text-dark) !important;
}
#expoPanels .panel-title i {
  margin-left: 0.5rem;
  font-size: 1.3rem;
  position: relative;
  top: -0.1rem;
}
#expoPanels .panel-details {
  display: flex;
  font-weight: 500;
}
#expoPanels .panel-details i {
  color: var(--secondary);
  margin-right: 0.5rem;
}
#expoPanels .panel-details p {
  margin-right: 1.2rem;
}

/*------------ expo Partnerships ----------------*/
#expoPartnerships {
  color: var(--white);
  text-align: center;
  background-image: url(/img/brand-bg/graph-bg.png);
  background-size: cover;
}
#expoPartnerships h3 {
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: max(6%, 1.2rem) !important;
}
#expoPartnerships h4 {
  font-family: var(--font-family-secondary);
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
#expoPartnerships .row {
  margin-bottom: 3rem;
}
#expoPartnerships img {
  padding: 1.5rem;
  max-width: 400px;
}
#expoPartnerships svg {
  width: 100px;
  margin: auto;
  margin-bottom: 1rem;
}
#expoPartnerships .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
/*---------------- expo Hours ------------------*/
#expoHours {
  background: linear-gradient(
      rgba(255, 255, 255, 0.65),
      rgba(255, 255, 255, 0.65)
    ),
    url(/img/Waves_navy_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

#expoHours h3 {
  font-size: 4rem;
  margin-bottom: max(6%, 3rem) !important;
}

.hours-card {
  background: var(--primary);
  color: var(--white);
  border-radius: 20px;
  padding: 1.5rem;
  margin: auto;
  margin-bottom: 1.5rem;
  max-width: 400px;
}

.hours-card h4 {
  color: var(--highlight-rebrand);
  font-family: var(--font-family-secondary);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.hours-card > p {
  font-family: var(--font-family-primary-outline);
  font-weight: bold;
  letter-spacing: 0.15rem;
  font-size: 3rem !important;
}

.hours-card #expo-date {
  background: #0f113b;
  border-radius: 20px;
  padding: 0.5rem 0;
  width: auto;
  margin: 1rem;
  margin-bottom: 1.35rem;
}

.hours-card #expo-date p:first-of-type {
  font-family: var(--font-family-primary);
  font-size: 3rem !important;
  margin-bottom: 0;
}

#expoHours a {
  margin-top: 8%;
}
#expoHours h3 span {
  color: var(--secondary);
}

/*---------------- ICA Customizations ------------------*/
#icaMain section {
  padding-top: max(5%, 5rem) !important;
  padding-bottom: max(5%, 5rem) !important;
}

#icaMain #expoExperts p {
  max-width: 1000px;
  margin-bottom: 3rem;
}
#icaMain #expoHero h2:first-of-type {
  margin-bottom: 1rem !important;
}
#icaMain #expoExperts h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  max-width: 500px;
}
#icaMain #expoExperts .btn {
  color: var(--white);
  margin-bottom: 0;
}
#icaMain #expoExperts img {
  max-width: 900px;
  margin: 1rem 0;
}
#icaMain #expoExperts .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#icaMain #expoExperts h2 {
  margin-bottom: max(2%, 1.5rem) !important;
}

@media (min-width: 992px) {
  #icaMain #expoHours .hours-card {
    height: 100%;
  }
}

#icaMain #expoHours .expo-date {
  margin: 1rem 0 2rem 0;
}
#icaMain #expoHours .expo-date p {
  font-family: var(--font-family-primary);
  letter-spacing: 0.15rem;
  font-size: 3.5rem !important;
  margin-bottom: 1rem;
  line-height: 1;
}
#icaMain #expoHours .expo-date p:last-child {
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 1.8rem !important;
  letter-spacing: 0.08rem;
}

#icaMain .hours-card > p {
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 1.3rem !important;
}
#icaMain #expoHours a {
  margin-top: 0;
}

#icaMain #expoHours h3:last-of-type {
  margin-top: max(6%, 3rem) !important;
  margin-bottom: max(3%, 2rem) !important;
}

/*---------------- NRCC Customizations ------------------*/
#nrccMain .btn {
  padding: 0.8rem 2rem;
}
#nrccMain section {
  padding-top: max(5%, 5rem) !important;
  padding-bottom: max(5%, 5rem) !important;
}
#nrccMain #expoHero .container {
 padding-bottom: 12rem;
}
#nrccMain #expoHero h2:first-of-type {
  margin-bottom: 1rem !important;
}
#nrccMain #expoHero i {
  margin-top: 0;
  margin-left: .7rem;
  color: #52C1B8;
}

#nrccMain #expoHero {
  background: #D8EFF1;
  color: var(--primary);
  position: relative;
  overflow: hidden;
  min-height: auto;
  max-height: 900px !important;
  min-height: 550px;
  padding-top: max(5%, 10rem) !important;
  padding-bottom: max(5%, 2rem) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: -1;
}
#nrccMain #expoHero:before {
  content: none;
}
#nrccMain #clockContainer {
  background: none;
  border-radius: none;
  box-shadow: none;
  color: var(--primary) !important;
  font-family: var(--font-family-body);
  margin: 0;
  padding-bottom: max(2%, 1rem);
}
#nrccMain  .clock-input, #nrccMain #clockContainer span  {
  color: var(--primary) !important;
  font-family: var(--font-family-body) !important;
  font-weight: bold;
  font-size: 6rem !important;
  line-height: 120%;
  margin-left: 1rem;
  margin-right: 1rem;
}
#nrccMain  .time-unit {
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 1rem;
}
#nrccMain #expoHero h1 {
  font-size: 4rem;
  line-height: 1;
}
#nrccMain #expoHero .highlighted-font {
font-weight: 600;
color: #52C1B8;
}
#nrccMain #expoHero .highlighted-font:first-of-type {
  margin-bottom: 0;
}
#nrccMain #conventionDayMessage, #nrccMain #conventionDayMessage h2 {
  color: var(--primary);
  padding: 0 !important;
}
#nrccMain #conventionDayMessage h2  {
  font-size: 2.5rem;

}
#nrccMain #conventionDayMessage p {
  font-size: 1rem;
}
#video-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  object-fit: cover;
  object-position: bottom;
  width: 100% !important;
  min-height:100% !important;
  max-width: 2000px !important;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
#nrccMain #expoExperts p {
  max-width: 1000px;
  margin-bottom: 3rem;
}

#nrccMain #expoExperts {
  background: var(--primary);
  color: var(--white);
}
#nrccMain #expoExperts h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
#nrccMain #expoExperts .btn {
  color: var(--text-dark);
}
#nrccMain #expoExperts img {
  max-width: 900px;
  margin: 1rem 0;
}
#nrccMain #expoExperts .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#nrccMain #expoExperts h2 {
  margin-bottom: max(2%, 1.5rem) !important;
}
#nrccMain #expoExperts h2 span {
  color: var(--variant-yellow-04);
}
#nrccMain #expoBenefits {
  background: var(--highlight-rebrand);
  color: var(--text-dark) !important;
}
#nrccMain #expoBenefits p, #nrccMain #expoBenefits h2, #expoBenefits h2 span,
#expoBenefits p span {
  color: var(--text-dark) !important;

}
#nrccMain #expoHours h3 span {
  color: #32cac3;
}
#nrccMain #expoHours {
  background: #D8EFF1;
}
#nrccMain #expoHours h3:last-of-type {
  margin-top: max(6%, 3rem) !important;
  margin-bottom: max(3%, 2rem) !important;
}
#nrccMain #expoHours .container:first-of-type {
  padding-bottom: max(5%, 5rem);
}
#nrccMain #expoHours .expoCta .btn {
  margin-bottom: 1rem;
}
#nrccMain #expoHours .expoCta h3 {
  margin-top: .5rem !important;
  margin-bottom: .3rem !important;
}
#nrccMain .expoCta {
  background: var(--white);
  border-radius: 15px;
  color: var(--text-dark);
  text-align: left;
  padding: 2rem 3rem;
}
#nrccMain .expoCta .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#nrccMain #expoHours  .hours-card {
  background: var(--white);
  color: var(--text-dark);
max-width: 500px;
}
#nrccMain #expoHours  .hours-card h4 {
  color: #32cac3;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: .3rem;
  
}
@media (min-width: 992px) {
  #nrccMain #expoHours .hours-card {
    height: 100%;
  }
}
#nrccMain #expoHours .expo-date {
  margin: 1rem 0 2rem 0;
}
#nrccMain #expoHours .expo-date p {
  font-family: var(--font-family-primary);
  letter-spacing: 0.15rem;
  font-size: 4rem !important;
  margin-bottom: 1rem;
  line-height: 1;
}
#nrccMain #expoHours .expo-date p:last-child {
  font-family: var(--font-family-secondary);
  font-weight: 600;
  font-size: 1.6rem !important;
  letter-spacing: 0.05rem;
}

#nrccMain .hours-card > p {
  font-family: var(--font-family-secondary);
  font-weight: 500;
  font-size: 1.3rem !important;
  line-height: 1.5;
  letter-spacing: 0.07rem;
  margin-bottom: 1.5rem;
}
#nrccMain .hours-card #afterPartyInfo {
  font-size: 1.15rem !important;
  letter-spacing: .05rem;
}
#nrccMain .hours-card #afterPartyInfo i {
  font-size: 1.1rem;
}
/* #nrccMain .hours-card .link-dark {
  font-size: 1.2rem;
} */
#nrccMain #expoHours a {
  margin-top: 0;
}
#nrccMain #expoHours .expoCta p {
  margin-bottom: 1.5rem;
}
#nrccMain .expoCta .row > div:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
}
#nrccMain .expoCta img {
  max-height: 350px;
  margin: -30% auto -30% auto;
}
#nrccMain #formConfirmation h3{
  font-family: var(--font-family-body);
  font-weight: 600;
}

@media (max-width: 1200px) {
  #nrccMain  .clock-input, #nrccMain #clockContainer span {
    font-size: 5rem !important;
  }
}
@media (max-width: 992px) {
  #nrccMain .expoCta img {
    margin: 1rem;
    position: relative;

  }
  #nrccMain .expoCta {
    max-width: 500px;

  }

}
@media (max-width: 768px) {
  #nrccMain  .clock-input, #nrccMain #clockContainer span {
    font-size: 3rem !important;
  }
  #nrccMain #expoHero h1 {
    font-size: 3rem;
  }
  #nrccMain #expoHero .highlighted-font {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media (max-width: 576px) {
  #nrccMain #expoHero {

    padding-top: max(8%, 6rem) !important;
    padding-bottom: max(5%, 2rem) !important;

  }
  #nrccMain #video-bg {
    top: 0;
    bottom: -10% !important;
    min-height: 100% !important;
  }
  #nrccMain  .clock-input, #nrccMain #clockContainer span {
    font-size: 2.5rem !important;
    margin-left: .2rem;
    margin-right: .2rem;
    margin-bottom: 1rem;
    line-height: 180% !important;
  }
  #nrccMain #clockContainer {
    margin-bottom: 1rem;
  }
  #nrccMain #expoHero .highlighted-font {
    margin-bottom: 1rem !important;
  }
  #nrccMain #expoHero h1 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
  #nrccMain #expoHours {
    padding-bottom: 0 !important;
  }
  #nrccMain .expoCta  {
    max-width: 100%;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
/************************************ 
*********** MEDIA QUERIES *************
*************************************/

/* Extra large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {
  .distributor-landing h1 {
    font-size: 4rem;
  }
  .distributor-landing h2 {
    font-size: 3rem;
  }
  .distributor-landing ul li {
    font-size: 0.9rem !important;
  }
  #macaroniKidsMain h1 {
    font-size: 5rem;
  }
  .expo-lander h1 {
    font-size: 4.5rem;
  }
}

/* Large devices (desktops, 992px and down) */
@media (max-width: 992px) {
  .distributor-landing .hero-text {
    text-align: center;
    max-width: 600px;
    margin: auto;
  }
  #macaroniKidsMain #aboutUs {
    background-size: 135% 100%;
  }
  #macaroniKidsMain #aboutUs img {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  #macaroniKidsMain #steps .step-card {
    margin-bottom: 10% !important;
    margin-top: 10% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 7% 5%;
    text-align: center;
  }
  #macaroniKidsMain #steps img {
    max-height: 300px;
  }
  #macaroniKidsMain #steps h2:first-child {
    margin-bottom: 3%;
  }
  #macaroniKidsMain #steps h2:last-child {
    margin-top: 3%;
  }
  #macaroniKidsMain #steps #appStoreLink {
    margin-top: -30px;
  }
  #expoHero #headline {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #expoHero #headline img {
    margin-bottom: 1.5rem;
  }
  #expoHero h2 {
    font-size: 2.5rem;
  }
  #expoPartnerships img {
    padding-left: 0;
    margin-bottom: 1rem;
  }
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 767px) {
  #macaroniKidsMain h1 {
    font-size: 4rem;
  }
  #macaroniKidsMain h2 {
    font-size: 3.5rem !important;
  }
  #macaroniKidsMain h3 {
    font-size: 3rem;
  }
  #macaroniKidsMain #hero .row {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  #macaroniKidsMain #endingCTA h3,
  #macaroniKidsMain #endingCTA .btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .expo-lander h1 {
    font-size: 3.5rem;
  }

  #expoHero .clock-input-container .clock-input,
  #expoHero #clockContainer span {
    font-size: 3.5rem;
  }
  #clockContainer {
    padding: 1% 10%;
  }

  #expoHero p {
    font-size: 1rem;
  }
  #expoHero p i {
    font-size: 1.5rem;
    margin-left: 1rem;
  }
  #expoExperts h2,
  #expoBenefits h2,
  #expoPartnerships h3,
  #expoHours h3 {
    font-size: 3.5rem;
  }
  #expoBenefits .img-container {
    border-radius: 15px;
  }
  #expoExperts h3 {
    font-size: 1.2rem;
  }
  #expoExperts .btn {
    font-size: 0.9rem;
    padding: 1.2rem 2rem;
  }
  .expo-lander .booking-group {
    flex-direction: column;
  }
}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
  .compressed-btn-group {
    display: none !important;
  }
  .distributor-landing h1 {
    font-size: 3.5rem;
  }
  .distributor-landing h2 {
    font-size: 2.5rem !important;
  }
  .distributor-landing .logo-group img {
    height: 45px;
  }

  .distributor-landing .logo-group .vertical-line {
    height: 35px;
  }
  #macaroniKidsMain section {
    padding-left: 3%;
    padding-right: 3%;
  }

  #macaroniKidsMain #hero .form-group {
    display: flex;
    flex-direction: column;
  }
  #macaroniKidsMain #hero .form-inline {
    margin: auto;
  }
  #macaroniKidsMain #hero .form-group button {
    margin-left: 0;
  }
  #macaroniKidsMain #hero .form-group button,
  #macaroniKidsMain #hero .form-group input {
    width: 250px;
    min-width: 250px;
  }
  .expo-lander .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  #expoHero .clock-input-container .clock-input,
  #expoHero #clockContainer span {
    font-size: 3rem;
  }
  #clockContainer {
    padding: 1% 10%;
  }
  #expoHero #clockContainer span {
    margin: 0 0.5rem;
  }
  #expoHero .clock-input-container .time-unit {
    font-size: 0.7rem;
    margin-top: 0.4rem;
  }
  #expoPanels .panel-details {
    flex-direction: column;
  }
  #expoPanels .panel-text-container {
    padding: 1rem 1.75rem;
  }
}

/* Large Phone */
@media (max-width: 425px) {
  #expoHero .clock-input-container .clock-input,
  #expoHero #clockContainer span {
    font-size: 3rem;
  }
  #clockContainer {
    padding: 1% 10%;
  }
  #expoHero #clockContainer span {
    margin: 0 0.4rem;
  }
}
