/* The horizontal ad */

.the100b {
    color: #336699;
    width: 90%;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    margin: 20px 0 20px 0;
    margin-left: 10%;
    padding: 20px 0 20px 0;
    cursor: pointer;
}

.item {
    display: table-cell;
    vertical-align: top;
}

.the100b .text {
    width: calc(100% - 360px);
    padding-left: 20px;
}

.the100b .text p {
    color: #336699;
}

.the100b h3 {
    margin-top: 0;
    font-size: 1.5em;
    color: #336699;
}

@media only screen and (max-width: 768px) {
    .the100b h3.mobile {
        display: block;
    }
    .the100b h3.desktop {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .the100b h3.mobile {
        display: none;
    }
    .the100b h3.desktop {
        display: block;
    }
}

.ohpbv:hover {
    text-decoration: underline;
}

.the100b h4 {
    padding-bottom: 20px;
    font-size: 1em;
    color: #cc9966;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
}

.alt h3,
.alt .text p {
    color: #984648;
}







.the100b-h7 {
    color: #336699;
    width: 90%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 5px;
    margin: 20px 0 20px 0;
    padding: 20px;
    cursor: pointer;
    background: linear-gradient(#330033, #770077);
}

.the100b-h7 .item {
    display: table-cell;
    vertical-align: top;
}

.the100b-h7 .text {
    padding-left: 20px;
    padding-right: 5px;
}

.the100b-h7 .text p {
    color: #fff;
}

.the100b-h7 h3 {
    margin-top: 0;
    font-size: 1.5em;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .the100b-h7 h3.mobile {
        display: block;
    }
    .the100b-h7 h3.desktop {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .the100b-h7 h3.mobile {
        display: none;
    }
    .the100b-h7 h3.desktop {
        display: block;
    }
}

.the100b-h7 h4 {
    padding-bottom: 20px;
    font-size: .8em;
    color: #cc00cc;
    opacity: .8;
    text-align: center;
    text-transform: uppercase;
}

/* The horizontal ad - end */