/* START - Libraries > ODX Common Design > Content > Utility > Style Sheets > SCSS > Agencies > COVID-19 > covid-19-custom-styles.scss */
/* START: GLOBAL STYLES */
body .content-body h1,
body .content-body h2,
body .content-body h3,
body .content-body h4,
body .content-body .odx-content__title {
  font-family: "Source Sans Pro";
  color: #14499e;
}

body .content-body h1 .odx-bold,
body .content-body h2 .odx-bold,
body .content-body h3 .odx-bold,
body .content-body h4 .odx-bold,
body .content-body .odx-content__title .odx-bold {
  font-family: "Source Sans Pro";
}

body .content-body h1 .odx-italic,
body .content-body h2 .odx-italic,
body .content-body h3 .odx-italic,
body .content-body h4 .odx-italic,
body .content-body .odx-content__title .odx-italic {
  font-family: "Source Sans Pro";
}

body .content-body .odx-share-this,
body .content-body .odx-more-information {
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-bottom-width: 4px;
  border-bottom-color: #ffbe0e;
}

body .content-body h1.odx-bold,
body .content-body h1.odx-italic {
  font-family: "Source Sans Pro";
}

body .content-body h2.odx-bold,
body .content-body h2.odx-italic {
  font-family: "Source Sans Pro";
}

body .content-body h3.odx-bold,
body .content-body h3.italic {
  font-family: "Source Sans Pro";
}

.odx-search__input {
  font-family: "Source Sans Pro";
}

/* END: GLOBAL STYLES */
/* START: REMOVE UNINAV */
#aw-main-wrapper .navigation {
  top: unset;
}

#aw-main-wrapper .content {
  top: 110px;
}

/* END: REMOVE UNINAV */
/*START: HEADER - MAIN NAV */
#aw-main-wrapper .navigation {
  background-color: #3d7aa9;
}

#aw-main-wrapper .content {
  top: 110px;
}

.navigation {
  display: none;
}

#aw-header-bottom-left {
  background: inherit;
}

.odx-header-bottom-right {
  padding: 18px 25px 10px 32px;
  background: none;
}

.search-button {
  text-align: center;
  line-height: 24px;
}

#aw-header-bottom-right .icon {
  color: #ffffff;
  font-size: 30px;
}

#aw-header-bottom-right .icon-description {
  display: block;
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
  color: #ffffff;
}

.odx-search__container {
  background-color: inherit;
}

.odx-header-bottom-right,
.odx-search_slide {
  background-color: #3d7aa9;
}

.odx-search_slide {
  display: block;
  background-color: #3d7aa9;
}

#aw-main-wrapper .content {
  top: 210px !important;
}

@media screen and (max-width: 767px) {
  .navigation {
    display: block;
  }
  #main-nav-container {
    display: block;
  }
  #aw-main-wrapper div.header {
    display: block;
  }
  .aw-left-nav {
    position: static;
    margin-bottom: 5px;
  }
  #aw-header-navigation ul li a {
    text-transform: uppercase;
  }
  #aw-header-bottom-right {
    top: 18px;
    width: 95px;
    background-color: #3d7aa9;
  }
  #aw-header-bottom-right .odx-separator {
    background-color: transparent;
  }
  #aw-header-bottom-right #search-button .fa-search {
    color: #ffffff;
  }
  .odx-search_slide {
    padding: 15px 0 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #aw-main-wrapper .navigation {
    height: auto;
  }
  div#aw-header-navigation::after {
    display: none;
  }
}

@media (min-width: 992px) {
  #aw-main-wrapper .navigation {
    height: auto;
  }
  .navigation.sticky-header {
    height: auto !important;
  }
}

/*END: HEADER - MAIN NAV */
/*START: FOOTER */
body .content-body .odh-footer__container {
  background-color: #3d7aa9;
}

body .content-body .odh-footer__container a {
  color: #ffffff;
}

body .content-body .single-column-footer {
  border-top: unset;
}

@media (min-width: 768px) and (max-width: 991px) {
  body .content-body .single-column-footer {
    margin-bottom: 0;
  }
}

body .content-body .single-column-footer .odx_primary-footer {
  padding: 40px 0 30px;
  background-color: #3d7aa9;
}

body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item {
  color: #ffffff;
}

body .content-body .single-column-footer .odx_primary-footer .footer__lang-anchor {
  color: #ffffff;
}

body .content-body .single-column-footer .odx_secondary-footer {
  background-color: #306b99;
}

#covid-footer-language-switcher {
  color: #ffffff;
}

.odh-corona__footer-contact {
  text-align: right;
}

.odh-corona__footer-text {
  display: inline-block;
  margin-right: 15px;
}

.odh-corona__footer-anchor {
  display: inline-block;
}

.odh-corona__footer-anchor.ohio-button {
  margin-right: 0;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  padding: 5px 40px;
}

.odh-corona__footer-anchor.ohio-button:hover {
  background-color: unset;
  text-decoration: unset;
}

.odx_secondary-footer .odh-corona__footer-text {
  font-size: 20px;
  font-family: "Source Sans Pro";
  color: #ffffff;
}

.odx_secondary-footer a.odh-corona__anchor {
  text-decoration: unset;
  border: 2px solid #ffffff;
}

.odx_secondary-footer a.odh-corona__anchor:hover {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .odh-corona__footer--upper {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 991px) {
  .odx_secondary-footer,
  .odh-corona__footer-contact {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .odx_secondary-footer {
    text-align: center;
  }
}

/*END: FOOTER */
/* START: HOMEPAGE STATS */
.stats-cards__container,
.stats-links__container {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 15px -10px;
}

.stats-cards__container .stats-cards__item {
  width: calc(100% * (1 / 4) - 10px - 1px);
  margin: 10px 0 0 10px;
  border-radius: 4px;
  padding: 40px 20px;
  background: #ecf3f8;
  flex-grow: 1;
  text-align: center;
}

.stats-cards__container .stats-cards__item.double {
  width: calc(100% * (1 / 2) - 10px - 1px);
}

.stats-cards__number {
  font-size: 50px;
  font-weight: bold;
  color: #3d7aa9;
}

.stats-links__container i {
  font-size: 18px;
  color: #ffffff;
}

.stats-links__container .stats-links__item {
  width: calc(100% * (1 / 3) - 10px - 1px);
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0 10px;
  border-radius: 4px;
  box-shadow: 0 4px 0 #104e7e;
  background: #3d7aa9;
  padding: 25px 20px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.stats-links__container .stats-links__item:hover {
  background: #104e7e;
  box-shadow: 0 4px 0 #104e7e;
  text-decoration: none;
}

.stats-links__container .stats-links__item.double {
  width: calc(100% * (1 / 2) - 10px - 1px);
  padding: 25px 43px;
}

.stats-links__container .stats-links__item.full {
  flex-basis: 100%;
  width: calc(100% - 10px - 1px);
  padding: 25px 43px;
}

.stats-links__label {
  padding: 0 0 0 10px;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}

.stats-cards__update-msg {
  margin: 20px 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #5d5d5d;
}

@media only screen and (max-width: 767px) {
  .stats-cards__container .stats-cards__item {
    width: 100%;
  }
  .stats-links__container .stats-links__item {
    flex-grow: 1;
    flex-basis: 100%;
    width: calc(100% * (1 / 3) - 10px - 1px);
    padding: 20px 20px;
    transition: all 0.2s ease-in-out;
  }
  .stats-links__container .stats-links__item.double {
    padding: 10px 43px;
  }
}

/* END: HOMEPAGE STATS */
/* START: FULL BANNER */
.content-body .slick-list {
  overflow: hidden;
}

.content-body .odx-full-banner__slide {
  background-position: center right;
  background-size: cover;
  height: 360px;
  position: relative;
}

.content-body .odx-full-banner__details {
  background-color: #052242;
}

@media (max-width: 767px) {
  .content-body .odx-full-banner__details {
    width: 100%;
    height: 100%;
    bottom: 0;
    padding: 30px;
    background: linear-gradient(90deg, #052242 40%, transparent 100%);
  }
}

@media (min-width: 768px) {
  .content-body .odx-full-banner__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.content-body .odx-full-banner__heading,
.content-body .odx-full-banner__subheading {
  color: #ffffff;
  overflow: hidden;
}

@media (max-width: 767px) {
  .content-body .odx-full-banner__heading {
    max-height: 90px;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .content-body .odx-full-banner__heading {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2777;
    margin-bottom: 0.5em;
    margin-top: 0;
    max-height: 65px;
  }
}

@media (max-width: 767px) {
  .content-body .odx-full-banner__subheading {
    display: none;
  }
}

@media (min-width: 768px) {
  .content-body .odx-full-banner__subheading {
    font-size: 18px;
    line-height: 1.7em;
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

.content-body .odx-full-banner__button {
  margin-top: 0;
  width: 219px;
  border: 2px solid #ffffff;
  background-color: #052242;
  text-transform: capitalize;
  font-size: 1em;
}

.content-body .slick-dots {
  bottom: 5px;
}

.content-body .slick-dots li button::before {
  background-color: #3d7aa9;
  border-color: #3d7aa9;
  opacity: 2;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

/* END: FULL BANNER */
/* START: GENERIC CARDS */
.ohio-card {
  box-shadow: none;
  border-bottom-color: #ffbe0e;
  border-bottom-width: 4px;
}

.ohio-card .ohio-card-content {
  background-color: #ffffff;
}

.ohio-card .ohio-card-content .ohio-card-content-header {
  font-size: 20px;
  line-height: 21px;
  font-weight: normal;
  color: #272727;
}

.ohio-card .ohio-card-content p {
  height: 70px;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
  color: #5b5b5b;
}

.ohio-card .ohio-card-content__bottom .odx-card__share-anchor {
  display: none;
}

/* END GENERIC CARDS */
/* START: COVID CARDS */
.covid-cards__container .covid-cards__header {
  margin: 0;
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 30px;
  color: #0b2943;
}

.odx-section-resources-cards-list__wrapper .odx-section-resources-cards-list {
  margin: 20px 0;
}

.ohio-card .ohio-card-content {
  padding: 30px;
}

.ohio-card .ohio-card-content .ohio-card-content-header {
  margin: 0 0 15px;
}

.ohio-card .ohio-card-content__bottom {
  display: none;
}

.ohio-carousel-icons___button-left div,
.ohio-carousel-icons___button-right div {
  border-radius: 50%;
}

.ohio-carousel-icons___button-left div {
  right: -40px;
}

.ohio-carousel-icons___button-right div {
  left: -40px;
}

.ohio-card.ohio-card--covid .ohio-card-content {
  padding: 30px;
}

.ohio-card.ohio-card--covid .ohio-card-content-header {
  margin: 0 0 15px;
}

.ohio-card.ohio-card--covid .ohio-card-content__bottom {
  display: none;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}

/* END: CARDS */
/* START: HOMEPAGE ALERTS & INFO */
.covid-alerts-and-info__container {
  background-color: #ffefc3;
  padding: 20px;
  border-bottom: 4px solid #ffbe0e;
}

.covid-alerts-and-info__item {
  display: flex;
}

.covid-alerts-and-info__item .covid-alerts-and-info__icon {
  min-width: 50px;
  text-align: left;
}

.covid-alerts-and-info__item .covid-alerts-and-info__details {
  flex: 1 1 auto;
}

.covid-alerts-and-info__item .covid-alerts-and-info__title {
  margin-bottom: 0.3em;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  color: #2f2f2f;
  text-decoration: none;
}

.covid-alerts-and-info__item .covid-alerts-and-info__title:hover {
  font-size: 30px;
  font-weight: bold;
  color: #2f2f2f;
}

.covid-alerts-and-info__item .covid-ads-item__summary {
  color: #2f2f2f;
  font-size: 16px;
  line-height: 22px;
}

/* END: HOMEPAGE ALERTS & INFO */
/*START: VIDEO GALLERY */
.covid-video-gallery__container {
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px !important;
}

.covid-video-gallery__container .covid-video-gallery__header {
  margin: 0 0 20px;
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 30px;
  color: #0b2943;
}

body .content-body .video-gallery__container {
  padding: 0;
}

.video-gallery__list .video-gallery__item .video-gallery__title {
  font-size: 18px;
  font-weight: bold;
}

/* END: VIDEO GALLERY */
/* START: TWITTER FEED */
body .content-body .core-social-media__twitter-feed {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  body .content-body .core-social-media__twitter-feed iframe {
    height: 400px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body .content-body .core-social-media__twitter-feed iframe {
    height: 420px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .content-body .core-social-media__twitter-feed iframe {
    height: 435px !important;
  }
}

/* END: TWITTER FEED */
/* START: HOMEPAGE RESOURCES */
.covid-resources-list__container .covid-cards__header {
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 30px;
  color: #0b2943;
}

.odx-ohio-news--covid {
  margin-bottom: 10px;
  border: none;
  display: flex;
}

.odx-ohio-news--covid .odx-news__thumbnail {
  margin: 0;
  min-width: 120px;
  background-position: center center;
  background-size: cover;
}

.odx-ohio-news--covid .odx-news__info {
  background-color: #f2f2f2;
  padding: 10px;
  flex: 1 1 auto;
}

.odx-ohio-news--covid .odx-river-of-news__title {
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
}

.odx-ohio-news--covid .odx-river-of-news__title:hover, .odx-ohio-news--covid .odx-river-of-news__title:active, .odx-ohio-news--covid .odx-river-of-news__title:visited {
  font-weight: 600;
  text-decoration: underline;
  color: #000000;
}

.odx-ohio-news--covid .odx-river-of-news__summary {
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
  line-height: 20px;
  font-size: 18px;
}

.odx-ohio-news--covid .odx-news__date--covid {
  font-size: 16px;
}

/* END: HOMEPAGE RESOURCES */
/* START - Left-hand Navigation icon circle */
.aw-left-nav__icon div.odx-navigation {
  overflow: hidden;
  border: 3px solid #7ea5cc;
  border-radius: 60px;
  background-clip: content-box;
  background-color: #ffffff;
}

.aw-left-nav__icon img.odx-icon {
  width: auto;
  border-radius: 50px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .aw-left-nav__icon div.odx-navigation {
    width: 100px;
    height: 100px;
    margin: 20px;
    padding: 4px 4px 5px 5px;
  }
}

/* END - Left-hand Navigation icon circle */
/* START - Mobile icon fix */
@media (max-width: 991px) {
  .aw-left-nav__icon div.odx-navigation {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
}

/* END - Mobile icon fix */
/* START - APP HEADER/FOOTER */
.inAppBrowser .navigation,
.inAppBrowser .single-column-footer,
.inAppBrowser .aw-left-nav {
  display: none;
}

/* END - APP HEADER/FOOTER */
.iop_mobile-menu__nav .odx-logo,
.iop_mobile-menu__search .odx-logo {
  background-color: #3d7aa9;
}

.iop_mobile-menu__nav .odx-logo:nth-child(2),
.iop_mobile-menu__search .odx-logo:nth-child(2) {
  display: none;
}

/* This styles turn a regular/global Header look and feel into the COVID-19 custom header UI */
#aw-main-wrapper #covid-header {
  display: none;
}

@media (min-width: 768px) {
  #aw-main-wrapper .navigation {
    display: block;
  }
}

@media (min-width: 992px) {
  #aw-main-wrapper .navigation {
    top: 30px;
    height: 110px;
    overflow: visible;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #aw-header-bottom-left::before {
    margin-top: 30px;
    padding-right: 10px;
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #aw-header-bottom-left div.odx-logo-wrapper {
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  #aw-header-bottom-left div.odx-logo-wrapper img {
    height: 80px;
  }
}

#aw-header-bottom-right .odx-separator,
#aw-header-bottom-right .odx-auth__link,
#aw-header-bottom-right .odx-help__link {
  display: none;
}

#aw-header-bottom-right .far,
#aw-header-bottom-right .fas {
  color: #ffffff;
}

#aw-header-bottom-right .odx-search__container .far,
#aw-header-bottom-right .odx-search__container .fas {
  color: #4a4a4a;
}

@media (min-width: 992px) {
  .odx-header-bottom-right {
    padding: 18px 25px 8px 32px;
  }
}

@media (min-width: 992px) {
  .odx-search {
    padding: 0;
  }
}

@media (min-width: 768px) {
  #aw-header-navigation::before {
    width: 100%;
    display: block;
    content: "Coronavirus (COVID-19)";
    font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
    font-size: 35px;
    color: #ffffff;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #aw-header-navigation::before {
    margin-top: 30px;
    padding-right: 10px;
    text-align: right;
  }
}

@media (min-width: 992px) {
  #aw-header-navigation::before {
    margin-top: 20px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  #aw-header-navigation ul {
    width: 940px;
    height: auto;
    padding: 25px 0;
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 1200px) {
  #aw-header-navigation ul {
    width: 1140px;
  }
}

@media (min-width: 1500px) {
  #aw-header-navigation ul {
    width: 1440px;
  }
}

@media (min-width: 992px) {
  #aw-header-navigation ul li {
    padding: 0 10px;
  }
}

@media (min-width: 1500px) {
  #aw-header-navigation ul li {
    padding: 0 30px;
  }
}

#aw-header-navigation ul li.current a {
  border-bottom: none;
  color: #ffffff;
}

@media (min-width: 992px) {
  #aw-header-navigation ul li a {
    height: auto;
    padding: 0;
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  #aw-header-navigation ul li a:hover {
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  #aw-header-navigation ul li .odx-page-description {
    display: inline;
    font-size: inherit;
    font-weight: normal;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #aw-header-navigation ul li .odx-page-description {
    display: inline;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
  }
}

@media (min-width: 992px) {
  #main-nav-container {
    position: fixed;
    top: 115px;
    left: 0;
    width: 100vw;
    background-color: #306b99;
  }
}

@media (min-width: 992px) {
  .sticky-header.navigation {
    height: 110px !important;
  }
}

@media (min-width: 992px) {
  .sticky-header .odx-logo-wrapper {
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .sticky-header #aw-header-bottom-left div.odx-logo-wrapper img {
    height: 80px;
  }
}

@media (min-width: 992px) {
  .sticky-header .odx-header-bottom-right {
    padding: 18px 25px 8px 32px;
  }
}

@media (min-width: 992px) {
  .sticky-header #main-nav-container {
    top: 115px;
  }
}

@media (min-width: 992px) {
  .sticky-header #aw-header-navigation ul {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .sticky-header #aw-header-navigation ul li a {
    padding: 0;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .sticky-header #aw-header-navigation ul li .odx-page-description {
    font-size: inherit;
  }
}

/* END - Libraries > ODX Common Design > Content > Utility > Style Sheets > SCSS > Agencies > COVID-19 > covid-19-custom-styles.scss */
