﻿body {
  color: #1A1A1A;
}
b, strong {
    font-weight: bold;
}
.nogutter {
  padding-right: 0px;
  padding-left: 0px;
}
.input-group-addon, .input-group-btn {
  width: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  margin-bottom: 10px;
}
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

H1 {
    /* font-family: 'Poppins', sans-serif;*/
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 2.4em;
    padding: 0px;
    margin: 20px 0px 20px 0px;
    font-kerning: auto;
    color: #1b4e7e;
	letter-spacing: -1px;
}
H2 {
font-family: 'Poppins', sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    padding: 20px 0px 10px 0px;
	line-height: 1.3;
}
H3 {
font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 700;
    padding-bottom: 10px;
	line-height: 1.3;
}
H4 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 10px;
}
H5 {
  font-weight: bold;
}
H6 {
  font-weight: bold;
}

H5, DT {
}
H6  {
	color: #1a1a1a;
	font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  min-height: 0px !important;
}
#content_wrapper .dropdown:hover > .dropdown-menu {
  display: block;
}
#content P, #content li {
  line-height: 1.5em;
}
/* GENERIC */
#content_wrapper {
  width: 100%;
  background-color: #fff;
 /*background: linear-gradient(180deg, #d2eeff, #ffffff);*/
  /* margin-top: 165px; */
}
li.nav-item.dropdown.show {
  background-color: #000;
}
.navbar-toggler-text {
  margin-left: 45px;
  font-size: .975em !important;
  color: #fff;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width : 1024px) {
  #header_container {
    padding: 10px 10px 10px 20px;
  }
}
@media (max-width : 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header_home_link {
    width: 100%;
    text-align: center;
	  padding-top: 10px;
  }
  #nav_header_tools {
    text-align: center;
  }
  .search_textfield {
    width: 100%;
  }
  #nav_global a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 10px 25px 10px 25px;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
  }
  #splash_banner {
    max-height: 300px;
  }
  .collapse.show {
    display: block;
  }
  .showhide {
    display: block;
  }
  #footer_menu ul {
    list-style: none;
    padding-right: 15px;
    line-height: 30px;
  }
}
@media (max-width : 479px) {
  #content_wrapper {
    width: 100%;
    background-color: #fff;
    margin-top: 0px;
  }
  .search_textfield {
    max-width: unset;
  }
  #site_header {
    width: 100%;
    position: unset;
    top: 0;
  }
  #header_container {
    padding: 0px;
    margin: 0px auto;
    max-width: 100%;
  }
  #header_container img {
    
  }
  #topbar {
    display: none !important;
  }
  #topbar ul {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    /* width: 90%; */
    padding: 0px 15px;
    margin: 0px auto;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: auto;
    left: auto;
  }
}
@media (min-width: 767px) {
  .collapse {
    display: block;
    padding-top: 0px;
  }
  .showhide {
    display: none;
  }
}
@media (min-width: 992px) {
  .container {
    /*  width: 90%; */
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}