/* Media Queries */
/* Mixins */
.hide-label {
  width: 0;
  overflow: hidden;
  position: absolute;
}
/* IMAGE MIXIN */
@font-face {
  font-family: 'loew-regular';
  src: url('../fonts/loew-regular.otf');
}
@font-face {
  font-family: 'loew-bold';
  src: url('../fonts/loew-bold.otf');
}
/*RESET*/
html,
body,
ul,
li {
  padding: 0;
  margin: 0;
}
a,
a:visited {
  color: #104C97;
}
body {
  position: relative;
  font-family: 'loew-regular', sans-serif;
}
li {
  list-style: none;
}
.success-msg-modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.success-msg-modal.show-msg {
  display: block;
}
.success-msg-modal .lightBG {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.success-msg-modal .loading-gif {
  display: none;
  position: fixed;
  border: 2px solid #666;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
}
.success-msg-modal .loading-gif.show-msg {
  display: block;
}
.success-msg-modal .success-msg {
  display: none;
  position: fixed;
  border: 2px solid #666;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
}
@media (max-width: 500px) {
  .success-msg-modal .success-msg {
    width: 70%;
  }
}
.success-msg-modal .success-msg.show-msg {
  display: block;
}
.success-msg-modal .success-msg .close-x {
  cursor: pointer;
}
.success-msg-modal .success-msg .close-x:after {
  content: '\00D7';
  font-size: 30px;
  position: absolute;
  top: -35px;
  right: 0;
}
.mobile .pooling-con .email-con input:focus {
  outline-color: #85bffd;
}
.pooling-con {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 10px;
}
.pooling-con.sidenav-showing {
  position: relative;
  right: 260px;
}
.pooling-con label,
.pooling-con input,
.pooling-con textarea {
  display: block;
  width: 100%;
}
.pooling-con input,
.pooling-con textarea {
  padding: 15px 10px;
  border: 1px solid #979797;
  box-sizing: border-box;
  font-size: 16px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  font-family: 'loew-regular', sans-serif;
  /* firefox 19+ */
  /* ie */
}
.pooling-con input::-webkit-input-placeholder,
.pooling-con textarea::-webkit-input-placeholder {
  font-style: italic;
}
.pooling-con input::-moz-placeholder,
.pooling-con textarea::-moz-placeholder {
  font-style: italic;
}
.pooling-con input:-ms-input-placeholder,
.pooling-con textarea:-ms-input-placeholder {
  font-style: italic;
}
.pooling-con input:-moz-placeholder,
.pooling-con textarea:-moz-placeholder {
  font-style: italic;
}
.pooling-con label,
.pooling-con .invite-msg {
  font-family: 'loew-bold', sans-serif;
  color: #3F3D3C;
  font-size: 18px;
  margin-bottom: 5px;
}
.pooling-con .pool-member-heading {
  margin-bottom: 7px;
}
.pooling-con .error-msg,
.pooling-con .invalid-email-error-msg {
  display: none;
  position: absolute;
  border: 2px solid #df0000;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  bottom: -50px;
  left: 0;
  z-index: 2;
}
.pooling-con .error-msg.show-error,
.pooling-con .invalid-email-error-msg.show-error {
  display: block;
}
.pooling-con .error-msg:before,
.pooling-con .invalid-email-error-msg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 7px solid #fff;
  z-index: 13;
  margin-top: -6px;
}
.pooling-con .error-msg:after,
.pooling-con .invalid-email-error-msg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 9px solid #df0000;
  margin-top: -9px;
}
.pooling-con .banner-con {
  margin-bottom: 20px;
}
.pooling-con .banner-con img {
  width: 100%;
}
.pooling-con .intro-msg {
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 18px;
  padding: 0 15px;
}
.pooling-con .form-con {
  padding: 0 15px;
}
.pooling-con .pool-name-con,
.pooling-con .invite-msg,
.pooling-con .note,
.pooling-con .email-con {
  margin-bottom: 30px;
}
.pooling-con .invite-sub-msg {
  color: #686868;
  font-family: 'loew-regular', sans-serif;
  font-style: italic;
  margin-top: 10px;
}
.pooling-con .email-con {
  display: inline-block;
  width: 46.4%;
  position: relative;
}
.pooling-con .email-con:nth-child(even) {
  margin-right: calc(39/690*100%);
  margin-left: 3px;
}
.pooling-con .email-con:nth-child(odd) {
  margin-right: -4px;
}
@media (max-width: 689px) {
  .pooling-con .email-con {
    display: block;
    width: 100%;
  }
}
.pooling-con .email-con input {
  margin-bottom: 7px;
}
.pooling-con .email-con input:focus {
  border: 1px solid #85bffd;
  outline: -webkit-focus-ring-color auto 5px;
}
.pooling-con .email-con label {
  width: 0;
  overflow: hidden;
  position: absolute;
}
.pooling-con .email-con .pool-member-firstName-con,
.pooling-con .email-con .pool-member-email-con {
  position: relative;
}
.pooling-con .email-con .pool-member-firstName {
  margin-bottom: 15px;
}
.pooling-con #pool-member-1.show-error {
  border-color: #df0000;
}
.pooling-con .submit-butt {
  background-color: #666;
  border-color: #666;
  color: #fff;
  font-size: 20px;
  width: 75%;
  margin: 40px auto 60px;
  cursor: pointer;
  white-space: normal;
  -webkit-box-shadow: 0px 2px 5px 0px #949294;
  -moz-box-shadow: 0px 2px 5px 0px #949294;
  box-shadow: 0px 2px 5px 0px #949294;
  font-family: 'loew-bold', sans-serif;
  background-color: #104C97;
  border-color: #104C97;
  border-radius: 3px;
  transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
@media (max-width: 689px) {
  .pooling-con .submit-butt {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .pooling-con .submit-butt {
    width: 100%;
  }
}
.pooling-con .submit-butt:hover {
  background-color: #666;
  border-color: #666;
}
.pooling-con .tc-checkbox-con {
  margin: 10px 30px 30px;
  position: relative;
}
@media (max-width: 500px) {
  .pooling-con .tc-checkbox-con {
    margin-left: 0;
    margin-right: 0;
  }
}
.pooling-con .tc-checkbox-con label {
  width: 0;
  overflow: hidden;
  position: absolute;
}
.pooling-con .tc-checkbox-con .tc-checkbox,
.pooling-con .tc-checkbox-con .tc-checkbox-msg {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
.pooling-con .tc-checkbox-con .tc-checkbox {
  width: 5%;
  border: none;
  padding: 0;
  box-shadow: none;
}
@media (max-width: 500px) {
  .pooling-con .tc-checkbox-con .tc-checkbox {
    width: 4%;
    margin-right: 1%;
  }
}
.pooling-con .tc-checkbox-con .tc-checkbox:checked ~ .tc-checkbox-error-msg.show-error {
  display: none;
}
.pooling-con .tc-checkbox-con .tc-checkbox-msg {
  width: 95%;
  line-height: 22px;
}
.pooling-con .terms-copy {
  margin: 10px 30px 0;
  font-size: 14px;
}
.pooling-con .terms-copy:last-of-type {
  margin-bottom: 30px;
}
.pooling-con .cf-turnstile {
  margin: 20px auto 0;
  max-width: max-content;
}
.pooling-con .error-present-error-msg {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 290px;
}
header {
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
  height: 72px;
  z-index: 1000;
  background: #ffffff;
  position: fixed;
}
header .header-container {
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  max-width: 1420px;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 15px;
}
header .header-container .text-hide {
  position: absolute;
  text-indent: -999px;
  overflow: hidden;
}
header .header-container nav select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  cursor: pointer;
}
header .header-container nav .lang-select-icon {
  background-image: url('../assets/icon_world.svg');
  background-size: 100% 100%;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: 6px 2px;
  background-size: 15px;
}
header .logo-container {
  background-image: url('../assets/hilton_logo.svg');
  background-size: 100% 100%;
  width: 80px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
header .logo-container a {
  display: block;
  height: 100%;
  text-indent: -10000px;
  font-size: 0;
}
.mobile footer {
  display: block;
}
footer {
  display: block;
  width: 100%;
  border-top: 1px solid #f4f4f4;
  padding: 20px 0;
  margin-top: 20px;
}
footer .footer-logo-container {
  box-sizing: border-box;
  max-width: 1420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 500px) {
  footer .footer-logo-container {
    display: block;
    text-align: center;
  }
}
footer .footer-logo-container .hhonors {
  background-image: url('../assets/hilton_logo.svg');
  background-size: 100% 100%;
  display: inline-block;
  width: 70px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer .footer-logo-container .hhonors a {
  display: block;
  height: 100%;
  text-indent: -10000px;
  font-size: 0;
}
footer .footer-logo-container p.copyright {
  font-size: 14px;
  font-weight: 100;
  color: #0A3971;
}
body.mobile footer {
  display: block;
}
