@charset "UTF-8";
/* START: ODX Common Design > Content > Utility > Style Sheets > SCSS > Agencies > Aging > aging-custom-styles.scss */
/*NEW COLOR PALLETE */
@import url(~formiojs/dist/formio.form.min.css);
.odx-card-link__container {
  height: 225px;
  margin: 20px 0;
  position: relative;
}

.odx-card-link__title {
  font-family: Source Sans Pro;
  position: absolute;
  font-size: 26px;
  top: 15px;
  height: 60px;
  padding: 10px 20px;
  z-index: 10;
  color: #0e3f75;
  overflow: hidden;
}

.odx-card-link__content {
  position: absolute;
  bottom: 15px;
  z-index: 10;
  width: 100%;
  padding: 10px 20px;
}

.odx-card-link__content > * {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.odx-card-link__content p:first-child {
  height: 110px;
  overflow: hidden;
}

.odx-card-link__content a {
  text-decoration: none !important;
  font-weight: 600 !important;
  position: absolute;
  bottom: -10px;
}

.odx-card-link__content a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 0.8em;
  padding-left: 5px;
}

.odx-card-link__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 5;
}

.insert-bg-image.small-card-img {
  height: 134px;
  background-position: center;
  background-size: cover;
  display: block;
}

/* Home page resources and featured programs style*/
.content-body .card-link-container {
  position: relative;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  margin-bottom: 20px;
  width: 100%;
  height: 150px;
  border-radius: 0px;
}

.content-body .card-link-container a, .content-body .card-link-container:visited {
  color: #ffffff !important;
}

.content-body .card-link-container .odx-card-text {
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 1em;
  max-width: 200px;
}

.content-body .card-link-container .fa {
  font-size: 22px;
  position: absolute;
  bottom: 20px;
  right: 25px;
  line-height: 1.5em;
}

@media screen and (min-width: 992px) {
  .content-body .card-link-container {
    height: 275px;
  }
  .content-body .card-link-container .odx-card-text {
    font-size: 44px;
    bottom: 40px;
    left: 35px;
    line-height: 1em;
  }
  .content-body .card-link-container .fa {
    font-size: 30px;
    bottom: 35px;
    right: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .content-body .card-link-container {
    margin-bottom: 0;
  }
}

body .content-body .resources-section {
  padding: 0 5em;
}

body .content-body hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #5c5a5b;
  margin: 1em 0;
  padding: 0;
  display: none;
}

body .content-body .featured-section {
  padding: 0 5em;
}

body .content-body a.odx-view-more {
  box-sizing: border-box;
  height: 30px;
  min-width: 199px;
  border-radius: 0;
  background-color: #0e3f75 !important;
  text-transform: capitalize;
  float: right;
  text-align: center;
  color: #ffffff !important;
  padding: 2px 30px !important;
  width: auto;
  text-decoration: none;
}

a.home-more-articles {
  display: none !important;
}

.odx-section-resources-cards-list .js-odx-carousel-cards .ohio-carousel-icons___button-left,
.odx-section-resources-cards-list .js-odx-carousel-cards .ohio-carousel-icons___button-right {
  z-index: 1;
}

.odx-section-resources-cards-list .js-odx-carousel-cards .ohio-carousel-icons___button-left div,
.odx-section-resources-cards-list .js-odx-carousel-cards .ohio-carousel-icons___button-right div {
  top: -30%;
  background-color: #ffffff;
  opacity: 1;
  color: #0098D3;
}

.odx-section-resources-cards-list .js-odx-carousel-cards .ohio-carousel-icons___button-left div .fa,
.odx-section-resources-cards-list .js-odx-carousel-cards .ohio-carousel-icons___button-right div .fa {
  display: none;
}

.fa-chevron-left:before {
  content: "\f054";
}

.content-body a.odx-view-more:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-left: 30px;
}

.odx-section-resources-cards-list .js-odx-carousel-cards .ohio-card .ohio-card-content .ohio-card-content-header,
.odx-section-resources-cards-list .odx-carousel-cards-item .ohio-card .ohio-card-content .ohio-card-content-header {
  margin-bottom: 20px;
  font-weight: bold;
  color: #0e3f75;
  font-size: 21px;
  text-decoration: #0e3f75;
  line-height: 26px;
  text-align: center;
  font-family: "Source Sans Pro";
}

/* end */
.js-odx-carousel-cards {
  position: relative;
}

.slick-slide {
  margin-bottom: 0 !important;
}

.content-body .slick-dots li button:before {
  font-family: 'slick';
  border-radius: 50%;
  border-style: solid;
  cursor: pointer;
  display: block;
  outline: 0;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #a2b3c8;
  border-color: #a2b3c8;
  width: 13px;
  height: 13px;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: '•';
  text-align: center;
  opacity: .25;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-body .slick-dots li.slick-active {
  background-color: #0098D3;
  border-color: #0098D3;
  border-radius: 50%;
}

.content-body .slick-dots li.slick-active button:before,
.content-body .slick-dots li.slick-active button:hover:before,
.content-body .slick-dots li.slick-active button:focus:before {
  opacity: 0 !important;
  border-radius: 50%;
}

.ohio-carousel-icons___button-right div .fa,
.ohio-carousel-icons___button-left div .fa {
  display: block;
}

.ohio-carousel-icons-item__img {
  height: 140px;
}

.ohio-carousel-icons-item__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.section-card-text-icon .ohio-carousel-icons-item__img {
  height: 95px;
}

.odx-carousel-cards-item {
  margin-bottom: 16px;
}

.odx-carousel-cards-item .ohio-card-bg a.ohio-card-bg-img {
  height: 100%;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  display: block;
}

.odx-carousel-cards-item .ohio-card-bg a.ohio-card-bg-img.carousel-image__resource {
  background-image: url("/wps/wcm/connect/gov/2e237595-c758-4009-881d-b7018e0b170a/serb_card_default_image.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-2e237595-c758-4009-881d-b7018e0b170a-pz8DZG2");
}

.odx-carousel-cards-item .ohio-card-bg a.ohio-card-bg-img.carousel-image__document {
  background-image: url("/wps/wcm/connect/gov/ff8d6645-67d5-4a94-831b-28bd5022499a/serb-document-card-default.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-ff8d6645-67d5-4a94-831b-28bd5022499a-pz8DZG2");
}

.odx-carousel-cards-item .ohio-card-bg a.ohio-card-bg-img.carousel-bg__lightblue {
  background-color: #f7f7f7;
}

.odx-carousel-cards-item .ohio-card-bg a.ohio-card-bg-img.carousel-bg__lightblue .card-info {
  padding-top: 30px;
  padding-left: 30px;
  color: #ffffff;
  font-size: 20px;
}

.ohio-carousel-icons-item__text h4 {
  font-weight: 600 !important;
  font-size: 18px !important;
}

.ohio-card {
  box-shadow: none;
}

.ohio-card-bg-img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}

.ohio-card .ohio-card-content__bottom .ohio-card-wrapper-anchor {
  padding: 11px 10px 9px 10px;
  font-weight: 600 !important;
  font-size: 12px;
  width: 60%;
}

.ohio-card .ohio-card-content__bottom .ohio-card-wrapper-anchor:hover, .ohio-card .ohio-card-content__bottom .ohio-card-wrapper-anchor:focus {
  text-decoration: none !important;
  background-color: #0B325E !important;
}

.ohio-card .ohio-card-content__bottom .ohio-card-wrapper-anchor:hover span, .ohio-card .ohio-card-content__bottom .ohio-card-wrapper-anchor:focus span {
  color: #ffffff !important;
}

.ohio-card .ohio-card-content__bottom .ohio-card-wrapper-anchor.odx-card__share-anchor {
  max-width: none;
  width: 100%;
  color: #0098D3;
}

.ohio-card .ohio-card-content__bottom .ohio-card-wrapper-anchor.odx-card__share-anchor:hover, .ohio-card .ohio-card-content__bottom .ohio-card-wrapper-anchor.odx-card__share-anchor:focus {
  text-decoration: none !important;
  background-color: #0B325E !important;
}

.ohio-card .ohio-card-content__bottom .ohio-card-wrapper-anchor.odx-card__share-anchor:hover i, .ohio-card .ohio-card-content__bottom .ohio-card-wrapper-anchor.odx-card__share-anchor:focus i {
  color: #ffffff !important;
}

.ohio-card .ohio-card-content .ohio-card-content-header {
  max-height: 70px;
}

.ohio-card .ohio-card-content p {
  line-height: 1.5;
  height: 80px !important;
  font-size: 18px;
  color: #757575;
  text-decoration: #757575;
  line-height: 27px;
  font-family: "Source Sans Pro";
}

@media screen and (min-width: 992px) {
  div.header-with-ad-on-side .ad-on-side {
    margin-top: 10px;
  }
}

.aging-carousel-cards-item {
  margin-bottom: 50px;
  background-color: #082646;
  color: #ffffff;
  border-radius: 12px;
}

.aging-carousel-cards-item > .row {
  display: flex;
  flex-direction: row-reverse;
}

.aging-carousel-cards-item .aging-card-bg {
  height: 500px;
  overflow: hidden;
  border-radius: 0 12px 12px 0;
}

.aging-carousel-cards-item .aging-card-bg .aging-card-bg-img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.aging-carousel-cards-item .aging-card-content {
  padding: 40px 20px;
  color: #ffffff;
}

.aging-carousel-cards-item .aging-card-content h2 {
  line-height: 1.2;
  margin-bottom: 25px;
  color: #ffffff;
}

.aging-carousel-cards-item .aging-card-content p {
  margin-bottom: 70px;
  height: 180px;
  overflow: hidden;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .aging-carousel-cards-item .aging-card-content h2 {
    font-size: 36px !important;
  }
  .aging-carousel-cards-item .aging-card-content p {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 992px) {
  .aging-carousel-cards-item .aging-card-content h2 {
    font-size: 36px !important;
  }
  .aging-carousel-cards-item .aging-card-content p {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 1200px) {
  .aging-carousel-cards-item .aging-card-content h2 {
    font-size: 38px !important;
  }
  .aging-carousel-cards-item .aging-card-content p {
    font-size: 24px !important;
  }
}

.aging-carousel-cards-item .aging-card-content .odx-view-more {
  float: left;
  background-color: transparent !important;
  border: 2px solid #ffffff;
  border-radius: 8px;
  width: 200px;
  height: 50px;
  padding: 10px 30px !important;
}

.aging-carousel-cards-item .aging-card-content .odx-view-more:hover {
  background-color: #ffffff !important;
  color: #082646 !important;
}

.ohio-card-wrapper-anchor h3 {
  text-align: left !important;
}

.cards-carousel-meta-wrapper {
  padding: 0 10px;
}

.odx-content--resource .odx-content-column,
.odx-content--news .odx-content-column,
.odx-content--event .odx-content-column {
  margin-bottom: 0;
}

.odx-content--resource .odx-content-column h2,
.odx-content--news .odx-content-column h2,
.odx-content--event .odx-content-column h2 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
}

.odx-content--resource .odx-content-column section.odx-more-information,
.odx-content--resource .odx-content-column div.odx-share-this,
.odx-content--resource .odx-content-column div.odx-related-laws-and-forms,
.odx-content--resource .odx-content-column section.odx-external-resources,
.odx-content--resource .odx-content-column aside.odx-more-information,
.odx-content--news .odx-content-column section.odx-more-information,
.odx-content--news .odx-content-column div.odx-share-this,
.odx-content--news .odx-content-column div.odx-related-laws-and-forms,
.odx-content--news .odx-content-column section.odx-external-resources,
.odx-content--news .odx-content-column aside.odx-more-information,
.odx-content--event .odx-content-column section.odx-more-information,
.odx-content--event .odx-content-column div.odx-share-this,
.odx-content--event .odx-content-column div.odx-related-laws-and-forms,
.odx-content--event .odx-content-column section.odx-external-resources,
.odx-content--event .odx-content-column aside.odx-more-information {
  border-radius: 8px;
  background-color: #ffffff !important;
  border: 1px solid #e8ecf3;
  padding: 25px;
  box-shadow: none !important;
  margin: 10px 0 20px 0 !important;
}

.odx-content--resource .odx-content-column section.odx-more-information.odx-side-card,
.odx-content--resource .odx-content-column div.odx-share-this.odx-side-card,
.odx-content--resource .odx-content-column div.odx-related-laws-and-forms.odx-side-card,
.odx-content--resource .odx-content-column section.odx-external-resources.odx-side-card,
.odx-content--resource .odx-content-column aside.odx-more-information.odx-side-card,
.odx-content--news .odx-content-column section.odx-more-information.odx-side-card,
.odx-content--news .odx-content-column div.odx-share-this.odx-side-card,
.odx-content--news .odx-content-column div.odx-related-laws-and-forms.odx-side-card,
.odx-content--news .odx-content-column section.odx-external-resources.odx-side-card,
.odx-content--news .odx-content-column aside.odx-more-information.odx-side-card,
.odx-content--event .odx-content-column section.odx-more-information.odx-side-card,
.odx-content--event .odx-content-column div.odx-share-this.odx-side-card,
.odx-content--event .odx-content-column div.odx-related-laws-and-forms.odx-side-card,
.odx-content--event .odx-content-column section.odx-external-resources.odx-side-card,
.odx-content--event .odx-content-column aside.odx-more-information.odx-side-card {
  border: none !important;
}

.odx-content--resource .odx-content-column section.odx-more-information:not(.odx-share-this) h2,
.odx-content--resource .odx-content-column div.odx-share-this:not(.odx-share-this) h2,
.odx-content--resource .odx-content-column div.odx-related-laws-and-forms:not(.odx-share-this) h2,
.odx-content--resource .odx-content-column section.odx-external-resources:not(.odx-share-this) h2,
.odx-content--resource .odx-content-column aside.odx-more-information:not(.odx-share-this) h2,
.odx-content--news .odx-content-column section.odx-more-information:not(.odx-share-this) h2,
.odx-content--news .odx-content-column div.odx-share-this:not(.odx-share-this) h2,
.odx-content--news .odx-content-column div.odx-related-laws-and-forms:not(.odx-share-this) h2,
.odx-content--news .odx-content-column section.odx-external-resources:not(.odx-share-this) h2,
.odx-content--news .odx-content-column aside.odx-more-information:not(.odx-share-this) h2,
.odx-content--event .odx-content-column section.odx-more-information:not(.odx-share-this) h2,
.odx-content--event .odx-content-column div.odx-share-this:not(.odx-share-this) h2,
.odx-content--event .odx-content-column div.odx-related-laws-and-forms:not(.odx-share-this) h2,
.odx-content--event .odx-content-column section.odx-external-resources:not(.odx-share-this) h2,
.odx-content--event .odx-content-column aside.odx-more-information:not(.odx-share-this) h2 {
  font-size: 22px !important;
  margin-top: 0;
}

.odx-content--resource .odx-content-column section.odx-more-information .fa,
.odx-content--resource .odx-content-column div.odx-share-this .fa,
.odx-content--resource .odx-content-column div.odx-related-laws-and-forms .fa,
.odx-content--resource .odx-content-column section.odx-external-resources .fa,
.odx-content--resource .odx-content-column aside.odx-more-information .fa,
.odx-content--news .odx-content-column section.odx-more-information .fa,
.odx-content--news .odx-content-column div.odx-share-this .fa,
.odx-content--news .odx-content-column div.odx-related-laws-and-forms .fa,
.odx-content--news .odx-content-column section.odx-external-resources .fa,
.odx-content--news .odx-content-column aside.odx-more-information .fa,
.odx-content--event .odx-content-column section.odx-more-information .fa,
.odx-content--event .odx-content-column div.odx-share-this .fa,
.odx-content--event .odx-content-column div.odx-related-laws-and-forms .fa,
.odx-content--event .odx-content-column section.odx-external-resources .fa,
.odx-content--event .odx-content-column aside.odx-more-information .fa {
  padding: 5px;
  font-size: 25px;
  color: #0098D3;
}

.odx-content--resource .odx-content-column .odx-more-information_information,
.odx-content--news .odx-content-column .odx-more-information_information,
.odx-content--event .odx-content-column .odx-more-information_information {
  background-color: #ffffff !important;
  box-shadow: none !important;
}

.odx-content--resource .odx-content-column .odx-more-information_information span,
.odx-content--news .odx-content-column .odx-more-information_information span,
.odx-content--event .odx-content-column .odx-more-information_information span {
  color: #000000;
  font-family: "Source Sans Pro";
  text-decoration: #434343;
  line-height: 22px;
  font-size: 16px;
}

.odx-content--resource .odx-content-column .odx-more-information_information a.btn.btn-primary,
.odx-content--news .odx-content-column .odx-more-information_information a.btn.btn-primary,
.odx-content--event .odx-content-column .odx-more-information_information a.btn.btn-primary {
  background-color: #0e3f75;
  padding: 10px 30px;
  border: none;
}

.odx-content--resource .odx-content-column .odx-more-information_information a.btn.btn-primary span,
.odx-content--news .odx-content-column .odx-more-information_information a.btn.btn-primary span,
.odx-content--event .odx-content-column .odx-more-information_information a.btn.btn-primary span {
  color: #ffffff;
}

.odx-content--resource .odx-content-column .odx-more-information_information a.btn.btn-primary:hover,
.odx-content--news .odx-content-column .odx-more-information_information a.btn.btn-primary:hover,
.odx-content--event .odx-content-column .odx-more-information_information a.btn.btn-primary:hover {
  background-color: #007aa9;
}

.odx-content--resource .odx-content-column .odx-more-information_information p a,
.odx-content--news .odx-content-column .odx-more-information_information p a,
.odx-content--event .odx-content-column .odx-more-information_information p a {
  color: #0e3f75;
  font-family: "Source Sans Pro";
}

.odx-content--resource .odx-content-column .odx-more-information_information p a:hover,
.odx-content--news .odx-content-column .odx-more-information_information p a:hover,
.odx-content--event .odx-content-column .odx-more-information_information p a:hover {
  color: #007aa9;
}

.odx-content--resource .odx-content-column .odx-share-this,
.odx-content--news .odx-content-column .odx-share-this,
.odx-content--event .odx-content-column .odx-share-this {
  box-shadow: none !important;
  background-color: #ffffff !important;
  border: 1px solid #e8ecf3;
}

.odx-content--resource .odx-content-column .odx-share-this a i,
.odx-content--news .odx-content-column .odx-share-this a i,
.odx-content--event .odx-content-column .odx-share-this a i {
  color: #0098D3;
}

.odx-content--resource .odx-content-column .odx-share-this a:hover i, .odx-content--resource .odx-content-column .odx-share-this a:focus i,
.odx-content--news .odx-content-column .odx-share-this a:hover i,
.odx-content--news .odx-content-column .odx-share-this a:focus i,
.odx-content--event .odx-content-column .odx-share-this a:hover i,
.odx-content--event .odx-content-column .odx-share-this a:focus i {
  color: #007aa9;
}

.odx-content--resource .odx-content-column .odx-share-this h2,
.odx-content--news .odx-content-column .odx-share-this h2,
.odx-content--event .odx-content-column .odx-share-this h2 {
  color: #000000;
  font-family: "Source Sans Pro";
  font-size: 21px !important;
  text-decoration: #000000;
  line-height: 28px;
}

.odx-content--resource .odx-content-column section.odx-more-information:not(.odx-share-this) h2,
.odx-content--news .odx-content-column section.odx-more-information:not(.odx-share-this) h2,
.odx-content--event .odx-content-column section.odx-more-information:not(.odx-share-this) h2 {
  color: #000000;
  font-family: "Source Sans Pro";
  text-decoration: #434343;
  line-height: 22px;
  font-size: 16px;
}

.odx-content--resource .odx-content-column aside.odx-more-information:not(.odx-share-this) h2,
.odx-content--news .odx-content-column aside.odx-more-information:not(.odx-share-this) h2,
.odx-content--event .odx-content-column aside.odx-more-information:not(.odx-share-this) h2 {
  color: #000000;
}

.odx-content--resource .odx-content-column .odx-more-information,
.odx-content--news .odx-content-column .odx-more-information,
.odx-content--event .odx-content-column .odx-more-information {
  background-color: #ffffff;
}

.odx-content--resource .odx-content-column .odx-external-link:hover,
.odx-content--news .odx-content-column .odx-external-link:hover,
.odx-content--event .odx-content-column .odx-external-link:hover {
  box-shadow: none;
}

.odx-content--resource .odx-content-column .odx-external-link .btn.odx-external-link__button,
.odx-content--news .odx-content-column .odx-external-link .btn.odx-external-link__button,
.odx-content--event .odx-content-column .odx-external-link .btn.odx-external-link__button {
  background-color: #0e3f75;
  border-color: #0e3f75;
}

.odx-content--resource .odx-content-column .odx-external-link .btn.odx-external-link__button:hover,
.odx-content--news .odx-content-column .odx-external-link .btn.odx-external-link__button:hover,
.odx-content--event .odx-content-column .odx-external-link .btn.odx-external-link__button:hover {
  background-color: #007aa9;
  border-color: #007aa9;
}

.odx-content--resource .odx-content-column .odx-external-link .btn.odx-external-link__button .uppercase,
.odx-content--resource .odx-content-column .odx-external-link .btn.odx-external-link__button .odx-external-link__title,
.odx-content--news .odx-content-column .odx-external-link .btn.odx-external-link__button .uppercase,
.odx-content--news .odx-content-column .odx-external-link .btn.odx-external-link__button .odx-external-link__title,
.odx-content--event .odx-content-column .odx-external-link .btn.odx-external-link__button .uppercase,
.odx-content--event .odx-content-column .odx-external-link .btn.odx-external-link__button .odx-external-link__title {
  color: white;
}

.odx-content--resource .odx-content-column .odx-external-link .btn.odx-external-link__button .uppercase:hover,
.odx-content--resource .odx-content-column .odx-external-link .btn.odx-external-link__button .odx-external-link__title:hover,
.odx-content--news .odx-content-column .odx-external-link .btn.odx-external-link__button .uppercase:hover,
.odx-content--news .odx-content-column .odx-external-link .btn.odx-external-link__button .odx-external-link__title:hover,
.odx-content--event .odx-content-column .odx-external-link .btn.odx-external-link__button .uppercase:hover,
.odx-content--event .odx-content-column .odx-external-link .btn.odx-external-link__button .odx-external-link__title:hover {
  color: white;
}

.odx-content__expand-collapse .btn,
.odx-content__expand-collapse .btn:focus {
  border: 2px solid #0e3f75;
  background-color: transparent;
  color: #0e3f75;
}

.division-items-list .division-card .ohio-card {
  box-shadow: none;
  background-color: #f7f7f7;
  border-color: #d8d8d8;
  border-radius: 0;
}

.division-items-list .division-card .ohio-card .ohio-card-content {
  min-height: 275px;
}

.division-items-list .division-card .ohio-card .ohio-card-content p {
  height: 160px;
}

.division-items-list .division-card .ohio-card .ohio-card-content-header {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.division-items-list .division-card .ohio-card-bg {
  height: 200px;
  padding: 30px;
}

.division-items-list .division-card .ohio-card-bg-img {
  background-size: contain;
}

.group-selection-container {
  margin-right: 20px;
  float: left;
}

.group-selection-container select {
  border: 2px solid #3d7aa9;
  border-radius: 6px;
  margin-left: 5px;
}

@media all and (min-width: 321px) and (max-width: 568px) {
  .group-selection-container {
    margin-left: 20px;
    margin-top: 35px;
  }
}

.esri-feature__main-container {
  color: #5c5a5b;
}

.esri-feature__main-container .esri-feature__title {
  margin-bottom: 30px;
}

.esri-feature__main-container .esri-feature__title a {
  font-size: 22px !important;
}

.esri-feature__main-container .esri-feature__location {
  width: 50%;
  margin-bottom: 20px;
}

.esri-feature__address {
  display: block;
}

.ohio-select-select-el {
  font-weight: normal !important;
}

.odx-locations-list-widget__title {
  font-size: 26px !important;
  line-height: 1.5;
  font-weight: lighter !important;
}

.content-body .single-column-footer {
  background-color: #f7f7f7 !important;
  border-top: 1px solid #f7f7f7 !important;
}

body .content-body .single-column-footer .ohio-footer-navigation .ohio-footer-navigation__title {
  color: #000000;
  font-family: "Source Sans Pro";
  font-size: 18px;
  text-decoration: #000000;
  line-height: 24px;
}

body .content-body .single-column-footer .odx-footer-navigation__main-item {
  margin-bottom: 10px;
}

body .content-body .single-column-footer .odx_secondary-footer {
  background-color: #0e3f75 !important;
}

body .content-body .single-column-footer .odx_secondary-footer ul li a {
  color: #ffffff;
  font-size: 15px;
  text-decoration: #ffffff;
  line-height: 20px;
  text-align: center;
  font-family: "Source Sans Pro";
}

body .content-body .single-column-footer .odx_secondary-footer ul li a:hover {
  color: #0098D3;
}

body .content-body .single-column-footer .odx_secondary-footer ul li a i.fa,
body .content-body .single-column-footer .odx_secondary-footer ul li a i.fab,
body .content-body .single-column-footer .odx_secondary-footer ul li a i.fa-brands {
  font-size: 24px;
}

#odx-main-content {
  margin-bottom: 25px;
}

ul.odx-footer-navigation--cluster-list {
  padding-left: 0px;
  color: #0e3f75 !important;
}

body .content-body .single-column-footer .odx_primary-footer {
  background-color: #f7f7f7;
}

@media (max-width: 767px) {
  body .content-body .single-column-footer .odx_primary-footer .odx-footer-navigation__main-item {
    width: 100%;
  }
}

#formio {
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px transparent, 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
  padding: 20px;
}

#formio .pagination {
  display: none;
}

#formio .greetiing-message {
  font-size: 14px !important;
  text-align: center !important;
  font-style: italic;
}

#formio .info-message {
  font-size: 14px !important;
  margin-bottom: 40px;
}

#thank-you {
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px transparent, 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
  padding: 20px;
}

#thank-you p.answer {
  color: red;
  margin-top: -12px;
  margin-bottom: 25px;
}

#thank-you p.answer span {
  text-transform: capitalize;
}

.odx-custom-form .odx-contact-form__container > div {
  margin: 20px 0 0 0;
}

.odx-custom-form .odx-contact-form__container > div:first-child {
  margin-top: 10px;
}

.odx-custom-form .odx-contact-form__container > div > * {
  margin: 0;
}

.odx-custom-form .odx-contact-form__container > div > * + * {
  margin-top: 20px;
}

.odx-custom-form .odx-contact-form__container .odx-contact-form__message-1 {
  margin-top: 0 !important;
}

.odx-custom-form .odx-contact-form__container .odx-contact-form__message-1 p {
  font-size: 26px !important;
}

.odx-custom-form .odx-contact-form__container .odx-contact-form__message-2 {
  background-color: #f7f7f7 !important;
  margin: 20px 0 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 5px;
}

.odx-custom-form .odx-contact-form__container .odx-contact-form__message-2 p {
  color: #5c5a5b !important;
}

.odx-custom-form .odx-contact-form__container .odx-contact-form__message-3 p:nth-of-type(1) {
  font-weight: 300;
}

.odx-custom-form .odx-contact-form__container .odx-contact-form__message-3 p:nth-of-type(2) {
  margin-top: 0;
}

.odx-custom-form .serb-form {
  margin-top: 30px;
}

.odx-custom-form .serb-form .glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

.odx-custom-form .serb-form .form-group {
  margin-bottom: 25px;
}

.odx-custom-form .serb-form .form-group label {
  font-weight: 600;
  font-size: 18px;
}

.odx-custom-form .serb-form .form-group .form-control {
  border: 1px solid #0e3f75;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
}

.odx-custom-form .serb-form .form-group .form-control:not(textarea) {
  height: auto;
  padding: 11px 40px 7px 10px;
}

.odx-custom-form .serb-form .form-group select.form-control {
  height: 40px;
}

.odx-custom-form .serb-form .form-group .subtext {
  color: #464846;
}

.odx-custom-form .serb-form .form-group input:disabled {
  background-color: #464846;
}

.odx-custom-form .serb-form button.odx-full-banner__button {
  margin-top: 10px;
  background-color: #0e3f75;
  height: 35px;
  min-width: 200px;
  width: auto;
  border: 1px solid #4A4A4A;
  text-transform: capitalize;
  border-radius: 0;
  float: left;
  color: #ffffff;
  padding: 5px;
  text-decoration: none;
  align-items: center;
}

.odx-custom-form .serb-form button.odx-full-banner__button::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 0.8em;
  padding-left: 50px;
}

.odx-custom-form .serb-form span.serb-reports-requested-item,
.odx-custom-form .serb-form span.checkbox-item {
  padding-left: 10px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .odx-custom-form .serb-form .submit-button button {
    width: 200px;
  }
}

.odx-custom-form.serb-contact-form .odx-navigation ul li:first-child {
  border-color: #0e3f75;
  padding: 0 0 0 10px;
  border-left: 6px solid #0e3f75;
}

.aging-background-color-primary-main {
  background-color: #f7f7f7 !important;
}

.aging-background-color-primary-main p {
  color: #5c5a5b !important;
}

body .content-body .odx-full-banner__button {
  margin-top: 10px !important;
  background-color: transparent !important;
  height: 35px;
  min-width: 200px;
  width: auto;
  border: 2px solid #ffffff !important;
  text-transform: capitalize;
  border-radius: 0;
  float: left;
  text-align: center;
  color: #ffffff;
  padding-bottom: 30px;
  text-decoration: none;
}

body .content-body .odx-full-banner__button::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 0.8em;
  padding-left: 80px;
}

body .content-body .odx-full-banner__heading {
  font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
  body .content-body .odx-full-banner__heading {
    max-height: 105px !important;
  }
}

body .content-body .odx-full-banner__slide {
  background-position: center;
}

@media screen and (max-width: 768px) {
  body .content-body .odx-full-banner__slide {
    height: 420px !important;
  }
}

.odx-ads__item-summary_no-height a {
  font-size: 14px !important;
}

body .content-body .ohio-card-icc-anchor a {
  text-decoration: none;
}

body .content-body .ohio-card-icc-anchor a strong {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.39px;
  color: #000000;
}

body .content-body .odx-ads__large {
  background-color: #f7f7f7;
}

body .content-body .odx-ads__large.odx-staff {
  background-color: #ffffff;
  margin-top: 0px;
}

body .content-body .odx-ads__large.odx-staff .odx-ads__large_left {
  padding-right: 0px;
  padding-left: 0px;
  margin-top: -5px;
}

@media screen and (min-width: 1200px) {
  body .content-body .odx-ads__large.odx-staff .odx-ads__large_left span {
    margin-top: 0%;
  }
}

body .content-body .odx-ads__large.odx-staff .odx-ads__large_right {
  display: flex;
  align-items: center;
}

body .content-body .odx-ads__large_left {
  padding-right: 19px;
  padding-left: 9px;
}

@media screen and (min-width: 1200px) {
  body .content-body .odx-ads__large_left span {
    margin-top: 15%;
  }
}

body .content-body .odx-ads__large_right p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
}

body .content-body .odx-ads__large_right p strong {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.39px;
  color: #000000;
}

#common-questions-wrapper.odx-common-questions__wrapper h2 {
  color: #0e3f75;
  font-family: Source Sans Pro;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  padding: 20px 0px 0px 0px;
}

.odx-common-questions__wrapper {
  padding: 1px 15px 20px;
  background-color: #f7f7f7;
}

.odx-questions-container {
  margin: 0;
}

.odx-common-questions__wrapper {
  background-color: #f7f7f7;
}

.odx-common-questions__wrapper .odx-questions-container {
  margin: 0;
}

.aging-global-help-center {
  background-color: #f7f7f7;
}

.aging-global-help-center h2 {
  color: gray !important;
}

#common-questions-wrapper hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f7f7f7;
  margin: 1em 0;
  padding: 0;
}

#common-questions-wrapper p {
  margin-bottom: 45px;
}

#common-questions-wrapper .aging-view-more-questions {
  margin-top: 40px;
}

.content-body a.odx-common-questions__view-more:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 12px;
  padding: 10px;
}

.content-body a.odx-common-questions__view-more {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

.odx-division-program__icon {
  height: 120px;
}

.odx-common-questions__wrapper {
  margin-top: 40px;
  background-color: #f7f7f7;
}

.odx-common-questions__wrapper .odx-questions-container {
  margin: 30px 0;
}

.dps-help-tout {
  background-color: #f7f7f7;
  background-image: url("/wps/wcm/connect/gov/ef7c576e-4925-4aa8-bddd-f0278bf655ca/textured-background-pattern.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-ef7c576e-4925-4aa8-bddd-f0278bf655ca-pz8DZG2");
  background-repeat: repeat-x;
  background-position: bottom left;
  padding: 10px 20px 15px 50px;
}

.dps-help-tout__title {
  font-size: 18px !important;
  font-weight: 600 !important;
  position: relative;
}

.dps-help-tout__title .fa {
  position: absolute;
  left: -32px;
  top: -7px;
  color: #0e3f75 !important;
  font-size: 28px !important;
}

.dps-help-tout__content {
  font-size: 18px !important;
}

body .content-body div.help-center-other-faq-card .odx-ads__large_left span {
  margin-top: 0px;
}

body .content-body div.help-center-other-faq-card .odx-ads__large_left .odx-division-program__icon {
  height: 95px;
  margin-top: 10px;
}

body .content-body div.help-center-other-faq-card .odx-ads__large_right .odx-ads__item-title {
  font-weight: 600 !important;
  color: #000000 !important;
  text-decoration: none !important;
  font-size: 18px;
  letter-spacing: 0.39px;
  line-height: 22px;
}

.carousel-faq-by-section-wrapper {
  margin-top: 50px;
}

.help_ads_right {
  display: block;
  padding: 10px !important;
}

#aging-home-cta {
  align-content: center;
  background-position: center;
  background-size: cover;
  display: flex;
  height: 450px;
  flex-flow: column wrap;
  font-family: "Source Sans Pro";
  justify-content: flex-end;
  margin: 0 0 180px;
}

#aging-home-cta #home-image-cta {
  align-self: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  margin: 0 50px;
  max-width: 600px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

#aging-home-cta #home-image-cta .image-cta-text {
  position: relative;
}

#aging-home-cta #home-image-cta .cta {
  color: #0e3f75;
}

#aging-home-cta #home-cta {
  align-self: center;
  background-color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  margin: 0 27px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.33);
  top: 150px;
  zoom: 1;
}

#aging-home-cta #home-cta .cta {
  align-items: center;
  color: #0e3f75;
  display: flex;
  flex-flow: row nowrap;
  font-size: 20px;
  font-family: Source Sans Pro;
  font-weight: bold;
  height: 80px;
  line-height: 24px;
  padding: 20px;
  text-decoration: none;
}

#aging-home-cta #home-cta .cta:hover, #aging-home-cta #home-cta .cta:focus {
  background-color: #0098D3;
  color: #ffffff;
}

#aging-home-cta #home-cta .cta:hover .cta-img img, #aging-home-cta #home-cta .cta:focus .cta-img img {
  filter: brightness(0) invert(1);
}

#aging-home-cta #home-cta .cta .cta-img {
  border-radius: 46px;
  display: flex;
  height: 46px;
  margin: 0 10px 0 0;
  max-width: 46px;
  min-width: 46px;
}

#aging-home-cta #home-cta .cta .cta-img img {
  align-self: center;
  margin: 0 auto;
  max-height: 86%;
  max-width: 86%;
  filter: invert(44%) sepia(39%) saturate(6125%) hue-rotate(171deg) brightness(99%) contrast(101%);
}

@media only screen and (max-width: 992px) {
  #home-image-cta {
    top: 90px;
  }
  #home-cta {
    max-width: 320px;
  }
  #home-cta .cta {
    border-bottom: 1px solid #CCCCCC;
  }
  #home-cta .cta:last-of-type {
    border-bottom: none;
  }
}

@media screen and (min-width: 992px) {
  #aging-home-cta {
    height: 560px;
    margin: 0 0 110px;
  }
  #aging-home-cta #home-image-cta {
    font-size: 56px;
    line-height: 1.2;
    max-width: 720px;
    bottom: 0px;
  }
  #aging-home-cta #home-cta {
    flex-direction: row;
    height: 165px;
    margin: 0 50px;
    top: 60px;
    width: auto;
  }
  #aging-home-cta #home-cta .cta {
    border-right: 1px solid #CCCCCC;
    font-size: 30px;
    height: 100%;
    line-height: 36px;
    max-width: 360px;
    padding: 25px;
  }
  #aging-home-cta #home-cta .cta:last-of-type {
    border-right: none;
  }
  #aging-home-cta #home-cta .cta .cta-img {
    border-radius: 92px;
    height: 92px;
    max-width: 92px;
    min-width: 92px;
  }
}

div.home-page__banner-under-text {
  color: #4A4A4A !important;
  font-family: "Source Sans Pro" !important;
  width: 100%;
  margin: auto;
  letter-spacing: 0.12px !important;
  max-width: 940px;
  padding: 0 30px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

div.home-page__banner-under-text p {
  color: #000000 !important;
  font-family: "Source Sans Pro";
}

@media screen and (min-width: 320px) {
  div.home-page__banner-under-text p {
    font-size: 18px !important;
    text-align: left;
  }
}

@media screen and (min-width: 414px) {
  div.home-page__banner-under-text p {
    font-size: 18px !important;
    text-align: left;
  }
}

@media screen and (min-width: 576px) {
  div.home-page__banner-under-text p {
    font-size: 18px !important;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  div.home-page__banner-under-text p {
    font-size: 18px !important;
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  div.home-page__banner-under-text p {
    font-size: 24px !important;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  div.home-page__banner-under-text p {
    font-size: 24px !important;
    text-align: center;
  }
}

@media screen and (min-width: 1500px) {
  div.home-page__banner-under-text p {
    font-size: 24px !important;
    text-align: center;
  }
}

div.esri-feature__county {
  display: none;
}

.location-directory-results-container {
  margin-bottom: 40px;
  height: 550px;
}

@media screen and (min-width: 768px) {
  .location-directory-results-container {
    height: 750px;
  }
}

.location-directory-results-container .odx-location-directory__primary-title, .location-directory-results-container .odx-location-directory__secondary-title {
  font-weight: 300;
}

.location-directory-results-container label {
  display: block;
  color: #ffffff !important;
  font-weight: 300;
  margin-top: 10px;
  position: relative;
  padding-left: 24px;
}

.location-directory-results-container label input {
  position: absolute;
  top: 1px;
  left: 0;
}

@media screen and (min-width: 768px) {
  #location-directory-results {
    height: 500px;
  }
}

#location-directory-results .odx-location-directory-wrapper {
  overflow: auto;
  padding-top: 0;
  padding-bottom: 0;
}

#location-directory-results .odx-location-directory__element-mainInfo {
  padding: 10px 0;
}

#location-directory-results .odx-location-directory__element-mainInfo-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  margin-bottom: 5px;
}

#location-directory-results .odx-location-directory__element-mainInfo-address {
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.3 !important;
}

@media screen and (min-width: 768px) {
  #location-directory-map {
    height: 750px;
  }
}

.ohio-odx-alpha-directory__alphabet-char.is-active, .ohio-odx-alpha-directory__alphabet-char:hover {
  text-decoration: underline !important;
}

.ohio-odx-alpha-directory__group {
  margin-bottom: 40px;
}

.ohio-odx-alpha-directory__group-items > li {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.ohio-odx-alpha-directory__group-items > li a {
  text-decoration: none;
}

.ohio-odx-alpha-directory__group-items > li a:hover {
  text-decoration: underline;
}

.ohio-odx-alpha-directory__title {
  margin-bottom: 30px;
}

.ohio-odx-alpha-directory__title .ohio-odx-alpha-directory-container {
  margin-top: 20px;
}

.ohio-odx-alpha-directory__group-title {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.ohio-odx-alpha-directory__search-container .ohio-search-field.form-control {
  font-weight: 300;
  border-radius: 0;
}

.ohio-odx-alpha-directory__alphabet .ohio-odx-alpha-directory__alphabet-list-title {
  background-color: #0e3f75 !important;
}

.ohio-odx-alpha-directory__alphabet .ohio-odx-alpha-directory__alphabet-list-title:hover a {
  color: white;
}

.layout-odx-single-column-with-bottom-sidebar-and-left-nav-current-context .odx-content--landing-page,
.layout-odx-single-column-with-bottom-sidebar-and-left-nav-parent-context .odx-content--landing-page {
  margin-top: 55px;
}

@media screen and (min-width: 768px) {
  .layout-odx-single-column-with-bottom-sidebar-and-left-nav-current-context .odx-content--landing-page,
  .layout-odx-single-column-with-bottom-sidebar-and-left-nav-parent-context .odx-content--landing-page {
    margin-top: 0;
  }
}

.layout-odx-single-column-with-bottom-sidebar-and-left-nav-current-context .odx-content--landing-page .aw-left-nav,
.layout-odx-single-column-with-bottom-sidebar-and-left-nav-parent-context .odx-content--landing-page .aw-left-nav {
  top: -55px;
  left: -10px;
}

@media screen and (min-width: 768px) {
  .layout-odx-single-column-with-bottom-sidebar-and-left-nav-current-context .odx-content--landing-page .aw-left-nav,
  .layout-odx-single-column-with-bottom-sidebar-and-left-nav-parent-context .odx-content--landing-page .aw-left-nav {
    top: -112px;
    left: 0;
  }
}

@media screen and (min-width: 1500px) {
  .container {
    width: 1316px;
  }
}

#odx-layout-landing-page {
  background-color: #ffffff;
}

#odx-layout-landing-page .js-odx-related-laws-and-forms {
  display: none;
}

.odx-content .odx-content__body ul li + li,
.odx-content .odx-content__body ol li + li,
.horizontalTabs ul li:first-child {
  margin-top: 10px !important;
}

.odx-content__body li a {
  max-width: 100%;
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

body .content-body article.odx-full-banner__slide .odx-full-banner__details {
  background-color: rgba(6, 25, 47, 0.9);
}

body .content-body article.odx-full-banner__slide .odx-full-banner__details .odx-full-banner__subheading {
  font-weight: normal;
}

body .content-body article.odx-content--landing-page div.odx-content__image-caption {
  display: none;
}

body .content-body .twisty .secondLevelSection .sectionBody {
  padding-bottom: 5px;
}

body .content-body .secondLevelSection [class*="sectionHeader"].opened,
body .content-body .secondLevelSection [class*="sectionHeader"].closed {
  border-bottom: none !important;
}

body .content-body .secondLevelSection [class*="sectionHeader"].opened h3,
body .content-body .secondLevelSection [class*="sectionHeader"].closed h3 {
  margin-bottom: 0 !important;
}

body .content-body .odx-get-in-touch {
  background-color: #f7f7f7;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px 0;
  line-height: 20pt;
  border-radius: 4px;
}

body .content-body .odx-get-in-touch h2 {
  margin-bottom: 10px;
}

body .content-body .odx-get-in-touch p {
  margin-bottom: 5px;
}

body .content-body .footer-bar__logo {
  padding: 20px 20px 20px 0;
}

body .content-body .help-center-landing-textured .odx-intro-text.textured-background {
  padding-left: 0px;
  padding-bottom: 0px;
  padding: 30px;
  background-image: url("/wps/wcm/connect/gov/b6878fff-6d13-46bc-8c52-6856ff201404/textured-background-pattern-1.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-b6878fff-6d13-46bc-8c52-6856ff201404-pz8DZG2");
}

body .content-body .odx-intro-text.textured-background {
  background-color: #f7f7f7;
  background-image: url("/wps/wcm/connect/gov/ef7c576e-4925-4aa8-bddd-f0278bf655ca/textured-background-pattern.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-ef7c576e-4925-4aa8-bddd-f0278bf655ca-pz8DZG2");
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  body .content-body .odx-intro-text p,
  body .content-body .odx-intro-text ul {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0.14px;
  }
}

body .content-body .odx-intro-text hr {
  margin-bottom: 5px;
}

body .content-body .odx-intro-text .side-text {
  background-color: #ffffff;
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

body .content-body .odx-intro-text .side-text p {
  margin-bottom: 5px;
}

body .content-body .odx-intro-text .side-text h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

body .content-body .odx-intro-text .side-text .ohio-card {
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (min-width: 992px) {
  body .content-body .odx-intro-text .side-text {
    margin-top: 35px;
  }
}

@media screen and (min-width: 1200px) {
  body .content-body .component-margin-top {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1200px) {
  body .content-body .odx-ads__large {
    margin-top: 10px;
  }
}

body .content-body .odx-ads__large.with-info-image .odx-ads__large_left div {
  top: 5%;
}

body .content-body .odx-ads__large.with-info-image .odx-ads__large_right p:first-child {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.39px;
  line-height: 22px;
}

body .content-body .odx-ads__large.with-info-image .odx-ads__large_right p:not(first-child) {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

body .content-body .odx-ads__large .odx-ads__large_right p a {
  font-size: 14px;
}

body .content-body .ohio-section-header__container,
body .content-body .odx-get-in-touch {
  margin-bottom: 14px;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  body .content-body .ohio-section-header__container,
  body .content-body .odx-get-in-touch {
    margin-top: 50px;
  }
}

body .content-body .ohio-section-header__container h2 {
  margin-bottom: 5px;
  color: #000000;
  font-size: 32px !important;
  line-height: 50px;
  text-decoration: #000000;
  font-family: "Source Sans Pro";
}

body .content-body .ohio-section-header__container > p,
body .content-body .ohio-section-header__container > ul,
body .content-body .ohio-section-header__container > ol,
body .content-body .ohio-section-header__container > div {
  margin-bottom: 20px;
}

body .content-body h1,
body .content-body h2 {
  line-height: 1.5;
  font-size: 26px !important;
  margin-bottom: 0;
  font-family: Source Sans Pro !important;
  font-weight: 600 !important;
  color: #0098D3;
}

body .content-body header#odx-content-header .odx-content__title {
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  font-size: 32px;
  text-decoration: #000000;
  text-transform: capitalize;
  font-family: "Source Sans Pro";
}

body .content-body h1 {
  font-size: 32px !important;
  margin-top: 15px;
  margin-bottom: 0;
}

body .content-body h2 {
  font-size: 24px !important;
  margin-bottom: 0;
}

body .content-body h3 {
  color: #0098D3;
  font-weight: 500;
  line-height: 1.5;
  font-size: 24px;
}

body .content-body hr {
  margin-top: 0;
}

body .content-body p {
  color: #5c5a5b;
  font-size: 18px;
  line-height: 1.5;
  font-family: Source Sans Pro;
}

body .content-body a {
  color: #0e3f75;
}

body .content-body a:hover, body .content-body a:focus, body .content-body a:visited {
  color: #007aa9;
}

body .content-body a.btn-primary {
  background-color: #0098D3;
  border-width: 0px;
}

body .content-body a.btn-primary:visited {
  background-color: #0098D3;
}

body .content-body .odx-external-resources h2 {
  margin-bottom: 10px;
  color: #000000;
}

body .content-body .odx-view-more {
  color: #0098D3;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  margin-left: 3px;
}

body .content-body .odx-view-more:hover, body .content-body .odx-view-more:focus, body .content-body .odx-view-more:visited {
  font-weight: 600;
}

body .content-body .open-this-catalog > a {
  border: 1px solid #0098D3;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 20px;
}

body .content-body .open-this-catalog > a:visited {
  text-decoration: none;
}

body .content-body .textured-background-1 {
  background-image: linear-gradient(358.36deg, rgba(61, 122, 169, 0.4) 0%, rgba(187, 207, 218, 0.8) 80%), url("/wps/wcm/connect/gov/b6878fff-6d13-46bc-8c52-6856ff201404/textured-background-pattern-1.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-b6878fff-6d13-46bc-8c52-6856ff201404-pz8DZG2");
  padding: 40px;
  font-size: 1.5em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #odx-main-content .odx-content.odx-content--news {
    margin-top: 90px;
  }
  #odx-main-content .odx-content.odx-content--resource {
    margin-top: 90px;
  }
}

#odx-main-content .odx-content {
  margin: 0 !important;
  padding: 0 !important;
}

.odx-content-section .container {
  padding-left: 0;
  padding-right: 0;
}

.odx-content-section .container .ohio-section-header__container h2 {
  color: #000000;
  font-size: 32px !important;
  text-decoration: black;
  line-height: 50px;
}

.odx-content-section .container .ohio-section-header__container hr {
  display: none;
}

body .content-body .article-filter-headline-container .odx-division-program__icon {
  background-image: url("/wps/wcm/connect/gov/7d11c390-b7e0-42db-be2f-ccd11e7b7d70/question-user-icon.jpeg?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-7d11c390-b7e0-42db-be2f-ccd11e7b7d70-pz8DZG2");
  margin-top: 0px;
}

.form-control.ui.fluid.selection.dropdown {
  border-color: #0e3f75 !important;
  border-radius: 6px !important;
}

.form-group .form-control {
  border-color: #0e3f75 !important;
  border-radius: 6px !important;
}

.formio-form .btn-primary {
  background-color: #ffffff;
  color: #0e3f75;
  border: 1px solid #0e3f75;
}

.formio-form .btn-primary:hover {
  background-color: #007aa9;
  color: #ffffff;
  border: 1px solid #007aa9;
}

.formio-form .formio-component-button button,
.formio-form .formio-component-submit button {
  background-color: #0e3f75;
  color: #ffffff;
  border: 1px solid #0e3f75;
}

.formio-form .formio-component-button button:hover,
.formio-form .formio-component-submit button:hover {
  background-color: #007aa9;
  color: #ffffff;
  border: 1px solid #007aa9;
}

div.form-check.radio-selected label.form-check-label::before {
  background-color: #0098D3;
}

div.radio label:after, div.radio label:before {
  margin-top: 0px;
}

body .content-body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
  font-weight: lighter !important;
  font-style: normal;
}

@media screen and (min-width: 992px) {
  body .content-body .ohio-section-header__container.no-margin-heading {
    margin-top: 10px;
  }
}

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
}

.theme-blue > .content, .theme-green > .content, .theme-red > .content, .theme-orange > .content {
  overflow: hidden;
}

.iOS-device {
  background-attachment: scroll !important;
}

.navigation .odx-search_slide {
  right: 0;
  top: 0;
  padding: 6px 0 6px;
}

.navigation .odx-search_slide.in {
  margin: 0;
  width: calc(100vw - 10px);
  max-width: 740px;
  right: 0;
  top: 0;
}

.navigation .odx-search_slide .odx-search__input {
  padding: 7px;
}

.navigation .odx-mobile-nav__icon-button {
  background-color: #0e3f75;
  padding: 10px;
}

.navigation.sticky-header #js-go-help {
  padding-top: 0;
  text-decoration: none;
  text-align: center;
}

.aw-left-nav .aw-left-nav__icon {
  display: none;
}

.aw-left-nav .aw-left-nav__icon .aw-left-nav__icon-text {
  font-weight: 600;
  margin: 0;
  padding: 0;
  max-height: none;
  color: #0e3f75;
  font-size: 24px;
  text-decoration: #0e3f75;
  line-height: 28px;
  font-family: "Source Sans Pro";
}

.aw-left-nav .odx-navigation--left {
  margin: 0;
}

.aw-left-nav .odx-navigation--left:after {
  pointer-events: none;
}

.aw-left-nav .odx-navigation--left li.active {
  border-color: #0098D3;
}

.aw-left-nav .odx-navigation--left li.active a.left-navigation__link {
  color: #0e3f75 !important;
  font-weight: 700;
}

.aw-left-nav .odx-navigation--left a.left-navigation__link {
  text-transform: uppercase;
  font-weight: 400;
  color: #000000 !important;
  font-size: 16px;
  text-decoration: #0e3f75;
  line-height: 24px;
  font-family: "Source Sans Pro";
}

.aw-left-nav .odx-navigation--left a.left-navigation__link:hover, .aw-left-nav .odx-navigation--left a.left-navigation__link:focus {
  color: #0e3f75 !important;
}

@media screen and (min-width: 400px) and (max-width: 991px) {
  #aw-header-bottom-left .odx-logo-wrapper .odx-logo img {
    height: 50px;
  }
}

.navigation #aw-header-navigation ul li a {
  align-items: center;
  text-transform: none;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .navigation #aw-header-navigation ul li a {
    font-size: 12px;
    line-height: 1em;
  }
}

@media screen and (min-width: 1200px) {
  .navigation #aw-header-navigation ul li a {
    font-size: 14px;
  }
}

@media screen and (min-width: 1500px) {
  .navigation #aw-header-navigation ul li a {
    font-size: 16px;
  }
}

.navigation #aw-header-navigation ul li a:hover, .navigation #aw-header-navigation ul li a:focus {
  color: #0e3f75;
}

.navigation #aw-header-navigation ul li .odx-page-description {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

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

@media screen and (min-width: 1200px) {
  .navigation #aw-header-navigation ul li .odx-page-description {
    font-size: 16px;
  }
}

@media screen and (min-width: 1500px) {
  .navigation #aw-header-navigation ul li .odx-page-description {
    font-size: 20px;
  }
}

.navigation #aw-header-navigation ul li.current a {
  border-bottom-color: #0098D3;
  color: #0e3f75;
}

.navigation.sticky-header #aw-header-navigation .awesome-navigator li a {
  color: #464846;
  font-size: 17px;
  text-decoration: #464846;
  text-align: center;
  font-family: "Source Sans Pro";
}

@media screen and (min-width: 1200px) {
  .navigation.sticky-header #aw-header-navigation .awesome-navigator li a {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .navigation.sticky-header #aw-header-navigation .awesome-navigator li .odx-page-description {
    line-height: 1;
  }
}

@media screen and (min-width: 1200px) {
  .navigation.sticky-header #aw-header-navigation .awesome-navigator li .odx-page-description {
    font-size: 16px;
  }
}

.navigation.sticky-header #aw-header-navigation .awesome-navigator li.current a {
  border-bottom-color: #0098D3;
  color: #0e3f75;
}

.iop-utility-toolbar__list {
  padding: 5px;
}

.iop-utility-toolbar__item {
  color: #464846;
  font-size: 13px;
  font-family: "Source Sans Pro";
  text-decoration: #464846;
  line-height: 16px;
  text-align: center;
}

.iop-utility-toolbar__item--search .iop-utility-toolbar__item-icon, .iop-utility-toolbar__item-icon {
  color: #464846;
}

.iop-utility-toolbar__item--search {
  border: 1px solid #464846;
}

.iop-searchbox__input-wrapper {
  margin-left: 45px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .iop_mobile-menu .odx-search_slide.in {
    width: 100vw;
    right: 0;
  }
}

.content-body .b-breadcrumb li {
  line-height: 22px;
}

.content-body .b-breadcrumb li.current {
  font-weight: 600;
  color: #464846;
  font-size: 14px;
  text-decoration: #464846;
  line-height: 21px;
  font-family: "Source Sans Pro";
}

.content-body .b-breadcrumb li:first-child > a,
.content-body .b-breadcrumb .content-body .b-breadcrumb a {
  font-weight: 300;
  color: #0e3f75;
  font-size: 14px;
  line-height: 21px;
  text-decoration: #0e3f75;
  font-family: "Source Sans Pro";
}

.content-body .b-breadcrumb li:first-child > a:hover,
.content-body .b-breadcrumb .content-body .b-breadcrumb a:hover {
  font-weight: 300;
}

.content-body .b-breadcrumb li + li:before {
  font-weight: 300;
  padding: 0 10px;
  font-weight: 300;
  color: #0e3f75;
  font-size: 14px;
  line-height: 21px;
  text-decoration: #0e3f75;
  font-family: "Source Sans Pro";
}

.content-body .b-breadcrumb li a {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .aw-left-nav {
    z-index: 998;
  }
  #main-nav-container .awesome-navigator ul {
    padding-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .aw-left-nav .aw-left-nav__icon {
    display: block;
  }
  .aw-left-nav .aw-left-nav__icon .aw-left-nav__icon-text {
    margin-bottom: 30px;
  }
  .aw-left-nav .odx-navigation--left a.left-navigation__link {
    text-transform: none;
  }
  .aw-left-nav .odx-icon-wrapper {
    border-radius: 50%;
    border: 2px solid #0e3f75;
    height: 47px;
    width: 47px;
  }
  .aw-left-nav .odx-icon-wrapper .odx-icon {
    border-radius: 50%;
    display: block;
    height: 41px;
    margin-left: 1px;
    margin-top: 1px;
    width: 41px;
  }
}

@media screen and (min-width: 1200px) {
  .navigation.sticky-header .odx-logo img {
    height: 65px;
    margin-top: -5px;
  }
  .aw-left-nav .odx-navigation--left li.active {
    padding: 0 0 0 13px;
  }
}

.odx-news__info--footer .odx-news__date.odx-font-color-gray, .odx-news__summary .odx-news__date {
  font-size: 16px !important;
  color: #4D4D4D !important;
}

.odx-news__info--footer .odx-news__division {
  display: none;
}

.all-events-page .odx-content-section--landing-page-intro {
  margin-bottom: 0;
}

.all-events-page .odx-events__item-left-search {
  padding-top: 0;
}

.all-events-page .odx-events__list-search {
  border-top: 1px solid #f7f7f7;
}

.all-events-page .odx-content-section.odx-content-section--component-1 .col-lg-8.col-md-8.col-sm-12.col-xs-12 {
  width: 100% !important;
}

.all-events-page .odx-content-section.odx-content-section--component-1 .col-lg-8.col-md-8.col-sm-12.col-xs-12 h2 {
  margin-top: 30px;
}

.all-events-page .odx-content-section.odx-content-section--component-1 .col-lg-8.col-md-8.col-sm-12.col-xs-12 > p, .all-events-page .odx-content-section.odx-content-section--component-1 .col-lg-8.col-md-8.col-sm-12.col-xs-12 > ul, .all-events-page .odx-content-section.odx-content-section--component-1 .col-lg-8.col-md-8.col-sm-12.col-xs-12 > ol, .all-events-page .odx-content-section.odx-content-section--component-1 .col-lg-8.col-md-8.col-sm-12.col-xs-12 > div {
  margin-bottom: 20px;
}

article.odx-events__item {
  padding: 20px 0;
}

.odx-events__item-title {
  font-weight: 600;
  height: auto;
  line-height: 1.2;
  font-size: 18px;
  font-family: Source Sans Pro;
}

.odx-events__item-duration {
  display: block;
  font-size: 16px;
  font-family: Source Sans Pro;
}

.odx-events__item-categories {
  display: none !important;
}

.odx-double-events {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}

.odx-double-events article {
  border-bottom: none !important;
}

.odx-double-events article + article {
  border-top: 1px solid #f7f7f7 !important;
}

@media (min-width: 991px) {
  .odx-double-events {
    font-size: 0;
  }
  .odx-double-events article {
    display: inline-block;
    width: calc(50% - 10px);
    font-size: medium;
  }
  .odx-double-events article + article, .odx-double-events article:first-child {
    border-top: none !important;
  }
  .odx-double-events article:nth-child(1n + 3) {
    border-top: 1px solid #f7f7f7 !important;
  }
  .odx-double-events article:nth-child(even) {
    margin-left: 10px;
  }
  .odx-double-events article:nth-child(odd) {
    margin-right: 10px;
  }
}

.odx-events__item-date {
  background-color: #ffffff;
  border: 2px solid #0098D3;
  color: #0098D3;
  width: 88px;
  height: 89px;
}

.odx-events__item-date-month {
  font-size: 1.125em;
  padding: 5px 0;
}

.odx-events__item-date-day {
  margin-top: 0 !important;
  font-size: 2.250em;
  font-weight: 600;
}

.odx-events__item {
  border-color: #f7f7f7 !important;
}

.odx-events__item:last-child {
  border-bottom: 1px solid;
}

.core-news__header-container {
  padding-top: 40px;
  padding-bottom: 14px;
  border: none;
}

.core-news__header-container .core-news__header-title {
  line-height: 1.5;
  color: #000000;
  font-size: 32px !important;
  text-decoration: black;
  line-height: 50px !important;
  font-family: "Source Sans Pro";
}

.core-news__list .core-news__info {
  padding: 24px;
  background-color: #f7f7f7;
}

.core-news__list .core-news__info .core-news__title {
  color: #0e3f75;
  font-size: 21px;
  font-weight: 600;
  text-decoration: #0e3f75;
  line-height: 25px;
  font-family: "Source Sans Pro";
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .core-news__list .core-news__info .core-news__title {
    height: auto;
    max-height: 46px;
  }
}

.core-news__list .core-news__info .core-news__summary {
  color: #464846;
  font-size: 18px;
  text-decoration: #464846;
  line-height: 24px;
  font-family: "Source Sans Pro";
  margin-bottom: 27px;
}

.core-news__list .core-news__info .core-news__date {
  color: #464846;
  font-size: 16px;
  font-family: "Source Sans Pro";
  font-weight: 600;
  text-decoration: #464846;
  line-height: 24px;
}

.core-events__header-container {
  margin-bottom: 1em !important;
  border-bottom: 1px solid #4A4A4A;
  padding-top: 40px;
  padding-bottom: 14px;
}

.core-events__header-container .core-events__header-title {
  line-height: 1.5;
}

.core-events__list .odx-events__item {
  padding: 0;
  border-bottom: none;
  display: table;
}

.core-events__list .odx-events__item:last-child {
  border-bottom: none;
}

.core-events__list .core-events__item-date {
  background-color: #ffffff;
  border: 2px solid #0098D3;
  color: #0098D3;
}

.core-more-button {
  border-radius: 0;
  background-color: #0098D3;
  font-size: 1em;
  background-color: transparent;
  border: 1px solid #a2b3c8;
  border-radius: 4px;
}

.core-more-button:link, .core-more-button:visited, .core-more-button:hover, .core-more-button:focus, .core-more-button:active {
  color: #0e3f75 !important;
}

.core-more-button i, .core-more-button span {
  font-size: 1em;
  vertical-align: baseline;
  color: #0e3f75;
}

.odx-news__summary {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: normal;
}

.odx-news__info > * {
  display: block;
}

.odx-news__info > * + * {
  margin-top: 20px;
}

.odx-news__info--footer .odx-news__category {
  max-width: 50%;
  width: auto;
  text-align: left;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px !important;
  padding: 5px;
  border: 1px solid #d8d8d8;
  text-decoration: none;
  line-height: 1.5;
  text-transform: none;
  color: #0e3f75 !important;
  font-weight: 400 !important;
}

.odx-news__info--footer .odx-news__category:hover, .odx-news__info--footer .odx-news__category:focus {
  text-decoration: underline !important;
  background-color: transparent !important;
}

.odx-news__info--footer .odx-news__date {
  font-size: 14px !important;
}

.odx-news__title {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  line-height: 24px;
  color: #007aa9 !important;
  font-family: Source Sans Pro;
}

.odx-news__title:hover, .odx-news__title:focus, .odx-news__title:visited {
  text-decoration: underline;
}

.odx-news__date {
  font-size: 16px !important;
  color: #464846 !important;
}

.odx-news__description {
  line-height: 1.4em;
  font-family: Source Sans Pro;
}

.odx-news__list .odx-ohio-news {
  padding: 15px 0;
  margin: 15px 0 0;
}

.odx-news__list .odx-ohio-news:first-child {
  padding: 30px 0 15px;
  margin: 0;
}

.agency-all-events-landingpage .odx-content-section.odx-content-section--component-1 .col-lg-8.col-md-8.col-sm-12.col-xs-12 {
  width: 100% !important;
}

.news-and-events-page .odx-ohio-news .odx-news__title {
  font-size: 18px;
}

.news-and-events-page .odx-ohio-news .odx-news__summary {
  margin-top: 0;
}

.news-and-events-page .odx-ohio-news .odx-news__info--footer {
  margin-top: 0;
}

.news-and-events-page .odx-news__header-container {
  margin-top: 0;
}

.news-and-events-page .odx-news__header-container .ohio-section-header__container {
  margin-top: 0;
  margin-bottom: 0;
}

.news-and-events-page .odx-news__header-container .ohio-section-header__container h2 {
  display: block;
  margin-top: 20px;
}

.news-and-events-page .odx-news__header-container hr {
  display: none !important;
}

.news-and-events-page .odx-news__list .odx-ohio-news:first-child {
  border-top: 1px solid #f7f7f7;
}

.ohio-card-division__box {
  text-transform: capitalize;
}

body .content-body .odx-content-column--right .margin-bottom-sm {
  overflow: hidden;
}

body .content-body .odx-content-column--right .ohio-section-header__container {
  margin-top: 0;
}

body .content-body a.odx__item-tag {
  border: 1px solid #f7f7f7;
  color: #007aa9;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagination-sm {
  display: table;
  margin: 30px auto 0px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 1px;
  cursor: pointer;
  font-weight: 500;
}

.pagination-sm > li > a:active, .pagination-sm > li > span:active {
  cursor: default;
}

.pagination-sm > li > a:hover, .pagination-sm > li > span:hover {
  text-decoration: none;
}

.odx-topic-hub-resources__pagination .odx-events__search-pagination li a, .odx-topic-hub-resources .odx-events__search-pagination li a,
.all-events-page__pagination .odx-events__search-pagination li a,
.all-events-page .odx-events__search-pagination li a {
  padding-top: 8px;
  line-height: 1.3;
  font-size: 16px;
}

.odx-topic-hub-resources__pagination .odx-events__search-pagination li a:hover, .odx-topic-hub-resources__pagination .odx-events__search-pagination li a:active, .odx-topic-hub-resources__pagination .odx-events__search-pagination li a:visited, .odx-topic-hub-resources__pagination .odx-events__search-pagination li a:focus, .odx-topic-hub-resources .odx-events__search-pagination li a:hover, .odx-topic-hub-resources .odx-events__search-pagination li a:active, .odx-topic-hub-resources .odx-events__search-pagination li a:visited, .odx-topic-hub-resources .odx-events__search-pagination li a:focus,
.all-events-page__pagination .odx-events__search-pagination li a:hover,
.all-events-page__pagination .odx-events__search-pagination li a:active,
.all-events-page__pagination .odx-events__search-pagination li a:visited,
.all-events-page__pagination .odx-events__search-pagination li a:focus,
.all-events-page .odx-events__search-pagination li a:hover,
.all-events-page .odx-events__search-pagination li a:active,
.all-events-page .odx-events__search-pagination li a:visited,
.all-events-page .odx-events__search-pagination li a:focus {
  text-decoration: underline;
}

.director-office-page .odx-content__image-container {
  float: left !important;
  margin-right: 30px;
}

.video-what-we-do, .are-you-emp-what-we-do {
  margin-top: 30px;
}

body .content-body .plain-text-desc .odx-intro-text hr, body .content-body .what-we-do-section.textured-background hr {
  margin-bottom: 12px;
}

.what-we-do-cmp {
  margin-top: 30px;
}

.what-we-do-cmp.plain-text-desc {
  margin-top: 60px;
}

.what-we-do-cmp .odx-intro-text h2 {
  margin-top: 0px;
}

.what-we-do-cmp .odx-intro-text * {
  margin-bottom: 0px;
}

.what-we-do-cmp .more-link-wrapper p {
  margin-bottom: 0px;
}

div.not-sure-formc {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  div.not-sure-formc {
    margin-bottom: 0px;
  }
}

.articles-filter #js-filter-form,
#odx-events-search #js-filter-form {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .articles-filter #js-filter-form,
  #odx-events-search #js-filter-form {
    flex-direction: row;
  }
}

.articles-filter .odx-articles___search-container,
.articles-filter .odx-events___search-container,
#odx-events-search .odx-articles___search-container,
#odx-events-search .odx-events___search-container {
  margin-top: 10px;
  margin-bottom: 30px;
}

.articles-filter .odx-articles__categories-title, .articles-filter .odx-articles__counter,
.articles-filter .odx-events__categories-title,
.articles-filter .odx-events__counter,
#odx-events-search .odx-articles__categories-title,
#odx-events-search .odx-articles__counter,
#odx-events-search .odx-events__categories-title,
#odx-events-search .odx-events__counter {
  font-size: 18px;
  color: #5c5a5b;
  font-weight: 600;
  margin-bottom: 10px;
}

.articles-filter .odx-articles__counter,
.articles-filter .odx-events__counter,
#odx-events-search .odx-articles__counter,
#odx-events-search .odx-events__counter {
  margin-top: 20px;
}

.articles-filter .odx-articles__search-input,
#odx-events-search .odx-articles__search-input {
  flex-grow: 1;
  border: 1px solid #0e3f75 !important;
  border-radius: 5px;
  width: auto;
  padding: 10px 10px 7px 10px;
}

@media screen and (min-width: 768px) {
  .articles-filter .odx-articles__search-input,
  #odx-events-search .odx-articles__search-input {
    border-radius: 5px 0 0 5px;
    border-right: none;
  }
}

.articles-filter .odx-articles__search-btn,
#odx-events-search .odx-articles__search-btn {
  min-width: auto;
  margin: 20px 0 0 0;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .articles-filter .odx-articles__search-btn,
  #odx-events-search .odx-articles__search-btn {
    margin: 0;
    border-radius: 0 5px 5px 0;
  }
}

.articles-filter .odx-events__search-input,
#odx-events-search .odx-events__search-input {
  font-size: 16px;
  border: 1px solid #0e3f75 !important;
  height: 47px;
}

.articles-filter .odx-events__search-btn,
#odx-events-search .odx-events__search-btn {
  height: 47px;
  padding: 11px 0;
}

.articles-filter .ohio-select2,
#odx-events-search .ohio-select2 {
  margin-bottom: 20px;
}

.articles-filter .ohio-select2 .select2-selection--multiple,
#odx-events-search .ohio-select2 .select2-selection--multiple {
  border-color: #f7f7f7;
  background-color: transparent;
}

.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  color: #ffffff !important;
  border-color: #0e3f75 !important;
  background-color: #0e3f75 !important;
}

.ohio-select2 .select2-selection--multiple .select2-selection__choice__remove, .ohio-select2 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #0e3f75;
}

.select2-results__option.select2-results__option--highlighted {
  background-color: #0e3f75 !important;
}

.odx-content__info .odx-separator--date-and-source {
  padding-left: 3px;
  padding-right: 3px;
}

.odx-content__info #js-content-info {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .navigation .odx-search_slide.in {
    max-width: none;
    width: calc(100% + 610px);
  }
}

@media screen and (min-width: 992px) {
  .navigation .odx-search_slide.in {
    max-width: none;
    width: calc(100% + 820px);
  }
  .navigation.sticky-header .odx-search_slide.in {
    width: calc(100% + 820px);
  }
}

@media screen and (min-width: 1200px) {
  .navigation .odx-search_slide.in {
    max-width: none;
    width: calc(100% + 1000px);
  }
  .navigation.sticky-header .odx-search_slide.in {
    width: calc(100% + 1000px);
  }
}

@media screen and (min-width: 1500px) {
  .navigation .odx-search_slide.in {
    max-width: none;
    width: calc(100% + 1200px);
  }
  .navigation.sticky-header .odx-search_slide.in {
    width: calc(100% + 1200px);
  }
}

.search-results-page .odx-content-section.odx-content-section--landing-page-intro {
  display: none !important;
}

.ohio-card-content .search-result-title .ohio-card-content-header {
  color: #0e3f75;
}

.search-result-item .ohio-card-content-header {
  font-size: 20px;
  margin-bottom: 20px;
}

.search-result-summary {
  line-height: 1.8;
  font-size: 14px;
  color: #f7f7f7;
}

.search-result-link {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px !important;
}

.search-result-link__anchor {
  font-size: 14px !important;
}

.search-result-date {
  color: #5c5a5b;
}

.odx-search.odx-search_slide {
  display: none;
}

@media screen and (min-width: 320px) {
  .odx-search.odx-search_slide {
    height: 55px;
  }
}

@media screen and (min-width: 992px) {
  .odx-search.odx-search_slide {
    height: 200px;
  }
}

.odx-search.odx-search_slide.in {
  display: block;
}

.search-results-container .search-count {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #5c5a5b;
}

@media screen and (min-width: 992px) {
  .search-results-container .search-count {
    font-size: 20px !important;
    font-weight: 500 !important;
  }
}

@media screen and (min-width: 992px) {
  .search-results-container .search-count {
    font-size: 18px !important;
    font-weight: 500 !important;
  }
}

#searchHeader h2 {
  color: #0e3f75;
  margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
  #searchHeader h2 {
    font-size: 54px !important;
    font-weight: 500 !important;
  }
}

@media screen and (min-width: 992px) {
  #searchHeader h2 {
    font-size: 28px !important;
    font-weight: 500 !important;
  }
}

#search-form {
  height: 50px;
}

.ohio-card:hover,
.ohio-card:focus {
  box-shadow: none;
  background-color: #f2f6f8;
}

.odx-leader-card .ohio-card-bg-div {
  background-position: top -10px center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  border-radius: 15px;
}

.ohio-card--center.odx-leader-card {
  padding: 15px;
  height: 500px;
}

.odx-leader-card .ohio-card-content-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2em;
  margin: 10px 0;
}

.ohio-card--center.odx-leader-card .ohio-card-content p {
  font-size: 18px;
}

.ohio-site-map-desktop__img {
  display: none;
  height: 0;
}

.ohio-site-map-desktop__site-container {
  padding-top: 8px;
}

.ohio-card__share-icons > .share__icon-tile-anchor.js-facebook-anchor, .ohio-card__share-icons > .share__icon-tile-anchor.js-twitter-anchor {
  display: none;
}

section.odx-content-section .odx-share-this {
  display: block;
}

.odx-content .odx-content__body {
  margin: 0;
}

.odx-content .odx-content__body > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), > .odx-content .odx-content__body > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 18px !important;
  margin: 0 !important;
  line-height: 1.5em !important;
}

.odx-content .odx-content__body p, .odx-content .odx-content__body ul, .odx-content .odx-content__body ol {
  margin-bottom: 30px !important;
}

.odx-content .odx-content__body ul li, .odx-content .odx-content__body ol li {
  position: relative;
  line-height: 1.5em !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  color: #5c5a5b !important;
}

.odx-content .odx-content__body ul li + li, .odx-content .odx-content__body ol li + li {
  margin-top: 10px !important;
}

.odx-content .odx-content__body h1:not(.fca-header-override), .odx-content .odx-content__body h2:not(.fca-header-override), .odx-content .odx-content__body h3:not(.fca-header-override), .odx-content .odx-content__body h4:not(.fca-header-override), .odx-content .odx-content__body h5:not(.fca-header-override), .odx-content .odx-content__body h6:not(.fca-header-override) {
  font-size: 24px !important;
  margin: 0 0 10px !important;
  line-height: 1.5em !important;
  color: #000000;
}

.odx-content .odx-content__body strong, .odx-content .odx-content__body b {
  font-weight: 600 !important;
}

.cta-cards-wrapper {
  position: relative;
}

.cta-cards-wrapper .cta-cards-list .slick-list {
  overflow: hidden;
  padding: 2px;
}

.cta-cards-wrapper .cta-cards-list .cta-card {
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  text-decoration: none !important;
}

.cta-cards-wrapper .cta-cards-list .cta-card:hover {
  background-color: #f7f7f7;
}

.cta-cards-wrapper .cta-cards-list .cta-card:focus {
  outline: 1px dashed #d8d8d8;
  outline-offset: 1px;
}

.cta-cards-wrapper .cta-cards-list .cta-card .cta-card-image {
  height: 60px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-cards-wrapper .cta-cards-list .cta-card .cta-card-image img {
  height: auto;
  margin: 0;
  max-height: 40px;
  max-width: 65px;
  width: auto;
}

.cta-cards-wrapper .cta-cards-list .cta-card .cta-card-info {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  height: 54px;
  justify-content: space-between;
  padding: 0 15px;
}

.cta-cards-wrapper .cta-cards-list .cta-card .cta-card-info .cta-card-title {
  align-self: center;
  font-style: normal;
  text-decoration: none;
  font-family: 'Montserrat';
  color: #007aa9;
  margin-top: 0;
  text-align: left;
  font-size: 15px;
}

.cta-cards-wrapper .cta-cards-list .cta-card .cta-card-info .cta-card-arrow {
  height: 14px;
  margin: 0;
  min-width: 14px;
  width: 14px;
}

.cta-cards-wrapper .cta-cards-list .cta-card .cta-card-info .cta-card-arrow img {
  height: auto;
  width: 100%;
}

.cta-cards-wrapper .cta-cards-list .cta-card .cta-card-info .cta-card-arrow.slick-disabled {
  display: none !important;
}

.cta-cards-wrapper .carousel-arrow {
  background: none;
  border: none;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1;
}

.cta-cards-wrapper .carousel-arrow:focus {
  outline: 1px dashed #0e3f75;
  outline-offset: 1px;
}

.cta-cards-wrapper .carousel-arrow img {
  margin: 0 !important;
  width: 100%;
  height: auto;
}

.cta-cards-wrapper .carousel-arrow.slick-disabled {
  display: none !important;
}

.cta-cards-wrapper .prev-card {
  left: -20px;
}

.cta-cards-wrapper .next-card {
  right: -20px;
}

.iop-filter__container .iop-filter__input-filter-btn {
  background-color: #0e3f75;
  border-color: #0e3f75;
}

.iop-filter__container .iop-filter__input-filter-btn:hover {
  background-color: #ffffff;
  color: #0e3f75;
}

.iop-filter__container .iop-filter__reset-btn:hover {
  background-color: #464846;
  color: #ffffff;
}

.iop-filter__content .core-events__list .core-events__item .odx-events__item-right,
.dataTables_wrapper .core-events__list .core-events__item .odx-events__item-right {
  margin-left: 110px;
}

.iop-filter__content .pagination .page-item .page-link,
.dataTables_wrapper .pagination .page-item .page-link {
  padding-top: 0;
  color: #0e3f75;
}

.iop-filter__content .pagination .page-item .page-link:hover,
.dataTables_wrapper .pagination .page-item .page-link:hover {
  font-weight: normal;
  color: #0e3f75;
}

.iop-filter__content .pagination .page-item.active > a,
.iop-filter__content .pagination .page-item.active > a:focus,
.iop-filter__content .pagination .page-item.active > a:hover,
.iop-filter__content .pagination .page-item.active > span,
.iop-filter__content .pagination .page-item.active > span:focus,
.iop-filter__content .pagination .page-item.active > span:hover,
.dataTables_wrapper .pagination .page-item.active > a,
.dataTables_wrapper .pagination .page-item.active > a:focus,
.dataTables_wrapper .pagination .page-item.active > a:hover,
.dataTables_wrapper .pagination .page-item.active > span,
.dataTables_wrapper .pagination .page-item.active > span:focus,
.dataTables_wrapper .pagination .page-item.active > span:hover {
  background-color: #0e3f75;
  border-color: #0e3f75;
}

@media screen and (min-width: 992px) {
  .cta-cards-wrapper .cta-cards-list .cta-card .cta-card-image {
    height: 108px;
  }
  .cta-cards-wrapper .cta-cards-list .cta-card .cta-card-image img {
    max-height: 70px;
    max-width: 120px;
  }
  .cta-cards-wrapper .cta-cards-list .cta-card .cta-card-info {
    height: 70px;
  }
  .cta-cards-wrapper .cta-cards-list .cta-card .cta-card-info .cta-card-title {
    font-size: 20px;
  }
  .cta-cards-wrapper .cta-cards-list .cta-card .cta-card-info .cta-card-arrow {
    height: 20px;
    min-width: 20px;
    width: 20px;
  }
  .cta-cards-wrapper .carousel-arrow {
    height: 50px;
    width: 50px;
  }
  .cta-cards-wrapper .prev-card {
    left: -25px;
  }
  .cta-cards-wrapper .next-card {
    right: -25px;
  }
}

@media (max-width: 767px) {
  #aw-main-wrapper div.header {
    display: block;
  }
}

.core-spotlight__container {
  flex-direction: row-reverse;
}

.core-spotlight__info {
  background-color: #082646;
  color: #ffffff;
  border-radius: 12px 0 0 12px;
}

.core-spotlight__info .core-spotlight__title,
.core-spotlight__info .core-spotlight__summary {
  color: #ffffff !important;
}

.core-spotlight__info .core-spotlight__button.btn.btn-primary {
  border: 2px solid #ffffff;
  background-color: transparent;
}

.core-spotlight__info .core-spotlight__button.btn.btn-primary span {
  color: #ffffff;
}

.core-spotlight__info .core-spotlight__button.btn.btn-primary:hover {
  background-color: #ffffff;
}

.core-spotlight__info .core-spotlight__button.btn.btn-primary:hover span {
  color: #082646;
}

.core-spotlight__thumbnail {
  border-radius: 0 12px 12px 0;
}

/* START: Data table */
.dt-scroll {
  width: 100%;
}

/*END: Data table */
/* END: ODX Common Design > Content > Utility > Style Sheets > SCSS > Agencies > Aging > aging-custom-styles.scss */
