.promo-bar-module {
  background: #316EC2;
}

.promo-bar_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  padding: 16px;
  position: relative;
  
  max-width: 1344px;
  margin: 0 auto;
}

.promo-bar_heading {
  margin: 0;
}

h5.promo-bar_heading {
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
}

@media (min-width: 992px) and (max-width: 1099.98px) {
  h5.promo-bar_heading {
    max-width: 88%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h5.promo-bar_heading {
    max-width: 40%;
  }
}

@media (max-width: 991.98px) {
  h5.promo-bar_heading {
    max-width: 85%;
    text-transform: none !important;
  }
}

@media (max-width: 767.98px) {
  .promo-bar_inner h5.promo-bar_heading:nth-child(2) {
    display: none !important;
  }
  .promo-bar_inner h5.promo-bar_heading {
    max-width: 88% !important;
    text-transform: none;
  }
}


.promo-bar_cta {
  margin-left: 24px;
  margin-bottom: 0;
}

.promo-bar_close {
  display: flex;
  align-items: center;
  position: relative;
  right: 0;
  cursor: pointer;
}

.promo-bar_close .icon {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.promo-bar_close_text {
  padding-left: 4px;
}

@media (max-width: 992px) {
  
  .promo-bar_inner {
    padding: 16px 0 !important;
  }

  .promo-bar_heading {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  .promo-bar_cta {
    background: transparent;
    padding: 0;
    margin-left: 8px;
  }

  .promo-bar_cta .icon {
    right: -20px;
  }

  .promo-bar_cta_content .cta_button {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    padding: 0;
    width: 30px;
    height: 30px;
  }

  .promo-bar_cta_content .cta_button::before {
    content: '';
    position: absolute;
    background-image: url(https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/icon-arrow-right-white.svg);
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
  }

  .promo-bar_cta .icon {
    margin: 0;
    display: none;
  }

  .promo-bar_close .icon {
    width: 28px;
    height: 28px;
  }

  .promo-bar_close_text {
    display: none;
  }
}


/* **********************************************
 * START STYLE: EDUCATION FOUNDATION THEME CHILD 
 * **********************************************/
.education-foundation-theme .promo-bar-module {
  background-color: #4D8589 !important;
}

/* END STYLE: EDUCATION FOUNDATION THEME CHILD */