/* Landing Page Header NWHW.  */

.landing-page-header {
  border: 0;
  border-top: 2px solid #00aeef;
}

.heading-description {
  padding: 0;
}

p a:link,
p a:visited { 
  color: #592c81;
}

ul,
ol {
  line-height: 1.5em;
  padding-left: 1.6rem;
}

li {
  margin-bottom: .4rem;
}

.usa-list li {
  max-width: 85ex;
}

.card-footer {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  margin-top: -0.7rem;
}

.card-date {
  background-color: #592c81;
  color: white;
  padding: 12px;
}

.day {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.month {
  font-size: 14px;
  float: left;
  margin-right: 4px;
  padding-top: 8px;
}

.month-day {
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  padding-top: 8px;
  letter-spacing: 2px;
}

.card-link {
  font-size: 17px;
  line-height: 1.3;
  margin-left: 0.5rem
}

.landing-page-header {
  border: 0;
  border-top: 2px solid #00aeef;
}

.landing-page-header .heading-description {
  padding: 0;
}

.lightbulb-icon {
  width: 80px;
  float: left;
  margin-right: 20px;
  margin-top: -1rem;
}

.colored-box {
  padding: 1rem 2rem;
  background-color: #f8f1ff;
}

*+.usa-summary-box {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.qa-container .paragraph--type--blog-qa h2 {
    font-weight: 700;
    margin: 0;
    font-size: 18px;
    color: white;
    background-color: #593080;
}

.qa-container .paragraph--type--blog-qa h2:before {
  background: none;
  content: "+";
  font-size: 2rem;
  font-weight: 300;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-top: -6px;
  right: -3px;
}

h2 .expanded:before {
  background: none;
  content: "_";
  font-size: 2rem;
  font-weight: 300;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-top: -18px;
  right: -6px;
}

.color-background {
  padding: 12px 17px;
  background-color: #eadcff;
  font-size: 14px;
}

.lightbox {
  background: rgb(0 0 0 / 0%);
}

.lb-outerContainer,
.lightbox .lb-image {
  border-radius: 0;
  border: 0;
}

.lb-nav, .lb-data .lb-details .lb-number {
  display: none;
}

.lb-data .lb-caption {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
} 

.promotional__item a  {
  color: #592c81;
  text-decoration: none;
  line-height: 1.5rem;
}

.usa-icon-list__item {
  border-bottom: 1px solid #592c81;
}

.usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height: 4.07rem;
    width: 4.07rem;
    margin-right: 1.75rem;
}

.usa-icon-list--size-lg .usa-icon-list__content,
.usa-icon-list--size-lg .icon-list__content {
    max-width: 90%;
    font-size: 100%;
    padding-left: .55rem;
    padding-top: .5rem;
    padding-bottom: .65rem;
}

img.img-left {
   max-width: 50%;
   float: right;
   margin-left: 2rem;
   margin-bottom: 1rem;
}

@media only screen and (max-width: 680px) {
  img.img-left {
     max-width: 100%;
     float: none;
     margin: 1rem 0;
  }
}

.pdf-icon {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 8px;
}

/* Resources Only CSS  */

.usa-card__container {
    color: #1b1b1b;
    border-width: 1px;
    border-color: #59307F;
    border-style: solid;
    display: flex;
    flex-direction: column;
    border-radius: 0;
}

.usa-card--flag .usa-card__img {
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.usa-card--flag .usa-card__media {
    width: 21rem;
}

.usa-card--flag .usa-card__header {
    margin-left: 21rem;
}

.usa-card--flag .usa-card__body {
    margin-left: 22rem;
}

@media (min-width: 40em){
  .usa-card--flag .usa-card__footer {
    font-weight: 700;
    font-size: 1rem;
    text-align: right;
  }
  .usa-card--flag .usa-card__footer a:link {
    text-decoration: underline;
  }
}

.usa-card__heading {
    color: #59307F;
    font-family:inherit;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 700;
    padding-left: 1rem;
}

.main-event {
  padding: 2rem;
  padding-bottom: 0;
  background-color: #f7eefe;
  border: 1px solid #cc92ff;
}

.youtube-video {
  max-width: 100%;
  max-height: 515px; 
  width: 100%;
}

@media only screen and (max-width: 680px) {
  .youtube-video {
    max-height: 285px; 
    width: 100%;
  }
}
