/**********
GLOBAL STYLES, DO NOT DELETE FOR NEW WEBSITES
**********/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700'); 
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');
@import url('font-awesome.css');  
@import url('animate.css');

@media /* Mobile & Tablet */
only screen and (max-width: 767px),
(max-width: 1300px) and (min-width: 768px) {

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    width: 100%;
    display: block; 
  }
    
  tr {
    width: 100% !important;
    height: 1% !important;
  }
  
  td { 
    /* Behave  like a "row" */
    width: 100% !important;
    height: 1% !important;
    min-height: 33vh !important;
    word-wrap: break-word;
    text-align: left !important;
  }
  .hero-wrapper {
    background-image: var(--hero);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
html, body {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-weight: 300;
  font-family: 'Roboto Slab', serif !important;
  font-size: 12pt !important;
}
.sectionStart {
  z-index: 5;
  position: absolute !important;
  bottom: 0;
  background-image: url('../images/resources/section_Start.png');
  width: 100%;
  height: 10vh;

  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
}
.sectionEnd {
  z-index: 5;
  position: absolute !important;
  top: 0;
  background-image: url('../images/resources/section_End.png');
  width: 100%;
  height: 10vh;

  background-position: top;
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
}
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner-item {
  flex: 1;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

.Aligner-item--fixed {
  flex: none;
  max-width: 50%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
}
.hero-wrapper {
  background-image: var(--hero);height: 612px !important;
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;
  position: relative;
}
.imgFrame {
  background-image: var(--img);
  height: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
/**********
END GLOBAL STYLES
**********/
:root {
  --pltt1: #ec2024 !important; /* Red  */
  --pltt2: #0059a9 !important; /* Blue   */
  --pltt3: #0a3b2f !important; /* Green */
  --pltt4: #231f20 !important; /* Black */
}
td img {
  padding-top: 5px;
  padding-bottom: 5px;
}
h1, h2, h3, h4, h5 {
  font-weight: 900 !important;
}

input[type=submit] {
  color: #fff;
  background-color: var(--pltt1);
  border: none;
  padding: 7px;
}

.nav-link {
  padding-left: 35px !important;
  padding-right: 35px !important;
  color: var(--pltt2);
  font-size: 13pt;
  font-weight: 900;
}
.nav-link:hover {
  color: var(--pltt1);
}
.siteNav {
  background-color: #fff;
}
header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .navbar-nav > li  {
    padding-bottom: 12px;
    padding-top: 12px;
    padding: 0 !important;
}

header  .navbar-nav > li > a {
    /* padding-bottom: 6px; */
    /* padding-top: 5px; */
    margin-left: 2px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*a {
  color: var(--pltt2) !important;
}

a:hover {
  text-decoration: underline;
}*/

.anchor {
  padding-top: 135px;
  margin-top: -135px;
}

.altSection {
  background-color: var(--pltt2);
}
.altSection ul {
  list-style: none;  
}
.altSection ul li::before {
  content: "\2022";
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.altSection a {
  color: white;
  font-weight: 700;
}
.altSection a:hover {
  text-decoration: underline;
}
.section-padding{
  padding-top: 15px;
  padding-bottom: 15px;
}
#content {
  padding: 15px;
}
.containerMain {
  padding-left: 10vw !important;
}
.google-maps {
  position: relative;
  padding-bottom: 75%; /*This is the aspect ratio*/
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#navBar {
  padding: 10px !important;
}
#padding {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/*Bootstrap Overrides*/
.form-control:focus {
  border-color: var(--pltt2) !important;
  box-shadow: unset !important;
}
