@charset "UTF-8";
/* CSS Document */
@import url("https://use.typekit.net/rar7ezx.css");

body {
    background: #fff;
}

.bluebar {
    display: none;
}

header {
    border-bottom: 1px solid #ccc;
}

#content {
    padding: 50px 15px 80px 15px;
    background: #fff;
}

    #content h1 {
        margin-bottom: 20px;
        color: #000;
        font-family: "myriad-pro", sans-serif;
        font-size: 2.625em;
        font-weight: 700;
        text-align: center;
    }

    #content h4 {
        margin-bottom: 20px;
        color: #808080;
        font-family: open-sans, sans-serif;
        font-size: 1.75em;
        font-weight: 300;
        text-align: center;
        line-height: 1.5em;
    }

        #content h4 span {
            display: block;
        }

#CMMBanners {
    padding: 40px;
    border-radius: 50px;
    background: #F6F7FA;
}

    #CMMBanners h3 {
        margin-bottom: 20px;
        color: #3B2760;
        font-family: "myriad-pro", sans-serif;
        font-size: 1.625em;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }

#CMM-Logo img {
    padding: 20px 0;
    width: 220px;
    height: auto;
}

.banner {
    margin: 20px 0;
    padding: 33px 30px;
    /* background: #fff; */
    /* border-radius: 10px; */
    /* box-shadow: 0 8px 6px -6px #999; */
}

    .banner img {
        margin: 0 auto;
        max-width: 85%;
        cursor: pointer;
    }

.banner-heading {
    color: #212975;
    font-family: sofia-pro, sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.d-grid {
    align-content: center;
}

.benefits {
    text-align: left;
}

.benefits-heading {
    display: inline-flex;
    color: #25282A;
    font-family: sofia-pro, sans-serif;
    font-size: 0.9375em;
    font-weight: 600;
}

.icons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}

    .icons li {
        margin: 0 4px;
        padding: 0;
        width: 35px;
        height: 35px;
        background: #F6F7FA;
        border: 1px solid #EDEFFF;
        border-radius: 6px;
        vertical-align: middle;
        text-align: center;
    }

        .icons li .fa-2x {
            color: #463BA8;
            font-size: 1.5em;
            vertical-align: middle;
        }

        .icons li span {
            display: block;
            color: #463BA8;
            font-size: 10px;
            font-weight: 400;
            text-align: center;
        }

.btn {
    margin: 5px 0;
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-lg {
    padding: 15px 10px !important;
    font-size: 18px !important;
}

/* Carrier Logos */
.carrier-logos {
    padding: 0 8px;
    width: 100%;
    max-height: 70px;
    overflow: hidden;
    background: rgba(255, 255, 255, .9) !important;
    background: #fff;
}

    .carrier-logos img {
        display: inline;
        /*padding: 0 02.3931623931624%;*/
        padding: 0 01.7094017094017%; /*-webkit-filter: grayscale(100%);*/ /*Safari 6.0 - 9.0 */
        /*filter: grayscale(100%);*/
    }

@media (max-width: 1399px) {
    #content h1 span {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn {
        font-size: 14px;
    }

    .carrier-logos img {
        display: inline;
        padding: 0 01.7094017094017%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner {
        margin: 20px 0;
        padding: 15px;
    }

        .banner img {
            margin: 0 auto;
            padding: 20px 0;
        }

    #wellcare {
        padding: 20px 0;
        width: 92px;
    }

    .banner-heading {
        color: #212975;
        font-family: sofia-pro, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
    }

    .btn {
        font-size: 14px;
    }

    .carrier-logos {
        padding: 0 8px;
        width: auto;
        max-height: none;
        text-align: center;
        overflow: hidden;
        background: rgba(255, 255, 255, .9) !important;
        background: #fff;
    }

        .carrier-logos img {
            display: inline-block;
            margin: 0 auto;
            text-align: center;
            width: 20%;
            height: auto;
        }
}

@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .banner-heading {
        color: #212975;
        font-family: sofia-pro, sans-serif;
        font-size: 18px;
        font-weight: 700;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    #content {
        padding: 50px 15px;
        background: #fff;
    }

        #content h1 span {
            display: block;
        }

    .banner {
        margin: 20px 0;
        padding: 15px;
    }

    .banner-heading {
        margin-bottom: 5px;
        color: #212975;
        font-family: sofia-pro, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
    }

    .btn {
        font-size: 12px;
    }

    .btn-outline {
        margin-top: 15px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .carrier-logos {
        padding: 0 8px;
        max-height: none;
        text-align: center;
        overflow: hidden;
        background: rgba(255, 255, 255, .9) !important;
        background: #fff;
    }

        .carrier-logos img {
            display: inline-block;
            margin: 0 auto;
            text-align: center;
            width: 20%;
            height: auto;
        }

    .btn span {
        display: block;
    }
}

@media (max-width: 912px) {
    #content h1 span {
        display: block;
    }

    #content h4 {
        font-size: 1.5em;
    }

    #CMMBanners h3 {
        font-size: 1.375em;
    }

    .btn {
        font-size: 13px;
    }
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    .carrier-logos {
        padding: 0 8px 10px 8px;
        max-height: none;
        text-align: center;
        overflow: hidden;
        background: rgba(255, 255, 255, .9) !important;
        background: #fff;
    }

        .carrier-logos img {
            width: 28%;
            height: auto;
        }
}

@media (min-width: 320px) and (max-width: 767px) {
    #CMMBanners {
        padding: 40px;
        border-radius: 50px;
        background: #F6F7FA;
    }

        #CMMBanners h3 {
            font-size: 1.25em;
            line-height: normal;
        }

    .banner img {
        display: block;
        margin: 0 auto;
        padding: 0;
        /* max-width: 165px; */
        height: auto;
    }

    .banner-heading {
        padding: 10px 0 20px 0;
        color: #212975;
        font-family: sofia-pro, sans-serif;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
    }

    .benefits {
        margin-bottom: 40px;
        text-align: center;
    }

    .benefits-heading {
        display: block;
        color: #25282A;
        font-family: sofia-pro, sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }

    .icons {
        margin-top: 5px;
    }

    .btn {
        font-size: 14px;
    }

    #CMM-Logo {
        flex: none;
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 200px;
        height: auto;
    }
}
/* Banner Ad Styles
===================================================================== */
.ad-block-one {
    position: relative;
    margin: 5px 0 1em 0;
    padding: 5px 10px;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    background: #fff url(../images/ads/linear-bg.gif) repeat-y top right;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    /*-webkit-box-shadow: 3px 3px 3px #999;
	     -moz-box-shadow: 3px 3px 3px #999;
	          box-shadow: 3px 3px 3px #999;*/
}

    .ad-block-one table {
        border: none;
    }

    .ad-block-one td {
        border: none;
        vertical-align: middle;
    }

    .ad-block-one a {
        color: #005697;
        text-decoration: none;
    }

        .ad-block-one a:hover {
            text-decoration: underline;
        }

    .ad-block-one img {
        margin-right: 1em;
    }

    .ad-block-one h1 {
        margin: 0;
        padding: 3px 0 1px 0;
        color: #005697;
        font-size: 1.5em !important;
        font-weight: bold;
        text-align: left !important;
    }

    .ad-block-one ul {
        list-style: none;
        margin: 0 10px 0 0;
        padding: 0;
    }

    .ad-block-one li {
        line-height: 1.3em;
    }

        .ad-block-one li a {
            color: #F60;
        }

.button {
    position: absolute;
    top: 28px;
    right: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    #content {
        padding: 20px 15px;
        background: #fff;
    }

        #content h1 {
            margin: 0;
            padding: 10px 0;
            font-size: 2em;
        }

        #content h4 {
            margin: 0;
            padding: 0 20px;
            font-size: 1.125em;
            line-height: normal;
        }

    .ad-block-one h1 {
        font-size: 1.25em !important;
    }

    .ad-block-one img {
        padding-right: 10px;
        width: 100%;
        height: auto;
    }

    .ad-block-one td.button {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    #CMMBanners {
        padding: 40px 30px;
    }

    #content h1 {
        margin: 0;
        padding: 10px 0;
        font-size: 1.5em;
    }

    #content h4 {
        margin: 0;
        padding: 0 20px;
        font-size: 1.15em;
        line-height: normal;
    }
}
