/*---------- COOKIE BANNER CSS ----------*/

#cookie-banner-wrapper {
  display: block;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8 );
  z-index: 9980;
}

#cookieBanner {
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  height: 200px;
  border-top: 2px solid #343C43;
}

.closeIcon {
  float: right;
  cursor: pointer;
}

h3.cookieBanner {
  color: #343c43;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
  text-align: left;
}

p.cookieBanner {
  color: #343c43;
  padding: 0;
  line-height: 35px;
  font-size: 19px;
  margin: 0 0 16px 0;
  text-align: left;
}

a.cookieBanner {
  color: #cca777;
  font-size: 21px;
  color: #cca777;
  font-size: 21px;
  line-height: inherit;
  text-decoration: underline;
  cursor: pointer;
  text-align: left;
}

a.cookieBanner:hover {
  text-decoration: none;
}

.textContainer {
  padding: 30px 70px;
}

.buttonContainer {
  height:200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 70px;
}

.cookieButton {
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  height: 40px;
  line-height: 38px;
  width: 191px;
  margin-right: 10px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid transparent;
  font-weight: 600;
}

#cookieBannerAcceptButton {
  background-color: #50e3c2;
  color: white;
  border-color: #50e3c2;
}

#cookieBannerManageButton{
  background-color: white;
  color: #4a5b68;
  border-color: #c4cace;
}

#cookieBannerAcceptButton:hover {
  background-color: #49ccad;
  color: white;
  border-color: #49ccad;
}

#cookieBannerManageButton:hover {
  background-color: #50e3c2;
  color: white;
  border-color: #50e3c2;
}


@media only screen and (min-width: 800px) {
  .accept-button {
    margin-right: 10px;
  }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
}

@media only screen and (max-width: 900px) {
  h3 {
    font-weight: bold;
    font-size: 1.7rem;
    text-align: left;
  }

  #cookieBanner {
    height: auto;
  }

  .textContainer {
    padding: 30px;
  }

  .buttonContainer {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px 0 30px;
    margin-bottom: 40px;
  }

  .accept-button {
    margin-bottom: 20px;
    width: 100% !important;
  }

}

/*---------- COOKIE MANAGER CSS ----------*/

#cookie-manager-wrapper {
  display: none;
}

.modal-mask {
  position: fixed;
  z-index: 9991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  transition: opacity .3s ease;
  background-color: rgba(255,255,255, .95);
  overflow: hidden;
}

.modal-wrapper {
  vertical-align: middle;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9991;
  overflow-y: scroll;
}

.modal-container {
  width: 100%;
  margin: 0px auto;
  padding: 0;
  background-color: transparent;
  transition: all .3s ease;
  opacity: 1;
}

.modal-body {
  margin: 0 0 180px 0;
}

.modal-default-button {
  float: right;
}

/* NAVIGATION TEXT STYLES FOR BOTH SIZES */

.page-contents-15 {
  padding: 0 15.6% !important;
}

#cookieManagerSaveButton {
  background-color: #50e3c2;
  color: white;
  border-color: #50e3c2;
  width: 331px;
  font-weight: 600;
}
#cookieManagerSaveButton:hover {
  background-color: #49ccad;
  color: white;
  border-color: #49ccad;
}

hr.manager {
  margin: 30px auto 30px 0 !important;
  border-bottom: 1px solid #c4cace;
}

h1.manager {
  color: #343c43;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

h2.manager {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
}

p.manager, a.manager {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}

p.manager, h1.manager, h2.manager, h3.manager, a.manager, label.manager {
  color: #343c43;
}

label.manager {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}

@media only screen and (max-width: 640px)  {

  .form-row, .margin-for-small {
    margin-bottom: 14px;
  }

  .rareModalCloseIcon {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 22px;
    z-index: 9995;
  }

  .contact-link:last-of-type {
    margin-left: 0;
  }

  h2.manager {
    font-size: 21px;
    line-height: 1.33;
  }

}

@media only screen and (min-width: 641px)  {
  .rareModalCloseIcon {
    cursor: pointer;
    position: absolute;
    right: 116px;
    top: 84px;
    z-index: 9995;
  }

  .cookieManagerSection {
    margin-bottom: 50px;
  }

  hr {
    margin: 30px auto 30px 0!important;
    border-bottom: 1px solid #c4cace;
  }

  h1.manager {
    font-size: 56px;
    line-height: 1.29;
    letter-spacing: .8px;
    margin: 88px 0 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
  }

  h2.manager {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 30px;
  }

  p.manager, a.manager {
    font-size: 21px;
    line-height: 1.52;
    letter-spacing: 0.4px;
    margin: 0 0 12px 0;
    font-weight: 400;
  }

  p.manager strong, a.manager strong {
    letter-spacing: 1px;
  }

  a.manager {
    color: #cca777;
  }

  label.manager {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin-bottom: 7px;
  }


}

/* ---------- SWITCH CSS ---------- */

.toggle-control {
  display: block;
  position: relative;
  padding-left: 100px;
  margin-bottom: 100px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.toggle-control input:checked ~ .control {
  background-color: #50e3c2;
}
.toggle-control input:checked ~ .control:after {
  left: 75px;
}
.toggle-control .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 100px;
  border-radius: 15px;
  background-color: #dadada;
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.toggle-control .control:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 17px;
  height: 17px;
  border-radius: 15px;
  background: white;
  -webkit-transition: left 0.15s ease-in;
  transition: left 0.15s ease-in;
}
