/* 
 * Home Critical
*/
.hero-subhead {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bolder;
  text-shadow: 0px 0px 12px white, 0px 0px 12px white, 0px 0px 12px white, 0px 0px 12px white;
  color: #9eb81a;

}

.hero-subhead a {
  color: #8d9950;
}

.hero-subhead .cc-icon {
  width: 1.5em;
  height: 1.375em;
  margin-bottom: -0.375em;
}

.hero-wrapper {
  --bg-img-url: url("/_assets/img/_bg-home-hero-640x480.jpg");
  background: transparent var(--bg-img-url) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: auto;
  z-index: 1;
  margin-bottom: 1em;
  transform: translateZ(0);
}

.hero-wrapper .home-hero {
  background: radial-gradient(ellipse at center, rgba(235, 246, 248, 0.125) 50%, rgba(231, 246, 255, 0.5) 100%);
  padding: 1.25em 1.5em;
  color: var(--cc-2020-logo-blue);
}

.home-hero h1 {
  font-size: 1.9em;
  font-weight: bold;
}

.home-hero .lead {
  margin-bottom: 1em;
}

.home-section-wrapper {
  padding-bottom: 0;
  width: 100%;
}

.home .main>.row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 640px) {
  .hero-wrapper .home-hero {
    padding: 3em 4em;
  }
}

@media (orientation: portrait) {
  .hero-wrapper .home-hero {
    padding: 1.5em 1.125em;
  }
}

/* 
  TEASER ROW
*/
.announcements-col {
  padding: 0.75em 1em;
  background: radial-gradient(ellipse at center, var(--xpt-white) 50%, var(--a11y-light-alt) 100%);
}

.announcement-list li {
  padding: 0.375em 0;
  border-bottom: 1px solid var(--a11y-light);
  margin-bottom: 0.375em;
}

.odr-aside {
  background: radial-gradient(ellipse at center, rgba(235, 246, 248, 0.125) 50%, #e7f6ff 100%);
  padding: 0.75em 1em;
  margin: 0 auto;
}

.teaser-row {
  position: relative;
}

.teaser-row>div {
  height: 100%;
  position: relative;
  min-height: 180px;
  max-height: 336px;
}

@media (max-width: 895.98px) {
  .teaser-row>div {
    margin-bottom: 1em;
  }

  .icons-wrapper a:first-of-type {
    margin-top: 0 !important;
  }
}

@media (min-width: 896px) and (max-width: 991.98px) {
  .teaser-row>div {
    min-height: 220px;
  }
}

/* 
  HERO ICONS
*/
.icons-wrapper a {
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  display: block;
  margin: 15px 0;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 3;
  padding: 1.5em 0;
  background: radial-gradient(ellipse at center, var(--xpt-white) 25%, var(--a11y-light-alt) 100%);
}

.icons-wrapper a:hover .label {
  text-decoration: underline;
}

.icons-wrapper .label {
  text-transform: uppercase;
  color: var(--cc-2020-logo-blue);
  font-size: 100%;
}

.icons-wrapper .cc-icon {
  display: block;
  font-weight: normal;
  width: 100%;
  margin: 0;
  height: 128px;
  transition: all 200ms;
}

@media (max-width: 639.98px) {
  .icons-wrapper .cc-icon {
    height: 96px;
  }
}

.misc-bar {
  width: 100% !important;
  max-height: 85px;
}

.misc-bar-item {
  display: flex;
  height: 85px;
}

.misc-bar-text {
  color: white;
  font-weight: bold;
  text-shadow: 0px 1px 8px black, 0px 1px 4px rgb(56, 56, 56);
}

.misc-btn {
  box-shadow: 0px 1px 8px rgb(58, 58, 58);
}

.v-line {
  display: none;
  border-right: 2px solid white;
  height: 85px;
  width: 2px;
  position: absolute;
}

.h-line {
  border-bottom: 2px solid white;
  height: 2px;
  width: 100%;
}

.learn-more-sm {
  display: inline-block;
}

.learn-more-md {
  display: none;
}

.ad-close-btn {
  position: absolute;
  left: 0;
  cursor: pointer;
  color: white;
  opacity: 0.5;
  filter: drop-shadow( 0px 1px 4px black);

}

.ad-close-btn svg {
  height: 1em;
  width: 1.25em;
}

.misc-bar-text {
  font-size: 12px;

}

.ad-secondary {
  display: none;
}



@media (min-width: 576px) {

  .ad-close-btn {
    left: unset;
    right: 16px;
    top: 32px;
  }

  .ad-close-btn svg {
    width: 20px;
    height: 20px;


  }

  .misc-bar-item {
    width: 395px;
  }

  .misc-bar-text {
    width: 232px;
    font-size: 14px;

  }

  .learn-more-sm {
    display: none;
  }

  .learn-more-md {
    display: inline-block;
  }


}

@media (min-width: 768px) {}

@media (min-width: 896px) {

  .ad-secondary {
    display: inline-flex;
  }

  .misc-bar-item {
    display: inline-flex;
  }

  .v-line {
    display: inline-block;
  }

}

@media (min-width: 925px) {
  .ad-close-btn {
    left: unset;

  }

}




/*# sourceMappingURL=home-critical.css.map */