@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400&family=Roboto+Slab:wght@700&display=swap');

body {
  font-size: 15px;
	font-family: 'Raleway', sans-serif, "Helvetica Neue", Arial, sans-serif;
	color: #4b5661;
	line-height: 1.2;
}

.raleway {font-family: Raleway, sans-serif;}
.robotoslab {font-family: 'Roboto Slab', sans-serif;}

.whiteBackground {background: #fff;}
.blackText {color: #000;}
.whiteText, .whiteText a {color: #fff;}

/* Theme colored */
.blueBackground {background: #1B3665;}
.blueText, .blueText a {color: #1B3665;}
.grayText, .grayText a {color: #aeb0b2;}
.darkGrayText, .darkGrayText a {color: #5c5c5c;}
.goldText, .goldText a {color: #a38969;}
.goldBackground {background-color: #a38969;}

a.unstyledLink,
a:visited.unstyledLink, .unstyledLink a,
.unstyledLink a:visited {
  color: #4b5661;
}
a:hover.unstyledLink,
.unstyledLink a:hover {
  text-decoration: none;
}
.imageBackground {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.imageBackgroundContain {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.parallax {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.relative {position: relative; }

.grayUnderline {border-bottom: #cccccc solid 2px;}

ul.dividers li:not(:first-child):before {content: " | "; margin-right: .5em;}
ul.dividers li {text-align: center;}

.valError {color:red;}

h1, .h1 {font-size: 1.8rem;}
h2, .h2 {font-size: 1.1rem;}
h3, .h3 {font-size: 1.2rem;}
h4, .h4 {font-size: 1rem;}

hr {
	margin: 5px 0px 10px;
}

a {
  color: #1B3665;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.textSmaller {font-size: .9em;}

.slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 29px;
  height: 106px;
  display: block;
  border: none;
  text-indent: -9999px;
  z-index: 1000;
}

.slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  background: url(/images/leftArrow.png) no-repeat;
}

:hover.slick-prev {
  background: url(/images/leftArrow-on.png) no-repeat;
}

.slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  background: url(/images/rightArrow.png) no-repeat;
}

:hover.slick-next {
  background: url(/images/rightArrow-on.png) no-repeat;
}


.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;

  list-style-type: none;
  position: absolute;
  bottom: -10px;
  left: 20px;
  right: 20px;
}

.slick-dots li {
  margin: 0 0px;
  line-height: 1;
}

.slick-dots button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  margin: 0 3px;
  padding: 0;
  text-indent: -9999px;

}

.slick-dots li.slick-active button {
  background-color: #222b37;
}

.slick-dots button:focus {
  outline: none;
}

img.imageRight {
  max-width: 40%;
  float: right;
  margin: 0 0 10px 10px;
}




/* --------------------------------------------------------
    Header
   -------------------------------------------------------- */

#headerGraphicSection {position: relative;}


.headerOverlay {position: absolute; bottom: -.7em; left: 0; width: 100%;z-index: 11;}


.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video_container iframe,
.video_container object,
.video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.slideBackground::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.56);
}

.headerTitle {
  font-size: 1.3em;
  text-shadow: 1px 1px #000;
}

/* --------------------------------------------------------
    Footer
   -------------------------------------------------------- */
.footer h3 {
  font-size: 90%;
}

.footerLinks a {
  color: #fff;
  border-bottom: solid 1px #fff;
  display: block;
  margin-bottom: 3px;
}



/* --------------------------------------------------------
    Navigation
   -------------------------------------------------------- */

  .navBackground {
    background: url(/images/bluebldgbkgd.jpg) no-repeat center center;
    background-size: cover;
  }


a.nav-link {
  color: #fff;
  font-size: 1.1rem;
}

a:hover.nav-link,
a.nav-link.active {
  background-color: #a38969;
}

.navbar-toggler {
  padding: .25rem 0rem;
  font-size: 1.5rem;
  color: #fff;
}

.dropdown-menu {
  background: #a38969;
  border-radius: 0;
}

a.dropdown-item {
  color: #fff;
}

a:hover.dropdown-item,
a.active.dropdown-item {
  background: #1b4679;
  color: #fff;
}


/* --------------------------------------------------------
    HOME
   -------------------------------------------------------- */

.homepage.parallax {background-attachment: unset;}

#carouselNews .slick-slide {margin: 0 5px;}
#carouselNews .slick-list {margin: 0 -5px;}

.homeStats {background-color: #e1e0db; color: #767675;}
.statNumber {font-size: 2.1em;}


/* --------------------------------------------------------
    COMPANY
   -------------------------------------------------------- */
.companyBox {
  border-radius: 25px;
  border: solid 5px #939598;
  color: #fff;
}

.companyBox a {
  color: #fff;
}

:hover.companyBox {
  border-color: #f78206;
  color: #fff;
  cursor: pointer;
}

:hover.companyBox a {
  text-decoration: none;
}

.companyBoxTitle {
  color: #fff;
  font-size: 1.8rem;
}

.goldButton {
  background: #a38969;
  padding: 5px 20px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  font-size: .9em;
  border: none;
}

:hover.goldButton {
  background: #1B3665;
  color: #fff;
  text-decoration: none;
}

.darkBlueButton {
  background: #222b37;
  padding: 5px 20px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  font-size: .9em;
}

:hover.darkBlueButton {
  background: #009ec8;
  text-decoration: none;
}

:hover.companyBox .blueButton {
  background: #f78206;
}

.iconBox {
  background: #f8f8f8;
  border-radius: 15px;
  color: #6d6e71;
}

.iconBox .iconTitle {
  color: #f78206;
  font-size: 1.5em;
}




.contact_Map {
  width: 100%;
  height: 400px;
}

#frmRequest .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  font-size: .9em;
  /* Firefox */
}

#frmRequest .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-size: .9em;
}

#frmRequest .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-size: .9em;
}

.disclaimer {
  font-size: .8rem;
  margin: 5px 0 10px;
  color: #fff;
}

#frmRequest .form-control {
  margin-bottom: 5px;
  border-radius: 0;
  border:none;
  border-top: solid 2px #a38969;
  background:rgba(185, 185, 185, 0.8);
}

#frmFeedback .form-control {
  margin-bottom: 5px;
  border-radius: 0;
}

.valError {
  color: red;
}

#frmRequest .valError {
  color: #fff;
}




/* --------------------------------------------------------
    RESOURCES
   -------------------------------------------------------- */


.postItem {
  background: rgba(255, 255, 255, .8)
}

#resourcesCarousel .slick-slide {
  margin: 0 5px;
}

#resourcesCarousel .slick-list {
  margin: 0 -5px;
}


.resourceThumbList {
  border-top: solid 5px #a38969;
}

.postGrid a:hover {
  text-decoration: none;
}

.postGrid.older .postItem {
  border: none;
}

.postGrid.older::after {
  content: "";
  margin: 5px 0;
  border-right: solid 1px #dee2e6;
}

/* --------------------------------------------------------
    BIOS
   -------------------------------------------------------- */

.bioQuote {font-size: .9em; text-shadow: 1px 1px #000;}

.bioDetails {
  position: absolute;
  bottom: 10px;
  background: #1B3665DE;
  width: 90%;
  margin: 0 auto;
}

.slideBackground.parallax {
  background-attachment: unset;
}

#tagline.h3 {font-size: 1rem; font-weight: normal;}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Small devices (landscape phones, 576px and up) */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 576px) {
  #tagline.h3 {
    font-size: unset;
  font-weight: bold;  }

  .navBackground {
    border-top: solid 3px #a38969;
  }
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 768px) {

  a.nav-link {padding: 1em 0;}

  h1, .h1 {font-size: 2rem;}
  h2, .h2 {font-size: 2rem;}
  h3, .h3 {font-size: 1.4rem;}
  h4, .h4 {font-size: 1rem;}

  .grid-divider {
    overflow-x: hidden;
    position: relative;
  }

  .grid-divider>[class*="col-"]:nth-child(n + 2):after {
    content: "";
    background-color: #aeb0b2;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    left: -1px;
  }

  .headerTitle {
    font-size: 2.3rem;
  }

  .bioQuote {font-size: 1.1em; width: 100%;}



  .slideText {
    padding-top: 40px;
  }


  .slick-next {
    right: -31px;
  }

  .slick-prev {
    left: -31px;
  }


  .contact_Map {
    height: 350px;
  }

  .headerOverlay {bottom: -1.2em;}


}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Large devices (desktops, 992px and up) */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 992px) {

  h1, .h1 {font-size: 1.8rem;}
  h2, .h2 {font-size: 1.6rem;}
  h3, .h3 {font-size: 1.5rem;}
  h4, .h4 {font-size: 1rem;}

  .headerTitle {
    font-size: 3rem;
    font-weight: bold;
  }


.bioQuote {
  font-size: 1.3em;
}

.headerOverlay img.img-fluid {max-width: unset; width:100%;}

 .headerOverlay {bottom: -1.9em;}

 .slideBackground.parallax {background-attachment: unset; background-size: cover;background-position: center;}

}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Extra large devices (large desktops, 1200px and up) */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 1200px) {

}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Custom media queries */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Set width to make card deck cards 100% width */
@media (max-width: 992px) {}

@media (max-width: 767px) {}