@font-face {
  font-family: "Shift-Light";
  src: url("../fonts/Shift-Light.otf");
}
@font-face {
  font-family: "Shift-Light-Italic";
  src: url("../fonts/Shift-LightItalic.otf");
}
@font-face {
  font-family: "Shift-Book";
  src: url("../fonts/Shift-Book.otf");
}
@font-face {
  font-family: "Shift-Book-Italic";
  src: url("../fonts/Shift-BookItalic.otf");
}
@font-face {
  font-family: "Fort-Book";
  src: url("../fonts/Fort-Book.otf");
}
@font-face {
  font-family: "Fort-Black";
  src: url("../fonts/Fort-Black.otf");
}
@font-face {
  font-family: "Fort-Medium";
  src: url("../fonts/Fort-Medium.otf");
}
@font-face {
  font-family: "Fort-Medium-Italic";
  src: url("../fonts/Fort-MediumItalic.otf");
}
@font-face {
  font-family: "Fort-Bold";
  src: url("../fonts/Fort-Bold.otf");
}
@font-face {
  font-family: "Fort-Extra-Bold";
  src: url("../fonts/Fort-Extrabold.otf");
}
@font-face {
  font-family: "Fort-Bold-Italic";
  src: url("../fonts/Fort-BoldItalic.otf");
}
@font-face {
  font-family: "Fort-Light-Italic";
  src: url("../fonts/Fort-LightItalic.otf");
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Fort-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  /* background: #fbf8f0; */
  background: transparent;
  /*
    .password-requirements {
	color: #646464;
	font: normal 13px/1.4 "Fort-Book";
	p { margin-bottom: 7px; font-size: 13px; }
	ul {
	    list-style: none;
	    padding: 0;
	    color: #000;
	}

	li {
	    &::before {
		content: "\f10c";
		font-size: 11px;
		padding-right: 5px;
		font-family: "FontAwesome";
	    }

	    &:first-of-type::before, &:last-of-type::before {
		content: "\f00c";
	    }

	    &:first-of-type,  &:last-of-type,  &:nth-of-type(4) {
		color: #019fdb;
	    }

	    &:nth-of-type(4)::before { content: "\f00c"; }
	}
    }
*/
}
body div.container {
  margin: 64px auto 0 auto;
  max-width: 480px;
  text-align: center;
  padding: 60px 40px 20px 40px;
}
body div.container .error {
  font-family: "Fort-Medium";
  font-size: 13px;
  color: #990d0d;
  display: none;
  padding-left: 12px;
  position: absolute;
}
body div.container h1 {
  font-family: "Fort-Black";
  font-size: 32px;
  line-height: 38px;
  margin: 0 auto 16px auto;
  letter-spacing: 0px;
}

@media (max-width: 479px) {
  body div.container h1 {
    font-size: 28px;
    width: 320px;
    text-align: center;
  }
}

body div.container h1.banned-login {
  color: #019fdb;
}

body div.container h2 {
  font-family: "Fort-Book";
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto 24px auto;
  letter-spacing: 0px;
  width: 316px;
}

body div.container h2.fail {
  color: #019fdb;
}
body div.container h3 {
  margin: 0 0 20px;
}
body div.container h3 a {
  font-family: "Fort-Bold";
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  color: #000;
}
body div.container .display-group {
  position: relative;
  font-family: "Fort-Book";
  font-size: 16px;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 20px;
}
body div.container .display-group label[for] {
  margin-bottom: 20px;
  display: block;
}
body div.container .display-group label[for]:not([for="birthday"]) {
  position: absolute;
  padding: 0px 12px;
  top: 21px;
}
body div.container .display-group label[for][for="birthday-month"],
body div.container .display-group label[for][for="birthday-day"] {
  top: 5px;
}
body div.container .display-group label[for][for="birthday"] {
  font-family: "Fort-Book";
  font-size: 13px;
  line-height: 16px;
  color: #000 !important;
}
body div.container .display-group label[for][for="birthday"] b {
  font-family: "Fort-Medium";
  font-size: 16px;
  line-height: 20px;
}
body div.container .display-group input,
body div.container .display-group select {
  font-family: "Fort-Book";
  font-size: 16px;
  width: 100%;
  border: none;
  padding: 2px 12px 17px;
  border-bottom: solid 1px black;
  /* background: #fbf8f0; */
  background: transparent;
}
body div.container .display-group input:focus,
body div.container .display-group select:focus {
  outline: none;
  padding-bottom: 16px;
  border-bottom: solid 2px #00aef0;
}
body div.container .display-group input:focus-within,
body div.container .display-group select:focus-within {
  outline: none;
  padding-bottom: 16px;
  border-bottom: solid 2px #00aef0;
}
body div.container .display-group.disabled label {
  color: #a3a3a3;
}
body div.container .display-group.url-field {
  display: none;
}
body div.container .display-group.entry-error {
  /*
		.error {
		    display: block;
		}
*/
}
body div.container .display-group.entry-error label {
  color: #990d0d !important;
}
body div.container .display-group.entry-error input {
  background: #f7ecec;
  border-bottom-color: #990D0D;
}
body div.container .display-group span.party-popper::before {
  content: "\01F389";
}
body div.container .display-group .birthday-month {
  position: relative;
  width: 150px;
  float: left;
}
body div.container .display-group .birthday-day {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 100px;
}
body div.container button {
  margin-top: 40px;
  background: black;
  width: 100%;
  border: none;
  display: block;
  font-family: "Fort-Bold";
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  height: 50px;
  color: #fff;
  cursor: pointer;
  transition: 0.6s;
  transition-property: background-color color;
}
body div.container button:hover {
  background-color: #019fdb;
}
body div.container div.terms {
  margin: auto;
  padding: 10px 0px 20px 0px;
  border-bottom: 1px solid #646464;
  color: #9b9b9b;
  font-family: "Fort-Book";
  font-size: 10px;
  line-height: 14px;
  width: 95%;
}
body div.container div.terms a {
  color: #646464;
  font-family: "Fort-Bold";
  text-decoration: underline;
}
body div.container div.sign-in {
  font-family: "Fort-Medium";
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-top: 20px;
  text-align: center;
}
body div.container div.sign-in a {
  font-family: "Fort-Bold";
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-decoration: underline;
}
body .select2-container--default {
  border-bottom: solid #000 1px;
  padding-bottom: 8px;
}
body .select2-container--default * {
  outline: none !important;
}
body .select2-container--default.select2-container--focus {
  /*
	  padding-bottom: 15px;
          border-bottom: solid 2px #00aef0;
	  */
}
body .select2-container--default .select2-selection--single {
  background: none;
  border: none;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 32px;
  padding-left: 12px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 18px;
  right: 10px;
  color: #000;
}
body .select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow:before {
  content: "\f106";
  color: #019fdb;
}
body .select2-container--default .select2-results__option {
  background: #fff;
  color: #000;
  height: 32px;
  padding-left: 12px;
}
body .select2-container--default .select2-results__option.select2-results__option--highlighted {
  background: #eee;
  color: #000;
}
body .select2-container--default .select2-results__option[aria-selected=true] {
  background: #eee;
}
body .pwd_requirements {
  font-family: 'Fort-Book', Arial, Helvetica, sans-serif;
  font-size: 13px;
  display: none;
}
body #pwd_requirement_list {
  font-family: 'Fort-Book', Arial, Helvetica, sans-serif;
  margin-top: 10px;
  list-style: none;
  font-size: 13px;
  line-height: 18px;
  list-style-type: none;
}
body #pwd_requirement_list label {
  font-weight: normal;
}
body .lght-gray {
  color: #646464;
}
body .fa-circle-o {
  margin-right: 10px;
}
body .fa-check {
  margin-right: 10px;
}
@media (max-width: 479px) {
  body div.container {
    padding: 40px 20px 10px 20px;
    margin-top: 64px;
  }
  body h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
body.login div.container p {
  margin-bottom: 20px;
}
body.login div.container div.forgot-password {
  padding: 20px 0;
  border-bottom: 1px solid #646464;
}
body.login div.container div.forgot-password a {
  font-family: "Fort-Bold";
  font-size: 13px;
  line-height: 16px;
  color: #646464;
}
#signup-error {
  position: relative;
  padding: 10px 0px 0px;
}
.legacy {
  display: none;
}
/***/
.container {
  padding: 100px;
}
.c-three-dots-loader {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: -14px 16.8px 14px;
  animation-fill-mode: both;
  animation: three-dots-loader-animation 2s infinite ease-in-out;
  animation-delay: -0.16s;
  color: #ffffff;
}
.c-three-dots-loader:before,
.c-three-dots-loader:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  animation: three-dots-loader-animation 2s infinite ease-in-out;
  border-radius: 50%;
}
.c-three-dots-loader:before {
  left: -16.8px;
  animation-delay: -0.32s;
}
.c-three-dots-loader:after {
  left: 16.8px;
}
@keyframes three-dots-loader-animation {
  0%,
  80%,
  100% {
    box-shadow: 0 14px 0 -16.8px;
  }
  40% {
    box-shadow: 0 14px 0 0;
  }
}
.c-three-dots-loader {
  margin-left: 25px;
  display: none;
}
body.login.cart div.container div.forgot-password {
  border: none;
}
body.login.cart div.container button#continue-as-guest {
  border: 2px solid #000;
  background: none;
  color: #000;
  margin-top: 0px;
}
body.login.cart div.container button#continue-as-guest:hover {
  cursor: pointer;
}
body.login.cart div.container p a {
  font-family: "Fort-Bold";
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}
img {
	margin: -46px 0 14px 0;
}
