/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
    /* Pink shades */
    --pink-100: #FEF9F9;
    --pink-200: #FFEDF2;
    --pink-300: #FFD0DD;
    --pink-400: #FEB1BF;
    --pink-500: #FF768F;
    --pink-600: #F14972;
    --pink-700: #DF285B;
    --pink-800: #BB1C48;
    --pink-900: #920E32;

    /* Blue shades */
    --blue-100: #EDEAFF;
    --blue-200: #CEC6F4;
    --blue-300: #998BDF;
    --blue-400: #6D59CF;
    --blue-500: #432CAE;
    --blue-600: #2B1887;
    --blue-700: #180A5C;
    --blue-800: #0D0339;
    --blue-900: #080122;

    /* Purple shades */
    --purple-100: #FDF5FF;
    --purple-200: #F4E0FA;
    --purple-300: #DEB0EB;
    --purple-400: #C57FD9;
    --purple-500: #A34CBB;
    --purple-600: #7F2A97;
    --purple-700: #59146C;
    --purple-800: #3E044F;
    --purple-900: #250030;

    /* Gray shades */
    --gray-100: #f5f5f5;
    --gray-200: #F0F0F3;
    --gray-300: #CCCBD2;
    --gray-400: #A3A2A9;
    --gray-500: #6E6D75;
    --gray-600: #4B4B52;
    --gray-700: #38373F;
    --gray-800: #25242C;
    --gray-900: #1A1A25;
  
      /* Font sizes */
    --font-size-xxxxl: 7.5rem;
    --font-size-xxxl: 6rem;
    --font-size-xxl: 4.5rem;
    --font-size-xl: 3rem;
    --font-size-l: 2.5rem;
    --font-size-m: 2rem;
    --font-size-s: 1.5rem;
    --font-size-xs: 1.25rem;
    --font-size-xxs: 1.125rem;

    /* Font weights */
    --font-weight-bold: 900;
    --font-weight-semi-bold: 700;

    /* Line heights */ 
    --line-height-xxxxl: 8.5rem;
    --line-height-xxxl: 7.5rem;
    --line-height-xxl: 5.5rem;
    --line-height-xl: 3.5rem;
    --line-height-l: 3rem;
    --line-height-m: 2.5rem;
    --line-height-s: 2rem;
    --line-height-xs: 1.625rem;
    --line-height-xxs: 1.25rem;

    /* Margins */
    --margin-bottom-large: 32px;
    --margin-bottom-medium: 16px;
    --margin-bottom-none: 0px;
    --margin-top-medium: 1.5rem;
        }

::selection {
  background-color: #df285b36;
  color: #180A5C;
}

iframe {
  max-width: 100%;
  min-height: 100px !important;
  
}

.on-dark ::selection {
    background: #FFD0DD !important;
}

/* --- PAV CLEANUP --- */

.resources__filter-field--radio input[type=radio]:before {
    height: 0.6rem;
    width: 0.6rem;
}


.site-header__inner {
    padding: 0px;
}


/* ----------  FOOTER  ----------- */

.site-footer__main-menu {
    margin: 0 auto;
    width: fit-content;
}

.site-footer__row {
    margin: 0 auto;
    width: fit-content;
}


/* --------- Sub Menu --------- */
/* Style the main navigation menu */

.submenu.module {
    z-index: 10;
  background:#FFEDF2;
  /*--header-offset: 0px;*/
  
}

.submenu .module__inner.constrain {
    padding-top: 0px !important;
}

.submenu .module__inner.constrain {
    max-width: 1148px;
}

.submenu .hs-menu-wrapper {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;

}

/* Style the main menu items */
.submenu .hs-menu-item {
  position: relative;
  margin-right: 20px;
  z-index:1000;
}

/* Style the submenus (initially hidden) */
.submenu .hs-menu-children-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

/* Style the submenu items */
.submenu .hs-menu-children-wrapper .hs-menu-item {
  margin: 0;
}

.submenu li.hs-menu-item.hs-menu-depth-2 {
    width: 100%;
}

.submenu ul.hs-menu-children-wrapper {
    width: 200px;
}

.submenu a {
  color: var(--body-text);
  border-bottom:3px solid #FFEDF2;
}

.submenu .hs-menu-item.hs-menu-depth-2 a {
  border-bottom: 3px solid #fff;
}

.submenu .hs-menu-item.hs-menu-depth-2 a:hover {
  border-bottom: 3px solid #DF285B;
}

.submenu a:hover {
  border-bottom: 3px solid #DF285B;
  background: #FFEDF2;
}

/* Show submenus on hover */
.submenu .hs-menu-item:hover .hs-menu-children-wrapper {
  display: block;
}

/* Remove bullets and style list items horizontally */
.submenu .hs-menu-wrapper > ul,
.submenu .hs-menu-children-wrapper > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.submenu .hs-menu-wrapper > ul > li,
.submenu .hs-menu-children-wrapper > ul > li {
  margin-right: 10px;
}

/* ------- MAIN NAV --------- */

.site-header__secondary-menu .hs-menu-depth-1 a {	
   border: 1px solid #dd275b;
    border-radius: 24px;
    display: block;
    margin-left: 16px;
    padding: 4px 24px;
}

.mobile-menu__secondary .hs-menu-depth-1:not(:last-child)>a {
    font-size: .85rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0;
    line-height: 1.7;
    width: 100%;
    align-items: center;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--neutral--white);
    cursor: pointer;
    display: inline-flex;
    font-weight: 600;
    gap: 0.25rem;
    justify-content: center;
    letter-spacing: .02em;
    line-height: 1;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: color .3s,background-color .3s,border-color .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-menu__secondary .hs-menu-depth-1:not(:last-child) {
  margin:16px 16px 0px 16px;
}

.mobile-menu__secondary .hs-menu-depth-1:last-child>a {
    background-color: #fff;
    border: none;
    color: #333;
    padding: 8px;

}


/* ----- Brand.joinpavilion.com ----- */

.side-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}

.frame-nav-pvln-ds {
  display: flex;
  align-items: center;
}

.toggle-nav-pvln-ds {
  margin-left: 10px; /* Adjust as needed */
  /* Add your toggle button styling here */
}

#nav-pvln-ds {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  height: auto;
  transform: none;
}

.ds-nav-item {
  margin-left: 15px; /* Adjust as needed to create indentation */
}

.ds-nav-item a {
  text-decoration: none;
  color: black; /* Adjust the color as needed */
}

.ds-nav-item a:hover {
  color: blue; /* Adjust the hover color as needed */
}

.module--bg-white {
    box-shadow: none;
}


/* ------------------------------------------------------------------------------ */


/* --- EVEREST DESIGN SYSTEM --- */

.headline-xxxxl {
    font-size: var(--font-size-xxxxl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-xxxxl);
    margin-bottom: var(--margin-bottom-large);
}

.headline-xxxl {
    font-size: var(--font-size-xxxl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-xxxl);
    color: var(--blue-600);
}

.headline-xxl {
    font-size: var(--font-size-xxl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-xxl);
    color: var(--blue-600);
}

.headline-xl {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-xl);
    margin-bottom: var(--margin-bottom-medium);
    color: var(--blue-600);
}

.headline-l {
    font-size: var(--font-size-l);
    font-weight: var(--font-weight-semi-bold);
    line-height: var(--line-height-l);
    margin-bottom: var(--margin-bottom-medium);
    color: var(--blue-600);
}

.headline-m {
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-semi-bold);
    line-height: var(--line-height-m);
    margin-bottom: var(--margin-bottom-none);
    margin-top: var(--margin-top-medium);
    color: var(--blue-600);
}

.headline-s {
    font-size: var(--font-size-s);
    font-weight: var(--font-weight-semi-bold);
    line-height: var(--line-height-s);
    margin-bottom: var(--margin-bottom-none);
}

.headline-xs {
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semi-bold);
    line-height: var(--line-height-xs);
    margin-bottom: var(--margin-bottom-none);
}

.headline-xxs {
    font-size: var(--font-size-xxs);
    font-weight: var(--font-weight-semi-bold);
    line-height: var(--line-height-xxs);
    margin-bottom: var(--margin-bottom-medium);
}

.on-light .display--1, .on-light .display--2, .on-light .h1, .on-light .h2, .on-light .h3, .on-light .h4, .on-light .h5, .on-light .h6, .on-light blockquote, .on-light h1, .on-light h2, .on-light h3, .on-light h4, .on-light h5, .on-light h6, .on-light label {
  color:var(--blue-600) !important;
  font-weight:700;
}

.headline-special {
  font-size: 1rem; 
  font-weight: 700; 
  line-height: 2rem;
  letter-spacing:2px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.center {
  text-align:center;
}

/* -------------- BODY ----------------- */

span.event-card__time {
    display: none;
}

span.event-card__location {
    color: #000;
}

span.event-card__location:before {
    content: "City";
    display: block;
    font-size: 11px;
    color: #000;
}

.event-card__content-top span.h4 {
    margin-bottom: 8px;
}

::marker {
  color: #DF285B;
  font-weight:700;
}

.on-dark li::marker {
    color: #FFD0DD;
    font-weight: 700;
}

.on-dark .pink li::marker {
    color: #DF285B;
    font-weight: 700;
}

.column-block__content ul li {
    margin-bottom: 8px;
}

.caption {
    font-size: .85rem;
    margin-top: 16px;
  line-height: 1.5em;
    font-style: italic;
}


.body-l {
  font-size: 1.375em;
  line-height: 1.65em;
  font-weight: 300;
}

.body-m {
  font-size: 1em;
  line-height: 1.625em;
  font-weight: 400;
}


.body-s {
  font-size: .875rem;
  line-height: 1.25em;
  font-weight: 400;
}

.body-xs {
  font-size: .85rem;
  line-height: 1em;
  font-weight: 300;
  color:#6E6D75 !important;
}

.body-subheader {
  text-transform: uppercase; 
  font-weight: bold; 
  letter-spacing: 2px; 
  font-size: 14px; 
  display: block; 
  margin-bottom: 24px;
}

#annualText {
    line-height: 1.25em !important;
}


#annualText span {
    color:#6E6D75;
}

#priceText {
    line-height: 1.25em !important;
}

#priceText span {
    color:#6E6D75;
}

.blog-post p {
  margin-bottom:1.125rem;
}

p {
  margin-bottom:.9rem;
}

ol li {
  margin-bottom: 12px;
}

ol {
  margin-top:8px;
}

ul {
  margin-top:8px;
}

a.toc-links {
  text-decoration: none;
  color: var(--gray-900);
  padding:8px;
}

a.toc-links:hover {
  background: var(--pink-300);
}

.toc-wrapper {
    box-shadow: 0px 8px 16px var(--gray-300);
    border-radius: 8px;
    padding: 24px;
  background: var(--pink-100)
}


.pill {
    display:inline-block;
    padding: 12px 24px;
    background: #DF285B;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 1px;
    border: 2px solid #fff;
}

.pill-white {
    padding: 12px 24px;
    display:inline-block;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #180A5C;
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.pill-white-outline {
    padding: 12px 24px;
    display:inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 1px;
    border: 2px solid #fff;
}

.pill-blue {
    padding: 12px 24px;
    display:inline-block;
    background: var(--blue-600);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.pill-blue500 {
    padding: 12px 24px;
    display:inline-block;
    background: var(--blue-500);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.pill-pink300 {
    padding: 12px 24px;
    display:inline-block;
    background: var(--pink-300);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #2B1887;
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.pill-pink200 {
    padding: 12px 24px;
    display:inline-block;
    background: var(--pink-200);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #2B1887;
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.pill-pink100 {
    padding: 12px 24px;
    display:inline-block;
    background: var(--pink-100);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #2B1887;
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.pill-noblock {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}


.resource-card__snippet {
    color: #333333;
}

.testimonial__citation-name {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    font-weight: 700 !important;
}

.testimonial__citation-title {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.testimonial__content blockquote {
    color: #38373F !important;
  font-size: 2.5rem !important;
    line-height: 3.5rem !important;
}

.testimonial--boxed-large {
  background: var(--pink-100);
  border: 10px solid var(--pink-700);
}

.quote-container {
    margin: 50px auto;
    padding: 20px;
}

.quote-blue {
    position: relative;
    padding-left: 30px;
  line-height:3.625rem;
}

.quote-blue::before {
    content: "“";
    font-size: 160px;
    left: -56px;
    position: absolute;
    top: 0;
    margin-top: 36px;
    color: #432CAE;
}

.quote-pink {
    position: relative;
    padding-left: 30px;
  line-height:3.625rem;
}

.quote-pink::before {
    content: "“";
    font-size: 160px;
    left: -56px;
    position: absolute;
    top: 0;
    margin-top: 36px;
    color: #FF768F;
}

.quote-light {
    position: relative;
    padding-left: 30px;
  line-height:3.625rem;
}

.quote-light::before {
    content: "“";
    font-size: 160px;
    left: -56px;
    position: absolute;
    top: 0;
    margin-top: 36px;
    color: #FF768F;
}

.outline-white {
  border:1px solid #fff;
  padding:24px;
}

.outline-blue {
  border:1px solid #180A5C;
  padding:24px;
  background-color:#F9F8FF;
}

span.accordion-item__title.h5 {
    font-size: 1.5rem;
    color: var(--blue-600);
    font-weight: 700;
}


/* -------------- SPACING -------------- */

.space-xxl {
  display:block;
  margin-top:32px;
}

.space-xl {
  display:block;
  margin-top:24px;
}

.space-l {
  display:block;
  margin-top:16px;
}

.space-m {
  display:block;
  margin-top:8px;
}

.space-s {
  display:block;
  margin-top:4px;
}


/* --------------- TABLES -------------------- */

/* General Style */
 table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #FEB1BF;
  padding: 12px;
  width: 33% !important;
}
 
td.no-border {
    border: none;
}

table tbody>tr:nth-child(even){background-color: #FEF9F9;}
  
table tbody>tr:nth-child(odd) {background-color: #ffffff;}
  
table tbody>tr:not(:last-of-type)>td {border-bottom: none;}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #DF285B;
  color: #ffffff;
}
  

/* Pricing (OLD) */

.table-blue-header .table-header td {
  padding: 16px; 
  background-color: #2b1887; 
  border: 1px solid #A3A2A9;
  color: #ffffff;
}

.table-blue-header td {
  padding: 16px; 
  background-color: #fefefe; 
  border: 1px solid #A3A2A9 !important;
  font-weight:600;
  color: #25242C;
}

td.table-bold-content {
  color: #2b1887; 
  line-height: 1.75rem;
}

td.small {
  width:20%;
}

td.medium {
  width:40%;
}

td.large {
  width:60%;
}

.table-pipe {
  color:#A3A2A9;
  font-weight:300;
  display:inline;
  margin-left:8px;
  margin-right:8px;
}

.invisible tr {
  padding: 16px; 
  background-color: transparent !important; 
  border: none;
  font-size: 16px;
  line-height: 1.65rem;
  font-weight: 300;
}

.event tr:not(:last-of-type)>td {
  border-bottom:1px solid #DF285B;
}

table.pricing-table {
 width: 100%; 
  border-collapse: collapse; 
  table-layout: fixed; 
  border: 0px solid #DF285B;
}

table.pricing-table tbody{
  border: 0px solid #DF285B;
}

table.pricing-table tbody>tr:nth-child(odd) {
    background-color:#FFEDF2;
}

table.pricing-table tr:not(:last-of-type)>td {
    border-bottom: none;
}

tr.clear {
  background: transparent !important;
}

td.table-check {
  width: 20%; 
  height:70%;
  padding: 4px; 
  text-align: center;  
  vertical-align: middle; 
  border: 1px solid #DF285B;
  color:#BB1C48;
}

td.table-check-left {
  width: 20%; 
  height:70%;
  padding: 16px; 
  text-align: left;  
  vertical-align: middle; 
  border: 1px solid #DF285B;
  color:#BB1C48;
}

td.table-heading { 
  text-align: center; 
  vertical-align: middle; 
  border: 1px solid #DF285B;
  color:#2B1887;
}

td.table-heading.left {  
  text-align: left; 
  vertical-align: middle; 
  border: 1px solid #DF285B;
  background: var(--pink-700);
}

td.table-heading.left .headline-xs {  
  color: #ffffff;
  text-transform: capitalize;
}

td.table-heading-left {
  padding: 8px 16px; 
  text-align: left; 
  vertical-align: middle; 
  border: 1px solid #DF285B;
  color:#2B1887;
}

td.table-left-column {
  width: 37%; 
  padding: 16px; 
  border: 1px solid #DF285B;
}

tr.pricing-table {
  border: 1px solid #DF285B;
}

  .table-top-teams {
    border: 1px solid #DF285B;
    display:block;
    margin-bottom: 32px !important;
    padding: 8px 16px 0px 16px;
    background: #FFEDF2;
}
  
td.table-title {
   background: #FEF9F9;
    border: 1px solid #FEF9F9 !important;
    border-bottom: 1px solid #df285b !important;
  padding-left: 0px;
}

tr.pricing-table.first {
    background: #fff !important;
}
  
  td.section-header {
    background:#fff !important;
  }


.numbered-table {
  counter-reset: table-counter; /* Reset counter for the table */
  width: 100%;
  border-collapse: collapse;
}

.numbered-cell {
  counter-increment: table-counter; /* Increment the counter for each new row */
  display: flex;
  align-items: center; /* Vertical centering for row content */
  padding: 24px;
  border-bottom: 1px solid #DF285B;
  position: relative;
}

.numbered-cell::before {
  content: counter(table-counter) ": "; /* Adds the sequential number */
  font-weight: bold;
  font-size:2.5em;
  color:#2B1887;
  padding-right: 10px;
}


/* --------------- Tabs ---------------- */
  


  .tabbed-content__tab {
    border: none;
    margin-right: -2px;
    border-radius: 32px;
}
  
  .tabbed-content__tabs-panels {
    border: none;
    margin-top: 32px; 
  }
  
  .tabbed-content__tab[aria-selected=false] {
    background-color: transparent;
    color: #4B4B52;
    padding:8px;
    border-radius:32px;
}
  
  .tabbed-content__tab[aria-selected=false]:after {
    background-color: transparent;
}
  
  .tabbed-content__tab[aria-selected=true] {
    background-color: #DF285B;
    border-radius: 32px;
    font-weight: 600;
    font-size: 18px;
    padding:8px;
}
    .tabbed-content__tab[aria-selected=true]:after {
    background-color: transparent;
}
  
  .tabbed-content__tabs-list {
    align-items: normal;
    display: block;
    position: relative;
    width: max-content;
    padding: 8px;
    background: #FFEDF2;
    border-radius: 40px;
    border: 2px solid #DF285B;
}

  .tabbed-content__tab[aria-selected=true] span.tabbed-content__tab-label {
    color: #fff;
}
  

/* --------------- LOGO SLIDER --------------- */

/* Animation for right-to-left */
@keyframes slide-to-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Animation for left-to-right */
@keyframes slide-to-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

/* General container styles */
.logos {
  overflow: hidden;
  padding: 20px 0;
  white-space: nowrap;
  position: relative;
}

/* Gradient overlays for visual fade */
.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(43, 24, 135, 0), #2B1887);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(43, 24, 135, 0), #2B1887);
}

/* Pause animation on hover */
.logos:hover .logo-slide-left,
.logos:hover .logo-slide-right {
  animation-play-state: paused;
}

/* Slider moving right-to-left */
.logo-slide-left {
  display: inline-block;
  animation: 60s slide-to-left infinite linear;
  width: 2030px;
}

/* Slider moving left-to-right */
.logo-slide-right {
  display: inline-block;
  animation: 60s slide-to-right infinite linear;
  width: 2030px;
}

/* Styling for individual logos */
.logo-slide-left img,
.logo-slide-right img {
  margin: 0 40px; /* Adds spacing between logos */
  vertical-align: middle; /* Ensures logos align properly */
}


ul.slider-list li {
    color: #fff;
    list-style: none;
}

/* -- Pink Slider -- */

.logos-pink {
  overflow: hidden;
  padding: 20px 0;
  white-space: nowrap;
  position: relative;
}

.logos-pink:before,
.logos-pink:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos-pink:before {
  left: 0;
  background: linear-gradient(to left, rgba(223, 40, 91, 0), #DF285B);
}

.logos-pink:after {
  right: 0;
  background: linear-gradient(to right, rgba(223, 40, 91, 0), #DF285B);
}

.logos-pink:hover .logos-slide {
  animation-play-state: paused;
}



/* --------------- COLOR MODS ---------------- */

.brand-pink {
color:#DF285B;
}

.light-pink {
  color:#FF768F;
}

.blue {
  font-weight:700;
  color: #2B1887;
}

.column-block__carousel .slick-dots li.slick-active button {
    background: var(--pink-700) !important;
}

/* --------------- LAYOUT -------------------- */

.content-right {
 padding-right: 32px;
}

.content-left {
 padding-left: 32px;
}


.row {
    padding: 0 4px;
    display: flex;
    flex-direction: row;
}

.row-three {
    padding: 0 4px;
    display: flex;
    flex-direction: row;
}

.column {
    float: left;
    width: 22%;
    display: flex;
  margin-left:3%;
    flex-direction: column;
}

.column-two-up {
    float: left;
    width: 45%;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
}

.column-three-up {
    float: left;
    width: 45%;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
}

a.column-link{
  text-decoration: none;
}

.column-two-up a {
    text-decoration: none;
}

.column-two-up a:hover {
    color:#ffffff;
}

.internal-cell-outline {
  text-align:center;
  border: 1px solid #fff;
  padding: 64px 16px 32px 16px;
  margin-bottom: 24px;
}

.internal-cell-outline-blue {
  text-align:center;
  border: 1px solid #CEC6F4;
  padding: 64px 16px 32px 16px;
  margin-bottom: 24px;
  background:#ffffff;
}

.internal-cell-outline-three {
  text-align:center;
  border: 1px solid #DF285B;
  padding: 24px 16px 4px 16px;
  margin-bottom: 24px;
}

.internal-cell-outline-three:hover {
  background:#FFD0DD;
}

.single-column-outline {
    border: 1px solid #fff;
    margin-left: 4px;
    padding: 32px 16px 24px 16px;
    width: 93%;
}

.button-tile {
    text-align: center;
    border: 1px solid #DF285B;
    background-color: #FFEDF2;
    margin-bottom: 24px;
    height: 160px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-tile:hover {
    background: #FFD0DD;
}

.column img {
    margin-top: 32px;
    vertical-align: middle;
    flex: 50%;
    object-fit: contain;
}

a.grid-column__inner.grid-column__inner--is-linked:hover {
  background-color: var(--pink-200);
  border: 1px solid var(--pink-700);
  margin: -1px;
}

/* ------------- PRICING FORM ---------------- */

#pricing-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%; /* Set the desired max width of the form container */
    margin: auto; /* Center the form */
}

#pricing-result {
    margin-top: 20px;
    font-weight: bold;
}

        .pricing-toggle-container {
            display: flex;
            align-items: center;
        }

        .pricing-toggle-label {
            margin-right: 10px;
        }

        .pricing-switch {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 34px;
        }

        .pricing-switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .pricing-slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #CCCBD2;
            transition: .4s;
            border-radius: 34px; /* Make the switch rounded */
        }

        .pricing-slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: .4s;
            border-radius: 50%; /* Make the slider (knob) round */
        }

        input:checked + .pricing-slider {
            background-color: #2196F3;
        }

        input:focus + .pricing-slider {
            box-shadow: 0 0 1px #2196F3;
        }

        input:checked + .pricing-slider:before {
            transform: translateX(26px);
        }

        .pricing-toggle-text {
            margin-left: 10px;
        }

        #result {
            margin-top: 20px;
            font-weight: bold;
        }
        
        .pricing-toggle-wrap{
        Width:30%;
        margin-right:16px;
        display:inline;
        }
        
        .result-wrap {
        width: 36%;
        display: inline-block;
        margin-right: 2%;
        vertical-align: top;
        }

.price-output-wrap {
        width: 60%;
        display: inline-block;
        margin-right: 0;
        vertical-align: top;
        }

.table-top-teams {
    border: 1px solid #DF285B;
    margin-bottom: -1px;
    padding: 8px 16px 0px 16px;
    background: #FFEDF2;
}

p.table-heading-teams { 
  color:#2B1887;
  margin-bottom:2px;
}


/*
.table-container {
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.25;
}

.pricing-table thead {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
}

.pricing-table thead tr {
    border-bottom: 2px solid #ddd; 
}

&/


/* --------------- OTHER FORMS --------------- */


/* --------------- COURSE CATALOG ------------ */

.course-card__membership-level--executive-only {
    background-color: #ffedf2;
}


/* --- EVEREST DESIGN SYSTEM RESPONSIVE --- */

@media screen and (max-width: 1400px) {
.headline-xxxl {
  font-size: 4rem; 
  line-height: 4.5rem;
  }
}


@media screen and (max-width: 1200px) {
.headline-xxxxl {
  font-size: 6rem; 
  line-height: 7rem;
}
  
.headline-xxxl {
  font-size: 3.5rem; 
  line-height: 4rem;
  }
}


@media screen and (max-width: 1123px) {
.site-header__secondary-menu .hs-menu-depth-1 a {	
   border: 1px solid #dd275b;
    border-radius: 24px;
    display: block;
    margin-left: 4px;
    padding: 4px 14px;
}

}


@media screen and (max-width: 992px) {
 
    .site-header__inner {
        padding: 10px 20px;
    }
  
.two-column__grid--gap-medium>div:first-child {
    padding-left: calc(var(--padding--small)/2);
}
  
.content-right {
  padding-right: 24px;
  padding-left:24px;
  padding-top:24px;
  padding-bottom:64px;
    
}

.content-left {
  padding-left: 12px;
  padding-right:24px;
  padding-top:24px;
  padding-bottom:64px;
}
  
  
  
  
  
  @media (max-width: 768px) {
    
    :root {
    --header-offset: 61px;
    --padding--xxxl: 11.25rem;
    --padding--xxl: 10.625rem;
    --padding--xl: 7.5rem;
    --padding--large: 4.75rem;
    --padding--medium: 3.5rem;
    --padding--small: 1.875rem;
    --padding--xs: 1.25rem;
    --padding--xxs: 1.25rem;
    --padding--xxxs: 0.625rem;
    --padding--header: 1.875rem;
    --padding--footer: 1.875rem;
    --padding--appended: 3.75rem;
      
    }
    .submenu__content--desktop {
        display: block;
    }
    
    .submenu__content.submenu__content--mobile {
      display:none;
    }
    
      .result-wrap {
        width: 100%;
        display: inline-block;
        margin-right: o;
        vertical-align: top;
        }
  
  .price-output-wrap {
        width: 100%;
        display: inline-block;
        margin-right: o;
        vertical-align: top;
        }

  
}





@media screen and (max-width: 665px) {
.headline-xxxxl {
  font-size:3.4rem;
  line-height:4rem;
}
  
  #pricing-form {
    display: block;
}
  .select-container {
    margin-bottom:24px;
  }
  
  td.table-check {
  width: 23%;
}

td.table-heading { 
  width: 23%;
  font-size:12px;
  padding:8px;
  vertical-align: top;
}
  
.table-heading p.caption {
    font-size: 10px;
}

td.table-heading-left {
  font-size:12px;
  vertical-align: top;
}

td.table-left-column {
  width: 31%; 
  font-size:10px;
}
  
td.table-check.body-s.center {
  font-size: 10px;
}
  
td.table-check.caption.center {
  font-size: 10px;
}

.row-three {
    display: inline-block;
    flex-direction: row;
}
  
.column-three-up {
    float: left;
    width: 100%;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
}

}

  
@media screen and (max-width: 600px) {

.headline-xxl {
  font-size:3rem;
  line-height:3.5rem;
}
  
.headline-xl {
  font-size:2.5rem;
  line-height:3.325rem;
}
  
.headline-l {
   font-size: 1.5rem;
   line-height: 2rem;
}

td.small {
  width:30%;
}

td.medium {
  width:30%;
}

td.large {
  width:40%;
}
  
}

@media screen and (max-width: 480px) {


}