/*
Global Variables

@import this file at the top of each page
template file to make variables available.
*/
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
body {
  background: #236092;
  color: white;
}

.secondary-heading {
  margin: 0.5em 0px;
}

#navbar {
  display: none;
}

.register-nav {
  padding: 35px 50px 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .register-nav {
    padding: 20px 30px 5px 30px;
  }
}
@media screen and (max-width: 800px) {
  .register-nav {
    flex-wrap: wrap;
  }
}
.register-nav:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0px;
  height: 50px;
  max-width: 900px;
  margin: auto;
  background-image: linear-gradient(to top, rgba(35, 96, 146, 0), #236092);
}
.register-nav .site-branding .site-logo {
  display: block;
}
@media screen and (max-width: 800px) {
  .register-nav .site-branding .site-logo {
    height: 40px;
  }
}
.register-nav .register-close {
  line-height: 0px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 45px;
  border: 2px solid #236092;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -ms-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.register-nav .register-close:hover {
  border: 2px solid white;
}
@media screen and (max-width: 1024px) {
  .register-nav .register-close {
    width: 40px;
    height: 40px;
    margin: 0px;
  }
  .register-nav .register-close svg {
    width: 18px;
    height: 18px;
  }
}
.register-cta, .site-footer {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(121, 205, 247, 0.4);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(121, 205, 247, 0.4);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(121, 205, 247, 0.4);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(121, 205, 247, 0.4);
}

.progress {
  display: flex;
  width: 604px;
  text-align: center;
  margin-top: 40px;
  line-height: 0px;
  font-size: 0px;
}
@media screen and (max-width: 1024px) {
  .progress {
    margin: 15px 0px 0px 0px;
    width: 100%;
    padding: 0px 30px;
  }
}
@media screen and (max-width: 800px) {
  .progress {
    order: 5;
    padding: 0px 0px 0px 0px;
  }
}
.progress div {
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  margin: 0px 2px;
  flex-grow: 2;
  line-height: 50px;
  font-size: 18px;
  pointer-events: none;
  min-width: 90px;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -ms-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
@media screen and (max-width: 1024px) {
  .progress div {
    font-size: 15px;
    min-width: 20px;
  }
}
.progress div.past {
  border-color: #79CDF7;
  color: #79CDF7;
  cursor: pointer;
  pointer-events: auto;
}
.progress div.past span {
  opacity: 1;
}
.progress div.active {
  border-top: 6px solid white;
  color: white;
  cursor: pointer;
  pointer-events: auto;
}
.progress div.active span {
  opacity: 1;
}
.progress div span {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 800px) {
  .progress div span {
    display: none;
  }
}
.progress div:hover {
  border-color: #FDE739;
  color: #FDE739;
}

.admin-bar #registration .registration-step {
  height: calc(100vh - 188px);
}
@media screen and (max-width: 1024px) {
  .admin-bar #registration .registration-step {
    height: calc(100vh - 143px);
  }
}

.no-scripts {
  max-width: 680px;
  margin: 0px auto;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .no-scripts {
    max-width: 600px;
  }
}

#registration {
  font-size: 18px;
}
#registration .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent;
  z-index: 999;
  display: none;
}
#registration .registration-step {
  height: calc(100vh - 128px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: none;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #registration .registration-step {
    height: calc(100vh - 96px);
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  #registration .registration-step {
    padding: 0px;
  }
}
#registration .registration-step:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  height: 50px;
  background-image: linear-gradient(to bottom, rgba(35, 96, 146, 0), #236092);
  z-index: 9999;
}
#registration .registration-step.step-complete, #registration .registration-step.step-close {
  text-align: center;
}
#registration .registration-step.step-complete .next-button a, #registration .registration-step.step-close .next-button a {
  margin: 0px 20px;
}
#registration .registration-step.profile-step .step-controls {
  width: 460px;
}
#registration .registration-step.step-4 .step, #registration .registration-step.step-5 .step, #registration .registration-step.profile-step .step, #registration .registration-step.business .step, #registration .registration-step.school .step {
  align-items: flex-start;
}
#registration .registration-step.step-1 .step, #registration .registration-step.step-2 .step, #registration .registration-step.step-complete .step, #registration .registration-step.step-close .step {
  overflow-y: auto;
  align-items: center;
}
#registration .registration-step.step-1 .step-inner, #registration .registration-step.step-2 .step-inner, #registration .registration-step.step-complete .step-inner, #registration .registration-step.step-close .step-inner {
  max-width: none;
}
#registration .registration-step.step-complete .step-inner, #registration .registration-step .step-close .step-inner {
  max-width: 700px;
}
#registration .registration-step.email-step .step {
  align-items: center;
}
#registration .registration-step.email-step .step-content {
  max-width: 421px;
}
@media screen and (max-width: 800px) {
  #registration .registration-step.email-step .step-content {
    max-width: none;
  }
}
#registration .registration-step.step-close {
  display: none;
  position: absolute;
  top: 120px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background: #236092;
}
#registration .registration-step .step {
  flex-grow: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  margin: 0px 70px;
  padding: 40px 0px 120px 0px;
  width: calc(100% - 140px);
}
@media screen and (max-width: 1024px) {
  #registration .registration-step .step {
    width: 100%;
    margin: 0px;
    padding: 20px 0px;
  }
}
#registration .registration-step .step::-webkit-scrollbar {
  width: 6px;
}
#registration .registration-step .step::-webkit-scrollbar-track {
  background: #417EB1;
}
#registration .registration-step .step::-webkit-scrollbar-thumb {
  background-color: white;
}
#registration .registration-step .step-inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  #registration .registration-step .step-inner {
    max-width: 100%;
    width: 100%;
    padding: 0px 7% 80px 7%;
  }
}
#registration .registration-step .step-content {
  margin: 25px;
}
@media screen and (max-width: 1024px) {
  #registration .registration-step .step-content {
    margin: 15px 25px;
  }
}
@media screen and (max-width: 600px) {
  #registration .registration-step .step-content {
    margin: 0px;
  }
}
#registration .registration-step .step-content .errorMessage {
  color: #FFA01C;
  padding: 15px 0px 0px 0px;
}
#registration .registration-step .errorMessage > span {
  background: #FFA01C;
  color: white;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  padding: 20px 30px 20px 50px;
  min-height: 60px;
  line-height: 1.4;
}
#registration .registration-step .errorMessage > span strong {
  display: block;
  padding-bottom: 5px;
}
#registration .registration-step .errorMessage > span:after {
  content: "!";
  position: absolute;
  left: 0px;
  width: 60px;
  height: 60px;
  color: white;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  font-weight: bold;
  border-radius: 50%;
  display: inline-block;
  top: 0px;
  text-align: center;
  margin-top: 0;
}
#registration .registration-step .step-controls {
  width: 380px;
  padding: 40px 50px 40px 0px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  align-self: flex-end;
}
@media screen and (max-width: 1024px) {
  #registration .registration-step .step-controls {
    width: 100%;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 500px) {
  #registration .registration-step .step-controls {
    padding: 15px;
    justify-content: space-between;
    background-image: linear-gradient(rgba(35, 96, 146, 0), #236092);
  }
}
#registration .registration-step .step-controls:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 130px;
  background: #236092;
}
@media screen and (max-width: 800px) {
  #registration .registration-step .step-controls:after {
    display: none;
  }
}
#registration .registration-step .step-controls > div {
  position: relative;
  z-index: 3;
}
#registration .step-intro {
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #registration .step-intro {
    padding-bottom: 30px;
  }
}
#registration .step-intro.center {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
#registration .label {
  font-size: 24px;
  width: 100%;
}
#registration .input-flex {
  display: flex;
  margin: 25px 0px;
}
@media screen and (max-width: 1024px) {
  #registration .input-flex {
    margin: 10px 0px;
  }
}
@media screen and (max-width: 800px) {
  #registration .input-flex {
    margin: 10px 0px;
    flex-wrap: wrap;
  }
}
#registration .input-flex .my-account {
  text-decoration: none;
  position: relative;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.2);
  border: 3px solid transparent;
  color: white;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 25px;
  width: 250px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1024px) {
  #registration .input-flex .my-account {
    margin: 0px 15px;
    font-size: 16px;
    line-height: 1.5;
    width: 200px;
    border-radius: 35px;
  }
}
@media screen and (max-width: 800px) {
  #registration .input-flex .my-account {
    width: 100%;
    border-radius: 20px;
    margin: 15px 0px;
  }
}
#registration .input-flex .my-account:hover {
  background: rgba(255, 255, 255, 0.35);
}
#registration .input-group {
  padding: 30px 0px 50px 0px;
  border-top: 2px solid #417EB1;
  border-bottom: 2px solid #417EB1;
  margin-top: -2px;
  position: relative;
}
.half-input {
    width: 48%;
    display: inline-block;
}
.half-input:nth-child(2) {
    margin-right: 3%;
}
#registration .input-group.location-group {
  border: 0px;
  padding: 0px 0px 40px 0px;
}
#registration .input-group.location-group .location-title {
  position: relative;
  margin-bottom: 25px;
  color: white;
}
#registration .input-group.location-group .location-title:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: 3px;
  background: #417EB1;
}
#registration .input-group.location-group .location-title span {
  display: inline-block;
  padding-right: 20px;
  background: #236092;
  position: relative;
  z-index: 4;
}
#registration .input-group.location-group .location-row {
  display: flex;
  align-items: center;
  color: #79CDF7;
}
#registration .input-group.location-group .location-row div {
  flex: 0 0 50%;
  padding: 5px 15px 5px 0px;
}
#registration .input-group.location-group #registration .input-single {
  padding: 10px 0px;
}
#registration .input-group .tooltip {
  display: none;
  position: absolute;
  top: calc(100% - 20px);
  left: -5px;
  right: 0px;
  background: white;
  color: #236092;
  border-radius: 30px;
  padding: 35px 35px 20px 35px;
  font-size: 15px;
  z-index: 99;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
}
#registration .input-group .tooltip .tooltip-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  background: url("/wp-content/themes/shakeout/images/shell/close-blue.svg") center center no-repeat;
  background-size: 17px;
  cursor: pointer;
}
#registration .input-group .tooltip p {
  margin-bottom: 10px;
}
#registration .input-group .tooltip:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50px;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  background: white;
  width: 20px;
  height: 20px;
  display: block;
}
#registration .facility .selectize-dropdown-content {
  max-height: 150px;
}
#registration .input-business, #registration .input-school {
  display: none;
}
#registration .radio-spacer {
  color: #79CDF7;
  padding: 10px 47px;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #registration .radio-spacer {
    font-size: 16px;
  }
}
#registration .input-desc {
  color: #79CDF7;
  padding: 20px 0px 10px 0px;
  font-size: 16px;
}
#registration .input-padded {
  padding: 0px 0px 0px 47px;
}
#registration .input-title {
  font-size: 20px;
  margin: 15px 0px;
}
@media screen and (max-width: 1024px) {
  #registration .input-title {
    font-size: 18px;
  }
}
#registration .alt-date {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  padding: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#registration .alt-date.open {
  opacity: 1;
  overflow: visible;
  max-height: 300px;
  padding: 20px 0px 10px 0px;
}
#registration .input-subsidiary {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  padding: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#registration .input-subsidiary.open {
  opacity: 1;
  overflow: visible;
  max-height: 380px;
  padding: 20px 0px 10px 0px;
}
#registration .input-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#registration .input-single {
  padding: 15px 0px;
  position: relative;
}
#registration .input-single.focus label {
  transform: translateX(0px);
}
#registration .input-single label {
  position: relative;
  z-index: -1;
  display: block;
  transform: translateY(35px);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#registration .input-single.input-half {
  width: 47%;
}
#registration .select-wrap {
  padding: 15px 0px;
}
#registration .number-wrap {
  position: relative;
  max-width: 250px;
}
#registration .number-wrap.error {
  padding-right: 50px;
}
#registration .number-wrap .plus, #registration .number-wrap .minus {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 80px;
  color: #FDE739;
  background: white url("/wp-content/themes/shakeout/images/shell/plus.png") center center no-repeat;
  -webkit-background-size: 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
#registration .number-wrap .plus:hover, #registration .number-wrap .minus:hover {
  background-color: #FDE739;
}
@media screen and (max-width: 1024px) {
  #registration .number-wrap .plus, #registration .number-wrap .minus {
    width: 25px;
    height: 25px;
    top: 6px;
  }
}
#registration .number-wrap .minus {
  position: absolute;
  right: 45px;
  background: white url("/wp-content/themes/shakeout/images/shell/minus.png") center center no-repeat;
  -webkit-background-size: 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
}
@media screen and (max-width: 1024px) {
  #registration .number-wrap .minus {
    right: 40px;
  }
}
#registration label {
  color: #7DCDF7;
  font-size: 16px;
}
#registration input[type=text], #registration input[type=email], #registration input[type=password], #registration input[type=number] {
  color: white;
  border: none;
  border-bottom: 2px solid white;
  height: 55px;
  padding: 0px;
  font-size: 24px;
  background: none;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #registration input[type=text], #registration input[type=email], #registration input[type=password], #registration input[type=number] {
    font-size: 18px;
    height: 44px;
  }
}
@media screen and (max-width: 800px) {
  #registration input[type=text], #registration input[type=email], #registration input[type=password], #registration input[type=number] {
    font-size: 16px;
    height: 40px;
  }
}
#registration input[type=text]:focus, #registration input[type=email]:focus, #registration input[type=password]:focus, #registration input[type=number]:focus {
  border-bottom: 2px solid #FDE739;
  outline: none;
}
#registration input[type=text].error, #registration input[type=email].error, #registration input[type=password].error, #registration input[type=number].error {
  border-bottom: 2px solid #FFA01C;
}
#registration textarea {
  height: 150px;
  color: white;
  border: none;
  border-bottom: 2px solid white;
  padding: 0px;
  font-size: 24px;
  background: none;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #registration textarea {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  #registration textarea {
    font-size: 16px;
  }
}
#registration textarea:focus {
  border-bottom: 2px solid #FDE739;
  outline: none;
}
#registration textarea.error {
  border-bottom: 2px solid red;
}
#registration .selectize-control.single .selectize-input:after {
  border: 0 !important;
}
#registration select, #registration .selectize-input {
  width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: #236092;
  padding-left: 0px;
  border-bottom: 2px solid white;
  border-radius: 0px;
  height: 55px;
  color: white;
  font-size: 24px;
  line-height: 1.7;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #236092 url("/wp-content/themes/shakeout/images/shell/arrow-right.svg") right center no-repeat;
  background-size: 12px;
}
@media screen and (max-width: 1024px) {
  #registration select, #registration .selectize-input {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  #registration select, #registration .selectize-input {
    font-size: 16px;
  }
}
#registration select input, #registration .selectize-input input {
  color: white;
  font-size: 24px;
  line-height: 1.7;
  width: auto !important;
}
@media screen and (max-width: 1024px) {
  #registration select input, #registration .selectize-input input {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  #registration select input, #registration .selectize-input input {
    font-size: 16px;
  }
}
#registration select:focus, #registration .selectize-input:focus {
  outline: none;
  border-color: #FDE739;
}
#registration select option, #registration .selectize-input option {
  padding: 7px 15px;
  display: block;
  color: #236092;
  font-size: 18px;
}
#registration .error:after {
  content: "!";
  position: absolute;
  right: 0px;
  width: 35px;
  height: 35px;
  background: #FFA01C;
  color: white;
  text-align: center;
  line-height: 35px;
  font-size: 26px;
  font-weight: bold;
  border-radius: 50%;
  display: inline;
  top: auto;
  margin-top: 0;
}
#registration .error.selectize-input {
  border-bottom: 2px solid #FFA01C;
}
#registration .error input[type=text], #registration .error input[type=email], #registration .error input[type=password], #registration .error input[type=number] {
  border-bottom: 2px solid #FFA01C;
}
#registration input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 0px;
}
#registration input::-webkit-outer-spin-button,
#registration input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#registration input[type=radio] {
  display: none;
}
#registration input[type=radio]:checked + label:after {
  background: #FFA01C !important;
}
#registration input[type=radio] + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 0px 10px 47px;
  display: block;
  font-size: 20px;
  line-height: 1.4;
  color: white;
}
@media screen and (max-width: 1024px) {
  #registration input[type=radio] + label {
    font-size: 16px;
  }
}
#registration input[type=radio] + label:after {
  position: absolute;
  content: "";
  background: white;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 23px;
  height: 23px;
  left: 0px;
  display: block;
  border: 2px solid white;
  -webkit-box-shadow: 0px 0px 0px 3px white;
  -moz-box-shadow: 0px 0px 0px 3px white;
  box-shadow: 0px 0px 0px 3px white;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#registration input[type=radio] + label:hover:after {
  background: #cfd2d3;
}
#registration input[type=radio].radio-big:checked + label {
  background: white !important;
  color: #236092 !important;
  border: 3px solid white !important;
}
#registration input[type=radio].radio-big.error + label {
  border: 3px solid white;
}
#registration input[type=radio].radio-big + label {
  position: relative;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.2);
  border: 3px solid transparent;
  color: white;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 25px;
  width: 250px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1024px) {
  #registration input[type=radio].radio-big + label {
    margin: 0px 15px;
    font-size: 16px;
    line-height: 1.4;
    width: 200px;
    border-radius: 35px;
  }
}
@media screen and (max-width: 800px) {
  #registration input[type=radio].radio-big + label {
    width: 100%;
    border-radius: 20px;
    margin: 10px 0px;
    padding: 15px 20px;
  }
}
#registration input[type=radio].radio-big + label:hover {
  background: rgba(255, 255, 255, 0.35);
}
#registration input[type=radio].radio-big + label:after {
  display: none;
}
#registration input[type=radio].radio-big + label:hover:after {
  background: #cfd2d3;
}
#registration input[type=checkbox] {
  display: none;
}
#registration input[type=checkbox]:checked + label:after {
  background: #FFA01C !important;
}
#registration input[type=checkbox] + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 0px 10px 47px;
  display: block;
  font-size: 20px;
  line-height: 1.4;
  color: white;
}
@media screen and (max-width: 1024px) {
  #registration input[type=checkbox] + label {
    font-size: 16px;
  }
}
#registration input[type=checkbox] + label:after {
  position: absolute;
  content: "";
  background: white;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 23px;
  height: 23px;
  left: 0px;
  display: block;
  border: 2px solid white;
  -webkit-box-shadow: 0px 0px 0px 3px white;
  -moz-box-shadow: 0px 0px 0px 3px white;
  box-shadow: 0px 0px 0px 3px white;
  border-radius: 4px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#registration input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 2.5px;
  left: 7px;
  width: 8px;
  height: 13px;
  margin: auto;
  border-bottom: 2.5px solid white;
  border-right: 2.5px solid white;
  transform: rotate(45deg);
  z-index: 9999;
}
#registration input[type=checkbox] + label:hover:after {
  background: #cfd2d3;
}

.final-spinner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(35, 96, 146, 0.6);
  display: none;
}
.final-spinner .shape {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  border-radius: 50%;
  margin: auto;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid white;
  -webkit-animation: spin 1.1s infinite linear;
  animation: spin 1.1s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes autofill {
  0%, 100% {
    color: white;
    background: transparent;
    font-size: 24px;
  }
}
input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  /* Safari support - any positive time runs instantly */
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  font-size: 24px;
}

/*# sourceMappingURL=register.css.map */
