@import url("https://use.typekit.net/xnl1tzf.css");
/* Alert Global Styles */
#sitewide-alerts div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sitewide-alerts .text-center {
  text-align: center;
}
/* Contextual Alerts */
#sitewide-alerts h1,
#sitewide-alerts h2,
#sitewide-alerts p,
#sitewide-alerts a {
  font-family: "source-sans-pro","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  text-transform: none;
}
#sitewide-alerts .com-alert {
  padding: 5px 15px;
  font-size: 16px;
  font-family: "source-sans-pro","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
#sitewide-alerts .com-alert.com-alert-info {
  background-color: #065d8c;
  color: #ffffff;
}
#sitewide-alerts .com-alert.com-alert-success {
  background-color: #00662f;
  color: #ffffff;
}
#sitewide-alerts .com-alert.com-alert-advisory {
  background-color: #eca120;
  color: #222222;
}
#sitewide-alerts .com-alert.com-alert-warning {
  background-color: #a2300c;
  color: #ffffff;
}
#sitewide-alerts .com-alert.com-alert-danger {
  background-color: #8d031e;
  color: #ffffff !important;  
}
#sitewide-alerts .com-alert a {
  color: #ffffff;
  text-decoration: underline;
}
#sitewide-alerts .com-alert a:hover,
#sitewide-alerts .com-alert a:focus {
  color: #f5f5f5;
  text-decoration: underline;
}
#sitewide-alerts .com-alert .alert-heading {
  margin-top: 14px;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.333;
  font-size: 24px;
  border: none;
  color: #ffffff;
}
#sitewide-alerts .com-alert.com-alert-advisory .alert-heading,
#sitewide-alerts .com-alert.com-alert-advisory a {
  color: #222222;
}
#sitewide-alerts .com-alert p {
  max-width: none;
  margin-top: 0;
  margin-bottom: 12px;
}
#sitewide-alerts .com-alert .list-inline {
  margin: 0;
  padding-bottom: 16px;
  padding-left: 0;
  max-width: none;
  list-style: none;
  margin-left: -5px;
}
#sitewide-alerts .com-alert .list-inline > li {
  display: inline-block;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
/* COVID-19 Alert Specific Styles */
#sitewide-alerts .com-alert.covid-alert {
  padding: 10px 0;
}
#sitewide-alerts .com-alert.covid-alert .alert-heading,
#sitewide-alerts .com-alert.covid-alert nav,
#sitewide-alerts .com-alert.covid-alert .list-inline {
  display: inline-block;
}
#sitewide-alerts .com-alert.covid-alert .alert-heading {
  margin: 0;
  font-size: 20px;
}
#sitewide-alerts .com-alert.covid-alert .list-inline {
  margin-left: 10px;
  padding-bottom: 0px;
}
#sitewide-alerts .com-alert.covid-alert .list-inline li {
  margin-right: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}