@font-face {
  font-family: 'Noto Sans';
  src: url("fonts/notosans-italic-webfont.woff2") format("woff2"), url("fonts/notosans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Noto Sans';
  src: url("fonts/notosans-regular-webfont.woff2") format("woff2"), url("fonts/notosans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans';
  src: url("fonts/notosans-bold-webfont.woff2") format("woff2"), url("fonts/notosans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans';
  src: url("fonts/notosans-bolditalic-webfont.woff2") format("woff2"), url("fonts/notosans-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Noto Sans';
  src: url("fonts/notosans-extralight-webfont.woff2") format("woff2"), url("fonts/notosans-extralight-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans';
  src: url("fonts/notosans-extralightitalic-webfont.woff2") format("woff2"), url("fonts/notosans-extralightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
img {
  max-width: 100%; }

* {
  font-family: "Noto Sans", sans-serif; }

body {
  color: #444444; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

h3 {
  font-size: 26px;
  color: #001D3D; }

.dark-bg body {
  font-weight: 300; }
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
  font-weight: normal; }

.btn-primary {
  background-color: #001D3D;
  border-color: #001D3D; }

section {
  padding: 2rem 0; }

header {
  background-color: #FFF;
  transition: all 0.5s;
  z-index: 997; }

.header-space {
  height: 60px; }

a {
  color: #001D3D; }
  a:hover {
    text-decoration: none; }

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left; }

.nav-menu a {
  display: block;
  position: relative;
  padding: 10px 0 10px 25px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500; }

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #666;
  text-decoration: none; }

.nav-menu .fancy-button:hover {
  color: white !important; }

#hero {
  background-image: url("./assets/web-background.jpg?v=1.9.0.53");
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background-attachment: fixed;
  background-size: cover; }
  #hero::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #hero h1 {
    margin: 0 0 20px 0;
    font-size: 42px;
    line-height: 48px; }
  #hero h2 {
    margin-bottom: 40px;
    font-size: 24px; }

.fancy-button {
  background: #001D3D;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 20px; }

.fancy-button.invert {
  border: 1px solid #001D3D;
  color: #001D3D;
  background: white; }

ul.content-list {
  list-style: none;
  padding: 0; }
  ul.content-list li {
    padding-bottom: 10px; }
    ul.content-list li i {
      font-size: 20px;
      padding-right: 4px;
      color: #001D3D; }

#faq {
  background-color: #efefef; }
  #faq .faq-list {
    padding: 0; }
    #faq .faq-list ul {
      padding: 0;
      list-style: none; }
    #faq .faq-list li + li {
      margin-top: 15px; }
    #faq .faq-list li {
      padding: 20px;
      background: #fff;
      border-radius: 4px;
      position: relative; }
    #faq .faq-list a {
      display: block;
      position: relative;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      padding: 0 30px;
      outline: none; }
    #faq .faq-list .icon-help {
      font-size: 24px;
      position: absolute;
      right: 0;
      left: 20px;
      color: #666666; }
    #faq .faq-list .icon-show, #faq .faq-list .icon-close {
      font-size: 24px;
      position: absolute;
      right: 0;
      top: 0; }
    #faq .faq-list p {
      margin-bottom: 0;
      padding: 10px 0 0 0; }
    #faq .faq-list .icon-show {
      display: none; }
    #faq .faq-list a.collapse:hover {
      color: #001D3D;
      text-decoration: none; }
    #faq .faq-list a.collapsed {
      color: #343a40; }
    #faq .faq-list a.collapsed .icon-show {
      display: inline-block; }
    #faq .faq-list a.collapsed .icon-close {
      display: none; }

@media (max-width: 991px) {
  #hero {
    padding-top: 80px; }

  #hero .hero-img {
    text-align: center; }

  #hero .hero-img img {
    max-width: 50%; }

  #hero h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px; }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px; } }
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0; } }
label {
  font-size: 16px;
  color: #555;
  display: block;
  margin-bottom: 5px;
  width: 100%; }

input[type=text], input[type=email], input[type=number], textarea, input[type=date], .input {
  outline: none;
  margin: 0;
  border: none;
  width: 100%;
  font-family: inherit;
  line-height: 1.5em;
  background: #fafafa;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1em;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#s1-guest-form input[type="radio"].style {
  margin: 2.75em .75em 1.25em .75em;
  line-height: 1.5em;
  background: #fafafa; }
#s1-guest-form .checkbox-label {
  padding: 1em;
  display: inline-block;
  margin-top: 1.75em;
  width: auto; }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #s1-guest-form .form-check-input {
    margin-top: .4rem; } }

textarea {
  line-height: 1.5em;
  padding: 1em; }

.input-type-number {
  width: 100%;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  .input-type-number .minus-button, .input-type-number input, .input-type-number .plus-button {
    float: left;
    display: block;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 20px;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation; }
  .input-type-number .minus-button, .input-type-number .plus-button {
    width: 19%;
    color: white;
    cursor: pointer;
    user-select: none;
    font-size: 1.5em;
    font-weight: bold;
    height: 50px; }
  .input-type-number input {
    width: 60%; }
  @media all and (max-width: 740px) {
    .input-type-number .minus-button, .input-type-number .plus-button {
      width: 24%; }
    .input-type-number input {
      width: 50%; } }
  .input-type-number input::-webkit-outer-spin-button,
  .input-type-number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .input-type-number input[type=number] {
    -moz-appearance: textfield; }
  .input-type-number .minus-button {
    margin-right: 1%;
    background-color: #cb1c1c;
    border: 1px solid #721C24; }
  .input-type-number .plus-button {
    margin-left: 1%;
    background-color: #69B51D;
    border: 1px solid #19af19; }

.deprecated {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .5; }

.gdprcookie {
  color: white; }
  .gdprcookie button {
    display: inline-block;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    background-color: #3d566e;
    padding: .5em;
    margin-right: .5em; }
  .gdprcookie ul {
    list-style: none;
    padding: 0; }
    .gdprcookie ul input {
      float: left;
      display: inline-block;
      margin-right: .5em; }
    .gdprcookie ul label {
      width: auto;
      color: white; }

/*# sourceMappingURL=styles.css.map */
