:root {
  /* Primary Color */
  --color-primary: #0065FF;

  /* Neutral Colors */
  --color-white: #ffffff;
  --color-light-gray: #F5F5F5;
  --color-black: #000000;
  --color-dark-gray: #272727;

  /* Accent / Supporting Colors */
  --color-primary-light: #C6CFE0;
  --color-primary-light-2: #E6F0FF;
  --color-primary-dark: #2F4A6F;

  /* Typography */
  --font-family-base: "Gotham Ssm A", "Gotham Ssm B", sans-serif;;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-size-h1: 30px;
  --line-height-h1: 36px;
  --font-size-h2: 24px;
  --line-height-h2: 30px;
  --font-size-h3: 20px;
  --line-height-h3: 24px;
  --font-size-h4: 17px;
  --line-height-h4: 21px;
  --font-size-body: 14px;
  --line-height-body: 18px;
  --font-size-small: 12px;
  --line-height-small: 15px;

  /* Page Defaults */
  --page-background-color: var(--color-light-gray);
  --page-text-color: var(--color-black);
  --page-link-color: var(--color-primary);
  --pill-radius: 50px;
  --pill-border-color: aliceblue;
  --pill-padding: 5px;

  /** Header detials */
  --header-nav-border-color: var(--color-primary-light);
  --header-nav-btn-border-color: var(--color-primary-light-2);
  --header-nav-btn-border-radius: var(--pill-radius);
  --header-nav-btn-background-color: var(--color-white);
  --header-nav-btn-padding: 12px;
}


/**
 * Font
 */
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga", "kern";
  font-variant-numeric: proportional-nums;
  font-family: "Gotham Ssm A", "Gotham Ssm B", sans-serif;
  letter-spacing: normal;
}

body {
  background-color: var(--page-background-color);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}


body * {
  letter-spacing: normal;
}

a,
.em-link {
  color: var(--color-primary);
}

h1,
.h1 {
  font-family: "Gotham Ssm A", "Gotham Ssm B", sans-serif;;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
}


h2,
.h2 {
  font-family: "Gotham Ssm A", "Gotham Ssm B", sans-serif;;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
}

h3,
.h3 {
  font-family: "Gotham Ssm A", "Gotham Ssm B", sans-serif;;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
}

h4,
.h4 {
  font-family: "Gotham Ssm A", "Gotham Ssm B", sans-serif;;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
}

.small {
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}

h2.em-content_admin-label {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.23;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/**
 * Overrides
 */


/* Global overrides */
a:hover {
  color: #000;
}
.em-category-tag.em-category-tag--link {
  background-color: var(--color-primary-light-2);
  color: #576885;
  font-weight: 600;
  font-size: 10px;
  line-height: var(--line-height-small);
  letter-spacing: 0.5px;
  padding:  4px 11px;
  border-radius: 20px;
  white-space: nowrap;
}

.em-category-tag.em-category-tag--link:hover {
  color: var(--color-white);
}

.em-search-bar i,
.em-button i {
  color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.em-search-bar i {
  background-image: url('../assets/icons/icon-search.png');
}

#em-site-signup-btn i {
  color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../assets/icons/Icon%20material-outline-person-outline-login.png');
}

.em-button i {
  background-image: url('../assets/icons/Icon%20material-outline-person-outline-login.png');
}

.em-header_page {
  display: none;
}

@media (max-width: 19.99em) {

  .content-wrapper,
  .em-event_feedback--page.em-event_feedback--session .em-event_feedback--detail {
    max-width: unset;
  }
}

@media (min-width: 20em) and (max-width: 47.99em) {

  .content-wrapper,
  .em-event_feedback--page.em-event_feedback--session .em-event_feedback--detail {
    max-width: unset;
  }
}

@media (min-width: 48em) and (max-width: 61.24em) {

  .content-wrapper,
  .em-event_feedback--page.em-event_feedback--session .em-event_feedback--detail {
    max-width: unset;
  }
}

@media (min-width: 61.25em) {

  .content-wrapper,
  .em-event_feedback--page.em-event_feedback--session .em-event_feedback--detail {
    max-width: unset;
  }
}

/* /event/create page overrides */
.em-input_container:has(#event_event_experience_id) {
  display: none !important;
}

#filter-row-event_event_tags, 
#filter-row-event_schools {
  display: none;
}


/* Event digest page overrides */
#exclude-filter-row-event_event_tags, 
#exclude-filter-row-event_schools {
  display: none;
}

/* Login modal override */
#internal-login-form {
  display: none;
}
.em-login-view {
  margin-bottom: 200px;
}



/**
 * Page
 */


/* Mobile */
.content-wrapper {
  margin: auto;
  padding: 20px;
}

.container.content-wrapper {
  justify-content: center;
  margin-bottom: 60px;
}

.em-event_feedback--page.em-event_feedback--session .em-event_feedback--detail {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.em-card-group {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(250px, 330px));
}

.container.content-wrapper main {
  max-width: 100%;
}

.sidebar {
  max-width: 100%;
}

/* Tablet */
@media (min-width: 768px) {

  .content-wrapper,
  .em-event_feedback--page.em-event_feedback--session .em-event_feedback--detail {
    max-width: 666px;
  }

  .em-card-group {
    grid-template-columns: repeat(auto-fill, minmax(250px, 303px));
  }

}

/* Tablet landscape */
@media (min-width: 992px) {

  .content-wrapper,
  .em-event_feedback--page.em-event_feedback--session .em-event_feedback--detail {
    max-width: 896px;
  }

  .container.content-wrapper main {
    max-width: 564px;
  }

  .sidebar {
    max-width: 272px;
  }
  
  .em-card-group {
    justify-content: start;
    grid-template-columns: repeat(auto-fill, minmax(250px, 272px));
  }
}

/* Desktop sm */
@media (min-width: 1200px) {

  .content-wrapper,
  .em-event_feedback--page.em-event_feedback--session .em-event_feedback--detail {
    max-width: 1100px;
  }

  .container.content-wrapper main {
    max-width: 790px;
  }

  .sidebar {
    max-width: 250px;
  }

  .em-card-group {
    grid-template-columns: repeat(auto-fill, minmax(250px, 250px));
  }
}

/* Desktop lg */
@media (min-width: 1400px) {

  .content-wrapper,
  .em-event_feedback--page.em-event_feedback--session .em-event_feedback--detail {
    max-width: 1304px;
  }

  .container.content-wrapper main {
    max-width: 943px;
  }

  .sidebar {
    max-width: 301px;
  }

  .em-card-group {
    grid-template-columns: repeat(auto-fill, minmax(250px, 301px));
  }
}

.msec-channel-title {
  margin-top: 30px;
  margin-bottom: 5px;
}

.msec-channel-subtitle {
  margin-bottom: 40px;
}

/*
 * Footer
 */

/* CTA */
body:not(.homepage) .em-footer-cta {
  display: none;
}

footer.em-footer .em-footer-cta {
  background: url('../assets/background/footer-image.jpg');
  min-height: 240px;
}

.em-footer-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  gap: 20px;
  padding: 30px 15px 30px 15px;
}

.em-footer-cta-header {
  font-size: 35px;
  font-weight: var(--font-weight-bold);
  line-height: 40px;
}

.em-footer-cta-body {
  line-height: 20px;
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  max-width: 330px;
}

.em-footer-cta-input a {
  display: block;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 10px 13px 10px 13px;
  border-radius: 3px;
}

.em-footer-cta * {
  color: var(--color-white);
  text-align: center;
}

/* Subfooter */
footer.em-footer .em-subfooter {
  background-color: var(--color-black);
}

.em-subfooter-contact,
.em-subfooter-copyright,
.em-subfooter .em-subfooter-contact a,
.em-subfooter .em-subfooter-links a {
  color: var(--color-white);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-small);
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.em-subfooter-content .em-subfooter-copyright {
  /* Offset copyright in order to center inside flexbox */
  margin-left: 100px;
}

.em-footer .em-subfooter-content-mobile .em-subfooter-links a {
  margin-left: 0;
}

.em-subfooter .em-subfooter-links a {
  font-weight: var(--font-weight-medium);
}

.em-footer .em-subfooter .em-subfooter-content {
  display: none;
}

.em-footer .em-subfooter .em-subfooter-content-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.em-subfooter-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .em-footer .em-subfooter .em-subfooter-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    height: 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }

  .em-footer .em-subfooter .em-subfooter-content-mobile {
    display: none;
  }

  .em-subfooter-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .em-subfooter-contact,
  .em-subfooter-copyright,
  .em-subfooter .em-subfooter-contact a,
  .em-subfooter .em-subfooter-links a {
    white-space: nowrap;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}