*:focus { outline: 0; }
* { user-select: none; }
.nospace{ white-space: nowrap; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

img{
    border: 0;
    display: inline-block;
}
.imgfullw{
    width: 100%;
    height: auto;
    border: none;
    display: block;
}
.imgfullh{
    height: 100%;
    width: auto
}

input::-moz-placeholder {
    color: #999;
    opacity: 1;
}
input:-ms-input-placeholder { color: #999; }
input::-webkit-input-placeholder { color: #999; }
.placeholder{ color: #999; }

.font-weight-bold{font-weight: bold; }

.field_row .field_input, .field_row select{
    font-size: 1.1rem;
    font-family: "Parkinsans";
    font-weight: 400;
    line-height: 1.2rem;
    width: 100%;
    color: #3f3083;
    border: none;
    border-radius: 5px;
    padding: 5px 5px;
}
.field_row .label{
    color: #3f3083;
    width: 100%;
    font-size: 1.1rem;
    font-family: "Parkinsans";
    font-weight: 500;
    line-height: 1.2rem;
}
.field_row .select1{ background-color: #fbd5e5;}
.field_row .select2{ background-color: #cfebfb;}
.field_row .select3{ background-color: #d2ece3;}

body{
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-weight:normal;
    font-family:"Parkinsans";
    background: url("/images/bg.png") #ffffff;
    background-position: top center;
    background-size: 100% auto;
    font-weight: 400;
}
@media screen and (min-width: 360px) {
    body{
        font-size: 11px;
    }
}
@media screen and (min-width: 400px) {
    body{
        font-size: 12px;
    }
}
@media screen and (min-width: 640px) {
    body{
        font-size: 13px;
    }
}

.wrapper{
    width: 100vw;
    position: relative;
    margin: 0 auto 4rem;
    /* display: none; */
}
@media screen and (min-width: 640px) {
    .wrapper{
        max-width: 1024px;
    }
}
@media screen and (min-width: 1025px) {
    .wrapper{
        max-width: 1024px;
    }
}

a{ color: #423088; }
.bold{font-weight: bold;}
.btn{
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    background-color: #f68024;
    font-family:"CalSans";
    border: none;
    font-size: 1.2rem;
    padding: 6px 16px;
    min-width: 100px;
}
.btn:hover{ background-color: #c65700; }
.btn:active{ background-color: #c65700; }

.text-center{ text-align: center; }
.mt-1{ margin-top: 5px; }
.mt-2{ margin-top: 10px; }
.mt-3{ margin-top: 0.8rem; }
.mt-4{ margin-top: 1.6rem; }
.mt-5{ margin-top: 2.4rem; }
.mt-6{ margin-top: 3.2rem; }
.mb-1{ margin-bottom: 5px; }
.mb-2{ margin-bottom: 10px; }
.mb-3{ margin-bottom: 0.8rem; }
.mb-4{ margin-bottom: 1.6rem; }
.ml-1{ margin-left: 5px; }
.ml-2{ margin-left: 10px; }
.ml-3{ margin-left: 0.8rem; }
.ml-4{ margin-left: 1.6rem; }
.mr-1{ margin-right: 5px; }
.mr-2{ margin-right: 10px; }
.mr-3{ margin-right: 0.8rem; }
.mr-4{ margin-right: 1.6rem; }

.container{
    width: calc( 100% - 10% );
    margin: 0 5% 0 5%;
    position: relative;
    display: inline-block;
}

.logo{
    width: 42%;
    max-width: 450px;
    margin: 2rem auto 2rem;
}

#content-panel{
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    max-width: 480px;
}

#content-panel .header{
    font-family: 'CalSans';
    font-size: 2rem;
    line-height: 2rem;
    color: #3f3083;
}
#content-panel .subheader{
    font-family: 'CalSans';
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #3f3083;
}
.map #content-panel .subheader{
    font-size: 1.2rem;
    line-height: 1.2rem;
}

#content-panel .copy{
    font-size: 0.9rem;
    color: #423088;
}
.form #content-panel .copy{
    width: 96%;
}

.row{
    width: 100%;
    position: relative;
}

#content-panel .copy1{
    font-size: 1.1rem;
    color: #423088;
    padding-left: 5%;
    font-weight: 500;
}
#content-panel .copy1 b{
    font-weight: 700;
}
.formbox{
    border-radius: 25px;
    background-color: #fff;
    padding: 6% 5%;
    position: relative;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.bands{
    position: relative;
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 10% auto 0;
}
.field_band{
    border: none;
    width: calc( (100% / 6) - 6px );
    height: 40px;
    padding: 10px 0px 10px 0;
    border-radius: 6px;
    border: none;
    text-align: center;
    display: block;
    float: left;
    margin: 0 3px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: "Parkinsans";
    font-weight: 500;
    color: #3f3083;
    background-color: #d2ece3;
}
.field_band:last-child{
    margin-right: 0px;
}
.blurb{
    position: absolute;
    width: 38%;
    top: -15%;
    right: -5%;
}
.ctas{
    display: inline-block;
    margin: 10% 0 0 0;
    text-align: center;
    width: 100%
}
.divider{
    margin-top: 8%;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #9fa0d0;
}

.highlight{
    display: inline-block;
    background-color: #f68024;
    padding: 2px 10px;
    border-radius: 10px;
}

.redeem-box{
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    background-color: #f68024;
}
.redeem-box .txt{
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
    color: #fff;
    font-family: 'CalSans';
    font-size: 0.9rem;
    width: 60%;
}

.map .formbox{
    background-color: #c9d1f1;
    padding: 6% 2% 6% 4%;
}
.map-img{
    position: relative;
    display: inline-block;
    width: 40%;
}
.map-list{
    position: relative;
    display: inline-block;
    float: right;
    width: 58%;
}
.map-item{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.map-no{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 500;
    vertical-align: top;
    background-color: #f68024;
    border-radius: 50%;
    line-height: 20px;
}
.map-no.done{
    background-color: #3f3083;
    color: #fff;
}
.map-name{
    position: relative;
    display: inline-block;
    width: calc(100% - 35px);
    padding: 0px 0 0 0px;
    vertical-align: top;
}
.done .map-name{
    color: #7e83ce
}
.map-name ul{
    margin: 0;
    padding: 0 0 0 16px;
    font-size: 0.75rem;
}
.map-pin{
    position: absolute;
    width: 76px;
}
.map-wrap{
    width: 446px;
    transform-origin: top left;
}
.map-pin1{
    transform: scale(0.6);
    top: 0px;
    left: 110px;
}
.map-pin1.pin1b{
    top: 36px;
    left: 302px;
}
.map-pin1.pin1c{
    top: 182px;
    left: 0px;
}
.map-pin1.pin1d{
    top: 208px;
    left: 170px;
}
.map-pin1.pin1e{
    top: 389px;
    left: 4px;
}
.map-pin1.pin1f{
    top: 578px;
    left: 282px;
}
.map-pin1.pin1g{
    top: 346px;
    left: 370px;
}

.map-pin2{
    top: 58px;
    left: 220px
}
.map-pin3{
    top: 575px;
    left: 169px;
}
.map-pin4{
    top: 230px;
    left: 343px;
}
.map-pin5{
    top: 460px;
    left: 216px;
}
.map-pin6{
    top: 257px;
    left: 288px;
}
.map-pin7{
    top: 412px;
    left: 353px
}
.map-pin8{
    top: 526px;
    left: 223px;
}
.pin-no{
    position: absolute;
    text-align: center;
    font-family: 'CalSans';
    font-size: 48px;
    color: #fff;
    top: 0;
    left: 0;
    width: 70px;
    line-height: 70px;
}

#landscape{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: 1000;
    color: #fff;
    text-align: center;
    display: none;
}
#landscape img{
    margin-top: 25vh;
    height: 50vh;
    width: auto;
}
#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: #FFF;
    color: #000;
    text-align: center;
    z-index: 1001;
}
#loading .container{
    top: 50%;
    transform: translateY(-50%);
    margin: 0 5%;
}

.mobile-copy{
    width: 35%;
    display: inline-block;
    font-size: 0.8rem;
    vertical-align: middle;
}

#mobileview {
    position: relative;
    display: none;
    font-family: "Parkinsans";
    text-align: center;
    height: 100vh;
    width: 100vw;
    color: #000;
}
#mobileview .copy{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 70%;
    max-width: 640px;
    font-size: 3rem;
}
@media screen and (min-width: 768px) {
    #mobileview .copy{
        width: 60%;
    }
}
@media screen and (min-width: 1440px) {
    #mobileview .copy{
        width: 34%;
    }
}
