/* DESKTOP Browser Width: 899px Design Width: 750px */

@media only screen and (max-width: 899px) {

    .mobile {
        display: block;
    }

    /*---------- TOOLBAR -------------------------- */
    #toolbar .centerWrap {
        max-width: 750px;
    }

    #toolbar ul#nav {
        display: none;
    }

    #toolbar .tinynav {
        display: block;
        margin: 6px 0 0 13px;
    }

    #toolbar ul.right {
        margin-right: 0;
    }

    /*---------- HEADER -------------------------- */
    header .centerWrap {
        max-width: 765px;
    }

        header .centerWrap #logo {
            float: left;
            width: 170px;
            max-width: 196px;
            overflow: hidden;
            margin: 18px 0 0 0;
        }

            header .centerWrap #logo img {
                width: 100%;
            }

        header .centerWrap nav {
            margin: 40px 0 0 0;
        }

            header .centerWrap nav ul li.plans {
                background: url("_img/sprite-icons-menu.png") no-repeat 10px 15px;
            }

                header .centerWrap nav ul li.plans:hover {
                    background: url("_img/sprite-icons-menu.png") no-repeat 10px -20px;
                }

            header .centerWrap nav ul li.health {
                background: url("_img/sprite-icons-menu.png") no-repeat 10px -55px;
            }

                header .centerWrap nav ul li.health:hover {
                    background: url("_img/sprite-icons-menu.png") no-repeat 10px -89px;
                }

            header .centerWrap nav ul li.doctor {
                background: url("_img/sprite-icons-menu.png") no-repeat 10px -124px;
            }

                header .centerWrap nav ul li.doctor:hover {
                    background: url("_img/sprite-icons-menu.png") no-repeat 10px -160px;
                }

            header .centerWrap nav ul li.quote {
                background: url("_img/sprite-icons-menu.png") no-repeat 10px -196px;
            }

                header .centerWrap nav ul li.quote:hover {
                    background: url("_img/sprite-icons-menu.png") no-repeat 10px -232px;
                }

            header .centerWrap nav ul li a {
                display: block;
                padding: 13px 5px 13px 25px;
            }

                header .centerWrap nav ul li a img {
                    left: 5px;
                }

    /*---------- FOOTER -------------------------- */
    footer {
        background-size: 100% 100%;
    }

        footer .centerWrap {
            max-width: 750px;
        }

        footer .left {
            margin-left: 0;
            width: 114px;
        }

        footer .center {
            width: 460px;
        }

        footer .right {
            width: 130px;
        }

            footer .right ul.social li a:nth-child(4) {
                clear: left;
            }

    /*---------- BANNER -------------------------- */
    #banner {
        width: 100%;
    }

        #banner .centerWrap {
            width: 100%;
        }

        #banner .tabBox {
            right: 10px;
        }

    /*---------- FLEXSLIDER - OVERWRITES -------------------------- */
    .outerwrapper .centerWrap {
        width: 739px;
    }

    .flexNavigation {
        width: 40.36458%;
    }

    .flex-direction-nav {
        margin: 0 auto;
    }

    /* Control Navigation */
    .flex-control-nav {
        width: 194px;
        margin: 0;
    }

    /*---------- HOME FEEDS & PROMOS -------------------------- */
    #homeFeeds {
        max-width: 739px;
        margin-bottom: 27px;
        border: 1px solid transparent;
    }

    .home-feed-carousel {
        max-width: 750px;
    }

        .home-feed-carousel div.carouselItem {
            width: 300px;
        }

            .home-feed-carousel div.carouselItem .thumb {
                margin-left: 2px;
            }

            .home-feed-carousel div.carouselItem .desc {
                width: 230px;
            }

        .home-feed-carousel ol.ext-carousel-pagination {
            left: 42%;
        }

    #homePromos {
        max-width: 740px;
        padding: 10px 0;
        margin-bottom: 27px !important;
    }

        #homePromos .promo {
            width: 234px;
            margin-right: 10px;
        }

            #homePromos .promo:last-child {
                width: 233px;
            }

    /*---------- Page Specifics -------------------------- */
    #page {
        margin-bottom: 30px; 
    }

        #page .faqWrap span a {
            margin: 0 16.5% 1em 0;
        }

            #page .faqWrap span a:first-child {
                margin: 0 0 1em 16.5%;
            }

        #page .about-us article.social section span.carot {
            left: 6.87831%;
        }

        #page .about-us article.social section .message {
            width: 86.77249%;
            margin-left: 2.46914%;
        }

    /**** Microsite specifics **** */
    .microsite #banner .centerWrap > a {
        width: 37.2093%;
    }

    /* ------- TABLE LAYOUT ------------------------------ */
    .tableWrap table td {
        padding: 15px 0px;
    }
}
