  .bonhillad {
    position: relative;
    padding: 10px;
    font-size: 20px;
}

.bonhillad::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.bonhillad .gform_body, .bonhillad .gform-body {
    position: relative;
}

.bhad-block {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;        
}


.bhad-title {
    font-size: 24px;
    color: white !important;
    font-weight: bold;
}

.bhad-lead {
    color: black;
    text-align: center;
    background-color: #cecece;
    padding: 5px;        
    border-radius: 5px;
    font-size: 14px;
}

.bhad-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    gap: 20px;
    width: 100%;
}    

.bhad-button {
    padding: 5px;
    border-radius: 5px;
    font-size: 24px;
}

.bonhillad a {
    text-decoration: none !important;
    display: block;
    width: 100%;
    /*height: 100%*/
}
.bhad-title, .bhad-buttons {
    color: white;
    text-align: center;
}

.bhad-title, .bhad-lead {
    margin-bottom: 24px;
}

.bonhillad.w300h600 {
    width: 300px;
    height: 600px;
}

.bonhillad.w300h250 {
    width: 300px;
    height: 250px;       
}

.bonhillad.w728h90 {
    width: 728px;
    height: 90px;        
}

.bonhillad.w320h50 {
    width: 320px;
    height: 50px;
}

.bonhillad.w728h90 .bhad-block,
.bonhillad.w320h50 .bhad-block {
    flex-direction: row;
}

.bhad-buttons.yesno .bhad-button {
    background-color: #e1e1e1;
}

.bhad-buttons.bhad-radiobg .bhad-button {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' stroke='%23808080' stroke-width='2' fill='none' /%3E%3Ccircle cx='16' cy='16' r='10' stroke='none' stroke-width='2' fill='white' fill-opacity='0.8' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.bonhillad.w300h600 .bhad-buttons.bhad-radiobg .bhad-button, 
.bonhillad.w300h250 .bhad-buttons.bhad-radiobg .bhad-button,
.bonhillad.w728h90 .bhad-buttons.bhad-radiobg .bhad-button {
    background-position-x: 20px;
    background-position-y: 12px;
}


.bonhillad.w320h50 .bhad-buttons.bhad-radiobg .bhad-button {
    background-position-x: 3px;
    background-position-y: 7px;
    background-size: 16px 16px;    
}
.bhad-buttons.multi .bhad-button {
    background-color: #4bb5ea;
}

.bonhillad.w300h600 .bhad-button,
.bonhillad.w300h250 .bhad-buttons.yesno .bhad-button {
    width: 100%;
}

.bonhillad.w300h250 .bhad-buttons.multi .bhad-button,
.bonhillad.w320h50 .bhad-buttons.multi .bhad-button {
    width: calc(50% - 5px);
}

.bonhillad.w728h90 .bhad-buttons.multi .bhad-button {
    width: calc(33% - 7px);
}

.bonhillad.w728h90 .bhad-buttons.yesno .bhad-button {
    width: calc(50% - 5px);
}

.bonhillad.w320h50 .bhad-buttons.yesno .bhad-button {
    width: calc(50% - 10px);
}   

.bonhillad.w300h250 .bhad-buttons.multi .bhad-button,
.bonhillad.w728h90 .bhad-buttons.multi .bhad-button {
    font-size: 75%;
    padding: 3px;
}   

.bonhillad.w320h50 .bhad-button {
    font-size: 75%;
    padding: 3px;
}  

.bhad-buttons.multi .bhad-button:hover {
    background-color: #4bb5ea;
    background: linear-gradient(180deg, rgba(75,181,234,1) 0%, rgba(38,93,119,1) 100%);  
    cursor: pointer;     
}


.bhad-buttons.yesno .bhad-button:hover {
    background-color: #9acde7;
    cursor: pointer;
} 

.bottom-article-section .content-section .entry-content .bhad-button a,
.bhad-buttons.multi .bhad-button a {
    color: white;
    filter: drop-shadow(0px 0px 2px #666);
}



.bhad-buttons.yesno .bhad-button a {
    color: black;
    text-align: left;
    padding-left: 50px;
}

.bonhillad.w320h50 .bhad-button a {
    padding-left: 22px;
}

.bonhillad.w300h250 .bhad-title,
.bonhillad.w728h90 .bhad-title {
    font-size: 90%;
    margin-bottom: 8px;
    line-height: 100%;
}
.bonhillad.w728h90 .bhad-lead,
.bonhillad.w728h90 .bhad-title {
    text-align: left;
}
.bonhillad.w728h90 .bhad-lead {
    padding: 0px;
}

.bonhillad.w300h250 .bhad-lead,
.bonhillad.w728h90 .bhad-lead {
    font-size: 50%;
    margin-bottom: 10px;
}

.bonhillad.w728h90 .bhad-lead {
    background-color: transparent;
    color: white;
}

.bonhillad.w320h50 .bhad-title {
    font-size: 55%;
    text-align: left;
}

.bonhillad.w300h250 .bhad-buttons,
.bonhillad.w728h90 .bhad-buttons {
    gap: 10px;
}

.bonhillad.w728h90 .bhad-buttons, 
.bonhillad.w320h50 .bhad-buttons  {
    flex: 60%;
}

.bonhillad.w728h90 .bhad-text,
.bonhillad.w320h50 .bhad-text {
    flex: 40%;
}

.bonhillad.w300h250.bhad-yesno .bhad-text{
    flex: 1;
}

.bonhillad_featured {
    padding: 20px;
}

.bonhillad_featured .bhad-buttons.multi.columns_3 .bhad-button {
    width: calc(33% - 12px);
}

.bonhillad_featured .bhad-buttons.yesno .bhad-button {
    background-position-x: 20px;
    background-position-y: 12px;
    width: calc(50% - 12px);
}

.bonhillad_featured .bhad-buttons.multi.columns_2 .bhad-button {
    width: calc(50% - 12px);
}

.bonhillad_featured .bhad-buttons.multi.columns_1 .bhad-button {
    width: calc(100%);
}


@media only screen and (max-width: 1080px) {
    .bonhillad_featured .bhad-buttons.multi.columns_3 .bhad-button {
        width: calc(50% - 12px);
    }
}

@media only screen and (max-width: 850px) {
    .bonhillad_featured .bhad-buttons.multi.columns_3 .bhad-button {
        width: calc(100%);
    }

    .bonhillad_featured .bhad-buttons.multi.columns_2 .bhad-button {
        width: calc(100%);
    }    

    .bonhillad_featured .bhad-buttons.yesno .bhad-button {
        width: calc(100%);
    }
    
}

@media only screen and (max-width: 700px) {
    .bonhillad_featured .bhad-buttons.multi.columns_3 .bhad-button {
        width: calc(50% - 12px);
    }

    .bonhillad_featured .bhad-buttons.multi.columns_2 .bhad-button {
        width: calc(50% - 12px);
    }

    .bonhillad_featured .bhad-buttons.yesno .bhad-button {
        width: calc(50% - 12px);
    }    
}

@media only screen and (max-width: 400px) {
    .bonhillad_featured .bhad-buttons.yesno .bhad-button,
    .bonhillad_featured .bhad-buttons.multi.columns_3 .bhad-button,
    .bonhillad_featured .bhad-buttons.multi.columns_2 .bhad-button {
        width: calc(100%);
    }
}