@font-face {
  font-family: "gotham-book";
  src: url("fonts/gotham-book.eot");
  src: url("fonts/gotham-book.eot?#iefix") format("embedded-opentype"),
    url("fonts/gotham-book.woff") format("woff"),
    url("fonts/gotham-book.woff2") format("woff2"),
    url("fonts/gotham-book.ttf") format("truetype"),
    url("fonts/gotham-book.svg") format("svg");
}

@font-face {
  font-family: "gotham-bold";
  src: url("fonts/gotham-bold.eot");
  src: url("fonts/gotham-bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/gotham-bold.woff") format("woff"),
    url("fonts/gotham-bold.woff2") format("woff2"),
    url("fonts/gotham-bold.ttf") format("truetype"),
    url("fonts/gotham-bold.svg") format("svg");
}

body,
html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0px;
}

* {
  box-sizing: inherit;
}

body {
  background: #8b2581;
  font-family: "gotham-book", Open Sans, Arial, sans-serif;
  color: #ffffff;
  overflow-y: auto;
}

#page {
  margin: 100px;
}

.flex-page {
  display: flex;
  height: 100%;
  z-index: 1;
}

#left {
  padding: 90px;
  position: relative;
  width: 100%;
  background-color: #8b2581;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.error-message {
  display: none;
  color: red;
  font-size: 10px;
  bottom: -14px;
  position: absolute;
}

.error-message.terms-error {
  width: 100%;
  min-width: 346px;
}

#title {
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  color: #8b2581 !important;
  margin-bottom: 20px;
  font-family: "gotham-bold", Open Sans, Arial, sans-serif;
  text-align: center;
}

#title span {
  font-size: 88px;
  line-height: 96px;
}

#subtitle {
  font-size: 25px;
  letter-spacing: 3px;
  line-height: 33px;
  margin-top: 10px;
}

#form {
  margin-top: 10px;
  background: #fefefe;
  box-shadow: 0 0 6px #00000024;
  border-radius: 4px;
  padding: 35px;
  position: relative;
  max-width: 600px;
  z-index: 2;
}

.form-row:after {
  clear: both;
  content: " ";
  display: table;
}

.form-row input {
  display: block;
  float: left;
  height: 42px;
  margin-bottom: 0;
  border: none;
  box-sizing: border-box;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 300;
  padding-right: 18px;
  background: #dcdcdc;
  width: 100%;
}

.form-row input::placeholder {
  color: #16171e;
}

#submit-btn {
  border: none;
  border-radius: 2px;
  color: #16171e;
  background: #c7d72a;
  width: 165px;
  height: 42px;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0px 3px 6px #00000029;
}

#submit-btn img {
  margin-left: 10px;
}

#submit-btn .fa-circle-o-notch {
    font-size: 18px;
    display: none;
    color: #16171e;
}

#submitDetails {
    display: none;
}

.cb {
  display: none !important;
}

.cb-cnt {
  display: grid;
  grid-template-columns: 50px 1fr;
  vertical-align: bottom;
  width: 100%;
}

.cb-replaced {
  position: relative;
  display: block;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  background-color: #dcdcdc;
  float: left;
  cursor: pointer;
  border-radius: 2px;
}

.cb-replaced .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #dcdcdc;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.cb-replaced.checked .inner {
  background-image: url("images/captiveportal-cb-check.png");

  background-color: #c7d72a;
}

.cb-replaced.checked {
  background-color: #c7d72a;
}

.cb-text {
  float: left;
  color: #16171e;
  font-size: 16px;
}

.cb-text span {
  white-space: nowrap;
}

.checkbox-replaced {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  float: left;
  cursor: pointer;
}

.checkbox-replaced .inside {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkbox-replaced.checked .inside {
  background-image: url("images/captiveportal-cb-tick.png");
}

.input-group {
  position: relative;
  display: block;
  margin-right: 12px;
  margin-bottom: 18px;
  float: left;
  width: 100%;
}

.input-group.full-width {
  width: 100%;
  float: none;
  clear: both;
}

.clear-both {
  clear: both;
  display: block;
  position: relative;
}

/* The Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #ebdc55;
  color: #16171e;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: none;
  border-radius: 4px;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 500px;
}

.modal-content p {
  margin-top: 0px;
  margin-bottom: 15px;
}

.modal-content button {
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px;
  border: none;
  width: 130px;
}

.modal-content button:first-child {
  margin-right: 8px;
}

.modal-content button:hover {
  background-color: #ffc8c8;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.harvey-logo-mobile {
  display: none;
  z-index: 3;
}

.harvey-bg-desktop {
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.img-overlay-gradient {
  display: block;
  min-height: 100vh;
  min-width: 50%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent
    linear-gradient(106deg, #8b2581 0%, #84237be5 25%, #46134100 100%) 0% 0%
    no-repeat padding-box;
}

.logo-right {
  display: flex;
  flex-direction: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-width: 50%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.harvey-bg-desktop img {
  display: block;
  min-height: 100vh;
  min-width: 50%;
  width: 50%;
  position: absolute;
  top: 0;
}

.logo-right img {
  min-height: initial;
  width: 200px;
  align-self: center;
  position: relative;
}

.social-media {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.social-media a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.social-media a span {
  margin-left: 10px;
}

.social-media a.facebook {
  color: #2b619a;
}

.social-media a.facebook:hover {
  color: #204a77;
}

.social-media a.twitter {
  color: #01a0ca;
}

.social-media a.twitter:hover {
  color: #00799b;
}

.social-media a img {
  width: 30px;
}

.extra-info-btns {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.extra-info-btns.mobile {
  display: none;
}

.extra-info-btns button {
  background: transparent;
  border: none;
  font-size: 14px;
  color: #c7d72a;
  text-decoration: underline;
  cursor: pointer;
}

.extra-info-btns button:hover {
  color: #86921d;
}

.extra-info-right {
  width: calc(50% - 300px);
  height: calc(100% - 200px);
  background: #fff;
  border-radius: 4px;
  position: absolute;
  right: -100%;
  top: 100px;
  padding: 20px;
  overflow-y: auto;
  transition: 0.3s;
}

.extra-info-right.active {
  right: 100px;
  transition: 0.3s;
}

.extra-info-right .close-info {
  background: #8b2581;
  border-radius: 50%;
  color: #fff;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "gotham-bold", Open Sans, Arial, sans-serif;
  cursor: pointer;
}

.extra-info-right .close-info:hover {
  background: #641a5d;
}

.extra-info-right-logo {
  display: flex;
  justify-content: center;
}

.extra-info-right-logo img {
  min-height: initial;
  min-width: initial;
  width: 140px;
}

.extra-info-right-text {
  color: #191919;
}

.extra-info-right-text h4 {
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: underline;
}

.extra-info-right-text h5 {
  font-size: 14px;
  margin-bottom: 10px;
}

.extra-info-right-text p {
  font-size: 16px;
  margin: 10px 0;
}

.extra-info-right-text li {
  margin: 10px 0;
}

/* The Modal (background) */
.cookie-modal {
  display: block;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.cookie-modal-content {
  background-color: #8B2581;
  padding: 20px;
  border: none;
  border-radius: 5px;
  width: 80%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cookie-modal-content p {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #FFF;
}

.cookie-modal-content button {
  background-color: #C7D72A;
  color: #16171E;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px;
  border: none;
  width: 130px;
}

.cookie-modal-content button:first-child {
  margin-right: 8px;
}

.cookie-modal-content button:hover {
  background-color: #98a520;
}

@media only screen and (max-width: 1530px) {
  .extra-info-right {
    width: calc(50% - 200px);
  }
}

@media only screen and (max-width: 1280px) {
  #form {
    max-width: 500px;
  }

  #title {
    font-size: 40px;
    line-height: 46px;
  }

  #title span {
    font-size: 72px;
    line-height: 78px;
  }

  .extra-info-right {
    width: calc(50% - 150px);
  }

  .extra-info-right.active {
    right: 50px;
  }
}

.social-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  html,
  body {
    width: initial;
    height: 100%;
    margin: 0px;
    overflow-y: auto;
  }

  #left {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 100%;
    padding: 40px;
    background-image: url(images/harvey-bg.png);
    background-color: #8b2581;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .error-message {
    bottom: -7px;
  }

  .error-message.terms-error {
    bottom: -11px;
  }

  .extra-info-btns.mobile {
    display: block;
    position: relative;
    bottom: initial;
    right: initial;
  }

  .extra-info-right {
    z-index: 2;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    top: 40px;
  }

  .extra-info-right.active {
    right: 40px;
    top: 40px;
  }

  .social-container {
    justify-content: flex-end;
    width: initial;
  }

  .social-media {
    justify-content: space-between;
    align-items: center;
  }

  .social-media a span {
    display: none;
  }

  .social-media a.facebook {
    margin-right: 10px;
  }

  .logo-right {
    display: none;
  }

  .harvey-bg-desktop img {
    display: none;
  }

  .img-overlay-gradient {
    min-height: 100%;
    width: 100%;
  }

  .logo-container {
    text-align: center;
  }

  #wifi-form {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .harvey-bg-desktop {
    background: initial;
  }

  #wifi-form {
    width: 100%;
  }

  #form {
    width: 100%;
    display: flex;
    flex-direction: column;
    place-items: center;
    margin-top: 0px;
    height: 100%;
    padding: 20px;
    max-width: initial;
    overflow-y: auto;
  }

  .form-row input {
    font-size: 18px;
    width: 100%;
    margin-right: 0px;
    height: 45px;
    margin-bottom: 7px;
  }

  .input-group {
    margin-right: 0;
    float: none;
    width: 90%;
    margin: 6px;
  }

  .cb-cnt {
    display: grid;
    grid-template-columns: 30px 1fr;
  }

  .cb-text {
    font-size: 16px;
    line-height: 22px;
    margin-left: 10px;
  }

  #submit-btn {
    margin-top: 20px;
    width: 150px;
    font-size: 16px;
    height: 40px;
    width: 100%;
    max-width: 250px;
  }

  .form-row {
    display: grid;
    place-items: center;
    width: 100%;
  }

  .harvey-logo-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .harvey-logo-mobile img {
    width: 260px;
  }

  #title {
    font-size: 64px;
    line-height: 70px;
    color: red;
  }

  #title span {
    font-size: 116px;
    line-height: 116px;
  }

  .cb-replaced {
    width: 30px;
    height: 30px;
  }

  .mobile-hide {
    display: none;
  }

  #submit-btn {
    max-width: initial;
  }
}

@media only screen and (max-width: 825px) {
  .error-message.terms-error {
    bottom: -22px;
  }
}

@media only screen and (max-width: 810px) {
  #title {
    font-size: 56px;
    line-height: 62px;
  }

  #title span {
    font-size: 100px;
    line-height: 104px;
  }
}

@media only screen and (max-width: 724px) {
  .harvey-logo-mobile img {
    width: 210px;
  }

  #title {
    font-size: 50px;
    line-height: 56px;
  }

  #title span {
    font-size: 88px;
    line-height: 94px;
  }

  .input-group {
    width: 100%;
  }

  .social-media {
    flex-direction: column-reverse;
    height: inherit;
  }

  .social-container {
    align-self: flex-end;
  }
}

@media only screen and (max-width: 650px) {
  #title {
    font-size: 46px;
    line-height: 52px;
  }

  #title span {
    font-size: 82px;
    line-height: 86px;
  }
}

@media only screen and (max-width: 610px) {
  .harvey-logo-mobile img {
    width: 190px;
  }

  #title {
    font-size: 42px;
    line-height: 46px;
  }

  #title span {
    font-size: 75px;
    line-height: 78px;
  }
}

@media only screen and (max-width: 565px) {
  .harvey-logo-mobile img {
    margin-bottom: 10px;
  }

  #title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 10px;
  }

  #title span {
    font-size: 68px;
    line-height: 74px;
  }
}

@media only screen and (max-width: 565px) {
  #title {
    font-size: 32px;
    line-height: 36px;
  }

  #title span {
    font-size: 58px;
    line-height: 62px;
  }

  .cookie-modal-content button {
  width: 110px;
  }
}

@media only screen and (max-width: 465px) {
  #left {
    padding: 20px;
  }

  .extra-info-right.active {
    right: 20px;
    top: 20px;
  }

  .extra-info-right {
    top: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 420px) {
  #title {
    font-size: 28px;
    line-height: 32px;
  }

  #title span {
    font-size: 50px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 375px) {
  #title {
    font-size: 24px;
    line-height: 28px;
  }

  #title span {
    font-size: 44px;
    line-height: 50px;
  }
}
