﻿.intTopBanner {
    width: 100%;
    height: 300px;
    background-position: top center;
    background-size: cover;
    padding-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .intTopBanner h2 {
        color: #fff;
        font-weight: 200;
        font-size: 36px;
    }


.MultipleBlocks {
    background: #fff;
    padding-bottom: 80px;
}

.TwoColumn {
    background: #fff;
    padding-bottom: 120px;
}

.PaddedFullContent {
    background: #fff;
    padding-bottom: 120px;
    padding-top:180px;
}


    .MultipleBlocks .blockThumbs {
        border:solid 1px #000;
        padding:30px;
    }

.MultipleBlocks .callout-button, .MultipleBlocks .big-callout-button {
 width:100%;
 text-align:center;
}

.TwoColumn img {
    border-radius:60px;
}


@media (min-width: 1200px) and (max-width: 1366px) {
    .MultipleBlocks .blockThumbs {
        padding: 20px;
    }

    .intTopBanner {
        height: 240px;
    }

        .intTopBanner h2 {
            font-size: 32px;
        }

    .MultipleBlocks p {
        font-size:18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .MultipleBlocks .blockThumbs {
        padding: 20px;
    }

    .intTopBanner {
        height: 210px;
        padding-top: 80px;
    }

        .intTopBanner h2 {
            font-size: 30px;
        }


    .MultipleBlocks .col-sm-3 {
        width: 33.333333%;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .MultipleBlocks .blockThumbs {
        padding: 10px;
    }

    .MultipleBlocks .callout-button, .MultipleBlocks .big-callout-button {
        padding: 12px 16px;
        font-size: 16px !important;
        text-align:center;
    }

    .intTopBanner {
        height: 220px;
        padding-top: 60px;
    }

    .MultipleBlocks .col-sm-3 {
        width:50%;
        margin-bottom:30px;
    }

    .intTopBanner h2 {
        font-size: 30px;
    }

    .MultipleBlocks p {
        font-size:16px;
    }

    .MultipleBlocks h4 {
        font-size: 18px;
    }
}

@media (min-width: 280px) and (max-width: 767px) {

    .intTopBanner h2 {
        font-size: 24px;
    }

    .intTopBanner {
        height: 240px;
    }

    .MultipleBlocks .blockThumbs {
        padding: 20px;
        margin-bottom: 30px;
        height:auto!important;
    }

    .TwoColumn {
        padding-bottom: 70px;
    }

    .TwoColumn img {
        margin-top:20px;
    }

    .MultipleBlocks {
        padding-bottom: 40px;
    }
}