﻿@charset "utf-8";
/* CSS Document */
/* Float Elements 
---------------------------------*/

.fl-lt {
    float: left;
}

.fl-rt {
    float: right;
}
/* Clear Floated Elements
---------------------------------*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.dropdownblock.dropdownblock4 {
    display: none;
}

.clearfix:after {
    clear: both;
}
/* Fonts
---------------------------------*/

@font-face {
    font-family: 'cardoitalic';
    src: url('../_fonts/cardo-italic-webfont.eot');
    src: url('../_fonts/cardo-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/cardo-italic-webfont.woff') format('woff'), url('../_fonts/cardo-italic-webfont.ttf') format('truetype'), url('../_fonts/cardo-italic-webfont.svg#cardoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cardobold';
    src: url('../_fonts/cardo-bold-webfont.eot');
    src: url('../_fonts/cardo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/cardo-bold-webfont.woff') format('woff'), url('../_fonts/cardo-bold-webfont.ttf') format('truetype'), url('../_fonts/cardo-bold-webfont.svg#cardobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cardoregular';
    src: url('../_fonts/cardo-regular-webfont.eot');
    src: url('../_fonts/cardo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/cardo-regular-webfont.woff') format('woff'), url('../_fonts/cardo-regular-webfont.ttf') format('truetype'), url('../_fonts/cardo-regular-webfont.svg#cardoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Primary Styles
---------------------------------*/

body {
    background: #efefef;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
/* Interrupt eTool Styles
---------------------------------*/

.modalPopup h1 {
    color: #006A51;
    font-family: Arial, Sans-Serif;
    font-size: 2.308em;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 25px;
}

.modalPopup h3 {
    color: #393D3E;
    font-size: 1.154em;
    font-weight: bold;
    margin-bottom: 25px;
}

.modalPopup h2 {
    color: #006A51;
    font-size: 1.385em;
    font-weight: bold;
    margin-bottom: 13px;
}

.modalPopup p {
    line-height: 1.3em;
    margin: 0;
    padding: 0 0 20px;
}

.modalPopup ul,
.modalPopup ol {
    margin: 0 0 20px 30px;
}

.modalPopup li {
    list-style-type: disc;
}

.modalPopup {
    max-width: 800px;
}
/*Nav Area------------------------*/

.top_outer {
    background: url(../_img/nav_bg.png) repeat-x left top;
    height: 51px;
}

.nav {
    margin: 0 auto;
    width: 960px;
}

    .nav ul {
        list-style: none;
        border-left: 1px solid #31383b;
    }

        .nav ul li {
            display: block;
            float: left;
        }

            .nav ul li a {
                font-family: 'Source Sans Pro', sans-serif;
                display: block;
                /*font-size:0.875em;*/
                font-size: 14px;
                padding: 17px 29px 16px 29px;
                color: #efefef;
                border-left: 1px solid #1d2427;
                border-right: 1px solid #31383b;
            }

                .nav ul li a:hover,
                .nav ul li a.active {
                    background: #14181b;
                    /* Old browsers */
                    background: -moz-linear-gradient(top, #14181b 0%, #273133 100%);
                    /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #14181b), color-stop(100%, #273133));
                    /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #14181b 0%, #273133 100%);
                    /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #14181b 0%, #273133 100%);
                    /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #14181b 0%, #273133 100%);
                    /* IE10+ */
                    background: linear-gradient(to bottom, #14181b 0%, #273133 100%);
                    /* W3C */
                    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#14181b', endColorstr='#273133', GradientType=0);
                    /* IE6-9 */
                }

                .nav ul li a.nav-iconnect {
                    border-right: none;
                }

                .nav ul li a.nav-login {
                    /*background:url(../_img/login_bg.jpg) repeat-x left top;*/
                    padding: 17px 42px 15px;
                    padding: 17px 30px 15px\9;
                    text-transform: uppercase;
                    border: 1px solid #0e9f7d;
                    background: #0f9373;
                    /* Old browsers */
                    background: -moz-linear-gradient(top, #0f9373 0%, #006b52 100%);
                    /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f9373), color-stop(100%, #006b52));
                    /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #0f9373 0%, #006b52 100%);
                    /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #0f9373 0%, #006b52 100%);
                    /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #0f9373 0%, #006b52 100%);
                    /* IE10+ */
                    background: linear-gradient(to bottom, #0f9373 0%, #006b52 100%);
                    /* W3C */
                    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0f9373', endColorstr='#006b52', GradientType=0);
                    /* IE6-9 */
                }

                    .nav ul li a.nav-login:hover {
                        border: 1px solid #0a7f63;
                        background: #006a51;
                    }

                .nav ul li a span {
                    background: url("../_img/sprite.png") no-repeat scroll 0 2px transparent;
                    padding-left: 20px;
                    text-align: center;
                    text-shadow: 0px 2px 2px rgba(0, 0, 0, .8);
                }
/*Header Area----------------------------*/

.header_outer {
    background: url(../_img/header_bg.jpg) repeat-x left top;
    height: 134px;
}

.header_wrap {
    margin: 0 auto;
    width: 960px;
}

.logo {
    padding-top: 20px;
    float: left;
}

.slogan {
    float: left;
    padding: 70px 0 0 40px;
}

    .slogan a {
        font-family: 'Lato', sans-serif;
        border-left: 1px solid #bebebe;
        display: block;
        color: #60bb46;
        font-size: 1.250em;
        font-weight: 700;
        padding: 10px 0 10px 20px;
    }

.search_block {
    background: #fff;
    float: right;
    border: 1px solid #c8c8c8;
    border-top: 2px solid #c8c8c8;
    margin-top: 60px;
    position: relative;
    border-radius: 5px;
    height: 35px;
    width: 230px;
}

.input1 {
    background: none;
    border: 0px;
    outline: none;
    padding: 8px 10px 0px 10px;
    width: 185px;
    display: block;
    float: left;
}

.search-txt,
.search_btn {
    float: left;
}

.search-txt {
    padding: 7px 0 0 10px;
}

.search_btn {
    height: 33px;
    width: 20px;
    padding: 1px 0 0 0;
}

.search-txt input {
    border: none;
    width: 172px;
    outline: none;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

    .search-txt input.watermark {
        color: #999;
    }

//light silver color .search_btn input {
    /*background:url(../_img/sprite.png) no-repeat 0px -6px;*/
    height: 33px;
    width: 20px;
}

.ie7 .search_btn {
    display: inline;
    background-position: 0px -6px;
    width: 12px;
}
/*Nav2 Area----------------------------*/

.nav2_outer {
    background: url(../_img/nav2_bg.png) repeat-x left top;
    position: relative;
    box-shadow: 0px 5px 5px #585b61;
    z-index: 1000;
}

.submenu {
    display: none;
    position: absolute;
}

.nav2 {
    /*background:url(../_img/border1.png) no-repeat left center;*/
    margin: 0 auto;
    width: 960px;
}

    .nav2 ul {
        list-style: none;
    }

        .nav2 ul li {
            display: block;
            float: left;
            position: relative;
            width: 191px;
            /*background:url(../_img/border1.png) no-repeat right center;*/
        }

.swHover.nav2-link-wrapper > .nav2-link-anchor, .nav2-link-wrapper > .nav2-link-anchor {
    width: 130px;
}

.nav2 ul li ul li {
    width: auto;
}

.nav2 ul li > a {
    height: 42px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    color: #1b1e1f;
    font-size: 0.813em;
    font-size: 13px;
    text-transform: uppercase;
    padding: 24px 0 20px 0;
    margin: 0 auto;
}

.nav2 ul li a span {
    display: block;
    float: left;
    padding-top: 3px;
}
/*
.nav2 ul li > a.left{
    background:url(../_img/border1.png) no-repeat left center;
}
.nav2 ul li > a.right{
    background:url(../_img/border1.png) no-repeat right center;
}


.nav2 ul li a span.left{
    top:1px;
}
*/

.nav2 ul li a img {
    display: block;
    width: 34px;
    height: 34px;
    float: left;
    padding: 0 10px 0 0;
}

.nav2 ul li em {
    background: url(../_img/hover_arrow.png) no-repeat 0 0;
    position: absolute;
    bottom: -8px;
    left: 45%;
    width: 25px;
    height: 9px;
    display: none;
    z-index: 999;
}

.nav2 ul li.nav2-link-wrapper:hover,
.nav2 ul li.active.nav2-link-wrapper,
.nav2 ul li.active.nav2-link-wrapper a.nav2-link-anchor,
.nav2 ul li.nav2-link-wrapper:hover a.nav2-link-anchor {
    background: url(../_img/hover_bg.png) repeat-x left top;
    color: #fff;
}

.nav2 ul li:hover em {
    display: block;
}

.caroufredsel_wrapper {
    width: 100% !important;
}

.banner_area {
    position: relative;
}

.bannertag {
    position: absolute;
    display: block;
    width: 100%;
    height: 578px;
}

.slider_wrapper {
    width: 100% !important;
    height: 578px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}

.slider {
    /*background:url(/_img/banner_pic1.jpg) no-repeat center top;*/
    background-size: cover;
    height: 578px;
}

.slider-link-wrapper {
    display: block;
    width: 960px;
    height: 523px;
    margin: 0 auto;
}

.banner_wrap {
    position: relative;
    margin: 0 auto 518px auto;
    width: 960px;
    height: 60px;
    z-index: 100;
}

.banner_wrapper {
    position: relative;
    margin: 0 auto 0px auto;
    width: 960px;
    height: 60px;
    z-index: 100;
}

.banner_top {
    width: 100%;
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.banner_top_left {
    background: url(../_img/bg-5.jpg) repeat-x left top;
    float: left;
    border-radius: 3px;
    position: relative;
    box-shadow: 0px 3px 5px #384661;
}

    .banner_top_left ul {
        list-style: none;
    }

        .banner_top_left ul li {
            border-right: 1px solid #b2b2b2;
            display: block;
            float: left;
            padding: 3px 20px;
            position: relative;
        }

            .banner_top_left ul li:hover,
            .banner_top_left ul li.active {
                background: url(../_img/bg-4.jpg) repeat-x left top;
                border-radius: 3px;
            }

            .banner_top_left ul li.right {
                border-right: 0px;
            }

            .banner_top_left ul li a {
                display: block;
                color: #1b1e1f;
                font-size: 0.875em;
            }

                .banner_top_left ul li a.community {
                    /*background:url(../_img/sprite.png) no-repeat 0px -59px;*/
                    padding: 5px 5px 5px 23px;
                }

                .banner_top_left ul li a.family {
                    background: url(../_img/sprite.png) no-repeat 0px -34px;
                    padding: 5px 5px 5px 20px;
                }

.banner_top_right {
    background: url(../_img/bg-1.jpg) repeat-x left top;
    border-radius: 3px;
    float: right;
    padding: 7px 8px 7px 17px;
    position: relative;
    box-shadow: 0px 3px 5px #384661;
}

.label1 {
    color: #1b1e1f;
    font-size: 0.875em;
    float: left;
    padding: 5px 0 0 0;
    margin-right: 12px;
}

.select_drop {
    border: 1px solid #d9d9d8;
    color: #1b1e1f;
    font-size: 0.875em;
    width: 150px;
    float: right;
    clear: both;
    overflow: hidden;
    height: 23px;
}

.prev,
.next {
    top: 235px;
}

.prev {
    background: url(../_img/sprite.png) no-repeat -1px -180px;
    position: absolute;
    left: -63px;
    height: 53px;
    width: 53px;
}

    .prev:hover {
        background: url(../_img/sprite.png) no-repeat 0px -123px;
    }

.next {
    background: url(../_img/sprite.png) no-repeat -55px -180px;
    position: absolute;
    right: -63px;
    height: 53px;
    width: 53px;
}

    .next:hover {
        background: url(../_img/sprite.png) no-repeat -54px -122px;
    }

.pager {
    position: absolute;
    width: 300px;
    left: 45%;
    bottom: 120px;
    height: 5px;
    width: 300px;
    top: 475px;
}

    .pager a {
        background: url(../_img/sprite.png) no-repeat 0px -91px;
        display: block;
        float: left;
        width: 11px;
        height: 11px;
        margin: 0 5px;
        text-indent: -9999px;
    }

        .pager a:hover,
        .pager a.selected {
            background: url(../_img/sprite.png) no-repeat 0px -102px;
        }

.our_services_out {
    background: url(../_img/trance-1.png) repeat left top;
    min-width: 279px;
    height: 200px;
    position: absolute;
    bottom: 130px;
    left: 0px;
    border-radius: 5px;
    padding: 13px;
    box-shadow: 0px 2px 3px #36455e;
    z-index: 600;
}

.our_services_cont {
    background: url(../_img/trance-1.png) repeat left top;
    border-radius: 5px;
    position: relative;
    padding: 48px 0 26px 0;
    box-shadow: 0px 1px 3px #979ba1;
}

    .our_services_cont h2 {
        font-family: 'cardoregular', serif;
        font-size: 1.875em;
        text-align: center;
        color: #222a2e;
        margin-bottom: 28px;
        font-weight: normal;
        padding-left: 5px;
        padding-right: 5px;
    }

        .our_services_cont h2.odd {
            font-size: 28px;
        }

    .our_services_cont a {
        background: url(../_img/button_bg1.png) repeat-x left top;
        font-family: 'Open Sans', sans-serif;
        display: block;
        font-weight: 600;
        font-size: 0.750em;
        color: #fff;
        text-align: center;
        margin: 0 20px;
        padding: 13px 0;
        position: relative;
        border-radius: 5px;
        text-transform: uppercase;
    }
/*container---------------------------*/

.containerwrap {
    position: relative;
    z-index: 99;
    margin-top: 20px;
}

.container {
    background: #fff;
    border-radius: 5px;
    width: 1062px;
    margin: 0px auto 30px;
    position: relative;
    top: -75px;
    border: 1px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
}

.container_top {
    padding: 35px 50px;
}

.container {
    z-index: 100;
}
/*sidebar-----------------*/

.news-icon {
    float: left;
    width: 80px;
    height: 80px;
}

.date {
    float: left;
    background: url(../_img/date_bg.png) repeat-x top left;
    padding: 2px 8px 8px 9px;
}

    .date p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 21px;
        color: #757f82;
        padding: 0;
        margin: 0;
        text-align: center;
        font-weight: bold;
    }

        .date p span {
            display: block;
            font-size: 11px;
            font-weight: normal;
            line-height: 6px;
        }

.txt {
    float: left;
    width: 175px;
    margin-left: 8px;
}

.sidebar_block_main .txt a h3 {
    background: none:
}

.txt a h3 {
    font-family: 'Open Sans', sans-serif;
    color: #006b51;
    font-weight: 600;
    font-size: 0.938em;
    margin-bottom: 5px;
    line-height: 18px;
}

.txt p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #173749;
    line-height: 18px;
}

    .txt p.line1 {
        font-weight: bold;
        color: #173749;
    }

aside.sidebar.fl-lt.homepage {
    width: 304px;
}

.sidebar {
    /* width:304px; */
}

.sidebar_block {
    background: url(../_img/bg-2.jpg) repeat-x left top;
    padding: 17px 20px 25px;
    height: 100%;
}

    .sidebar_block.odd {
        padding-bottom: 22px;
        height: 100%;
    }

.ie7 .sidebar_block.odd {
    padding-bottom: 17px;
}

.sidebar_block_top {
    background: url(../_img/line-2.jpg) repeat-x left bottom;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

    .sidebar_block_top h2 {
        font-family: 'Open Sans', sans-serif;
        color: #333b46;
        font-weight: 600;
        font-size: 1.000em;
        float: left;
        padding-top: 4px;
    }

.mini_slider_cont {
    float: left;
}

.sidebar_pager {
    float: right;
    width: 62px;
    height: 26px;
}

    .sidebar_pager a {
        display: block;
        float: right;
        margin: 0 2px;
    }

        .sidebar_pager a.left {
            background: url(../_img/sprite.png) no-repeat -26px -240px;
            width: 25px;
            height: 25px;
        }

            .sidebar_pager a.left:hover {
                background: url(../_img/sprite.png) no-repeat -26px -267px;
            }

        .sidebar_pager a.right {
            background: url(../_img/sprite.png) no-repeat 0px -240px;
            width: 25px;
            height: 25px;
        }

            .sidebar_pager a.right:hover {
                background: url(../_img/sprite.png) no-repeat 0px -267px;
            }

        .sidebar_pager a.left2 {
            background: url(../_img/sprite.png) no-repeat -26px -240px;
            width: 25px;
            height: 25px;
        }

            .sidebar_pager a.left2:hover {
                background: url(../_img/sprite.png) no-repeat -26px -267px;
            }

        .sidebar_pager a.right2 {
            background: url(../_img/sprite.png) no-repeat 0px -240px;
            width: 25px;
            height: 25px;
        }

            .sidebar_pager a.right2:hover {
                background: url(../_img/sprite.png) no-repeat 0px -267px;
            }

.sidebar_block_main {
    border-bottom: 1px dotted #9e9e9e;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .sidebar_block_main.bottom {
        border-bottom: 0px;
        margin-bottom: 0px;
    }

    .sidebar_block_main img {
        display: block;
        float: left;
        margin: 0 7px 5px 0;
    }

    .sidebar_block_main .eventdate {
        background: url(../_img/date_bg.png) no-repeat;
        display: block;
        float: left;
        margin: 0 7px 15px 0;
        width: 48px;
        height: 62px;
        text-align: center;
    }

        .sidebar_block_main .eventdate .day {
            color: #006b51;
            font-weight: bold;
            margin: 12px;
            font-size: 22px;
        }

        .sidebar_block_main .eventdate .month {
            color: #ffffff;
            font-weight: bold;
            margin: 18px 10px 15px 10px;
            font-size: 12px;
        }

    .sidebar_block_main img.bottom {
        margin-bottom: 10px;
    }

    .sidebar_block_main img.bottom2 {
        margin-bottom: 10px;
    }

    .sidebar_block_main img.bottom3 {
        margin-bottom: 30px;
    }

    .sidebar_block_main h3 {
        font-family: 'Open Sans', sans-serif;
        color: #006b51;
        font-weight: 600;
        font-size: 0.938em;
        margin-bottom: 5px;
        line-height: 18px;
    }

.ie7 .sidebar_block_main h3 {
    font-size: 13px;
}

.sidebar_block_main span {
    display: block;
    color: #7f7f7f;
    font-size: 0.750em;
    margin-bottom: 2px;
    line-height: 14px;
}

.sidebar_block_main a {
    background: url(../_img/sprite.png) no-repeat 0px -293px;
    font-family: 'Open Sans', sans-serif;
    display: inline;
    color: #006b51;
    font-weight: 600;
    font-size: 0.813em;
    padding-left: 15px;
}

.view_all {
    background: url("../_img/sprite.png") no-repeat scroll 0 -295px transparent;
    color: #006B51;
    display: inline;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.813em;
    font-weight: 600;
    padding-left: 10px;
}
/*main_content--------------------*/

.main_content {
    width: 630px;
    margin-left: 20px;
}

.main_cont_top {
    width: 650px;
}

.main_cont_top_block {
    position: relative;
    border-radius: 4px;
    width: 650px;
}

.main_cont_top_block_config4 {
    position: relative;
    border-radius: 4px;
    width: 304px;
    height: 355px;
    float: left;
    margin-bottom: 12px;
    margin-right: 15px;
}

    .main_cont_top_block_config4 h2 {
        background: url(../_img/bg-3.png) repeat-x left top;
        text-transform: uppercase;
        text-shadow: 0px 0px 3px #064435;
        border-radius: 4px 4px 0 0;
        padding: 16px 22px;
        color: #fff;
        font-weight: 600;
        font-family: sans-serif;
        font-size: 100%;
    }

.main_cont_top_block_config4-right {
    position: relative;
    border-radius: 4px;
    width: 304px;
    height: 355px;
    float: left;
    margin-bottom: 12px;
}

    .main_cont_top_block_config4-right h2 {
        background: url(../_img/bg-3.png) repeat-x left top;
        text-transform: uppercase;
        text-shadow: 0px 0px 3px #064435;
        border-radius: 4px 4px 0 0;
        padding: 16px 22px;
        color: #fff;
        font-weight: 600;
        font-family: sans-serif;
        font-size: 100%;
    }

.homepage-spotlight-ad {
    position: relative;
    width: 304px;
    margin: 0 20px 0 0;
    float: left;
}

.homepage-spotlight-ad_config2 {
    position: relative;
    width: 304px;
    height: 284px;
    margin: 0 20px 0 0;
    float: left;
}

.homepage-spotlight-ad_config3 {
    position: relative;
    width: 630px;
}

.homepage-spotlight-ad_config4 {
    position: relative;
    width: 304px;
    margin: 0 20px 15px 0;
    float: left;
}

.primary-care-ad {
    position: relative;
    width: 304px;
    margin: 0 20px 0 0;
    float: left;
}

.hidden-mobile-ad {
    position: relative;
    width: 304px;
    margin: 0 20px 0 0;
    float: left;
}

.main_cont_top_block .ad {
    width: 304px;
    height: 200px;
    margin: 0 0 15px 0;
}

.main_cont_top_block .large-ad {
    width: 304px;
    height: 563px;
    margin: 0 0 15px 0;
}

.main_cont_top_block.odd {
    float: left;
}

.main_cont_top_block h2 {
    background: url(../_img/bg-3.png) repeat-x left top;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px #064435;
    border-radius: 4px 4px 0 0;
    padding: 16px 22px;
    color: #fff;
    font-weight: bold;
    font-size: 1.000em;
}

.cont_top_block_details {
    padding: 40px 22px 27px;
    font-size: 0.875em;
    color: #fff;
}

    .cont_top_block_details h3 {
        color: #FFFFFF;
        display: block;
        font-size: 1.571em;
        font-weight: 600;
        margin-bottom: 17px;
        text-shadow: 0 1px 1px #000000;
    }

    .cont_top_block_details p {
        margin-bottom: 25px;
        line-height: 14px;
    }

        .cont_top_block_details p.odd {
            margin-bottom: 10px;
        }

    .cont_top_block_details a {
        background: #7ac143;
        display: inline-block;
        color: #fff;
        font-size: 1.000em;
        padding: 6px 14px;
    }

.partner_logo {
    position: relative;
    width: 304px;
    margin: 0 20px 0 0;
    margin-bottom: 14px;
    float: left;
}

.partner_logo_config img {
    border: 1px solid #CCC;
    box-shadow: 0 1px 3px #ccc;
    position: relative;
    border-radius: 3px;
    width: 304px;
    height: 86px;
}

.partner_logo img {
    border: 1px solid #CCC;
    box-shadow: 0 1px 3px #ccc;
    position: relative;
    border-radius: 3px;
    width: 304px;
    height: 86px;
}

.partner_logo_config2 {
    position: relative;
    width: 304px;
    margin: 0 20px 0 0;
    margin-bottom: 14px;
}

    .partner_logo_config2 img {
        border: 1px solid #CCC;
        box-shadow: 0 1px 3px #ccc;
        position: relative;
        border-radius: 3px;
        width: 304px;
        height: 86px;
    }
/*main_cont_btm--------------*/

.main_cont_btm {
    width: 630px;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.main_cont_btm_head {
    width: 586px;
    background: url("../_img/bg-3.png") repeat-x scroll left top transparent;
    border-radius: 3px 3px 0 0;
    padding: 10px 22px;
    text-shadow: 0 0 3px #064435;
    text-transform: uppercase;
    margin: 0;
}

    .main_cont_btm_head h2 {
        color: #FFFFFF;
        font-size: 1em;
        font-weight: 600;
        float: left;
        padding-top: 6px;
    }

.main_cont_btm_config2 {
    width: 305px;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.main_cont_btm_head_config2 {
    width: 283px;
    background: url("../_img/bg-3.png") repeat-x scroll left top transparent;
    border-radius: 3px 3px 0 0;
    padding: 6px 22px 2px 0px;
    text-shadow: 0 0 3px #064435;
    text-transform: uppercase;
    margin: 0;
}

    .main_cont_btm_head_config2 h2 {
        color: #FFFFFF;
        font-size: 1em;
        font-weight: 600;
        float: left;
        padding-top: 6px;
    }

.main_cont_btm_config3 {
    width: 630px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    margin-bottom: 15px;
}

.main_cont_btm_head_config3 {
    width: 608px;
    background: url("../_img/bg-3.png") repeat-x scroll left top transparent;
    border-radius: 3px 3px 0 0;
    padding: 6px 22px 2px 0px;
    text-shadow: 0 0 3px #064435;
    text-transform: uppercase;
    margin: 0;
}

    .main_cont_btm_head_config3 h2 {
        color: #FFFFFF;
        font-size: 1em;
        font-weight: 600;
        float: left;
        padding-top: 6px;
    }

.content_pager {
    float: right;
    height: 26px;
    width: 56px;
    display: none;
}

.left3 {
    background: url(../_img/sprite.png) no-repeat scroll -62px -267px transparent;
    border: 1px solid #0d8266;
    height: 25px;
    width: 25px;
    float: left;
    display: block;
}

    .left3:hover {
        background: url(../_img/sprite.png) no-repeat scroll -141px -267px transparent;
    }

.right3 {
    background: url(../_img/sprite.png) no-repeat scroll -88px -267px transparent;
    border: 1px solid #0d8266;
    height: 25px;
    width: 25px;
    float: right;
    display: block;
}

    .right3:hover {
        background: url(../_img/sprite.png) no-repeat scroll -117px -267px transparent;
    }

.main_cont_btm_cont {
    width: 630px;
    position: relative;
}

    .main_cont_btm_cont img {
        width: 315px;
        height: 199px;
    }

        .main_cont_btm_cont img.wide-ad {
            width: 630px;
            height: 199px;
        }

    .main_cont_btm_cont ul {
        list-style: none;
    }

        .main_cont_btm_cont ul li {
            display: block;
            float: left;
            width: 315px;
            height: 199px;
            padding: 0px;
        }

            .main_cont_btm_cont ul li.img-left {
                border-radius: 0 0 0 7px;
                position: relative;
            }

            .main_cont_btm_cont ul li.img-right {
                border-radius: 0 0 7px 0;
                position: relative;
            }

            .main_cont_btm_cont ul li h3 {
                color: #FFFFFF;
                display: block;
                font-size: 1.271em;
                font-weight: 600;
                margin-bottom: 22px;
                padding: 74px 20px 0;
                text-shadow: 0 1px 1px #000000;
            }

            .main_cont_btm_cont ul li a {
                background: none repeat scroll 0 0 #7AC143;
                color: #FFFFFF;
                display: inline-block;
                font-size: 14px;
            }
/*container bottom-----------*/

.container_bottom_out {
    background: #f6f6f6;
    position: relative;
    border-radius: 0 0 4px 4px;
}

.container_bottom {
    width: 962px;
    margin: 0 auto;
    padding: 20px 0;
}

    .container_bottom ul {
        list-style: none;
    }

        .container_bottom ul li {
            font-family: 'Open Sans', sans-serif;
            display: block;
            float: left;
            /*font-size:0.750em;*/
            font-size: 12px;
            padding: 0 27px;
        }

.ie7 .container_bottom ul li {
    padding: 0 17px;
}

.container_bottom ul li.left {
    padding-left: 0px;
    border-right: 1px solid #bebebe;
}

.container_bottom ul li.right {
    padding-right: 0px;
    padding-left: 25px;
}

.container_bottom ul li a {
    display: block;
    float: left;
    margin-right: 10px;
}

    .container_bottom ul li a.right {
        margin-right: 0px;
    }

.container_bottom ul li.socialright {
    padding-right: 0px;
    padding-left: 25px;
    float: right;
}

.container_bottom ul li a.tweet {
    background: url(../_img/sprite.png) no-repeat 1px -314px;
    height: 32px;
    width: 32px;
}

.container_bottom ul li a.facebook {
    background: url(../_img/sprite.png) no-repeat -30px -314px;
    height: 32px;
    width: 32px;
}

.container_bottom ul li a.youtube {
    background: url(../_img/sprite.png) no-repeat -63px -314px;
    height: 32px;
    width: 32px;
}

.container_bottom ul li strong {
    font-weight: 700;
    color: #3c4042;
    display: block;
    text-transform: uppercase;
    line-height: 18px;
}

.container_bottom ul li span {
    font-weight: normal;
    color: #3c4042;
    display: block;
}

.container_bottom ul li em {
    font-style: normal;
    color: #6d6e71;
    float: left;
    margin-right: 12px;
    padding-top: 10px;
}
/*Footer Start--------------------------*/

.footer_outer {
    background: #3a3e3f url(../_img/footer_bg.jpg) repeat-x left top;
    padding: 33px 0 28px 0;
    position: relative;
    top: -75px;
}

.footer {
    width: 960px;
    margin: 0px auto;
    background: url(../_img/border_bg.jpg) repeat-y right top;
}

.footer_block {
    width: 187px;
    min-height: 378px;
    float: left;
    background: url(../_img/border_bg.jpg) repeat-y left top;
}

    .footer_block.width {
        width: 399px;
    }

.footer_box {
    padding: 0px 12px 0 20px;
    margin-bottom: 17px;
}

    .footer_box h2 {
        margin: 0px 0 35px 0;
        padding: 0px;
        line-height: normal;
    }

        .footer_box h2.odd {
            margin: 0px 0 60px 0;
        }

        .footer_box h2.odd2 {
            margin: 0px 0 45px 21px;
        }

    .footer_box span {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #ffffff;
        font-weight: 600;
        display: inline-block;
        padding: 7px 0 0 0;
    }

        .footer_box span.padd {
            padding: 0px;
        }

    .footer_box img {
        position: relative;
        top: 0px;
        left: 0px;
        margin-right: 11px;
        float: left;
    }

    .footer_box ul {
        margin: 0px 0 0 0;
        padding: 0px;
        list-style: none;
    }

        .footer_box ul li {
            float: none;
            margin: 0 0 5px 0;
        }

            .footer_box ul li a {
                display: block;
                font-family: 'Open Sans', sans-serif;
                font-size: 12px;
                color: #ffffff;
            }

.map {
    text-align: center;
    margin: 0 0 35px 0;
}

    .map img {
        border: 1px solid #37393c;
    }

.txtfield {
    background: #37393c;
    border: 1px solid #323437;
    width: 130px;
    height: 25px;
    line-height: 25px;
    padding: 0 7px 0 13px;
    font-size: 13px;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    margin: 0 0 17px 0;
    font-style: italic;
}

a.subscribe_button {
    display: block;
    background: #006a51;
    width: 94px;
    height: 25px;
    box-shadow: 0 0 3px #373b3f;
    border-bottom: 1px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    position: relative;
    float: right;
    margin: 0 4px 45px 0;
}

    a.subscribe_button span {
        background: url(../_img/arrow1.png) no-repeat right 6px;
        width: 4px;
        height: 6px;
        display: inline-block;
        position: relative;
        top: -1px;
        margin: 0 0 0 3px;
    }

.footer_logo {
    text-align: center;
}

    .footer_logo a img {
        text-align: center;
        float: none !important;
    }

.location {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 12px 0;
    padding: 0 0 0 42px;
}

    .location strong {
        font-size: 11px;
        color: #ffffff;
        display: block;
        font-weight: 700;
        margin: 0 0 2px 0;
        text-transform: uppercase;
    }

    .location span {
        font-size: 11px;
        color: #ffffff;
        display: block;
    }

.footer_bottom_outer {
    background: #efefef;
    padding: 18px 0 22px 0;
    position: relative;
    top: -75px;
}

.footer_bottom {
    width: 960px;
    margin: 0px auto;
}

.footer_bottom_left {
    padding: 5px 0 0 0;
    float: left;
    margin-left: 100px;
}

    .footer_bottom_left span {
        font-size: 12px;
        color: #7b878d;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin: 0 0 8px 0;
        display: block;
    }

.footer_nav {
}

    .footer_nav ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .footer_nav ul li {
            padding: 0 6px;
            background: url(../_img/seprater1.jpg) no-repeat right top;
            float: left;
        }

            .footer_nav ul li.first {
                padding-left: 0px;
            }

            .footer_nav ul li.last {
                padding-right: 0px;
                background: none;
            }

            .footer_nav ul li a {
                display: block;
                font-size: 12px;
                color: #7b878d;
                font-family: 'Open Sans', sans-serif;
                text-align: center;
            }

.footer_bottom_right {
    float: right;
}
/*Inner1 Start---------------------------*/

.inner1_banner_area {
    position: relative;
    background-size: cover;
}

.inner1_banner_wrap {
    height: 290px;
}
/*inner sidebar*/

.sidebar.inner_sidebar {
    width: 150px;
    padding: 60px 0 0 0;
}

    .sidebar.inner_sidebar h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        /*font-size:0.938em;*/
        font-size: 15px;
        color: #1b1e1f;
        margin-bottom: 24px;
        text-transform: uppercase;
    }

    .sidebar.inner_sidebar a h2 {
        color: #1b1e1f;
    }

    .sidebar.inner_sidebar a:hover {
        text-decoration: underline;
        color: #1b1e1f;
    }

    .sidebar.inner_sidebar ul {
        list-style: none;
    }

        .sidebar.inner_sidebar ul li {
            background: url(../_img/line-2.jpg) repeat-x left bottom;
            display: block;
            padding: 15px 0;
        }

            .sidebar.inner_sidebar ul li.bottom {
                background: none;
            }

            .sidebar.inner_sidebar ul li a {
                display: block;
                /*font-size:0.938em;*/
                font-size: 15px;
                color: #1b1e1f;
            }

                .sidebar.inner_sidebar ul li a:hover,
                .sidebar.inner_sidebar ul li a.active {
                    color: #006a51;
                }
/*Inner_content*/

.inner1_our_services_out {
    top: 60px;
    height: 95px;
}

.our_services_cont.odd {
    padding: 35px 15px 2px;
}

.inner_cont_top {
    padding-bottom: 20px;
    /*border-bottom: 1px solid #ccc;*/
}

.location-details-right .inner_cont_top {
    border: none;
}

.inner_cont_top_left {
    float: left;
    /* border-bottom: 1px solid #000; */
}

.fl-rt .pnl-header-image {
    padding: 50px 0;
}
/*bread_crumb*/

.bread_crumb {
    padding: 4px 0 0 0;
    max-width: 500px;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    color: #5a5a5a;
}

    .bread_crumb a {
        color: #5a5a5a;
    }

        .bread_crumb a:hover {
            text-decoration: underline;
        }

.inner_cont_top_right {
    float: right;
    width: 222px;
}

    .inner_cont_top_right.odd {
        margin-right: 19px;
    }
/*resize*/

.resize {
    margin-right: 10px;
    padding-top: 0px;
}

    .resize ul {
        list-style: none;
    }

        .resize ul li {
            float: left;
            display: block;
        }

            .resize ul li a {
                font-family: 'Open Sans', sans-serif;
                display: block;
                font-size: 10px;
                color: #546e73;
                margin-right: 6px;
                text-decoration: underline;
                font-weight: 600;
            }

                .resize ul li a.min {
                    font-size: 10px;
                    padding-top: 9px;
                }

                .resize ul li a.mid {
                    font-size: 14px;
                    padding-top: 6px;
                }

                .resize ul li a.max {
                    font-size: 20px;
                }

.print {
    display: block;
    font-size: 10px;
    color: #5a5a5a;
    margin-right: 6px;
    text-decoration: underline;
    margin-right: 10px;
    padding-top: 8px;
}

.share {
}

.main_content.inner_main {
    background: #f6f6f6;
    padding: 11px 1px 20px 20px;
    width: 742px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ececec;
}

.location-details-right .main_content.inner_main {
    padding: 0;
}

.main_content.inner_main1 {
    padding: 11px 19px 20px 19px;
    display: inline-block;
}

.inner_main_middle {
    color: #5a5a5a;
    font-size: 0.813em;
}

    .inner_main_middle h1 {
        color: #006a51;
        font-size: 2.308em;
        margin-bottom: 25px;
        font-weight: normal;
        line-height: 1;
        font-family: Arial, Sans-Serif;
    }

    .inner_main_middle h2 {
        color: #006a51;
        font-size: 1.385em;
        margin-bottom: 13px;
        font-weight: bold;
    }

    .inner_main_middle h3 {
        color: #393d3e;
        font-size: 1.154em;
        margin-bottom: 25px;
        font-weight: bold;
    }

    .inner_main_middle p {
        line-height: 1.3em;
        margin: 0;
        padding: 0 0 20px 0;
    }

    .inner_main_middle a {
        color: #1d55d6;
        text-decoration: underline;
        font-size: 1.000em;
        line-height: 18px;
    }

    .inner_main_middle span, .gray-heading {
        color: #5a5a5a;
        font-size: 1em;
        display: block;
        line-height: 18px;
    }

    .inner_main_middle ul,
    .inner_main_middle ol {
        margin: 0 0 20px 30px;
    }

        .inner_main_middle ul li {
            list-style-type: disc;
            /*list-style-position:inside;*/
        }

        .inner_main_middle ol li {
            list-style-type: decimal;
            list-style-position: inside;
        }

        .inner_main_middle ul li ul {
            margin: 5px 0 5px 30px;
        }

            .inner_main_middle ul li ul li {
                list-style-type: circle;
                list-style-position: inside;
            }

.cont_links {
    margin-bottom: 22px;
}

    .cont_links span {
        background: url(../_img/dot.png) no-repeat left 6px;
        height: 5px;
        width: 5px;
        padding-right: 8px;
        display: inline;
    }

    .cont_links a {
        display: block;
        color: #1d55d6;
    }

.more_info {
    font-size: 1em;
    margin-bottom: 25px;
}

    .more_info span {
        display: block;
        color: #000;
    }

        .more_info span em {
            font-style: normal;
            color: #006a51;
        }

.points {
    margin-bottom: 25px;
}

    .points span {
        display: block;
    }
/*Phone Directory*/

.phone_directory {
    border: 1px solid #e3e3e3;
}

    .phone_directory ul {
        list-style: none;
    }

        .phone_directory ul li {
            font-family: 'Open Sans', sans-serif;
            padding: 0px 18px 0px 12px;
            color: #5a5a5a;
            font-size: 0.750em;
            clear: both;
            overflow: hidden;
            font-weight: 600;
        }

            .phone_directory ul li small {
                text-align: center;
                font-weight: 600;
                padding: 10px 0;
                display: block;
                font-size: 1em;
            }

            .phone_directory ul li span {
                float: left;
                display: block;
                padding: 10px 0;
            }

    .phone_directory.inner2_table ul li span {
        float: left;
        display: block;
        padding: 6px 0;
    }

    .phone_directory ul li em {
        border-left: 2px solid #dddddd;
        float: right;
        display: block;
        padding: 10px 0 10px 16px;
    }

        .phone_directory ul li em.bottom {
            width: 78px;
        }

        .phone_directory ul li em.bot2 {
            width: 66px;
        }

    .phone_directory ul li.color {
        background: #d9d9d9;
    }

    .phone_directory ul li.color2 {
        background: #fff;
    }
/*Inner2 Start*/

.inner_right_sidebar {
    width: 222px;
    float: right;
}

.link_section {
    padding: 0px 0 0 0;
    position: relative;
    margin: 7px 0 7px 0;
}

    .link_section ul {
        background: #256754 url(../_img/aside-bg.jpg) repeat-x left bottom;
        margin: 0px;
        padding: 0px;
        list-style: none;
        box-shadow: 0 0 3px #000 inset;
        border-radius: 5px;
        border-right: 1px solid #3a3e3f;
        border-left: 1px solid #3a3e3f;
        border-bottom: 1px solid #3a3e3f;
    }

        .link_section ul li {
            float: none;
            margin: 0;
            padding-bottom: 3px;
            background: url(../_img/border_bg2.jpg) no-repeat center bottom;
        }

            .link_section ul li a {
                display: block;
                padding: 18px 9px;
                font-family: 'Nunito', sans-serif;
                text-shadow: 0px 2px 2px rgba(0, 0, 0, .8);
            }

            .link_section ul li:hover a {
                background: url(../_img/link_hover.png) repeat-y left top;
                margin: 0px;
            }

            .link_section ul li:last-child {
                background: none;
            }

            .link_section ul li a span {
                background: url(../_img/related-links-arrow.png) no-repeat right center transparent;
                display: block;
                font-size: 18px;
                color: #ffffff;
                padding: 0 10px 0 20px;
                width: 155px;
            }

                .link_section ul li a span.odd {
                    background: url(../_img/sprite.png) no-repeat scroll 143px -383px transparent;
                }

.telfair_box {
    text-align: center;
    margin: 0 0 5px 0;
}

.learn_more_box {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 2px 2px #dfdfdf;
    margin: 0 0 10px 0;
}

    .learn_more_box img {
        border-radius: 2px;
        position: relative;
    }

.learn_more {
    position: absolute;
    background: #7ac143;
    padding: 8px 10px 9px 13px;
    top: 0px;
    left: 0px;
}

    .learn_more a {
        display: block;
        background: url("../_img/sprite.png") repeat scroll 159px -394px;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
        padding: 0 10px 0 0;
    }

.calendar_section {
    background: url(../_img/calendar_bg.jpg) repeat-y left top;
    border-radius: 4px;
    position: relative;
}

.calendar_top {
    background: #006a51;
    padding: 15px;
    text-align: center;
}

    .calendar_top em a {
        background: url(../_img/sprite.png) no-repeat left -367px;
        float: left;
        height: 14px;
        width: 14px;
        margin-right: 40px;
    }

    .calendar_top a {
        display: block;
        color: #ffffff;
        font-size: 17px;
        text-transform: uppercase;
        padding: 0 0 0 0px;
        display: block;
        float: left;
    }

.calender {
    padding: 8px 16px;
}

    .calender ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .calender ul li {
            width: 26px;
            float: left;
            margin: 0 0 0 0;
            display: block;
            text-align: center;
        }

            .calender ul li a {
                border-radius: 6px;
                position: relative;
                display: block;
                font-size: 14px;
                color: #393d3e;
                padding: 6px 0px;
            }

                .calender ul li a.blank {
                }

                    .calender ul li a.blank:hover {
                        background: none;
                    }

                .calender ul li a:hover,
                .calender ul li a.active {
                    background: #006a51;
                    color: #fff;
                }

            .calender ul li strong {
                font-size: 14px;
                color: #3d565d;
                display: block;
                padding: 6px 0px;
            }

.events {
    background: url(../_img/border_bg3.jpg) repeat-x left top;
    padding: 9px 9px;
}

    .events h2 {
        margin: 0px 0 6px 0;
        padding: 0px;
        line-height: none;
        font-size: 14px;
        color: #393d3e;
        text-transform: uppercase;
        font-weight: bold;
    }

    .events strong {
        font-size: 12px;
        color: #393d3e;
        margin: 0 0 2px 0;
        display: block;
    }

    .events span {
        font-size: 11px;
        color: #393d3e;
        margin: 0 0 2px 0;
        display: block;
    }

.resource {
    background: url(../_img/border_bg3.jpg) repeat-x left top;
    padding: 9px 9px 25px 9px;
}

    .resource h2 {
        margin: 0px 0 3px 0;
        padding: 0px;
        line-height: none;
        font-size: 11px;
        color: #3b535d;
        text-transform: uppercase;
        font-weight: bold;
    }

    .resource span {
        font-size: 11px;
        color: #3b535d;
        margin: 0 0 3px 0;
        display: block;
    }
/*Main Nav Dropdown-------------------*/

.services_dropdn {
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0px 11px 11px #3d3d3d;
    background: #fff;
    width: 684px;
    left: -50px;
    top: 86px;
}

    .services_dropdn h2 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin-bottom: 39px;
        text-transform: uppercase;
    }

.services_dropdn_left {
    width: 274px;
    float: left;
}

.services_dropdn_left_up {
    background: #f2f2f2;
    padding: 28px 17px 1px;
}

    .services_dropdn_left_up a {
        display: block;
        font-size: 17px;
        color: #293236;
        margin-bottom: 28px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .services_dropdn_left_up a.bottom1 {
            margin-bottom: 20px;
        }

.services_dropdn_left_dn {
    padding: 38px 17px 0px;
}

    .services_dropdn_left_dn ul {
        list-style: none;
        display: block;
    }

        .services_dropdn_left_dn ul li {
            display: block;
            float: left;
            padding: 5px 4px;
        }

            .services_dropdn_left_dn ul li a {
                display: block;
                padding: 4px 3px;
                font-size: 18px;
                font-weight: 600;
                color: #000;
                height: auto;
                background: none;
            }

                .services_dropdn_left_dn ul li a:hover,
                .services_dropdn_left_dn ul li a.active {
                    background: #006a51;
                    position: relative;
                    border-radius: 4px;
                    color: #fff;
                }

.services_dropdn_right {
    width: 360px;
    float: right;
    padding: 28px 25px 0;
}

    .services_dropdn_right h2 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin-bottom: 39px;
        float: left;
    }

.all_services {
    margin-bottom: 30px;
}

    .all_services.bottom {
        margin-bottom: 10px;
    }

    .all_services h3 {
        font-size: 18px;
        color: #293236;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 14px;
    }

    .all_services a {
        display: block;
        font-size: 15px;
        color: #293236;
        margin-bottom: 9px;
    }

.view_more {
    color: #006A51 !important;
    font-size: 16px;
    float: right;
}

.find_physician {
    background: url(../_img/drop_bg1.jpg) repeat-y left top;
    font-family: 'Open Sans', sans-serif;
    width: 229px;
    padding: 38px 27px;
    box-shadow: 0px 11px 11px #3d3d3d;
    position: absolute;
    left: -50px;
    top: 86px;
    z-index: 800;
    display: none;
}

    .find_physician h2 {
        margin-bottom: 44px;
        font-size: 18px;
        color: #293236;
        font-weight: 600;
        text-transform: uppercase;
    }

    .find_physician a {
        display: block;
    }

.nav_drop_main {
    height: 26px;
    margin-bottom: 15px;
}

.nav_drop {
    width: 210px;
}

.input01 {
    font-size: 14px;
    outline: none;
}

.txtPhysician {
    margin-bottom: 15px;
}

.input-water-mark {
    color: #777777;
    font-size: 14px;
    width: 205px;
    font-family: 'Open Sans-Serif', Sans-Serif;
}

.button2 {
    background: #006a51;
    width: 210px;
    height: 38px;
    border: 0px;
    outline: none;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 25px;
}

.advance_search {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 16px;
    color: #006a51;
    text-decoration: underline;
}

.pane-show {
    display: block;
}

.pane-hide {
    display: none;
}

.locations-background-white:hover {
    background-color: White;
}

.locations-background-white {
    margin: 0 0 10px 0;
    height: 23px;
    padding: 0 0 0 8px;
    width: 250px;
}

.facilities {
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
    width: 1024px;
    box-shadow: 0px 11px 11px #3d3d3d;
    position: absolute;
    left: -385px;
    top: 86px;
    z-index: 800;
    display: none;
}

    .facilities ul li .hospital-location {
        display: block;
        width: 222px;
        height: auto;
    }

        .facilities ul li .hospital-location img {
            display: block;
            width: 222px;
            height: 153px;
        }

    .facilities ul li .hospital-location1 {
        display: none;
        width: 222px;
        height: auto;
    }

        .facilities ul li .hospital-location1 img {
            display: block;
            width: 222px;
            height: 153px;
        }

    .facilities ul {
        list-style: none;
    }

.nav2 .facilities ul li {
    display: block;
    float: left;
    padding: 30px 20px;
    width: 215px;
    min-height: 347px;
}

.facilities ul li.hospitals {
    background: #eeeeee repeat-y;
    font-family: 'Open Sans', sans-serif;
}

    .facilities ul li.hospitals h2 {
        font-weight: 700;
        font-size: 18px;
    }

    .facilities ul li.hospitals a {
        font-size: 17px;
        font-weight: 600;
        color: #293236;
        background: none;
        padding: 0px;
        height: auto;
    }

.ie7 .facilities ul li a {
    font-size: 13px !important;
}

.facilities ul li:hover.left a,
.facilities ul li.active.left a {
    background: none;
}

.facilities ul li h2 {
    color: #293236;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.facilities ul li a {
    font-family: inherit;
    display: block;
    color: #293236;
    font-size: 15px;
    margin-bottom: 20px;
    background: none;
    padding: 0px;
    height: auto;
    text-transform: none;
}

.facilities ul li:hover a {
    color: #293236;
    background: none;
}

.hospitals div:hover {
    color: #293236;
    background: #ffffff;
    width: 250px;
    /*float:left;*/
}

.facilities ul li a.odd {
    font-size: 16px;
}

.facilities ul li img {
    display: block;
    margin-bottom: 8px;
}

.facilities ul li a.view_all2 {
    color: #006A51 !important;
    font-size: 16px;
    text-decoration: underline;
}
/*.facilities ul li a.view_all2.view_all3{
    margin-top:125px;
}*/

.ie7 .facilities ul li a.view_all2.view_all3 {
    margin-top: 119px;
}

.button_link {
    width: 224px;
    margin-bottom: 21px;
}

    .button_link a {
        border-radius: 3px;
        position: relative;
        background: url(../_img/btn_bg1.jpg) repeat-x left top !important;
        color: #fff !important;
        float: left !important;
        margin: 0 5px 0 0 !important;
        padding: 8px 22px !important;
        text-align: center;
        font-size: 13px !important;
    }

        .button_link a.right {
            margin-right: 0px !important;
        }

.facilities ul li span {
    background: url(../_img/i_icon.png) no-repeat 8px 8px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 50px;
    display: block;
    color: #293236;
    font-size: 13px;
    line-height: 16px;
    width: 173px;
    min-height: 50px;
}

.adv_technology {
    background: url(../_img/drop_bg1.jpg) repeat-y left top;
    font-family: 'Open Sans', sans-serif;
    width: 213px;
    padding: 38px 30px 26px 40px;
    box-shadow: 0px 11px 11px #3d3d3d;
    position: absolute;
    left: -50px;
    top: 86px;
    z-index: 800;
    display: none;
}

    .adv_technology ul {
        list-style: none;
    }

        .adv_technology ul li {
            display: block;
            float: none;
        }

            .adv_technology ul li a {
                display: block;
                font-size: 15px;
                color: #293236;
                margin-bottom: 24px;
                background: none;
                padding: 0px;
                height: auto;
                text-transform: inherit;
                font-family: inherit;
            }

            .adv_technology ul li:hover a,
            .adv_technology ul li.active a {
                color: #006a51;
                background: none;
            }

.health_welness {
    background: url(../_img/drop_bg1.jpg) repeat-y left top;
    font-family: 'Open Sans', sans-serif;
    width: 220px;
    padding: 38px 30px 26px 33px;
    box-shadow: 0px 11px 11px #3d3d3d;
    position: absolute;
    left: -50px;
    top: 86px;
    z-index: 800;
    display: none;
}

    .health_welness ul {
        list-style: none;
    }

        .health_welness ul li {
            display: block;
            float: none;
        }

            .health_welness ul li a {
                display: block;
                font-size: 15px;
                color: #293236;
                margin-bottom: 24px;
                background: none;
                padding: 0px;
                height: auto;
                text-transform: inherit;
                font-family: inherit;
            }

            .health_welness ul li:hover a,
            .health_welness ul li.active a {
                color: #006a51;
                background: none;
            }

.community_drop {
    background: #ededed;
    width: 143px;
    padding: 20px;
    box-shadow: 0px 11px 11px #3d3d3d;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 800;
    display: none;
}

    .community_drop ul {
        list-style: none;
    }

        .community_drop ul li {
            display: block;
            border: 0 none;
            display: block;
            float: none;
            padding: 0;
            position: inherit;
        }

            .community_drop ul li a {
                display: block;
                font-family: 'Source Sans Pro', sans-serif;
                font-weight: 600;
                color: #777777;
                font-size: 12px;
                padding: 10px !important;
                border-bottom: 1px dashed #c2c2c2;
                background: none;
                height: auto;
            }

            .community_drop ul li:hover,
            .community_drop ul li.active {
                color: #006a51;
                background: none !important;
            }

            .community_drop ul li a:hover {
                background-color: #e7e7e7;
            }

.patients_families {
    background: #ededed;
    min-width: 530px;
    padding: 20px 0px 20px 0px;
    box-shadow: 0px 11px 11px #3d3d3d;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 800;
    display: none;
}

.patients_families_left {
    font-family: 'Open Sans', sans-serif;
    border-right: 1px dotted #aeaeae;
    font-weight: 600;
    width: 294px;
    float: left;
}

    .patients_families_left ul {
        list-style: none;
    }

    .patients_families_left .tools-container {
        height: auto;
        min-height: 400px;
    }

    .patients_families_left .tools {
        width: 130px;
        float: left;
    }

        .patients_families_left .tools .title {
            height: auto;
            min-height: 25px;
            position: relative;
            width: 85px;
            margin: 10px auto 0px auto;
            padding-top: 10px;
        }

            .patients_families_left .tools .title:hover {
                color: #007c64;
            }

        .patients_families_left .tools img {
            margin-top: 9px;
        }

    .patients_families_left ul li {
        display: block;
        float: left;
        padding: 21px 0px;
        width: 130px;
        border: 0px !important;
    }

        .patients_families_left ul li:hover {
            background: none;
        }

        .patients_families_left ul li a {
            display: block;
            color: #777777;
            font-size: 12px;
            text-align: center;
        }

    .patients_families_left a:hover {
        color: #007c64;
    }

    .patients_families_left ul li a span {
        display: block;
        margin-bottom: 9px;
        width: 85px;
        word-wrap: break-word;
        margin: 0px auto;
        height: auto;
        position: absolute;
        bottom: 0;
        padding-bottom: 60px;
    }

.patients_families_right {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    float: right;
    width: 190px;
    padding: 0 32px 0 10px;
}

    .patients_families_right img {
        padding-top: 70px;
        width: 190px;
        height: 245px;
    }

    .patients_families_right .ad {
        width: 190px;
        height: auto;
    }

    .patients_families_right .title {
        background: url(../_img/link_bg1.png) repeat-x left top;
        color: #fff;
        font-weight: 600;
        font-size: .875em;
        padding: 9px 0px 9px 20px;
        position: relative;
        border-radius: 0px 0px 3px 3px;
        display: block;
    }

.view_all22 {
    color: #006a51 !important;
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-left: 30px;
    text-decoration: underline;
}
/*

font-family: 'Source Sans Pro', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Cardo', serif;

*/
/*---Related Links--*/

.rlGroupTitle {
    color: #FFFFFF;
    display: none;
    font-size: 18px;
    padding: 0 0 0 20px;
    width: 155px;
}

.link_section ul li div {
    display: none;
    font-family: 'Nunito', sans-serif;
    padding: 18px 28px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}

.rl-wrapper {
    padding: 0 0 7px 0;
}
/*--Conversions--*/

.conversion-wrapper {
    padding: 0 0 7px 0;
}
/*--Layout 4--*/

.layout4 {
    width: 925px !important;
}
/* Centers of Excellence */

.container_coe {
    background: #fff;
    border-radius: 5px;
    width: 1062px;
    margin: 0px auto 30px;
    position: relative;
    top: 0px;
    border: 1px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 105px;
}

.inner1_banner_area_coe {
    position: relative;
}
/*COE-------------------*/

.coe_top {
    padding: 35px 50px;
}

.coe_container {
    width: 960px;
    background: none repeat scroll 0 0 #f6f6f6;
    border-radius: 4px 4px 4px 4px;
    min-height: 500px;
    border: 1px solid #ECECEC;
    padding-bottom: 0px;
}

    .coe_container h1 {
        color: #393d3e;
        font-size: 30px;
        font-family: 'Open Sans', sans-serif;
        margin: 0 0 33px 0;
    }

    .coe_container h2.search-specialty {
        color: #393d3e;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        margin: 0 0 23px 0;
        background: url(../_img/search_specialty.png) no-repeat left top;
        padding: 0 0 0 30px;
        height: auto;
    }

    .coe_container h3 {
        color: #006a51;
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 28px;
    }

    .coe_container p {
        margin: 0 0 40px 0;
        line-height: 22px;
    }

.coe_bottom_ads {
    background: none repeat scroll 0 0 #F6F6F6;
    border-radius: 0 0 4px 4px;
    position: relative;
}

.coe-top-ad {
    margin: 0 0 27px 0;
}

.coe-bottom-ad {
    /* margin:5px 0 0 0; */
}

.coe_sidebar.coe_inner_sidebar {
    padding: 42px 30px 0 22px;
    width: 263px;
}

    .coe_sidebar.coe_inner_sidebar input[type='text'] {
        width: 248px;
        margin: 5px 0;
        font-size: 12px;
        color: #5e6366;
        font-family: 'Open Sans', sans-serif;
        padding: 5px;
    }

    .coe_sidebar.coe_inner_sidebar select {
        width: 260px;
        margin: 5px 0;
        font-size: 12px;
        color: #5e6366;
        font-family: 'Open Sans', sans-serif;
        padding: 5px;
    }

.coe_main_content.coe_inner_main {
    padding: 11px 1px 20px 20px;
    position: relative;
    width: 564px;
}

.coe_main_content.coe_inner_main1 {
    padding: 65px 19px 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 15px;
}

.coe_main_content {
    margin: 10px;
}

    .coe_main_content h1 {
        color: #006a51;
        font-size: 2.308em;
        margin-bottom: 25px;
        font-weight: normal;
        line-height: 1;
        font-family: Arial, Sans-Serif;
    }

    .coe_main_content h2 {
        color: #006a51;
        font-size: 1.385em;
        margin-bottom: 25px;
        font-weight: bold;
        line-height: 1;
    }

    .coe_main_content h3 {
        color: #393d3e;
        font-size: 1.154em;
        margin-bottom: 25px;
        font-weight: bold;
        line-height: 1;
    }

    .coe_main_content p {
        line-height: 1.3em;
        margin: 0;
        padding: 0 0 20px 0;
    }

    .coe_main_content a {
        color: #1d55d6;
        text-decoration: underline;
        font-size: 1.000em;
        line-height: 18px;
    }

    .coe_main_content span {
        color: #5a5a5a;
        font-size: 1em;
        display: block;
        line-height: 18px;
    }

    .coe_main_content ul,
    .coe_main_content ol {
        margin: 0 0 20px 50px;
    }

        .coe_main_content ul li {
            list-style-type: disc;
            /*list-style-position:inside;*/
        }

            .coe_main_content ul li a {
            }

        .coe_main_content ol li {
            list-style-type: decimal;
            list-style-position: inside;
        }

        .coe_main_content ul li ul {
            margin: 5px 0 5px 30px;
        }

            .coe_main_content ul li ul li {
                list-style-type: circle;
                list-style-position: inside;
            }

.coe_bottom {
    margin: 0 auto;
    padding: 0 50px 20px 50px;
    width: 962px;
}

    .coe_bottom img {
        margin: 0 18px 0 0;
    }

        .coe_bottom img.nomarg {
            margin: 0;
        }

.coe_inner1_banner_area {
    position: relative;
    background-size: cover;
}

.coe_inner1_banner_wrap {
    height: 290px;
}

.coe_banner_wrap {
    /*background:url(/_img/coe-banner.jpg) no-repeat center top;*/
    height: 230px;
    margin: 0 auto;
    position: relative;
    width: 1060px;
    z-index: 100;
}

.coe_banner_nav {
    width: 1060px;
    height: 39px;
    border-radius: 4px;
    margin: -2px auto 90px;
    /*margin: -2px auto 15px;*/
    padding: 22px 0 0 0;
    text-align: center;
    font-size: 15px;
    background: #999;
    /* for non-css3 browsers */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#69686b', endColorstr='#4b4a4c');
    /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#69686b), to(#4b4a4c));
    /* for webkit browsers */
    background: -moz-linear-gradient(top, #69686b, #4b4a4c);
    /* for firefox 3.6+ */
}

.coe_banner_nav_mb {
    margin-bottom: 15px;
}

.coe_banner_nav ul {
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.coe_banner_nav li {
    display: inline;
    margin-right: 15px;
    background: url(/_img/navigation-arrow.png) no-repeat right 0;
    height: 40px;
    padding: 10px 24px 10px 0;
}

.coe_banner_nav a {
    text-decoration: none;
    color: #ffffff;
    padding: 21px 41px;
    border-right: 1px solid #7E7E7E;
    width: 125px;
}

    .coe_banner_nav a.noborder {
        border-right: none;
    }

    .coe_banner_nav a:hover {
        color: #60bb46;
    }

    .coe_banner_nav a.active {
        text-decoration: none;
        color: #60bb46;
        font-size: 15px;
        background: url(/_img/nav_arrow.png) no-repeat bottom;
        padding-bottom: 22px;
    }

.coe_banner_nav li.last {
    background: none;
}

.coe_inner1_our_services_out {
    top: 60px;
    height: 95px;
    left: 50px;
}

.coe_inner1_banner_area {
    position: relative;
}
/* Media Center */

.divMediaCenter {
    display: block;
}

.divMobileMediaCenter {
    display: none;
}
/* Health Library Styles 
================================*/

.hl-jumppage-title {
    display: block;
    width: 660px;
    padding: 4px 10px;
    margin: 0 auto;
    background-color: #0A6953;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.hl-alphasearch {
    width: 658px;
    background-color: #FFFFFF;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    margin-bottom: 30px;
    padding: 4px 10px;
    margin: 0 auto 25px auto;
    text-align: center;
}

    .hl-alphasearch a {
        color: #656565;
        font-size: 18px;
        margin-right: 5px;
        padding: 2px;
        text-decoration: none;
        font-family: Arial, Sans-Serif;
    }

.hl-jumppage-banner {
    width: 680px;
    height: 130px;
    margin: 0 auto;
    background-color: #333;
}

.hl-jumppage-navwrapper {
    width: 660px;
    padding: 4px 10px;
    margin: 0 auto;
}

.hl-jumppage-disclaimer {
    font: bold 12px Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #f00;
    margin: 10px 0;
}

.hl-jumppage-nav {
    width: 320px;
    float: left;
    margin: 0 20px 10px 0;
}

    .hl-jumppage-nav.hl-alt {
        margin-right: 0;
    }

    .hl-jumppage-nav h4,
    .hl-jumppage-nav ul,
    .hl-jumppage-nav li,
    .hl-jumppage-nav a {
        font: normal 14px Arial, Helvetica, sans-serif;
    }

    .hl-jumppage-nav h4 {
        display: block;
        padding: 4px 10px;
        margin: 0;
        background-color: #0A6953;
        font-size: 18px;
        color: #fff;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .hl-jumppage-nav ul {
        display: block;
        width: 298px;
        height: 115px;
        border-left: 1px solid #C0C0C0;
        border-right: 1px solid #C0C0C0;
        border-bottom: 1px solid #C0C0C0;
        list-style-type: none;
        margin: 0;
        padding: 10px;
        background: #ffffff;
    }

        .hl-jumppage-nav ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .hl-jumppage-nav ul li a {
                text-decoration: none;
                line-height: 1.4;
                font-size: 16px;
                color: #1B1E1F;
            }

                .hl-jumppage-nav ul li a:hover {
                    text-decoration: underline;
                    color: #006A51;
                }

.subsite-CardiologyAssociatesofSavannah h1,
.subsite-CardiologyAssociatesofSavannah h2 {
    color: #661616 !important;
}

.find_physician.submenu2.drop1 input {
    color: #293236;
}
/***
 *     /$$$$$$$  /$$                            /$$$$$$    /$$               /$$                    
 *    | $$__  $$| $$                           /$$__  $$  | $$              | $$                    
 *    | $$  \ $$| $$  /$$$$$$   /$$$$$$       | $$  \__/ /$$$$$$   /$$   /$$| $$  /$$$$$$   /$$$$$$$
 *    | $$$$$$$ | $$ /$$__  $$ /$$__  $$      |  $$$$$$ |_  $$_/  | $$  | $$| $$ /$$__  $$ /$$_____/
 *    | $$__  $$| $$| $$  \ $$| $$  \ $$       \____  $$  | $$    | $$  | $$| $$| $$$$$$$$|  $$$$$$ 
 *    | $$  \ $$| $$| $$  | $$| $$  | $$       /$$  \ $$  | $$ /$$| $$  | $$| $$| $$_____/ \____  $$
 *    | $$$$$$$/| $$|  $$$$$$/|  $$$$$$$      |  $$$$$$/  |  $$$$/|  $$$$$$$| $$|  $$$$$$$ /$$$$$$$/
 *    |_______/ |__/ \______/  \____  $$       \______/    \___/   \____  $$|__/ \_______/|_______/ 
 *                             /$$  \ $$                           /$$  | $$                        
 *                            |  $$$$$$/                          |  $$$$$$/                        
 *                             \______/                            \______/                         
 */
/*Hiding this section, not sure what is supposed to populate this area, but it is interfering with the design*/

#ctl00_cphcontent_ctl01_pnlBlogHeader {
    display: none;
}

#ctl00_cphcontent_ctl01_pnlUpArticles > span {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.blog-pages {
    float: right;
}

.pnl-more-articles {
    margin-top: 20px;
}

    .pnl-more-articles a {
        border-bottom: none;
        font-weight: 300;
        color: #000;
    }

#avid-layout-full h1.header-living-better {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    color: #ed5929;
    text-align: center;
    font-weight: 300;
    padding: 7px 0 12px 0;
    line-height: normal;
}

#avid-layout-full p.content-living-better {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #736e69;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
}

#blog-home-wrapper {
    line-height: normal;
    min-height: 600px;
}

.blog-nav {
    /*width: 1251px;*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.blog-topics {
    /*width: 999px;
  float: left;
  margin: 0 0 0 49px;*
  display: inline-block;*/
    margin: 0 auto;
    text-align: center;
}

    .blog-topics ul.blog-topics-list {
        /*float: left;*/
        margin: 0 auto;
        display: inline-block;
        text-align: left;
        width: 100%;
        border-top: 0;
        border-bottom: 1px solid #959595;
        padding-bottom: 0 !important;
    }

        .blog-topics ul.blog-topics-list li.blog-topics-list-item {
            float: left;
            margin: 0;
            padding: 0 0 15px 0 !important;
            position: relative;
            display: inline-block;
            /*width: 14.5%;*/
            margin-left: 0 !important;
            height: 60px;
            margin-right: 2.5%;
        }

            .blog-topics ul.blog-topics-list li.blog-topics-list-item .lnk-category a,
            .blog-topics ul.blog-topics-list li.blog-topics-list-item.first a {
                display: inline-block;
                font-size: 18px;
                color: #4a777e;
                line-height: 15px;
                text-transform: uppercase;
            }

            .blog-topics ul.blog-topics-list li.blog-topics-list-item a {
                font-size: 12px !important;
                color: #4a777e !important;
                line-height: 15px;
                text-decoration: none !important;
                text-align: left;
                width: 100%;
                padding-left: 0;
                padding-left: 40px;
            }

.blog-topics-list .blog-topics-list-item:nth-of-type(6) a {
    padding-left: 0;
}

.blog-topics-list .blog-topics-list-item:nth-of-type(6) {
    margin-right: 0 !important;
}

.blog-topics ul.blog-topics-list li.blog-topics-list-item a:hover {
    text-decoration: underline !important;
}

.blog-topics-list-item .lnk-category a {
    display: block;
    margin: 0px 0;
    padding-left: 0px;
    line-height: 61px !important;
    padding: 0 0 0 35px;
}

    .blog-topics-list-item .lnk-category a img {
        position: absolute;
        top: 10px;
        left: 0;
    }

.lnk-category .fa-angle-down {
    display: none;
}

.sidebar .lnk-category > div,
.sidebar .lnk-category > a {
    display: inline-block;
    vertical-align: middle;
}

.sidebar .lnk-category {
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

.blog-topics-list-item.first a {
    display: block;
    margin: 23px 0;
}

.blog-topics ul.blog-topics-list li.blog-topics-list-item .lnk-category a:hover,
.blog-topics ul.blog-topics-list li.blog-topics-list-item .lnk-category a.active,
.blog-topics ul.blog-topics-list li.blog-topics-list-item.first a:hover,
.blog-topics ul.blog-topics-list li.blog-topics-list-item.first a.active {
    text-decoration: underline !important;
}

.blog-topics ul.blog-topics-list li.blog-topics-list-item:hover ul.blog-sub-categories {
    display: block;
}

.blog-topics ul.blog-topics-list li.blog-topics-list-item ul.blog-sub-categories {
    float: none;
    display: none;
    /*width: 152px;*/
    width: 221px;
    margin: 0;
    position: absolute;
    top: 60px;
    left: -59px;
    background: #FFF;
    border: 1px solid #959595;
    border-radius: 5px;
    padding: 11px 0 0 0;
    text-align: center;
    z-index: 5;
}

    .blog-topics ul.blog-topics-list li.blog-topics-list-item ul.blog-sub-categories li.blog-sub-item {
        float: none;
        /*padding: 0 0 0 16px;*/
        display: block;
        font-size: 12px;
    }

        .blog-topics ul.blog-topics-list li.blog-topics-list-item ul.blog-sub-categories li.blog-sub-item.first a {
            border-bottom: 1px solid #fff;
            padding: 0 0 19px 44px;
        }

        .blog-topics ul.blog-topics-list li.blog-topics-list-item ul.blog-sub-categories li.blog-sub-item a {
            font-family: 'Roboto', sans-serif;
            font-size: 15px;
            color: #736e69;
            padding: 0 0 6px 0;
            margin: 10px 16px 10px 16px;
            width: auto;
            display: inline-block;
            border-bottom: 1px solid #fff;
        }

        .blog-topics ul.blog-topics-list li.blog-topics-list-item ul.blog-sub-categories li.blog-sub-item.first {
            padding: 0;
        }

        .blog-topics ul.blog-topics-list li.blog-topics-list-item ul.blog-sub-categories li.blog-sub-item span {
            color: #ec5829;
            display: inline-block;
            font-size: 10px;
            margin: 0;
            padding: 0 5px 0 0;
            width: auto;
        }

        .blog-topics ul.blog-topics-list li.blog-topics-list-item ul.blog-sub-categories li.blog-sub-item .tags {
            font-family: 'Roboto', sans-serif;
            font-size: 15px;
            color: #736e69;
            display: block;
            padding: 0 0 38px 44px;
            margin: 0;
            width: auto;
            border: none;
        }

            .blog-topics ul.blog-topics-list li.blog-topics-list-item ul.blog-sub-categories li.blog-sub-item .tags small {
                display: inline-block;
                color: #ec5829;
                font-size: 16px;
                margin: 0;
                padding: 0 0 0 12px;
            }

        .blog-topics ul.blog-topics-list li.blog-topics-list-item ul.blog-sub-categories li.blog-sub-item i {
            display: none;
        }

.divBlogArticle .pnl-header-image {
    max-height: 300px;
    max-width: 643px;
    width: 643px;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.inner_main_middle .blog-article {
    position: relative;
}

.fl-rt .pnl-article-icons {
    top: 8px;
}

.fl-rt .blog-article {
    padding-top: 30px 0 0 0;
}

.divBlogArticle .pnl-header-image img {
    /*margin-top:-150px;*/
}

.divBlogArticle .pnl-header-title h2 {
    color: #48777f !important;
    font-weight: bold !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    padding-bottom: 7px !important;
}

.blog-article .pnl-header-image img {
    width: 100%;
}

.blog-tag-list,
.blog-article-related-articles {
    margin: 10px auto;
    border-bottom: 1px solid #C2C2C2;
    padding: 35px 0;
}

#avid-layout-full .blog-tag-list h2,
#avid-layout-full .blog-article-related-articles h2,
.midle-content .blog-tag-list h2,
.midle-content .blog-article-related-articles h2 {
    color: #ed5929;
}

.blog-tag-list ul.blog-tags {
    list-style: none;
    overflow: hidden;
}

    .blog-tag-list ul.blog-tags li.tag-item {
        float: left;
        margin: 0 5px;
    }

        .blog-tag-list ul.blog-tags li.tag-item a {
            font-weight: 400;
        }

        .blog-tag-list ul.blog-tags li.tag-item:before {
            content: none;
            margin: 0;
            display: none;
        }

.blog-article-related-articles .pnl-article {
    overflow: hidden;
    width: 47%;
    text-align: center;
    display: inline-block;
    margin: 0 2% 0 0;
}

    .blog-article-related-articles .pnl-article .pnl-image {
        float: left;
        /*min-width: 200px;
  min-height: 133px;*/
        width: 100%;
        background: #dadada;
    }

    .blog-article-related-articles .pnl-article .pnl-title {
        float: left;
        width: 100%;
        display: block;
        font-size: 16px;
        color: #48777f;
        font-weight: 600;
    }

    .blog-article-related-articles .pnl-article .pnl-image img {
        /*max-width: 200px;*/
        max-width: 100%;
    }

.lnk-more-articles span.icon {
    color: #ed5929;
    font-size: 14px;
    margin-right: 10px;
}

.blog-pages,
.doc-pages {
    /*width:1001px;*/
    padding: 0px 0 0 0;
    /*float:right; display:inline-block;*/
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

    .blog-pages ul.blog-page-list,
    .doc-pages ul.doc-page-list {
        /*float:left;*/
        padding: 0;
        display: inline-block;
        border: solid 1px #c3c3b9;
        border-radius: 10px;
        /*margin:0 0 0 91px;*/
        margin: 0 auto;
    }

    .blog-pages ul.blog-page-list,
    .doc-pages ul.doc-page-list {
        margin: 0 50px;
    }

        .blog-pages ul.blog-page-list li.page-button-item,
        .doc-pages ul.doc-page-list li.page-button-item {
            float: left;
            border-right: solid 1px #c3c3b9;
            display: inline-block;
            margin: 0;
            line-height: normal;
            list-style-type: none;
        }

            .blog-pages ul.blog-page-list li.page-button-item.last,
            .doc-pages ul.doc-page-list li.page-button-item.last {
                border: none !important;
            }

            .blog-pages ul.blog-page-list li.page-button-item a.one,
            .doc-pages ul.doc-page-list li.page-button-item a.one {
                display: inline-block;
                font-family: 'Roboto', sans-serif;
                font-size: 20px;
                color: #736e69;
                margin: 0;
                padding: 12px 17px 16px 23px;
                line-height: 18px;
            }

            .blog-pages ul.blog-page-list li.page-button-item a,
            .doc-pages ul.doc-page-list li.page-button-item a {
                text-decoration: none;
                display: inline-block;
                font-family: 'Roboto', sans-serif;
                font-size: 20px;
                color: #736e69;
                margin: 0;
                padding: 12px 17px 16px 23px;
                line-height: 18px;
            }

                .blog-pages ul.blog-page-list li.page-button-item a:hover,
                .blog-pages ul.blog-page-list li.page-button-item a.active,
                .doc-pages ul.doc-page-list li.page-button-item a:hover,
                .doc-pages ul.doc-page-list li.page-button-item a.active {
                    background: #ed5929;
                    color: #FFF;
                }

                .blog-pages ul.blog-page-list li.page-button-item a.first:hover,
                .blog-pages ul.blog-page-list li.page-button-item a.first.active,
                .doc-pages ul.doc-page-list li.page-button-item a.first:hover,
                .doc-pages ul.doc-page-list li.page-button-item a.first.active {
                    background: #ed5929;
                    color: #FFF;
                    border-radius: 5px 0 0 5px;
                }

                .blog-pages ul.blog-page-list li.page-button-item a.last:hover,
                .blog-pages ul.blog-page-list li.page-button-item a.last.active,
                .doc-pages ul.doc-page-list li.page-button-item a.last:hover,
                .doc-pages ul.doc-page-list li.page-button-item a.last.active {
                    background: #ed5929;
                    color: #FFF;
                    border-radius: 0 5px 5px 0;
                }

    .blog-pages .arrow1,
    .doc-pages .arrow1 {
        font-size: 17px;
        padding: 14px 0px 11px 0;
        color: #ec7d60;
        text-align: center;
        display: block;
        float: left;
        width: 51px;
        border: solid 1px #c3c3b9;
        border-radius: 5px;
        line-height: 18px;
    }

    .blog-pages .arrow2,
    .doc-pages .arrow2 {
        padding: 14px 0px 11px 0;
        font-size: 17px;
        color: #ec7d60;
        text-align: center;
        display: block;
        float: right;
        width: 51px;
        border: solid 1px #c3c3b9;
        border-radius: 5px;
        margin: 0 8px 0 0;
        line-height: 18px;
    }
    /*.pagenations-lft .arrow2 span             { display:inline-block; font-size:17px;color:@light-orange; margin:0; padding:0; width:auto;}*/

    .blog-pages .btn-prev-next {
        display: inline-block;
        line-height: normal;
        color: #ed5929;
        vertical-align: top;
        font-size: 12px;
        padding: 0 10px;
    }

        .blog-pages .btn-prev-next.disabled {
            color: #dadada;
        }

        .blog-pages .btn-prev-next:first-child {
            border-right: 1px solid #666666;
        }

        .blog-pages .btn-prev-next:hover {
            background-color: transparent;
        }

        .blog-pages .btn-prev-next.disabled:hover {
            background-color: transparent;
        }

    .blog-pages .fa-chevron-right,
    .blog-pages .fa-chevron-left {
        color: #666666;
    }

.blog-article-list {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

    .blog-article-list .pnl-no-results p {
        text-align: center;
    }

    .blog-article-list ul {
        float: left;
        display: inline-block;
        width: 100%;
        margin-left: 0 !important;
    }

        .blog-article-list ul li.blog-article-item {
            float: left;
            /*margin: 0 13px 18px 0;*/
            margin: 30px 0 30px 0 !important;
            display: inline-block;
            width: 33.3%;
            padding-bottom: 35px !important;
            border-bottom: 1px solid #959595;
            min-height: 555px;
        }

li.blog-article-item:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
}

#ul-blog-posts-header {
    margin-top: 33px;
}

#blog-article-list-header {
    padding: 0;
}

    #blog-article-list-header ul li.blog-article-item {
        width: 49.3%;
        margin: 0;
    }

        #blog-article-list-header ul li.blog-article-item.first {
            margin-right: 1.4%;
        }

.blog-article-list .blog-article {
    /*width: 451px;*/
    width: 100%;
    max-width: 100%;
    display: inline-block;
    padding: 0;
    /* max-height: 370px; */
    min-height: 370px;
    overflow: visible;
    position: relative;
}

    .blog-article-list .blog-article .pnl-article-image {
        display: block;
        margin: 0px 0 10px 0;
        z-index: 10;
        /*overflow: hidden;*/
        /*max-height: 140px;*/
        /*background: #736e69;*/
    }

.pnl-article-main-wrapper > div > a > img {
    width: 100%;
}

.pnl-article-icons {
    position: absolute;
    top: -35px;
}

.pnl-article-summary {
    text-align: center;
    color: #3b3b3b !important;
    padding: 0 20px;
}

.blog-article-list .blog-article .pnl-article-image img {
    width: 100%;
    height: auto;
}

.blog-article-list .blog-article .pnl-article-title {
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #736e69;
    line-height: 25px;
    padding: 35px 18px 25px 18px;
    margin: 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

    .blog-article-list .blog-article .pnl-article-title > a {
        text-decoration: none;
        color: #006a51;
    }

.btn-back {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ed5929;
    color: #736e69;
    font-size: 14px !important;
    text-align: center;
    display: inline-block;
    border: 1px solid #c3c3b9;
    min-width: 200px;
    font-size: 12px !important;
    padding: 12px;
    width: 75%;
}

    .btn-back:hover {
        color: #fff;
        background: #ed5929;
    }

    .btn-back i {
        color: #ed5929;
        font-size: 9px;
        padding-right: 5px;
    }

    .btn-back:hover i {
        color: #fff;
    }

.blog-signup .sign-up-complete h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #ed5929;
    font-weight: 300;
    text-align: center;
    padding: 0 11px 18px 0;
}

.blog-signup .sign-up-complete .botton {
    font-size: 20px;
    color: #736e69;
    text-align: center;
    width: 128px;
    border: solid 1px #c3c3b9;
    background: #FFF;
    outline: none;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    float: right;
    margin: 0 33px 0 0;
    padding: 12px 0 11px 0;
    line-height: 18px;
}

.blog-signup .blog-signup-validator {
    float: left;
}

.left-content .blog-signup .sign-up,
.right-content .blog-signup .sign-up,
.left-content .blog-signup .sign-up-complete,
.right-content .blog-signup .sign-up-complete {
    width: auto;
    background: #FFF;
    border-radius: 0;
    padding: 0 10px 0 10px;
}

    .left-content .blog-signup .sign-up h4,
    .left-content .blog-signup .sign-up-complete h4,
    .right-content .blog-signup .sign-up h4,
    .right-content .blog-signup .sign-up-complete h4 {
        text-align: left;
    }

    .left-content .blog-signup .sign-up span,
    .left-content .blog-signup .sign-up-complete span,
    .right-content .blog-signup .sign-up span,
    .right-content .blog-signup .sign-up-complete span {
        padding: 0 0 11px 0;
    }

    .left-content .blog-signup .sign-up .textfield,
    .right-content .blog-signup .sign-up .textfield {
        width: auto;
        margin: 0 0 15px 0;
    }

    .left-content .blog-signup .sign-up .textfield1,
    .right-content .blog-signup .sign-up .textfield1,
    .left-content .blog-signup .sign-up .textfield3,
    .right-content .blog-signup .sign-up .textfield3 {
        width: 16%;
        margin: 0 0 15px 0;
    }

    .left-content .blog-signup .sign-up .textfield2,
    .right-content .blog-signup .sign-up .textfield2 {
        width: 75px;
        margin: 0;
    }

    .left-content .blog-signup .sign-up .textfield4,
    .right-content .blog-signup .sign-up .textfield4 {
        width: 75px;
        margin: 0 0 15px 0;
    }

    .left-content .blog-signup .sign-up .textfield,
    .left-content .blog-signup .sign-up .textfield4 {
        width: 75%;
    }
/*.blog-signup select{background:#fff;}*/

.blog-signup .styled-select {
    border-radius: 6px;
    padding: 5px;
    background: url(../_img/arrow-down.png) no-repeat 97% 50% #ffffff;
    margin-bottom: 20px;
}

.left-content .blog-signup .sign-up .botton,
.right-content .blog-signup .sign-up .botton,
.blog-signup .sign-up-complete .botton {
    float: none;
    /*width: 251px;*/
    padding: 12px 0;
    font-size: 15px;
    margin: 0 auto;
}

.left-content .blog-signup .sign-up .botton,
.right-content .blog-signup .sign-up .botton,
.left-content .blog-signup .sign-up-complete .botton,
.right-content .blog-signup .sign-up-complete .botton {
    float: left;
    width: 77%;
}

span.lbl-zip-inline {
    display: none;
    padding-left: 0;
}

.blog-signup.inline {
    display: inline-block;
    width: 32.3%;
}

    .blog-signup.inline .sign-up {
        /*padding-bottom: 20px;*/
        margin-bottom: 17px;
    }

        .blog-signup.inline .sign-up.small {
            margin-top: 33px;
            padding: 17px 0 14px;
        }

    .blog-signup.inline .textfield1,
    .blog-signup.inline .textfield3 {
        width: 21%;
    }

    .blog-signup.inline .textfield2 {
        width: 29%;
    }

    .blog-signup.inline .textfield4 {
        display: inline-block;
        width: 86%;
        margin: 0;
    }

    .blog-signup.inline small {
        margin: 14px 3px 0 3px;
    }

    .blog-signup.inline .lbl-zip-inline,
    .blog-signup.inline .lbl-birthdate,
    .blog-signup.inline .lbl-email {
        display: inline-block;
        width: 45%;
        padding-left: 4%;
    }

    .blog-signup.inline .lbl-zip-inline {
        padding-left: 0;
    }

    .blog-signup.inline .lbl-zip {
        display: none;
    }

    .blog-signup.inline .clear.birthdate {
        display: none;
    }

    .blog-signup.inline .styled-select {
        display: inline-block;
        float: left;
        margin-left: 4%;
        height: 31px;
        width: 50%;
    }

        .blog-signup.inline .styled-select select {
            width: 109%;
        }

#avid-layout-full .blog-signup.inline h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    color: #ed5929;
    font-weight: 300;
    text-align: center;
    padding: 0 11px 18px 0;
}

.blog-signup.inline h4 br {
    display: none;
}

.blog-signup.inline .pnl-col-birthdate {
    overflow: hidden;
    width: 75%;
    padding-left: 4%;
    float: left;
    margin: 0 0 15px 0;
}

.blog-signup.inline .pnl-col-birthdate {
    width: 45%;
}

.blog-signup.inline .pnl-col-zip {
    width: 50%;
    overflow: hidden;
    float: left;
    margin: 0 0 15px 0;
}

.pnl-blog-banner {
    width: 65.6%;
    /*width: 66.5%;*/
    height: 360px;
    display: inline-block;
    float: left;
    border-radius: 9px;
    margin: 0 14px 17px 0;
    /*margin: 0 0 17px 0;*/
}

    .pnl-blog-banner img {
        width: 100%;
    }

.blog-article-list .pnl-no-results {
    margin: 0 auto 100px 0;
}

.vld-signup {
    text-align: center;
    font-size: 14px;
    clear: both;
}

    .vld-signup ul {
        float: none;
    }

        .vld-signup ul li {
            text-align: left;
        }

.blog-article-widget {
    max-width: 95%;
}

.article-widget-content .lnk-read-more {
    display: block;
}

    .article-widget-content .lnk-read-more i {
        color: #ed5929;
        font-size: 15px;
        margin-right: 10px;
    }

    .article-widget-content .lnk-read-more .read-more-text {
        border-bottom: 1px solid #ed5929;
    }

.blog-pnl-categories-mobile {
    display: none;
}

.pnl-article-info span {
    color: #96bfaf;
}

.article-title {
    color: #006a51 !important;
    display: block;
    margin: 0;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
}

.article-date {
    padding: 20px 0;
    color: #8d8d8d !important;
    text-align: center;
    font-size: 12px;
}

.blog-topics ul.blog-topics-list li.blog-topics-list-item:first-child {
}

div.divBlogArticleLeftCol div.lnk-category a {
    padding-left: 40px;
    display: block;
}

div.divBlogArticleLeftCol div.lnk-category:first-child a {
    padding-left:;
}

div.divBlogArticleLeftCol div.lnk-category:nth-child(2) {
    background-image: url(../_img/wellness_icon.png);
    background-position: 0 43%;
    background-repeat: no-repeat;
}

div.divBlogArticleLeftCol div.lnk-category:nth-child(3) {
    background-image: url(../_img/orthopedics.png);
    background-position: 0 43%;
    background-repeat: no-repeat;
}

div.divBlogArticleLeftCol div.lnk-category:nth-child(4) {
    background-image: url(../_img/primary_care.png);
    background-position: 0 43%;
    background-repeat: no-repeat;
}

div.divBlogArticleLeftCol div.lnk-category:nth-child(5) {
    background-image: url(../_img/heart_health.png);
    background-position: 0 43%;
    background-repeat: no-repeat;
    margin-right: 0;
}

.wellnessBlog.intro {
    text-align: center;
    margin-top: 50px;
}

    .wellnessBlog.intro img {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .wellnessBlog.intro h1 {
        margin: 0 auto !important;
        display: block !important;
        font-size: 42px !important;
        text-transform: uppercase;
        color: #f97218 !important;
        font-family: 'Didact Gothic', sans-serif;
        margin-top: 30px !important;
    }

    .wellnessBlog.intro p {
        font-family: 'Arapey', serif;
        font-style: italic;
        font-weight: 400;
        font-size: 27px !important;
        margin-top: 25px;
        line-height: 31px !important;
    }
/*Wellness Blog BR Edits Section START*/

.fb_iframe_widget_fluid {
    display: inline-block !important;
}

.divBlogArticle .blog-article {
    margin-top: 30px;
    border-top: 3px solid #48777f;
}

.pnl-header-nav {
    border-bottom: 3px solid #48777f;
    min-height: 28px;
    display: none;
}

    .pnl-header-nav .prev-post a,
    .pnl-header-nav .next-post a {
        color: #48777f !important;
        text-decoration: none !important;
    }

    .pnl-header-nav .prev-post:hover a,
    .pnl-header-nav .next-post:hover a {
        text-decoration: underline !important;
    }

.pnl-article-info {
    padding: 10px 0;
    min-height: 20px;
}

.buct1 {
    margin-top: 25px;
}

.divBlogArticleLeftCol {
    margin-top: 80px !important;
}

    .divBlogArticleLeftCol .lnk-category {
        padding: 15px 0;
        border-bottom: 1px solid #f2f2f2;
    }

        .divBlogArticleLeftCol .lnk-category:last-of-type {
            border-bottom: 0px;
        }

.lnk-category a {
    color: #666666 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    max-width: 110px;
    padding: 0 0 0 5px;
    font-weight: 600;
}

.sidebar > div:first-of-type {
    border-top: 0;
    margin-top: 15px;
}

.link-category a {
    text-decoration: underline !important;
}

.pnl-header-image {
    padding: 20px 0;
}

.spanTagHeader {
    color: #48777f !important;
    font-size: 16px !important;
}

.blog-tags .tag-item a {
    color: #2b2b2b !important;
    text-decoration: none !important;
}

    .blog-tags .tag-item a:hover {
        text-decoration: underline !important;
    }

.pnl-related-articles {
    margin-top: 20px;
}

.blog-article-related-articles .pnl-article .pnl-title {
    padding: 20px 0;
}

.nav-primary > ul > li.active > a:after {
    background: #96c0b1 !important;
}

.blog-article-related-articles h2 {
    color: #48777f !important;
    text-transform: uppercase;
    border-bottom: 1px solid #C2C2C2;
}

.share-sm .fb_iframe_widget iframe {
    top: 0;
}

.share-sm span {
    display: inline-block;
    vertical-align: top;
}

.related-blogs {
    margin-top: 20px;
}

.three-column .related-blog-content > .duo-article .article-module > img {
    display: none;
}

.find_physician.submenu2.drop1 input.button2 {
    color: white;
}

.related-blog-content > .duo-article {
    float: left;
    width: 46%;
    margin-right: 4%;
}

.related-blog-content .article-module > img {
    margin-top: 10px;
}

.inner_right_sidebar .related-blog-content > .duo-article {
    width: 100%;
    margin: 10px 0;
    display: block;
    text-align: center;
}

.article-module {
    text-align: center;
}

    .article-module > img {
        width: 100%;
    }

.inner_right_sidebar .article-module > span {
    display: block;
}

.article-module > span:first-of-type {
    font-size: 18px;
    color: #006a51;
    padding: 20px 20px 15px 20px;
}

.tag-items {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.article-module > span:nth-of-type(2) {
    font-size: 14px;
    color: #666666;
    padding: 10px 20px;
}

.article-module > span:nth-of-type(3) {
    font-size: 12px;
    color: #8d8d8d !important;
    padding: 5px 20px;
}

.related-blogs p {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #8d8d8d !important;
}

.inner_main_middle.main_mid {
    width: 485px;
    float: left;
}

.home-blog .main_content.inner_main1 {
    margin: 0;
}

.home-blog .inner_cont_top {
    display: none;
}

.home-blog .inner_main_middle span p {
    max-width: 700px;
    margin: 0 auto;
}

.lnk-article-read-more {
    color: #60bb46 !important;
    margin-top: 0px;
    display: inline-block;
    text-decoration: none !important;
    /* font-style:italic; */
    font-weight: bold;
}

    .lnk-article-read-more:hover {
        text-decoration: underline !important;
    }

.pnl-article-summary > div:first-of-type {
    display: inline-block;
}

.pnl-article-summary span {
    max-height: 200px;
    overflow: hidden;
    display: inline-block;
    width: 90%;
}

span.description-ellipsis {
    display: inline-block;
    width: 5%;
    position: relative;
    left: -8px;
}

.blog-article-list ul li.blog-article-item {
    height: 500px;
}

.pnl-article-title {
    max-height: 144px;
    overflow: hidden;
}

/*Wellness Blog BR Edits Section END*/

@media(max-width:700px) {


    .divBlogArticle .pnl-header-image img {
        margin-top: -50px;
    }

    .blog-article-list .blog-article {
        box-sizing: border-box;
        max-height: 457px;
        min-height: 457px;
    }

    .blog-article-list {
        padding: 0;
    }

    .blog-topics ul.blog-topics-list li.blog-topics-list-item:first-child {
        width: 100%;
    }

    .blog-topics ul.blog-topics-list li.blog-topics-list-item {
        width: 50%;
        margin: 0;
        padding: 0 15px !important;
        box-sizing: border-box;
        border-bottom: 1px solid #959595;
    }

    .blog-topics ul.blog-topics-list {
        margin-left: 0 !important;
        padding: 0px;
        box-sizing: border-box;
    }

    .blog-article-list .blog-article .pnl-article-image img {
        max-width: 100%;
        min-height: auto;
        width: 100%;
    }

    .blog-article-list .blog-article .pnl-article-image {
        min-height: auto;
        max-height: auto;
    }

    .blog-topics ul.blog-topics-list li.blog-topics-list-item:nth-child(2) {
        background-position: 15px 43%;
    }

    .blog-topics ul.blog-topics-list li.blog-topics-list-item:nth-child(3) {
        background-position: 15px 43%;
    }

    .blog-topics ul.blog-topics-list li.blog-topics-list-item:nth-child(4) {
        background-position: 15px 43%;
    }

    .blog-topics ul.blog-topics-list li.blog-topics-list-item:nth-child(5) {
        background-position: 15px 43%;
    }

    .blog-topics {
        padding: 0 15px;
    }

    .divBlogArticle {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 15px !important;
        box-sizing: border-box;
    }

    .blog-article-related-articles .pnl-article .pnl-title {
        font-size: 14px;
        padding: 10px 0;
    }

    .divBlogTags {
        float: none !important;
        clear: none !important;
    }

    .blog-tag-list {
        padding: 0 0 25px 0 !important;
    }
    /*Turning Side Menu into Dropdown*/
    .divBlogArticleLeftCol {
        float: none !important;
        width: 100% !important;
        border: 1px solid #f2f2f2;
        border-radius: 8px;
        max-width: 500px;
        margin: 20px auto 0 auto !important;
    }

        .divBlogArticleLeftCol .lnk-category {
            padding: 15px;
        }

        .divBlogArticleLeftCol div.lnk-category:first-child {
            display: block;
            background-image: url(/_img/dropdownMenu_arrow.png);
            background-repeat: no-repeat;
            background-position: 97% 18px;
        }

        .divBlogArticleLeftCol div.lnk-category {
            display: none;
        }

    .main-top {
        padding: 20px 0 0 0;
    }

    .blog-article-list ul {
        margin: 0 !important;
    }

        .blog-article-list ul li.blog-article-item {
            width: 50%;
            margin-right: 0 !important;
        }

    .blog-article-list .blog-article {
        padding: 0 15px;
    }
    /**/
    .inner_main_middle.main_mid {
        width: 100%;
    }

    .inner_right_sidebar {
        width: 100%;
        float: right;
    }

        .inner_right_sidebar .duo-article {
            width: 46%;
        }

    .location-details-right .container {
        width: 100% !important;
    }
}

@media(max-width:460px) {
    .blog-article-list ul li.blog-article-item {
        width: 100%;
        margin-right: 0 !important;
    }

    .blog-article-list .blog-article {
        max-width: 100%;
    }

        .blog-article-list .blog-article .pnl-article-image {
            text-align: center;
        }

        .blog-article-list .blog-article .pnl-article-title {
            width: 100%;
            text-align: center;
            padding: 0;
            margin: 20px 0;
        }

    .blog-topics ul.blog-topics-list li.blog-topics-list-item {
        width: 100%;
    }

    .pnl-article-info span:last-child {
        display: block !important;
        float: none !important;
        margin: 10px 0 0 0 !important;
    }

    .wellnessBlog.intro p {
        font-size: 21px !important;
    }

    .wellnessBlog.intro h1 {
        font-size: 32px !important;
    }

    .blog-nav {
        padding: 20px 0 0 0;
    }
}
/*Artificial Fix*/

.pnl-related-articles > div.pnl-article {
    display: none;
}

    .pnl-related-articles > div.pnl-article:first-child {
        display: inline-block;
    }

    .pnl-related-articles > div.pnl-article:nth-child(2) {
        display: inline-block;
        vertical-align: top;
    }
/***
 *     /$$$$$$$$                 /$$       /$$$$$$$  /$$                            /$$$$$$    /$$               /$$                    
 *    | $$_____/                | $$      | $$__  $$| $$                           /$$__  $$  | $$              | $$                    
 *    | $$       /$$$$$$$   /$$$$$$$      | $$  \ $$| $$  /$$$$$$   /$$$$$$       | $$  \__/ /$$$$$$   /$$   /$$| $$  /$$$$$$   /$$$$$$$
 *    | $$$$$   | $$__  $$ /$$__  $$      | $$$$$$$ | $$ /$$__  $$ /$$__  $$      |  $$$$$$ |_  $$_/  | $$  | $$| $$ /$$__  $$ /$$_____/
 *    | $$__/   | $$  \ $$| $$  | $$      | $$__  $$| $$| $$  \ $$| $$  \ $$       \____  $$  | $$    | $$  | $$| $$| $$$$$$$$|  $$$$$$ 
 *    | $$      | $$  | $$| $$  | $$      | $$  \ $$| $$| $$  | $$| $$  | $$       /$$  \ $$  | $$ /$$| $$  | $$| $$| $$_____/ \____  $$
 *    | $$$$$$$$| $$  | $$|  $$$$$$$      | $$$$$$$/| $$|  $$$$$$/|  $$$$$$$      |  $$$$$$/  |  $$$$/|  $$$$$$$| $$|  $$$$$$$ /$$$$$$$/
 *    |________/|__/  |__/ \_______/      |_______/ |__/ \______/  \____  $$       \______/    \___/   \____  $$|__/ \_______/|_______/ 
 *                                                                 /$$  \ $$                           /$$  | $$                        
 *                                                                |  $$$$$$/                          |  $$$$$$/                        
 *                                                                 \______/                            \______/                         
 */


.swHover.nav2-link-wrapper > .nav2-link-anchor, .nav2-link-wrapper > .nav2-link-anchor {
    width: 130px;
}



.three-column .related-blog-content img {
    display: none;
}



.no-gray-box .our_services_out.inner1_our_services_out.pie {
    display: none;
}

.blog .our_services_cont.odd.pie {
    display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .mini_slider_cont {
        width: 265px !important;
    }
}
/* 
---------------------------------

Mobile Styles

---------------------------------
*/
/* Desktop Overrides
---------------------------------*/

.m-home-link,
.m-emergency-button-wrapper,
.m-iconnect-btn-wrapper,
.m-homenav-wrapper,
.m-hospinfo-wrapper,
.m-footer,
.m-logo,
.m-universalnav-wrapper,
.m-macro-nav,
.m-chooseto,
.m-home-nav,
.m-newsevents-tab {
    display: none;
}

.subsite-CardiologyAssociatesofSavannah h1,
.subsite-CardiologyAssociatesofSavannah h2 {
    color: #661616 !important;
}

.find_physician.submenu2.drop1 input[type="text"] {
    color: #293236;
}

@media screen and (max-width: 700px) {
    .print-btn {
        display: none !important;
    }
    /* 
    ---------------------------------
    GLOBAL
    ---------------------------------
    */
    .m-hidden {
        display: none;
    }
    /* Header
    ---------------------------------*/
    .top_outer {
        height: 46px;
        border-bottom: 1px solid #273034;
    }

        .top_outer .nav {
            display: none;
        }

    .header_outer {
        position: relative;
        background: url(../_img/header_bg.jpg) repeat-x bottom;
        height: auto;
    }

    .m-home-link {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        color: #fff;
        display: block;
        width: 100px;
        height: 41px;
        padding: 15px 0 0 15px;
    }
    /* Search
    ---------------------------------*/
    .search_block {
        position: absolute;
        top: -101px;
        right: 5px;
        height: 31px;
        width: 300px;
    }

    .search-txt {
        padding: 5px 0 0 24px;
    }

        .search-txt input {
            width: 165px;
        }
    /* Logo
    ---------------------------------*/
    /* Search
    ---------------------------------*/
    .search_block {
        position: absolute;
        top: -101px;
        right: 5px;
        height: 31px;
        width: 300px;
    }

    .search-txt {
        padding: 5px 0 0 24px;
    }

        .search-txt input {
            width: 165px;
        }
    /* Logo
    ---------------------------------*/

    .m-logo {
        display: block;
    }

    .header_wrap {
        width: 100%;
        margin: 0;
    }

    .logo {
        float: none;
        padding: 10px 0;
        text-align: center;
    }

        .logo img {
            max-height: 72px;
            width: auto;
        }

    .slogan {
        display: none;
    }
    /* Desktop Nav Bar
    ---------------------------------*/
    .nav2_outer {
        display: none;
    }

    .banner {
        display: none;
    }

    .containerwrap {
        margin: 0;
    }

    .container {
        top: inherit;
    }
    /* Mobile Hospital Info
    ---------------------------------*/
    .m-hospinfo-wrapper {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }

    .m-hospinfo {
        background-color: #f6f6f6;
        width: 100%;
        padding: 1% 0;
    }

        .m-hospinfo p {
            text-align: center;
            color: #3c4042;
            padding: 1% 0;
        }

    .m-social {
        width: 156px;
        margin: 0 auto;
        padding: 2% 0;
    }

        .m-social a {
            display: block;
            float: left;
        }

            .m-social a.tweet {
                background: url(../_img/sprite.png) no-repeat 1px -314px;
                height: 32px;
                width: 32px;
                margin-right: 30px;
            }

            .m-social a.facebook {
                background: url(../_img/sprite.png) no-repeat -30px -314px;
                height: 32px;
                width: 32px;
                margin-right: 30px;
            }

            .m-social a.youtube {
                background: url(../_img/sprite.png) no-repeat -63px -314px;
                height: 32px;
                width: 32px;
            }
    /* Mobile Footer
    ---------------------------------*/
    .m-footer {
        display: block;
        width: 100%;
    }

    .m-disclaimer {
        width: 100%;
        padding: 15px 0;
        background-color: #efefef;
        border-top: 1px solid #34383a;
        border-bottom: 1px solid #34383a;
        font-family: 'Open Sans', sans-serif;
        color: #7b878d;
        font-size: 12px;
        text-align: center;
        -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    }

        .m-disclaimer a {
            color: #7b878d;
        }

    .m-footer-nav {
        position: fixed;
        bottom: 0;
        z-index: 8000;
        width: 100%;
        background: #4b4f54;
        /* Old browsers */
        background: -moz-linear-gradient(top, #4b4f54 0%, #353a3e 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4f54), color-stop(100%, #353a3e));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4b4f54 0%, #353a3e 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4b4f54 0%, #353a3e 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4b4f54 0%, #353a3e 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #4b4f54 0%, #353a3e 100%);
        /* W3C */
        padding: 2% 0;
    }

    .m-chooseto {
        background: url("../_img/bg-1.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 3px 5px #384661;
        padding: 7px 8px 7px 17px;
        position: relative;
        margin: 0 auto 15px auto;
        width: 280px;
    }

        .m-chooseto .dd {
            width: 195px !important;
        }

    .m-footer-navbuttons {
        margin: 0 auto;
        padding: 0 2%;
        width: 96%;
    }

    .m-footer-mmaps {
        float: left;
    }

    .m-footer-mnav {
        cursor: pointer;
        float: right;
    }
    /* 
    ---------------------------------
    HOMEPAGE ONLY
    ---------------------------------
    */
    /* Homepage Buttons
    ---------------------------------*/
    .m-emergency-button-wrapper {
        display: block;
        background-color: #fff;
        padding: 2% 0;
        border-bottom: 1px solid #dcdcdc;
    }

    .m-emergency-button {
        display: block;
        width: 90%;
        height: 40px;
        margin: 0 auto;
        padding: 10px 0;
        background: #d75355;
        /* Old browsers */
        background-image: -moz-linear-gradient(top, #d75355 0%, #8f0406 100%);
        /* FF3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d75355), color-stop(100%, #8f0406));
        background-image: -webkit-linear-gradient(top, #d75355 0%, #8f0406 100%);
        /* Chrome10+,Safari5.1+ */
        background-image: -o-linear-gradient(top, #d75355 0%, #8f0406 100%);
        /* Opera 11.10+ */
        background-image: -ms-linear-gradient(top, #d75355 0%, #8f0406 100%);
        /* IE10+ */
        background-image: linear-gradient(to bottom, #d75355 0%, #8f0406 100%);
        /* W3C */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
        text-align: center;
    }

    .m-iconnect-btn-wrapper {
        display: block;
        background-color: #fff;
        padding: 2% 0;
        border-top: 1px solid #adaeae;
        border-bottom: 1px solid #dcdcdc;
    }

    .m-iconnect-btn {
        display: block;
        width: 90%;
        height: 30px;
        padding: 0 0 17px 0;
        margin: 0 auto;
        background: #f2f2f2;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
        text-align: center;
        line-height: 50px;
    }
    /* Homepage Navigation
    ---------------------------------*/
    .m-homenav-wrapper {
        display: block;
        width: 100%;
        min-height: 300px;
        background-color: #fff;
        border-top: 1px solid #adaeae;
    }

    .m-homenav-btn {
        width: 100%;
        background-color: #f2f2f2;
        border-top: 1px solid #d2d2d2;
        background-image: url(/_img/mobile/m-homenav-uarrow.png);
        background-position: center right;
        background-repeat: no-repeat;
        overflow: hidden;
    }

        .m-homenav-btn:hover {
            background: #0f9273;
            /* Old browsers */
            background-image: url(/_img/mobile/m-homenav-oarrow.png), -moz-linear-gradient(top, #0f9273 0%, #006b52 100%);
            /* FF3.6+ */
            background-image: url(/_img/mobile/m-homenav-oarrow.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f9273), color-stop(100%, #006b52));
            /* Chrome,Safari4+ */
            background-image: url(/_img/mobile/m-homenav-oarrow.png), -webkit-linear-gradient(top, #0f9273 0%, #006b52 100%);
            /* Chrome10+,Safari5.1+ */
            background-image: url(/_img/mobile/m-homenav-oarrow.png), -o-linear-gradient(top, #0f9273 0%, #006b52 100%);
            /* Opera 11.10+ */
            background-image: url(/_img/mobile/m-homenav-oarrow.png), -ms-linear-gradient(top, #0f9273 0%, #006b52 100%);
            /* IE10+ */
            background-image: url(/_img/mobile/m-homenav-oarrow.png), linear-gradient(to bottom, #0f9273 0%, #006b52 100%);
            /* W3C */
            background-repeat: no-repeat;
            background-position: center right;
        }

        .m-homenav-btn a {
            display: block;
            /*width:88%;*/
            padding: 25px 0 25px 80px;
            color: #000;
            font-family: 'Open Sans', sans-serif;
            font-size: 13px;
            text-align: left;
            background-position: 35px center;
            background-repeat: no-repeat;
            overflow: hidden;
        }

            .m-homenav-btn a:hover {
                color: #fff;
            }

    .m-homenav-services a {
        background-image: url(/_img/mobile/m-homenav-icons/up/m-homenav-services.png);
    }

        .m-homenav-services a:hover {
            background-image: url(/_img/mobile/m-homenav-icons/over/m-homenav-services.png);
        }

    .m-homenav-findaphy a {
        background-image: url(/_img/mobile/m-homenav-icons/up/m-homenav-findadoc.png);
    }

        .m-homenav-findaphy a:hover {
            background-image: url(/_img/mobile/m-homenav-icons/over/m-homenav-findadoc.png);
        }

    .m-homenav-hospfac a {
        background-image: url(/_img/mobile/m-homenav-icons/up/m-homenav-hospfac.png);
    }

        .m-homenav-hospfac a:hover {
            background-image: url(/_img/mobile/m-homenav-icons/over/m-homenav-hospfac.png);
        }

    .m-homenav-advtech a {
        background-image: url(/_img/mobile/m-homenav-icons/up/m-homenav-advtech.png);
    }

        .m-homenav-advtech a:hover {
            background-image: url(/_img/mobile/m-homenav-icons/over/m-homenav-advtech.png);
        }

    .m-homenav-healthwellness a {
        background-image: url(/_img/mobile/m-homenav-icons/up/m-homenav-healthwellness.png);
    }

        .m-homenav-healthwellness a:hover {
            background-image: url(/_img/mobile/m-homenav-icons/over/m-homenav-healthwellness.png);
        }

    /* Homepage Content
    ---------------------------------*/
    .containerwrap {
        position: relative;
        z-index: 99;
        margin: 0;
    }

    .container {
        border-radius: 0;
        width: 100%;
        margin: 0;
        position: relative;
        top: inherit;
        border: 0;
        border-bottom: 2px solid #d2d2d2;
    }

    .container_top {
        padding: 15px 0;
    }

    .main_content {
        margin: 0;
        width: 100%;
        float: none !important;
    }

    .main_cont_top {
        width: 100%;
    }

    .main_cont_top_block {
        width: 100%;
        margin: 0;
        float: none;
    }

    .homepage-spotlight-ad {
        float: none;
        margin: 0 auto;
    }

    .partner_logo {
        float: none;
        margin: 15px auto 20px auto;
    }

    .main_cont_btm {
        border-radius: 4px;
        overflow: hidden;
        width: 315px;
        margin: 0 auto 20px auto;
    }

    .main_cont_btm_head {
        width: 271px;
    }

    .content_pager {
        display: block;
    }

    .sidebar {
        float: none !important;
        margin: 0 auto;
    }
    /* Inner Page Content
    ---------------------------------*/
    .inner_cont_top,
    .container_bottom {
        display: none;
    }

    .main_content.inner_main {
        width: 96% !important;
        border: 0;
        float: none;
        padding: 0 2%;
        background-color: #fff;
    }

    .main_content,
    .resize {
        float: none;
    }

        .main_content.inner_main1 {
            padding: 0 2%;
            background-color: #fff;
        }
    /* Mobile Navigation
    ---------------------------------*/
    .containerwrap {
        position: static;
    }

    .container {
        position: static;
    }

    .m-home-nav {
        display: block;
    }

    .sidebar.inner_sidebar {
        float: none !important;
        position: absolute;
        top: 0;
        left: -110%;
        z-index: 5000;
        background-color: #60bb46;
        padding: 0 0 30px 0;
        width: 100%;
        overflow: hidden;
    }

    .m-universalnav-wrapper {
        display: block;
        margin-bottom: 20px;
        -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
        min-height: 0;
    }

    .left-navigation-wrapper {
        background-color: #fff;
        padding: 1px 0 10px 0;
        margin-bottom: 20px;
    }

    .sidebar.inner_sidebar .left-navigation-wrapper h2 {
        border-top: 1px solid #8f9090;
        padding: 8px 10px 15px 10px;
        border-bottom: 1px solid #d2d2d2;
        margin: 0;
    }

    .sidebar.inner_sidebar ul li {
        background: none;
        padding: 0;
    }

        .sidebar.inner_sidebar ul li a {
            padding: 15px 0 15px 5%;
            border-bottom: 1px solid #d2d2d2;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
        }

    .m-macro-nav {
        display: block;
    }

    .containerwrap iframe {
        width: 450px;
    }

    .ccp-wrapper {
        display: none !important;
    }
    /* Mobile Class & News Part
    ---------------------------------*/
    .sidebar_pager {
        display: none;
    }

    .sidebar_block,
    .sidebar_block.odd {
        height: 220px;
    }

    .m-newsevents-tab {
        display: block;
        background: none;
        background-color: #f1f1f1;
        width: 122px;
        margin: 0;
        padding: 10px 0 10px 30px;
        float: left;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
    }

    .m-newsevents-tab-notactive {
        background-color: #999;
        color: #fff;
        cursor: pointer;
    }


    #m-newsevents-tabs-news.m-newsevents-tab-notactive {
        -webkit-box-shadow: inset -5px -5px 3px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: inset -5px -5px 3px rgba(50, 50, 50, 0.3);
        box-shadow: inset -5px -5px 3px rgba(50, 50, 50, 0.3);
    }

    #m-newsevents-tabs-events.m-newsevents-tab-notactive {
        -webkit-box-shadow: inset 5px -5px 5px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: inset 5px -5px 5px rgba(50, 50, 50, 0.3);
        box-shadow: inset 5px -5px 5px rgba(50, 50, 50, 0.3);
    }

    #m-homepage-events {
        display: none;
    }

    #m-homepage-news {
        display: block;
    }

    .sidebar_block .caroufredsel_wrapper {
        width: 264px !important;
        height: 215px !important;
        margin: 0 auto !important;
    }

    #m-homepage-events .sidebar_block_main.bottom,
    #m-homepage-events .sidebar_block_main {
        padding: 10px 0 20px;
    }

    .sidebar_block_top {
        display: none;
    }

    .news-part-list td {
        padding: 5px 0;
    }

    .content_type_search_table {
        display: none;
    }

    .search-column-right {
        width: 0 !important;
    }

    .search-top-left,
    .search-bottom-left {
        width: 30% !important;
    }

    .search-top-right,
    .search-bottom-right {
        width: 70% !important;
    }

    .search-table-main {
        width: 500px !important;
        margin: 0 auto;
    }

    .blog-nav {
        margin-bottom: 20px;
    }

    .blog-topics ul.blog-topics-list li.blog-topics-list-item ul.blog-sub-categories {
        left: 0;
    }

    /* COE General
    ---------------------------------*/

    .coe_banner_nav_mb {
        margin-bottom: 0;
    }

    .coe_banner_nav {
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 0;
    }

        .coe_banner_nav a {
            display: block;
            border-right: none;
            border-bottom: 1px solid #7E7E7E;
            color: #FFFFFF;
            padding: 4% 0;
            text-decoration: none;
            width: 100%;
        }

    .containerwrap {
        margin: 0;
        padding: 0;
        position: static;
    }

    .container_coe {
        background: #FFFFFF;
        border-image: none;
        border-radius: 0;
        border-style: none;
        border-width: 0;
        margin: 0;
        position: static;
        width: 100%;
    }
    /* COE Landing
    ---------------------------------*/

    .coe_banner_nav {
        margin: 0;
    }

    .coe_top {
        padding: 0;
    }

    .coe_container {
        border: none;
        border-radius: 0;
        min-height: 500px;
        padding-bottom: 0;
        width: 100%;
    }

    .coe-top-ad {
        display: none;
    }

    .coe_sidebar.coe_inner_sidebar {
        float: none;
        padding: 10px 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .coe_main_content.coe_inner_main {
        padding: 0;
        position: static;
        width: 100%;
        margin: 0;
    }

    .coe_bottom {
        display: none !important;
    }

    .coe_main_content span {
        padding: 0 2%;
        width: 96%;
    }

    .coe_container h2.search-specialty {
        background: url("../_img/search_specialty.png") no-repeat scroll left top rgba(0, 0, 0, 0);
        color: #393D3E;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        height: 23px;
        margin: 0 auto 10px auto;
        padding: 1px 0 0 30px;
        width: 255px;
    }

    .coe_sidebar.coe_inner_sidebar input[type="text"] {
        color: #5E6366;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        margin: 5px 1%;
        padding: 2%;
        width: 94%;
    }

    .coe_sidebar.coe_inner_sidebar select {
        margin: 5px 0;
        margin: 5px 1%;
        padding: 2%;
        width: 98%;
    }

    .coe_sidebar .button2 {
        width: 98% !important;
        margin: 0 1%;
    }

    .coe-bottom-ad {
        display: none;
    }

    .main_cont_top_block_config4 {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .homepage-spotlight-ad_config4 {
        float: none;
        margin: 0 auto;
    }
}
/* 
---------------------------------

Smaller Screen Overrides

---------------------------------
*/

@media screen and (max-width: 400px) {
    .top_outer {
        height: 36px;
    }

    .logo img {
        max-height: 50px;
        width: auto;
    }

    .search_block {
        height: 25px;
        width: 220px;
        top: -93px;
    }

    .search-txt {
        padding: 2px 0 0 12px;
    }

        .search-txt input {
            width: 170px;
        }

    .search_btn {
        height: 25px;
        margin-top: -4px;
    }

        .search_btn div input {
            height: 25px;
            width: auto;
        }

    .m-home-link {
        height: 18px;
        padding-bottom: 8px;
        padding-top: 11px;
    }

    .m-emergency-button,
    .m-iconnect-btn {
        height: 25px;
        padding: 8px 0;
    }

        .m-emergency-button img,
        .m-iconnect-btn img {
            height: 25px;
            width: auto;
        }

    .m-homenav-btn a {
        width: 77%;
        padding: 7% 0 7% 23%;
        font-size: 13px;
        background-position: 10% center;
    }

    .m-footer-chooseto {
        width: 260px;
    }

        .m-footer-chooseto .dd {
            width: 175px !important;
        }

    .main_cont_btm {
        width: 300px;
    }

    .main_cont_btm_cont img {
        width: 300px;
        height: auto;
    }

    .main_cont_btm_head {
        width: 256px;
    }

    .caroufredsel_wrapper {
        height: 192px !important;
    }

    .m-footer-navbuttons {
        width: 280px;
    }

    .containerwrap iframe.youtube-video {
        width: 280px;
        height: 240px;
    }

    .m-homenav-btn a {
        padding: 25px 0 25px 80px;
    }
    /* Media Center */
    .divMediaCenter {
        display: none;
    }

    .divMobileMediaCenter {
        display: block;
    }

    .containerwrap iframe {
        width: 288px;
    }

    .col-md-3 col-heavy {
        float: left;
        background-color: pink;
    }

    .related-blog-content > .duo-article {
        width: 100%;
        margin-right: 0;
    }

    .inner_right_sidebar .duo-article {
        width: 100%;
    }

    #ctl00_Interrupt1_pnlInterrupt {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }


    .no-gray-box .our_services_out.inner1_our_services_out.pie {
        display: none;
    }

    .inner_cont_top.no-top {
        display: none;
    }

    .location-landing .main_content.inner_main1 {
        background-color: #fff;
        border: none;
        padding: 0;
        width: 100% !important;
        margin-left: 0;
    }

    .location-image {
        display: inline-block;
        vertical-align: top;
        width: 42%;
    }

    .pnl-dept-location {
        display: inline-block;
        margin-left: 30px;
        margin-bottom: 15px;
        /* width: 51%; */
    }

    .pnl-location-address {
        font-size: 17px;
        line-height: 21px;
    }

    .pnl-dept-location h1.header-location-title {
        margin-bottom: 0;
    }

    .pnl-location-address .directions {
    }

    .pnl-dept-location .directions a {
        color: #a29e9e;
    }

    .pnl-location-phone span {
        font-size: 1.2em;
        font-weight: 600;
    }

        .pnl-location-phone span a {
            text-decoration: none;
            color: #000;
            font-weight: 500;
        }

    .pnl-location-phone {
        margin-top: 20px;
    }

    div#pnlLongDesc {
        /* border-top: 1px solid #d2c8c8; */
        /* margin-top: 20px; */
        /* padding-top: 20px; */
    }

    p.cursive.aboutUsPrompt {
    }

    .inner_cont_top.no-border {
        border: none;
    }

    .location-image img {
        width: 100%;
    }

    .pnl-dept-locations-wrapper {
        border-bottom: 1px solid #d2c8c8;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .location-item {
        /* margin-bottom: 15px; */
    }

    .location-addresses {
        display: inline-block;
        width: 55%;
    }

    .our_services_cont.odd.pie {
        display: none;
    }
}


.swHover.nav2-link-wrapper > .nav2-link-anchor, .nav2-link-wrapper > .nav2-link-anchor {
    width: 130px;
}



.three-column .related-blog-content img {
    display: none;
}



.no-gray-box .our_services_out.inner1_our_services_out.pie {
    display: none;
}

.blog .our_services_cont.odd.pie {
    display: none;
}

.location-landing .main_content.inner_main.inner_main1.pie.layout4 {
    /* width: 116% !important; */
}

.location-details-right .container {
    width: 91%;
    top: -5px;
    border-radius: 0;
    background-color: #e6e5e5;
    max-width: 1440px;
}

.location-landing .bread_crumb {
    display: none;
}

.location-landing .inner_cont_top.no-top {
    display: none;
}

.location-details-right div#avid-loc-col-center {
    width: 75%;
}

.location-details-right .pnl-location .location img {
    display: none;
}

.location-details-right #avid-loc-container .pnl-location {
    width: 310px;
}

.location-landing.location-details-right .main_content.inner_main.inner_main1.pie.layout4 {
    width: 90% !important;
    display: block;
    margin: 0 auto;
}

.location-details-right .inner_main_middle {
}

.location-details-right #avid-loc-container {
    padding: 15px 30px 15px 15px;
    /* height: 100%; */
    display: inline-block;
    width: 97%;
    background-color: #efecec;
}

.location-details-right div#avid-loc-col-right {
    overflow-x: visible;
    overflow: visible;
}

.location-details-right .avid-loc-col-inner {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 20px;
    background-color: #fff;
}

.location-details-right .cta-standard.section.address-info {
    width: auto;
    padding: 20px 0 20px 40px;
}

span.gray-heading {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
}

.search-controls input {
    display: block;
    width: 100%;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#pnlLongDesc {
    /* margin-top: 25px; */
}

div#locationImage {
    margin-top: 25px;
    margin-bottom: 25px;
    /* padding-bottom: 25px; */
    /* border-bottom: 1px solid #cacaca; */
    width: 98%;
}

.inner_main_middle .btnMeetOur {
    color: black;
    text-decoration: none;
    padding-left: 10px;
}

.sidebar.inner_sidebar .location-side-bar h2.location-section {
    margin-top: 25px;
    /* border-bottom: 2px solid #cdcdcd; */
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.location-side-bar .pnl-dept-location {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #cdcdcd;
}

.location-side-bar .header-location-title, .sidebar.inner_sidebar .location-addresses {
    font-size: 15px;
    line-height: 17px;
    /* border-bottom: 2px solid #cdcdcd; */
}

a {
}

.location-side-bar .pnl-location-phone span a {
    color: #000;
}

.location-side-bar .header-location-title {
    font-weight: bold;
    /* font-size: 18px; */
    color: #006a53;
}

.location-side-bar .directions a {
    font-size: 14px;
    color: #9c9c9c;
    text-decoration: underline;
}



.sidebar.inner_sidebar .practice-nav-tab {
    font-size: 15px;
}

.search-results-physician .h1name {
    font-size: 15px;
}

#pnlPhysicians .physician-info {
    margin: 0 0 30px 0;
    display: inline-block;
    width: 100%;
}

    #pnlPhysicians .physician-info h2 {
        color: #98d188;
    }

.inner_main_middle #pnlPhysicians ul {
    margin-left: 0;
    margin-bottom: 13px;
}

#pnlPhysicians .share-icons {
    float: left;
}

    #pnlPhysicians .share-icons a {
        padding-left: 0;
    }

.inner_cont_top.no-border {
    border: none;
}

.aboutUsContainer {
    border-top: 1px solid #cacaca;
    */ padding-top: 2;
    display: inline-block;
    padding-top: 25px;
    width: 98%;
}

.nav2 .facilities ul.location-filter-button li {
    display: inline-block;
    min-height: 1px;
}

.facilities .location-filter-button {
    /* width: 50%; */
}

.facilities ul.location-filter-button li a {
    text-decoration: none;
    background: url(../_img/hover_bg.png) repeat-x left top;
    color: #fff;
    padding: 14px 39px;
    font-size: 15px;
    text-align: center;
}

#content iframe {
    position: relative;
}

.content iframe {
    position: relative;
}

.subContent iframe {
    position: relative;
}

.patient-rating .ds-xofy, .patient-rating .ds-title {
    display: none;
}

.patient-rating div {
    float: left;
    position: relative;
    padding: 0 20px 0 0;
}

    .patient-rating div span {
        float: left;
        padding-right: 3px;
    }



.meetPhysicians .doc-card {
    margin: 10px;
    background: #fff;
    padding: 10px;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: bolder;
    display: flow-root;
    height: 170px;
}

    .meetPhysicians .doc-card .doctor-image {
        display: block;
        float: left;
        margin-right: 20px;
    }

    .meetPhysicians .doc-card .doc-info ul{
        padding:0px;
        margin-left:0;
    }

.meetPhysicians .doctor-image img {
    max-width: 80px;
}

.meetPhysicians .doc-card ul, .meetPhysicians .doc-card ul li {
    list-style: none;
    margin-top: 7px;
}

.doc-info a {
    color: #5a5a5a;
    font-size: 14px;
    text-decoration: none;
}

.meetPhysicians .doc-card .patient-rating {
    width: 100%;
    float: left;
    margin: 10px 0;
    font-size: 12px;
}

.meetPhysicians h2 {
    font-size: 24px;
    margin: 0 30px 13px;
}

.ds-xofy span {
    float: left;
    margin-right: 0px;
}

.ds-xofy {
    margin-right: 10px;
    /* display: block; */
    float: left;
}


/*SR - Meet our  team  make doc card full width when no image*/
.meetPhysicians .doc-info {
    width: auto;
    float: left;
}

.meetPhysicians .doctor-image-div {
    width: 30%;
    float: left;
}