/*

Dark Blue	#1D428A - Nav, H1, Top Bar, Blue Boxes
Light Blue	#407EC9 - Bar below top bar
Green		#006A52 - Links, Nav Current
Gray		#4C5D67 - Body copy
White		#FFFFFF - Blue Box copy

*/


* {font-family: "museo-sans",sans-serif !important;}

h1, h2, h3 {font-weight:500 !important;}
h4 {font-weight:300 !important;}

h3 a {color:#1D428A;}

.fusion-row a {font-weight:700 !important;}

p {font-weight:300 !important;}

.blue {color:#1D428A;}

.bluedivider {height:2px;background-color:#1D428A;display:block;width:100%;}
.nobottom {margin-bottom:4px !important;}

#wrapper {
	background-color:transparent !important;
	background-image:url("/wp-content/uploads/2016/12/Background_2732X1536.jpg") !important;
	background-repeat:repeat-y !important;
	background-position:left top !important;
	background-size: 2732px 1536px !important;
}

.fusion-header, #main, .fusion-footer, .fusion-footer-widget-area {background-color:transparent !important;}



/* header */


.fusion-secondary-header {
	color:#fff !important;
	font-weight:300 !important;
	font-size:13px !important;
	border-bottom:6px solid #407EC9;
}

.fusion-header-v3 .fusion-header {border:none !important;}

/* navigation */

.fusion-main-menu {padding-top:60px;}

.fusion-main-menu > ul > li > a {
	text-transform:uppercase !important;
}



/* box stylings */

.whitebox h2 {
	color:#1D428A !important;
	border-bottom:2px solid #1D428A;
}

.whitebox h4 {
	color:#1D428A !important;
	border-bottom:2px solid #1D428A;
}


.bluebox {color:#fff !important;}

.bluebox h2 {
	color:#fff !important;
	border-bottom:2px solid #fff;
}

.bluebox a {color:#fff !important;font-weight:300 !important;}
.bluebox a:hover {color:#006A52 !important;font-weight:300 !important;}

/* blog */

.fusion-post-title {font-size:24px !important;}


/* footer */

.fusion-copyright-notice {font-weight:100;}

/* patient portal */

.portalbutton {
	margin:10px 10px 20px 0px;
	padding:13px 29px;
	border:2px solid #fff;
	background-color:#1d428a;
	text-transform:uppercase;
}

.portalbutton a {
	font-size:14px !important;
	color:#fff !important;
}

.portalbutton:hover {
	background-color:#006a52;
}


