 body {
max-width: 100%;
width: 100%;
margin: 0px 0px 0px 0px;
font-family: Verdana, sans-serif;
background-color: #FFF;

    }

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

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

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

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


h1{
  color:rgb(0, 35, 75);
  font-size:28px;
    margin:0px 0px;
  font-weight:100;
}


h2{
  color:rgb(0, 35, 75);
  font-size:22px;
    margin:0px 0px;
}

h3{
  color:rgb(0, 35, 75);
  font-size:20px;
    margin:20px 0px 10px;
  font-weight:400;
}

h4{
  color:rgb(0, 35, 75);
  font-size:16px;
  font-weight:400;
  margin:0px 0px 0px;
  }

@media (min-width: 576px) {

  
h1{
  font-size:32px;
    margin:0px 0px;
}


h2{
  font-size:26px;
    margin:0px 0px;
}

h3{
  font-size:24px;
    margin:30px 0px 10px;
}

h4{
  font-size:18px;
  margin:0px 0px 0px;
  }
}

p,
li{
  color:rgb(0, 35, 75);
}

.mainBanner{
  float:left;
  position:relative;
  width:100%;
  margin:0px 0px 20px;
}

@media (min-width: 576px) {
  .mainBanner{
      margin:0px 0px 0px;
  }
}

.mainImgOne{
  float:left;
  position:relative;
  width:100%;
}

@media (min-width: 576px) {
  .mainImgOne{
    width:66%;
  }
}

#moreImages{
 margin: 0 auto;
  position:absolute;
  left:0px;
  top:40%;
  width: 100%;
  color:#FFF;
  font-size:38px;
  text-shadow: 4px 4px 6px rgba(0,0,0,0.4);
  text-align:center;
  pointer-events:none;
  
}

  .mainImgOne #moreImages{
  display:block;
    
  }

@media (min-width: 576px) {
  .mainImgOne #moreImages{
  display:none;
    
  }
}

.smallImgOne,
.smallImgTwo,
.smallImgThree{
    float:right;
  position:relative;
  width:32%;
  display:none;
}

@media (min-width: 576px) {

    .smallImgOne,
  .smallImgTwo,
  .smallImgThree{
  display:block;
  }
}


.smallImgOne{
margin:0px 0px 1.2%;
}

.smallImgThree{
display:none;
}


header.site-header{
    margin: 20px 3%;
}

.caption-container p{
    color:#fff;
    font-weight: 400;
}
* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.detailsContainer{
  float:left;
  position:relative;
  width:100%;
  padding:3%;
}

.detailsLeft{
    float:left;
  position:relative;
  width:100%;
  padding:0px 0px 0px 0px;
}

@media (min-width: 768px) {

  .detailsLeft{
    width:66.66%;
    padding:0px 40px 0px 0px;
  }
}

.detailsLeft li{
margin:5px;
}

.contact{    
    float:left;
  position:relative;
  width:100%;
  padding:0px 0% 1.2% 0%;
        }


@media (min-width: 768px) {

.contact{    
  width:33.33%;
  padding:0px 0% 1.2% 2.5%;
}
}

.contact img{
  margin-top:30px;
}

.contact a.pdfFileLink{
  padding:20px 30px;
  position:relative;
  float:left;
  width:100%;
  margin:30px 0px;
  text-decoration:none;
  border-radius:10px;
    color:rgb(255, 255, 255);
  background:  rgb(0, 35, 75);
  text-align:center;
}

@media (min-width: 992px) {

.contact a.pdfFileLink{
  padding:20px 30px;
  width:48%;
  margin:30px 0px;
}
}


.contact a.pdfFileLink:hover{
    background:  rgb(0, 35, 75,0.9);
    transition:all 0.5s;
}



.contact a.emailLink{
  padding:20px 30px;
  position:relative;
  float:right;
  width:100%;
  margin:0px 0px 30px;
  text-decoration:none;
  border-radius:10px;
    color:rgb(255, 255, 255);
  background:  rgb(0, 35, 75);
  text-align:center;
}

@media (min-width: 992px) {

.contact a.emailLink{
  padding:20px 30px;
  width:48%;
  margin:30px 0px;
}
}

.contact a.emailLink:hover{
    background:  rgb(0, 35, 75,0.9);
    transition:all 0.5s;
}

.generalLink{
  color:rgb(0, 35, 75);
  display:none;
  text-decoration:none;
  margin-bottom:10px;
}

@media (min-width: 768px) {
  
.generalLink{
  display:block;
}

}

.generalLink a{
  color:rgb(0, 35, 75);
  text-decoration:none;
}

.site-footer{
  float:left;
  position:relative;
  width:100%;
  padding:20px 3%;
    background:rgb(0, 35, 75);
}

.site-footer span.footerLink{
 color:#FFF;
  margin:0px 20px 10px 0px;
  display:block;
}

@media (min-width: 768px) {
  
.site-footer span.footerLink{
  margin:0px 20px 0px 0px;
  display:inline-block;
}

}
.site-footer span.footerLink a{
 color:#FFF;
  text-decoration:none;
}

/*************************/


/* Pop Up Style */
.video-pop {
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 992px) {
    .video-pop {
    height: 100%;
  
  }

}

  
.video-pop:target {
  visibility: visible;
  opacity: 1;
}

.pop-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
    z-index:100;
}
.pop-container {
  width: 96%;
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin:30px 0px 0px;
}

@media (min-width: 544px) {
  .pop-container {
    width: 80%;
      margin:30px 0px 0px;
  }

}

@media (min-width: 992px) {
  .pop-container {
    width: 60%;
      margin:0px 0px 0px;
  }

}

.pop-container iframe {
  width:100%;
  height: 450px;
  z-index:9999;
}

.closeIcon{
  text-decoration: none;
  color:#FFF;
  position: absolute;
  top:10px;
  right:10px;
}

/***************************/