::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

/*------------------------------------------------
font-face
--------------------------------------------------*/

html {
  background-color: #c1272e;
}

body {
  font-family: 'Gotham Book';
}

em {
  color: unset;
}

.landing {
  background-color: #c1272e;
  padding-bottom: 40px;
}


.header {
  padding: 35px 0 85px;
  color: #ffffff;
}

.logo {
  width: 490px;
  background-color: #ffffff;
  padding: 7px 20px 7px 25px;
  position: relative;
  margin-right: -15px;
}

.logo img {
  display: block;
}

.login-box {
  font-size: 16px;
  font-family: 'Gotham';
  font-weight: 500;
  color: #ffffff;
}

.login-box a {
  color: inherit;
}

.login-box a:hover {
  text-decoration: underline;
}

.login-box em {
  display: inline-block;
  margin-right: 7px;
}

.landing-image-wrapper {
  text-align: center;
}

.landing-content {
  font-size: 16px;
  color: #ffffff;
  max-width: 715px;
  margin: 70px 0 0 0;
}

.landing-content h2 {
  margin: 0 0 24px;
  font-family: 'Gotham Book';
  font-size: 39px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.landing-content p {
  line-height: 28px;
  margin: 0 0 20px;
}

.landing-content strong {
  font-family: 'Gotham';
  font-weight: 700;
}

.newsletter {
  margin-top: 60px;
}

.newsletter input[type="email"],
.newsletter input[type="text"] {
  background-color: transparent;
  height: 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 17px;
  font-style: italic;
  line-height: 19px;
  outline: 0;
  border: 0;
  border-bottom: #ffffff 1px solid;
  margin: 0 0 30px;
  border-radius: 0;
  padding: 10px;
  box-shadow: none;
}

.newsletter ::-webkit-input-placeholder {
  color: #fff;
}

.newsletter ::-moz-placeholder {
  color: #fff;
}

.newsletter :-ms-input-placeholder {
  color: #fff;
}

.newsletter :-moz-placeholder {
  color: #fff;
}

.newsletter button[type="submit"] {
  text-transform: lowercase;
  background-color: #ffffff;
  float: left;
  display: block;
  width: 104px;
  height: 35px;
  margin: 0 20px 0 0;
  line-height: 35px;
  color: #c1272d;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  outline: 0;
  border: 0;
  cursor: pointer;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}

.newsletter button[type="submit"].mobile-submit {
  display: none;
}

.newsletter-caption {
  width: 50%;
  float: left;
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 20px;
}

.newsletter-right {
  width: calc(50% - 30px);
  float: right;
}

.right-col {
  font-family: 'Gotham Book';
  font-size: 30px;
  letter-spacing: 6px;
  line-height: 30px;
}

.box-overlay,
.error {
  background-color: #fff;
  padding: 20px;
  /* margin-top: 40px; */
  margin-top: -20px;
  color: #c1272d;
  font-family: 'Gotham';
  font-weight: 500;
}

.box-overlay p {
  line-height: 22px;
}

.box-overlay p:last-child {
  margin: 0;
}

#FormBuilder_contact label {
  display: none;
}

#FormBuilder_contact .Inputfield {
  margin-bottom: 0;
}


@media screen and (max-width: 1430px) {
  .landing-content {
    margin-top: 50px;
  }

  .newsletter {
    margin-top: 40px;
  }

  .newsletter-caption {
    width: 40%;
  }

  .newsletter-right {
    width: calc(60% - 30px);
    padding: 13px 0;
  }

  .newsletter-caption {
    font-size: 15px;
  }

  .right-col {
    font-size: 27px;
  }

}

@media screen and (max-width: 1200px) {
  .landing-content {
    margin-top: 25px;
  }

  .newsletter {
    margin-top: 20px;
  }

  .newsletter-caption,
  .newsletter-right {
    float: none;
    width: auto;
  }

  .newsletter-caption {}

  .newsletter-right {
    clear: both;
    overflow: hidden;
  }

}

@media screen and (max-width: 1023px) {
  .header {
    padding: 15px 0 35px;
  }

  .login-box {
    width: 470px;
    float: right;
    margin: 0 0 10px;
  }

  .landing-content {
    max-width: none;
    margin: 0;
    padding: 0 10px 70px;
  }

  .landing-image {
    margin: 0 -5px 60px;
  }

  .landing-image img {
    width: 100%;
  }

  .landing-content h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .landing-content h2 strong {
    font-size: 39px;
  }

  .newsletter {
    margin-top: 50px;
  }

  .newsletter button[type="submit"].desktop-submit {
    display: none;
  }

  .newsletter button[type="submit"].mobile-submit {
    display: block;
  }

  .newsletter button[type="submit"] {
    width: 100%;
    float: none;
    height: 30px;
    line-height: 30px;
    margin: 0 0 35px;
  }

  .newsletter button[type="email"],
  .newsletter button[type="text"] {
    margin-bottom: 6px;
    text-align: center;
  }

  .newsletter-right {
    padding: 7px 0;
  }

  .right-col {
    font-size: 25px;
  }
}

@media screen and (max-width: 640px) {
  .login-box {
    width: 275px;
  }

  .logo {
    width: 295px;
    padding: 5px 10px;
  }

  .landing-content {
    padding: 0 5px 50px;
  }

  .landing-content h2 {
    letter-spacing: 0;
  }
}