/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2020 | 01:56:25 */
html *,
body * {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
body {
  opacity: 0;
  transition: .25s ease-in-out opacity;
}
body.page_loaded {
  opacity: 1;
}
body:not(.home) .header_bg {
  background-color: transparent !important;
}
._inside_page .header-scrolled {
  background: #fff !important;
}
a:hover .image-overlay {
  opacity: 0 !important;
}
.av-special-heading.av-special-heading-h1 h1 {
  font-weight: 700 !important;
  line-height: 1em !important;
  text-transform: uppercase !important;
}
.av-special-heading.av-special-heading-h2 h2 {
  font-weight: 700 !important;
  line-height: 1em !important;
  text-transform: uppercase !important;
  font-size: 1.75vw !important;
}
#leadership_profile img {
  width: 80% !important;
  margin: auto !important;
}
@media only screen and (max-width: 989px) {
  body:not(.home) .av-hamburger-inner,
  body:not(.home) .av-hamburger-inner:before,
  body:not(.home) .av-hamburger-inner:after {
    background-color: #fff !important;
  }
  .av-special-heading.av-special-heading-h2 h2 {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 767px) {
  #socket .copyright {
    float: none !important;
    display: block !important;
    text-align: center !important;
  }
  #socket .social_bookmarks {
    float: none !important;
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  #socket .social_bookmarks li {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
}
