
#dnn_ContentPane{
    padding-top:0;
}
h1.h1.moduletitle{
    font-size:2.0em;
    line-height:1.2em;
    text-align:center;
}
.landingpagebuttonwrapper {
    padding-top:50px;
}
a.landingbutton{
    padding:7px 10px 10px 10px;
    /*font-size:1.5em;*/
    font-size:1.3em;
    line-height:1.2em;
    font-weight:bold;
    color:#fff!important;
    background-color:#79b51c;
    min-width:200px;
    width:100%;
    display:inline-block;
    box-sizing:border-box;
}
a.landingbutton:hover {
    background-color:#2d7282;
}
a.button.tel {
    color:#fff!important;
    background-color:#79b51c;
    padding:10px;
    width:50px;
    height:50px;
    float:right;
    font-size:50px;
    line-height:1em;
}
a.button.tel:hover {
    background-color:#2d7282;
}


iframe {
    height:1300px;
}
/*
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
}
*/


#dnn_ContentPane {
    height:auto;
    max-height:270px;
    overflow:hidden;
}
.morebutton {
    display:none;
    margin:10px 0 0 15px;
    padding:5px;
    border:1px solid #2d7282;
    cursor:pointer;
}
.morebutton {
    display:inline-block;
}
#dnn_ContentPane.open{
    max-height:2000px;
}
#dnn_ContentPane.open + .morebutton{
    display:none;
}



@media (min-width: 768px) {
    h1.h1.moduletitle{
        font-size:2.5em;
        line-height:1.2em;
        text-align:center;
    }
    a.landingbutton.tablet{
        display:none;
    }
    #dnn_ContentPane {
        max-height:180px;
    }

}
@media (min-width:992px) {
    a.landingbutton{
        padding:10px 15px 15px 15px;
        /*
        font-size:2em;
        line-height:1.2em;
        */
    }
    iframe {
        height:800px;
    }
    #dnn_ContentPane {
        max-height:180px;
    }

}