body {
  font-family: "Raleway";
  size: 16px; }

h1, h2, h3, h4 {
  font-family: "Raleway";
  text-transform: none; }

h1 {
  color: black;
  font-weight: 700; }

h2 {
  color: black;
  font-weight: 700; }

h3 {
  color: black;
  font-weight: 700; }

h4 {
  color: black;
  font-weight: 700; }

p, a, li {
  color: black;
  font-family: "Raleway"; }

ol li:before {
  color: black; }

blockquote {
  border-color: black;
  color: black; }

input, button, select, textarea {
  border: 1px solid black; }

.button,
a.button,
input[type="submit"] {
  font-family: "Raleway";
  font-weight: 300;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  padding: 10px 50px;
  border-width: 2px;
  border-color: black;
  border-radius: 0px;
  box-shadow: none; }
  .button:hover,
  a.button:hover,
  input[type="submit"]:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: black; }
  .button.white,
  a.button.white,
  input[type="submit"].white {
    color: white;
    border-color: white; }
    .button.white:hover,
    a.button.white:hover,
    input[type="submit"].white:hover {
      background: white;
      color: black; }

.entry-content a:not(.button),
#sidebar a:not(.button) {
  color: black;
  text-decoration: none;
  display: inline-block;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #ffffff 50%, black 50%);
  transition: background-position .2s; }
  .entry-content a:not(.button):hover,
  #sidebar a:not(.button):hover {
    color: white;
    text-decoration: none;
    background-position: 0 100%; }

.entry-content ul li:before,
#sidebar ul li:before {
  color: black; }

#header {
  background-color: black;
  border-top: none;
  border-bottom: 5px solid black; }
  #header.fixmenu {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  #header .navbar-collapse {
    background: black;
    border-top: 1px solid white;
    margin-top: -1px; }
    @media (min-width: 993px) {
      #header .navbar-collapse {
        border-top: none;
        margin-top: 0; } }
  #header .navbar-toggle .icon-bar {
    background-color: white; }
  #header .nav > li > a:not(.button) {
    font-family: "Raleway";
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    border: 2px solid black; }
    #header .nav > li > a:not(.button):hover, #header .nav > li > a:not(.button):active, #header .nav > li > a:not(.button):focus {
      text-decoration: none;
      color: black;
      background-color: white;
      border-color: white; }
  #header .nav > li.active > a,
  #header .nav > li.active > a:hover,
  #header .nav > li.active > a:focus,
  #header .nav > li.current-menu-parent > a:active,
  #header .nav > li.current-menu-parent > a,
  #header .nav > li.current-menu-parent > a:hover,
  #header .nav > li.current-menu-parent > a:focus,
  #header .nav > li.current-menu-parent > a:active {
    text-decoration: none;
    color: white;
    background-color: black;
    border-color: white; }
  #header .nav > li.social-link > a,
  #header .nav > li.social-link > a:hover,
  #header .nav > li.social-link > a:focus,
  #header .nav > li.social-link > a:active {
    border: none; }
  #header .dropdown-menu {
    background-color: black;
    font-size: 14px; }
    #header .dropdown-menu li > a {
      color: white; }
      #header .dropdown-menu li > a:hover {
        color: black;
        background-color: white;
        text-decoration: none; }
    #header .dropdown-menu li.active > a,
    #header .dropdown-menu li.active > a:hover,
    #header .dropdown-menu li.active > a:focus,
    #header .dropdown-menu li.active > a:active {
      color: black;
      background-color: white;
      text-decoration: nine; }
  #header .header-cta-button a.button {
    color: black;
    background-color: white;
    border-color: transparent;
    box-shadow: none;
    font-family: "Raleway";
    font-size: 17px;
    font-weight: 700; }
    #header .header-cta-button a.button:hover {
      background-color: black;
      color: white;
      border-color: white; }

.home #splash-content {
  border-bottom: 6px solid white; }
  .home #splash-content a.button {
    padding: 10px 20px; }
    @media (min-width: 481px) {
      .home #splash-content a.button {
        padding: 10px 50px; } }

.home #header {
  padding: 8px 0; }
  .home #header.fixmenu {
    padding: 8px 0 4px; }

.home .video-overlay-inner {
  font-size: 1.25em; }
  .home .video-overlay-inner p, .home .video-overlay-inner h1, .home .video-overlay-inner h2, .home .video-overlay-inner h3, .home .video-overlay-inner h4, .home .video-overlay-inner li {
    color: white; }

.home #home-feature {
  background-color: white; }

.home #home-columns {
  padding: 0; }
  .home #home-columns .col-sm-4 {
    padding: 0;
    margin: 0; }
  .home #home-columns .home-column {
    background: black;
    border: 6px solid white;
    margin: 0 auto; }
    .home #home-columns .home-column p {
      color: white; }
    .home #home-columns .home-column h3 {
      color: white;
      background: transparent;
      display: inline-block;
      padding: 0 10px 25px;
      margin-bottom: 25px;
      border-bottom: 3px solid white; }
    .home #home-columns .home-column img {
      width: auto;
      margin: 0 auto; }

.home #splash-section-2 {
  font-size: 1em; }
  .home #splash-section-2 p, .home #splash-section-2 h1, .home #splash-section-2 h2, .home #splash-section-2 h3, .home #splash-section-2 h4, .home #splash-section-2 li {
    color: white; }

.home #home-contact-section h2 {
  text-transform: uppercase;
  font-size: 2em; }

#sidebar h3 {
  color: black; }

#sidebar a {
  color: black; }
  #sidebar a:hover {
    color: white;
    text-decoration: none; }

footer {
  background-color: black;
  border-top: 5px solid white; }
  footer h4 {
    color: white;
    border-bottom: 5px solid white; }
  footer p, footer a, footer span, footer li, footer div {
    color: white; }
  footer a:hover {
    color: white;
    text-decoration: underline; }
  footer ul {
    text-align: center;
    padding: 20px 0; }
    @media (min-width: 481px) {
      footer ul li {
        display: inline-block; } }
    footer ul li a {
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 10px; }
    @media (min-width: 481px) {
      footer ul li:after {
        content: '|'; }
      footer ul li:last-child:after {
        display: none; } }

#contact-page-template iframe {
  border: 4px solid black !important; }

#contact-bar {
  background-size: cover;
  padding: 80px 0;
  background-position: center center;
  position: relative; }
  #contact-bar > div {
    position: relative;
    z-index: 1; }
  #contact-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); }
  #contact-bar h2 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 45px;
    font-size: 2em; }
    
    #contact-bar a {
    color: white;
    text-align: center;
     margin-bottom: 25px;
    }
    
    #contact-bar a:hover{
    background: rgba(255, 255, 255, .75);
    color:black;
    }
    
  #contact-bar .col-md-4 {
    display: flex;
    padding: 0 30px;
    margin-bottom: 20px; }
    @media (min-width: 993px) {
      #contact-bar .col-md-4 {
        margin-bottom: 0; } }
    #contact-bar .col-md-4 .wpcf7-form-control-wrap {
      flex-grow: 1; }
    #contact-bar .col-md-4 label {
      margin: 0;
      padding: 5px 10px 0 0;
      color: white;
      text-transform: uppercase;
      font-size: 1.25em; }
    #contact-bar .col-md-4 input {
      background: transparent;
      border: none;
      border-bottom: 2px solid white;
      border-radius: 0;
      color: white;
      font-size: 1.25em;
      line-height: 1; }
      #contact-bar .col-md-4 input:focus {
        outline: none; }
  #contact-bar .col-md-6 {
    margin: 0 0 30px;
    padding: 0 30px;
    text-align: center !important; }
    @media (min-width: 993px) {
      #contact-bar .col-md-6 {
        margin: 40px 0 60px; }
        #contact-bar .col-md-6:first-child {
          text-align: right !important; }
        #contact-bar .col-md-6:last-child {
          text-align: left !important; } }
    #contact-bar .col-md-6 select {
      background: transparent;
      color: white;
      text-transform: uppercase;
      text-align: center;
      border: none;
      border-bottom: 2px solid white;
      border-radius: 0 !important;
      -webkit-appearance: none !important;
      width: auto;
      padding: 5px 50px 5px 30px;
      font-weight: 700;
      font-size: 1.4em; }
      #contact-bar .col-md-6 select:focus {
        outline: none; }
    #contact-bar .col-md-6 .wpcf7-form-control-wrap.service-type,
    #contact-bar .col-md-6 .wpcf7-form-control-wrap.service-location {
      position: relative;
      background: transparent; }
      #contact-bar .col-md-6 .wpcf7-form-control-wrap.service-type:after,
      #contact-bar .col-md-6 .wpcf7-form-control-wrap.service-location:after {
        content: '';
        position: absolute;
        right: 0;
        top: 2px;
        border-top: 10px solid white;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        z-index: -1; }
  #contact-bar input[type="submit"] {
    border-color: white;
    color: white;
    width: auto; }
  #contact-bar .wpcf7-response-output {
    color: white; }

.gon_services_menu-template-default .dropdown-menu {
  border: none;
  z-index: 999; }
  .gon_services_menu-template-default .dropdown-menu a.program-type-link.button {
    font-size: 18px;
    font-weight: 700;
    background: #231f20;
    border-color: #231f20;
    color: white;
    padding: 10px;
    margin-right: 0; }
    .gon_services_menu-template-default .dropdown-menu a.program-type-link.button:hover {
      background: rgba(35, 31, 32, 0.7);
      color: black; }
  .gon_services_menu-template-default .dropdown-menu #active-item a.program-type-link.button {
    background: white;
    color: #231f20; }

a.read-more.button,
a.button.back-to-index {
  display: block;
  text-align: center;
  width: 200px;
  margin: 10px auto;
  padding: 10px; }
