:root {
  --gg-blue: #1B4489;/*blue from logo*/
  --gg-blue-hover: #102E62;/*blue for hovers*/
  --gg-red: #D34128; /*red from logo*/
  --gg-green: #3AAF4A; /*green from logo*/
  --gg-ltgray: #F5F8FA;
  --gg-mdgray: #B5B5B5;
  --gg-dark: #1E1E2D;/*sidebar and header color*/
  --gg-fc-border: #E4E6EF;
  --gg-white: #FFFFFF;
  --fc-border-radius: .475rem;
}

header{
  background-color: var(--gg-white);
}
video{
  position: fixed;
  top:     -140px;
  z-index:     -1;
  width:     100%;
}
h1, h2, h3{
  color: var(--gg-blue);
}
h1{
  padding-bottom: 25px;
}
/*h3{
  color: var(--gg-green);
}*/
footer{
  background-color: var(--gg-blue);
  text-align: center;
  color: var(--gg-white);
  padding: 6em 0 4em;
}
footer a:link, footer a:visited{
  color: var(--gg-white);
  text-decoration: none;
  font-weight: bold;
  transition: all ease-in-out .25s;
}
footer a:hover{
  color: var(--gg-mdgray);
}
#sitemap a, #sitemap a:visited{
  text-decoration: none;
  color: #333333;
}
/* MAIN CLASSES */
.navbar{
  background-color: rgb(255, 255, 255);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
}
a.nav-link {
  color: var(--gg-blue);
  margin: 0 15px;
  display: block;
  font-weight: bold;
  transition: all ease-in-out .25s;
}
a.nav-link:hover{
  color: var(--gg-red);
}
.service-area-links a{
  text-decoration: none;
  color: var(--gg-dark);
  transition: all ease-in-out .25s;
}
.service-area-links a:hover{
  text-decoration: underline;
  color: var(--gg-red);
}
.mobile-call-header{
  height: 105px;
  width: 100%;
  color: #ffffff;
  margin-top: 105px;
}
.mobile-call-header a:link {
  background-color: var(--gg-green);
  color: #ffffff;
  text-align:center;
  font-size: 2em;
  text-decoration: none;
  display:block;
  width: 100%;
}
.btn-primary{
  background-color: var(--gg-red);
  border-color: var(--gg-red);
}
.btn-primary:hover{
  background-color: #9f3018;
  border-color: #9f3018;
}
.scrollUp {
  display: none;
  background-color: var(--gg-red);
  color: var(--gg-white);
  height: 40px;
  width: 40px;
  position: fixed;
  z-index: 10000000;
  left: 0;
  bottom: 70px;
  text-align: center;
  border-radius: 0 10px 10px 0 ;
  opacity: .5;
  transition: all ease-in-out .25s;
}
.scrollUp:hover{
  opacity:1;
}
.est{
  background-image:url(/assets/img/est_1994.webp);
  min-height: 710px;
  display: block;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
}
.stamp-border{
  border: 15px solid var(--gg-white);
  border-radius: 0.475em;
  width: 100%;
  display: block;
  padding: 2em;
  /*margin-top: 3em;*/
  margin-top: 15em;
  box-shadow: 3px 3px 3px #111111;
}
.stamp-border h2{
  color: var(--gg-white);
  font-weight: bold;
  text-align: center;
  text-shadow: 3px 3px 3px #111111;
}
.xl-text {
  font-size: 6em;
  text-align: center;
  color: white;
  display: block;
  text-shadow: 3px 3px 3px #111111;
}
.hero-logo{
  left: 50%;
  transform: translate(-50%, 40%);
  position: relative;
  top: 50%;
}
.hero{
  height: 100vh;
}
.main-container{
  background-color: var(--gg-white);
  padding: 2em;
}
.main-container p, .main-container ul{
  font-size: 1.1em;
  line-height: 1.62;
}
.secondary{
  background-color: var(--gg-green);
  color: var(--gg-white);
  padding: 4em;
}
.secondary-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.secondary-shape-fill {
  fill: var(--gg-green);
}
.secondary-shape svg {
  display: block;
  width: calc(300% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.card {
  border: 5px solid rgba(255,255,255,.125);
}
.runner{
  margin-top: 30px;
  margin-bottom: 30px;
}
.card-container{
  margin-top: -200px;
  margin-bottom: 60px;
}
.card-container img{
  width: 100%;
  transition: all ease-in-out .25s;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.card-container img:hover  {
  transform: scale(1.1);
}
.card-container h4{
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 25px;
  color:  #ffffff;
  text-shadow: 0 3px 3px #000000;
}
.red-border-right{
  border-right: 5px solid var(--gg-red);
}
.green-border-right{
  border-right: 5px solid var(--gg-green);
}F
.staff img {
  transition: all ease-in-out .25s;
  border-left: 5px solid var(--gg-red);
}
.staff img:hover  {
  transform: scale(1.1);
}
.uaf-div{
  background-color: #FFFFFF;
  height: 300px;
}
.carousel-control-next, .carousel-control-prev {
  width: 1%;
}
.text-success{
  color: var(--gg-green) !important;
}
.text-primary{
  color: var(--gg-blue) !important;
}
.navbar-toggler {
  background: var(--gg-green);
}
.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, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.social-connected a:link, .social-connected a:visited{
  color: var(--gg-white);
  text-decoration: none;
}
.gall_img_alert{
  background-color: var(--gg-blue);
  border-color: var(--gg-blue);
  color: #FFFFFF;
  margin-top: 5px;
}
.gallery-border{
  border: 2px solid rgba(0,0,0,.15);
  border-radius: .375em;
}
.gallery-border img{
  border-radius: .475em;
}
.card-caption {
  text-align: center;
  border: 2px solid rgba(0, 0, 0, .25);
  display: inline-block;
  border-radius: .800em;
  width: 210px;
  margin: 15px auto -15px;
  background-color:#FFFFFF;
  position: relative;
  text-transform: uppercase;
  z-index: 200;
}
.offcanvas{
  z-index: 10450;
}
.swal2-confirm{
  background: var(--gg-green) !important;
}

/***************FORM CLASSES********************/
.form-control{
  border-radius: 0;
}
img#logo {
  max-width: 200px;
}
.img-center{

}
.webpage-secondary{
  margin-top: 75px;
}
@media only screen and (max-width: 769px){
  video{
    top: 105px;
  }
  .hero-logo {
    top: 30%;
  }
  .hero {
    height: 600px;
  }
  .est{
    height: 350px;
    min-height: 350px;
  }
  .card-body{
     padding: 10px 0 0;
  }
  .runner .col-md-6{
    padding: 1em 0;
  }
  .img-center{
    margin: 0 auto;
    display:block;
  }
  .stamp-border {
    width: inherit;
    margin: 1em 5px;
  }
  .staff img {
    border: 5px solid var(--gg-red);
  }
}
@media only screen and (max-width: 576px){
  .hero{
    height: 320px;
  }
  .card-container img {
    width: initial;
  }
  .webpage-secondary{
    margin-top: 0;
  }
  .main-container {
    padding: 1em;
  }
  .card-container h4 {
    text-align: center !important;
    left: 0 !important;
    width: 100% !important;
    background: rgba(0,0,0,.5);
    top: 0;
    padding: 5px 0 5px 0;
  }
  .card picture{
    /*background-color: var(--bs-gray-500);*/
    background-color: var(--gg-white);
  }
  .stamp-border {
    border: 6px solid var(--gg-white);
    width: 90%;
    padding: 0em;
    margin: 1em;
    margin-top: 7em;
  }
  .xl-text {
    font-size: 3em;
  }
  .service-boxes.card {
/*    border: 5px solid rgba(0, 0, 0, .25);*/
    margin-bottom: 10px;
  }
  .fa-5x {
    font-size: 1em;
  }
  .center-mobile {
    margin: 0 auto 25px !important;
    display: block;
    float: none ;
  }
  h1{
    text-align:center;
  }
  .review-frame{
    max-width:380px;
  }
  .home-page{
      margin-top: 0;
  }
}

/* YOUTUBE RESPONSIVE VIDEOS */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container embed,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-success{
  background-color: #39AF49;
}