@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;1,400;1,600&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    color: #737373;
    background-color: #fff;
}

h1,
.h1
 {
    line-height: 1;
    color: #053c69;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

h1::after,
.h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
     margin: 0 auto;
    background: url(/images/thickBlueLink.png) no-repeat center center;
}

h1.noBorder::after, .h1.noBorder::after {
    content: "";
    background: none;
}

h2,
.h2
 {
    padding-bottom: 0;
    line-height: 1;
    color: #231f20;
}

h3,
.h3
 {
    padding-bottom: 0;
    line-height: 1;
    color: #231f20;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}



.theme-default-text,
a.theme-default-text {
    color: #737373 !important;
}

.theme-darkgray-text,
a.theme-darkgray-text {
    color: #231f20 !important;
}

.theme-lightgray-text,
a.theme-lightgray-text {
    color: #aeaeae !important;
}

.white-text,
.white-text a {
    color: #ffffff;
}

a.white-text {
    color: #ffffff !important;
}

.black-text,
.black-text a {
    color: #000000;
}

.theme-gray-text,
a.theme-gray-text {
    color: #808285 !important;
}

.theme-blue-text,
a.theme-blue-text {
    color: #3092d2 !important;
}

.theme-darkblue-text,
a.theme-darkblue-text {
    color: #053c69 !important;
}

.theme-green-text,
a.theme-green-text {
    color: #218146 !important;
}

.theme-orange-text,
a.theme-orange-text {
    color: #d75a1d !important;
}


.theme-red-text,
a.theme-red-text {
    color: #e21c24 !important;
}

.white-bg {
    background-color: #ffffff !important;
}

.black-bg {
    background-color: #000000 !important;
}


.theme-blue-bg {
    background-color: #3092d2 !important;
}

.theme-darkblue-bg {
    background-color: #053c69 !important;
}

.theme-gray-bg {
    background-color: #333333 !important;
}

.theme-lightgray-bg {
   background-color: #f2f2f2 !important;
}

.theme-darkdark-bg {
    background-color: #292929 !important;
}

.red {
    color: #e21c24;
}

.border-primary {
    border-color: #808285 !important;
}

.border-secondary {
    border-color: #053c69 !important;
}

.blueButton {
    color: #fff;
    background-color: #053c69;
    border-color: #053c69;
    text-decoration: none;
    padding: .5em 1em;
}

.blueButton:hover {
    color: #fff;
    background-color: #0760a8;
    border-color: #0760a8;
}

.btn-primary {
    color: #fff;
    background-color: #9bb157;
    border-color: #9bb157;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #218146;
    border-color: #218146;
}

.btn-secondary {
    color: #fff;
    background-color: #3092d2;
    border-color: #3092d2;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #1c5982;
    border-color: #1c5982;
}

.theme-select select {
  border: none;
  border-radius: 0;
  height: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #ffffffa6;
  border-right: solid 21px transparent;
}
.theme-select select:focus {
    outline: none;
    box-shadow: none;
    background-color: #ffffffa6;
    border-right: solid 21px transparent;
}

.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-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
  .parallax {background-attachment: fixed;}
}

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

ul.dividers li {
    text-align: center;
}

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

.smaller {
    font-size: .9em;
    line-height: 1.2;
}

.smallest {
    font-size: .8em;
    line-height: 1.2;
}

.bigger {
  font-size: 1.1em;
}

.fullwidth {
    width: 100%;
}

.fullHeight {
    height: 100%;
}

.semibold {font-weight: 600;}

.tinyMCEOutput img {max-width: 100%; height: auto;}

.tinyMCEOutput img[style*="float: right;"] {
    margin: 0 0 20px 20px;
}

.hover-fade {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.hover-fade:hover {
    opacity: 0.5;
}

.vw100 {width: 100vw !important;}
.vh100 {height: 100vh !important;}

/* responsive border helpers */
@media (max-width: 575.98px) {
    .border-xs-left-none {
        border-left: none !important;
    }

    .border-xs-right-none {
        border-right: none !important;
    }

    .border-xs-top-none {
        border-top: none !important;
    }

    .border-xs-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 767.98px) {
    .border-sm-left-none {
        border-left: none !important;
    }

    .border-sm-right-none {
        border-right: none !important;
    }

    .border-sm-top-none {
        border-top: none !important;
    }

    .border-sm-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 991.98px) {
    .border-md-left-none {
        border-left: none !important;
    }

    .border-md-right-none {
        border-right: none !important;
    }

    .border-md-top-none {
        border-top: none !important;
    }

    .border-md-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 1199.98px) {
    .border-lg-left-none {
        border-left: none !important;
    }

    .border-lg-right-none {
        border-right: none !important;
    }

    .border-lg-top-none {
        border-top: none !important;
    }

    .border-lg-bottom-none {
        border-bottom: none !important;
    }
}

.border-xl-left-none {
    border-left: none !important;
}

.border-xl-right-none {
    border-right: none !important;
}

.border-xl-top-none {
    border-top: none !important;
}

.border-xl-bottom-none {
    border-bottom: none !important;
}


/* font size helpers */
.bigText {font-size: 2.5em; line-height: 1.1;}
@media (min-width: 768px) {
  .bigText {font-size: 3em; }
}

@media (min-width: 992px) {
 .bigText {font-size: 3.5em;}
}

@media (min-width: 1200px) {
 .bigText {font-size: 4em;}
}
.content {
  position: relative;
  z-index: 2;
}

hr {
  opacity: 1;
}

/************************
	Nav
************************/
.nav-link {
    border: none;
    color: #626262 !important;
}

.nav-link:hover,
.nav-link[aria-expanded="true"],
li.active .nav-link {
    border: none;
    color: #fff !important;
    background: #053c69 !important;
}

.nav-link:focus {
  color: #fff;
  background: #053c69 !important;
}

.nav-item ul {
    background: #3092d2;
}

.dropdown-menu {
    border-radius: 0;
    color: #494949;
}

.dropdown-item {
  color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #053c69 !important;
    background: #3092d2 !important;
}

.dropdown-toggle::after {
    border-top: .3em solid #0f513d;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  border: solid 1px #d55a29;
  background: #e09541;
  margin-bottom: .25em;
}

.navbar-toggler:focus {
  box-shadow: none;
}




/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }

  #navbarSupportedContent {
    background: #3092d2;
    margin-left: -.75rem !important;
    margin-right: -.75rem !important;
  }

  .navbar-nav .nav-link {
    color: #fff !important;
    padding-right: 10px;
  }

  .dropdown-menu {
    text-align: right;
  }

  .dropdown-menu li {
    font-size: 1.2rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #servicesTabs li.nav-item,
  #servicesTabs li.nav-item button {width: 100%;}

}


/************************
	Header
************************/
.header {border-bottom: solid 5px #3092d2; z-index:3;}
.slideTitle {font-size: 1.5rem; padding: 0 5%;}

#headerGraphic {height: 75px; display: block; overflow: hidden;}

@media (min-width: 768px) {
  .slideTitle {font-size: 2.5rem; padding: 0 6%;}
  #headerGraphic {height: 150px;}
}

@media (min-width: 992px) {
  #fixedLogo {max-width: 350px;}
 .slideTitle {font-size: 3rem; padding: 0 4%;}
}

@media (min-width: 1200px) {
 .slideTitle {font-size: 3.4rem; padding: 0 7%;}
 #fixedLogo {max-width: 400px;}
 #headerGraphic {height: 230px;}
}

@media (min-width: 1500px) {
 #headerGraphic {height: 300px;}
}

.carousel-caption {
  text-align: left;
  top: 50%;
  bottom: unset;
  right: unset;
  left: 0;
  padding-left: 10%;
  width: 100%;
  transform: translateY(-50%);
}

.carousel-caption.with_bottom {
  transform: unset;
  top: unset;
  position: relative;
}

.carousel-caption.bottom {
  top: unset;
  bottom: 0;
  transform: unset;
  padding-bottom: 0;
  position: relative;
}

.carousel-caption.right {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
    padding-left: 0;
    padding-right: 10%;
    transform: unset;
    padding-bottom: 0;
    max-height: 350px;
    position: relative;
    padding-right: 0;
}

@media (min-width: 768px) {
  .carousel-caption {
    padding-left: 8%;

  }

  .carousel-caption.with_bottom {
    top: 50%;
    position: absolute;
    transform: translateY(-80%)
  }

  .carousel-caption.right {
      width: 35%;
      position: absolute;
      max-height: 100%;
      padding-right: 10%;
  }
  .carousel-caption.bottom {position: absolute; }
}

@media (min-width: 992px) {
  .carousel-caption {
    padding-left: 5%;
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .carousel-caption {
    padding-left: 8%;
    width: 50%;
  }

  .carousel-caption.right {
      width: 40%;
  }

  .carousel-caption.right .imageBackground {
    max-width: 400px;
  }
}

/************************
	Footer
************************/

.footer, .footer a {
  color: #848484;
}

#footerLearnMore a {
  padding-right: 5px;
  display: block;
  border-right: solid 3px #aeaeae;
}

.footer .white-text {
  color: #aeaeae !important;
}

#footerBottom, #footerBottom a {
  color: #4d4d4d;
}

/************************
	Home Video Details
************************/

.vimeo-wrapper {
   position: relative;
  padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homeBox {
  padding-bottom: 10px;
}

.homeBox::after {
  content: ">";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 25px;
  width: 25px;
  color: #053c69;
  background: #d5d6d6;
  text-align: center;
  font-size: 1.3em;
}

a:hover.homeBox::after, a:focus.homeBox::after {
  content: ">";
  background: #053c69;
  color: #d5d6d6;
}

@media (min-width: 768px) {


}

@media (min-width: 992px) {
  #homeBoxes {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
  }
}

@media (min-width: 1200px) {

}

/************************
	TABS
************************/
.nav-tabs .nav-item .nav-link {
  border-color: #3092d2;
  color: #3092d2 !important;
  background: #fff !important;
  border-radius: 0;
  padding: 1rem 1rem;
  font-size: 1.1rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  color: #fff !important;
  background: #053c69 !important;
  border-radius: 0;
  border: 1px solid #053c69;
}

.homeSplit {background: #d9d9d9;}

@media (min-width: 768px) {
  .homeSplit {
    background: linear-gradient(to left, #1b1a1f 50%, #d9d9d9 50%);
  }
}


.homePhotoLabel {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: url(/images/blueTintBackground.png);
}

/************************
	Home Stats
************************/
.statImage {height: 70px;}
.statNumber {font-size: calc(1rem + 1.5vw) !important;}
.statNumber::after {
  content: "";
    height: 3px;
    border-bottom: 2px solid #fff;
    display: block;
    margin: 0 130px;
}
.statText {padding: 20px 20px 0;}


/************************
	Contact Form
************************/

.form-control {
  background-color: #c6c5c557;
  border: none;
  margin-bottom: 10px;
  border-radius: 0;
}

.form-floating {
  border-top: solid 3px #053c69;
}


.form-floating > label{
  color: #053c69;
}

.submitButton {
  background: url(/images/submitButton.png) no-repeat;
  display: inline-block;
  width: 234px;
  height: 57px;
  color: #fff;
  border: none;
  margin-left: auto;
  padding: 20px 0px 20px 58px;
}

.submitButton:hover {
 opacity: .8;
}

#ContactForm .form-control {
  background-color: #fff !important;
}


/************************
	Slick Carousel
************************/
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    list-style-type: none;
    position: absolute;
    bottom: -30px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

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

.slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 0;
    border: none;
    display: inline-block;
    background: #32598f;
    margin: 0 5px;
    padding: 0;
    text-indent: -9999px;

}

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

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

/* the slides */
  .gutters .slick-slide {
      margin: 0 10px;
  }

  /* the parent */
  .gutters .slick-list {
      margin: 0 -10px;
  }

#homeNews .card {
  border-radius: 0;
}

#homeNews .card {
  border: none;
}

  /* the slides */
#homeNewsCarousel  .slick-slide {
      margin: 0 10px;
  }

  /* the parent */
#homeNewsCarousel  .slick-list {
      margin: 0 -10px;
  }


.cardBottomLink {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 95%;
}


.carousel-control-prev-icon {
  background-image: url(/images/arrow_left.png);
  width: 17px;
  height: 70px;
}

.carousel-control-next-icon {
  background-image: url(/images/arrow_right.png);
  width: 17px;
  height: 70px;
}

.carousel-control-next {
  right: -10px;
  justify-content: end;
}

.carousel-control-prev {
  left: -10px;
  justify-content: start;
}

@media (min-width: 768px) {
.carousel-control-next {
  right: -20px;
}

.carousel-control-prev {
  left: -20px;
}
}

#industriesList ul {margin-bottom: 0;}


#testimonialsList .accordion-item {border-width: 2px; padding: 0rem 0rem;}
#testimonialsList .accordion-button {
  padding: .75rem 0 .75rem 10px;
  background-color: rgba(45, 45, 45, 0.08);
  margin-bottom: 5px;
}
#testimonialsList .accordion-button:not(.collapsed) {
  color: #113968;
  background-color: #fff;
  box-shadow: none;
}
#testimonialsList .accordion-button:focus {
  border-color: #86b7fe;
  box-shadow: none;
}
#testimonialsList .accordion-button::after {
  content: "\F64D";
  font-family: "bootstrap-icons";
  background-image: none;
  transform: scale(1.5) !important;
  background-color: #053c69;
  color: #fff;
  height: 25px;
  width: 25px;
  padding: 5px;
  margin-right: 10px;
}
#testimonialsList .accordion-button:not(.collapsed)::after {
  content: "\F2EA";
  background-image: none;
  background-color: #3092d2;
}

#testimonialsList .accordion-item {
  border: none;
}

#testimonialsList .accordion-body {
  text-align: center;
  padding: 3% 10%;
  color: #3092d2;
  font-size: 1.2rem;
  border-bottom: solid 2px #3092d2;
  margin-bottom: 5px;
}

.blueBorderTop {
  border-top: solid 2px #3092d2;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}

.btn-close {
  position:absolute;
  right:-30px;
  top:0;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33%);
    }
}

/* medium and up screens */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}


body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
