body {
  padding: 0;
  margin: 0;
    -webkit-font-smoothing: antialiased;
    max-height: 100%;
    -webkit-font-smoothing: antialiased;
}


.slider {
  width: 100%;
  height: 100%;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}




.bleed {
  width: 100%;
}



/* typography */


h1 {
  
  font-family: degular, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  color: #232E60;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-bottom: 15px;
  line-height: 1;
}

.dark-theme h1 {
  color: #fff;
}

.light-theme h1 {
  color: #232E60;
}




h3 {
 font-family: degular, sans-serif;
 font-weight: 500;
 font-style: normal;
 font-size: 30px;
 margin-block-start: 0em;
 margin-block-end: 0em;
 color: #232E60;
}

.light-theme h3 {
  color: #232E60;
}


.dark-theme h3 {
  color: #fff;
}


h4 {
  
  font-family: degular, sans-serif;
  font-weight: 700;
  font-style: normal;

}


p {
  font-family: degular, sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 22px;
   margin-block-start: 0em;
   margin-block-end: 0em;
   color: #232E60;
   padding: 5px 0;
   line-height: 1.5;
}


.light-theme p {
  color: #fff;
}


.dark-theme p {
  color: #fff;
}

a {
  font-size: inherit;
  font-weight: inherit;  
  font-family: inherit;
  color: inherit;
  
}



#hero {
  height: 90vh;
}

#hero > contain {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


#hero .left-hero {
  width: 65%;
  height: 100%;
}


.slick-list {
  height: 100%;
  width: 100%;
}

.slick-track {
  height: 100%;
  width: 100%;
}

#hero .right-hero {
  width: 35%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#hero .right-hero > div {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}





.right-hero {
  background: #9FBAD5;
}

.arrow-icon {
  height: 18px;
  width: auto;
  margin-top: 5px;
  padding-left: 5px;
}

.anchor-links {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}


.anchor-links h3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 0;
  transition: 0.5s;
}

#hero h3 {
  color: #fff;
}


.anchor-links h3 a {
  text-decoration: none;
}


.anchor-links h3:hover {
  padding-left: 6px;
  transition: 0.3s;
}

.right-hero {
  background-image: url(../img/wave.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.right-hero .anchor-links {
  padding-bottom: 20px;
}




.dark-theme .text-content {
  background: #232E60;
  background-image: url(../img/wave-sheer.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.light-theme .text-content {
  background: #91AFCE;
  background-image: url(../img/wave.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}





.text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;

}


.text-content > div {
  width: 80%;
  max-width: 550px;
padding: 30px 0;
  
}


.two-column {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.two-column .column-image {
  display: flex;

}

.two-column > div {
  width: 50%;
}





/* card */


.card-column {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.card-column > div {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}


.six-columns > div {
  width: 14.2857142857%;
  padding: 30px 0px;

}


.three-columns > div {
  width: 33.333%;
  padding: 25px 0px;
  min-height: 30vh;
}




.card-column > div:nth-child(even) {
  background: #E7EEF4;
}

.card-column > div img {
height: auto;
  width: 35%;

max-width: 300px;
  
}






.three-columns > div > a {
  display: block;
  font-family: degular, sans-serif;
   font-weight: 600;
   font-style: normal;
   font-size: 20px;
 
   padding: 5px 10px;
   text-decoration: none;
   color: #fff;
   background-color: #287F9E;
   margin-top: 30px;
  
}


.six-columns a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.six-columns a img {
  display: block;
height: auto;
  width: 70% !important;
  max-width: 700px !important;

  transition: 0.4s;
}


.six-columns a:hover img {
opacity: 0.7;
}





#visiting-image .column-image {
  height: 35vw;
}


/* footer */


#footer contain > div {
  height: auto;
}


.footer-left-content {
  background-color: #232E60;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 0;
}


.footer-left-content > img {
  width: 100%;
  max-width: 400px;
  height: auto;
}


.footer-right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #131832;
  padding: 40px 0;
}

.footer-right-content > div {
  width: 90%;

}


.footer-right-content p.copyright {
  font-size: 18px;
  color: #9FBAD5;
}

.contact-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.contact-info > div { 
  width: 48%;
}

.contact-info h3 {
  padding-bottom: 10px;
}


.contact-info p {
  font-size: 18px;
  padding: 3px 0;
  color: #9FBAD5;



}

.contact-info p a {
  color: #9FBAD5;
  transition: 0.3s;
}

.contact-info p a:hover {
  color: #ffffff;
}



/* nav */

nav.controller {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 9999;
  width: 100%;
}


nav.controller a {
  display: block;
}

nav.controller a img {
  height: 120px;
  width: auto;
}


.dropdown {
  overflow: hidden;
  transition: 0.7s;
  height: auto;
  max-height: 120px;
}


.dropdown:hover {
  max-height: 500px;
}


.dropdown > div {
  color: #fff;
  height: 120px;
  background: #232E60;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
}

.dropdown > div h4 {
  font-size: 23px;

  margin-block-start: 0;
  margin-block-end: 0;
}


.dropdown a {
  display: block;
  background: #28356D;
  color: #fff;
  font-family: degular, sans-serif;
   font-weight: 500;
   
   text-decoration: none;
   text-transform: uppercase;
   padding: 14px 0;
   text-align: center;
   border-top: 1px solid #384789;
  transition: 0.5s;
}


.dropdown a:hover {
  background: #232E60;
}



.burger {
  width: 120px;
  height: 120px;
  background: #131832;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  
}

.burger h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.burger .bar {
  width: 50px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
  transition: 0.4s;
}

.burger:hover .bar {
 padding-left: 8px;


}

.menu-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}




#burger-container {
  background: #232E60;
  width: 35vw;

  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  align-items: center;
  transition: 0.4s;
  transition-property: margin;
  margin-right: -35vw;

}

#burger-container.open {
  margin-right: 0;
}


#burger-container .burger {
  position: absolute;
  top: 0;
  right: 0;
}

#burger-container ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

#burger-container ul li a {
  text-decoration: none;
  color: #9FBAD5;
  font-family: degular, sans-serif;
   font-weight: 500;
 font-size: 30px;

}

#burger-container ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

#burger-container ul li  {
  padding: 12px 0;
  position: relative;
  display: inline-block;
  margin-left: 45px;
  transition: 0.6s;

}


#burger-container.open ul li {
  margin-left: 0px;

}

#burger-container.open ul li a {
  padding-left: 0;
  transition: 0.3s;
 
}

#burger-container.open ul li:hover a {
  padding-left: 10px;
  color: #fff;
}



#burger-container.open ul li:nth-child(1) {
transition-delay: 0.1s;
}

#burger-container.open ul li:nth-child(2) {
transition-delay: 0.2s;
}

#burger-container.open ul li:nth-child(3) {
transition-delay: 0.3s;
}

#burger-container.open ul li:nth-child(4) {
transition-delay: 0.4s;
}

#burger-container.open ul li:nth-child(5) {
transition-delay: 0.5s;
}

#burger-container.open ul li:nth-child(6) {
transition-delay: 0.6s;
}

#burger-container.open ul li:nth-child(7) {
transition-delay: 0.7s;
}

#burger-container.open ul li:nth-child(8) {
transition-delay: 0.8s;
}

#burger-container.open ul li:nth-child(9) {
transition-delay: 0.9s;
}









#burger-container contain {
  width: 80%;
}


#burger-container ul li::before {
border-color: #9FBAD5;
border-style: solid;
border-width:  2px 2px 0 0;
content: "";
display: block;
height: 12px;
right: -40px;
position: absolute;
width: 12px;

/**
 * These two lines vertically centre 
 * the point of the arrow
 */
margin-top: -3px;
top: 50%;

/**
 * The arrow sprints to the left 
 * when the link is hovered
 */
transition: right 0.1s;

transform: rotate( 45deg );
-webkit-transform: rotate( 45deg );
}


#burger-container ul li::after {
  background: #9FBAD5;
  content: "";
  display: block;
  height: 2px;
  right: -40px;
  position: absolute;
    top: 55%;
  width: 25px;

  /**
   * We need to animate the shaft too, 
   * to be able to look at a moving arrow
   */
  transition: right 0.1s;
}



.info {
  padding-top: 40px;
}


.info a {
  color: #9FBAD5;
  transition: 0.3s;
}


.info a:hover {
  color: #ffffff;
}


.info h5 {
  font-family: degular, sans-serif;
   font-weight: 400;
   font-size: 20px;
   margin-block-start: 0em;
   margin-block-end: 0em;
   padding: 5px 0;
}


.info h3 {
  color: #9FBAD5;
}
.info p {
  color: #9FBAD5;
}


.social {
padding-top: 20px;
}

.social img {
  height: 30px;
  width: auto;
}

.social a {
  display: inline-block;
  margin-right: 20px;
}



.mobile-header {
  display: none;
}

@media screen and (max-width: 1440px){
  
  
  
  .dropdown > div {
    height: 100px;
  }
  
  .dropdown {
    max-height: 100px;
  }
  
  nav.controller a img {
    height: 100px;
  }
  
  

  h1 {
      font-size: 45px;
      padding-bottom: 10px;
}

p {
  font-size: 20px;
  line-height: 1.2;
}


.anchor-links {
padding-top: 10px;


}

h3 {
  font-size: 25px;
}

.burger {
width: 100px;
height: 100px;
}

.dropdown > div h4 {
font-size: 20px;

}

#hero .right-hero > div {
padding-top: 50px;




}



@media screen and (max-width: 1200px){
  
  h1 {
  font-size: 38px;
  
}


    p {
font-size: 19px;

}
.anchor-links h3 {
  padding: 5px 0;
}


h3 {
  font-size: 23px;
}


#burger-container ul li {
padding: 5px 0;

}


#burger-container ul li a {

font-size: 25px;

}


#burger-container ul li::before {
  height: 8px;
  right: -32px;
  width: 9px;
}



#burger-container ul li::after {

right: -30px;

width: 16px;
}

  .info {
      padding-top: 24px;
  }
  
  .info h5 {

  font-size: 18px;
  
}

.social img {
    height: 20px;

}


.dropdown a {
  padding: 12px 0;
  font-size: 14px;
}


  
  
}


@media screen and (max-width: 1024px){
  
  #burger-container {
    width: 50vw;
    margin-right: -50vw;
  }
  
  #hero .left-hero {
      width: 50%;
  
  }
  
  
  #hero .right-hero {
      width: 50%;
 
  }
  
  p {
      font-size: 17px;
  }
  
  h1 {
      font-size: 35px;
  }
  
 .contact-info > div {
     width: 100%;
 }
 
 .contact-info > div:last-child {
 padding-top: 25px;
  }
 
 
  .contact-info {

      padding-bottom: 25px;
  }
  
  .footer-left-content {
    padding: 10px 0;
  }
  
  
  
  
}

@media screen and (max-width: 768px){
  
  
  #burger-container {
    width: 100vw;
    margin-right: -100vw;
  }
  
  #hero .left-hero {
      width: 50%;
  
  }
  
  nav.controller a img {
      height: 70px;
  }
  
  .dropdown > div {
      height: 70px;
  }
  .burger {
      width: 70px;
      height: 70px;
  }
  .dropdown {
      max-height: 70px;
  }
  
  .dropdown > div h4 {
      font-size: 14px;
  }
  
  .burger h3 {

      font-size: 16px;
      
  }
  
  .burger .bar {
      width: 30px;
      height: 2px;

      margin: 2px 0;

  }
  
  
  .burger h3 {

      font-size: 13px;

  }
  
  #hero {
    height: auto;
  }
  
  #hero .left-hero {
      width: 100%;
  height: 50vh;
  }
  
  
  #hero .right-hero {
      width: 100%;
      height: auto;
  
  }
  
  #hero .right-hero > div {
      padding-top: 0;
  }
  
  
  #hero .right-hero > div {
    width: 85%;
    padding: 20px 0;
  }
  
  
  h1 {
      font-size: 42px;
      line-height: 0.9;
  }
  
  .two-column > div {
      width: 100%;
  }
  
  
  .text-content > div {
      width: 85%;
      max-width: 550px;
      padding: 20px 0;
  }
  
  .text-content {

      min-height: unset;
      min-height: 35vh;
  }
  
  
  
  .column-image {
    height: 65vw;
  }
  
  
  .three-columns > div {
      width: 100%;
      padding: 25px 0px;
      min-height: unset;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
  }
  
  .three-columns > div > a {
    margin-top: 0;
  }
  
  .card-column > div img {

  width: 24%;
  
}


.three-columns > div > a {
  font-size: 15px;
}


.six-columns > div {
    width: 33.333%;
    padding: 30px 0px;
}

.card-column {
  background:#E7EEF4;
}

.six-columns > div:last-child {
  width: 100%;
}
.six-columns a img {
  height: 60px !important;
  width: auto !important;
}

#visiting-image .column-image {
    height: 65vw;
}


.dropdown > div {
  background: #161f4a;
}


.right-hero h1 {
  display: none;
}


.left-hero {
  position: relative;
}

.mobile-header {
  
  backgroundd: linear-gradient(#13183200, #132132);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 30px;
}

.mobile-header h1 {
  font-size: 45px;
  color: #fff;
  line-height: 1;
  width: 85%;
  padding-bottom: 20px;
}

  
  
}


@media screen and (max-width: 425px){
  
  
}






