
@font-face {
  font-family: 'HCo Gotham SSm';
  src:url('../fonts/woff2/GothamSSm-Light_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Light_Web.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'HCo Gotham SSm';
  src:url('../fonts/woff2/GothamSSm-Book_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Book_Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src:url('../fonts/woff2/GothamSSm-Bold_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Bold_Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

.education-map-wrapper {
  position: relative;
}

.education-triggers {
}

.education-triggers > g.education-trigger {
  opacity: 0 !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

@media (min-width: 601px) {
  .education-triggers > g.education-trigger:hover {
    opacity: 0.1 !important;
  }
}

.education-triggers > g.education-trigger.on,
.education-triggers > g.education-trigger.on:hovered {
  opacity: 0 !important;
  transition: all 0.2s ease-in-out;
}

.education-hover > g {
  display: block !important;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.education-hover > g.hovered {
  opacity: 0.2;
}

.education-hover > g.on {
  opacity: 1;
}

#Edu_Labels text {
  font-family: "HCo Gotham SSm"; 
  font-weight: 300;
}

.education-popups { pointer-events: none; }

.map-education-card {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  max-width: 550px;
  border-radius: 10px;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transform-origin: left top;
  pointer-events: auto;
  display: none;
}

.map-education-card.on {
  display: block;
}

.map-education-card {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 601px) {
  #education-card-1 { left: 40%; top: 40%; }
  #education-card-2 { left: 55%; top: 40%; }
  #education-card-3 { left: 45%; }
  #education-card-4 { left: 32%; top: 40%; }
  #education-card-5 { left: 45%; top: 35%; }
  #education-card-6 { left: 50%; top: 69%; }
  #education-card-7 { left: 50%; top: 25%; }
  #education-card-8 { left: 66%; top: 50%; }
  #education-card-9 { left: 50%; top: 50%; }
  #education-card-10 { left: 40%; top: 32%; }
  #education-card-11 { left: 50%; top: 75%; }
}

@media (max-width: 1050px) {
  .map-education-card {
    transform: scale(0.8) translate(-50%, -50%);
  }
}

@media (max-width: 800px) {
  .map-education-card{
    transform: scale(0.7) translate(-50%, -50%);
  }
}

@media (max-width: 600px) {
  .education-map-wrapper {
    padding-bottom: 400px;
  }
  .map-education-card {
    top: auto;
    left: 50%;
    bottom: 0;
    transform: scale(0.7) translate(-50%, -50%);
    width: 140%;
    max-width: none;
  }
}

/* Card Sections */
.education-card-number {
  position: relative;
  background-color: #1d4b39 !important;
  padding: 0px 20px;
  width: 100%;
}
.education-card-number h1 {
  font-size: 40px !important;
  font-family: "rift", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
  letter-spacing: 4px;
  text-align: center;
  color: #fff !important;
  margin: 0 !important;
}

.education-close {
  position: absolute;
  right: 10px;
  top: 6px;
  color: #fff;
}

.education-close i {
  font-size: 22px;
}

.education-card-states h2 {
  font-family: "HCo Gotham SSm" !important;
  font-weight: 700 !important;
  font-size: 24px;
  text-align: center;
  margin-top: 6px;
  text-transform: uppercase;
}

.education-card-content {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.education-card-content > div {
  display: flex;
}

.education-card-headshot {
  flex-basis: 33.33%;
  flex-direction: column;
  text-align: center;
}

.education-card-text {
  flex-basis: 66.66%;
  flex-direction: column;
}

.education-card-headshot img {
  margin: 0 auto !important;
  max-width: 130px !important;
  margin-top: -30px !important;
}

.education-card-name h3 {
  display: block;
  font-family: "HCo Gotham SSm" !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #26537d !important;
  letter-spacing: -1px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

.education-card-email {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.education-card-email a {
  color: #0056b3;
  text-decoration: none;
}

.education-card-title {
  display: block;
  font-family: "HCo Gotham SSm"; 
  font-weight: 700;
  color: #70777c;
  font-size: 16px;
  text-transform: uppercase;
}

.education-card-title p {
  margin: 0 !important;
}

.education-card-learnmore {
  font-size: 20px;
  color: #131d24 !important;
  font-weight: 700 !important;
}

.education-card-learnmore i {
  color: #ce4845;
  font-size: 30px;
  margin-left: 5px;
  position: relative;
  top: 4px;
}

.education-card-learnmore a {
  font-size: 20px;
  font-weight: 700 !important;
  color: #131d24 !important;
  text-decoration: none !important;
  pointer-events: auto;
}

.education-card-learnmore a:hover i {
  color: #131d24 !important;
}

.education-trigger {
    cursor: pointer;
    pointer-events: all;
}