/*************************************
 * html
 */

body {
  font-family: Open Sans,sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 1rem;
}

h1 {
  font-size: 2.125rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1875em;
  font-weight: 300;
}
@media ( min-width: 992px ) {
  h1 {
    font-size: 3.75rem;
    line-height: 1.2em;
  }
}

h2 {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 2.38em;
}
@media ( min-width: 992px ) {
  h2 {
    font-size: 2.125rem;
    line-height: 1.75em;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.16em;
}

h4 {
  color: #B42E34;
  font-size: 1.125rem;
  line-height: 1.16em;
  text-transform: uppercase;
}

h5 {
  color: #004891;
  font-size: 1rem;
  line-height: 22px;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
}

p {
  color: #333333;
  font-size: 1rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

ol,
ul {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 0 0 1rem;
  padding: 0;
}

ol,
ul,
dd {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

ul {
  list-style: circle;
}

img {
  height: auto;
  max-width: 100%;
}


a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #004891;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


blockquote {
  border-left: 4px solid #004891;
  padding-left: 10px;
}
blockquote p {
  font-size: 1.5rem;
}

.main {
  overflow: hidden;
}

.txt-uppercase {
  text-transform: uppercase;
}

strong,
.txt-strong {
  font-weight: 600;
}

.txt-lighten {
  opacity: 0.75;
}

.txt-align-right {
  text-align: right;
}

.txt-align-left {
  text-align: left;
}

.txt-align-center {
  text-align: center;
}

.txt-normalcase {
  text-transform: none;
}

/*************************************
 * utility styles
 */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.hidden {
  display: none;
}

/*************************************
 * site-header
 */

.site-header {
  display: block;
  padding: 0;
  position: relative;
  margin: 0;
  width: 100%;
}

.site-header__top {
  align-items: center;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  position: relative;
  padding: 18px;
  z-index: 5;
}

@media ( min-width: 768px) {
  .site-header__top {
    padding: 25px 0;
    min-height: 115px;
  }
}

@media ( min-width: 992px) {
  .site-header__top {
    height: 115px;
  }
}

.site-header__top .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

@media( min-width: 992px) {
  .site-header__top .container {
    flex-direction: row;
  }
}

.site-header__top .social-nav {
  flex: 1 0 250px;
}

.site-header__logo {
  flex: 1 0 auto;
  max-width: 200px;
}

@media( min-width: 992px) {
  .site-header__logo {
    width: 100%;
  }
}

.site-header__search {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
}

/*************************************
 * utility-nav
 */

.utility-nav {
  display: none;
}

@media ( min-width: 1000px) {
  .utility-nav {
    display: block;
    flex: 1 0 auto;
    margin: 15px 0 0;
    padding-bottom: 3rem;
    max-width: 610px;
    width: 100%;
    height: 0;
  }
}

@media( min-width: 1200px) {
  .utility-nav {
    margin: 0 0 0 auto;
  }
}

.utility-nav .menu-item {
  padding: 15px 10px 15px;
  white-space: nowrap;
  flex: 1 1 50%;
}

@media ( min-width: 992px) {
  .utility-nav .menu-item {
    flex: 1 1 auto;
  }
}

.utility-nav__menu {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

@media ( min-width: 992px) {
  .utility-nav__menu {
    justify-content: space-around;
    flex-wrap: nowrap;
    display: flex;
  }
}

.utility-nav__menu a {
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  text-decoration: none;
  line-height: 1.9em;
}

@media( min-width: 992px) {
  .utility-nav__menu a {
    font-size: 0.875rem;
  }
}

.utility-nav__menu a:hover {
  border-bottom: 2px solid #B42E34;
}

/*************************************
 * social-links
 */

.social-links {
  display: none;
}

@media( min-width: 1034px) {
  .social-links {
    display: block;
    flex: 1 1 auto;
    width: 100%;
  }
}

.social-links__list {
  display: flex;
  margin: 0;
}

.social-links__item {
  list-style: none;
  margin: 0 10px;
}

.social-links__item.png {
  fill: #004891;
}

.social-links__link {
  align-items: center;
  border: 1px solid #E1F3FD;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  text-indent: -9999px;
  height: 47px;
  width: 47px;
}

.social-links__link:hover {
  border: 1px solid #004891;
  /*
  transition: var( --transition-slow);
  */
}

.social-links__text {
  display: block;
}

@media ( min-width: 992px) {
  .social-links__text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
}

/*************************************
 * site-search
 */

.site-search {
  display: none;
}

@media ( min-width: 1000px) {
  .site-search {
    display: block;
    width: 100%;
    text-align: right;
  }
}

/*************************************
 * primary-nav
 */

.primary-nav {
  background: #004891;
  color: #ffffff;
  position: relative;
}

@media ( min-width: 992px) {
  .primary-nav {
    height: 80px;
    /*
    overflow: hidden;
    */
  }
}

/*
@media ( min-width: 1200px) {
  .primary-nav {
    height: auto;
  }
}

.primary-nav .menu-open {
  overflow: visible;
}

.primary-nav .menu-open .menu-item-has-children.dd-open>a {
  background: #013F7D;
}
*/

.primary-nav .container {
  padding: 0;
}

/*
.primary-nav:before {
  display: none;
  background: -moz-linear-gradient(right, rgba(0, 72, 145, 0) 0%, rgba(0, 72, 145, 1) 100%);
  background: -webkit-linear-gradient(right, rgba(0, 72, 145, 0) 0%, rgba(0, 72, 145, 1) 100%);
  background: linear-gradient(to left, rgba(0, 72, 145, 0) 0%, rgba(0, 72, 145, 1) 100%);
  content: '';
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 3;
}

@media( min-width: 992px) {
  .primary-nav:before {
    display: block;
  }
}

.primary-nav:after {
  background: -moz-linear-gradient(left, rgba(0, 72, 145, 0) 0%, rgba(0, 72, 145, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 72, 145, 0) 0%, rgba(0, 72, 145, 1) 100%);
  background: linear-gradient(to right, rgba(0, 72, 145, 0) 0%, rgba(0, 72, 145, 1) 100%);
  content: '';
  display: none;
  height: 80px;
  right: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 3;
}

@media( min-width: 992px) {
  .primary-nav:after {
    display: block;
  }
}
*/

.primary-nav .menu-item {
  border-bottom: 1px solid rgba( 255, 255, 255, 0.4);
  position: relative;
  z-index: 4;
}

@media( min-width: 992px) {
  .primary-nav .menu-item {
    border-bottom: 0;
  }
}

.primary-nav .social-links {
  display: block;
}

@media ( min-width: 992px) {
  .primary-nav .social-links {
    display: none;
  }
}

.primary-nav a {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 80px;
  padding: 0 42px;
  text-decoration: none;
  white-space: nowrap;
}

@media ( min-width: 992px) {
  .primary-nav a {
    border: 0;
  }
}

.primary-nav .nav-link {
  padding: 0 30px !important;
}

.primary-nav a:after {
  display: block;
  background: url(img/arrow-chevron-right--white.png) no-repeat center center;
  content: '';
  margin-left: auto;
}

@media ( min-width: 992px) {
  .primary-nav a:after {
    display: none;
  }
}

.primary-nav a:hover {
  text-decoration: none;
  /*
  -webkit-overflow-scrolling: touch;
  transition: var( --transition-fast );
  */
}

.primary-nav a:hover {
  background: #106AC4;
  color: #fff;
}

.primary-nav a:focus {
  background: #013F7D;
}

.primary-nav__nav-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
}

@media( min-width: 992px) {
  .primary-nav__nav-menu {
    height: 80px;
    flex-direction: row;
    /*
    height: 65em;
    */
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media ( min-width: 1200px) {
  .primary-nav__nav-menu {
    height: auto;
    margin: 0 -30px;
    overflow-x: visible;
    overflow-y: visible;
  }
}

.primary-nav__nav-menu > .menu-item {
  border-bottom: 0;
  position: relative;
  z-index: 4;
}

.primary-nav__nav-menu .sub-menu {
  background: #004891;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
  border-radius: 0;
  /*
  display: none;
  */
}

@media ( min-width: 992px) {
  .primary-nav__nav-menu .sub-menu {
    position: absolute;
    width: 412px;
    padding: 0;
  }
}

.primary-nav__nav-menu .sub-menu .menu-item {
  border-bottom: 0;
}

.primary-nav__nav-menu .sub-menu a {
  background: url(https://oshpd.ca.gov/wp-content/themes/oshpd/assets/images/arrow-right-blue.png) no-repeat 40px center #013F7D;
  border: 0;
  display: block;
  height: auto;
  padding: 15px 20px 15px 80px;
  text-align: left;
  white-space: normal;
}

.primary-nav__nav-menu .sub-menu a:hover, .primary-nav__nav-menu .sub-menu a:focus {
  text-decoration: none;
  background: url(https://oshpd.ca.gov/wp-content/themes/oshpd/assets/images/arrow-right-white.png) no-repeat 40px center #106AC4;
  /*
  transition: var( --transition-fast);
  -webkit-overflow-scrolling: touch;
  */
}

.primary-nav__nav-menu .sub-menu a:after {
  display: none;
  content: none;
}

/*
.primary-nav .dd-active {
  display: block;
}

.primary-nav__nav-menu .dd-open {
  background: #013F7D;
}

@media ( min-width: 992px) {
  .primary-nav__nav-menu .dd-open {
    background: transparent;
  }
}

@media ( min-width: 1200px) {
  .primary-nav__nav-menu .dd-open {
    background: #013F7D;
  }
}

.primary-nav__nav-menu .dd-open .sub-menu {
  background: #013F7D;
  display: block;
}

.primary-nav__nav-menu .dd-open a:after {
  transform: rotate( 90deg);
	transition: var( --transition-fast );
}
*/

.primary-nav__nav-menu .sub-menu {
  padding: 0 0 40px 0;
}

@media( min-width: 992px) {
  .primary-nav__nav-menu .sub-menu {
    padding: 0;
  }
}

.primary-nav__nav-menu .sub-menu .landing-page-link {
  background: #013F7D;
  font-weight: 700;
  padding: 15px 40px;
}

.primary-nav__nav-menu .sub-menu .landing-page-link:hover {
  background: #106AC4;
}

.site-menu-toggle {
  display: block;
  position: absolute;
  left: 20px;
  top: 26px;
  z-index: 3;
}

@media ( min-width: 768px) {
  .site-menu-toggle {
    top: 35px;
  }
}

@media( min-width: 992px) {
  .site-menu-toggle {
    display: none;
  }
}

/*
.nav-open {
  display: block;
}

.nav-closed {
  display: none;
}

.primary-nav__arrow {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  display: none;
  height: 100%;
  position: absolute;
  opacity: 0.8;
  margin: 0;
  padding: 0;
  top: 0;
  width: 60px;
  z-index: 10;
}

@media( min-width: 992px) {
  .primary-nav__arrow {
    display: flex;
  }
}

@media( min-width: 1200px) {
  .primary-nav__arrow {
    display: none;
  }
}

.primary-nav__arrow:focus {
  background: transparent;
}
*/

.primary-nav__arrow--left {
  background: linear-gradient(to right, rgba(0, 72, 145, 1) 0%, rgba(0, 72, 145, 1) 80%, rgba(0, 72, 145, 0) 100%);
  left: 0;
}

.primary-nav__arrow--left:hover {
  background: linear-gradient(to right, rgba(0, 72, 145, 1) 0%, rgba(0, 72, 145, 1) 80%, rgba(0, 72, 145, 0) 100%);
}

.primary-nav__arrow--right {
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(0, 72, 145, 1) 40%);
  right: 0;
}

.primary-nav__arrow--right:hover {
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(0, 72, 145, 1) 40%);
}

/*************************************
 * navbar-toggler
 */

.navbar-toggler {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 15px auto 15px 15px;
  cursor: pointer;
}

.navbar-toggler>.navbar-toggler {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 2px !important;
  top: 50%;
  right: 0;
  margin-top: -5px;
  padding: 0;
  opacity: 1;
  /*
	transition: all .2s ease-in-out;
  */
}

/*
.navbar-toggler > .navbar-toggler:active,
.navbar-toggler > .navbar-toggler:focus,
.navbar-toggler > .navbar-toggler:focus-within {
  background: transparent;

}
*/

.navbar-toggler>.navbar-toggler::before {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 2px !important;
  top: 10px;
  content: "";
  display: block;
  transition: all .2s ease-in-out;
}

/*
  .navbar-toggler > .navbar-toggler:active::before,
  .navbar-toggler > .navbar-toggler:focus::before,
  .navbar-toggler > .navbar-toggler:focus-within::before {
transform: rotate(45deg);
top: 0;
  }
  .navbar-toggler > .navbar-toggler:active::after,
  .navbar-toggler > .navbar-toggler:focus::after,
  .navbar-toggler > .navbar-toggler:focus-within::after {
transform: rotate(-45deg);
top: 0;
  }
  */

.navbar-toggler>.navbar-toggler::after {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 2px;
  bottom: 10px;
  content: "";
  display: block;
  transition: all .2s ease-in-out;
}

/***************************************
* page
*/

.page-standard__content {
  display: block;
  padding: 50px 0;
  margin: 0 auto;
  max-width: 900px;
}
.page-standard__content ul li, .page-standard__content ol li {
  margin-bottom: 5px;
}

.page-title h1 {
  background: #ffffff;
  display: inline-block;
  font-size: 1.625rem;
  margin: 0;
  padding: 14px 24px 0;
}
@media ( min-width: 992px ) {
  .page-title h1 {
    font-size: 2.75rem;
  }
}

/***************************************
 * sub-header
 */

 .sub-header {
   background: #E1F3FD;
   display: block;
   min-height: 165px;
   position: relative;
 }
 .sub-header .container {
   display: flex;
   height: 100%;
   flex-direction: column;
   position: relative;
 }
 .sub-header .container.container--archive {
   max-width: 1300px;
   margin: 0 auto;
 }

 .sub-header .page-title {
   display: inline-block;
   background: #ffffff;
   min-height: 65px;
 }

 /*
 @media ( min-width: 992px ) {
   .sub-header .page-title {
     background: transparent;
   }
 }
 */

 .container--archive .sub-header__container {
   max-width: 1260px;
 }

 .sub-header__top {
   height: 40px;
   margin: 30px 0;
 }

 .sub-header__container {
   display: block;
   margin: 0 auto;
   padding: 0;
   position: relative;
   max-width: 1300px;
   width: 100%;
 }

 .sub-header__container--medium {
   display: block;
   margin: 0 auto;
   padding: 0;
   max-width: 1000px;
   position: relative;
   width: 100%;
 }
 @media ( min-width: 992px ) {
   .sub-header__container--medium {
     padding: 0 20px;
   }
 }

 /**********************************
  * site-footer
  */

  .site-footer {
  background: #ffffff;
  border-top: 1px solid #D4D4D4;
  display: block;
  margin: 0;
  padding: 20px 0;
}
@media ( min-width: 992px ) {
  .site-footer {
    padding: 90px 0;
  }
}
.site-footer .menu-item-has-children > a {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Footer Menu's */
.site-footer__primary-nav {
  display: none;
}
@media ( min-width: 992px ) {
  .site-footer__primary-nav {
    display: block;
  }
}

.site-footer .sub-menu {
  display: block;
  margin: 0;
}
.site-footer .sub-menu a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9375rem;
  line-height: 27px;
}
.site-footer .sub-menu li {
  list-style: none;
}

.site-footer__menu {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0 0 90px;
}
.site-footer__menu > .menu-item {
  flex: 1 1 auto;
}

.site-footer__bottom {
  display: flex;
  flex-direction: column;
}
@media ( min-width: 992px ) {
  .site-footer__bottom {
    flex-direction: row;
  }
}

.site-footer__menu-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}
@media ( min-width: 992px ) {
  .site-footer__menu-bottom {
    justify-content: flex-start;
    margin: 0 0 0 auto;
  }
}
.site-footer__menu-bottom li {
  list-style: none;
  margin-bottom: 10px;
  white-space: nowrap;
}
.site-footer__menu-bottom li:after {
  content: none;
}
@media ( min-width: 992px ) {
  .site-footer__menu-bottom li:after {
    content: "•";
    height: 10px;
    margin: 0 10px;
    opacity: 0.5;
    width: 10px;
  }
}
.site-footer__menu-bottom a {
  font-weight: 600;
  margin: 5px;
}

.site-footer__menu-bottom li:last-child:after {
  content: "";
}

.site-footer__logo-container {
  margin: 0 auto;
}
@media ( min-width: 992px ) {
  .site-footer__logo-container {
    margin-right: 50px;
  }
}

/* Footer Logos */
.siter-footer__logos {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media ( min-width: 992px ) {
  .siter-footer__logos {
    flex-direction: row;
    margin: 68px 0 40px;
  }
}
.siter-footer__logos .ca-callout {
  margin: 40px auto;
}
@media ( min-width: 992px ) {
  .siter-footer__logos .ca-callout {
    margin: 0;
  }
}

.site-footer__oshpd-logo {
  margin: 0 auto;
  height: 37px;
}
@media ( min-width: 992px ) {
  .site-footer__oshpd-logo {
    margin-left: 50px;
  }
}

.site-footer__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.site-footer__content .copyright {
  text-align: center;
  margin: 30px 0;
}

/*
@media ( max-width: 992px ) {
  .site-footer__content .copyright {
    position: absolute;
    bottom:0;
  }
}
*/

.site-footer__subscribe {
  align-items: center;
  display: flex;
  height: 70px;
  margin: 60px 0 80px;
  position: relative;
  width: 100%;
}
@media ( min-width: 992px ) {
  .site-footer__subscribe {
    margin-bottom: 40px;
  }
}
.site-footer__subscribe .site-footer__subscribe-button__wrapper {
  background: #ffffff;
  padding: 0 40px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media ( min-width: 992px ) {
  .site-footer__subscribe .site-footer__subscribe-button__wrapper {
    left: auto;
    right: 74px;
    top: 10px;
    transform: none;
  }
}

.site-footer__subscribe:after {
  content: "";
  display: block;
  height: 0;
  background: #D4D4D4;
  width: 100%;
}
@media ( min-width: 992px ) {
  .site-footer__subscribe:after {
    height: 2px;
  }
}

.site-footer__subscribe-box {
  display: none;
}

.site-footer__social {
  display: none;
}
@media ( min-width: 992px ) {
  .site-footer__social {
    display: block;
    justify-content: flex-start;
    margin: 15px 0 0 auto;
    padding-right: 30px;
  }
}
@media ( min-width: 1200px ) {
  .site-footer__social {
    display: none;
  }
}
.site-footer__social .social-links {
  display: block;
}

/*************************************
 * button--box
 */

.button--box {
  align-items: center;
  background: #ffffff;
  border: 1px solid #B42E34;
  box-shadow: -6px -6px 0 #E1F3FD;
  color: #333333;
  display: flex;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  height: 53px;
  justify-content: center;
  text-transform: uppercase;
  width: 174px;
}
.button--box .button--box__icon {
  display: flex;
  align-items: center;
}
.button--box .icon {
  fill: #B42E34;
  margin-left: 10px;
}

/* END */
