﻿@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 900;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
}

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #002842;
}

header {
  background: url("/Images/HeroBG.jpg") no-repeat center center;
  background-size: cover;
  min-height: 600px;
}
header .top-section {
  box-sizing: border-box;
  padding: 30px 0;
}
header .top-section img {
  height: 50px;
}
header .bottom-section {
  padding-bottom: 90px;
}
header .bottom-section .bottom-section-wrapper {
  display: flex;
}
header .bottom-section .bottom-section-wrapper .bottom-section-col {
  width: 50%;
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 0 30px;
}
header .bottom-section .bottom-section-wrapper .bottom-section-col:nth-of-type(1) {
  display: flex;
  align-items: center;
}
header .bottom-section .bottom-section-wrapper .bottom-section-col:nth-of-type(1) img {
  width: 100%;
}
header .bottom-section .bottom-section-wrapper .bottom-section-col:nth-of-type(2) {
  box-sizing: border-box;
  padding: 0 0 0 80px;
}

.terms-wrapper {
  box-sizing: border-box;
  padding: 80px 0;
  background-color: #002842;
  color: #fff;
}
.terms-wrapper ul, .terms-wrapper ol {
  font-size: 20px;
}
.terms-wrapper ul li, .terms-wrapper ol li {
  margin-bottom: 10px;
}

.site-button {
  background-color: #40E0D0;
  color: #fff;
  border: 0;
  font-size: 18px;
  box-sizing: border-box;
  padding: 10px 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.site-button:hover {
  background-color: #40b3a8;
}

footer {
  background-color: #002842;
  border-top: 1px #fffff0 solid;
  box-sizing: border-box;
  padding: 50px 0;
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-wrapper .logo img {
  height: 40px;
}
footer .footer-wrapper .info a {
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
footer .footer-wrapper .info a:hover {
  color: #40E0D0;
}

.form-wrapper {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
}
.form-wrapper .heading {
  box-sizing: border-box;
  padding: 40px 40px 0 40px;
}

.modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.modal-content .modal-header {
  box-sizing: border-box;
  padding: 20px 20px;
  background-color: #fff;
  color: #002842;
  border: 0;
}
.modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 32px;
}
