
.hto-offer {
    background-color:#5f5f5f;
    color:#fff;
    padding:20px;
    margin-bottom:20px
}
.hto-offer-top {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.hto-offer-image {
    width:30%;
}
.hto-offer-image img {
    max-width:100%;
}
.hto-offer-content {
    width:67%;
}
.hto-offer-cta {
    width:100%;
}

.hto-advertisement .hto-offer-source{
    display:none;
}

#hto-modal{
    width: 100%;
    height:100%;
    background:rgba(0,0,0,.4);
    position: absolute;
    z-index: 999;
    top:0;
    left:0;
    display:none;
}

#hto-view-choice-wrapper{
    background:#fff;
    width:30%;
    margin:0px auto;
    padding:20px;
    display:none;
    position:relative;
    top:0;
}

.hto-choice-button{
    font-family: montserrat,sans-serif;
    margin-top: 10px;
    display: block;
    color: #0A1128;
    background: linear-gradient(to bottom,#FECF6D 0%,#F8A902 92%);
    position: relative;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration:none;
}

.hto-remember-option{
    margin-top:10px;
    text-align: center;
    font-size:15px;
}

.hto-remember-option > label{
    font-size:15px;
}

.hto-offer-btn {
    font-family: montserrat,sans-serif;
    margin-top: 30px;
    display: block;
    color: #0A1128;
    background: linear-gradient(to bottom,#FECF6D 0%,#F8A902 92%);
    position: relative;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration:none;
}
.hto-offer-btn:hover {
    background: linear-gradient(to bottom,#F8A902 0%,#FECF6D 92%);
}

.hto-offer > .row > .col > .tooltiptext {
    position: absolute;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 999;
    transition: opacity .6s;
    font-size: 14px;
    white-space: normal;
    padding: 8px;
    display:none;
    opacity: 0;
    transition: opacity .3s;
}


.hto-offer > .row > .col >  .tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}


.hto-offer > .row > .col > .hto-offer-email-wrapper > input.hto-offer-email{
    width:98%;
    border:none;
    border-radius: 4px;
    padding:6px 5px;
    margin-top:14px;
    color:#000;
}

.hto-offer > .row > .col > .hto-offer-email-error,
.hto-offer > .row > .col > .hto-offer-success{
    text-align: center;
    padding:10px;
    margin-top:5px;
    font-weight:normal;
    color:#fff;
    border-radius: 4px;
    display:none;
}

.hto-offer > .row > .col > .hto-offer-email-error{
    background-color:#d42537;
    border:1px solid #d42537;
}

.hto-offer > .row > .col > .hto-offer-success{
    background-color: #1E7B34;
    border:1px solid #1E7B34;
}

.hide {
    display:none !important;
}


@media only screen and (max-width: 600px) {
    #hto-view-choice-wrapper{
        width:75%;
    }
}