* {
    margin: 0;
    padding: 0
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins';
}

section {
    max-width: 600px;
    margin: 0 auto
}

input[type='text'],
input[type='tel'],
input[type='email'] {
    padding: 12px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 1;
    max-width: 820px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

button {
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    border: none;
    font-size: 1.1em;
    font-weight: 700;
    width: 100%;
    margin-top: 10px;
    -webkit-appearance: none;
}

button:hover {
    cursor: pointer;
    filter: contrast(1.2)
}

select {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 8px;
    font-size: 18px;
    border-radius: 3px;
    height: 53px;
}

select,
input[type='text'],
input[type='tel'],
input[type='email'] {
    border: 1px solid #dfdfdf;
    background: #fff
}

.eOut {
    font-size: 8px;
    color: #d01515;
    left: 30%;
    position: relative;
}

.eOut+input[type='text'] {
    border: 10px solid red
}

.age-verify {
    font-size: .8em;
    padding: 10px;
    text-align: center;
    padding-bottom: 0
}

.fp {
    font-weight: 700;
    font-size: .6em;
    text-transform: uppercase;
    color: #888
}

.dd {
    position: relative
}

.has-error input {
    background: #fff6f6;
    border: 1px solid #f88
}

.arr img {
    position: relative;
    left: 0;
    animation: slide-right 1s infinite;
    width: 20px;
    top: 0
}

.dd:after {
    content: '';
    position: absolute;
    top: 28px;
    right: 16px;
    padding: 6px;
    width: 2px;
    opacity: .7;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgODIuODUgNTAuNzgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDgyLjg1IDUwLjc4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzQxNDE0MTt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNODIuODUsOS4xOEw1MC41OSw0MS42bC05LjE0LDkuMThsLTkuMTUtOS4xN0wwLDkuMThMOS4xNiwwbDMyLjI5LDMyLjQxbDMyLjI0LTMyLjRsOC44LDguODJMODIuODUsOS4xOHoiLz48L3N2Zz4=)
}

#ssl {
    width: 150px;
    margin: 0 auto;
    display: inherit;
}

input[type='text'],
input[type='tel'],
select,
input[type='email'] {
    font-family: 'Poppins';
}

/*select {-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;}*/
select::-ms-expand {
    display: none;
}

.push {
    padding-left: 14px;
    display: block
}

.fp {
    font-size: .9em
}

.agree {
    font-size: 16px;
    color: inherit;
    text-align: center;
    padding-bottom: 10px;
}

.agree a {
    color: inherit;
    text-decoration: underline;
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-group label {
    font-size: 13px;
    width: 30%;
}

.nf {
    display: block
}

section .form-group:first-of-type input {
    margin-top: 0
}

.has-error label {
    color: #ff7575
}

::placeholder {
    color: #888;
    font-weight: 200
}

input[type="text"],
input[type="tel"] {
    -webkit-appearance: none;
}

.stk .form-group:first-of-type label {
    margin-top: 0
}

.stk label {
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.stk input[type='text'],
.stk input[type='tel'],
.stk input[type='email'],
.stk select {
    width: 100%
}

.stk input[type='text'],
.stk input[type='tel'],
.stk input[type='email'],
.stk select {
    margin-top: 0
}

.stk .dd:after {
    top: 38px
}

.stk .eOut {
    left: 0
}

.nl label {
    display: none
}

.nl input[type='text'],
.nl input[type='tel'],
.nl input[type='email'],
.nl select {
    margin-bottom: 6px;
    width: 100%
}

.nl .eOut {
    left: 0
}

.nl .dd:after {
    top: 15px
}

.spl form .row:nth-of-type(3),
.spl form .row:nth-of-type(5) {
    width: calc(50% - 2px);
    ;
    float: left;
}

.spl form .row:nth-of-type(4),
.spl form .row:nth-of-type(6) {
    width: calc(50% - 2px);
    ;
    float: right;
}

.stk.spl form .row:nth-of-type(3),
.stk.spl form .row:nth-of-type(5) {
    width: calc(50% - 4px);
    ;
    float: left;
}

.stk.spl form .row:nth-of-type(4),
.stk.spl form .row:nth-of-type(6) {
    width: calc(50% - 4px);
    ;
    float: right;
}

.spl .age-verify {
    overflow: auto;
    width: calc(100% - 40px);
    padding: 0 20px;
    padding-top: 10px
}

input[type='text'],
input[type='tel'],
input[type='email'],
select {
    margin-bottom: 6px;
}

.spl select {
    height: 38px
}

input[type='submit'] {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

input,
select {
    filter: none;
}


/* Modern Style CSS -Tony  9/27/19*/

.modern .form-group {
    position: relative;
    margin-bottom: 7px;
    width: 100%;
}

.modern input {
    border: 1px solid #ababab;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    padding: 2px 9px;
    padding-top: 15px;
    font-size: 16px;
    outline: none;
    background: #f3f3f3;
    width: 100%;
}

.modern label {
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    color: #a8a8a8;
    transition: all .3s ease;
    width: 100%;
    font-size: 15px;
    font-weight: 100;
}

.modern .active label {
    font-size: 10px;
    top: 3px;
}

.modern .active input {
    background: #e6e6e6;
}

.modern select {
    font-size: 15px;
}

.modern input[type='text'],
.modern input[type='tel'],
.modern input[type='email'],
.modern select {
    border-radius: 3px 3px 0px 0px;
    font-weight: normal;
}

.modern .spl form .row:nth-of-type(3),
.modern .spl form .row:nth-of-type(5) {
    width: calc(50% - 4px);
}

.modern select,
.modern .spl select {
    width: 100%;
    height: 44px;
}

.modern .eOut {
    left: 0
}

.modern .has-error input {
    background: #ffdfdf;
    border-color: #ff0000;
}

.modern .remove {
    display: none;
}

.modern input:-webkit-autofill,
.modern input:-webkit-autofill:hover,
.modern input:-webkit-autofill:focus,
.modern textarea:-webkit-autofill,
.modern textarea:-webkit-autofill:hover,
.modern textarea:-webkit-autofill:focus,
.modern select:-webkit-autofill,
.modern select:-webkit-autofill:hover,
.modern select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #e6e6e6 inset;
}




@media screen and (max-width) {
    .fp {
        font-size: 0.7em;
    }
}

/*-- IE10+ --*/
@media screen and (max-width:768px) {
    .fp {
        font-size: 0.7em;
        text-align: center;
    }

    input[type='text'],
    input[type='tel'],
    input[type='email'],
    select {
        font-size: 12px;
    }
    
    select {
        height: 44px;
    }

    .agree {
        font-size: 10px
    }
}

@media screen and (max-width:320px) {
    .age-verify {
        padding: 10px;
        padding-bottom: 0px;
    }

    select {
        padding-left: 15px;
    }
}