
.homeWrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.home_rows {
    margin: 0;
    font-size: 1.1em;
}

.home_row_1_container {
    margin: 0 0 5px 0;
    width: 960px;
    padding: 0;
}

.home_row_1 {
    padding: 5px 0 0 0;
    min-height: 162px;
    height: auto !important;
    height: 162px;
    width: 960px;
}

.home_panels {
    width: 310px;
    min-height: 470px;
    float: left;
    color: #fff;
    display: inline;
    margin-top: 30px !important;
}

    .home_panels p, .home_panels p strong {
        color: #000;
        margin: 15px;
        font-size: 14px;
    }


        .home_panels p img {
            margin-bottom: 20px;
        }

        .home_panels p.p-img, .home_panels p strong {
            margin: 0;
        }

    .home_panels li a,
    .home_panels li a:visited {
        color: #000000;
        font-weight: bold;
        text-decoration: none;
        font-size: 14px;
    }

        .home_panels li a:hover {
            color: #000;
            text-decoration: underline;
        }

.home_panel_1_container {
    margin: 0 12px 0 5px;
    width: 309px;
    box-shadow: 0.2px 1px 2px 0.3px rgba(153,153,153,1);
}

.home_panel_1 {
    width: 310px;
}


.home_panel_2_container {
    margin: 0 11px 0 0;
    width: 309px;
    box-shadow: 0.2px 1px 2px 0.3px rgba(153,153,153,1);
}

.home_panel_2 {
    background: url("../images/homepage/bg_homeRow_panel_2_top.gif") 0% 0% no-repeat;
    width: 310px;
}

.home_panel_4_container {
    width: 310px;
    background: #3e6792;
}

.srd-form-title h3 {
    font-size: 18px;
    text-align: center;
    padding: 25px 0;
    background-color: #2e507b;
    font-weight: normal;
}

.home_panel_4 {
    margin: 0;
    width: 310px;
}

    .home_panel_1 img.homepage_call2action_title,
    .home_panel_2 img.homepage_call2action_title,
    .home_panel_4 img.homepage_call2action_title { /*margin: 5px 0 0 5px;*/
    }

.home_panel_3_search {
    padding: 5px;
    height: 190px;
    background: #fff;
    color: #000;
    margin: 0 5px 0 0;
}

.home_panels ul {
    margin: 0 10px 0 10px;
}

.home_panels ol {
    margin: 0 10px 0 10px;
}

.home_panels li {
    padding: 7px 0;
    list-style: none;
    color: #000000;
    margin: 6px 0px;
    font-size: 14px;
}

.home_quicklinks {
    float: right;
    width: 310px;
    padding: 0 5px 0 0;
}

    .home_quicklinks img {
        margin: 0 0 10px 0;
        display: block;
    }

    * html .home_quicklinks img {
        margin: 0 0 7px 0;
    }



/* Search Registered Doctors */


    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

    .search-doctors {
        padding: 5px 10px 0 10px;
        padding: 0 10px 0 10px\9; /* target all IE browsers*/
        width: 283px;

    }

    .search-doctors .help-block {
        display: block;
        margin-top: 8px;
        color: #FFF;
        font-size: 14PX;
    }

.captcha-err {
    padding: 15px 58px;
    display: block;
    margin: 0 0 20px 0 !important;
    color: #a94442;
    font-size: 14px;
    background-color: #f2dede;
    border-color: #ebccd1;
    background-color: #f2dede;
    border:  solid 1px #ebccd1;
    border-radius: 4px;
    position: relative;
    float:left;
}

    .search-doctors .form-group {
        margin: 15px 10px;
        clear: both;
    }

    .search-doctors .search-txt {
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 5px;
        text-transform: uppercase;
        display: block;
        padding: 8px 12px;
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        border: none;
    }

    .search-doctors #ContentPlaceHolder_Main_btnSearch {
        margin-top: 15px;
        border-radius: 4px;
    }

    .search-doctors #ContentPlaceHolder_Main_btnSearch:hover {
        background: url(../images/homepage/search-doctors-btn-hover.jpg) no-repeat;
    }

/**/

/* Secondary */
.secondary {
    width: 955px;
    overflow: hidden;
    padding: 5px 0 0 5px;
    height: 66px;
    margin-top: 25px;
    margin-bottom: 35px;
}

/* Home Button */
.home-btn {
    background: url(../images/home-button.png) no-repeat;
    color: #e4e8c1;
    font-size: 11px;
    float: left;
    display: block;
    height: 66px;
    width: 310px;
    margin-right: 10px;
    text-decoration: none;
}

.secondary p:nth-of-type(1) .home-btn {
    background: url(../images/home-button1.png) no-repeat;
}

.secondary p:nth-of-type(2) .home-btn {
    background: url(../images/home-button2.png) no-repeat;
}

.secondary p:nth-of-type(3) .home-btn {
    background: url(../images/home-button3.png) no-repeat;
}

.home-btn span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: inherit;
    height: 66px;
}


.home-btn.last-col {
    margin-right: 0;
}

#mc_embed_signup {
    background-color: #f3f3f3 !important;
    margin: 0 !important;
}

/* Slider */
.banner {
    background: url("../images/banner-bg.png") no-repeat bottom center;
    background-size: contain !important;
    max-width: 100%;
    width: 100%;
    margin: auto;
}

#homepageFlashWrapper {
    height: 350px;
    position: relative;
}

    #homepageFlashWrapper .bx-wrapper {
        width: 100% !important;
    }

        #homepageFlashWrapper .bx-wrapper .bx-window {
            width: 100% !important;
            height: 350px !important;
        }

    #homepageFlashWrapper ul {
        /*width: 950px;*/
        height: 350px;
        overflow: hidden;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #homepageFlashWrapper ul li {
            width: 100%;
            height: 350px;
            margin: 0;
            padding: 0;
        }



/* Controls */
#controls {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 960px;
    z-index: 99;
    margin: auto;
    left: 0;
    top: 0;
    top: 120px\9;
    text-align: center;
    vertical-align: middle;
    display: table;
    display: table-cell\9;
}

    #controls a {
        display: block;
        height: 52px;
        width: 53px;
        text-indent: -9999px;
        /*box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);*/
        border-radius: 50%;
    }

        #controls a, #controls a:active {
            outline: none;
        }

#go-next {
    background: url(../images/slider-controls-next.png) no-repeat 0 0;
    _background: url(../images/ie6-next.png) no-repeat 0 0; /* IE6 only */
    float: right;
}

a#go-next:hover {
    background-position: 0 0;
    _background-position: 0 0; /* IE6 only */
}

#go-prev {
    background: url(../images/slider-controls-prev.png) no-repeat;
    _background: url(../images/ie6-prev.png) no-repeat 0 0; /* IE6 only */
    float: left;
}
/*#go-prev:before {
    content: "url(../images/slider-controls-prev.png)";
    position:absolute;
    width: 9px;
    height: 15px;
    top: 18px;
    left: 22px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}*/
a#go-prev:hover {
    background-position: 0 0;
    _background-position: 0 0; /* IE6 only */
}

.bx-wrapper .bx-auto {
    position: absolute;
    right: 0;
    bottom: 19px;
    z-index: 100;
    left: 0;
    margin: auto;
    width: 65px;
}

.bx-pager {
    width: 70px;
    margin: auto;
    z-index: 100;
    right: 125px;
    position: absolute;
    left: 0;
    bottom: 25px;
    font-family: sans-serif;
}

    .bx-pager a {
        margin: 0 3px;
        color: transparent;
    }

        .bx-pager a.pager-link {
            background: url(../images/banners/slider-pager.png) center no-repeat;
        }

            .bx-pager a.pager-link.pager-active {
                background: url(../images/banners/slider-pager-active.png) center no-repeat;
            }

a.bx-start {
    background: #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 1px 7px;
    margin-right: 5px;
    text-transform: capitalize;
    display: block;
    font-weight: bold;
    color: #326575;
    text-decoration: none;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}

.banner-title-outer {
    width: 960px;
    height: 93px;
    color: #fff;
    position: absolute;
    top: 70px;
    z-index: 100;
    margin: 0 auto;
    position: relative;
}

.bx-window ul li a {
    text-decoration: none;
    width: 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 345px !important;
}

    .bx-window ul li a img {
        display: none;
        width: 100% !important;
    }

div.banner-title-outer img {
    display: none
}

div.banner-title-outer div {
    padding: 15px 60px
}

div.banner-title-outer {
    color: #fff;
    text-decoration: none;
}

    div.banner-title-outer h2 {
        font-size: 38px;
        font-weight: normal;
        text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.45);
    }

    div.banner-title-outer p {
        font-size: 25px;
        margin-top: .5em;
        color: #ffffff;
        text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.45);
    }

.subbanner .banner-title-outer {
    height: 52px
}

@media screen and (min-width:0 {

{
    content
}

}

) {
    #controls

{
    display: table-cell;
    top: 120px !important;
}

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    *::-ms-backdrop, #controls {
        display: table-cell;
        top: 120px !important;
    }
}

@-moz-document url-prefix() {
    #controls {
        top: 120px !important;
    }

    .home_panel_1_container, .home_panel_2_container {
        box-shadow: 0px 1px 2px 0.3px rgba(153,153,153,.4);
    }
}
