﻿h3 {
    text-align: center;
    color: #000000;
}

.callout-slider-gallery {
    text-align: center;
}

#affiliationscarousell .carousell .slider img {
    max-height: 100px;
    width: auto;
    margin: auto;
}

#affiliationscarousell .carousell .slider .slide {
    display: flex;
    align-items: center
}

#affiliationscarousell .pagerleft {
    display: block;
    width: 42px;
    height: 48px;
    position: absolute;
    top: calc(50% - 32px);
    left: -65px;
    background-color: #CCCCCC;
    padding: 15px 0px 0px 23px;
    border-radius: 32px;
}

    #affiliationscarousell .pagerleft:after, #affiliationscarousell .pagerright:before {
        border-top: 6px solid;
        border-right: 6px solid;
    }

#affiliationscarousell .pagerright {
    display: block;
    width: 42px;
    height: 48px;
    position: absolute;
    top: calc(50% - 32px);
    right: -58px;
    background-color: #CCCCCC;
    padding: 15px 15px 0 5px;
    border-radius: 32px;
}

#affiliationscarousell .carousell {
    margin: auto;
}
 
    .table3070 .table_row .table_cell {
        padding: 15px;
    }
    .table3070 .table_row .table_cell:first-child {
        width:300px;
    }
.midform {margin:auto auto 50px auto; max-width:1000px;}
.webcform {
    margin: auto;
    background-color: #FFF;
    padding:0px 25px;
    min-width: 400px;
}
    .webcform .onethird {
        width:calc(33% - 1px);
    }
    .webcform .onethird br { display:none;
    }
        .webcform .onethird input { display:inline-block;}
        .tabletwo .table_row .table_cell {
            width: auto;
        }
form textarea[rows] {
    height: 65px;
}
.lead-head {display:none;}
form .form-required-div {
   
    text-align: left;
}
.lead-message {
    text-align: left;
    margin-left: 25px;
    font-weight: bold;
}
.checkbox-double {overflow:hidden;}
    .checkbox-double .checkbox {
        width: calc(50% - 10px);
        
        float: left;
    }
@media (max-width: 1065px) {
    .webcform {
        margin: auto;
        background-color: #FFF;
        padding: 0;
        min-width: 355px;
    }
        .webcform .onethird {
            width: calc(100% - 1px);
        }
    .lead-message {
        text-align: left;
        margin-left: 0px;
        font-weight: bold;
    }
    .checkbox-double .checkbox {
        width: 100%;
        float: none;
    }
}