@charset "UTF-8";
/* START: ODX Common Design / Utility / Style Sheets / SCSS / Agencies / Governor / governor-custom-styles.scss */
.govelect-full-banner-image {
  height: 100vh;
  margin-top: -40px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -11.1vw;
}

.govelect-full-banner-image--left-nav .govelect-full-banner-image {
  position: absolute;
  width: 100vw;
}

.inno-theme-home-content {
  /*flex: 1 1 auto;
    padding: 8rem var(--size-gap-columns) 4rem var(--size-gap-columns);
    display: flex;
    justify-content: center;
    flex-direction: column;*/
  max-width: 24rem;
  position: absolute;
  /*align-self: flex-start;*/
  /*left: 40px;*/
  bottom: 65px;
}

@media (min-width: 1999px) {
  .govelect-full-banner-image--left-nav .govelect-full-banner-image {
    left: -17vw;
  }
}

@media (max-width: 1999px) {
  .govelect-full-banner-image--left-nav .govelect-full-banner-image {
    left: -25vw;
  }
}

@media (max-width: 991px) {
  #aw-main-wrapper div.navigation {
    border-bottom: 1px solid #001a41;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .aw-header-bottom {
    display: block;
  }
}

#aw-main-wrapper .navigation {
  background-color: #001a41;
}

@media (max-width: 767px) {
  #aw-main-wrapper .navigation {
    border-top: 1px solid #001a41;
  }
}

#aw-header-bottom-left {
  background-color: transparent;
}

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

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

#aw-header-navigation ul li a {
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 0px 2px 10px black;
}

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

#aw-header-navigation ul li a:hover {
  color: #FFFFFF;
}

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

@media screen and (max-width: 991px) and (min-width: 768px) {
  .odx-governor-landing-page-parallax {
    margin-top: -30px;
  }
  .inno-theme-home-content {
    bottom: 180px;
  }
  .aw-left-nav {
    margin-top: -28px;
  }
  .b-breadcrumb__container {
    margin-top: 80px;
  }
  .odx-mobile-nav__icon-button {
    display: none !important;
  }
}

/* START: GOVERNOR DROPDOWN */
.governor-dropdown div.form-control.dropdown {
  border: 2px solid #14499e;
  border-radius: 6px;
  opacity: 0.9;
}

/* END : GOVERNOR DROPDOWN */
.ohio-card.ohio-card--news-card {
  background-color: white;
  padding-top: 20px;
  border-radius: 0px;
  box-shadow: none;
}

.ohio-card.ohio-card--news-card .ohio-card-content {
  min-height: 100%;
}

.ohio-card.ohio-card--news-card .ohio-card-content .ohio-card__published-date {
  height: inherit;
  line-height: 1;
}

.govelect-latest-news {
  position: relative;
  background: #f2f2f2;
}

.govelect-latest-news:after, .govelect-latest-news:before {
  background: #f2f2f2;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 0;
  content: "";
}

.govelect-latest-news:before {
  left: 100%;
}

.govelect-latest-news:after {
  right: 100%;
}

@media (min-width: 992px) {
  .navigation.sticky-header #aw-header-bottom-left .odx-logo-wrapper img {
    height: auto;
    max-width: 100%;
    transition: all 0.3s ease;
  }
}

.navigation.sticky-header #aw-header-navigation ul li a {
  padding: 30px 10px 0 10px;
  font-size: 16px;
}

.content-body .odx-full-banner__button {
  background-color: #3963a1;
  border-color: #3963a1;
  border-radius: 0px;
}

/* START: Footer */
.odx-gov-office-logo {
  display: block;
  width: 140px;
  margin: auto;
  position: relative;
}

body .content-body .single-column-footer .odx_secondary-footer {
  background-color: #001a41;
  font-size: 16px;
}

body .content-body .single-column-footer {
  border-top: 1px solid #001a41;
  background-color: #0e418d;
  color: #FFFFFF;
}

.content-body .odx-footer-navigation__main-item.odx-gov-office-logo__wrapper {
  min-height: auto;
  display: none;
}

.content-body
.odx-footer-navigation--cluster-list
.odx-gov-office-logo__wrapper {
  transform: translate(-20px, -60px);
  display: block;
}

@media screen and (max-width: 991px) {
  .content-body
.odx-footer-navigation__main-item.odx-gov-office-logo__wrapper {
    display: block;
    transform: translate(0, -30px);
  }
  .content-body
.odx-footer-navigation--cluster-list
.odx-footer-navigation__main-item.odx-gov-office-logo__wrapper {
    display: none;
  }
}

@media screen and (min-width: 991px) {
  .content-body
.odx-footer-navigation--cluster-list
.odx-gov-office-logo__wrapper {
    transform: none;
    min-height: 220px;
  }
  .content-body
.odx-footer-navigation--cluster-list
.odx-gov-office-logo__wrapper
.odx-gov-office-logo {
    position: absolute;
    top: 0;
    left: 43%;
    transform: translate(-20px, -60px);
  }
}

.odx-footer-navigation--cluster-list {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -ms-column-count: 1;
  column-count: 1;
  padding: 0;
  list-style: none;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .odx-footer-navigation--cluster-list {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
  }
}

@media screen and (min-width: 992px) {
  .odx-footer-navigation--cluster-list {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    -ms-column-count: 7;
    column-count: 7;
  }
}

.content-body .odx-footer-navigation__main-item {
  margin-bottom: 15px;
  /*position: relative;*/
  column-fill: auto;
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

@media screen and (min-width: 768px) {
  .content-body .odx-footer-navigation__main-item {
    min-height: 220px;
    margin-bottom: 0;
  }
}

.odx-footer-navigation__main-item ul {
  padding: 0;
  list-style: none;
}

.content-body
.ohio-footer-navigation
.odx-footer-navigation__main-item
li
.ohio-footer-navigation__title {
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}

.flag-status-wrapper .ohio-footer-navigation__title {
  font-weight: bold;
  text-transform: uppercase;
}

body .content-body .flag-status__toggler {
  text-decoration: none;
  color: #FFFFFF;
}

body .content-body .flag-status__toggler:hover {
  text-decoration: inherit;
  color: #FFFFFF;
}

body .content-body .flag-status__toggler:visited {
  color: inherit;
}

.ohio-footer-navigation .flag-status-mini-component .flag-status {
  text-transform: uppercase;
  font-weight: bold;
}

.flag-status-wrapper {
  cursor: pointer;
}

@media (max-width: 767px) {
  .content-body .odx-footer-navigation__main-item {
    margin-bottom: 25px;
    width: 100%;
  }
}

/* END: Footer */
/* START: Flag Status */
.flags-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flags-list--mini .flag-status {
  margin: 10px 0;
}

.flags-list--mini .flag-status__icon {
  width: 30px;
  /*height: 100%;*/
  margin-right: 10px;
}

#flag-status-modal {
  color: black;
}

#flag-status-modal .modal-section {
  padding: 40px;
}

#flag-status-modal .modal-section .modal-title {
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: 1px solid lightgrey;
}

.flags-list--full .flag-status__icon {
  width: 5%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.flags-list--full .flag__info {
  width: 90%;
  display: inline-block;
  vertical-align: top;
}

.flags-list--full .flag-status {
  margin: 20px 0;
}

/* END: Flag Status */
.govelect-home-section .odx-content-section.odx-content-section--landing-page-intro {
  display: none;
}

.odx-content-section.odx-content-section__dynamic-grid-line-2.odx-content__dynamic-grid,
.odx-content-section .js-odx-related-laws-and-forms {
  display: none;
}

.inno-theme-home {
  position: relative;
  height: 100vh;
  margin: 0 -10px;
}

.resource.is-highlight {
  /*box-sizing: border-box;*/
  margin: 0;
  padding: 30px;
  /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.resource.is-highlight * {
  color: #FFFFFF;
}

.resource.is-highlight > a {
  text-decoration: none;
  display: block;
  -webkit-animation: fadeInDown 0.6s;
  animation: fadeInDown 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.resource.is-highlight .resource-subtitle {
  margin-bottom: 0.6em;
}

.resource.is-highlight .resource-details img {
  float: left;
  margin-right: 1em;
}

.resource.is-highlight .resource-details p {
  margin: 0.3em 0;
}

article.resource {
  background-color: rgba(0, 0, 0, 0.8);
}

article.resource .resource-subtitle {
  color: white !important;
  margin-top: 0px;
}

article.resource .resource-subtitle {
  font-size: 1.5em;
}

article.resource .resource-details {
  color: white !important;
}

article.resource a:hover {
  text-decoration: none;
}

.governor-full-screen-image {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .governor-full-screen-image {
    background-attachment: scroll;
  }
}

.call-to-action-arrows {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 20px;
  font-size: 80px;
}

.call-to-action-arrows__anchor {
  display: block;
  width: 80px;
  margin: auto;
  text-align: center;
}

.call-to-action-arrows__icon {
  color: white;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inno-theme-home-content {
    /*left: 0px;
        top: 40px;*/
  }
  article.resource.is-highlight {
    padding: 15px;
  }
  article.resource .resource-subtitle {
    font-size: 1.3em;
  }
  article.resource .resource-details {
    font-size: 12px;
  }
  .governor-full-screen-image {
    /*background-position-x: -670px;*/
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .call-to-action-arrows {
    display: none;
  }
  .inno-theme-home-content {
    /*left: 0px;
        top: 40px;*/
  }
}

@media screen and (max-width: 576px) {
  .governor-full-screen-image {
    /*background-position-x: -670px;*/
    width: 100%;
    /*margin-left: -10px;*/
  }
  .call-to-action-arrows {
    display: none;
  }
  .odx-mobile-nav__icon-button.odx-mobile-nav__icon-button--open {
    padding: 20px;
  }
  .odx-mobile-nav__icon-button.odx-mobile-nav__icon-button--open .chevron {
    background-size: 35px;
  }
  .ohio-card-bg {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  #odx-main-content .odx-content {
    margin-top: 90px;
  }
  #odx-main-content .odx-content .aw-left-nav {
    margin-top: -35px;
  }
}

@-webkit-keyframes navbarLinkHover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes navbarLinkHover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

article.resource a {
  color: #FFFFFF !important;
}

.resource {
  background: var(--background-color, inherit);
  color: var(--foreground-color, inherit);
}

.resource-title {
  margin: 0.3em 0 0;
}

.resource-subtitle {
  margin: 0.16em 0 1em;
}

.resource-figure {
  margin: 0;
}

.resource-figure img {
  display: block;
  margin: 0 auto;
  -webkit-transform-origin: center 20%;
  transform-origin: center 20%;
}

.resource-gallery {
  align-items: center;
}

.resource-gallery > * {
  max-width: calc(90% - var(--size-gap-columns));
  padding: 0 calc(var(--size-gap-columns) / 2);
  margin: 0;
}

.resource-gallery > * img {
  max-height: 90vh;
}

.resource-video {
  margin: 0;
  padding: 0;
}

.resource-video iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100vh;
}

.resource-video.is-responsive {
  max-height: 100vh;
  height: 56vw;
}

.resource-video.is-responsive iframe {
  width: 100%;
  height: 100%;
  background: color-mod(#000 a(0.2));
}

.resource.is-permalink {
  position: relative;
  box-shadow: 0 1px 4px color-mod(#000 a(0.1)), 0 2px 30px color-mod(#000 a(0.4));
}

.resource.is-permalink .resource-title {
  margin-top: 0;
}

.resource.is-permalink .resource-subtitle {
  margin-bottom: var(--size-gap-rows);
}

.resource.is-permalink .resource-info {
  position: relative;
  display: inline-block;
  padding-left: 70px;
  text-align: left;
  min-height: 50px;
}

.resource.is-permalink .resource-info p {
  margin: 0 0 0.3em;
}

.resource.is-permalink .resource-info img,
.resource.is-permalink .resource-info svg {
  position: absolute;
  top: 0;
  left: 0;
}

.resource.is-timeline {
  padding: 7px 0;
  text-align: center;
  background-color: transparent;
  color: inherit;
  display: flex;
}

.resource.is-timeline a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  width: 300px;
  padding: var(--size-gap-rows) var(--size-gap-columns);
  background-color: color-mod(#000 a(0));
  transition: background-color 0.3s;
  will-change: background-color;
  background-image: url("data:image/svg+xml;utf8,<svg width=!string!height=!string!viewBox=!string!xmlns=!string!><path d=!string!stroke=!string!stroke-width=!string!></path></svg>");
  background-repeat: repeat-x;
  background-position: 0 calc(var(--size-gap-rows) + 340px);
}

.resource.is-timeline a:focus,
.resource.is-timeline a:hover {
  outline: 0;
  background-color: var(--background-color);
  color: var(--foreground-color);
}

.resource.is-timeline a:focus .resource-figure img,
.resource.is-timeline a:hover .resource-figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.resource.is-timeline a:focus .resource-time,
.resource.is-timeline a:hover .resource-time {
  background-color: var(--foreground-color);
  color: var(--background-color);
  border-color: transparent;
}

.resource.is-timeline a:focus {
  outline: 1px solid;
  outline-offset: 6px;
}

.resource.is-timeline a:not(:hover):not(:focus) {
  --foreground-color: #00324d;
  --background-color: #faf8f0;
}

.resource.is-timeline .resource-title {
  margin: 0.5em 0;
}

.resource.is-timeline .resource-subtitle {
  overflow: hidden;
}

.resource.is-timeline .resource-figure {
  height: 300px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 55% 95%, 50% 100%, 45% 95%, 0 95%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 55% 95%, 50% 100%, 45% 95%, 0 95%);
}

.resource.is-timeline img {
  transition: 0.6s;
  will-change: transform;
}

.resource.is-list {
  color: inherit;
}

.resource.is-list > a {
  display: flex;
  background-color: var(--background-color, inherit);
  color: var(--foreground-color, inherit);
  text-decoration: none;
  transition: background-color 0.3s;
  box-sizing: border-box;
  height: 100%;
}

.resource.is-list > a:not(:hover):not(:focus) {
  --foreground-color: var(--base-foreground-color);
  --background-color: transparent;
}

.resource.is-list .resource-figure {
  overflow: hidden;
  flex: 0 0 120px;
  max-width: 33%;
}

.resource.is-list .resource-figure img {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-filter: saturate(0);
  filter: saturate(0);
}

.resource.is-list .resource-header {
  flex: 1 1 auto;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.resource.is-list .resource-header > * {
  padding: 1rem;
  flex: 0 0 100%;
  box-sizing: border-box;
  max-width: 100%;
  word-wrap: break-word;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-decoration: none;
}

.resource.is-list .resource-header:hover > * {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.resource.is-list .resource-info p,
.resource.is-list .resource-title {
  margin: 0 0 0.3rem;
}

.resource.is-list:hover .resource-figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

@supports (display: grid) {
  .resource.is-list .resource-figure {
    max-height: 50vh;
  }
  .resource.is-list .resource-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.resource-related-group {
  --background-color: #fff;
  --foreground-color: var(--base-foreground-color);
  color: var(--foreground-color);
  padding: 0;
  margin-top: 0;
}

.carousel-wrapper.has-resource .odx-carousel {
  align-items: stretch;
}

.carousel-wrapper.has-resource .carousel-button {
  top: calc(125px - 3rem);
}

.carousel-wrapper.has-resource .resource {
  padding: 0;
  max-width: 250px;
}

.carousel-wrapper.has-resource .resource > a {
  flex-direction: column;
  height: 100%;
}

.carousel-wrapper.has-resource .resource .resource-header {
  flex-grow: 1;
  align-items: stretch;
}

.carousel-wrapper.has-resource .resource .resource-figure {
  flex: 0 0 auto;
  max-width: none;
}

.carousel-wrapper.has-resource .resource .resource-figure img {
  width: 100%;
  height: 250px;
}

.resource-search {
  background-color: var(--background-color);
  color: var(--foreground-color);
}

.resource-search-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@supports (display: grid) {
  ul.resource-search-list {
    display: grid;
    grid-row-gap: var(--size-gap-rows);
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  }
  @media (min-width: 40rem) {
    ul.resource-search-list {
      grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    }
    ul.resource-search-list .resource.is-list {
      height: 100%;
    }
    ul.resource-search-list .resource.is-list > a {
      flex-direction: column;
      height: 100%;
    }
    ul.resource-search-list .resource.is-list .resource-header {
      flex-grow: 1;
      align-items: stretch;
    }
    ul.resource-search-list .resource.is-list .resource-figure {
      flex: 0 0 auto;
      max-width: none;
    }
    ul.resource-search-list .resource.is-list .resource-figure img {
      height: 250px;
    }
    ul.resource-search-list .resource.is-list .resource-subtitle.is-short {
      line-height: 1.2;
      font-size: var(--size-2);
      letter-spacing: -0.02em;
    }
  }
  .carousel-wrapper.has-scroll-hidden .odx-carousel {
    padding-bottom: 40px;
    margin-bottom: -40px;
  }
  .odx-carousel {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 0 20px;
    padding: 0;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }
  .odx-carousel > * {
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
  .odx-carousel > :first-child {
    margin-left: auto;
  }
  .odx-carousel > :last-child {
    margin-right: auto;
  }
}

.carousel-wrapper.has-resource {
  /*ALY CARD*/
}

.carousel-wrapper.has-resource .card {
  background: #fff !important;
  border-radius: 4px;
  display: inline-block;
  height: 250px;
  margin: 1rem;
  position: relative;
  width: 300px;
}

.carousel-wrapper.has-resource .card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.carousel-wrapper.has-resource .card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.carousel-wrapper.has-resource .ohio-card-bg-img {
  border-radius: 4px;
  border-bottom: 1px solid #e1e1e1;
}

.carousel-wrapper.has-resource .ohio-card-content > a {
  text-decoration: none;
  color: #4a4a4a;
}

.carousel-wrapper.has-resource .ohio-card-content__bottom {
  position: absolute;
  top: 10px;
  width: 85%;
  height: 20px;
}

.carousel-wrapper.has-resource .ohio-card-division__box {
  display: block;
  background: #f2f2f2;
  max-width: 60%;
  border-radius: 4px;
  vertical-align: middle;
  padding: 0.5em 1em;
  float: left;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.carousel-wrapper.has-resource .ohio-card-content__bottom > .pull-right {
  float: right;
  padding: 0.5em;
  font-size: 12px;
  text-transform: uppercase;
  color: #4a4a4a;
}

.carousel-wrapper.has-resource .ohio-card-content__bottom > .pull-right a {
  text-decoration: none;
  color: #4a4a4a;
  font-weight: bold;
}

.carousel-wrapper.has-resource .card.resource.is-list {
  height: 305px;
}

.carousel-wrapper.has-resource .card.resource.is-list .ohio-card-bg-img {
  height: 100%;
}

.carousel-wrapper.has-resource .card.resource.is-list .ohio-card__share-box {
  margin-right: 0px;
}

.carousel-wrapper.has-resource .card.resource.is-list .ohio-card__share-box .share__icon-tile-anchor .share-icon {
  font-size: 2em;
}

.carousel-wrapper.has-resource .card.resource.is-list .ohio-card__share-box .share__icon-tile-anchor .share-link p {
  font-size: 12px;
}

.carousel-wrapper.has-resource .card.resource.is-list .ohio-card__share-box .ohio-card__share-icons > .share__icon-tile-anchor {
  margin-bottom: 10px;
  padding: 0px;
}

.carousel-wrapper.has-resource .card.resource.is-list .resource-title {
  font-weight: 500;
}

.carousel-wrapper.has-resource .card.resource.is-list .resource-subtitle.is-short {
  max-height: 55px;
}

.carousel-wrapper.has-resource .card.resource.is-list .ohio-card__published-date {
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0px;
}

.carousel-wrapper.has-resource .card.resource.is-list .odx-card__share-anchor {
  margin-right: 12px;
}

.carousel-wrapper.has-resource .card.resource.is-list .ohio-card-content__bottom {
  position: absolute;
  top: unset;
  width: 95%;
  bottom: 25px;
}

.odx-top-container .odx-content__image-container,
.odx-top-container .odx-content__image-caption {
  display: none;
}

/*.odx-content-section.odx-content-section--landing-page-intro {
    display: none;
}*/
@media screen and (max-width: 767px) {
  .odx-mobile-nav__icon-button {
    bottom: 20px;
    right: 10px;
    padding: 0px;
    background-color: #001a41;
  }
  .odx-mobile-nav__icon-button .chevron {
    background-size: 18px;
  }
  nav div#button-collapse-navigator {
    background-color: #001a41;
  }
}

.odx-governor-landing-page-parallax .odx-governor-priority-cards {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
}

.odx-governor-landing-page-parallax .odx-governor-priority-cards {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
}

.awesome-navigator a {
  font-size: 26px;
  font-weight: bold;
}

.awesome-navigator a .odx-page-description {
  display: none;
}

/* START: Left Navigation */
.odx-icon-wrapper.odx-navigation {
  display: none;
}

@media (min-width: 992px) {
  .odx-navigation--left li.active {
    border-left: 6px solid #3963a1;
  }
}

body .content-body .aw-left-nav li.active a.left-navigation__link,
body .content-body .aw-left-nav li.active a.left-navigation__link:hover,
body .content-body .aw-left-nav li.active a.left-navigation__link:visited,
body .content-body .aw-left-nav li.active a.left-navigation__link:active,
body .content-body .aw-left-nav li.active a.left-navigation__link:focus {
  color: #3963a1;
}

/* END: Left Navigation */
.aw-left-nav__icon .aw-left-nav__icon-text {
  padding-left: 0;
}

@media (max-width: 991px) {
  .aw-left-nav__icon {
    display: none;
  }
  .odx-navigation--left {
    margin-left: 0;
  }
}

.b-breadcrumb__container {
  margin-bottom: 15px;
}

.odx-content__info .odx-separator--date-and-source,
.odx-content__info #js-content-info {
  display: none;
}

/* START: Leader cards */
.odx-cards-container--leaders-custom .ohio-card-bg {
  height: 200px;
}

.ohio-card--center.odx-leader-card {
  height: 360px;
}

.ohio-card--center.odx-leader-card .ohio-card-bg {
  height: 200px;
}

.odx-divisions-catalog__container .ohio-card-bg-div {
  height: 200px;
}

.ohio-card--center.odx-leader-card .ohio-card-bg-div {
  width: 100%;
  height: 100%;
  background-position-x: 0%;
  background-position-y: -30px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* END: Leader Cards */
/* START: Titles */
body .content-body h2 + hr {
  margin-top: -15px;
}

body .content-body h1,
body .content-body h2,
body .content-body h3,
body .content-body h4 {
  color: #0e418d;
}

.ohio-card .ohio-card-content .ohio-card-content-header {
  color: #0e418d;
}

body .content-body .odx-content__title {
  color: #0e418d;
}

.aw-left-nav__icon .aw-left-nav__icon-text {
  color: #0e418d;
  font-family: Source Sans Pro;
  font-weight: 500;
}

.odx-news__header-container.margin-top-md {
  margin-top: 0;
}

/* END: Titles */
/* START: Anchors */
body .content-body a:visited, body .content-body a:hover, body .content-body a:focus, body .content-body a:visited {
  color: #3963a1;
}

/* END: Anchors */
/* START: Input */
.odx-topic-hub-search
.odx-topic-hub-search__input-container
.odx-topic-hub-resources__input {
  border: 2px solid #3963a1;
}

input.form-control,
select.form-control,
textarea.form-control {
  border-color: #3963a1;
}

/* END: Input */
/* START: Buttons */
.odx-topic-hub-search
.odx-topic-hub-search__input-container
.odx-topic-hub-resources__button {
  border-top: 1px solid #3963a1;
  border-bottom: 1px solid #3963a1;
  border-right: 1px solid #3963a1;
  background-color: #3963a1;
  border-color: #3963a1;
}

.btn-default {
  border-color: #3963a1;
  color: #3963a1;
}

/* END: Buttons */
/* START: Cards */
body .content-body .odx-view-more {
  display: block;
  margin-bottom: 15px;
}

.ohio-card-content__bottom
.ohio-card-wrapper-anchor.ohio-card-wrapper-anchor--download {
  padding: 5px 15px;
  background-color: #3963a1;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .ohio-card-content__bottom
.ohio-card-wrapper-anchor.ohio-card-wrapper-anchor--download {
    display: none;
  }
}

/* END: Cards */
/* START: Pagination */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #3963a1;
  border-color: #3963a1;
}

/* END: Pagination */
.odx-governor-landing-page-parallax
.odx-content-section.odx-content-section__body.odx-content__body {
  display: none;
}

.slick-track {
  margin-left: 0;
}

/* START: Scheduling Request and Contact Form */
.odx-contact-form-schedule-requests .fa.fa-calendar {
  margin-top: 27px;
}

.odx-contact-form-schedule-requests .ohio-datepicker .form-control {
  background-color: white;
  border-color: #3963a1;
  font-size: 1em;
}

.odx-contact-form-schedule-requests .ohio-choose-time + .input-group .input-group-addon,
.odx-contact-form-schedule-requests .ohio-choose-time + .input-group .ohio-choose-time-select {
  border-width: 2px;
  background-color: white;
  border-color: #3963a1;
}

.odx-contact-form-schedule-requests .ohio-choose-time + .input-group .input-group-addon .ohio-choose-time-select-el,
.odx-contact-form-schedule-requests .ohio-choose-time + .input-group .ohio-choose-time-select .ohio-choose-time-select-el {
  padding-top: 5px;
}

.odx-contact-form-schedule-requests .ohio-choose-time + .input-group .input-group-addon {
  color: #3963a1;
}

.odx-contact-form-schedule-requests .odx-contact-form-schedule-requests__label-description {
  display: block;
  font-size: 0.9em;
  line-height: 1em;
  color: #595959;
}

.datepicker-dropdown.dropdown-menu {
  font-size: 1em;
  z-index: 990;
}

.odx-contact-form-schedule-requests .odx-contact-form-schedule-requests__requirements {
  padding-top: 10px;
  padding-bottom: 10px;
}

.odx-contact-form-schedule-requests .odx-contact-form-schedule-requests__requirements fieldset {
  margin-left: 15px;
}

.ohio-select-select {
  background-color: white;
  border-color: #3963a1;
  border-width: 2px;
}

.ohio-select-select::after {
  background-color: white;
  border-color: #3963a1;
  border-left-width: 2px;
}

.ohio-select-select::before {
  right: 7px;
  top: 45%;
  font-size: 1.8rem;
}

.theme-blue .ohio-datepicker .fa,
.datepicker .prev::after,
.datepicker .next::after {
  color: #3963a1;
}

.theme-blue .datepicker .prev::after,
.datepicker .next::after {
  color: #3963a1;
}

.ohio-input-group .checkbox input[type="checkbox"] {
  margin-left: 0;
}

.ohio-input-group .checkbox label {
  padding-left: 35px;
}

/* END: Scheduling Request Form */
/* START: Attachment */
.content-body .odx-more-information .odx-more-information_image {
  background-size: cover;
}

/* END: Attachment */
/* START: Media sidebar */
.b-media-attachments__item {
  display: block;
  margin-bottom: 10px;
}

/* END: Media sidebar */
#governor-video-modal.ohio-modal .modal-content {
  width: 100%;
}

#governor-video-modal.ohio-modal .modal-footer {
  margin-top: 20px;
}

/* START: Featured Video */
.b-featured-video-container {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.b-featured-video {
  display: inline-block;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.b-featured-video__media-container,
.b-featured-video__summary-container {
  /*width: 45%;
    vertical-align: middle;
    display: inline-block;*/
  width: 50%;
  height: auto;
  margin: auto;
  vertical-align: middle;
}

.b-featured-video__media {
  width: 100%;
  height: 100%;
  /*min-height: 350px;*/
}

.b-featured-video__summary {
  padding: 0 40px;
}

body .content-body .b-featured-video__summary p {
  font-size: 24px;
  line-height: 35px;
}

.b-featured-video__action {
  padding: 0 40px;
  text-align: center;
}

.b-featured-video__action .ohio-button {
  background-color: #1672c0;
  padding: 10px 50px 8px 50px;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: lighter;
}

.b-featured-video__action .ohio-button__icon {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .b-featured-video-container {
    margin: 0 -10px;
  }
  .b-featured-video__media-container,
  .b-featured-video__summary-container {
    width: 100%;
  }
  .b-featured-video__summary {
    padding: 20px 0;
  }
  .b-featured-video {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}

/* END: Featured Video */
/* START: Upcoming Events */
.odx-content--event .odx-events__header-container {
  display: none;
}

.odx-content--event .odx-events__list {
  display: none;
}

body .content-body .odx-content--event .odx-events__list + .odx-view-more {
  display: none;
}

.odx-events__item-date {
  background-color: #0e418d;
}

.btn-primary {
  background-color: #0e418d;
  border-color: #0e418d;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
  background-color: #0e418d;
  border-color: #0e418d;
}

a.btn-default {
  border-color: #0e418d;
  color: #0e418d !important;
}

/* END: Upcoming Events */
/* START: Featured Social Networks */
body .content-body .odx-social-network-list__element {
  border-radius: 8px;
  background-color: #f2f2f2;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .content-body .odx-social-network-list__element-text {
  margin: 0;
  font-size: 19px;
  line-height: 21px;
  font-weight: 600;
  color: #0e418d;
}

body .content-body .odx-social-network-list__element:hover,
body .content-body .odx-social-network-list__element:visited,
body .content-body .odx-social-network-list__element:focus {
  text-decoration: none;
}

body .content-body .odx-social-network-list__element-text:hover,
body .content-body .odx-social-network-list__element-text:visited,
body .content-body .odx-social-network-list__element-text:focus {
  color: #001a41;
}

body .content-body .odx-social-network-list__element-icon {
  color: #001a41;
  font-size: 46px;
  margin-right: 20px;
}

/* END: Featured Social Networks */
/* START: FIX SEARCH BAR */
.b-search__buttons {
  border-bottom: unset !important;
  border-top: unset !important;
  border-right: unset !important;
}

.odx-search__loop-btn {
  height: 40px !important;
  width: unset !important;
}

.odx-search__close {
  height: 37px !important;
  margin-left: -5px;
}

@media (min-width: 992px) {
  .odx-search__close {
    border-radius: 0px 5px 5px 0px !important;
  }
}

body .content-body h2 {
  font-family: "Serifa", Didactic Gothic;
}

body .content-body h3 {
  font-family: "Serifa", Didactic Gothic;
}

body .content-body .odx-content__title {
  font-family: "Serifa", Didactic Gothic;
}

/* END: FIX SEARCH BAR */
@media (min-width: 992px) {
  #aw-main-wrapper .navigation.js-searchbox-is-enabled .odx-logo-wrapper {
    mix-blend-mode: exclusion;
  }
}

.iop-utility-toolbar__item-icon {
  color: #FFFFFF;
}

.iop-utility-toolbar__item-title {
  font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
  color: #FFFFFF;
}

.iop-searchbox__input-wrapper::placeholder {
  color: #FFFFFF;
}

.iop-searchbox__input::placeholder {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .governor-full-screen-image {
    margin-top: -50px;
  }
}

/* END: ODX Common Design / Utility / Style Sheets / SCSS / Agencies / Governor / governor-custom-styles.scss */
/**
 * @license
 * MyFonts Webfont Build ID 4189469, 2021-10-04T08:45:58-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Serifa-Reg by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/serifa/t-regular/
 * 
 * Webfont: Serifa-Med by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/serifa/t-medium/
 * 
 * 
 * Webfonts copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * © 2021 MyFonts Inc
*/
/* START: ODX Common Design>Content>Utility>Style Sheets>SCSS>Partials>Fonts>odx-serifa.scss */
@font-face {
  font-family: "Serifa-Med";
  src: url("/wps/wcm/connect/gov/7dcc4185-bf6c-4293-8623-ab9f85002c2e/serifa-med.woff?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-7dcc4185-bf6c-4293-8623-ab9f85002c2e-oj3XXMf") format("woff");
}

@font-face {
  font-family: "Serifa-Reg";
  src: url("/wps/wcm/connect/gov/ed59107f-772a-4af3-ba4f-b7ad7d04eb8c/serifa-reg.woff?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-ed59107f-772a-4af3-ba4f-b7ad7d04eb8c-oj3XXMf") format("woff");
}

@font-face {
  font-family: "Serifa";
  src: url("/wps/wcm/connect/gov/7dcc4185-bf6c-4293-8623-ab9f85002c2e/serifa-med.woff?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-7dcc4185-bf6c-4293-8623-ab9f85002c2e-oj3XXMf") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Serifa";
  src: url("/wps/wcm/connect/gov/7dcc4185-bf6c-4293-8623-ab9f85002c2e/serifa-med.woff?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-7dcc4185-bf6c-4293-8623-ab9f85002c2e-oj3XXMf") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Serifa";
  src: url("/wps/wcm/connect/gov/7dcc4185-bf6c-4293-8623-ab9f85002c2e/serifa-med.woff?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-7dcc4185-bf6c-4293-8623-ab9f85002c2e-oj3XXMf") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "Serifa";
  src: url("/wps/wcm/connect/gov/ed59107f-772a-4af3-ba4f-b7ad7d04eb8c/serifa-reg.woff?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-ed59107f-772a-4af3-ba4f-b7ad7d04eb8c-oj3XXMf") format("woff");
  font-weight: normal;
}

body .content-body h1,
body .content-body h1.odx-bold,
body .content-body h1.odx-italic,
body .content-body h2,
body .content-body h2.odx-bold,
body .content-body h2.odx-italic,
body .content-body h3,
body .content-body h3.odx-bold,
body .content-body h3.odx-italic,
body .content-body h4,
body .content-body h4.odx-bold,
body .content-body h4.odx-bold {
  font-family: "Serifa", Didactic Gothic;
}

body .content-body .odx-content__title.odx-bold {
  font-family: "Serifa", Didactic Gothic;
}

body .content-body .odx-content__title.odx-italic {
  font-family: "Serifa", Didactic Gothic;
}

nav a#button-collapse-navigator,
nav div#button-collapse-navigator {
  font-family: "Serifa", Didactic Gothic;
}

.search-filter .title {
  font-family: "Serifa", Didactic Gothic;
}

.odx-title h1 {
  font-family: "Serifa", Didactic Gothic;
}

.more-information-box .title {
  font-family: "Serifa", Didactic Gothic;
}

#aw-header-navigation ul li {
  font-family: "Serifa", Didactic Gothic;
}

#aw-header-bottom,
.aw-header-bottom {
  font-family: "Serifa", Didactic Gothic;
}

.odx-ads-container
.odx-ads-item--large
.odx-ads-item__content
.odx-ads-item__title {
  font-family: "Serifa", Didactic Gothic;
}

.odx-recent-news .odx-recent-news__header .odx-recent-news__title {
  font-family: "Serifa", Didactic Gothic;
}

.content-body
.odx-upcoming-events
.odx-upcoming-events__header
.odx-upcoming-events__title {
  font-family: "Serifa", Didactic Gothic;
}

.content-body .odx-single-banner__title {
  font-family: "Serifa", Didactic Gothic;
}

.odx-content__title {
  font-family: "Serifa", Didactic Gothic;
}

.agency-category-checboxes label {
  font-family: "Serifa", Didactic Gothic;
}

/* END: ODX Common Design>Content>Utility>Style Sheets>SCSS>Partials>Fonts>odx-serifa.scss */
/* START: ODX Common Design > Content > Utility > Style Sheets > SCSS > Partials > Fonts > odx-source-sans-pro.scss */
@font-face {
  font-family: 'Source Sans Pro';
  src: url("/wps/wcm/connect/gov/aadbc5e3-3dde-4403-a088-10de5d6a57d3/sourcesanspro-regular-webfont.eot?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-aadbc5e3-3dde-4403-a088-10de5d6a57d3-m.96nm4");
  src: url("/wps/wcm/connect/gov/aadbc5e3-3dde-4403-a088-10de5d6a57d3/sourcesanspro-regular-webfont.eot?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-aadbc5e3-3dde-4403-a088-10de5d6a57d3-m.96nm4&#iefix") format("embedded-opentype"), url("/wps/wcm/connect/gov/d9d60e36-0a4d-463f-b2b8-204d600c9e32/sourcesanspro-regular-webfont.woff?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-d9d60e36-0a4d-463f-b2b8-204d600c9e32-m.96nm4") format("woff"), url("/wps/wcm/connect/gov/df098d53-c4ff-4487-9ee3-a6c27ee99374/sourcesanspro-regular-webfont.ttf?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-df098d53-c4ff-4487-9ee3-a6c27ee99374-m.96nm4") format("truetype"), url("/wps/wcm/connect/gov/45957fd1-1466-4ee3-ae82-c825295e9e24/sourcesanspro-regular-webfont.svg?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-45957fd1-1466-4ee3-ae82-c825295e9e24-m.96nm4") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("/wps/wcm/connect/gov/f29ae033-c82a-4ce5-98e6-e816b51f9892/sourcesanspro-italic-webfont.eot?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-f29ae033-c82a-4ce5-98e6-e816b51f9892-m.96nm4");
  src: url("/wps/wcm/connect/gov/f29ae033-c82a-4ce5-98e6-e816b51f9892/sourcesanspro-italic-webfont.eot?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-f29ae033-c82a-4ce5-98e6-e816b51f9892-m.96nm4&#iefix") format("embedded-opentype"), url("/wps/wcm/connect/gov/0266a8d7-aad7-4c57-9b78-0ee7f8ebdebe/sourcesanspro-italic-webfont.woff?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-0266a8d7-aad7-4c57-9b78-0ee7f8ebdebe-m.96nm4") format("woff"), url("/wps/wcm/connect/gov/11c3f086-899d-46a9-a5d4-2fc1976455d6/sourcesanspro-italic-webfont.ttf?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-11c3f086-899d-46a9-a5d4-2fc1976455d6-m.96nm4") format("truetype"), url("/wps/wcm/connect/gov/5844a33f-5e3c-48a8-a670-9fe221bdda26/sourcesanspro-italic-webfont.svg?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-5844a33f-5e3c-48a8-a670-9fe221bdda26-m.96nm4") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("/wps/wcm/connect/gov/40ffcc30-1b95-4833-8519-327853974a10/sourcesanspro-semibold-webfont.eot?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-40ffcc30-1b95-4833-8519-327853974a10-m.96nm4");
  src: url("/wps/wcm/connect/gov/40ffcc30-1b95-4833-8519-327853974a10/sourcesanspro-semibold-webfont.eot?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-40ffcc30-1b95-4833-8519-327853974a10-m.96nm4&#iefix") format("embedded-opentype"), url("/wps/wcm/connect/gov/5fd20cf7-b1f4-4a19-ac8a-2822de81d146/sourcesanspro-semibold-webfont.woff?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-5fd20cf7-b1f4-4a19-ac8a-2822de81d146-m.96nm4") format("woff"), url("/wps/wcm/connect/gov/f9edad7c-cae5-45c3-8a73-f0a3dd4784f3/sourcesanspro-semibold-webfont.ttf?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-f9edad7c-cae5-45c3-8a73-f0a3dd4784f3-m.96nm4") format("truetype"), url("/wps/wcm/connect/gov/623aeb3a-cda5-42ec-9d93-ef41591d725a/sourcesanspro-semibold-webfont.svg?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-623aeb3a-cda5-42ec-9d93-ef41591d725a-m.96nm4") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("/wps/wcm/connect/gov/ca43a122-453c-4695-8b63-1f38905ea072/sourcesanspro-semibolditalic-webfont.eot?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-ca43a122-453c-4695-8b63-1f38905ea072-m.96nm4");
  src: url("/wps/wcm/connect/gov/ca43a122-453c-4695-8b63-1f38905ea072/sourcesanspro-semibolditalic-webfont.eot?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-ca43a122-453c-4695-8b63-1f38905ea072-m.96nm4&#iefix") format("embedded-opentype"), url("/wps/wcm/connect/gov/312760bd-34a3-4530-a219-7037421d62ec/sourcesanspro-semibolditalic-webfont.woff?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-312760bd-34a3-4530-a219-7037421d62ec-m.96nm4") format("woff"), url("/wps/wcm/connect/gov/1d744f60-9d89-4446-aee1-a14d87e97a05/sourcesanspro-semibolditalic-webfont.ttf?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-1d744f60-9d89-4446-aee1-a14d87e97a05-m.96nm4") format("truetype"), url("/wps/wcm/connect/gov/f31e9238-7e42-4471-88d7-342366bf5c29/sourcesanspro-semibolditalic-webfont.svg?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-f31e9238-7e42-4471-88d7-342366bf5c29-m.96nm4") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("/wps/wcm/connect/gov/e96c6c4d-c143-406d-b654-a31cfdc7efac/sourcesanspro-bold-webfont.eot?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-e96c6c4d-c143-406d-b654-a31cfdc7efac-m.96nm4");
  src: url("/wps/wcm/connect/gov/e96c6c4d-c143-406d-b654-a31cfdc7efac/sourcesanspro-bold-webfont.eot?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-e96c6c4d-c143-406d-b654-a31cfdc7efac-m.96nm4&#iefix") format("embedded-opentype"), url("/wps/wcm/connect/gov/4526b1c0-c27b-4017-bd6c-1fb72108462c/sourcesanspro-bold-webfont.woff?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-4526b1c0-c27b-4017-bd6c-1fb72108462c-m.96nm4") format("woff"), url("/wps/wcm/connect/gov/836b6465-94dc-48fd-aa8c-2c6a65d2b1ec/sourcesanspro-bold-webfont.ttf?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-836b6465-94dc-48fd-aa8c-2c6a65d2b1ec-m.96nm4") format("truetype"), url("/wps/wcm/connect/gov/4585fc11-0be1-4fc6-b2a4-45b1431cbb30/sourcesanspro-bold-webfont.svg?MOD=AJPERES&amp;CONVERT_TO=url&amp;CACHEID=ROOTWORKSPACE.Z18_O06E1CC0114B40Q333SHON11U4-4585fc11-0be1-4fc6-b2a4-45b1431cbb30-m.96nm4") format("svg");
  font-weight: 900;
  font-style: normal;
}

/* END: ODX Common Design > Content > Utility > Style Sheets > SCSS > Partials > Fonts > odx-source-sans-pro.scss */
