
.tablet .visible-sm-xs.btn-fallback {
    display: block !important; 
}
.tablet .chosen-container {
    display: none !important;
}
.tablet .select-container select ,
.phone .select-container select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: none;
    z-index: 1;
    display: block !important;
}
.tablet .select-container,
.phone .select-container {
    position: relative;
}
.tablet .select-container .btn-fallback, 
.phone .select-container .btn-fallback {
    position: relative;
    height: 46px;
    line-height: 44px;
    padding: 2px 30px 0 12px;
    font-size: 16px;
    color: #000;
    width: 100%;
    border: none;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    background: #e1e1e1;
    font-variant: all-small-caps;
}

.tablet .btn-fallback span,
.phone .btn-fallback span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: url(../images/down-arrow.png) center center no-repeat;
    background-size: 15px auto;
}
.tablet .agegate .select-container .btn-fallback, 
.phone .agegate .select-container .btn-fallback {
    font-size: 15px;    
    font-variant: small-caps;
}

.tablet .common-form .select-container .btn-fallback, 
.phone .common-form .select-container .btn-fallback {
    font-size: 16px;
    color: #555;
    border-bottom: 1px solid #0055a5;
    background: none; 
    font-variant: none;
    padding: 0;
}


/*---- Common Form ----*/

.common-form .form-control::-moz-placeholder {
    color: #555;
    opacity: 1;
}
.common-form .form-control::-ms-placeholder {
    color: #555;
    opacity: 1;
}
.common-form .form-control::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
}
.common-form .form-control{
    background: none;
    border: none;
    border-bottom: 1px solid #0055a5;
    height: 46px;
    padding: 0;
    color: #555;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
}
.common-form textarea.form-control {
    min-height: 80px;
    padding-top: 12px;
    margin-bottom: 8px;
}
.common-form .col-50 {
    margin-bottom: 14px;
    width: calc(50% - 12px);
    position: relative;
}
.common-form .col-50:nth-child(2n){
    float: right;
}
.common-form .common-chosen .chosen-container-single a.chosen-single {
    height: 46px;
    line-height: 41px;
    padding: 2px 40px 0 0;
    color: #555;
    border: none;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-weight: normal;
    font-size: 16px;
    font-variant: normal;
    text-transform: none;
    background: none !important;   
    border-bottom: 1px solid #0055a5;
}
.common-form .asterisk {
    font-size: 12px;
    display: block;
}
/*---- Common Form ----*/

@media screen and (max-width: 991px) {
    .common-form .col-50 {
        margin-bottom: 10px;
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 767px) {
    .common-form .col-50 {
        margin-bottom: 10px;
        width: 100%;
    }
}