#menu-secondary-menu, .menu-main-nav-container, .menu-mobile-menu-container {
    display: none;
}
.menu-disclamer-menu-container {
    text-align: center;
}
.menu-disclamer-menu-container li {
    display: inline-block;
    margin-right: 5px;
}
.menu-disclamer-menu-container li a {
    font-size: 0.7em
}
#back-to-top {
    background-image: url("images/bgs/back-to-top.png");
    background-size: 100% auto;
    display: block;
    height: 55px;
    left: 0;
    position: absolute;
    top: -36px;
    width: 55px;
}
#jPanelMenu-menu {
    margin-left: 0;
}
#jPanelMenu-menu .sub-menu {
    left: auto;
    margin-left: 8%;
    opacity: 1;
    position: relative;
    width: 92%;
    display: block;
}
#jPanelMenu-menu .sub-menu a {
    width: 100%;
}
#jPanelMenu-menu li {
    background-color: #04508d !important;
    width: 100%;
}
#jPanelMenu-menu li a {
    background: none repeat scroll 0 0 transparent !important;
}
/* SUBnav (SMALL and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

	

	

#subnav {
    width: 100%;
    display: block;
    margin: 0px;
    z-index: 999;
    top: -20px;
    left: 0;
}
body.page-id-8 #subnav {
    top: -20px;
    left: 0;
}
#subnav ul {
    margin: 0px;
}
#subnav li {
    background-color: #fff;
    border-bottom: 1px solid #47484a;
    font-size: 1.5em;
    list-style: outside none none;
    padding-right: 0px;
    text-align: center;
    width: 100%;
}
#subnav li a {
    color: #47484a;
    font-size: 0.7em;
}
body.post-8 #subnav li a {
    position: relative;
    line-height: normal;
}
body.post-8 #subnav li a:hover:after {
    background-image: url("images/left-arrow-orange.png");
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    right: 3px;
    top: 35px;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
}
#subnav .subtitle {
    background-color: #9298a6;
    border-bottom: medium none;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
#subnav li a:hover {
    color: #f58928;
}
#header_img #subnav {
    height: 421px;
    position: absolute;
    top: 0;
    background-image: url(images/bgs/subnav.png);
    background-repeat: no-repeat;
    min-width: 250px;
    width: 29%;
}
#header_img #subnav .wrap {
    padding: 28px 0;
}
#header_img #subnav li a {
    padding: 0;
    color: #fff;
    font-size: 0.7em;
}
#header_img #subnav li a:hover {
    padding: 0;
    color: #f58928;
}
#header_img #subnav li {
    height: 70px;
    line-height: 70px;
    padding-right: 10px;
    text-align: right;
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #fff;
}
#header_img #subnav li:first-child {
    background-color: #f58928;
}
/* Sidenav (SMALL and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#provider-nav {
    padding: 50px 10px 50px 20px;
}

@media only screen and (min-width: 40.063em) {
/* General (MEDIUM and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

ul.menu {
    margin: 0;
}
.menu li a {
    color: #fff;
    text-decoration: none;
}
.menu li a:hover, .menu li.current-menu-item > a, .menu li.current-menu-parent > a, .menu li.current_page_parent > a {
    color: #f58928;
}
.menu li ul.sub-menu a:hover, .menu li ul.sub-menu .current-menu-item > a {
    color: #f58928;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
}
.sub-menu {
    color: #fff;
    background-image: url('images/bgs/dropbg.png');
}

/* fixing a gen overwrite */
body .genesis-nav-menu li {
    font-weight: normal;
	text-transform: uppercase;
}
	
/* menu-secondary-menu (MEDIUM and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

#menu-secondary-menu {
    display: inline-block;
}
#menu-secondary-menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
#menu-secondary-menu li:first-child {
    margin: 0 10px 0 20px;
}
/* menu-main-nav (MEDIUM and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 	

		

.menu-main-nav-container {
    /* position: absolute; */
    background-color: #044e8a;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    /* left: 0; */
    padding: 16px;
    /* position: absolute; */
    /* top: 140px; */
    width: 100%;
}
#menu-main-nav {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#menu-main-nav > li {
    font-size: 1em;
    margin: 0 1%;
    text-align: center;
    position: relative;
}
#menu-main-nav > li.current-menu-item:after,  #menu-main-nav > li.current-menu-parent:after {
    background-image: url("images/indicater.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: -16px;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
#menu-main-nav li:first-child {
    margin-left: 0;
}
#menu-main-nav li:last-child {
    margin-right: 0;
}
#menu-main-nav a {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05em;
    font-size: 0.8em;
}
#menu-main-nav li ul.sub-menu {
    color: #fff;
    margin-left: 6px;
    padding-top: 26px;
    padding-bottom: 18px;
    width: 300px;
    z-index: 9999;
    border-top: none;
}
#menu-main-nav li#menu-item-28 ul.sub-menu {
    margin-left: -86px;
}
#menu-main-nav li#menu-item-27 ul.sub-menu {
    margin-left: -40px;
}
#menu-main-nav li#menu-item-26 ul.sub-menu {
    margin-left: -40px;
}
#menu-main-nav li ul.sub-menu li {
    width: 100%;
    text-align: center;
}
#menu-main-nav li ul.sub-menu a {
    color: #fff;
    background-color: transparent;
    border: none;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 5px 20px;
    text-align: center;
    display: block;
}
/* subnav-nav (MEDIUM and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 	

		

	

#subnav {
    position: relative;
}
#subnav li:last-child {
    border-bottom: medium none;
}
#subnav {
    max-width: 311px;
}
#subnav li {
    text-align: right;
    padding-right: 10px;
}
/* menu-resource-nav (MEDIUM and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 	

		

		

#menu-resource-nav {
    line-height: normal;
}
#menu-resource-nav .sub-menu {
    margin-left: -12px;
    padding: 0;
    width: 180px;
    background-image: url('images/bgs/dropbg-white.png');
}
#menu-resource-nav .sub-menu li {
    width: 100%;
    background-color: transparent;
}
#menu-resource-nav .sub-menu li a {
    width: 100%;
    padding: 5px 10px;
    background-color: transparent;
    color: #1c85d9;
    font-weight: normal;
    border: medium none;
}
#menu-resource-nav .sub-menu li a:hover {
    background-color: #fff;
}
#menu-main-nav a:hover,  #menu-main-nav li ul.sub-menu a:hover,  #menu-resource-nav .sub-menu li a:hover {
    color: #f58928;
}
#top-header {
    color: #1c85d9;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    right: 9px;
    text-align: right;
    top: 33px;
    width: 100%;
}
#top-header > div {
    border-right: 2px solid #1c85d9;
    display: inline-block;
    margin: 0;
    padding: 7px;
    vertical-align: middle;
}
#top-header > div > div {
    height: 20px;
    line-height: 20px;
}
#top-header > div:last-child {
    border-right: 0px solid #1c85d9;
}
#top-header a {
    color: #1c85d9;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1em;
}
#top-header a.phone-fax {
    color: #04508d;
    margin-left: 6px;
}
#footer_area_one .menu-main-nav-container {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    /* left: 7%; */
    padding: 0;
    /* top: 38px; */
    /* width: 93%; */
}
#footer_area_one .menu-main-nav-container #menu-main-nav-1 > li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 10px;
}
/* #footer_area_one .menu-main-nav-container #menu-main-nav-1 > li.menu-item-28 {
    width: initial;
}
#footer_area_one .menu-main-nav-container #menu-main-nav-1 > li.menu-item-27 {
    width: initial;
}
#footer_area_one .menu-main-nav-container #menu-main-nav-1 > li.menu-item-26 {
    width: initial;
} */
#footer_area_one .menu-main-nav-container > li {
    display: inline-block;
    margin: 0;
}
#footer_area_one .menu-main-nav-container li {
    line-height: 1.3em;
}
#footer_area_one .menu-main-nav-container li a {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
}
#footer_area_one .sub-menu {
    margin: 0;
    padding: 0;
}
#footer_area_one .menu-main-nav-container li .sub-menu a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 0.13em;
    margin: 0;
    opacity: 0.8;
    padding: 0;
}
#footer_area_one .menu-patient-resources-container,
#footer_area_one .menu-footer-patient-resources-container {
    position: absolute;
    right: 0;
    top: 10%;
    width: 22%;
    display: none;
}
#footer_area_one .menu-patient-resources-container li,
#footer_area_one .menu-footer-patient-resources-container li {
    border-bottom: 1px solid #f58928;
    height: 45px;
    margin-bottom: 27px;
}
.menu-disclamer-menu-container {
    /* bottom: 8%; */
    /* position: absolute; */
    /* right: 33%; */
    text-align: left;
}
.menu-disclamer-menu-container li {
    display: inline-block;
    margin-right: 5px;
}
.menu-disclamer-menu-container li a {
    font-size: 0.7em
}
#back-to-top {
    background-image: url("images/bgs/back-to-top.png");
    display: block;
    height: 72px;
    left: 0;
    position: absolute;
    top: -36px;
    width: 77px;
}
.back-to-top, .back-to-top:hover {
    color: #1c85d9;
    cursor: pointer;
    position: relative;
    left: 22px;
}
.back-to-top:before {
    background-image: url("images/bgs/back-to-top.png");
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 15px;
    left: -22px;
    position: absolute;
    top: 1px;
    width: 15px;
}
/* Side-nav (MEDIUM and up) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 	



#procedureprep-nav, 
/*		#provider-nav,		*/

		#sidebar {
    background-color: #f3f3f3;
    padding: 50px 0 50px 50px;
}
#procedureprep-nav h3,  #provider-nav h3,  #sidebar h3 {
    border-bottom: 2px solid #333;
    padding-bottom: 7px;
    width: 100%;
}
#procedureprep-nav li,  #provider-nav li,  #sidebar li {
    margin: 10px 0;
    list-style: none;
 width: 95%  padding: 0;
}
#procedureprep-nav a,  .widget-wrap li a,  #provider-nav a {
    position: relative;
    line-height: normal;
}
#procedureprep-nav a:hover:after,  #procedureprep-nav a.active:after,  #provider-nav a:hover:after,  #provider-nav a.active:after,  .widget-wrap li a:hover:after {
    background-image: url("images/right-arrow-orange.png");
    background-position: left center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 10px;
    left: -17px;
    position: absolute;
    top: 5px;
    width: 10px;
}
}

@media only screen and (min-width: 64.063em) {
/* LARGE and up -------------------------------------------------------------------------------------------------------- */

	/* menu-secondary-menu  (LARGE and up)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */  

#top-header > div {
    padding: 7px 31px;
}
#subnav {
    display: block;
}
#footer_area_one .menu-patient-resources-container,
#footer_area_one .menu-footer-patient-resources-container {
    display: block;
}
#footer_area_one .menu-main-nav-container {
    /* width: 68%; */
}
#footer_area_one .menu-main-nav-container li {
    max-width: initial;
}
#header_img #subnav li a {
    font-size: 0.9em;
}
#provider-nav {
    padding: 50px 0 50px 50px;
}
}

@media only screen and (max-width: 40.063em) {
#header_img #subnav {
    position: relative;
    width: 100%;
    height: auto !important;
    background-size: 100% auto;
}
#header_img #subnav li {
    height: 30px !important;
    line-height: 30px !important;
}
}

@media only screen and (min-width: 45em) { /* special */
#menu-main-nav > li {
    margin: 0 0.6%;
}
}

@media only screen and (min-width: 58em) { /* special */
#menu-main-nav a {
    font-size: 1em;
}
}

@media only screen and (min-width: 71em) { /* special */
#menu-main-nav > li {
    margin: 0 1.6%;
}
}

@media only screen and (max-width: 1206px) {
.menu-patient-resources-container {
    display: none!important;
}
#footer_area_one .menu-main-nav-container {
    width: 93%
}
}
@media screen and (max-width: 1150px){
    #footer_area_one .menu-main-nav-container #menu-main-nav-1 > li{
        width: 45%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 914px) {
#footer_area_one {
    /* height: 702px!important; */
}
#footer_area_one .wrap {
    height: 100%!important;
}
.menu-disclamer-menu-container {
    /* bottom: 2%; */
    /* position: absolute; */
    /* right: 16%; */
    text-align: left;
}
}

@media only screen and (max-width: 678px) {
#footer_area_one {
    /* height: 361px!important; */
}
.menu-disclamer-menu-container {
    /* right: 35%!important; */
    /* bottom: 8%; */
}
}
