/*TINY.CSS*/

body.hasbannerpic .headerfiller_div{
    display:block;
}

.sectionwrap_div.local_halfhalf{
    height: auto;
    min-height:600px !important;
}
.sectionwrap_div.local_halfhalf .section_div{
    height:100%;
}



.sectionwrap_div.local_halfhalf .contentinner_div.width_half{
    height: calc(100vh - 52px);
    padding:0px;
    position:relative;
    margin-right: 0px;
}

.sectionwrap_div.local_halfhalf .contentinner_div.width_half .contentinnerinner{
    width:100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sectionwrap_div.local_halfhalf .contentinner_div.width_half .contentinnerinnerinner{
    margin-left:auto;
    margin-right:auto;
    padding-left:20px;
    padding-right:20px;
    max-width:600px;
}

.local_footercontent_div{
    float:left;
    text-align: left;
}

body.hasbannerpic .headerfiller_div {
display: none;
}
.bannercaption_div {
    padding-top: 0px;
}