header{min-height:85px; background-color: #ffffff;}
header .logo a:link, header .logo a:visited, header .logo a:hover, header .logo a:active{background:url(https://www.yourworldhealthcare.com/assets/images/logo.png) no-repeat left center; background-size:251px auto; width:251px; height:70px; display:block; margin-top:10px;    margin-left: 346px;}
header .greenbar {background-color:#cada35; min-height: 30px;}

/*These styles are to be used when you need more than one column - ALWAYS wrap them in a <div class="row"></div>*/
.row{clear:both; margin:20px -10px;}
section.fullwidth{padding:0 10px;}
section.onethird, section.twothirds, section.half, section.quarter, section.threequarters, section.fifth{float:left; box-sizing:border-box; width:50%; padding:0 10px;}
section.threequarters{width:75%;}
section.onethird{width:33.33333333%;}
section.twothirds{width:66.66666667%;}
section.quarter{width:25%;}
section.fifth{width:20%;}

section .box-border{
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
}
section .box-border + .box-border{
	margin-top:20px;	
}
section .box-border h2{
	border-bottom:1px dashed #ccc; 
	padding-bottom:6px;
}