﻿.topBanner {
    min-height: 450px;
    max-height: 450px;
    background-size: cover !important;
    background-position: center !important;
}

table {
    width: 100% !important;
}

.body-content img {
    max-width:100%;
    height:auto;
}

.TwoColumn .rightColumn ul li:before {
    content: "\e41a";
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    color: #29b355;
    vertical-align:middle;
}

.TwoColumn .rightColumn li {
    text-indent: -34px;
    padding-left: 35px;
}

.TwoColumn .rightColumn ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.lightGreenBg {
    background: #f2f5ec;
}

    .lightGreenBg h3, .mainInteriorContent h3:first-child {
        margin-top: 0px;
    }

    .lightGreenBg p:last-child, .mainInteriorContent p:last-child {
        margin-bottom: 0px;
    }

.TwoColumnFAQ .glyphicon {
    color: #346ab2;
    float: left;
    margin: 5px 10px 5px 5px;
}

.TwoColumnFAQ .panel-title p {
    margin-bottom: 0px;
}

.panel-default > .panel-heading {
    color: #222;
    background-color: #f2f5ec;
    border-color: #333;
}

.panel-heading {
    padding: 15px;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.panel-title > a:hover {
    color: #346ab2;
    text-decoration:none;
}

.MultiBoxesWrapper {
    border: solid 2px #f1f6eb;
    padding: 19.25px;
    margin-top: 30px;
}

    .MultiBoxesWrapper h4 {
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        line-height: 1.3em;
        padding: 10px;
        background: #f2f5ec;
        margin-bottom: 0px;
    }

.MultiBoxes .col-sm-3 {
    padding-left: 0px;
}


.MultiBoxes .callout-button {
    width: 100%;
    margin-top: 20px;
}

.MultiBoxesWrapper .icon:hover {
    opacity: 0.85;
}

.MultiBoxesWrapper .icon {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
}

.form-control {
    height: 40px;
    color: #222;
    border-radius: 0px;
}

@media (min-width: 2560px) {
    .topBanner {
        min-height: 600px;
        max-height: 600px;
    }
}

@media (min-width: 1481px) and (max-width: 1600px) {
    .topBanner {
        min-height: 400px;
        max-height: 400px;
    }

    .MultiBoxesWrapper .icon {
        height: 200px;
    }
}

@media (min-width: 1367px) and (max-width: 1480px) {
    .topBanner {
        min-height: 350px;
        max-height: 350px;
    }

    .MultiBoxesWrapper .icon {
        height: 175px;
    }

}

@media (min-width: 1200px) and (max-width: 1366px) {
    .topBanner {
        min-height: 300px;
        max-height: 300px;
    }

    .MultiBoxesWrapper .icon {
        height: 160px;
    }

}

    @media (min-width: 992px) and (max-width: 1199px) {

        .topBanner {
            min-height: 250px;
            max-height: 250px;
        }

        .MultiBoxesWrapper .icon {
            height: 150px;
        }

        .MultiBoxesWrapper h4 {
            padding: 8px;
            font-size: 16px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .topBanner {
            min-height: 220px;
            max-height: 220px;
        }

        .MultiBoxesWrapper .icon {
            height: 150px;
        }

        .MultiBoxesWrapper h4 {
            padding: 8px;
            font-size: 16px;
        }

        .MultiBoxes .col-sm-3 {
            width:50%;
        }
    }


    @media (max-width: 767px) {

        .topBanner .container, .topBanner {
            min-height: 180px;
            max-height: 180px;
            margin-bottom: 0px;
        }

        .MultiBoxesWrapper .icon {
            height: 220px;
        }

        .blockThumbs, .blockThumbs1 {
            height: auto !important;
        }

        .col-sm-12 {
            padding:0px;
        }

        .noImg p:last-child {
            margin-bottom: 0px;
        }

        .TwoColumn .rightColumn {
            margin-top:40px;
        }

            .TwoColumn .rightColumn li {
                text-indent: -32px;
                padding-left: 30px;
            }

        .TwoColumnFAQ .col-sm-6 {
            padding:0px;
        }

        .TwoColumnFAQ .panel-title p {
            display: table;
        }
    }
