body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #a2cc3a;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(162, 204, 58, 0.9);
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  margin-top: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #a2cc3a;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #4c8cca;
}

.navigation-link.w--current {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #a2cc3a;
  text-transform: uppercase;
}

.navigation-link.w--current:hover {
  color: #4c8cca;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 40px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 83, 128, 0.7)), to(rgba(36, 83, 128, 0.7))), url('../images/main_bg_web.jpg');
  background-image: linear-gradient(180deg, rgba(36, 83, 128, 0.7), rgba(36, 83, 128, 0.7)), url('../images/main_bg_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #a2cc3a;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  font-family: Montserrat, sans-serif;
  color: #a2cc3a;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  font-family: Montserrat, sans-serif;
  color: #4c8cca;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: justify;
  text-transform: none;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-subheading.center.action {
  font-weight: 400;
}

.section-subheading.center.contact {
  text-align: center;
}

.section-title-group {
  margin-bottom: 20px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: rgba(76, 140, 202, 0.1);
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(76, 140, 202, 0.1);
  border-radius: 2px;
  font-family: Montserrat, sans-serif;
  color: #245380;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #4c8cca;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.footer-link-wrapper.facebook.mobile {
  display: none;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.button-2 {
  width: 321px;
  height: 55px;
  margin-top: 10px;
  background-color: transparent;
  background-image: url('../images/logo_horizontal-01.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container {
  height: 55px;
  max-height: 55px;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #245380;
  font-size: 13px;
  line-height: 28px;
  font-weight: 300;
  text-align: justify;
}

.paragraph.bios {
  margin-bottom: 60px;
  font-size: 18px;
}

.paragraph.bios.package {
  margin-bottom: 19px;
}

.heading {
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  color: #4c8cca;
  letter-spacing: 1px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  color: #245380;
}

.section-2 {
  height: 125px;
  background-color: #fff;
  background-image: url('../images/main_bg_web.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span {
  font-weight: 400;
}

.text-span-2 {
  font-weight: 500;
}

.text-span-3 {
  font-weight: 500;
}

.text-span-4 {
  font-weight: 500;
}

.text-span-5 {
  font-weight: 500;
}

.link {
  color: #4c8cca;
  text-decoration: none;
}

.link:hover {
  color: #245380;
}

.mask-image {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-2 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #245380;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
}

.div-block {
  display: block;
  width: auto;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.for-limited-time {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #a2cc3a;
  font-size: 20px;
  line-height: 29px;
  font-style: italic;
  font-weight: 700;
}

._100 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #245380;
  font-size: 13px;
  line-height: 28px;
  font-weight: 300;
  text-align: justify;
}

._100.bios {
  margin-bottom: 60px;
  font-size: 18px;
}

.div-block-2 {
  height: 2px;
  background-color: #bebdbd;
}

.div-block-3 {
  margin-top: 40px;
  background-color: #fca01f;
}

.heading-3 {
  padding: 60px 60px 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
}

.button-3 {
  margin-bottom: 59px;
  padding: 20px;
  border: 0px solid #000;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #a2cc3a;
    text-align: center;
  }
  .navigation-link.w--current {
    color: #a2cc3a;
    text-align: center;
  }
  .navigation-link.w--current:hover {
    display: block;
  }
  .navigation-bar {
    height: 75px;
  }
  .hamburger-button {
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #fff;
    color: #fff;
  }
  .navigation-menu {
    padding-bottom: 40px;
    background-color: #fff;
  }
  .section {
    padding: 40px 20px;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .section-subheading.center {
    margin-right: 20px;
    margin-left: 20px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .footer-link {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer-link-wrapper.facebook {
    display: none;
  }
  .footer-link-wrapper.facebook.mobile {
    display: block;
  }
  .paragraph {
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading {
    margin-left: 20px;
  }
  .paragraph-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .columns {
    margin-right: 20px;
    margin-left: 20px;
  }
  .icon {
    color: #4c8cca;
  }
  .section-2 {
    height: 125px;
    background-image: url('../images/main_bg_web.jpg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  ._100 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
    font-size: 36px;
  }
  .hero-subheading {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 18px;
  }
  .section-subheading.center {
    margin-right: 20px;
    margin-left: 20px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .footer-link {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer-link.w--current {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer-link-wrapper.facebook.mobile {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer-link-wrapper.email {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer-link-wrapper.phone {
    margin-right: 20px;
    margin-left: 20px;
  }
  .column-1 {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph {
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading {
    margin-right: 20px;
  }
  .paragraph-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .column {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._100 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-heading {
    font-size: 27px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .button-2 {
    width: 300px;
    background-size: contain;
  }
  .image {
    width: 300px;
  }
  .heading-3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 28px;
  }
  .button-3 {
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 15px;
  }
}

