﻿/***generic styles***/
/*meyerweb css reset*/
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp, strike tt, var, center,
dl, dt, dd,
fieldset, form, label, legend, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style:none;
    margin:0;
    padding:0;
}

ol {
    padding-left: 1.5em;
    line-height: 2em;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    border-collapse: collapse;
}

tr {
    line-height: 1em;
}

td {
    border: 1px solid #d5d5d5;
    padding-left: 10px;
    padding-right: 10px;
}
a {
color:#493402;
}
input {
font-family: 'open sans', sans-serif;
}
textarea {
font-family: 'open sans', sans-serif;
font-size:10pt;
}
/*end of meyerweb css reset*/

/*Body*/
body {
    min-width:320px;
    background: #f1f1f1;
    font-family: 'open sans', sans-serif;
    font-size: 10pt;
    color: #666;
    line-height: 1.5em;
}
    body a {
        text-decoration: none;
    }
.hid,.hide {
display:none;
}
.More {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    font-size: 9pt;
    font-weight: 600;
    float: right;
    top: -5px;
    right: 3%;
    color: #0e87c4;
    position: relative;
    display: block;
    -webkit-transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
}
    .More:hover {
        text-decoration:underline;
    }
    .More .arrow {
        background: #0e87c4;
        padding: 1px 5px 2px 5px;
        font-weight: 600;
        font-size: 9pt;
        font-family: 'Microsoft Sans Serif';
        margin-left: 10px;
        border-radius: 20px;
        color: #fff;
        display: inline-block;
    }   
.New_Window {
    background: #228812 url("../OPSource/Images/Objects/new-window.gif") right no-repeat;
    font-weight: 500;
    font-size: 8pt;
    color: #ffffff;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 20px;
}
    .New_Window:hover {
        background: #3BA52A url("../OPSource/Images/Objects/new-window.gif") right no-repeat;
    }
.divide_to_col {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
    .divide_to_col .column {
        width: 47.5%;
        display: inline-block;
        vertical-align: top;
    }
/*END of Body*/

/*fixie*/
/*.fixie {
    width:100%;
    position:fixed;
    display:block;
    z-index:999;
}*/

/*END of fixie*/

/*deskdiv*/
.deskdiv {
    background: #d81e28;
    width: 100%;
    height: 2px;
    display: block;
    box-shadow:inset 0 5px 10px 1px #be141d;     
    border-bottom: 1px solid #be141d;
}
/*END of deskdiv*/

/*lvl1*/
.lvl1 {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #c81004;
    border-bottom: 1px solid #be1820;
}
    .lvl1 .lvl1_con {
        display: block;
        margin: auto;
        text-align: center;
        max-width: 1180px;
        -webkit-transition: background .1s ease-in-out;
        -moz-transition: background .1s ease-in-out;
        -transition: background .1s ease-in-out;
        transition: background .1s ease-in-out;        
    }
    .lvl1 .contact {
        width:100%;
    }
    .lvl1 .contact img {
        width: 25px;
        display: inline-block;
    }
    .lvl1 .contact label {
        color: #ffffff;
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
        font-size: 15px;
    }
    .lvl1 #top_menu2 {
        display: none;
        margin-left:20px;
    }
    .lvl1 #top_menu2 img {
        width: 18px;
        padding-top:5px;
        display: inline-block;           
    }
    .lvl1 #top_menu2 label {
        color: #999;
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
        font-size: 15px;
    }
    .lvl1 #MainMenuClick {
        background: url('../OPSource/Images/Object/burger.png') no-repeat center right;
        width: 34px;
        height: 30px;
        color: #505050;
        font-size: 10pt;
        font-weight: 600;
        display: block;
        float: right;
        border-left: 1px solid #fbb5b5;
    }
        .lvl1 #MainMenuClick:active {
            background: url('../OPSource/Images/Object/burger2.png') no-repeat center right;
        }
    .lvl1 #top_menu {
        display:none;
        text-align:center;
        margin-bottom:20px;
    }
    .lvl1 #top_menu li {
        vertical-align:top;
    }
    .lvl1 #top_menu li a {
        color:#fff;
        font-weight:600; 
        padding:10px 0 10px 0;
        display:block;
    }
    .lvl1 #top_menu li a:hover {
        text-decoration:underline;
    }
/*END of lvl1*/

/*lvl2*/
.lvl2 {
    background: #f8f8f8;
    width: 100%;
    display: block;
    z-index: 9998;
    padding: 0 0 20px 0;
}
    .lvl2 .lvl2_con {
        max-width: 1280px;
        width: 93.75%;
        display: block;
        margin: auto;
    }
    .lvl2 .Official_Seal_Head {
        background: url('../OPSource/Images/amcm-logo-namex.png') center no-repeat;
        background-size: 190px;
        width: 100%;
        height: 100px;
        display: block;
    }
    .lvl2 .lab_result_Mtr_Header {
        text-align: center;
        display: block;
        padding-bottom: 20px;
        font-weight: 500;
        font-size: 15pt;
        color: #006aa9;
    }    
    .lvl2 .btn_logout_con {
        text-align:right;
        max-width: 1100px;            
    }
        .lvl2 .btn_logout_con .btn_p_logout {
            background: url('../OPSource/Images/mini/logout.png') no-repeat left #f2f2f2;
            background-size:27px;
            font-weight: 600;
            border-radius: 2px;
            padding: 7px 20px 7px 30px;
            border:#bababa 1px solid;
            width: 100px;
            text-align: center;
            color:#999999;

        }
            .lvl2 .btn_logout_con .btn_p_logout:hover {
                background: url('../OPSource/Images/mini/logout.png') no-repeat left #f0f0f0;
                background-size: 27px;
            }
    .lvl2 .btnset {
    
    }
.lvl2 .btnset {
    display: none;
 }                  
    .lvl2 .Main_Site_Search {
        background-color: #ffffff;
        width: 80%;
        height: 30px;
        margin: auto;
        display: block;
        border:1px solid #cacaca;
        border-radius: 2px;
        z-index: 999;
        overflow: hidden;
        -webkit-transition: background .1s ease-in-out,;
        -moz-transition: background .1s ease-in-out;
        -transition: background .1s ease-in-out;
        transition: background .1s ease-in-out;
    }
    .lvl2 .Main_Site_Search:hover {
        border: #bababa 1px solid;
        /*box-shadow:0px 0px 20px 3px #cacaca;*/
    }
    .lvl2 .Main_Site_Search .Search_Textbox {
        height: 30px;
        margin: auto;
        padding-top: 3px;
        padding-bottom: 2px;
        padding-left: 2%;
        font-size: 11pt;
        width: 80%;
        color: #5b5b5b;
        font-style: italic;
    }
    .lvl2 .Main_Site_Search .Search_Button {
        background: url("../OPSource/Images/Object/glass.png") no-repeat;
        width: 25px;
        height: 26px;
        vertical-align: top;
        right: 8px;
        float: right;
        display: block;
        position: relative;
    }
        .lvl2 .Main_Site_Search .Search_Button:hover,
        .lvl2 .Main_Site_Search .Search_Button:active {
            background: url("../OPSource/Images/Object/glass2.png") no-repeat;
            width: 25px;
            height: 26px;
            vertical-align: top;
            right: 8px;
            float: right;
            display: block;
            position: relative;
        }
/*END of lvl2*/

/*lvl3*/

.lvl3 {
    width: 100%;
    background: #f8f8f8;        
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 3px solid #e0e0e0;
    box-shadow: 2em 0em 0em 0em;
    z-index: 9999;
}
    .lvl3 .lvl3_con {
        width: 100%;
        display: block;
        margin: auto;
    }    
    .lvl3 #Main_Menu {
        width: 100%;
        padding-bottom: 20px;
        display: block;
        overflow: hidden;
        z-index: 10;
    }
        .lvl3 #Main_Menu .Main_ul {
            width: 100%;
            display: block;
        }
            .lvl3 #Main_Menu .Main_ul li {
                width: 100%;
                padding: .3em 0em .3em 0em;
                line-height: 2em;
                text-align: left;
                display: none;
            }
                .lvl3 #Main_Menu .Main_ul li a {
                    width: 80%;
                    margin: auto;
                    display: block;
                    color: #e4f5e9;
                }
                .lvl3 #Main_Menu .Main_ul li .item:hover {
                    text-decoration: underline;
                }
             .lvl3 #Main_Menu .Main_ul .Header {
                text-align: center;
                display: block;
            }
            .lvl3 #Main_Menu .Main_ul .style_header1 {
                font-weight:700;
            }
            .lvl3 #Main_Menu .Main_ul .style_header2 {
                font-weight:600;
            }
                .lvl3 #Main_Menu .Main_ul .Header a {
                    width: 70%;
                    padding-top: 7px;
                    padding-bottom: 7px;
                    background: #007dc6;
                    /*border-radius: 3px;*/
                    /*border-bottom: 1px solid #fff;
                    border-right: 1px solid #fff;*/
                    /*box-shadow: inset 0 -3px 20px -5px #0c669a;*/
                    font-weight: 600;
                    font-size: 10pt;
                    color: #fff;
                    -webkit-transition: background .1s ease-in-out;
                    -moz-transition: background .1s ease-in-out;
                    -transition: background .1s ease-in-out;
                    transition: background .1s ease-in-out;
                }
                    .lvl3 #Main_Menu .Main_ul .Header a:focus {
                        background: #0185d3;
                    }
                    .lvl3 #Main_Menu .Main_ul .Header a:hover {
                        background: #0185d3;
                    }
/*END of lvl3*/

/*feature*/
.main_feature {
    background: #f1f1f1;
    width:100%;
    height:120px;
    display: block;
    overflow:hidden; 
}
#feature_con {
    height:120px;
    max-width:1600px;
    display:block;  
    margin: auto;
    position: relative;
    overflow: hidden;           
}    
    #feature_con .main_con {
        width:100%;
        min-width:320px;
        position: absolute;
        display: block;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    #feature_con .opaque {
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=1);
}
.Feature_selector_con {
    width: 90.75%;
    margin: auto;
    top: -35px;
    text-align: right;
    position: relative;
}
#feature_selector {
    z-index: 9;
    position: relative;
    text-align: center;
    vertical-align: bottom;
}
    #feature_selector span {
        padding-right: 1em;
        cursor: pointer;
        font-size: 2em;
        font-weight: 700;
        color: #f0f0f0;
        text-shadow: 1px 1px 5px 1px #000000;                
    }
    #feature_selector .selected {
        color:#231f20;
    }
/*END feature*/

/*Home Default*/
.default_body {
    width: 100%;
    display: block;
}
    .default_body img {
        width: 100%;
    }
.pane {
    width: 100%;
    display: block;
    float:left;    
}
.pane_con {
    max-width: 1280px;
    width: 100%;
    margin: auto;    
    display: block;
}

/*END of Home Default*/


/*Top pane*/
.pane .top_pane {
width:100%;
display:block;
margin-bottom:20px;
}
.pane .top_pane .row{
width:100%;
display:block;
overflow:hidden;
}
    .pane .top_pane .row ul {
        width: 100%;
        color: #fff;
        display: block;
    }
    .pane .top_pane .row ul li {
        width: 100%;
        color: #fff;
        display: block;
    }
     .pane .top_pane .row ul .biz_card_con {
        width: 100%;
        font-size: 11pt;
        font-weight: 600;
        display: block;
        
    }
     .pane .top_pane .row ul .biz_card_con .biz_card {
        background:#fff;
        width: 100%;
        text-align:center;
        padding: 20px 0 20px 0;
        display: block;
        border-radius:3px;
    }
    .pane .top_pane .row ul .biz_card_con .biz_card .card_hdr {
        color:#2e2a2b;
        display:block;
        padding:9px 0  7px 0;
        margin-bottom:20px;
        border-bottom:1px solid #ebebeb;
    }
    .pane .top_pane .row ul .biz_card_con .biz_card .phone {
        color:#d91400;
        font-size:18pt;
        margin:10px 0 0px 0;
        font-weight:600;
        display:block;
    }
        .pane .top_pane .row ul .biz_card_con .biz_card .Title {
            color: #999999;
            font-size: 9pt;            
        }
         .pane .top_pane .row ul .biz_card_con .biz_card .Addr{
            width:80%;
            margin-top:20px;
            text-align:center;
            margin:auto;
            color: #666;
            font-size: 10pt; 
            display:block;           
        }
        .pane .top_pane .row ul .btn .find_doctor {
            width: 94%;
            padding: 30px 3% 30px 70px;
            background: #1a82bf url('../OPSource/Images/Object/find-a-doc2.png') no-repeat left;
            background-size: 60px;
            color: #fff;
            font-size: 11pt;
            font-weight: 600;
            display: block;
            -webkit-transition: background .1s ease-in-out;
            -moz-transition: background .1s ease-in-out;
            -o-transition: background .1s ease-in-out;
            transition: background .1s ease-in-out;
        }
            .pane .top_pane .row ul .btn .find_doctor:hover,
            .pane .top_pane .row ul .btn .find_doctor:active {
                background: #1378b4 url('../OPSource/Images/Object/find-a-doc2.png') no-repeat left;
                background-size: 60px;                
            }
        .pane .top_pane .row ul .btn .lab_result {
            width: 94%;
            padding: 30px 3% 30px 70px;
            background: #389dd8 url('../OPSource/Images/Object/micros.png') no-repeat left;
            background-size: 60px;
            color: #fff;
            font-size: 11pt;
            font-weight: 600;
            display: block;
            box-shadow: inset 0 -2px 6px 1px #2d90ca;
        }
            .pane .top_pane .row ul .btn .lab_result:hover,
            .pane .top_pane .row ul .btn .lab_result:active {
                background: #298fcb url('../OPSource/Images/Object/micros.png') no-repeat left;
                background-size: 60px;
            }
            .pane .top_pane .row ul .btn .get_direction {
            width: 100%;
            padding: 30px 3% 30px 70px;
            background: #298fcb url('../OPSource/Images/Object/direction.png') no-repeat left;
            background-size: 60px;
            color: #fff;
            font-size: 11pt;
            font-weight: 600;
            display: block;                     
        }
            .pane .top_pane .row ul .btn .get_direction:hover,
            .pane .top_pane .row ul .btn .get_direction:active {
                background: #1c7ab1 url('../OPSource/Images/Object/direction.png') no-repeat left;
                background-size: 60px;
            }

/*END of Top Pane*/

/*Home Center Pane*/
.pane .center_pane_home {
    width: 90%;
    margin: auto auto 20px auto;
}
    .pane .center_pane_home .row {
        border: 2px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        width: 100%;
        display: block;
        margin-bottom:10px;
    }
        .pane .center_pane_home .row .Header {
            background: #fff;
            width: 94%;
            padding: 18px 3% 18px 3%;
            margin: 0em 0em 0em 0em;
            color: #2b719a;
            font-size: 12pt;
            font-weight: 800;
            border-bottom: 1px solid #e0e0e0 ;
            display: block;
        }
        .pane .center_pane_home .row .Header2 {
            width: 94%;
            padding: 18px 3% 18px 3%;
            color: #535353;
            font-size: 13pt;
            font-weight: 800;
            border-bottom: 1px solid #e0e0e0;
            display: block;
        }
 
/*END of Home Center Pane*/

/*Home Articles Top*/

.Top_Article {
    background: #fff;
    width: 94%;
    margin:auto;
    padding: 3% 3% 0px 3%;
    overflow: hidden;
    display: block;
}
    .Top_Article img {
    width:100%;
    display:block;
    position:relative;
    vertical-align:top;
    border:1px solid #f0f0f0;
    }
    .Top_Article .Text {
    width:100%;    
    margin-top:10px;
    padding-bottom:1em;
    display:inline-block;
    margin-bottom:1em;
    float:right;
    }
    .Top_Article .Title_Con {
    display:block;
    margin-bottom:1em;
    }
        .Top_Article .Title_Con .Title {
        font-weight: 600;
        font-size: 11pt;
        line-height: 1.2em;
        color: #353d3d;   
        display:block;    
        }
        .Top_Article .Title_Con .Title:hover {
            text-decoration:underline;
            cursor:pointer;
        }
        .Top_Article .Title_Con .Posted {
        background:url('../OPSource/Images/mini/small_calendar.png') left center no-repeat;
        background-size:20px;
        font-size:8.8pt;
        margin-top:5px;
        padding-left:25px;
        color:#999999;
        display:inline-block;
        }
        .Top_Article .Title_Con .Posted:hover,
        .Top_Article .Title_Con .Posted:active {
        color:#666666;
        }
        .Top_Article .Title_Con .Category {
        background:url('../OPSource/Images/mini/small_newscatr.png') left center no-repeat;
        font-size:8.8pt;
        background-size:20px;
        margin-top:5px;
        margin-left:10px;
        padding-left:25px;
        color:#999999;
        display:inline-block;
        }
        .Top_Article .Title_Con .Category:hover,
        .Top_Article .Title_Con .Category:active {
        color:#666666;
        }
    .Top_Article .Body{
    font-size:10.8pt;
    color:#666666;
    line-height:1.8em;
    }
    .Top_Article .Read {
        width: 40px;
        float: right;
        font-weight: 600;
        font-size: 9pt;
        display: block;
        text-align: center;
        color: #389dd8;
        margin-top: 10px;
        margin-bottom: 20px;
        border: 1px solid #389dd8;
        border-radius: 2px;
        padding: 2px 8px 1px 8px;
        -webkit-transition: background .1s ease-in-out;
        -moz-transition: background .1s ease-in-out;
        -o-transition: background .1s ease-in-out;
        transition: background .1s ease-in-out;
    }
    .Top_Article .Read:hover {
    color: #fff;
    background:#389dd8;
    }   
/*END of Home Articles Top*/

/*Listed Articles*/
.Listed_Articles {
    background:#fff;
}
.Listed_Articles_con {    
    background: #fff;
    width: 100%;
    padding-bottom:50px;
    display: block;
}
    .Listed_Articles_con .Article {
        background: #f9f9f9;
        width: 94%;
        margin: auto;
        padding:1em 3% 0 3%;
        display: inline-block;
        border-bottom:1px solid #ededed;
    }
    .Listed_Articles_con .ArticleAlt {
        background: #fff;
    }         
        .Listed_Articles_con .Article img {
            width: 37%;
            max-width:250px;
            padding-right:3%;            
            display: inline-block;
            vertical-align:top;
        }
        .Listed_Articles_con .Article .Text {
            width: 57%;
            display: inline-block;
            position: relative;            
            vertical-align:top;
            margin-right:3%;
            float:right;
        }
            .Listed_Articles_con .Article .Text .Title {
                font-size: 11pt;
                font-weight: 600;
                color: #353d3d;
                display: block;
            }
                .Listed_Articles_con .Article .Text .Title:hover {
                    text-decoration:underline;
                   color: #22413e;
                   cursor:pointer;
                }
            .Listed_Articles_con .Article .Text .Posted {
                background:url('../OPSource/Images/mini/small_calendar.png') left center no-repeat;
                font-size:8.8pt;
                background-size:20px;
                margin-top:5px;
                margin-right:10px;
                padding-left:25px;
                color:#999999;
                display:inline-block;        
            }
            .Listed_Articles_con .Article .Text .Posted:hover,
            .Listed_Articles_con .Article .Text .Posted:active {
                color:#666666;
            }
             .Listed_Articles_con .Article .Text .Category {
                background:url('../OPSource/Images/mini/small_newscatr.png') left center no-repeat;
                font-size:8.8pt;
                background-size:20px;
                margin-top:5px;
                padding-left:25px;
                color:#999999;
                display:inline-block;        
            }
            .Listed_Articles_con .Article .Text .Category:hover,
            .Listed_Articles_con .Article .Text .Category:active {
                color:#666666;
            }
            .Listed_Articles_con .Article .Text .Body {
                font-size:10.8pt;
                color:#666666;
                line-height:1.8em;
                display: none;
                margin-top:10px;
            }
    .Listed_Articles_con .Article .Read {
        width: 40px;
        float: right;
        font-weight: 600;
        font-size: 9pt;
        display: block;
        text-align: center;
        color: #3BA52A;
        margin-top: 10px;
        margin-bottom: 20px;
        border: 1px solid #3BA52A;
        border-radius: 2px;
        padding: 2px 8px 1px 8px;
        -webkit-transition: background .1s ease-in-out;
        -moz-transition: background .1s ease-in-out;
        -o-transition: background .1s ease-in-out;
        transition: background .1s ease-in-out;
    }

        .Listed_Articles_con .Article .Read:hover {
            background: #3BA52A;
            color: #fff;
            border: 1px solid #46a038;
        }
/*END of Listed Articles*/

/*Left Pane*/
.pane .left_pane {
    width: 100%;
    display: block;
    overflow:hidden;
}
    .pane .left_pane .row {
        width: 100%;
        display: block;
        margin-bottom:5px;
        border:2px solid #eaeaea;
        border-top:1px solid #eaeaea;    
    }
        .pane .left_pane .row .Header,
        .pane .left_pane .Packages_row .Header,
        .pane .left_pane .Promo_row .Header  {
            background: #fff;
            width: 94%;
            padding: 3%;
            color: #f0f0f0;
            font-size: 11.5pt;
            font-weight: 600;
            margin-bottom: 1px;
            display: block;
        }
        .pane .left_pane .row .Header2,
        .pane .left_pane .Packages_row .Header2 {
            width: 94%;
            padding: 3%;
            color: #f0f0f0;
            font-size: 11.5pt;
            font-weight: 800;
            margin-bottom: 1px;
            display: block;
        }    
/*END of Left Pane*/

/*Hidden Quick Menu */
    .pane .left_pane .hid_online_serv {
        display: none;
    }
    .pane .left_pane .hid_online_serv ul {
        width: 100%;
        color: #fff;
        display: block;
    }
    .pane .left_pane .hid_online_serv ul li {
        width: 100%;
        display: block;
    }
     .pane .left_pane .hid_online_serv ul .biz_card_con {
        width: 100%;
        font-size: 11pt;
        font-weight: 600;
        display: block;
        border-top:1px solid #fff;
    }
     .pane .left_pane .hid_online_serv ul .biz_card_con .biz_card {
        background:#fff;
        text-align:center;
        padding: 20px 0 20px 0;
        display: block;
    }
    .pane .left_pane .hid_online_serv ul .biz_card_con .biz_card .card_hdr {
        color:#505050;
        display:block;
        padding:0 0 15px 0;
        margin-bottom:20px;
        border-bottom:1px solid #e0e0e0 ;
    }
    .pane .left_pane .hid_online_serv ul .biz_card_con .biz_card .phone {
        color:#d91400;
        font-size:18pt;
        margin:10px 0 0px 0;
        font-weight:600;
        display:block;
    }
        .pane .left_pane .hid_online_serv ul .biz_card_con .biz_card .Title {
            color: #a7a7a7;
            font-size: 9pt;
        }
        .pane .left_pane .hid_online_serv ul .biz_card_con .biz_card .Addr{
            width:80%;
            margin-top:20px;
            text-align:center;
            margin:auto;
            color: #666;
            font-size: 10pt; 
            display:block;            
        }
        .pane .left_pane .hid_online_serv ul .fn {
        background:#1a82bf;
        padding:0px 0 30px 0;
        display:block;
        }

        .pane .left_pane .hid_online_serv ul .fn .Main_Site_Search_body {
        background: #ffffff;
        width: 90%;
        height: 30px;
        margin: auto;
        display: block;
        border:1px solid #fff;
        border-radius: 2px;
        z-index: 999;
        overflow: hidden;
        -webkit-transition: background .1s ease-in-out,;
        -moz-transition: background .1s ease-in-out;
        -transition: background .1s ease-in-out;
        transition: background .1s ease-in-out;
    }
    .pane .left_pane .hid_online_serv ul .fn .Main_Site_Search_body:hover {
        border: #fff 1px solid;
        /*box-shadow:0px 0px 20px 3px #cacaca;*/
    }
    .pane .left_pane .hid_online_serv ul .fn .Main_Site_Search_body .Search_Textbox {
        height: 30px;
        margin: auto;
        padding-top: 3px;
        padding-bottom: 2px;
        padding-left: 2%;
        font-size: 9pt;
        width: 90%;
        color: #5b5b5b;
        font-style: italic;
    }
    .pane .left_pane .hid_online_serv ul .fn .Main_Site_Search_body .Search_Button {
        background: url("../OPSource/Images/Object/glass.png") no-repeat;
        width: 25px;
        height: 26px;
        vertical-align: top;
        right: 8px;
        float: right;
        display: block;
        position: relative;
    }
        .pane .left_pane .hid_online_serv ul .fn .Main_Site_Search_body .Search_Button:hover,
        .pane .left_pane .hid_online_serv ul .fn .Main_Site_Search_body .Search_Button:active {
            background: url("../OPSource/Images/Object/glass2.png") no-repeat;
            width: 25px;
            height: 26px;
            vertical-align: top;
            right: 8px;
            float: right;
            display: block;
            position: relative;
        }


        .pane .left_pane .hid_online_serv ul .btn .find_doctor {
            width: 100%;
            padding: 30px 3% 30px 70px;
            background: #1a82bf url('../OPSource/Images/Object/find-a-doc2.png') no-repeat left;
            background-size: 60px;
            color: #fff;
            font-size: 11pt;
            font-weight: 600;
            display: block;
            -webkit-transition: background .1s ease-in-out;
            -moz-transition: background .1s ease-in-out;
            -o-transition: background .1s ease-in-out;
            transition: background .1s ease-in-out;
        }
            .pane .left_pane .hid_online_serv ul .btn .find_doctor:hover,
            .pane .left_pane .hid_online_serv ul .btn .find_doctor:active {
                background: #1378b4 url('../OPSource/Images/Object/find-a-doc2.png') no-repeat left;
                background-size: 60px;
                box-shadow: inset 0 2px 6px 1px #0975b1;
            }
        .pane .left_pane .hid_online_serv ul .btn .lab_result {
            width: 100%;
            padding: 30px 3% 30px 70px;
            background: #389dd8 url('../OPSource/Images/Object/micros.png') no-repeat left;
            background-size: 60px;
            color: #fff;
            font-size: 11pt;
            font-weight: 600;
            display: block;
            border-left:1px solid #5fb3e4;
            border-right:1px solid #1875ac;
            }
            .pane .left_pane .hid_online_serv ul .btn .lab_result:hover,
            .pane .left_pane .hid_online_serv ul .btn .lab_result:active {
                background: #2e96d3 url('../OPSource/Images/Object/micros.png') no-repeat left;
                background-size: 60px;
            }
        .pane .left_pane .hid_online_serv ul .btn .get_direction {
            width: 100%;
            padding: 30px 3% 30px 70px;
            background: #298fcb url('../OPSource/Images/Object/direction.png') no-repeat left;
            background-size: 60px;
            color: #fff;
            font-size: 11pt;
            font-weight: 600;
            display: block;                     
        }
            .pane .left_pane .hid_online_serv ul .btn .get_direction:hover,
            .pane .left_pane .hid_online_serv ul .btn .get_direction:active {
                background: #1c7ab1 url('../OPSource/Images/Object/direction.png') no-repeat left;
                background-size: 60px;
            }


/*END of Hidden Quick Menu*/

/*Home Packages Top*/

.Packages_row {
    width:94%;
    padding:0 3% 0 3%;
    background: #389dd8;
    display:block;
    border:2px solid #ededed;
}

.Home_Packages_Top {
    width: 94%;
    padding: 10px 3% 0 3%;
    display:block;
}
.Home_Packages_Top img {
    display:inline-block;
    width:37%;
    margin-right:3%;
}
    .Home_Packages_Top .Text {
    display:inline-block;
    width:60%;
    float:right;
    }
        .Home_Packages_Top .Text .Title_Con .Title {
        font-size:11pt;
        font-weight:600;
        display:block;
        color:#c3e631;
        }
        .Home_Packages_Top .Text .Title_Con .Title:hover {
        text-decoration:underline;
        cursor:pointer;
        }
         .Home_Packages_Top .Text .Body {
        font-size:11pt;
        color:#f2f2f2;
        }
         .Home_Packages_Top .Text .Read {
                width:80px;
                float:right;
                font-weight: 600;
                font-size: 9pt;
                display:block;
                text-align:center;
                color: #ffffff;
                margin-top:30px;
                margin-bottom:20px;
                border:1px solid #f2f2f2;
                border-radius:2px;
                padding:2px 8px 1px 8px; 
                -webkit-transition: background .1s ease-in-out;
                -moz-transition: background .1s ease-in-out;
                -o-transition: background .1s ease-in-out;
                transition: background .1s ease-in-out;   
        }
         .Home_Packages_Top .Text .Read:hover,.Home_Packages_Top .Text .Read:hover,
        .Home_Packages_Top .Text .Read:hover,.Home_Packages_Top .Text .Read:focus {
                background:#f2f2f2;
                color:#389dd8;
        }

/*END of Home Packages Top*/

/*Home Packages*/

.Home_Packages {
background:#389dd8;
width:94%;
padding:20px 3% 40px 3%;
display:block;
}
    .Home_Packages ul {
    margin-bottom:20px;
    list-style:url(../OPSource/Images/mini/bullet-w.png);
    }
    .Home_Packages ul li {
        color:#1f1f1f;
        border-radius:2px;
        width:94%;
        padding:10px 3% 10px 0;
        margin-left:3%;
    }
        .Home_Packages ul li .Title {
            font-size: 11pt;
            font-weight: 500;
            display: inline-block;
            color: #fff;
            -webkit-transition: background .1s ease-in-out;
            -moz-transition: background .1s ease-in-out;
            -o-transition: background .1s ease-in-out;
            transition: background .1s ease-in-out;
        }
        .Home_Packages ul li .Title:hover {
            text-decoration:underline;
            cursor:pointer;
        }
    .Home_Packages ul li .Body{
           display:none;
    }
    .Home_Packages .Package_More {
        color: #fff;
        float: right;
        font-size: 9pt;
        font-weight: 600;
    }
    .Home_Packages .Package_More .arrow {
        background: #fff;
        font-weight: 600;
        font-size: 10pt;
        font-family: 'Microsoft Sans Serif';
        margin-left: 15px;
        padding: 0px 4px 2px 5px;
        border-radius:20px;
        color: #389dd8;
        display: inline-block;
    }
    .Home_Packages .Package_More:hover{ 
        text-decoration:underline;
    }
    
/*END of Home Packages*/

/*Home Promo Top*/
.pane .left_pane .Promo_row .Header2 {
    background: #fff;
    width: 90%;
    padding: 10px 5% 5px 5%;
    color: #535353;
    font-size: 13pt;
    font-weight: 800;
    margin-bottom: 1px;
    display: block;
    border-top: 1px solid #ededed;
}
.Promo_row {
    width: 89.7%;
    margin: 0 5% 10px 5%;
    display: block;
    border: 2px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

.Home_Promo_Top {
    background: #fff;
    width: 100%;
    display:block;
}
.Home_Promo_Top img {
    display:inline-block;
    width:100%;
}
    .Home_Promo_Top .Text {
    display:inline-block;
    width:90%;
    padding:5px 5% 0px 5%;
    }
        .Home_Promo_Top .Text .Title_Con .Title {
        font-size:11pt;
        font-weight:600;
        display:block;
        margin-top:10px;
        color:#1b7fba;
        }
        .Home_Promo_Top .Text .Title_Con .Title:hover {
        text-decoration:underline;
        cursor:pointer;
        }
        .Home_Promo_Top .Text .Body {
            font-size: 10.8pt;
            line-height: 1.8em;
            color: #666666;            
        }
         .Home_Promo_Top .Text .Read {
                width:80px;
                float:right;
                font-weight: 600;
                font-size: 9pt;
                display:block;
                text-align:center;
                color: #389dd8;
                margin-bottom:20px;
                border:1px solid #389dd8;
                border-radius:2px;
                padding:2px 8px 1px 8px;
                background:#fff;
                -webkit-transition: background .1s ease-in-out;
                -moz-transition: background .1s ease-in-out;
                -o-transition: background .1s ease-in-out;
                transition: background .1s ease-in-out;   
        }
         .Home_Promo_Top .Text .Read:hover,.Home_Promo_Top .Text .Read:hover,
        .Home_Promo_Top .Text .Read:hover,.Home_Promo_Top .Text .Read:focus {
                background:#389dd8;
                color:#fff;
        }

/*END of Home Promo Top*/

/*Home Promo*/

.Home_Promo {
background:#fff;
width:100%;
padding:0px 0 40px 0;
display:block;
}
    .Home_Promo ul {
    margin-bottom:20px;
    list-style:url(../OPSource/Images/mini/bullet-w.png);
    }
    .Home_Promo ul li {
        background:#fff;
        color:#1f1f1f;
        border-radius:2px;
        width:90%;
        padding:5px 5% 5px 5%;
        list-style:none;
    }
    .Home_Promo ul .alt {
        background:#fff;
        color:#1f1f1f;
        border-radius:2px;
        width:94%;
        padding:10px 3% 10px 0;
        margin-left:3%;
    }
        .Home_Promo ul li .Title {
            font-size: 11pt;
            font-weight: 600;
            display: inline-block;
            color: #228bc8;
            -webkit-transition: background .1s ease-in-out;
            -moz-transition: background .1s ease-in-out;
            -o-transition: background .1s ease-in-out;
            transition: background .1s ease-in-out;
        }
        .Home_Promo ul li .Title:hover {
            text-decoration:underline;
            cursor:pointer;
        }
    .Home_Promo ul li .Body{
           display:none;
    }
    .Home_Promo .Promo_More {
        color: #389dd8;
        float: right;
        font-size: 9pt;
        font-weight: 600;
        margin-right:5%;
    }
    .Home_Promo .Promo_More .arrow {
        background: #389dd8;
        font-weight: 600;
        font-size: 10pt;
        font-family: 'Microsoft Sans Serif';
        margin-left: 15px;
        padding: 0px 4px 2px 5px;
        border-radius:20px;
        color: #fff;
        display: inline-block;
    }
    .Home_Promo .Promo_More:hover{ 
        text-decoration:underline;
    }
    
/*END of Home Promo*/

/*FB row*/
.pane .left_pane .FB_row {
    background:#fbfbfb;
    width: 91%;
    padding:10px 4% 10px 4%;
    display: block;
    margin:15px 0 5px 0;
    border: 2px solid #eaeaea;
}
.pane .left_pane .FB_row .fb-page {
    width:100%; 
    height:350px;   
}
    .pane .left_pane .FB_row .ui-hdr {
        font-size:11pt;
        font-weight:800;
        margin:10px 0 10px 0;
        color:#0272b4;
    }

/*END of FB row*/


/*Footer_lvl1*/
.Footer_lvl1 {
    background: #f0f0f0;
    width: 100%;
    display: block;
    box-shadow:inset 0 -10px 50px 5px #dcdcdc;
}
.Footer_lvl1_con {
    max-width: 1280px;
    width: 93.75%;
    padding-top:20px;
    display: block;
    margin: auto;  
          
}
    .Footer_lvl1_con .Logo img {
        margin:auto;
        max-width: 180px;
        padding-top: 1.6em;
        padding-bottom: .5em;
        display: block;
    }
    .Footer_lvl1_con .Logo address {
        margin:auto;
        font-size:10pt;
        font-weight:300;
        text-align:center;
        margin-bottom:50px;
        color:#3e3e3e;        
    }
    .Footer_lvl1_con .Footer_Content {
        margin-top: 10px;
        padding-bottom: 20px;
        display: block;
        vertical-align: top;
    }
    .Footer_lvl1_con .Footer_Content ul {
        list-style: none;
    }
    .Footer_lvl1_con .Footer_Content .left {
        width:47%;
        text-align:right;
        padding-right:3%;
        display:inline-block;
        font-size:10pt;
        border-right:1px solid #cacaca;
    }
    .Footer_lvl1_con .Footer_Content .left li {
        margin-bottom:.6em;
    }
    .Footer_lvl1_con .Footer_Content .left li a{
        color:#505050;
    }
    .Footer_lvl1_con .Footer_Content .left li a:hover,
    .Footer_lvl1_con .Footer_Content .left li a:active{
        text-decoration:underline;
    }
    .Footer_lvl1_con .Footer_Content .right {
        width:40%;
        padding-left:3%;
        display:inline-block;
        float:right;                
    }  
    

    /*Footer Social*/

.Footer_Social_Con {
    display: block;
    text-align:center;
    padding-top:10px;
}
    .Footer_Social_Con img {
        width: 30px;
        display: inline-block;
        margin-right:5px;
        border-radius:30px;
        -webkit-transition: background .1s ease-in-out;
        -moz-transition: background .1s ease-in-out;
        -o-transition: background .1s ease-in-out;
        transition: background .1s ease-in-out;
    }
    .Footer_Social_Con img:hover,
    .Footer_Social_Con img:hover {
        opacity:.85;        
    }   
    /*END of Footer Social*/


            
 


/*Search Pane*/
.search_pane {
    width:100%;
    min-height:500px;
    margin:auto;
    padding-top:80px;
    margin-bottom:3em;
    display:block;
    background:#f8f8f9;/*f8f8f9*/
}
    .search_pane .row {
    width:94%;
    max-width:1280px;
    margin:auto;
    display:block;
    }
        .search_pane .row .side_pane {
        display:none;
        width:25%;
        }
        .search_pane .row .display_pane {
        width:100%;
        max-width:900px;
        display:inline-block;
        border-radius:2px;
        }
            .search_pane .row .display_pane .search_box {
                width: 94%;
                padding: 20px 3% 20px 3%;                
            }
        .search_pane .row .display_pane .search_box .txt_searchbox{
        width:57%;
        max-width:500px;            
        font-style:italic;
        font-size:11pt;
        margin-right:1%;
        padding:5px 10px 5px 10px;
        display:inline-block;
        border-radius:2px;
        border-style:solid;
        border:1px solid #cacaca;
        }
        .search_pane .row .display_pane .search_box .txt_searchbox:hover{
        border:1px solid #389dd8;
        }
        .search_pane .row .display_pane .search_box .txt_searchbox:focus{
        font-style:normal;
        border:1px solid #cacaca;
        box-shadow:0 0 25px 1px #d3d3d3;
        }
            .search_pane .row .display_pane .search_box .btn_searchbox {
            background:#35a808;
            display:inline-block;
            padding:6px 20px 3px 20px;
            border-radius:1px;
            font-size:9pt;
            font-weight:600;
            color:#fff;
            -webkit-transition: background .1s ease-in-out;
            -moz-transition: background .1s ease-in-out;
            -o-transition: background .1s ease-in-out;
            transition: background .1s ease-in-out;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(background:#edfdf2);
            }
             .search_pane .row .display_pane .search_box .btn_searchbox:hover {
            background:#47bd19;
            color:#fff;
            }
             .search_pane .row .display_pane .search_box .btn_searchbox:active  {
            background:#dca90c;
            color:#3e3109;
            }

            .search_pane .row .display_pane .result_box {
                width: 94%;
                padding: 10px 3% 20px 3%;
                border-top: 1px solid #cacaca;
            }
            .search_pane .row .display_pane .result_box .ul_result {
            width:100%;
            }
                .search_pane .row .display_pane .result_box .ul_result li {
                width:98%;
                padding-top:15px;
                padding-bottom:15px;
                border-bottom:1px solid #b9b9b9;
                padding-left:1%;
                padding-right:1%;
                }
                 .search_pane .row .display_pane .result_box .ul_result li:hover {
                /*background:#bcdef2;*/
                 }
                    .search_pane .row .display_pane .result_box .ul_result li .result_item_hdr{
                    width:100%;
                    color:#075583;
                    font-size:11pt;
                    font-weight:600;
                    display:block;
                    }
                    .search_pane .row .display_pane .result_box .ul_result li .result_item_hdr:hover{
                    text-decoration:underline;
                    }
                    .search_pane .row .display_pane .result_box .ul_result li p{
                    width:100%;
                    display:block; 
                    color:#9b9b9b; 
                    margin-bottom:10px;
                    }
                    .search_pane .row .display_pane .result_box .ul_result li .result_item_link{
                    width:100%;
                    display:block;  
                    color:#8d8b8b;
                    font-style:italic;
                    }
                    .search_pane .row .display_pane .result_box .ul_result li .result_item_link:hover{
                    color:#7a7979;
                    }
            .search_pane .row .display_pane .result_box .lbl_search_clarification {
            font-size:11pt;
            color:#b9b9b9;
            display:block;
            margin-bottom:10px;
            }
            .search_pane .row .display_pane .result_box .search_notification {
            font-size:11pt;
            color:#a4a4a4;
            text-align:center;
            font-weight:600;
            display:block;
            font-style:italic;
            margin-top:2em;
            margin-bottom:1em;
            }
            .search_pane .row .display_pane .result_box .Header2 {
                font-weight:800;
                font-size:13pt;
                color:#999;
                margin-bottom:10px;
                display:block;
            }
             .search_pane .row .display_pane .result_box .Suggestion li{
                line-height:2em;
                list-style:disc;
                margin-left:1.5em;                
            }
            .search_pane .row .display_pane .result_box .Suggestion a{
                color:#0266a0; 
                font-weight:500;
                font-size:11pt;   
                cursor:pointer;             
            }
/*END of Search Pane*/



 


/*===============================================================================*/
/*===============================================================================*/
@media only screen and (min-width:400px) {
    .main_feature {
       height:150px;        
    }
    #feature_con  {
        height:150px;
        display:block;
    }
}
@media only screen and (min-width:450px) {
    .main_feature {
        height:170px;        
    }
    #feature_con  {
        height:170px;
        display:block;
    }
    .Home_Promo_Top {
        width:94%;
        padding: 10px 3% 10px 3%;
    }
    .Home_Promo_Top img {
    display:inline-block;
    width:37.9%;
    margin-right:3%;
    vertical-align:top;

}
    .Home_Promo_Top .Text {
    display:inline-block;
    width:56%;
    padding:0;
    vertical-align:top;
    }
   
}

@media only screen and (min-width:550px) {
    .main_feature {
        height:200px;        
    }
    #feature_con  {
        height:200px;
        display:block;        
    }

     .pane .top_pane .row ul {
        width: 90%;
        margin: 0 5% 0 5%;
        display: inline-block;
    }

        .pane .top_pane .row ul .biz_card_con .biz_card {
            display: inline-block;
            margin: 20px 0 20px 0;
            padding: 10px 0 10px 0;
            border:2px solid #e6e6e6;
        
        }        
        .pane .top_pane .row ul .btn {
            width: 46%;
            margin-right: 3%;
            padding: 0;
            display: inline-block;
            overflow: hidden;
        }

    .Top_Article img {
        width: 37%;
        max-width:250px;
        display: inline-block;
    }
    .Top_Article .Text {
    width:57%;  
    margin-top:0;
    margin-right:3%;
    float:right;
    display:inline-block;
    }
    .Listed_Articles_con .Article .Text .Body {
    display:block;  
    } 
}

@media only screen and (min-width: 768px) {
    /*feature*/
    .main_feature {
        height: 290px;
    }

    #feature_con {
        height: 290px;
    }
    /*END feature*/
   
    /*Footer */
    .Footer_lvl1 {
        float:left
    }
    .Footer_lvl1_con .Logo {
        display: inline-block;
        vertical-align: top;
    }
    .Footer_lvl1_con .Footer_Content {
        display: inline-block;
        float: right;
        right: 5%;
        position: relative;
        vertical-align: top;
    }
    /*END of Footer*/
      
}
@media only screen and (min-width: 850px) {
    .main_feature {
        height: 320px;
    }
    #feature_con {
        height: 320px;
    }
    .pane{
        margin-top:20px;
    }
    .pane .pane_con {
        width:94%;
        margin:auto;
    }
    .pane .top_pane {
        display:none;
    }
    .pane .center_pane_home {
        float: right;
        width: 68%;
        display: inline-block;
    }
    .pane .left_pane {
        float: left;
        width: 30%;
        display: inline-block;
    }
    .pane .left_pane .hid_online_serv {
        display: block;
    }
    .Promo_row {
        width:99.6%;
        margin:0 0 10px 0;
        padding:0;        
    }
    .Home_Promo_Top img {
    display:inline-block;
    width:100%;
}
    .Home_Promo_Top .Text {
    display:inline-block;
    width:90%;
    padding:5px 5% 0px 5%;
    }
    
    
}
@media only screen and (min-width: 980px) {

    /*lvl1*/
    .lvl1 {
        width: 100%;
        display: block;
        overflow: hidden;
        background: #f8f8f8;
        border-bottom: none;
    }
        .lvl1 .lvl1_con {
            max-width: 1290px;
            margin:auto;        
        }
        .lvl1 .contact {
            display: none;
         }        
        .lvl1 #MainMenuClick {
            display: none;  
            height: 0px;          
        }
        .lvl1 #top_menu {
            display: inline-block;
            text-align: center;
            margin: 0;
            float: right;
        }
            .lvl1 #top_menu li {
                display: inline-block;
            }
                .lvl1 #top_menu li a {
                    color: #666;
                    font-size:9pt;
                    font-weight: 600;
                    padding: 12px 20px 3px 20px;
                    display: inline-block;
                    border-right:1px solid #eaeaea;            
                }
                .lvl1 #top_menu2 li small {
                    color: #0878b9;
                    font-weight:600;
                }
        .lvl1 #top_menu2 {
            display: inline-block;
            text-align: center;
            margin: 0;
            margin-left:20px;
            padding:0;
            float: right;
        }
            .lvl1 #top_menu2 li {
                display:inline-block;
                vertical-align:top;                
            }
            .lvl1 #top_menu2 .btn {
                background:#389dd8;
                padding:0 20px 0 10px;
                margin:5px 5px 0 5px;
                border-radius:2px;
                border:1px solid #1887c7;
            }
            .lvl1 #top_menu2 .display {
                padding:0 20px 0 10px;
                margin:5px 5px 0 5px;
                border-radius:2px;                
            }
            .lvl1 #top_menu2 .display a {
                color:#c81004;
                font-size:11pt;
                font-weight:800;                
            }
            .lvl1 #top_menu2 img {
                display: inline-block;                
            }
            .lvl1 #top_menu2 label{
                display: inline-block;
            }
            .lvl1 #top_menu2 label a {
                font-size: 9pt;
                color: #fff;
                font-weight: 600;
                display: inline-block;
                margin:0;
                padding:0 0 0 5px;
            }
                      
              
              
    /*END of Lvl1*/

    /*lvl2*/
    .lvl2 {
        padding: 0;
        border-bottom: 1px solid #f8f8f8;
    }
    .lvl2_con {
        max-width: 1280px;
    }

    .lvl2 .Official_Seal_Head {        
        width: 200px;
        display: inline-block;
    }
    .lvl2 .lab_result_Mtr_Header {
        display:inline-block;        
        height:40px;        
        margin:20px 0 0 3%;
        vertical-align:top;
        padding:15px 0 0 3%;
        border-left:1px solid #d4d4d4;
    }

    .lvl2 .btnset {
        display:inline-block;
        float:right;
    }
    .lvl2 .btnset .btn {
        display:inline-block;        
    }

    .lvl2 .btnset {
            display: inline-block;
            text-align: center;
            margin: 0;
            margin-left:20px;
            padding:0;
            float: right;
        }
            .lvl2 .btnset {
                display:inline-block;
                margin:28px 20px 0 0;                            
            }
                .lvl2 .btnset .btn {
                    background: #389dd8;
                    padding: 5px 20px 5px 10px;
                    margin: 5px 5px 0 5px;
                    border-radius: 3px;
                    border: 1px solid #f8f8f8;
                    box-shadow: inset 0 -10px 30px 1px #1287c8;
                    -webkit-transition: background .1s ease-in-out;
                    -moz-transition: background .1s ease-in-out;
                    -o-transition: background .1s ease-in-out;
                    transition: background .1s ease-in-out;
                }
            .lvl2 .btnset .btn:hover,
            .lvl2 .btnset .btn:active {
                background:#238cc8;  
                cursor:pointer;              
            }
            .lvl2 .btnset .btn img {
                height:20px;
                display: inline-block;      
                vertical-align:top;          
            }
            .lvl2 .btnset label{
                display: inline-block;
            }
            .lvl2 .btnset label a {
                font-size: 9pt;
                color: #fff;
                font-weight: 600;
                display: inline-block;
                margin:0;
                padding:0 0 0 5px;
            }









    .lvl2 .Main_Site_Search {
        width: 20%;
        margin-top: 2.5em;
        float: right;
        display: inline-block;
    }
        .lvl2 .Main_Site_Search .Search_Textbox {
            font-size: 9pt;
        }
    /*END of lvl2*/

    /*lvl3*/
    .lvl3 .lvl3_con {
        background: #0179bf;
        box-shadow: inset 0 2px 3px 1px #126da1;
        position: absolute;
        z-index: 10;
    }    
    .lvl3 #Main_Menu {
        max-width: 1280px;
        width: 100%;
        max-height: 17px;
        margin: auto;
        display: block;
        overflow: hidden;
        /* Set our transitions up. */
        -webkit-transition: max-height 0.3s;
        -moz-transition: max-height 0.3s;
        transition: max-height 0.3s;
    }

    .lvl3 #Main_Menu:hover {
        max-height: 500px;
    }

    .lvl3 #Main_Menu .Main_ul {
        width: 19.5%;
        height: 200vh;
        display: inline-block;
        position: relative;
        vertical-align: top;
        -webkit-transition: background .1s ease-in-out;
        -moz-transition: background .1s ease-in-out;
        -o-transition: background .1s ease-in-out;
        transition: background .1s ease-in-out;
    }
    .lvl3 #Main_Menu .Main_ul_alt {
        border-right: 1px dotted #1c92d7;
        border-left: 1px dotted #1c92d7;
    }

    .lvl3 #Main_Menu .Main_ul:hover {
        background: #0a82c8;
        box-shadow: inset 0 2px 3px 1px #0a76b5;
    }

                .lvl3 #Main_Menu .Main_ul:hover li a {
                    color: #fab74d;
                }


    .lvl3 #Main_Menu .Last_ul {
        border: none;
    }

    .lvl3 #Main_Menu .Main_ul li {
        width: 100%;
        padding: 0;
        line-height: 1.7em;
        text-align: left;
        display: none;
    }

    .lvl3 #Main_Menu:hover .Main_ul li {
        display: block;
    }

    .lvl3 #Main_Menu .Main_ul li:hover {
        background: none;
    }

    .lvl3 #Main_Menu .Main_ul .Header {
    }

        .lvl3 #Main_Menu .Main_ul .Header a {
            background: none;
            box-shadow: none;
            border: none;
            font-weight: 600;
            font-size: 10pt;
            color: #fff;
        }

    .lvl3 #Main_Menu:hover .Main_ul .Header a {
        color: #f1f1f1;
        background: none;
    }      
    /*END of lvl3*/

    /*feature*/

    .main_feature {
        height: 340px;
    }
    #feature_con {
        height: 340px;
    }   
    /*END feature*/
    .gen {
        padding-top: 70px;
    }
  
}
@media only screen and (min-width: 1090px) {
     /*feature*/

    .main_feature {
        height: 380px;
    }
    #feature_con {
        height: 380px;
    }   
    /*END feature*/         
    .search_pane .row .side_pane {
        display: inline-block;
        width: 25%;
    }
    .search_pane .row .display_pane {
        width: 74%;
        max-width: 900px;
        display: inline-block;
        border-radius: 2px;
    }
    
}
@media only screen and (min-width: 1180px) { 
     .default_body {
        display:block;
        overflow:hidden; 
     }    
     
     /*feature*/

    .main_feature {
        height: 440px;
    }
    #feature_con {
        height: 420px;
    }   
    /*END feature*/
    .find_doctor .content_pane {
        width: 65%;
    } 
}
@media only screen and (min-width: 1300px) {
     .main_feature {
        height: 470px;
    }
    #feature_con {
        height: 470px;
    }   
    /*END feature*/
 
     
}
@media only screen and (min-width: 1450px) {
     .main_feature {
        height: 500px;
    }
    #feature_con {
        height: 500px;
    }   
    /*END feature*/    
}
@media only screen and (min-width: 1600px) {
     .main_feature {
        height: 540px;
    }
    #feature_con {
        height: 540px;
    }   
    /*END feature*/
}