/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote
{
    margin: 0;
    padding: 0;
    outline: none;
}

/*
th, td 
{
    margin:0;
    padding:0;
    outline:none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

th, strong, em
{
    font-style:normal;
    font-weight:normal;
}

th 
{
    text-align:left;
}
*/

fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    list-style: none;
}

caption
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: bold;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
}
.clear
{
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}
.last
{
    margin: 0 !important;
}
.pad_last
{
    padding: 0 !important;
}

.no_bg
{
    background: none !important;
}

.no_bor
{
    border: none !important;
}

/**************************************************************************************/
.separator
{
    margin-top: 15px;
}
a
{
    color: #000000;
    text-decoration: none;
    outline: 0 none;
}

a:hover
{
    color: #000;
    text-decoration: none;
}

h1
{
    /*font-size: 24px;*/
    font-size: 28px;
    color: #03326a;
}

h2
{
    /*font-size: 20px;*/
    font-size: 17.75px;
    color: #636363;
}

h3
{
    /*font-size: 18px;*/
    font-size: 16px;
    color: #03326a;
}

h4
{
    font-size: 16px;
}

h5
{
    font-size: 14px;
}

h6
{
    font-size: 12px;
}

p
{
    font-family: 'Open Sans', Sans-Serif;
    font-size: 14.5px;
    font-weight: normal;
    color: #000000;
}

ul
{
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}

li
{
    /*background: url(/_img/dot.png) no-repeat left center;*/
    /*padding-left:10px;*/
    font-size: 14.5px;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: normal;
    color: #000000;
}

/*----------------------------------------------------------------------------------*/
html
{
}

body
{
    color: #000000;
    font-family: 'Open Sans' , sans-serif;
    font-size: 14.5px;
    font-weight: normal;
    /*font-size: 13px;
    background: #ffffff;
    font-family: "Arial" , Verdana, Tahoma;
    font-family: 'Raleway' , sans-serif;*/
}

.flt_lt
{
    float: left;
    display: inline;
}

.flt_rt
{
    float: right;
    display: inline;
}
/* ---------------------------------------------------------------------------------*/


/* ----------------------- layout ----------*/
.wrapper
{
    margin: 0 auto;
    min-width: 990px;
}

.main_content
{
}

/*------------------- HEADER HERE -------------------------*/
#header
{
    width: 100%;
}

/*--------------- HEADER TOP HERE ---------------*/
.header-top
{
    background: url(/_img/header-shadow.png) repeat-x;
    min-height: 54px;
    width: 100%;
}

.header-top-main
{
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.head-explore
{
    float: right;
    padding: 12px 57px 0 0;
}

.head-explore ul
{
    float: left;
    display: inline-block;
}

.head-explore ul li
{
    float: left;
    display: inline-block;
    padding: 0 0 0 10px;
    background: none;
}

.head-explore ul li a
{
    display: block;
    color: #03326a;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    padding: 0 0 19px 0;
}

.head-explore ul li:hover .explore
{
    display: block;
}

.explore
{
    display: none;
    width: 955px;
    background: #ebebeb;
    position: absolute;
    left: 0px;
    top: 32px;
    z-index: 999999999;
    margin: 12px 0 0 0;
}

.explore-one
{
    width: 232px;
    float: left;
    padding: 0 0 2px 0;
    margin: 0 7px 0 0;
}

.explore-one ul
{
    display: block;
    padding: 17px 0 5px 30px;
    background: #ffffff;
    margin: 0 0 0 7px;
    width: 202px;
    min-height: 490px;
}

.explore-one ul li
{
    display: block;
    float: none;
    padding: 0 0 18px;
}

.explore-one h3
{
    display: block;
    color: #03326a;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    font-family: Calibri;
    padding: 10px 0 12px 30px;
    background: #ebebeb;
    border-left: 6px solid #26929e;
}

.explore-one ul li a
{
    display: inline-block;
    color: #464646;
    font-size: 16px;
    line-height: 17px;
    font-weight: normal;
    font-family: Calibri;
    padding: 0;
    float: none;
}

.explore-one ul li a:hover
{
    text-decoration: underline;
}

/*-----------------------------------------------*/

/*--------------- HEADER HERE -------------------*/
.header
{
    width: 960px;
    margin: 0 auto;
    /*padding: 25px 0 25px 0;*/
    padding: 20px 0 20px 0;
}

.logo
{
    float: left;
    padding: 20px 0 0 0;
}

.nav-top
{
    float: right;
}

.nav-links
{
    float: right;
    padding: 0 2px 33px 0;
}

.nav-links ul
{
    float: left;
    display: inline-block;
}

.nav-links ul li
{
    float: left;
    display: inline-block;
    padding: 0 0 0 30px;
    background: none;
}

.nav-links ul li a
{
    display: block;
    /*color: #8d8d8d;*/
    font-weight: normal;
    font-family: 'Open Sans' , sans-serif;
    font-size: 15.25px;
    color: #636363;
}

.nav-links ul li a:hover
{
    text-decoration: underline;
}

.select-nav
{
    float: right;
}

.select-nav ul
{
    float: left;
    display: inline-block;
}

.select-nav ul li
{
    float: left;
    display: inline-block;
    padding: 0 0 0 3px;
    background: none;
    font-size: 13px;
}

.field1
{
    width: 160px;
    background: url(/_img/select-bg.png) no-repeat;
    height: 25px;
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
    border: none !important;
    padding-left: 5px;
}

.text-field
{
    background: url(/_img/input-bg.png) no-repeat;
    width: 160px;
    padding: 0 5px 0 5px;
    height: 25px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
    border: none;
    margin: 0 0 0 10px;
    color: #8d8d8d;
}
.align-text-field 
{
    vertical-align: top;
}
.search-btn
{
    padding-top: 1px;
    height: 23px;
}
.select-nav ul li a
{
    margin: 1px 0 0 0;
    display: block;
}
/*----------------------------------------------*/
/*---------------- NAV HERE --------------------*/
.nav-main
{
    width: 100%;
    background: #03326a;
}

.nav
{
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
}

.nav ul
{
    float: left;
    display: inline-block;
}

.nav ul li
{
    float: left;
    display: inline-block;
    background: url(/_img/nav-line.png) no-repeat left center;
    width: 160px;
    height: 54px;
    position: relative;
}

.line-right
{
    background: url(/_img/nav-line.png) no-repeat right center !important;
}

.nav ul li a
{
    display: block;
    color: #ffffff;
    /*font-size: 16px;*/
    font-size: 15.25px;
    line-height: 19px;
    font-weight: 700;
    margin: 0 1px 0 0;
    font-family: 'Open Sans' , sans-serif;
    /*padding: 7px 0 9px 15px;*/
    padding: 7px 2px 9px 12px;
    float: none;
}

.nav ul li a:hover
{
    color: #26929e;
}

.univ-nav-link-hover
{
    color: #26929e !important;
}

.nav ul li.highlight
{
    color: #26929e;
}

/*--------- drop 1 -----------*/
.nav ul li:hover .drop1
{
    display: block;
}

.drop1
{
    position: absolute;
    top: 48px;
    left: -5px;
    background: url(/_img/drop1-bg.png) no-repeat;
    width: 799px;
    min-height: 346px;
    display: none;
    z-index: 999999999;
}
.drop1 .menu1
{
    width: 744px;
    padding: 15px 0 0 6px;
}
.menu1 ul
{
    float: left;
    display: inline-block;
    padding: 0 9px 0 0;
    width: 283px;
}
.menu1 ul li
{
    display: block;
    width: 261px;
    background: url(/_img/drop1_list_border.jpg) repeat-x bottom left !important;
    float: none;
    height: auto;
    margin: 0 0 0 13px;
}
.menu1 ul li h3
{
    color: #424242;
    font-size: 14px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    display: block;
    padding: 0 0 0 15px;
}
.menu1 ul li a
{
    display: inline-block;
    background: url(/_img/drop1_list_arrow.png) no-repeat 5px 13px;
    font-size: 14px;
    color: #424242 !important;
    font-family: 'Raleway' , sans-serif;
    font-weight: 400;
    padding: 4px 0 12px 23px;
    text-align: left;
    height: 20px;
    line-height: 27px;
}
.menu1 ul li.bor
{
    background: none !important;
}
.menu1 ul li p
{
    background: #e1e1e1;
    /*padding: 9px 12px 9px 108px;*/
    padding: 9px 12px 9px 0px;    
    border-left: 6px solid #26929e;
    
    text-align:right;
    width:274px;
}
.menu1 ul li p a
{
    color: #03326a !important;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
    text-decoration: underline;
    display: block;
    text-align: right;
    padding: 0;
    background: none;
}
.menu1 ul li p a:hover
{
    text-decoration: none;
}
.wid
{
    width: 292px !important;
    margin: 0 !important;
}

.drop1 .menu1 ul li a:hover
{
}

.clinical_services
{
    /*margin: 23px 0 0 30px;*/
    margin: 12px 0 0 30px;
}
.clinical_services h1
{
    font-size: 15px;
    color: #03326a;
    font-family: 'Raleway' , sans-serif;
    font-weight: 700;
    padding: 0 0 15px 10px;
}
.clinical_services ul
{
    padding: 0 0 0 10px;
}
.clinical_services ul li
{
    background: none !important;
    width: 30px;
    height: 30px;
    text-align: center;
}
.clinical_services ul li a
{
    padding: 0 !important;
    font-size: 17px;
    color: #7f7f7f;
    line-height: 18px;
    font-family: 'Raleway' , sans-serif;
    font-weight: 700;
    width: 15px;
    height: 15px;
    text-align: center;
}
.clinical_services ul li a:hover
{
    color: #03326a;
}

a.letter_disabled 
{
    color:#C0C0C0 !important;
}

a.letter_disabled:hover
{
    color:#C0C0C0 !important;
}

/* Services Categories */

.menu1 .services-categories 
{
    float:left; 
    width:250px; 
    margin-left:10px;
    margin-top:10px;
}
            
.menu1 .services-categories ul 
{
}
            
.menu1 .services-categories ul li 
{
    display: block;
    width: 225px;
    float: none;
    height: auto;
    margin: 0 0 0 13px;
    background:none !important;
}

.menu1 .services-categories ul li a 
{
    background:none !important;
    padding-left:15px !important;
    color:#032D67 !important;
    font-family:'Open Sans', Sans-Serif;
    font-weight:bold;
    font-size:18px;
    padding:15px 0 17px 23px;
    border-bottom: 2px solid #CCCCCC;    
}

a.services-categories-last
{
    border: none !important;
}
           
.menu1 ul li a  
{
    background:none !important;
    /*border-bottom: 2px solid #CCCCCC;*/
    width:95%;
    padding:7px 0 7px 23px;
}
            
            
.menu1 .services-links
{
    float:left; 
    margin-left:35px;
    margin-top: 10px;
}
            
.menu1 .services-links h3 
{
    padding-bottom:10px;
    width:445px;    
}

.menu1 .services-links ul li 
{
    width:210px !important;
    margin-right:10px;
    border: none !important;  
    background:none !important; 
    list-style-type: none;
}
            
.menu1 .services-links ul li a 
{
    padding: 7px 0 7px 10px !important;
}

.menu1 .services-links .full-list-link
{
    clear:both; 
    float:left;
    margin-left:100px; 
    margin-top:20px; 
    margin-bottom:20px;
}
.menu1 .services-links .full-list-link a 
{
    font-size:13px;
    color:#032D67;
    /*text-decoration:none;*/
    text-decoration: underline;
    font-weight: normal;
}

.menu1 .services-links .full-list-link a:hover
{
    text-decoration: none;
}
            
.clinical_services ul 
{
    padding:0;
    margin:0;
    margin-left:15px;
}
.clinical_services ul li 
{
    padding:0;
    margin-right:5px !important;
    /*display:inline !important;*/
    margin-right:7px !important;
    width:18px !important;
}

.clinical_services ul li a 
{
    padding:0 !important;
    margin:0 !important;
    font-size:18px;
}

.drop-services
{
    position: absolute;
    top: 54px;
    left: -3px;
    background: #FFF !important;
    width: 480px;
    min-height: 200px;
    display: none;
    z-index: 999999999;
    border: 1px solid #CECECE;
}

.drop-services .menu-services
{
    width: 420px;
    /*padding: 15px 0 0 6px;*/
    padding: 0px;
}
.menu-services .service-links
{
    float: left; 
    margin-left: 20px;
    margin-top: 10px;
}
.menu-services .service-links ul li
{
    width:250px !important;
    margin-right:10px;
    border: none !important;  
    background:none !important; 
}
.menu-services .full-list-link-chog
{
    clear: both; 
    float: left;
    margin-left: 100px; 
    /*margin-top: 20px; */
    margin-top: 10px;
    margin-bottom: 20px;
}

.menu-services .full-list-link-chog a 
{
    font-size: 13px;
    color: #f54e80;
    /*text-decoration: none;
    font-size: 14px;*/
    text-decoration: underline;
    padding: 10px 0 0 0;
    font-weight: normal;
}

.menu-services .full-list-link-chog a:hover
{
    color: #f54e80 !important;
    text-decoration: none;
}

/*----------------------------*/
/*--------- drop 5 -----------*/
.nav ul li:hover .drop5
{
    display: block;
}
.drop5 a:hover
{
    background: none !important;
}
.drop5
{
    position: absolute;
    top: 48px;
    left: -6px;
    background: url(/_img/drop5_bg.png) no-repeat;
    width: 285px;
    min-height: 333px;
    display: none;
    z-index: 999999999;
}
.drop5 .section1
{
    width: 238px !important;
    margin: 32px 0 0 34px;
}
.drop5 .textfield2
{
    border: 2px solid #d8d8d8;
    margin: 0;
    background: #ffffff;
    padding: 9px 0 9px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #7f7f7f;
    width: 198px;
    display: block;
}
.drop5 a.search
{
    display: block;
    text-align: center !important;
    font-family: 'Open sans' , sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    /*font-size: 14px;
    line-height: 28px;
    background: url(/_img/blue-search-bg.png) repeat-x;
    padding: 4px 0 3px 0px;*/
    background: #03326a;
    width: 207px;
    margin: 10px 0 0 0;
    padding: 5px 0 5px 0;
}
.drop5 a:hover.search
{
    /*background: url(/_img/blue-search-bg.png) repeat-x !important;*/
    background: #03326a !important;
    color: #ffffff;
}
.health
{
    /*width: 202px !important;*/
    width: 238px !important;
    margin: 32px 0 0 33px !important;
}
.health h1
{
    font-family: 'Raleway' , sans-serif;
    font-size: 15px;
    color: #03326a;
    font-weight: 700;
    line-height: 28px;
}
.health ul
{
    float: left;
    display: inline-block;
    /*width: 204px !important;*/
    width: 238px !important;
    background: none !important;
    padding: 0 0 0 0 !important;
    margin: 13px 0 0 0 !important;
}
.health ul li
{
    /*padding: 0 15px 15px 0 !important;*/
    padding: 0 16px 15px 2px !important;
    margin: 0 0 0 0 !important;
    width: 14px !important;
    height: 14px !important;
    border: none !important;
    background: none !important;
}
.health ul li a
{
    display: inline-block;
    width: 14px !important;
    height: 14px !important;
    font-family: 'Raleway' , sans-serif;
    padding: 0 0 0 0 !important;
    font-size: 17px !important;
    color: #7f7f7f !important;
    font-weight: 700;
}
.health ul li a:hover
{
    color: #03326a !important;
}
/*----------------------------------*/
/*----------- drop 2 ---------------*/
.nav ul li:hover .drop2
{
    display: block;
}
.drop2 ul li a:hover
{
    background: url(/_img/drop1_list_arrow.png) no-repeat 5px 13px !important;
}

.drop2
{
    position: absolute;
    top: 45px;
    left: -6px;
    background: url(/_img/drop2_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 308px;
    min-height: 257px;
    display: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_img/drop2_bg.png',sizingMethod='scale');
    z-index: 999999999;
}
.drop2 .menu2
{
    width: 290px;
    /*padding: 20px 0 19px 19px;*/
    padding: 16px 0 19px 19px;
}
.menu2 ul
{
    float: left !important;
    display: inline-block;
    background: none !important;
    padding: 0 15px 0 0;
    width: 283px !important;
}
.menu2 ul li
{
    display: block !important;
    width: 261px;
    /*background: url(/_img/drop1_list_border.jpg) repeat-x bottom left !important;*/
    border-bottom: 1px solid #D4D4D4;
    background: none;
    float: none !important;
    height: auto;
}
/*.menu2 ul li:not(:last-child)
{
    display: block !important;
    width: 261px;
    background: url(/_img/drop1_list_border.jpg) repeat-x bottom left !important;
    float: none !important;
    height: auto;
}
.menu2 ul li:last-child
{
    display: block !important;
    width: 261px;
    background: none;
    float: none !important;
    height: auto;
    padding-bottom: 10px;
}*/
.menu2 ul li a
{
    display: inline-block;
    background: url(/_img/drop1_list_arrow.png) no-repeat 5px 13px;
    font-size: 15px;
    color: #424242 !important;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 400;
    padding: 0px 0 12px 17px !important;
    text-align: left !important;
    height: 19px !important;
    line-height: 30px;
}
.menu2 ul li a:hover
{
    color: #424242 !important;
    font-weight: 400 !important;
}
.menu2 ul li.bor
{
    background: none !important;
}
/*----------------------------------*/
/*------------- drop 3 -------------*/
.nav ul li:hover .drop3
{
    display: block;
}
.drop3 ul li a:hover
{
    background: url(/_img/drop1_list_arrow.png) no-repeat 5px 13px !important;
}

.drop3
{
    position: absolute;
    top: 54px;
    left: -6px;
    background: url(/_img/drop3-bg.png) no-repeat;
    width: 601px;
    display: none;
    padding: 0 0 20px;
    z-index: 999999999;
}
.drop3 .menu3
{
    width: 581px;
    padding: 15px 0 0 19px;
}
.menu3 ul
{
    float: left !important;
    display: inline-block;
    background: none !important;
    padding: 0 15px 0 0;
    width: 276px !important;
}
.menu3 ul li
{
    display: block !important;
    width: 261px;
    background: none !important;
    float: none !important;
    height: auto;
}
.menu3 ul li a
{
    display: block;
    background: url(/_img/drop1_list_arrow.png) no-repeat 5px 13px;
    border-bottom: 1px solid #b7b7b7;
    font-size: 14px;
    color: #03326a !important;
    line-height: 32px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 400;
    padding: 2px 0 9px 17px !important;
    text-align: left !important;
    height: 20px !important;
    line-height: 27px;
}
.menu3 ul li a.down
{
    display: inline-block;
    background: url(/_img/down_arrow.png) no-repeat 5px 9px;
    border-bottom: 1px solid #b7b7b7;
    text-transform: lowercase !important;
    font-size: 14px;
    color: #424242 !important;
    font-family: 'Raleway' , sans-serif;
    font-weight: 400;
    padding: 4.5px 0 4px 17px !important;
    text-align: left !important;
    height: 20px !important;
    line-height: 27px;
}
.menu3 ul li a:hover
{
    color: #03326a !important;
    font-weight: 400 !important;
    /*background: gray !important;
    padding-right: 0px !important;
    width: 286px !important;*/
}
.menu3 ul li a.active
{
    color: #00533f !important;
    font-weight: 400 !important;
}
.menu3 ul li.bor
{
    background: none !important;
}
.maps
{
    width: 276px !important;
    float: left;
    padding: 10px 0 0 0;
}
.maps h1
{
    font-size: 15px;
    color: #03326a !important;
    font-family: 'Raleway' , sans-serif;
    line-height: 20px;
    font-weight: 700;
    padding: 0 0 0 20px !important;
    text-align: left !important;
    max-width:250px;
    height:40px;
}
.maps a
{
    text-align: center;
    display: block;
    padding: 0 0 0 0 !important;
    margin: 35px 0 0 0 !important;
    height: auto !important;
}
#nav ul li:hover .drop3 .menu3 .maps a:hover
{
    background: none !important;
}

.maps img
{
    box-shadow: 2px 5px 5px #a4a4a4;
}
.maps .adress
{
    margin: 10px 0 0 20px;
    height: 54px;
}
.adress p
{
    font-family: 'Raleway' , sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #404040;
}
.maps_links
{
    margin: 30px 0 0 0;
}
.maps_links a
{
    display: block;
    height: auto !important;
    margin: 0 0 12px 48px !important;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Raleway' , sans-serif;
    text-align: center;
    background: #03326a;
    width: 186px;
    /*padding: 5px 0 9px !important;*/
    padding: 5px 0 5px !important;
}

.maps_links a:hover
{
    color: #ffffff !important;
}

.maps_links img
{
    box-shadow: none !important;
}

/*----------------------------------*/
/*------------- drop 4 -------------*/
.nav ul li:hover .drop4
{
    display: block;
}
.drop4 .drop4_form a:hover
{
}

.drop4
{
    position: absolute;
    top: 48px;
    left: -6px;
    background: url(/_img/drop4_ng.png) no-repeat;
    /*width: 252px;
    min-height: 315px;*/
    width: 400px;
    min-height: 400px;
    display: none;
    z-index: 999999999;
}
.drop4_form
{
    width: 202px !important;
    /*margin: 0 auto !important;*/
    /*padding: 20px 0 0px 0 !important;*/
    margin-left: 22px;
    padding: 10px 0 0 0 !important;
}
.drop4_form .find-button
{
    margin-top: 25px !important;
}
.drop4_form p
{
    font-family: 'Open sans', Sans-Serif;
    font-size: 14px;
    height: auto !important;
    color: #03326a !important;
    margin: 5px 0 15px 0 !important;
    padding: 0 0 0 0 !important;
    font-weight: 700;
    text-align: center;
    display: block;
}
.drop4 ul
{
    width: 202px !important;
    background: none !important;
    padding: 10px 0 0 0;
}
.drop4 ul li
{
    float: none !important;
    display: block;
    padding: 0 0 0 0 !important;
    margin: 0 0 9px 0 !important;
    background: none !important;
    height: auto;
}
.drop4 ul li .find
{
    display: block;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    background: url(/_img/find.jpg) no-repeat;
    border: none;
    cursor: pointer;
    width: 199px;
    height: 37px;
}
.drop4 ul li .textfield1
{
    border: 1px solid #d8d8d8;
    background: #ffffff;
    padding: 9px 0 9px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #7f7f7f;
    width: 194px;
    margin-top: 5px;
}
.drop4 ul li a
{
    color: #ffffff;
    /*font-size: 14px;
    line-height: 28px;
    font-family: 'Raleway' , sans-serif;
    background: url(/_img/blue-search-bg.png) repeat-x;
    padding: 6px 0 5px 0;*/
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    font-family: 'Open sans', Sans-Serif;
    background: #03326a;
    padding: 5px 0 5px 0;
    text-align: center;
    width: 200px;
}

.drop4 ul li a:hover
{
    color: #ffffff !important;
}

.drop4_form .dd .ddTitle
{
    border: 1px solid #d8d8d8;
    background: #ffffff;
    height: 31px;
    padding: 2px 0 2px 0;
}
.drop4_form .dd .ddArrow
{
    background: url(/_img/arrows.png) no-repeat;
    width: 8px;
    height: 17px;
    margin-top: -8px;
}
.drop4_form .borderRadiusTp
{
    border-radius: 0;
}

.drop4_form .dd .ddChild li .ddlabel
{
    color: #8d8d8d;
    padding-left: 10px;
    font-size: 13px;
}
.drop4_form select.speciality-dropdown
{
    width: 202px;
    height: 35px;
    color: #7f7f7f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	line-height: 30px;
    -webkit-appearance: menulist-button;
	background: #FFF;
    -webkit-border-radius: 0px;
    border: 1px solid #d8d8d8;
}
.drop4_form select.speciality-dropdown option
{
    width: 202px;
}
.advan
{
    color: #03326a !important;
    /*margin: 18px 0 0 12px !important;*/
    margin: 38px 0 0 12px !important;
}

/*----------------------------------*/
/*------------- drop 6 -------------*/
.nav ul li:hover .drop6
{
    display: block;
}
.drop6 ul li a:hover
{
    background: url(/_img/drop1_list_arrow.png) no-repeat 5px 13px !important;
}

.drop6
{
    position: absolute;
    top: 54px;
    left: -6px;
    /*top: 49px;
    background: url(/_img/drop4-bg.png) no-repeat;*/
    width: 443px;
    display: none;
    z-index: 99999999;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 0px 0px 15px 0px #717171;
    background: #F5F5F5;
    border: 1px solid #939393;
}

.drop6 .menu6
{
    /*padding: 10px 0 10px 19px;*/
    padding: 8px 0 10px 19px;
}
.menu6 ul
{
    float: left !important;
    display: inline-block;
    background: none !important;
    padding: 0 15px 0 0;
}
.menu6 ul li
{
    display: block !important;
    width: 370px;
    background: none;
    /*background: url(/_img/drop1_list_border.jpg) repeat-x bottom left;*/
    border-bottom: 1px solid #D4D4D4;
    float: none !important;
    height: auto;
}
/*.menu6 ul li:not(:last-child)
{
    display: block !important;
    width: 370px;
    background: none;
    background: url(/_img/drop1_list_border.jpg) repeat-x bottom left;
    border-bottom: 1px solid #D4D4D4;
    float: none !important;
    height: auto;
}
.menu6 ul li:last-child
{
    display: block !important;
    width: 370px;
    background: none;
    border-bottom: none;
    float: none !important;
    height: auto;
}*/
.menu6 ul li a
{
    display: inline-block;
    background: url(/_img/drop1_list_arrow.png) no-repeat 5px 13px;
    font-size: 15px;
    color: #424242 !important;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 400;
    padding: 0px 0 12px 17px !important;
    text-align: left !important;
    height: 19px !important;
    line-height: 32px;
}
.menu6 ul li a:hover
{
    color: #424242 !important;
    font-weight: 400 !important;
}
.menu6 ul li.bor
{
    background: none !important;
}
/*----------------------------------*/
/*---------------Nav end-------------------*/
/*---------------- Header end --------------------*/

/*------------------ Banner here -----------------*/
.banner-main
{
    width: 100%;
    padding: 0;
}
.banner
{
    width: 100%;
    position: relative;
    height: 438px;
    overflow:hidden;
}
.banner img
{
    margin: 0 auto;
    display: block;
}
.banner-main img
{
    margin: 0 auto;
    display: block;
}

.banner1 .bx-wrapper .bx-next
{
    display: none !important;
}
.banner1 .bx-wrapper .bx-prev
{
    display: none !important;
}
.banner1 .bx-wrapper .bx-pager
{
    display: block !important;
    z-index:9999;
}
.banner1 .bx-wrapper .bx-pager.bx-default-pager a
{
    background: url(/_img/banner2-a.png) no-repeat;
    width: 16px;
    height: 15px;
}
.banner1 .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
{
    background: url(/_img/banner2-hover.png) no-repeat !important;
}
/*------------------ Banner end ------------------*/


/* ------------------------ MIAN CONTENT HERE --------------*/
.content
{
    width: 960px;
    margin: 0 auto;
}

h1
{
    font-family: 'Open Sans' , sans-serif;
    padding: 0 0 10px 0;
    /*font-weight: bold;
    font-size: 30px;
    color: #0164a8;*/
}

.main-block
{
    margin: 0 0 35px 0;
}
.main-block-left
{
    float: left;
    width: 469px;
    margin: 2px 0 0 0;
}
.find-physican
{
    border: solid 1px #e9e9e9;
    /*padding: 15px 5px 10px 30px;*/
    padding: 15px 5px 10px 25px;
    box-shadow: 0 0 4px 0 #cfcfcf;
    margin: 0 0 12px;
    background: #f7f7f7;
}
.find-a-doctor
{
    padding: 0 0 10px;
}
.find-a-doctor h4
{
    color: #03326a;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    display: inline-block;
    padding: 8px 0 6px 60px;
    background: url(/_img/find-doctor-search.png) no-repeat left center;
    /*width: 190px;*/
    width: 170px;
    float: left;
}
.find-a-doctor a
{
    display: inline-block;
    color: #474747;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 13px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
.find-a-doctor a:hover
{
    text-decoration: none;
}

.find-physican ul
{
    float: left;
    display: inline-block;
}
.find-physican ul li
{
    float: left;
    display: inline-block;
    width: 361px;
    background: none;
}
.sele-drop
{
    padding: 3px 15px 0 0 !important;
}
.sele-drop select.speciality-dropdown
{
    width: 365px;
    height: 35px;
    color: #7f7f7f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
}
.sel-a
{
    width: 40px !important;
    padding-left: 5px;
    padding-top: 2px;
}
.find-physican ul li a
{
    display: block;
}
.find-physican .dd .ddTitle
{
    /*background: url(/_img/select-specalist.png) no-repeat;*/
    background: url(/_img/select-specialist2.png) no-repeat;
    height: 31px;
    width: 361px;
    padding: 2px 0 2px 0;
}
.find-physican .dd .ddArrow
{
    background: url(/_img/selet_spec_arrow.png) no-repeat;
    width: 29px;
    height: 27px;
    margin-top: -16px;
    margin-right: -3px;
}
.find-physican .borderRadiusTp
{
    border-radius: 0;
}
.find-physican .dd .ddChild
{
    width: 361px !important;
}
.find-physican .dd .ddChild li
{
    width: 98%;
}

/* ------------- Graphic Ad here -------------------- */
.graphicAdSmall
{
}

.graphicAdBig
{
}


/* ------------- Appointment here --------------------*/
.appointment
{
    /*width: 469px;*/
    width: 467px;
    border: solid 1px #e9e9e9;
    float: left;
    margin: 0 auto;
    box-shadow: 0 0 4px 0 #cfcfcf;
    position: relative;
    display: table;
    /*behavior: url(PIE.htc);*/
}
.appointment ul
{
    display: block;
}
.appointment ul li
{
    display: block;
    background: #f7f7f7;
    border-bottom: solid 1px #e9e9e9;
    padding-top: 7px;
    /*padding: 15px 0 15px 0;*/
    height: 63px;
}
.appointment ul li a
{
    display: table-row !important;
    border-color: transparent;
    cursor: pointer;
}
.appointment ul li a img
{
    display: table-cell;
    padding-left: 10px;
}
.appointment ul li span.toolName
{
    display: table-cell;
    vertical-align: middle;
}
.appointment ul li a, .toolName
{
    display: inline-block;
    color: #8d8d8d;
    font-size: 20px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: normal;
    padding: 7px 0 0 20px;
}

.patientFamiliesToolsLinks
{
    /*display: inline-block;
    height: 40px;*/
}

.toolName
{
    vertical-align: top;
    padding: 0 0 0 10px;
    /*width: 230px;
    max-width: 230px;*/
    width: 225px;
    max-width: 225px;
}

.request
{
    /*background: url(/_img/appontment-bg.png) no-repeat 21px 0;*/
    display: inline-block;
    height: 40px;
}
.ways
{
    /*background: url(/_img/appontment-bg.png) no-repeat 21px -68px;*/
    display: inline-block;
    height: 40px;
}
.online_bill
{
    /*background: url(/_img/appontment-bg.png) no-repeat 21px -141px;*/
    display: inline-block;
    height: 40px;
}
.no_border
{
    border: none !important;
}
.physician
{
    position: absolute;
    top: -11px;
    right: 6px;
    display: block;
    /*width: 169px;*/
    height: 223px;
}
/*------------------------------------------------------*/
/*-------------- News and Classes & Events here --------------------------*/
.news_events
{
    width: 465px;
    border: solid 2px #e5e5e5;
    float: right;
    box-shadow: 0 0 4px 0 #cfcfcf;
}
.blue_bar
{
    background: url(/_img/read-more-section-bg.png) no-repeat left bottom;
    padding: 0 0 2px 0;
}
.blue_bar ul
{
    display: block;
}
.blue_bar ul li
{
    float: left;
    display: inline-block;
    width: 232px;
}
.blue_bar ul li a
{
    display: block;
    padding: 4px 18px 5px 23px;
}
.blue_bar ul li a span
{
    background: url(/_img/iye-bg-img.png) no-repeat right center;
    color: #636363;
    font-size: 18px;
    font-family: 'Open Sans' , sans-serif;
    display: block;
}
.blue_bar ul li a span.events_bg
{
    background: url(/_img/events-bg.png) no-repeat right center !important;
}
.blue_bar ul li a:hover, .blue_bar ul li a.active
{
    background: #03326a;
}
.blue_bar ul li a:hover span, .blue_bar ul li a.active span
{
    color: #FFF;
    font-weight: bold;
}
.blue_bar ul li a:hover span.events_bg
{
    background: url(/_img/event-hover-bg.png) no-repeat right center !important;
}
.news_section
{
    padding: 5px 5px 15px 5px;
    height: 60px;
    margin-top: 5px;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}
.news_section .news-date
{
    color: #03326a;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}
.news_section .news-title
{
    width: 330px;
    max-width: 330px;
    float: left;
    padding-right: 10px;
}
.news_section .news-title span
{
    color: #636363;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding-bottom: 5px;
}
.classes_section
{
    padding: 5px 5px 15px 5px;
    height: 60px;
    margin-top: 5px;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}
.classes_section .classes-date
{
    color: #636363;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    display: block;
    padding-bottom: 5px;
    font-style: italic;
    float: left;
    width: 338px;
}
.classes_section .classes-title
{
    width: 338px;
    float: left;
    padding-right: 10px;
    display: block;
}
.classes_section .classes-title span
{
    color: #03326a;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding-bottom: 5px;
}
.classes_section .classes-location
{
    float: left;
    padding-right: 10px;
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #636363;
}
.classes_section .classes-location span
{
    /*color: #636363;*/
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding-bottom: 5px;
}
.readmore
{
    padding: 10px 15px 12px 19px;
    position: relative;
    background: url(/_img/read-more-section-bg.png) no-repeat left bottom;
}
.readmore p
{
    width: 338px;
    float: left;
    color: #636363;
    font-size: 13px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: normal;
}
.readmore p span
{
    color: #03326a;
    font-size: 15px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: bold;
    display: block;
}
.read_btn
{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 70px;
    background: #ffa100;
    text-align: center;
    padding: 6px 9px 5px 14px;
    color: #FFF;
    behavior: url(PIE.htc);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: block;
    border-radius: 4px;
}
.read_btn a
{
    color: #FFF;
    font-weight: normal;
}
.read_btn:hover
{
    color: #FFF;
}
.calendar-link
{
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 0 4px 0 #cfcfcf;
    background: #FFF;
    padding: 2px;
}
.calender
{
    width: 120px;
    margin: 0 auto;
    background: url(/_img/calender-bg.png) no-repeat right center;
    color: #636363;
    font-size: 13px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: bold;
    display: block;
    padding: 9px 12px 8px 0;
}
.calender:hover
{
    color: #636363;
}
.news_events .ajax__tab_header
{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px !important;
    display: block;
    background: none !important;
    border: solid 1px #e5e5e5;
}
.news_events .ajax__tab_outer
{
    background: none !important;
    height: 28px !important;
    color: #636363;
}
.news_events .ajax__tab_inner
{
    background: #FFF !important;
    height: 28px !important;
    padding-left: 0px !important;
}
.news_events .ajax__tab_active .ajax__tab_outer, .ajax__tab_inner
{
    background: #03326a !important;
}
.news_events .ajax__tab_hover .ajax__tab_outer, .ajax__tab_inner
{
    background: #03326a !important;
}
.news_events .ajax__tab_tab 
{
    height: 24px !important;
    padding: 2px !important;
    width: 223px;
    background: none !important;
}
.news_events .ajax__tab_active .ajax__tab_tab
{
    background: #03326a !important;
    color: #FFF;
    font-weight: bold;
}
.news_events .ajax__tab_hover .ajax__tab_tab
{
    background: #03326a !important;
    color: #FFF;
    font-weight: bold;
}
.news_events .ajax__tab_body
{
    border: none !important;
}

/*---------------------------------------------------------*/
/*------------------- Homepage Ads blocks here --------------------*/
.ads_block
{
    width: 960px;
    margin: 0 auto 38px auto;
    /*padding-top: 30px;*/
}

.ads_block ul
{
    display: block;
    float: left;
}

.ads_block ul li
{
    float: left;
    display: block;
    margin: 0 8px 0 0;
    padding: 0 0 0 0;
}

.ads_block ul li img
{
    display: block;
}

.ads_block ul li a
{
    background: #eeeeee;
    display: block;
    padding: 0;
}

.ads_block ul li a span
{
    background: url(/_img/arrow.png) no-repeat right center;
    padding: 6px 0 5px 8px;
    display: block;
    width: 295px;
    color: #808080;
    font-size: 17px;
    font-family: 'Open Sans' , sans-serif;
}

.ads_block ul li a:hover
{
    text-decoration: underline;
}

.ad2_mrgn
{
    margin: 2px 4px 0 0 !important;
}

.ads_block .homepageAds_block
{
    display: block;
    float: left;
}

.homepageAds
{
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
}

.homepageAds a
{
    padding: 0px;
}   

.homepageAds img
{
    width: 310px;
    /*height: 141px;*/
    margin-top:-5px;
}

.homepageAds span
{
    background: url(/_img/arrow.png) no-repeat right center;
    padding: 6px 0 5px 8px;
    display: block;
    width: 300px;
    color: #808080;
    font-size: 17px;
    font-family: 'Open Sans' , sans-serif;
    text-decoration: underline;
}

/* ---------------------------------------------------------*/


/*------------------- Inner 1 here -------------------------*/
/* compact banner */
.main-banner
{
    width: 100%;
    background: url(/_img/main-banner-bg.png) repeat;
    min-height: 135px;
}
.main-banner-container
{
    margin: 0 auto;
    width:960px;
    height:135px;
    position:relative;
}
.main-banner-container h3
{
    color: #014787;
    font-size: 48px;
    line-height: 56px;
    font-family: Calibri, "Times New Roman" , Times, serif;
    font-weight: bold;
    height:135px;
    display:table-cell;
    vertical-align:middle;
    padding-left:40px; 
    max-width:860px;
    *position:absolute;
    *top:40%;

}
.ban-img
{
    margin: -4px auto 0 auto !important;
    display: block;
}

/* full banner */
.full-banner
{
    width:100%;
    min-height:220px;
}
.full-banner-container
{
    margin: 0 auto;
    width:960px;
    height:220px;    
    position:relative;
}
.full-banner-container h3
{
    color: #014787;
    font-size: 48px;
    line-height: 56px;
    font-family: Calibri, "Times New Roman" , Times, serif;
    font-weight: bold;
    height:220px;
    display:table-cell;
    vertical-align:middle;
    padding-left:40px;
    max-width:700px;
    *position: absolute; 
    *top: 40%;
}

.sub-nav
{
    color: #636363;
    /*font-size: 12px;
    padding: 8px 0 15px 0;*/
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans' , Sans-Serif;
    padding: 15px 0 15px 0;
}
.sub-nav ul
{
    float: left;
    display: inline-block;
}
.sub-nav ul li
{
    float: left;
    display: inline-block;
    background: url(/_img/sub-nav-line.png) no-repeat right center;
    padding: 0 12px 0 0;
    margin: 0 7px 0 0;
}
.sub-nav ul li a
{
    display: block;
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
}
.sub-nav a
{
    color: #636363;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans' , Sans-Serif;
    float: none;
    /*font-size: 12px;
    padding: 0 0 20px 0;*/
}

/*.content-right-cardio
{
    width: 225px;
    float: right;
}*/
.content-right
{
    /*width: 620px;*/
    width: 710px;
    margin: 0 0 0 0; /*margin: 0 0 0 5px;*/
    float: right;
    padding-bottom: 20px;
}
.content-right .print-friendly-page
{
    float: right;
}
.content-cardio
{
    float: left;
    width: 725px;
    padding-bottom: 20px;
}

/* Cardio layout heading */
.content-right .heading-text h1
{
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Open Sans' , sans-serif;
    background: #03326a;
    width: 233px;
    padding: 6px 0 7px 20px;
    margin: 0 0 35px;
    float: left;
}

.content-right h1
{
    font-size: 28px;
    color: #03326a;
    margin-bottom:10px;
}

.content-right h1 a
{
    font-size: 28px;
    color: #03326a;
    margin-bottom:10px;
    text-decoration: none;
    font-weight: bold;
}

.content-right h2
{
    font-size: 17.75px;
    color: #636363;
    margin-bottom:10px;
    line-height: 22px;
    font-weight: normal;
}

.content-right h2 a
{
    font-size: 17.75px;
    color: #B2B4B3;
    margin-bottom:10px;
    line-height: 22px;
    font-weight: normal;
}

.content-right h3
{
    font-size: 16px;
    color: #03326a;
    margin-bottom:10px;
}
.content-right h3 span
{
    font-weight: normal;
}
.content-right h4
{
    font-size: 16px;
    margin-bottom:10px;
}

.content-right h5
{
    font-size: 14px;
    margin-bottom:10px;
}

.content-right h6
{
    font-size: 12px;
    margin-bottom:10px;
}

.content-right p 
{
    font-family: 'Open Sans', Sans-Serif;
    font-size: 14.5px;
    font-weight: normal;
    color: #000000;    
    margin-bottom:10px;
}

.content-right span p
{
    display: block;
    line-height: 25px;
    padding-bottom: 10px;
}

.content-right ul, .content-right ol
{
    display: block;
    padding: 0 0 10px 0;
}


.content-right ul li
{
    background: none;
    padding:0;
    margin-left:30px;
    line-height: 25px;
    list-style-type:disc;
}

.content-right ul li a
{
    /*color: #b1b1b1;*/
}

.content-right a
{
    /*color: black;
      text-decoration: underline;*/
    color: blue;
    text-decoration: underline;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 14.5px;
    font-weight: normal;
    padding: 0px;
}

.content-right h1
{
    display: block;
}

.content-right .related-links ul {
    padding:0;
}

.content-right .related-links ul li {
    list-style-type:none;
    margin:0;
    padding:0;
}


.content-right #divContent
{
    float: left;
    clear: left;
}

#divContent li
{
    padding-left: 10px;
}

.content-txt
{
    margin: 0 0 0 0;
    float: left;
    vertical-align: top;
}

.subpage-nav
{
    width: 225px;
    float: left;
    border: 2px solid #e5e5e5;
    margin-right: 5px;
    /*margin-bottom: 10px;*/
    margin-bottom: 30px;
}
.subpage-nav .subpage-nav-header a
{
    padding: 0;
    margin: 0px;
}
.subpage-nav .subpage-nav-header h2
{
    background-color: #3d84c6;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
}

.subpage-nav-links
{
    background-color: #FAFAFA;
}

.subpage-nav .subpage-nav-links ul
{
    padding-left: 5px;
    padding-right: 5px;
    /*padding-bottom: 10px;*/
    padding-bottom: 5px;
}

.subpage-nav .subpage-nav-links ul li
{
    list-style-type:none;
    margin:0;
    padding:0;
    border-bottom: 1px solid #E5E5E5;
    background: none;
}

/*.subpage-nav .subpage-nav-links ul li:last-child
{
    list-style-type:none;
    margin:0;
    padding:0;
    border-bottom: none;
    background: none;
}*/

.subpage-nav .subpage-nav-links div
{
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 0 7px 10px;
}


.subpage-nav .subpage-nav-links li a
{
    display: inline-block;
    color: #424242;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0 6px 5px; 
}

.subpage-nav-links div a
{
    display: inline-block;
    color: #424242;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 5px 0; 
}
.content-txt h2
{
    display: block;
    color: #636363;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
    padding: 0 0 10px 0;
}
.content-txt p
{
    display: block;
    color: #636363;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
    text-align: justify;
    padding: 0 0 20px 0;
}
.content-txt h3
{
    display: block;
    color: #03326a;
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
}
.content-txt ul
{
    display: block;
    padding: 0 0 25px 0;
}
.content-txt ul li
{
    display: block;
    /*background: url(/_img/dot.png) no-repeat left center;*/
    background: none;
    padding: 0 0 0 5px;
    color: #636363;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
}
.content-txt ol
{
    display: block;
    list-style-type: decimal;
    padding: 0 0 17px;
}
.content-txt ol li
{
    list-style-type: decimal;
    color: #636363;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
    background: none;
    margin: 0 0 0 18px;
}

.content-left
{
    width: 225px;
    float: left;
    padding-bottom: 20px;
}

.relatedLinks-cardio
{
    float: right;
}

.link_section
{
    width: 225px;
    border: 1px solid white;
    background: url(/_img/heading-bg.png) repeat-x #f2f2f2;
    clear: both;
    margin-bottom: 10px;
}
.relatedLinks-cardio .link_section .rl-wrapper
{
    padding-top: 10px;
}
.link_section a
{
	display:block;
	width:90%;
    text-decoration: none;
    font-weight: normal;
    color: #737373;
    font-size: 13px;
    padding: 8px 5% 8px 5%;
	line-height:1.25;
}

.content-left .link_section
{
    /*width: 225px;
    border: 1px solid white;
    padding-bottom: 30px;
    padding-top: 20px;
    background: url(/_img/heading-bg.png) repeat-x #f2f2f2;
    clear: both;*/
}

.content-left .link_section ul
{
    display: block;
    border: 1px solid #737373;
    padding: 0;
}

.content-left .link_section li
{
    background: none;
    display: block;
    padding: 0;
}

.content-left .link_section li a
{
    display: block;
    background: none;
    color: #666;
}

.content-left .link_section li a:hover 
{
	color: #333;
	background-color: #eee;
}

.content-left .related-links ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.content-right .link_section
{
    float: right;
    margin-left: 15px;
	padding-top:61px;
	padding-bottom:0;
    /*width: 225px;
    border: 1px solid white;
    padding-bottom: 30px;
    padding-top: 20px;
    background: url(/_img/heading-bg.png) repeat-x #f2f2f2;
    clear: both;
    padding-left: 5px;*/
}

.content-right .link_section ul
{
    display: block;
	border:1px solid #737373;
}

.content-right .link_section li
{
    background: none;
}

.content-right .link_section li a
{
    display: block;
    background: none;
	color:#666;
    /*color: #636363;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;*/
}

.content-right .link_section li a:hover {
	color:#333;
	background-color:#eee;
}
.content-right #divFormContact span, .content-right #divFormContact table
{
    /*color: #b1b1b1;*/
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
}

.rlGroupTitle
{
    background-color: #999;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans' , sans-serif;
    padding: 5px 5px 5px 10px;
	border-bottom:1px solid #737373;
}

.content-right .rlGroupTitle
{
    /*background-color: #cecece;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    padding: 5px 0 5px 5px;*/
}

.content-left .rlGroupTitle
{
    /*background-color: #cecece;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    padding: 7px 0 7px 5px;*/
}

.rlGroupTitleSubsite 
{
    color:#FFFFFF !important;
    padding:5px 10px 5px 10px !important;
    font-weight:bold !important;
}

.relatedLinks-cardio .rlGroupTitleSubsite
{
    background-color: #8f181a;
    /*display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    padding: 7px 0 7px 5px;*/
}
    

.heading
{
    border: 3px solid #e5e5e5;
    margin: 0 0 30px 0;
}

.heading h1
{
    background: #03326a;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    padding: 7px 0 7px 25px;
}

.heading #ServiceLinks_Header
{
    background: #03326a;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    padding: 7px 0 7px 25px;
}

.heading-links
{
    background: url(/_img/heading-bg.png) repeat-x #f2f2f2;
    padding: 20px 0 10px 20px;
}
.heading-links ul
{
    display: block;
}
.heading-links ul li
{
    display: block;
    padding: 0 0 15px 0;
}
.heading-links ul li a
{
    display: inline-block;
    color: #636363;
    font-size: 17PX;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
    padding-bottom: 10px;
}
.heading-links ul li a:hover
{
    text-decoration: underline;
}

.heading-links #ServiceLinks_Body
{
    display: block;
}

.heading-links #ServiceLinks_Body a
{
    display: inline-block;
    color: #636363;
    font-size: 17PX;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
    padding-bottom: 15px;
}

.heading-links #ServiceLinks_Body a:hover
{
    text-decoration: underline;
}

.our-community
{
    width: 225px;
    float: left;
    padding-top: 10px;
    clear: both;
    margin-bottom: 10px;
}

.our-community span
{
    display: block;
    color: #808080;
    font-size: 18px;
    line-height: 15px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
    background: url(/_img/our-comm.png) no-repeat left center;
    padding: 0 0 7px 21px;
}

.our-community a
{
    display: block;
}

.our-community a img
{
    width: 225px;
    height: 110px;
}

.details
{
}
.details ul
{
    display: block;
}
.details ul li
{
    display: block;
    color: #636363;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
    background: none;
    padding: 0;
}

.colors
{
    padding: 0 0 20px 0;
}
.colors h5
{
    display: block;
    color: #636363;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
}
.colors ul
{
    display: block;
    padding: 0;
}
.colors ul li
{
    display: block;
    color: #0164a8;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
    background: none;
    padding: 0;
}
.colors ul li.pms2
{
    color: #a80532;
}
.colors ul li.pms3
{
    color: #393d3e;
}
.colors ul li.pms4
{
    color: #5a5a5a;
}
.colors ul li.pms5
{
    color: #1d55d6;
}
.fhoebe_putnee
{
    display: inline-block;
    width: 460px;
    border: solid 1px #e8e8e8;
    margin: 0 0 25px 0;
}
.fhoebe_putnee ul li h3
{
    color: #7d7d7d;
    display: inline-block;
}
.fhoebe_putnee ul li h4
{
    color: #00533f;
}
.fhoebe_putnee ul li h5
{
    color: #9f2700;
}
.fhoebe_putnee ul li h6
{
    color: #393d3e;
}

.row1
{
    padding: 0 0 0 10px;
    font-family: 'Raleway' , sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #5a5a5a;
    height: 32px;
}
.number
{
    font-family: 'Raleway' , sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #5a5a5a;
    height: 32px;
}
.row
{
    padding: 0 0 0 10px;
    font-family: 'Raleway' , sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #5a5a5a;
}

/*----------------------------------------------------------*/

/*------------------- INNER 2 HERE -------------------------*/
.contain
{
    background: #fcfcfb;
    width: 100%;
}
.banner-subsite
{
    width:100%;
    background: #8f181a;    
}
.banner-red
{
    width: 100%;
    background: #8f181a;
}
.service-line-link
{
    width: 960px;
    margin: 0 auto;
    padding: 9px 0 9px 0;
}
.service-line-link h3
{
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    padding: 0 0 0 18px;
}
.service-line-link h3 a
{
    display: inline-block;
    text-decoration: underline;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
}
.service-line-link h3 a:hover
{
    text-decoration: none;
}

.content2
{
    width: 962px;
    margin: 0 auto;
    position: relative;
}

/*------------ Search -----------------------------*/
.search-content
{
    display: block;
    width: 960px;
}

.modalBackgroundDarker
{
    background-color: #232424;
    filter: alpha(opacity=80);
    opacity: 0.95; 
}

/*------------ Bannner links here -----------------*/
.banner-links
{
    background: #8f181a;
    padding: 3px 0 0px;
    /*width: 960px;*/
    width: 100%;
    margin: 0 auto;
}
.banner-links ul
{
    float: left;
    display: inline-block;
}
.banner-links ul li
{
    float: left;
    display: inline-block;
    background: url(/_img/red-line-bor.png) no-repeat right 7px;
    padding: 0 50px 0 0;
    margin: 0 0 0 15px;
    height: 43px;
}
.banner-links ul li a
{
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    font-family: 'Myraid Pro', Arial, 'Open Sans' , sans-serif;
    display: block;
/*    text-shadow: 0 1px 1px #000;*/
    padding: 2px 0 0 0;
}
.pad
{
    padding: 6px 54px 0 0 !important;
}
.padd
{
    padding: 6px 0 0 0 !important;
}
.pad2
{
    padding: 6px 41px 0 0 !important;
}
/*-------------------------------------------------*/
/*--------------- Services content here -----------*/
.services-content
{
    background: url(/_img/Services-cont-bg.png) repeat-x;
}
.services-content-in
{
    background: url(/_img/serviceline-shadow.png) no-repeat center top;
    padding: 30px 32px 30px 32px;
}

.services-content-in .video
{
    float: left;
    width: 426px;
}

.video_rightbox
{
    margin-left: 15px;
    float: left;
    border: solid 1px #e9e9e9;
    box-shadow: 0 0 4px 0 #cfcfcf;
    /*height: 342px;*/
    height: 341px;
    padding-left: 15px;
    width: 450px;
}


.video
{
    /*width: 450px;*/
    margin-top: 10px;
}

.video .edit-bottom
{
    position: absolute;
    top: 360px;
    right: 460px;
}

.video a
{
    display: block;
}

.video h4
{
    color: #03326a;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
}

.video h6
{
    color: #474747;
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
    float: left;
    font-weight: normal;
}

.quick-links
{
    width: 446px;
    border: solid 1px #e9e9e9;
    float: right;
    margin: 0 auto;
    box-shadow: 0 0 4px 0 #cfcfcf;
    position: relative;
    /*position: relative;
    behavior: url(PIE.htc);*/
    margin-top: 10px;
    display: table;
}
.quick-links ul
{
    display: block;
}
.quick-links ul li
{
    display: block;
    /*padding: 12px 0 21px 0;*/
    border-bottom: 1px solid #d4d5d2;
    background: #e4e5e3;
    /*height: 81px;*/
    height: 74px;
    padding-top: 7px;
}
.quick-links ul li a
{
    display: table-row !important;
    border-color: transparent;
    cursor: pointer;
}
.quick-links ul li a, toolName
{
    display: inline-block;
    color: #8d8d8d;
    font-size: 20px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: normal;
    padding: 11px 0 0px 12px;
}
.quick-links ul li a img
{
    display: table-cell;
    padding-left: 8px;
    float: left;
    margin: 0;
}
.quick-links ul li a span.toolName
{
    display: table-cell !important;
    vertical-align: middle;
}

/*.fin-phy
{
    background: url(/_img/quick-links.png) no-repeat 21px 0;
    display: inline-block;
    height: 55px;
}
.new-info
{
    background: url(/_img/quick-links.png) no-repeat 21px -82px;
    display: inline-block;
    height: 55px;
}
.req-app
{
    background: url(/_img/quick-links.png) no-repeat 21px -171px;
    display: inline-block;
    height: 55px;
}*/

.no_border
{
    border: none !important;
}
.nurse
{
    position: absolute;
    top: -12px;
    /*right: 1px;*/
    right: -2px;
    display: block;
    height: 257px;
    /*width: 153px;*/
}

.learn-more
{
    padding: 30px 0 0 0;
}
.learn-more h3
{
    display: block;
    line-height: 23px;
    color: #8f181a;
    font-family: 'Open Sans' , sans-serif;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-size: 21px;
    /*font-size: 23px;
    font-weight: 700;*/
}
.learn-more ul
{
    float: left;
    display: inline-block;
}
.learn-more ul li
{
    float: left;
    display: inline-block;
    /*background: url(/_img/learn-arrow.png) no-repeat left center;*/
    background: url(/_img/learn-arrow.png);
    background-repeat: no-repeat;
    background-position: left 0.7em;
    padding: 0 0 0 20px;
    width: 279px;
}
.learn-more ul li a
{
    display: inline-block;
    color: #8d8d8d;
    /*font-size: 21px;
    font-weight: 700;*/
    font-size: 20px;
    font-weight: normal;
    font-family: 'Open Sans' , sans-serif;
}
.learn-more ul li a:hover
{
    text-decoration: underline;
}

.shadow-left
{
    position: absolute;
    left: -12px;
    top: 0;
}
.shadow-left img
{
    margin: 0 auto;
    display: block;
    float: left;
}
.shadow-right
{
    position: absolute;
    right: -12px;
    top: 0;
}
.shadow-right img
{
    margin: 0 auto;
    display: block;
    float: right;
}


/*-------------------------------------------------*/
/*----------------------------------------------------------*/
/*------------------- Inner3 here --------------------------*/
.banner2
{
    width: 978px;
    margin: -12px auto 10px auto; 
    background: url(/_img/banner-bot-bg.png) repeat;
    max-height:187px;
    /* max-height:272px; */    
}

.contain img
{
    margin: 0 auto;
    display: block;
}

.banner-bot
{
    margin: 0 auto;
    width:960px;
    height:135px;
    position:relative;
}

.banner-bot h3
{
    color: #8f181a;
    font-size: 39px;
    line-height: 44px;
    font-family: Calibri, "Times New Roman" , Times, serif;
    font-weight: bold;
    height:135px;
    display:table-cell;
    vertical-align:middle;
    padding-left:40px; 
    max-width:860px;
    *position:absolute;
    *top:40%;
}

.banner-bot-full
{
    margin-left:8px;
    width:960px;
    height:220px;
    position:relative;
}

.banner-bot-full h3
{
    color: #8f181a;
    font-size: 39px;
    line-height: 44px;
    font-family: Calibri, "Times New Roman" , Times, serif;
    font-weight: bold;
    height:220px;
    display:table-cell;
    vertical-align:middle;
    padding-left:40px;
    max-width:700px;
    *position: absolute; 
    *top: 40%;    
}

.ban
{
    width: 963px;
    margin: 0 0 0 7px;
}

.col
{
    background: #8f181a !important;
}
/*----------------------------------------------------------*/

/*------------------- Inner4 here --------------------------*/
.grhealth
{
    width: 960px;
    margin: 0 auto;
}
.grhealth-exp
{
    width: 221px;
}
.grhealth-exp a
{
    display: block;
    background: url(/_img/explore-all.png) no-repeat;
    padding: 7px 0 7px 15px;
}
.grhealth-exp a span
{
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    /*background: url(/_img/exp-arrow.png) no-repeat right center;*/
    display: inline-block;
    padding: 0 34px 0 0;
}

.blue, .pink, .dark-blue, .green, .orange, .dark-pink
{
    color: #ffffff !important;
}

.yellow
{
    background: url(/_img/yellow-bg.png) repeat-x;
}
.nav ul.white
{
    background: #ffffff;
}
.nav ul li.boder
{
    background: url(/_img/color-line.png) no-repeat left center !important;
}
.blue
{
    background: url(/_img/blue-bg.png) repeat-x;
    font-size: 14px !important;
}
.pink
{
    background: url(/_img/pink-bg.png) repeat-x;
    font-size: 14px !important;
}
.dark-blue
{
    background: url(/_img/dark-blue-bg.png) repeat-x;
    font-size: 14px !important;
}
.dark-blue-chog
{
    background: url(/_img/dark-blue-bg-chog.png) repeat-x;
    font-size: 14px !important;
}
.green
{
    background: url(/_img/green-bg.png) repeat-x;
    font-size: 14px !important;
}
.orange
{
    background: url(/_img/orange-bg.png) repeat-x;
    font-size: 14px !important;
}
.dark-pink
{
    background: url(/_img/dark-pink-bg.png) repeat-x;
    font-size: 14px !important;
}

.drp
{
    background-size: 100% 100%;
    padding: 0 0 15px 0;
}
.view1
{
    background: #f54e80 !important;
    border-right: 1px solid #cccccc;
    border-left: 0 !important;
}
.menu1 ul li p a.whi
{
    color: #ffffff !important;
}
.clinical_services h1.hed
{
    color: #f54e80 !important;
}
.clinical_services ul li a.hed
{
    color: #7f7f7f;
}
.clinical_services ul li a.hed:hover
{
    color: #f54e80 !important;
}
.drp1
{
    background: url(/_img/drp1.png) no-repeat;
    width: 418px;
    min-height: 575px;
    left: -9px;
    top: 53px;
}
.drop2 .menu8
{
    width: 400px;
    padding: 20px 0 19px 19px;
}
.menu8 ul
{
    float: left;
    display: inline-block;
    background: none !important;
    padding: 0 15px 0 0;
    width: 390px;
}
.menu8 ul li
{
    display: block;
    width: 367px;
    background: url(/_img/drop1_list_border.jpg) repeat-x bottom left;
    float: none !important;
    height: auto;
}
.menu8 ul li a
{
    display: inline-block;
    background: url(/_img/drop1_list_arrow.png) no-repeat 5px 13px;
    font-size: 15px;
    color: #424242;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 400;
    padding: 0 0 13px 18px !important;
    text-align: left;
    height: 20px;
    line-height: 32px;
}
.menu8 ul li a:hover
{
    color: #424242;
    font-weight: 400;
}
.menu8 ul li.bor
{
    background: none !important;
}
.drop5 a.search1
{
    display: block;
    text-align: center !important;
    font-family: 'Raleway' , sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    /*background: url(/_img/pink-search.png) repeat-x;*/
    background: #9F2D94;
    width: 207px;
    margin: 10px 0 0 0;
    padding: 5px 0 5px 0px;
}
.drop5 a:hover.search1
{
    background: #9F2D94 !important;
    color: #fff !important;
}
.health ul li a.pin:hover
{
    color: #792171 !important;
}
.health ul li a.pin
{
    color: #7f7f7f !important;
}
.pins
{
    color: #792171 !important;
}

.banner3-in
{
    position: relative;
    height: 442px;
}
.banner3-main
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.banner3-cont
{
    width: 960px;
    margin: 0 auto;
}
.slide-txt
{
    width: 400px;
    padding: 55px 0 0;
}
.slide-txt h1
{
    color: #06a7e2;
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
    font-family: 'Crete Round' , serif;
    display: block;
    padding: 0 0 15px;
}
.slide-txt h1 span
{
    color: #77216f;
    font-size: 48px;
}
.slide-txt h1 small
{
    color: #f54a7e;
    font-size: 48px;
}
.slide-txt h1 big
{
    color: #7ab800;
    font-size: 48px;
}
.slide-txt p
{
    color: #77216f;
    font-size: 34px;
    line-height: 33px;
    font-weight: 400;
    font-family: 'Crete Round' , serif;
    display: block;
    padding: 0 0 40px;
}
.child-learn
{
    background: url(/_img/border-lins.png) no-repeat;
    padding: 17px 0;
}
.child-learn a
{
    display: inline-block;
    background: url(/_img/Child-learn.png) repeat-x;
    border-radius: 3px;
    font-family: 'Roboto Slab' , serif;
    font-size: 16px;
    color: #ffffff;
    padding: 7px 20px 8px 18px;
    margin: 0 0 0 45px;
    line-height: 16px;
}

.container3
{
    width: 100%;
    background: url(/_img/container3-bg.png) repeat-x;
}
.content3
{
    width: 960px;
    margin: 0 auto;
    /*padding: 15px 0 22px 0;
    padding-top: 15px;*/
    padding-bottom: 10px;
    clear: both;
}
.quick-links3
{
    /*width: 534px;*/
    width: 520px;
    float: left;
    position: relative;
    margin: 15px 0 0 0;
}
.quick-links3 ul
{
    display: block;
}
.quick-links3 ul li
{
    display: block;
    /*padding: 20px 5px 20px 5px;*/
    height: 90px;
}
.quick-links3 ul li.quick-blue
{
    background: url(/_img/quick-blue.png) repeat-x;
}
.quick-links3 ul li.quick-pink
{
    background: url(/_img/quick-pink.png) repeat-x;
}
.quick-links3 ul li.quick-dakblu
{
    background: url(/_img/quick-dark-blue.png) repeat-x;
}
.quick-links3 ul li.quick-green
{
    background: url(/_img/quick-green.png) repeat-x;
}
.quick-links3 ul li a
{
    display: inline-block;
    color: #ffffff !important;
    font-size: 22px;
    font-family: 'Crete Round' , serif;
    font-weight: 400;
    padding: 18px 0 0 5px;
    /*padding: 4px 0 0 5px;*/
}
.patientFamiliesToolsLinksCHOG
{
    height: 46px;
}
.quick-links3 .chog-quick-link-name
{
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: bold !important;
    padding: 4px 0 0 20px;
    vertical-align: top;
    width: 260px;
    max-width: 260px;
}
.fin-phy3
{
    background: url(/_img/quick-links3.png) no-repeat 21px 0;
    display: inline-block;
    height: 46px;
}
.new-info3
{
    background: url(/_img/quick-links3.png) no-repeat 21px -88px;
    display: inline-block;
    height: 46px;
}
.req-app3
{
    background: url(/_img/quick-links3.png) no-repeat 21px -179px;
    display: inline-block;
    height: 46px;
}
.online
{
    background: url(/_img/quick-links3.png) no-repeat 21px -264px;
    display: inline-block;
    height: 46px;
}
.child
{
    position: absolute;
    /*top: 18px;*/
    top: 28px;
    right: 8px;
    display: block;
    /*width: 190px;*/
    height: 330px;
}

.video-cont
{
    /*float: right;*/
    float: left;
    padding-left: 15px;
    width: 410px;
    padding-top: 5px;
}
.child-video
{
    padding: 0 0 15px 0;
}

.child-video .video .edit-bottom
{
    position: absolute !important;
    top: 460px !important;
    right: 460px !important;
    left: auto;
}

.child-video .video
{
    width: 410px;
}

.safe-kids
{
}

.chog-ads
{
    padding-bottom: 6px;
}

.chog-ads .edit-bottom
{
    position: absolute;
    top: 700px;
    right: 460px;
}

.banner3 .bx-wrapper .bx-next
{
    display: none;
}

.banner3 .bx-wrapper .bx-prev
{
    display: none;
}

.banner3 .bx-wrapper .bx-pager
{
    display: block !important;
}

.banner3 .bx-wrapper .bx-pager.bx-default-pager a
{
    background: url(/_img/slider3-a.png) no-repeat;
    width: 15px;
    height: 15px;
}

.banner3 .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
{
    background: url(/_img/slider3-hover.png) no-repeat !important;
}

.banner3 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
    left: 26%;
}



.txt
{
    color: #782170 !important;
}
/*----------------------------------------------------------*/

/*------------------- Inner5 here --------------------------*/
.banner3-bot
{
    background: url(/_img/banner3-background.png) repeat-x;
}
.banner3-ban
{
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 29px 0;
}
.banner3-ban h1
{
    display: block;
    color: #06a7e2;
    font-weight: 400;
    /*line-height: 48px;
    font-size: 48px;*/
    line-height: 44px;
    font-size: 39px;
    max-width: 940px;
    font-family: 'Roboto Slab' , serif;
}
.banner3-ban h1 span
{
    color: #77216f;
    font-size: 39px;
}
.banner3-ban h1 small
{
    color: #f54a7e;
    font-size: 39px;
}
.banner3-ban h1 big
{
    color: #7ab800;
    font-size: 39px;
}

.pinkcol
{
    background: #8c2883 !important;
}
.colpink
{
    color: #8c2883 !important;
}
.heading3
{
    width: 307px;
    float: right;
}
.heading3 h1
{
    background: #06a7e2;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    padding: 7px 0 7px 25px;
}
.heading3-links
{
    background: url(/_img/heading-h1-bg.png) repeat-x;
    padding: 25px 0 17px 25px;
}
.heading3-links ul
{
    display: block;
}
.heading3-links ul li
{
    display: block;
    padding: 0 0 15px 0;
}
.heading3-links ul li a
{
    display: inline-block;
    color: #636363;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans' , sans-serif;
}
.heading3-links ul li a:hover
{
    text-decoration: underline;
}

.footer-top
{
    background: url(/_img/footer-top-bg.png) repeat-x;
    height: 13px;
    width: 100%;
}
/*----------------------------------------------------------*/


/* ------------------ FOOTER HERE --------------------------*/



.wids
{
    width: 667px !important;
}
.drop4_form p.blu-col
{
    color: #0069c5 !important;
}
.drop4 ul li a.find-blue
{
    /*background: url(/_img/find-inn-bg.png) repeat-x !important;*/
    background: #007AE4;
    margin-top: 25px !important;
}
/* ---------------------------------------------------------*/
/* ------------------ FOOTER HERE --------------------------*/
#footer
{
}
.copy
{
}
/* ---------------------------------------------------------*/

/* ------------------ SEARCH HERE --------------------------*/

.search-header
{
    width: 96%;
    background-color: #03326a;
    padding: 2%;
    font-family: 'Open Sans' , sans-serif;
    margin-bottom: 5px;
}

.search-header-left 
{
    width: 30%;
    float: left;
}

.search-header-right
{
    width: 30%;
    float: right;
    text-align: right;
}

.search-results-wrapper
{
    width: 100%;
}
.content_type_search_row
{
    border-bottom: 1px solid #E5E5E5;
}
.content-type-link
{
    text-decoration: none !important;
    padding: 5px 5px 5px 5px;
	width: 100%;
}
.content_type_search_row .content-type-link
{
    text-decoration: none !important;
    padding: 5px 5px 5px 5px;
}
.content-type-desc
{
    padding: 5px 5px 5px 5px;
}   
/*.content_type_search_row .content-type-desc
{
    padding: 5px 5px 5px 5px;
}*/
.search-pager-footer
{
}
.search-pager-footer td table
{
    margin-left: 300px;
}
.search-pager-footer td table tr
{
    border: none !important;
}
.search-pager-footer td span
{
    padding-right: 10px;
}
.search-results-wrapper .search-link
{
    /*font-size: 16px;
    padding: 10px 0 5px;*/
    display: block;
    font-size: 13px;
    padding-bottom: 5px;
    text-decoration: underline;
    font-weight: normal !important;
    color: #1d55d6;
    line-height: 16px;
    float: left;
}
.search-results-wrapper span
{
    color: #5a5a5a;
    font-size: 13px;
    display: block;
    line-height: 18px;
}
.search-results-wrapper .search-link-header
{
    font-weight: bold;
    color: #03326a;
    padding: 15px 0 2px 5px;
    font-size: 14px;
}
.search-found
{
    height: auto !important;
    padding-bottom: 10px !important;
}
.search-results-main
{
    /*width: 65%;*/
    width: 72%;
    float: left;
    padding-right: 1%;
}
.search-results-advanced
{
    /*width: 34%;*/
    width: 27%;
    float: left;
}
.search-results-advanced .content-type-search-header
{
    background-color: #3d84c6;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 5px 8px 5px;
}
.search-results-advanced content-type-search-type
{
    border: 1px solid #cecece;
}
.search-results-advanced tr
{
    padding-bottom: 10px;
    /*border: 1px solid #cecece;*/
}
.search-advanced-physician
{
    background-color: White !important;
}

.search-results-key
{
    background-color: #03326a;
    color: white;
    font-family: 'Open Sans',sans-serif;
    padding: 10px;
}

.search-results-key span
{
    display: inline;
    /*font-weight: bold;*/
    font-weight: normal;
    color: white;
    padding-left: 9px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
}
.search-key-icon
{
    width: 20px;
    height: 20px;
    margin-right: 25px;
}
.search-results-main .search-results-table
{
    padding: 0 5px 0 5px;
}
.search-results-main .search-results-icons
{
    height: 25px;
    width: 25px;
    /*border-width: 0px;*/
    padding: 20px 15px 10px 0;
    margin-left: 10px;
    float: left;
} 
.search-results-table tr
{
    border-bottom: 1px solid #E5E5E5;
    /*height: 100px !important;*/
}

.search-results-table .searchtxt
{
    height: 30px !important;
    border: none;
}
.searchtxt span
{
    font-weight: bold;
}
.searchtxt table
{
    border-color: none !important;
    border-spacing: 0px;
}
.search-results-table .searchtxt td
{
    padding-right: 5px;
}
.content #ContentContainer
{
    margin-bottom: 20px;
}
.searchtxt
{
    padding: 0 5px 0 px;
}
.content_type_search_header 
{
    color: white !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    text-transform: uppercase;
}
.content_type_search_body
{
    background-color: #FAFAFA !important;
}
.content-type-search-table
{
    margin-bottom: 10px;
}
.search-pager-footer
{
    text-align: center;
    border: none !important;
    border-bottom: none !important;
}
.search-pager-footer table span, .search-pager-footer a
{
    color: #1d55d6;
    font-weight: bold;
    padding-right: 2px !important;
    font-size: 14px !important;
}
.search-pager-footer table span
{
    padding-top: 1px;
}
.content-right .search-header .search-header-left .dd .ddTitle
{
    background: white;
    border-radius: 0px !important;
    text-decoration: none;
    width: 200px;
}
.content-right .search-header .search-header-left .dd .ddChild
{
    border: none !important;
    width: 200px;
    left: 0px;
}
.content-right .search-header .search-header-left .dd .ddChild li
{
    list-style-type: none;
    padding: 0px;
    border: none;
    width: 100%;
    margin-left: 10px;
    font-size: 13px;
}

.search-header-chog
{
    width: 96%;
    background-color: #FEEC26;
    padding: 2%;
    font-family: 'Open Sans' , sans-serif;
    margin-bottom: 5px;
}

.search-results-key-chog
{
    background-color: #FEEC26;
    color: #7d2374;
    font-family: 'Open Sans',sans-serif;
    padding: 10px;
}

.search-results-key-chog span
{
    display: inline;
    font-weight: normal;
    color: #7d2374;
    padding-left: 9px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
}

.search-results-wrapper .search-link-header-chog
{
    font-weight: bold;
    color: #7d2374;
    padding: 15px 0 2px 5px;
    font-size: 14px;
}

/*
.search-pager-footer span, a
{
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #222222;
    text-decoration: none;
    padding-right: 8px;
}
*/
    
/* ---------------------------------------------------------*/

/* BANNER */

.caroufredsel_wrapper {
	width:100% !important;
}

.banner_area{
	position:relative;
}
.chog_banner_area{
	position:relative;
	background: none repeat scroll 0 0 #CCCCCC !important;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.bannertag
{
    position: absolute;
    display: block;
    width: 100%;
    height: 438px;
}
.slider_wrapper{
	width:100% !important;
	height:438px;
	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:338px;
    margin:0 auto;
}

.banner_wrap{
	position:relative;
	margin:0 auto 333px auto;
	width:960px;
	height:60px;
	z-index:100;
}
.banner_wrapper
{
    position:relative;
	margin:0 auto 0px auto;
	width:960px;
	height:60px;
	z-index:100;
}
.prev, .next 
{
    top:200px;
}

.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;
}

.chog-sprite-prev
{
    background:url(/_img/sprite-chog.png) no-repeat -1px -180px;
}

.chog-sprite-prev:hover
{
    background:url(/_img/sprite-chog.png) no-repeat 0px -123px;
}

.chog-sprite
{
    background:url(/_img/sprite-chog.png) no-repeat -55px -180px !important;
}

.chog-sprite:hover
{
    background:url(/_img/sprite-chog.png) no-repeat -54px -122px !important;
}   
   
.pager{
	position:absolute;
	width:300px;
	left:45%;
	bottom:120px;
	height:5px;
	width:300px;
	top:475px;
	display: none !important;
}
.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;
}

/*--Conversions--*/
.conversion-wrapper
{
    padding: 0 0 7px 0;
}
.conversion-wrapper img {
    width:225px;
    max-width: 225px;
}
.conversion-wrapper .conversion-link
{
    background: url(/_img/arrow.png) no-repeat right center;
    background-color: #F2F2F2;
    padding: 6px 0 5px 8px;
    display: block;
    width: 217px;
    color: #808080;
    font-size: 15px;
    font-family: 'Open Sans' , sans-serif;
    display: none;
}

/*--------- 404 page ------------*/

.error-content-wrapper
{
    width: 958px;
    height: 520px;
    background-color: #F5F5F5;
    margin: 0 auto;
    padding: 0;
    background-image: url(/_img/error404.jpg)
}
.error-content
{
    width: 450px;
    height: 520px;
    padding: 30px;
}
.error-content h1
{
    font-size: 26px;
    padding-bottom: 20px;
}
.error-content .error-content-text
{
    font-weight: bold;
    color: #03326a;
    padding-top: 10px;
}
.error-content .error-content-text a
{
    font-weight: bold;
    color: #3D84C6;
    text-decoration: underline;
    font-size: 14.5px;
}
.error-content .error-content-bottom
{
}
.error-content .error-content-bottom a
{
    color: #3D84C6;
}
.error-content-wrapper .error-content ul
{ 
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
}
.error-content-wrapper .error-content li
{
    list-style-type: none;
    background: none;
}
.error-content-wrapper .error-content li a
{
    text-decoration: underline;
    color: #3D84C6;
    font-weight:bold;
    padding-bottom: 10px;
    font-size: 16px;
    display:block;
}
.error-content-wrapper img
{
    margin: 0 auto;
}
.error-content-image-text
{
    position: absolute;
    top: 580px;
    bottom: 350px;
    right: 700px;
}

/*-------- PRINT ---------------*/
.inner_main_middle{
	color:#5a5a5a;
	font-size:0.813em;
}


/*------- EMAIL A PATIENT --------*/
.section-separator
{
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
}
.email-patient-main-header-step1
{
}
.email-patient-main-header-step1 .header-text p
{
    display: block;
    font-size: 13px;
}
.choose-art .choose-art-table .art-image
{
    width: 224px;
    height: 56px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.enter-information .enter-information-table
{
    background: #EBF2F8;
}
.enter-information .enter-information-table tbody
{
    padding-left: 5px;
    margin: 5px !important;
}
.enter-information .enter-information-table input[type="text"]
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 14.5px;
    height: 35px;
    margin-top: 5px;
    border: 1px solid #D4D4D4;
    color: #8D8D8D;
    padding-left: 5px;
}
.enter-information .enter-information-table textarea
{
    color: #8D8D8D;
    font-family: 'Open Sans' , sans-serif;
    font-size: 14.5px;
    padding-left: 5px;
    width: 610px;
}
.review-information
{
    width: 680px;
    padding-left: 10px;
}
.enter-information-table .from
{
    float: right;
    padding-right: 10px;
}
.enter-information .input-label
{
    margin-left: 10px;
}
.enter-information .input-label td
{
    width: 200px;
}
.enter-information .email-patient-submit
{
    color: #000;
    background: #fff;
    padding: 5px 5px 5px 5px;
    width: 100px;
    height: 40px;
    border: none;
    margin-right: 10px;
    margin-top: 10px;
}
.next-btn
{
    color: #fff;
    background: #03326a;
    float: right;
    width: 80px;
    height: 30px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}
.back-btn
{
    color: #fff;
    background: #03326a;
    float: left;
    width: 80px;
    height: 30px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}
.step-btn
{
}
.step-buttons
{
    float: left;
    width: 60px;
    margin-top: 20px;
    padding-left: 570px;
}
.step-buttons2
{
    padding-left: 480px !important;
}
.email-patient-step-btn-gray
{
    width: 10px;
    height: 10px;
    background: #CCCCCC;
    display: inline-block;
    margin-right: 2px;
}
.email-patient-step-btn-blue
{
    width: 10px;
    height: 10px;
    background: #3D84C6;
    display: inline-block;
    margin-right: 2px;
}
/*--------- CHOG ----------------*/
.patientFamiliesToolsLinksCHOG
{
    /*height: 40px;*/
}
.content .content-left-chog
{
    width: 725px;
    float: left;
    padding-bottom: 20px;
}
.content .content-left-chog a
{
    color: blue;
    text-decoration: underline;
}
.content .content-left-chog h1, .content .content-left-chog h3
{
    color: #8c2883 !important;
}
.content .content-left-chog h2
{
    display: block;
    color: #636363;
    font-size: 17.75px;
    padding: 0 0 10px 0;
}   
.content .content-left-chog h3
{
    display: block;
    color: #8c2883;
    font-size: 16px;
    line-height: 27px;
}
.content .content-left-chog span, .content .content-left-chog p
{
    font-family: 'Open Sans', Sans-Serif;
    font-size: 14.5px;
    font-weight: normal;
    color: #000000;
    padding-bottom: 10px;
}
.content .content-left-chog ul
{
    display: block;
    padding: 0 0 10px 0;
}
.content .content-left-chog ul li
{
    background: none;
    padding: 0;
    margin-left: 30px;
    list-style-type: disc;
}
.content .content-right-chog
{
    width: 225px;
    float: right;
    padding-bottom: 10px;
}
.content .content-right-chog .related-links .link_section
{
    width: 225px;
    padding-bottom: 10px;
    background: none;
    clear: both;
}
.content .content-right-chog .related-links .link_section .rl-wrapper
{
    background: url(/_img/heading-h1-bg.png) repeat-x #fbf8da;
    clear: both;
    margin-bottom: 30px;
}
.content .content-right-chog .related-links .link_section .rlGroupTitle
{
    background-color: #06a7e2;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans' , sans-serif;
    padding: 5px 5px 5px 5px;
    border: none !important;
}
.content .content-right-chog .related-links .link_section ul
{
    display: block;
}
.content .content-right-chog .related-links .link_section ul li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: none;
    line-height: 25px;
}
.content .content-right-chog .related-links .link_section ul li a
{
    display: inline-block;
    text-decoration: none;
    font-weight: normal;
    color: #636363;
    font-size: 16px;
    padding-left: 10px;
}



/*----------- CHOG NAV ------------------*/
.content .content-right-chog .chog-nav .subpage-nav
{
    border: none;
}
.content .content-right-chog .chog-nav .subpage-nav .subpage-nav-links ul li
{
    border-bottom: 1px solid #fff;
}
/*.content .content-right-chog .chog-nav .subpage-nav .subpage-nav-links ul li:last-child
{
    border-bottom: none;
}*/
.content .content-right-chog .chog-nav .subpage-nav .subpage-nav-links div
{
    border: none;
}
.content .content-right-chog .chog-nav .subpage-nav .subpage-nav-links
{
    /*background: url(/_img/chog-nav-bg.jpg) repeat-x #f2f2f2;*/
    background: url(/_img/chog-nav-bg.jpg) repeat-x #d8f0fa;
}
.content .content-right-chog .chog-nav .subpage-nav .subpage-nav-links li a
{
    font-weight: normal;
    color: #636363;
    font-size: 16px;
}

/*----------- CONVERSION ----------------*/
.subsite-conversion
{
    width: 225px;
    clear: both;
    float: right;
}
.subsite-conversion .imgConv
{
    width: 225px;
    max-width: 225px;
}
.conversion-bottom-wrapper
{
    display: block;
    float: left;
    /*margin: 0 90px 0 0;*/
    margin: 0 30px 0 0;
    padding: 0 0 0 0;
}
.no-margin
{
    margin: 0 0 0 0;
}   
.conversion-bottom-wrapper img
{
    /*width: 225px;
    max-width: 225px;*/
    width: 300px;
    max-width: 300px;
    height: 140px;
    max-height: 140px;
}
.conversion-bottom-wrapper .conversion-link
{
    display: none;
}


/*-------- FORM STYLES ------------*/

.content-right .recaptchatable a, .recaptchatable a:hover
{
    cursor: pointer;
    outline: none;
    border: 0!important;
    padding: 0!important;
    background: none!important;
    font-size: 11px !important;
}

#divForm, #divForm2
{
    float: left;
    width: 100%;
    font-size: 14px !important;
    color: #656565;
    font-family: 'Open Sans' , sans-serif;
    padding-left: 5px;
}

.form
{
    width: 100%;
}

#divForm .form .tables
#divForm2 .form .tables, 
{
    width: 100%;
    background: #F8F8F8;
    padding-left: 10px;
    padding-bottom: 5px;
}

#divForm .form .recaptchatable
{
    width: 100%;
    background: #F8F8F8;
}

#divForm .form .tables tr p,
#divForm2 .form .tables tr p
{
    color: #656565;
}

#divForm .form .tables tr td input[type="text"], #divForm .form .tables tr td textarea,
#divForm2 .form .tables tr td input[type="text"], #divForm2 .form .tables tr td textarea
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 14.5px;
    height: 35px;
    margin-top: 5px;
    border: 1px solid #D4D4D4;
    color: #8D8D8D;
    padding-left: 5px;
}

#divForm .form .tables tr td textarea,
#divForm2 .form .tables tr td textarea
{
    height: auto;
    width: auto;
}

#divForm .form input[type="submit"], #divForm .signupform input[type="submit"],
#divForm2 .form input[type="submit"], #divForm2 .signupform input[type="submit"],
.furtherquestionwrapper input[type="submit"]
{
    background-color: #03326a;
    border: none;
    padding: 5px 10px 5px 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Open sans', Sans-Serif;
    margin-top: 10px;
    cursor: pointer;
} 

.furtherquestionwrapper {
	width: 400px;
    padding: 15px 5px;
    margin: 0 auto;
}

.furtherquestionwrapper input[type="submit"]
{
    position: relative;
    top: -65px;
    right: -160px;
}

#divForm .form input[type="submit"], #divForm .signupform input[type="submit"], .furtherquestionwrapper input[type="submit"] {
    width: 100px;	
}

#divForm2 .form input[type="submit"], #divForm2 .signupform input[type="submit"] {
    width: 150px;	
}


#divForm .form input[type="checkbox"],
#divForm2 .form input[type="checkbox"]
{
   position: absolute;
   z-index: 99999;
   -moz-appearance: none;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   -o-opacity: 0;
}

#divForm .form input[type="checkbox"] + label,
#divForm2 .form input[type="checkbox"] + label
{
    position: relative;
    /*padding: 0 0 0 32px;*/
    font-size: 14.5px;
    line-height: 16px;
}

#divForm .form input[type="checkbox"] + label:before,
#divForm2 .form input[type="checkbox"] + label:before
{
    content:"";
    display: inline-block;
    /*position:absolute;*/
    position: relative;
    height: 16px;
    /*width: 16px;*/
    width: 15px;
    text-align:center;
    font-size: 14.5px;
    line-height:16px;
    background: #FFF;
    border: 1px solid #D4D4D4;
    margin-right: 5px;
    vertical-align: top;
}

#divForm .form input[type="checkbox"]:checked + label:before,
#divForm2 .form input[type="checkbox"]:checked + label:before
{
    content: "\00D7";
    color: #3d83c8;
    font-size: 20px;
}

#divForm .form input[type="radio"], #divForm .signupform input[type="radio"],
#divForm2 .form input[type="radio"], #divForm2 .signupform input[type="radio"]  
{
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    margin-right: 3px;
} 

#divForm .form input[type="radio"] + label, #divForm .signupform input[type="radio"] + label,
#divForm2 .form input[type="radio"] + label, #divForm2 .signupform input[type="radio"] + label
{
    position: relative;
    padding: 0 0 0 25px;
    font-size: 14.5px;
    line-height: 16px;
}

#divForm .form input[type="radio"] + label:before, #divForm .signupform input[type="radio"] + label:before,
#divForm2 .form input[type="radio"] + label:before, #divForm2 .signupform input[type="radio"] + label:before  
{
    content:"";
   display:block;
   position:absolute;
   top:2px;
   height: 14px;
   width: 14px;
   background: white;
   border: 1px solid #D4D4D4;
   box-shadow: inset 0px 0px 0px 2px white;
   -webkit-box-shadow: inset 0px 0px 0px 2px white;
   -moz-box-shadow: inset 0px 0px 0px 2px white;
   -o-box-shadow: inset 0px 0px 0px 2px white;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
}

#divForm .form input[type="radio"]:checked + label:before, #divForm .signupform input[type="radio"]:checked + label:before ,
#divForm2 .form input[type="radio"]:checked + label:before, #divForm2 .signupform input[type="radio"]:checked + label:before 

{
    background: #3d83c8;
}

#divForm .form input[type="radio"]:disabled + label:before,
#divForm2 .form input[type="radio"]:disabled + label:before  
{
    background: red;
}

#divForm .form .dd,
#divForm2 .form .dd
{
    background: #FFF;
    width: 180px !important;
}

#divForm .form .dd .ddTitle,
#divForm2 .form .dd .ddTitle
{
    /*background: url(../_img/select-bg-dd.png) no-repeat;*/
    background: none;
    border: 1px solid #D4D4D4;
    color: #8D8D8D !important;
}

#divForm .form .dd .ddTitle .ddlabel,
#divForm2 .form .dd .ddTitle .ddlabel
{
    font-size: 14.5px;
}

#divForm .form .dd .ddChild,
#divForm2 .form .dd .ddChild
{
    left: 0px;
}

#divForm .form .dd .ddChild ul,
#divForm2 .form .dd .ddChild ul
{
    display: block;
}

#divForm .form .dd .ddChild ul li,
#divForm2 .form .dd .ddChild ul li
{
    list-style-type: none !important;
    background: none !important;
    border: none !important;
    padding: 5px 0 0 0;
    margin-left: 5px;
}

#divForm .form .dd .ddTitle .ddTitleText,
#divForm2 .form .dd .ddTitle .ddTitleText
{
    padding: 5px 20px 5px 5px;
}

#divForm .form .borderRadiusTp,
#divForm2 .form .borderRadiusTp
{
    border-radius: 0px;
}

.content-right .recaptchatable a, .recaptchatable a:hover
{
    cursor: pointer;
    outline: none;
    border: 0!important;
    padding: 0!important;
    background: none!important;
    font-size: 11px !important;
}

#divForm .form .tdColumnLabel,
#divForm2 .form .tdColumnLabel
{
    padding-top: 10px;
}

#divForm .form select,
#divForm2 .form select
{
    height: 35px;
    color: #8D8D8D;
    font-family: 'Open Sans' , sans-serif;
    font-size: 14.5px;
    border: 1px solid #D4D4D4;
}


#divForm .form p a,
#divForm2 .form p a
{
    font-size: 14px;
}

#divForm .form .recaptchatable input[type="text"],
#divForm2 .form .recaptchatable input[type="text"]
{
    height: auto !important;
}

.BannerWrapper-chog 
{
    background: url(../media/SubsiteRotatingBanners/bg_slice.jpg) repeat-x;
}


.bx-wrapper .bx-controls-direction a.bx-prev{
	background:url(/_img/sprite-chog.png) no-repeat -1px -180px;
	position:absolute;
	left:-63px;
	height:53px;
	width:53px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover{
	background:url(/_img/sprite-chog.png) no-repeat 0px -123px;
}
.bx-wrapper .bx-controls-direction a.bx-next{
	background:url(/_img/sprite-chog.png) no-repeat -55px -180px;
	position:absolute;
	right:-63px;
	height:53px;
	width:53px;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover{
	background:url(/_img/sprite-chog.png) no-repeat -54px -122px;
}

.bx-wrapper .bx-controls-direction a 
{
    top:210px!important;
}

.bx-pager 
{
    display:none;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
    cursor: default;
}



.mobilelogo, .mobile-nav-top, .QuickLinks, .mobile-header, .m-social_icons, .mobile-find-physician, .mobile-address, .mobile-related-links, .nav_sidebar, .mobile-subpage-menu, .mobile-navigation-part, .navCloseBtnContainer, .FindDoctorDrop, .mobile-universal-nav, .btm-space {
	display:none;
}


/*Weight Loss Seminar Style
============================*/

.txtcitypadding
{
    margin: 0 8px 0 0;
    max-width: 152px;  
}

#weightlossseminardiv ul.floatleft > li
{
    float: left;
	display: inline-block;
}

#weightlossseminardiv ul.floatright > li
{
    float: right;
	display: inline-block;
}

#weightlossseminardiv .floatleft
{
    float: left;
	display: inline-block;
}

#weightlossseminardiv .floatright
{
    float: right;
	display: inline-block;
}


.buttonstyle2 {
    display: block;
    height: auto !important;
    margin: 0 0 12px 0px !important;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Raleway' , sans-serif;
    text-align: center;
    background: #03326a;
    width: 186px;
    padding: 5px 29px;
}

.wls_submitbuttonstyle1
{
    padding: 5px 9px;
    border-radius: 5px;
    background-color: #ffa200;
    color: #ffffff;
    border: #ffa200 1px solid;
    font-size: 12pt;
    float: right;
}

.onlinewelcomediv
{
    margin: 6% 0 0 0;
}
a.buttonstyle1
{
    display: block;
    height: auto !important;
    margin: 0 0 12px 0px !important;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Raleway' , sans-serif;
    text-align: center;
    background: #03326a;
    width: 186px;
    padding: 5px 0 5px;  
}

#seminarlanding ul {
	margin: 0 0 0 0;
}
#seminarlanding ul > li {
	list-style: none;
	margin: 0 0 0 0;
	width:100%;
}


#seminarlanding h4 {
	color: #7f7f7f;
}
#seminarlanding h5 {
        width: 100%;
        margin: 10px 100px;
}
#seminarlanding select {
	width: 157px;
    height: 35px;
    color: #7f7f7f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    margin: 6px 0 0 0;
    border: 1px solid #d4d4d4;
}

#seminarlanding a {
	text-decoration: none;
}

#seminarlanding table {
	margin:0 auto;
}

#seminarlanding table td.center{
 padding : 0 0 0 20px;	
}

#weightlossseminardiv a 
{
    text-decoration: none;
}

#weightlossseminardiv ul > li
{  
    list-style:none;
    margin: 0 0 0 0;
}

.listhalf {
	width:50%;
}

#weightlossseminardiv h2
{
    font-size: 19pt;
    font-weight: 700;
    line-height: 33px;
}


.form
{
    background-color: #DADADA;
    /*width: 350px;*/
    margin: auto;  
}


.wls_TextboxStyle3 {
	width: 55px;
	padding: 0 2px 0 0;
}

.wls_TextboxStyle2 {
	width: 45px;
	margin: 0 20px 0 0;
}

.form .formtable {
    padding: 10px 5px 5px 17px;	
}


#weightlossseminardiv ul {
	padding: 0 0 0 0;
}

.TextBoxStyle1 {
	width: 100%
}

.wls_toppadding {
	margin: 65px 0 0 0;
}

.wls_center
{
    margin:auto;
}

#weightlossseminardiv .videodiv ul{
    margin: 0 0 0 15%;
}

.wls_submitbuttonstyle2 a
{
    height: auto !important;
    /* margin: 0 42% 0 0; */
    /*font-size: 24px;*/
    line-height: 60px;
    color: #ffffff;
    /* font-weight: 700; */
    font-family: 'Raleway' , sans-serif;
    text-align: center;
    background: #03326a;
    width: 450px;
    padding: 10px 10px;
    border: #03326a solid .5px;
    font-weight: 600;
 
  }
 
 
 .wls_submitbuttonstyle2 input[type="image"] {
    margin: 0 11px 0 0;
}

.videopage .wls_submitbuttonstyle2 a {
	   font-size: 16pt;
}

.ownyourway .wls_submitbuttonstyle2 a {
	font-size: 12pt;
}
  
  .videoblock {
	margin: 0 0 0 17%;
}

 #weightlossseminardiv .videoblock .wls_submitbuttonstyle2 .videosubmitstyle1 {
	margin: 0 0 0 15%;
}

#weightlossseminardiv .videoblock .wls_submitbuttonstyle2 .videosubmitstyle2 {
	margin: 0 0 0 30%
}
    
    
#weightlossseminardiv .textcheckbox 
{
    background: url('/media/WeightLossStepThrough/ThankBoxBackground.jpg') repeat;
	background-color: #ebebeb;
    padding: 10px;
    border: 1px solid #5b8428;
    border-radius: 7px;
}

#weightlossseminardiv .modalpopupbutton a{
    background-color: #8dc73f;
    padding: 10px 30px;
    border: #8dc73f solid 0.5px;
    border-radius: 6px;
    margin: 15px 0 0 0;
    color: white;
}

#weightlossseminardiv .furtherquestioncontainer {
    background-color: #DADADA;
    border: #5b8428 solid 1px;
    width: 400px;
    padding: 15px 5px;
    margin: 0 auto;
    text-align: center;
}

#weightlossseminardiv .thankyoutextcontainer {
    background: url('/media/WeightLossStepThrough/ThankBoxBackground.jpg') repeat;
	width: 550px;
	margin: 0 0 45px 0;
    padding: 5px 5px;
    border: #5b8428 solid 1px;
    border-radius: 3px;	
    margin: 45px auto;
    padding: 12px;
    text-align: center;
}

#weightlossseminardiv .thankyoutextcontainer h3 {
	color:#000000;
}

#weightlossseminardiv .stepscontainer {
    margin: auto;
    width: 574px
}

#weightlossseminardiv .finalthankyoucontainer {
	background-color: #DADADA;
    width: 615px;
    padding: 5px 10px;
    padding: 15px 10px;
    margin: 0 auto -112px auto;
}

.finalthankyoucontainer img
{
    height: 1px;
    width: 300px;
    margin: 0 0 3% 10%;
}

.finalthankyoucontainer h4
{
 color: #44afdb;  
 line-height: 20pt; 
}

#weightlossseminardiv .furtherquestioncontainer textarea 
{
    width: 95%;
    margin: 0 1.5%;
}

#weightlossseminardiv .textcheckbox input[type=checkbox]
{
      -webkit-transform: scale(1.5);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: scale(1.5);  /* IE 9 */
          transform: scale(1.5);  /* Firefox 16+, IE 10+, Opera*/
}

#weightlossseminardiv .confirmwatchtext{
    width: 495px;	
}

#weightlossseminardiv .confirmwatchcheck{
	padding: 20px 20px 0 20px;
}

#weightlossseminardiv .furtherquestioncontainer input[type=textbox] 
{
    height: 150px;
    width: 95%;
	border: 1px solid #b1b1b1;
}

#weightlossseminardiv .stepstabactive 
{
    background-color: #0099CB;
    height: 7px;
    width: 100%;
    margin: 3px 0 0 0;
}

#weightlossseminardiv .stepstabdisable 
{
    display:none;
}

#weightlossseminardiv .stepstabactive a, #weightlossseminardiv .stepstabdisable a
{
   color:#ffffff;
}

#weightlossseminardiv .stepheaderdiv li {
     text-align: center;
     width: 33%;
}

#weightlossseminardiv .stepheaderdiv li a{
    text-align: center;
    color: #0298ca;

}

#weightlossseminardiv .stepheaderdiv ul {
    /*margin: 6% 0 3% 23.5%*/
}


#weightlossseminardiv {
    /*height: 720px;*/
}


#divForm .signupform > table,
#divForm2 .signupform > table{
    background: #F8F8F8;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 30px 11.5% 0 11.%;
}


#weightlossseminardiv ul.grayform {
	background-color: #F8F8F8;
    display: inline-block;
    padding: 10px 10px;
}



#weightlossseminardiv ul.grayform li {
    display: inline-block;
}

#weightlossseminardiv ul.grayform > ul {
   display: inline-block;
}

#weightlossseminardiv ul.grayform > li {
    width:100%;
}


#divForm .signupform table tr td input[type=text],
#divForm2 .signupform table tr td input[type=text],
.confirmwatchtext input[type="text"],
#divForm .signupform input[type="text"],
#divForm2 .signupform input[type="text"]
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 14.5px;
    height: 35px;
    margin-top: 5px;
    border: 1px solid #D4D4D4;
    color: #8D8D8D;
    padding-left: 5px;	
}

#divForm .signupform .width1,
#divForm2 .signupform .width1 {
	width: 90%;
}


/*========================WeightLoss Form Styling=============================*/

#weightlossseminardiv ul.grayform li > ul > li:first-child {
	width: 155px;
}

#weightlossseminardiv ul.grayform ul.liststyle1 input[type="text"] {
    width: 100%;
}

#weightlossseminardiv ul.grayform ul.liststyle4 input[type="text"] 
{
    width:59px;
}

#weightlossseminardiv ul.grayform ul.liststyle1 li:nth-child(2) {
    width: 75%;
}

#weightlossseminardiv ul.grayform ul.liststyle2 li:nth-child(4) input[type="text"] {
	margin-left: 13px;
    width: 197px;
}

#weightlossseminardiv ul.grayform ul.liststyle2 li:nth-child(2) input[type="text"] {
	margin-right: 30px;
    width: 197px;
}

#weightlossseminardiv ul.grayform ul.liststyle3 li:nth-child(2) input[type="text"],
#weightlossseminardiv ul.grayform ul.liststyle3 li:nth-child(3) input[type="text"] {
    width: 185px;
    margin-right: 39px;
}

#weightlossseminardiv ul.grayform ul.liststyle3 li:nth-child(4) input[type="text"] {
    width: 70px;
}

#weightlossseminardiv ul.grayform ul.liststyle4 li:nth-child(2),
#weightlossseminardiv ul.grayform ul.liststyle4 li:nth-child(4) {
    width: 123px;
    margin-right: 0;
}

#weightlossseminardiv ul.grayform ul.liststyle4 li:nth-child(4) input[type="text"],
#weightlossseminardiv ul.grayform ul.liststyle4 li:nth-child(6) input[type="text"]
{
    margin-left: 15px;
}

#weightlossseminardiv ul.grayform ul.liststyletextarea li:first-child
{
    vertical-align:top;
}

#weightlossseminardiv ul.grayform ul.liststyletextarea li:nth-child(2)
{
    width: 545px;
}

#weightlossseminardiv ul.grayform ul.liststyletextarea textarea
{
    width: 100%;
}

#weightlossseminardiv ul.grayform ul.liststylehowhear li:first-child
{
    vertical-align:top;
}


#weightlossseminardiv ul.grayform li.liststyle1val {
	margin-left: 165px;
	width: auto;
	padding-top: 15px;
}

#weightlossseminardiv ul.grayform ul.liststyle2val li:first-child,
#weightlossseminardiv ul.grayform ul.liststyle3val li:first-child,
#weightlossseminardiv ul.grayform ul.liststyle4val li:first-child 
{
	margin-left: 165px;
	width: auto;
	padding-top: 15px;
}

#weightlossseminardiv ul.grayform ul.liststyle2val li:first-child {
	margin-right: 225px;
}

#weightlossseminardiv ul.grayform ul.liststyle3val li:first-child {
	margin-right: 165px;
}

#weightlossseminardiv ul.grayform ul.liststyle3val li:nth-child(2) {
	margin-right: 155px;
}

#weightlossseminardiv ul.grayform ul.liststyle4val li:first-child {
	margin-right: 105px;
}

#weightlossseminardiv ul.grayform ul.liststyle4val li:nth-child(2) {
	margin-right: 125px;
}

#weightlossseminardiv ul.grayform .formtopnote
{
    margin-bottom: 40px;
}

#divForm .signupform .width2, #divForm2 .signupform .width2 {
	width: 95%;
}

#divForm .signupform .width3, #divForm2 .signupform .width3 {
	width: 96%;
}

/*=================== End WeightLoss Form Styling=============================*/

.stepscontainer h4 {
	margin:6% 0 0 0;
}

#weightlossseminardiv .stepheaderdiv 
{
    margin: 0 0 0 20%;
    display: block;
}

.onlinewelcomediv .wls_submitbuttonstyle2 a
{
    font-size: 24pt;
}

.confirmwatchtext h5 {
	font-size: 24px;
}

.banner2.weightloss {
	margin: 0 auto 10px auto;
}

#seminarlanding ul > li img 
{
    position: relative;
    left: -91px;
    height: 400px;   
}
    
#weightlossseminardiv .buttonpadding {
	margin: 2% 0 0 0;
}

#weightlossseminardiv .formcenter {
    margin: 0 0 0 17%;	
    display: inline-block;
}

.italicstyle 
{
    font-style: italic;
}

#weightlossseminardiv .buttonpadding2 {
	margin: 25px 90px 0 0;
}

#weightlossseminardiv .buttonpadding3 {
    margin: 6% 0 0 25%;
}


#weightlossseminardiv .buttonpadding4{
  margin: 5% 0 0 16%;  
}

.modalpanelstyle1 
{
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}


.modalcenter1 {

}


#weightlossseminardiv .buttonstyle1
{
    background-color: #0099CB;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    text-shadow: 0px -1px 2px #000000;
    font-weight: 100;
    font-size: 15pt;
    padding: 10px 20px;
    width:auto !important;
    vertical-align: middle;
}

#weightlossseminardiv .extrapadding
{
    padding: 8px 50px 5px 10px !important;
}

#weightlossseminardiv .blueButtonSubtextDiv h5
{
  color: #000000;
    font-style: italic;
    font-weight: 100;
    margin: 10px 2px; 
    width: 260px;
}

#weightlossseminardiv .registerbutton
{
   color: #FA9C03;
   text-decoration: underline;
   font-size: 12pt; 
}


#weightlossseminardiv .wlstextheaderstyle h2 {
    color: #0099CB;
    /*padding: 30px 0;*/	
    font-size: 24pt;
}

#weightlossseminardiv #seminarlanding .blueButtonSubtextDiv {
    margin: 30px 0 0 20px;
	float: left;
}

#weightlossseminardiv .blueButtonSubtextDiv {
    margin: 30px 0 0 0;	
    float: none;
}


#weightlossseminardiv .blacklinedivider {
	background-color: #000000;
    height: 1px;
    width: 350px;
    margin: 30px 0;
}


#weightlossseminardiv #seminarlanding h1 {
	color: #606060;
    font-weight: 100;
    line-height: 32px;
}


#weightlossseminardiv .inpersonIntroStyle{
	 text-align: center; 
}

#weightlossseminardiv .inpersonIntroStyle h4
{
   color: #000000;
   font-size: 24pt;
   font-weight: 100; 
}

#weightlossseminardiv .inpersonIntroStyle h1 {
    color: #000000;
    font-size: 20pt;
    font-weight: 700;
    margin: -12px 0 0 0;
}

#weightlossseminardiv .signupform select {
    padding: 10px 5px;
    font-size: 11pt;
    color: #99A1AB;	
}


#weightlossseminardiv .inpersonIntroStyle p {
	font-size: 14pt;
}

#weightlossseminardiv .signupform {
    margin: 5% 11.5% 0 11.5%;	
}

#weightlossseminardiv div.twobuttons ul{
	margin: 0 0 0 5%;
    width: 100%;
}

#weightlossseminardiv div.twobuttons li {
    margin: 0 7% 0 0;	
}


#weightlossseminardiv .InPersonConfirmationBox {
    border: #ABC295 2px solid;
    border-radius: 11px;
    background: url('/media/WeightLossStepThrough/ThankBoxBackground.jpg') repeat;	
}

#weightlossseminardiv .InPersonConfirmationBox {
	padding: 3% 10%;
	margin: 6%;
}

#weightlossseminardiv .blueButtonSubtextDiv.onebutton {
    margin: 6% 35%;
	
}


#weightlossseminardiv .furtherquestionwrapper > .blueButtonSubtextDiv.onebutton {
    margin: 6% 23%;
	text-align: center;
}

#weightlossseminardiv .stepsLineStyle1 {
    background-color: #0099CB;
    height: 2px;
    width: 100%;
    float: right;
}

#weightlossseminardiv .wlstextheaderstyle > ul {
	padding: 30px 0;
	width: 100%;
}

#weightlossseminardiv .wlstextheaderstyle > ul > li
{
    width:  50%;
    white-space: nowrap;
}

#weightlossseminardiv .wlstextheaderstyle .activestep
{
    background-color: #0099CB;
    height: 7px;
    width: 107px;
    margin: 0 0 0 -22px;
}

#weightlossseminardiv .divButtonStyleright
{
    float: right;
    margin: 6% 0 0 0;
}

#weightlossseminardiv .buttonstyle3 {
    color: #ffffff;
    text-align: center;
    text-shadow: 0px -1px 2px #000000;
    font-weight: 100;
    font-size: 15pt;
}

#weightlossseminardiv .popmodalbutton
{
    margin: 6% 0 0 0;
}

#weightlossseminardiv .onepopupbutton {
	margin: 6% 0 0 21%;
    border-radius: 5px;
    vertical-align: middle;
    width: 293px;
    /* height: 45px; */
    background-color: #FFB001;
    text-align: center;
    padding: 10px 0;
}

#weightlossseminardiv .twopopupbutton{
    border-radius: 5px;
    vertical-align: middle;
    width: 251px;
    /* height: 45px; */
    background-color: #FFB001;
    text-align: center;
    padding: 10px 0;
}

#weightlossseminardiv .popmodaltwobutton > ul{
	margin: 6% 0 0 0;
}

#weightlossseminardiv .popmodaltwobutton > ul > :first-child {
	margin: 0 10% 0 0;
}

#weightlossseminardiv  .paragraphstyle1 {
	width: 629px;
    margin-left: 17%;
    margin-top: 4%;
}

#weightlossseminardiv .buttonstyle4 {
    background-color: #0099CB;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    text-shadow: 0px -1px 2px #000000;
    font-weight: 100;
    font-size: 15pt;
    padding: 10px 13px;
    /* width: 399px; */
    vertical-align: middle;
}


#weightlossseminardiv .blueButtonSubtextDiv.longbutton {
    margin: 6% 29%%;
}


#weightlossseminardiv #wlsinnerlistheader > ul > li {
	width: 33%;
}



#weightlossseminardiv .emailLaterButton{
    float: left;
    border-radius: 5px;
    vertical-align: middle;
    /* width: 105px; */
    /* height: 45px; */
    background-color: #FFB001;
    text-align: center;
    padding: 10px 10px;
}


#weightlossseminardiv .emailLaterCancel {
	    margin: 6% 6% 0 9%;
}

#weightlossseminardiv .emailLaterSubmit {
	    margin: 6% 0 0 0;
}

.centeredpanel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#weightlossseminardiv ul > li.wls_frontpagebuttonpadding {
	margin: 0 0 0 145px;
}


    .m-radiostyle1 {
	    display: none; 
    }
    
    .radiostyle1 {
	    display: block;
    }
    
    ul.inlinestyle li
    {
        display: inline-block;
    }
    
    
    .modalbuttonliststyle1 {
	    width: 602px;
    }
    
    .modalliststyle1 {
	    width: 630px;
    }
    
    .videoblock > ul > li {
	    width: 640px;
    }
    
    
    .liststyle3Responsive
    {
        display:none;
    }

.grayform ul
{
    padding-top: 15px;
}


#weightlossseminardiv ul.liststyle4 li:last-child input[type="text"]
{
    width:100px;
}

#weightlossseminardiv ul.liststyle4 span
{
    vertical-align: bottom;   
}
/*===========================


End Weight Loss Seminar Style*/

    #mobilehidden {
	    display: none;
    }
    
    

.divPrimaryCareServices .col1{width:50%; display:inline-block; float: left;}
.divPrimaryCareServices .col2{width:50%; display: inline-block; float:left;}