@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/muli/Muli-Bold.ttf"); }
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf"); }
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
html, body {
  height: 100%;
}
body {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #fff;
  margin: 0; }

:focus {
  outline: none; }

textarea {
  resize: none; }

input, textarea, select, button {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: #fff; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none; }

textarea {
  resize: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none; }
  select option[value=""][disabled] {
    display: none; }

img {
  max-width: 100%;
  vertical-align: middle; }

body {
  background: url("../images/form-wizard-bg.png");
  background-size: cover;
  height: 100vh; }
 
#content-body {
  height: 100vh;
  width: 80%;
  margin: 0 auto;
}

.image-banner-typ{
  margin-bottom:15px;
}

.wrapper {
  width: 1400px;
  height: 100vh;
  margin: auto;
  display: flex; }

.wizard > .steps .current-info, .wizard > .steps .number {
  display: none; }

/*.image-holder {
  width: 41.07%;
  align-self: flex-end; 
  }*/

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  align-items: center;
  /*justify-content: center;*/ 
}
.section-half {
  width: 50%;
}

#box-form {
   /* padding-left: 50px;
    padding-right: 50px;*/
    align-self: center; 
    width: 100%;
	margin-top: 1.5em;
  }

/*
@media (max-width: 1000px) {
  #box-form {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
*/

/*
.sponsorTableContainer{
  border: solid 0px #9b9b9b;
  border-radius: 10px;
  background: rgba(255, 255, 255, .0);
}
*/

.form-header {
  text-align: center; }
.form-header a {
  font-family: "Poppins-Regular";
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background: #e4bd37; }


h1 {
  text-align: center;
  padding: 50px 0;
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: bold;
  font-family: "Poppins-SemiBold";
  text-shadow: 4px 5px rgba(0,22,50,.5)
  ;

}

h3.subtitle {
  font-family: "Poppins-SemiBold";
  font-size: 26px;
  text-transform: uppercase;
 /* margin-bottom: 46px;*/ margin-bottom: 0px;
  letter-spacing: 3px;
  margin-top: 19px; }

h3.titlebanner {
  font-family: "Poppins-SemiBold";
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 46px;
  letter-spacing: 3px;
  margin-top: 19px; }

h3.subtitle.under_pb {
  font-size: 18px;
  margin-bottom: 1px;
  transform: translateY(0px);
}

.big-title {
  font-size: 70px;
}

#wizard {
  border: 1px solid #fff;
  border-radius: 10px;
  /*padding: 47px 57px 50px 50px;*/ padding: 10px 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.1); }

.wizard > .steps ul {
  content: "";
  width: 60%;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: -69px;
  transform: translateX(-50%); }
  .wizard > .steps ul:before {
    content: '\f26b';
    position: absolute;
    font-size: 20px;
    font-family: Material-Design-Iconic-Font;
    bottom: 20px;
    left: 29.4%;
    transition: all 0.5s ease; }
  .wizard > .steps ul:after {
    content: "";
    width: 33.33%;
    height: 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-2:before {
    left: 62.5%;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-2:after {
    width: 66.67%;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-3:before {
    left: 96%;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-3:after {
    width: 100%;
    transition: all 0.5s ease; }

/* progress bar with truck */
#wizard.wizard > .steps ul {
  content: "";
  /*width: 60%;*/
  width: 80%;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: -75px;
  transform: translateX(-50%); }
  #wizard.wizard > .steps ul:before {
    /*content: '\f26b';*/
    content: url('truck_38x32.png');
    /*filter: invert(54%) sepia(69%) saturate(7490%) hue-rotate(182deg) brightness(100%) contrast(83%);*/
    filter: invert(100%) sepia(0%) saturate(7490%) hue-rotate(182deg) brightness(100%) contrast(83%);
    position: absolute;
    font-size: 20px;
    font-family: Material-Design-Iconic-Font;
    bottom: 20px;
    /*left: 29.4%;*/
    left: 40%;
    transition: all 0.5s ease; }
  #wizard.wizard > .steps ul:after {
    content: "50%";
    text-align: right;
    padding-right: 12px;
    font-size: 11px;
    width: 50%;
    height: 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease; }
  #wizard.wizard > .steps ul.step-2:before {
    /*left: 62.5%;*/
    left: 90%;
    transition: all 0.5s ease; }
  #wizard.wizard > .steps ul.step-2:after {
    width: 100%;
    content: "100%";
    transition: all 0.5s ease; }
  #wizard.wizard > .steps ul.step-3:before {
    left: 96%;
    transition: all 0.5s ease; }
  #wizard.wizard > .steps ul.step-3:after {
    width: 100%;
    content: "";
    transition: all 0.5s ease; }
/**************************/


.form-row {
  display: flex;
  /*margin-bottom: 29px;*/ margin-bottom: 8px;
  align-items: center; }
  .form-row:last-child {
    margin-bottom: 0; }
  .form-row label {
    width: 34.9%;
    /*margin-right: 40px;*/  margin-right: 1px; }
  .form-row .form-holder {
    width: 65.1%; }

.form-holder {
  position: relative; }
  .form-holder i {
    position: absolute;
    bottom: 7px;
    right: 20px;
    font-size: 25px; }

.form-control {
  height: 41px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  border-radius: 5px;
  width: 100%;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.2); }
  .form-control:focus {
    box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7);
    border: 1px solid #ceebf7; }
  .form-control::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control::-moz-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control:-moz-placeholder {
    color: #fff;
    text-transform: uppercase; }

select.form-control option{color: #777;}

.form-control.error {
  border: 1px solid rgba(255, 0, 0, 0.4);
  background: none;
  border-radius: 5px;
  padding: 0 18px;
  background: rgba(255, 0, 0, 0.2); }
  .form-control.error:focus {
    box-shadow: 0px 0px 7px 0px rgba(255, 0, 0, 0.7);
    border: 1px solid #bb0000; }
  .form-control.error::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control.error::-moz-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control.error:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control.error:-moz-placeholder {
    color: #fff;
    text-transform: uppercase; }

label.error {
    color: #bb0000;
   /* font-size:11px;*/ font-size: 14px;
    font-weight: bold;
    
}

select.form-control {
  text-transform: uppercase; }

.option {
  color: #999; }

textarea.form-control {
  padding: 8px 0;
  background: url("../images/textarea-bg.png") no-repeat right bottom 3px; }

.actions ul {
    /* display: flex; */
    margin-top: 0px;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto; }
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 54px;
  width: 200px;
  letter-spacing: 1.3px;
  align-items: center;
  background: #e4bd37;
  font-family: "Muli-Bold";
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 27px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .actions li a:before {
    content: '\f2ee';
    font-size: 18px;
    position: absolute;
    top: 17px;
    right: 34px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .actions li a:hover {
    background: #c9a630; }
    .actions li a:hover:before {
      -webkit-animation-name: hvr-icon-wobble-horizontal;
      animation-name: hvr-icon-wobble-horizontal;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
.actions li[aria-disabled="true"] a {
  opacity: 0;
  transition: all 0.3s; }
.actions li:first-child a {
  width: 136px;
  background: #fff;
  color: #666;
  font-family: "Muli-Bold";
  padding-left: 57px; }
  .actions li:first-child a:before {
    content: '\f2ea';
    left: 32px;
    font-size: 18px; }
  .actions li:first-child a:hover {
    background: #e5e5e5; }
.actions li:last-child a {
  /*width: 154px;*/ }

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.checkbox-circle {
  display: flex;
  justify-content: space-between; }
  .checkbox-circle label {
    cursor: pointer;
    display: inline-block;
    padding-left: 43px;
    padding-top:5px;
    position: relative;
    margin-right: 0;
    width: auto; }
  .checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-circle input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-circle .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4); }
    .checkbox-circle .checkmark:after {
      content: "";
      top: 3px;
      left: 3px;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      display: none; }

@media (max-width: 1500px) {
  form {
    /*padding-top: 90px;*/ padding-top: 0px;
    /*padding-bottom: 97px;*/ padding-bottom: 0px;
    align-self: flex-start; }

  .wrapper {
    height: auto; } }
@media (max-width: 1199px) {
  .wrapper {
    height: 100vh;
    width: auto; }

  .image-holder {
    align-self: center; }
    .image-holder img {
      transform: translateY(40px); }

  form {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    align-self: center; } }
@media (max-width: 991px) {
  .wrapper {
    justify-content: center; }

  .image-holder {
   /* display: none; */}

  form {
    width: auto; } }
@media (max-width: 767px) {
  body {
    height: auto; }

  .wrapper {
    height: auto;
    padding: 30px 20px; }

  #wizard {
    border: none;
    display: flex;
    flex-direction: column;
    background: none; }

  form, #wizard {
    padding: 0; }

  h3 {
    margin-bottom: 30px; }

  .form-row {
    display: block; }
    .form-row label {
      margin-bottom: 29px;
      display: block; }
    .form-row label, .form-row .form-holder {
      width: 100%; }

  .checkbox-circle {
    display: block; }

  .wizard > .steps {
    order: 3;
   /* margin-top: 60px;
    margin-bottom: 20px;*/ 
      margin-top: 10px;
    margin-bottom: 10px; }
    .wizard > .steps ul {
      position: static;
      transform: translateX(0);
      width: 100%; }

    #wizard.wizard > .steps ul {
    /*position: relative;*/
    transform: translateX(0);
    width: 100%;
    top: -75px;
    left: 0px;}

  .actions ul {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0; }
  .actions li a {
    height: 44px; }
    .actions li a:before {
      top: 13px; }
  .actions li:first-child a {
    margin-bottom: 20px; } }

/*# sourceMappingURL=style.css.map */









h1{font-size: 2em; font-weight: bolder;}
h2{font-size: 1.5em; font-weight: bolder;}
h3{font-size: 1.17em; font-weight: bolder;}
h4{font-size: 1em; font-weight: bolder;}
h5{font-size: .83em; font-weight: bolder;}
h6{font-size: .67em; font-weight: bolder;}






#coreg {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 47px 57px 50px 50px;
  position: relative;
  background: rgba(255, 255, 255, 0.1); 
  width:90%;
  margin-left:5%;
  margin-right:5%;
  margin-top:10px;
  margin-bottom:10px;
  overflow:auto;
}


#coreg.wizard > .steps ul {
  content: "";
  width: 60%;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: -69px;
  transform: translateX(-50%);
  display:none; }
  #coreg.wizard > .steps ul:before {
    /*content: '\f26b';*/
    content: '1/3';
    position: absolute;
    font-size: 20px;
    /*font-family: Material-Design-Iconic-Font;*/
    font-family:"Poppins-SemiBold";
    bottom: 20px;
    left: 29.4%;
    transition: all 0.5s ease; }
  #coreg.wizard > .steps ul:after {
    content: "";
    width: 33.33%;
    height: 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease; }
  #coreg.wizard > .steps ul.step-2:before {
    content: '2/3';
    left: 62.5%;
    transition: all 0.5s ease; }
  #coreg.wizard > .steps ul.step-2:after {
    width: 66.67%;
    transition: all 0.5s ease; }
  #coreg.wizard > .steps ul.step-3:before {
    content: '3/3';
    left: 96%;
    transition: all 0.5s ease; }
  #coreg.wizard > .steps ul.step-3:after {
    width: 100%;
    transition: all 0.5s ease; }




#coreg > .qCoreg{
margin-top:35px;
margin-bottom:35px;
}

#coreg .coregSeparator > hr{
opacity:0.6;
margin: 20px 0px;
}
.coregSeparator{margin-top: 18px;}

#coreg .pactions a{
  margin:8px;
}

.coregTitle{margin: 12px 0px;}
.coregQuestion{margin: 18px 0px;}
.coregFooter{margin-top: 18px;}

#coreg select.form-control{
  width:auto;
}

#coreg{background:#fff!important; color:#116384!important;}
#coreg .pactions a {
    background:#116384!important; 
    color:#fff!important; 
    width: auto;
    min-width: 115px;
    border-radius: 3px;
    padding: 20px;}
#coreg a {color:#23adff!important;}
#coreg input, 
#coreg textarea, 
#coreg select, 
#coreg button{color: #116384!important;}

#coreg textarea{border: 1px solid #c2c2c2; padding: 6px 18px; height: 35px;}

#coreg .coregImage {/*max-width:350px!important;*/ max-width:200px; }
#coreg select.form-control {

    border: 1px solid rgb(17 99 132 / 40%);
    background: rgb(17 99 132 / 20%);
    color:#116384!important;
}
.coreg-body{background:#dff3fb!important;}


#prelander {
  border: 1px solid #fff;
  border-radius: 10px;
  /*padding: 47px 57px 50px 50px;*/ padding: 10px 15px 20px 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.1); }


#prelander.wizard > .steps ul {
  content: "";
  width: 60%;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: -69px;
  transform: translateX(-50%); }
  #prelander.wizard > .steps ul:before {
    /*content: '\f26b';*/
    content: '1/3';
    position: absolute;
    font-size: 20px;
    /*font-family: Material-Design-Iconic-Font;*/
    font-family:"Poppins-SemiBold";
    bottom: 20px;
    left: 29.4%;
    transition: all 0.5s ease; }
  #prelander.wizard > .steps ul:after {
    content: "";
    width: 33.33%;
    height: 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease; }
  #prelander.wizard > .steps ul.step-2:before {
    content: '2/3';
    left: 62.5%;
    transition: all 0.5s ease; }
  #prelander.wizard > .steps ul.step-2:after {
    width: 66.67%;
    transition: all 0.5s ease; }
  #prelander.wizard > .steps ul.step-3:before {
    content: '3/3';
    left: 96%;
    transition: all 0.5s ease; }
  #prelander.wizard > .steps ul.step-3:after {
    width: 100%;
    transition: all 0.5s ease; }




.pactions ul {
  display:block;
  margin-top: 39px;
  justify-content: space-between; }

.pactions li {margin-top:30px;}
.pactions a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 54px;
  min-width: 180px;
  width:auto;
  letter-spacing: 1.3px;
  align-items: center;
  background: #e4bd37;
  font-family: "Muli-Bold";
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 27px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

  .pactions li a:hover {
    background: #c9a630; }



  .actions{display: none;}

  /*#wizard > .steps{display:none;}*/  





/* COLORI DEFAULT */
body{background:#1968BE; color:#ffffff;}
a{color:#fcb203;}
input, textarea, select, button{color:#ffffff;}
.checkbox-circle .checkmark:after{background:#ffffff;}
.wizard > .steps ul:after{background:#ffffff;}



/* LOADING */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}






.pactions a { display: inline-block; padding-top: 1em; } 
/*.female {margin-left: 2em; }*/
/* Gender buttons */
.male .checkmark, .female .checkmark { display: none;}
.gender {text-align: center;}
.gender input { position: absolute; opacity: 0; cursor: pointer; }
.gender input[type="radio"] { opacity: 0;  position: fixed;  width: 0;}
.gender label { text-align: center;  display: inline-block; cursor: pointer; width: 45%; padding-left: inherit;   padding-top: 5px;  background: linear-gradient(#fff,#d3d3d3); color: #666;  font-size: 14px; line-height: 34px; border: 2px solid #d3d3d3; border-radius: 5px; box-shadow: #959595 0 1px 3px;}
.gender input[type="radio"]:checked + label { background:#bfb!important; border-color: #4c4!important; }
.gender input[type="radio"]:focus + label { border: 2px dashed #03d730!important;}
/*.gender label:hover {background: linear-gradient(#dfd,#03d730); color: #fff;}*/
.male:hover {background: linear-gradient(#fff,#b8e2ff); color: #141414;}
.female:hover {background: linear-gradient(#fff,#ffb8b8); color: #141414;}
.female {margin-left: 1em; }
.gender svg { height: 1.2em; width: 1em; line-height: 1; vertical-align: sub;}
/**/


#wizard { border: solid 1px #9b9b9b; border-radius: 10px; background: rgba(255, 255, 255, 1);}
.footer {font-size: 10px; margin-top: 4em; text-align: center;}
.footer a:link {font-size: 13px; font-weight: bold; padding: 5px; }
/* form */  
.form-row .form-holder { width: 100%; }
.form-control::-webkit-input-placeholder {  color: #333; text-transform: uppercase; }
.form-control::-moz-placeholder { color: #333; text-transform: uppercase; }
.form-control:-ms-input-placeholder { color: #333; text-transform: uppercase; }
.form-control:-moz-placeholder { color: #333; text-transform: uppercase; }
.checkbox-circle .checkmark { border: 1px solid #ccc; background: #fcdcdb;}
#prelander.wizard > .steps ul:after, .checkbox-circle .checkmark:after { background: #0071e3;}
.date  { width:32% } 
.legal {font-size:11px}

@media (min-width: 600px){ 
.desk{display: inherit;}
.mob{display: none;}
#content-body {max-width: 980px;}  
img { max-width: 480px; vertical-align: top; margin-top: 0em;} 
img.headline {  vertical-align: top; margin-top: 0em!important;} 
    /* Prelander */ 
.prl-steps {display: block; margin-bottom: 0px; text-align: center;}
.pactions ul {margin-top: 10px;}
.pactions li { margin-top: 15px; display: inline;}
    /* form */ 
/*form gender align*/ .checkbox-circle { justify-content: inherit!important; }
.form-control { height: 35px; } 
    
h1 { margin-bottom: 1em;}
 
}

@media (max-width: 599px){
.desk{display: none;}
.mob{display: inherit;}
#content-body { width: 100%;}
.row { display: block;}
img { width: 100%; margin-top: -7em!important; margin-bottom: 2em;}
h1 {padding: 10px 0;}
    /* Prelander */ 
.prl-steps {margin-bottom: 5px; text-align: center;}
#prelander { padding: 5px 5px; margin-bottom: 4em;}
.pactions ul { margin-top: 0px;}
.pactions li { margin-top: 8px; display: block}
    /* Form */
.gender label {width: 44%;}
.form-row label {margin-bottom: -2px;  /*display: inline-block;*/}
.checkbox-circle { display: inline-flex; }
.form-control { height: 31px; } 
#wizard {  padding: 10px 15px; position: relative;}
#box-form {padding-right: 5px; padding-left: 5px;}
   
h3.subtitle {font-size: 14px;}
.legal {font-size: 64%;}
}


@media only screen and (max-width: 359px)  { /*   iphone 4, 5 */ 
img { margin-bottom: 1em; } 
.form-control {height: 27px;}
}

@media only screen and (min-width: 569px) and (max-width: 759px)  {    /*   landscape */ 
.tabl  { max-width: 480px; margin-top: -7em; margin-bottom: 1em;}

}

@media only screen and (min-width: 760px) and (max-width: 775px)  {    /*   tablets */ 
h1 { margin-bottom: 0em;}
.tabl {width: 300px; margin: -3em 0 2em 0;}
.footer { margin-top: 9em;}
}



.pactions li {display: block;}
.pactions a {display: inline-block; padding: 20px; padding-top: 1em; height: auto; border-radius: 3px; width: 97%; /*min-width: 115px;*/ margin: 0 5px; text-align: center; }

@media (min-width: 600px){ 
    /* COREG PAGE */
    #coreg { padding: 15px 20px;} 
    #coreg .pactions a {
    width: auto;
    border-radius: 5px;
    padding: 10px 15px;
    box-shadow: #959595 0 1px 3px;
    cursor: pointer;
    min-width: calc(25% - 16px);
}
    
/* THANK YOU PAGE */
.form-header { margin-top: 4em;}  
#page_thankyou #prelander { border: 5px dashed #c00; background: #fff; border-radius: 3px; width: 80%; margin: 0 auto;}
    
}

@media (max-width: 599px){
        /* COREG PAGE */
    #coreg { padding: 10px 10px 10px 10px;} 
    #coreg .pactions {text-align: left;}
    #coreg .pactions a {
    width: auto;
    border-radius: 5px;
    padding: 10px 15px;
    box-shadow: #959595 0 1px 3px;
    cursor: pointer;
    min-width: calc(50% - 16px);
    margin: 4px;
    font-size: calc(.6rem + 1vw);
}

#coreg .checkbox-circle label {
display: block;
padding-top: 8px;
margin-right: 2em;
}



 #coreg .coregImage { max-width:60%; margin: 0em 0em; padding: 6em 0px 0px 0px;}   
    /* THANK YOU PAGE */
.form-header { margin-top: .5em;} 
#page_thankyou #prelander { border: 5px dashed #c00; background: #fff; border-radius: 3px; width: 100%; margin: 0 auto;}
#page_thankyou #prelander p {font-size: 90%; text-align: center;}   
#page_thankyou img { width: inherit; margin-top: 0em!important; margin-bottom: 0em;}
#page_thankyou h3.titlebanner { font-size: 107%; margin-bottom: 0; margin-top: 0px;}
    
}

@media only screen and (max-width: 359px)  { /*   iphone 4, 5 */ 
    /* COREG PAGE */
#coreg .pactions a {font-size: calc(.4rem + .9vw);}
    
}

    /* Pop Up message*/ 
.ct-popup-background { background-color: rgba(255, 255, 255, 0.8);}
.form-header a { font-size: 1.5em;}
.ct-popup-content { background-color: #e8e8e8;}
.ct-popup-title { text-shadow: 4px 5px rgba(0,22,50,.0);}

@media (min-width: 600px) and (max-width: 1699px) {  
#page_thankyou img { max-width: 180px; vertical-align: top; margin-top: 0em;} 
}
@media (min-width: 1700px) {  
#page_thankyou img { max-width: 280px; vertical-align: top; margin-top: 0em;} 
}






/* autocomplete maps */


.autocomplete-results {
  margin: 0 auto;
  right: 0;
  left: 0;
  position: absolute;
  display: none;
  background-color: white;
  /*width: 320px;*/
  /*padding: 0;*/
  list-style-type: none;
  margin: 0 auto;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-sizing: border-box;
  z-index: 9999;
  padding: 10px;
  width: 90%;
}

.autocomplete-item {
  padding: 5px 5px 5px 35px;
  height: 26px;
  line-height: 26px;
  border-top: 1px solid #d9d9d9;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

.autocomplete-icon {
  display: block;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 12px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.autocomplete-icon.icon-localities {
  background-image: url(https://images.woosmap.com/icons/locality.svg);
}

.autocomplete-item:hover .autocomplete-icon.icon-localities {
  background-image: url(https://images.woosmap.com/icons/locality-selected.svg);
}

.autocomplete-item:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.autocomplete-results::after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px
}
/***************************/






/**************
 * SPONSOR CAROUSEL *
 **************/
@keyframes scroll {
    0%{
        transform:translateX(0%);
    }
    100%{
        transform:translate(calc(-250px*8));
    }
}
/******SLIDER*********/
.slider {
    background-color:#EBEBEB;
    max-width:922px;
    overflow:hidden;
    position: relative;
    margin:auto;
    margin-top: 35px;
/*   box-shadow:0 10px 20px -5px rgba(0,0,0,0.5); */
    
}

.slider::before,.slider::after{
    content:'';
    position: absolute;
    width:200px;
    height:100px;
/*    background:linear-gradient(to right, white 0%,rgba(255,255,255,0)100%);*/
    z-index:0;
}

.slider::before{
    top:0;
    left:0;
}

.slider::after{
    top:0;
    right:0;
    transform:rotateZ(180deg);
}

.slider .slider-track {
    display:flex;
    width:calc(250px*14);
    animation:scroll 60s infinite linear;
    animation-play-state:running;
}

.slider-track img {
    margin:20px;
    width:100px;
}

.slider.slide img {
    width:250px;
    height:100px;
    margin-top: 0px!important;  
}
@media (max-width: 599px){
  img.sponsor-img {
    margin-top: 0px!important;  
  }
}
/***************************/



.typeahead__container .typeahead__list {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.typeahead__cancel-button{display: none;}
.typeahead__hint{display: none!important;}

/***** Hide Progress Steps *********/
.steps.clearfix {
    display: none;
}

@media (min-width: 600px) {
   body #box-form {
        margin-top: 0em!important;
    }
}

@media (max-width: 599px) {
  body  .form-header {
        margin-top: 0em!important;
    }
}