* {
  margin: 0;
  padding: 0;
}

html { height: 100%; }

body {
  background-color: #fff;
  box-sizing: border-box;
  font: 400 18px "Open Sans", sans-serif;
  font-optical-sizing: auto;
  min-height: 100%;
  padding-bottom: 450px;
  position: relative;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}

h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 0.8em 0 0.6em;
  text-transform: uppercase;
}

h5 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0.6em;
  text-transform: uppercase;
}

p {
  line-height: 1.6em;
  margin: 1em 0;
}

p:first-of-type { margin-top: 0; }

p:last-of-type { margin-bottom: 0; }

p.larger {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

img,
iframe { vertical-align: middle; }

a.button {
  background-color: #4585ba;
	color: #fff !important;
	display: inline-block;
  font-size: 18px;
  font-weight: 400;
	padding: 15px 30px;
	text-decoration: none;
  text-transform: uppercase;
  transition: 300ms;
}

a.button:hover { background-color: #336fa1; }

.button-wrapper { margin-top: 2em; }

.pull-left {
  float: left;
  margin-right: 2em;
}

.pull-right {
  float: right;
  margin-left: 2em;
}

.caption {
  font-weight: 500;
  line-height: 1.6em;
  margin-top: 0.5em;
  text-align: center;
}

/* ==========================================================================
   Header
   ========================================================================== */

header {
  padding: 40px 20px;
  position: absolute;
    top: 0;
    right: 0;
    left: 0;
  z-index: 100;
}

nav {
  display: grid;
  gap: 40px;
  grid-template-columns: max-content 1fr;
  margin: 0 auto;
  max-width: 1600px;
  place-items: center end;
}

nav a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.logo img { max-width: 100%; }

#menu-main-menu {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 0 35px;
  list-style: none;
  position: relative;
}

#menu-main-menu > li > a {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
}

#menu-main-menu > li:hover > a { background-color: #4585ba; }

#menu-main-menu > li:hover > .sub-menu { display: block; }

#menu-main-menu .sub-menu {
  background-color: #4585ba;
  display: none;
  list-style: none;
  padding: 10px;
  position: absolute;
}

#menu-main-menu .sub-menu a {
  font-weight: 500;
  padding: 5px 10px;
  transition: 300ms;
}

#menu-main-menu .sub-menu a:hover { background-color: #336fa1; }

/* ==========================================================================
   Mobile Menu
   ========================================================================== */

#mainMenu {
  background-color: #2b3033;
  height: 100vh;
  overflow-x: hidden;
  position: fixed;
    top: 0;
    right: 0;
  transition: 1s;
  width: 0;
  z-index: 998;
}

#mainMenu.show { width: 100%; }

#mainMenu ul { list-style: none; }

#mainMenu .mobile-menu { margin: 0 30px; }

#mainMenu .mobile-menu:first-child { margin-top: 30px; }

.mobile-menu li ul {
  display: none;
  margin-bottom: 15px;
}

.mobile-menu a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
  text-decoration: none;
  white-space: nowrap;
}

/* ==========================================================================
    Mobile Menu Toggle
   ========================================================================== */
  
#openMenu {
  background-color: #2b3033;
  display: none;
  padding: 20px 15px;
  position: fixed;
    top: 0;
    right: 0;
  transition: .5s;
  width: 41px;
  z-index: 999;
}

#openMenu.open {
  background-color: #2b3033;
  color: #fff;
}

#menuTitle {
  position: relative;
  text-align: center;
  transition: .5s;
}
  
/* ==========================================================================
    Mobile Menu Icon Transition Effect
   ========================================================================== */
  
#btn {
  cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  transition: .5s;
  z-index: 200;
}

#btn .icon,
#btn .icon::before,
#btn .icon::after {
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transition: top ease .5s .5s, transform ease .5s;
  width: 41px;
}

#btn .icon {
  top: 14px;
  left: 2px;
}

#btn .icon::before { top: -8px; }

#btn .icon::after { top: 8px; }

#btn.active .icon { background: transparent; }

#btn.active .icon::before { transform: rotate(45deg); }

#btn.active .icon::after { transform: rotate(-45deg); }

#btn.active .icon::before,
#btn.active .icon::after {
  background-color: #fff;
  top: 0;
  transition: top ease .5s, transform ease .5s .5s;
}

/* ==========================================================================
   Banner
   ========================================================================== */

/* ==========================================================================
   Banner
   ========================================================================== */

.banner {
  position: relative;
  z-index: 0;
}

.banner .button {
  font-size: 20px !important;
  padding: 15px 30px !important;
}

#wds_container1_0 #wds_container2_0 #wds_0_slide1_layer1,
#wds_container1_0 #wds_container2_0 #wds_0_slide7_layer1,
#wds_container1_0 #wds_container2_0 #wds_0_slide8_layer1,
#wds_container1_0 #wds_container2_0 #wds_0_slide9_layer1,
#wds_container1_0 #wds_container2_0 #wds_0_slide10_layer1,
#wds_container1_0 #wds_container2_0 #wds_0_slide11_layer1,
#wds_container1_0 #wds_container2_0 #wds_0_slide12_layer1 {
  display: block !important;
  width: 100%;
}

.banner .banner-box {
  margin: 0 auto !important;
  max-width: 1600px !important;
  width: 100% !important;
}

.banner .banner-box .inner {
  margin: 0 !important;
  max-width: 67%;
}

.banner .banner-box h1 {
  font-size: 60px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin-bottom: 0.5em !important;
}

.banner .banner-box p.larger {
  font-size: 30px;
  line-height: normal !important;
  margin-bottom: 1em !important;
}

.banner .banner-box p {
  font-size: 24px;
  line-height: 1.5em !important;
}

span[data-type="wds_text_parent"] * { padding: 0 !important; }

.banner .image {
  max-width: 100%;
  overflow: hidden;
}

/* ==========================================================================
   Content
   ========================================================================== */

.frontpage-wrapper {
  background: #101921 url("../images/bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 120px 0;
}

.frontpage {
  color: #fff;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 20px;
}

.frontpage .grid {
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
}

.frontpage .grid-item {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: max-content 1fr;
  place-items: start;
}

.frontpage .icon {
  border: 1px solid #fff;
  border-radius: 60px;
  display: inline-block;
  padding: 20px;
}

.frontpage .video {
  align-items: center;
  aspect-ratio: 9/5;
  display: flex;
  overflow: hidden;
}

.frontpage .grid .button-wrapper { margin-top: 1.5em; }

.content {
  margin: 120px auto;
  max-width: 1600px;
  overflow: hidden;
  padding: 0 20px;
}

.content img { max-width: 100%; }

.content a {
  color: #4585ba;
  font-weight: 500;
  text-decoration: none;
}

.content a:hover { color: #6fb5ed; }

.content ul {
  line-height: 1.6em;
  margin: 1em 0;
  overflow: hidden;
}

.content li { margin-left: 1em; }

.content .menu { list-style: none; }

.content .menu li { margin-left: 0; }

.content .menu li:first-child { margin-top: 0; }

.content .label { margin-bottom: 0.25em; }

.content .label + * { margin-top: 0.25em; }

.content hr {
  background-color: #d1d1d1;
  border: none;
  clear: both;
  height: 1px;
  margin: 2em 0;
}

.left-image {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 9fr 10fr;
  margin-bottom: 120px;
}

.right-image {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 10fr 9fr;
  margin-bottom: 120px;
}

.content .left-image,
.content .right-image { margin-bottom: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */

.fm_empty_margin { margin-top: 0 !important; }

.fm-form-container.fm-theme1 .fm-form,
input[type="text"],
textarea {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
}

.fm-form-container.fm-theme1 .fm-form .button-submit { font: 400 18px 'Open Sans', sans-serif !important; }

.iti { display: block !important; }

.fm-form .wd-flex { display: block !important; }

.fm-form .fm-header-bg, .fm-form .wdform-field:not([type="type_hidden"]) { padding: 5px !important; }

.wdform_section,
.wdform-element-section { margin: 0 !important; }

.wdform_footer { display: none; }

.fm-form-container.fm-theme1 .fm-form .button-submit {
  text-transform: uppercase;
  transition: 300ms;
}

.fm-form-container.fm-theme1 .fm-form .button-submit:hover { background-color: #336fa1 !important; }

.fm-form-container .fm-scrollbox .fm-form { background-color: #866b59 !important; }

.fm-form-container.fm-theme1 .fm-form .fm-header-title { font: 400 30px "Open Sans", serif !important; }

/* ==========================================================================
   Gallery
   ========================================================================== */

.bwg_gal_title_0 {
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: uppercase;
}

.bwg-item {
  position: relative;
  z-index: 0;
}

.bwg-title1 {
  position: absolute;
    right: 15px;
    bottom: 10px;
    left: 15px;
  text-align: left !important;
  z-index: 999;
}

.bwg-title2 {
  font-weight: 700 !important;
  text-transform: uppercase;
}

.bwg_image_info { width: 100% !important; }

.bwg_image_description { text-align: center; }

/* ==========================================================================
   Section 1
   ========================================================================== */

.section1 {
  margin: 120px auto;
  padding: 0 20px;
}

.section1 h2 {
  margin-bottom: 60px;
  text-align: center;
}

.section1 h4 {
  color: #fff;
  margin: 0;
  position: absolute;
    right: 15px;
    bottom: 10px;
    left: 15px;
  z-index: 100;
}

.section1 a {
  color: #fff;
  text-decoration: none;
}

.section1 img { max-width: 100%; }

.section1 .grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
}

.section1 .grid-item {
  background-color: #000;
  position: relative;
}

.section1 .image {
  background-color: #000;
  opacity: 0.75;
  transition: opacity 300ms ease-in-out;
  z-index: 0;
}

.section1 .image:hover { opacity: 0.5; }

.section1 .button-wrapper {
  margin-top: 60px;
  text-align: center;
}

/* ==========================================================================
   Section 2
   ========================================================================== */

.section2-wrapper { background-color: #606466; }

.section2 {
  align-items: center;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 720px 720px 1fr;
}

.section2 .text { padding: 120px 80px; }

.section2 .image {
  align-self: stretch;
  grid-column: 1 / span 2;
  overflow: hidden;
}

/* ==========================================================================
   Section 3
   ========================================================================== */

.section3 {
  align-items: start;
  display: grid;
  gap: 80px;
  grid-template-columns: max-content 1fr;
  margin: 120px auto;
  max-width: 1600px;
  padding: 0 20px;
}

/* ==========================================================================
   Section 4
   ========================================================================== */

.section4 {
  margin: 60px auto;
  max-width: 1600px;
  padding: 0 20px;
}

.section4 .flex {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 60px;
  justify-content: center;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-wrapper {
  background-color: #2b3033;
  color: #fff;
  position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer-wrapper a {
  color: #fff;
  text-decoration: none;
}

.footer-wrapper a:hover { color: #6fb5ed; }

.footer {
  display: grid;
  gap: 40px 120px;
  grid-template-columns: 1fr repeat(3, max-content);
  margin: 0 auto;
  max-width: 1600px;
  padding: 60px 20px;
}

.footer .menu {
  line-height: 1.5em;
  list-style: none;
}

.copyright {
  border-top: 1px solid #3f4446;
  padding: 20px;
  text-align: center;
}

/* ==========================================================================
   Mobile
   ========================================================================== */

@media only screen  
and (max-width : 1599px) {

.banner .banner-box {
  margin-top: 50px !important;
  padding: 20px !important;
  text-align: center;
}

.banner .banner-box .inner { max-width: none; }

.banner .banner-box h1 { font-size: 48px !important; }

.banner .banner-box p.larger { font-size: 24px; }

.banner .banner-box p { font-size: 18px; }

.section2 { grid-template-columns: repeat(2, 1fr); }

.section2 .image { grid-column: auto; }

.section2 .text { padding: 120px 60px; }

}

@media only screen  
and (max-width : 1399px) {

body { padding-bottom: 0; }

nav {
  grid-template-columns: auto;
  place-items: center;
}

#menu-main-menu {
  gap: 0 10px;
  justify-content: center;
}

.banner .banner-box h1 { font-size: 36px !important; }

.banner .banner-box p.larger { font-size: 20px; }

.frontpage-wrapper { padding: 80px 0; }

.frontpage .grid { gap: 60px; }

.section1,
.content { margin: 80px 0; }

.section2 .text { padding: 80px 40px; }

.section3 {
  gap: 0;
  grid-template-columns: auto;
  margin: 80px 0;
  text-align: center;
}

.section4 { margin: 40px 20px; }

.left-image,
.right-image {
  gap: 60px;
  grid-template-columns: auto;
  justify-items: center;
  margin-bottom: 80px;
}

.footer-wrapper { position: relative; }

.footer {
  gap: 40px;
  grid-template-columns: repeat(3, auto);
}

.footer .branding {
  text-align: center;
  grid-column: 1 / span 3;
}

}

@media only screen  
and (min-width : 1024px) {

.section2 #wds_container1_1,
.section2 #wds_container2_1,
.section2 .wds_slideshow_image_wrap_1 { height: 100% !important; }

}

@media only screen  
and (max-width : 1023px) {

.pull-left,
.pull-right {
  float: none;
  margin: 1em 0;
  text-align: center;
}

.section2 { grid-template-columns: auto; }

.section2 .text { padding: 80px 20px; }

}

@media only screen  
and (max-width : 767px) {

h2 { font-size: 36px; }

h3 { font-size: 30px; }

h4 { font-size: 24px; }

.main-menu { display: none; }

#openMenu { display: block; }

.banner .image img { height: 200px; }

.frontpage-wrapper { padding: 60px 0; }

.frontpage .grid {
  gap: 40px;
  grid-template-columns: auto;
}

.frontpage .grid-item {
  grid-template-columns: auto;
  justify-items: center;
  text-align: center;
}

.section1,
.content { margin: 60px 0; }

.section1 h2 { margin-bottom: 40px; }

.section1 .grid { grid-template-columns: auto; }

.section1 .button-wrapper { margin-top: 40px; }

.section2 .text { padding: 60px 20px; }

.section3 { margin: 60px 0; }

.section4 { margin: 40px 20px; }

.left-image,
.right-image { margin-bottom: 60px; }

.footer {
  gap: 30px;
  grid-template-columns: auto;
  text-align: center;
}

.footer .branding { grid-column: auto; }

}