/************************* Duke Alert band *********************/
.alert-band {
  position: absolute;
  z-index: 9;
  width: 100%;
}
.community-alert-band {
  position: absolute;
  /*z-index: 999;*/
  width: 100%;
  border-top: 5px solid #bbb;
}

h2.dukealert-heading {
  font-family:"Open Sans",Roboto,"Helvetica Neue",Helvetica,sans-serif !important;
}
.dukealert-description p {
  margin:15px 0;
}

.alert-spacing {
  margin-top:175px;
}
.alert-spacing-banner {
  margin-top:270px;
}
/*logged in*/
.toolbar-fixed .alert-band, .toolbar-fixed .community-alert-band {
  position: fixed;
}
.toolbar-fixed .alert-band {
  z-index:1000;
}
.toolbar-fixed .alert-spacing {
  margin-top:95px;
}
.toolbar-fixed .alert-spacing-banner {
  margin-top:201px;
}
/*.toolbar-fixed .duke_slider_section {
  z-index:1000;
}*/
/*end logged in*/

@media (max-width: 767px) {
  .duke-alert .dukealert-header {
    text-align: center;
  }
  .community-alert-band {
    position: relative;
    z-index: 999;
  }
  .alert-spacing {
    margin-top:175px !important;
  }
  .toolbar-fixed .duke_slider_section.alert-spacing {
    margin-top:0px;
  }
  .header_section {
    background: #001a57;
  }
}
@media (min-width: 481px) {
  .alert-band {
	top: 68px;
  }
  .community-alert-band {
	top: 73px;
  }
}
@media (max-width: 480px) {
  .alert-band {
	top: 60px;
  }
  .community-alert-band {
	top: 65px;
  }
}
@media (max-width: 435px) {
  .alert-spacing {
    margin-top:185px !important;
  }
}

/************************* Duke Alert band end *********************/


/*COVID-19 alert*/
.informational-alert {
  margin: 0 auto;
  max-width: 95%;
  overflow-x: visible;
  padding: 40px 20px 40px 40px;
  position: relative;
}
.alert-row {background: #dbedf2;}
/*.informational-alert::before {
  background: #dbedf2;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  margin-left: 50%;
  width: 100vw;
  z-index: -1;
}*/
.informational-alert::after {
  background-image: url(//duke.edu/assets/img/svg-icons/info.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  content: "";
  height: 80px;
  opacity: .07;
  width: 80px;
  position: absolute;
  top: -12px;
  left: -20px;
}
.informational-alert h2 {
  color: #005587;
  font-family:"Open Sans",Roboto,"Helvetica Neue",Helvetica,sans-serif !important;
  font-weight: bold;
  letter-spacing: .03em;
  margin: 0 0 .5em 0;
}
.informational-alert .content {
  color: #005587;
  font-size: 16px;
  line-height: 1.5em;
  font-weight:400;
}
@media screen and (min-width: 768px) {
  .informational-alert {
    padding-left: 150px;
    padding-right:20px;
    max-width: 125rem;
  }
  .informational-alert::after {
    background-size: 200px;
    height: 200px;
    width: 200px;
  }
}