/* 
  -----------------------------------
  Adaptations
  by Project Seven Development
  www.projectseven.com
  Layout 5 - PMM Menu
  -----------------------------------
*/

/*FIX FOR SAFARI 6 AND IE9 SUB-PIXEL RENDERING RECURSION WITH EQUAL HEIGHTS COLUMN SCRIPT*/
body {overflow-y: scroll;}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFF;
	margin: 20px;
	font-size: 100%;
}
img.scaled {
	height: auto;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #999;
}
img.scaled-plain {
	height: auto;
	width: 100%;
}
img.scaled-max {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
	border-radius: 5px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #999;
}
img.scaled-max-plain {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}
#masthead {
	margin: 0px auto;
}
h1, h2, h3, h4, h5 {
	font-weight: normal !important;
	font-style: normal !important;
	font-family: "Federo", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: normal;
	margin: 0px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.65em;
	margin-top: 20px;
}
h3 {
	font-size: 1.50em;
	margin-top: 20px;
}
h4 {
	font-size: 1.35em;
	margin-top: 20px;
}
.header  {
	margin: 0px !important;
}
p {
	margin-top: 6px;
	margin-bottom: 12px;
}
.fancy-quote {
	font-family: "Federo", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
	color: #101010;
}
#masthead h1 {
	font-size: 3em;
	margin: 0px;
}
#masthead .subhead {
	font-size: 0.7em;
	margin: -.2em 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
#masthead a, a:visited {
	color:#191919;
	text-decoration:none;	
}
#masthead a:hover {
	color:#191919;
	text-decoration:none;	
}
#columns {
	border-radius: 5px;
	border: 1px solid;
	border-color: #444;
	position: relative;
	margin: 0px auto;
}
.navigation {
	width: 30%;
	float: left;
}
.p7PMMv19 ul {
	border-radius: 0px 0px 0px 0px;
}
.main-content {
	width: 70%;
	float: left;
	line-height: 1.5em;
}
.navigation .content {
	background-color: #fff;
	/*background-image: url(../images/hb-stud-image-lg1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;*/
	border-right: 1px solid #000;
	box-shadow: 0px 0px 30px #000;
	position: relative;
}
.main-content .content {
	padding: 20px 32px;
	background-color: #FFFFFF;
	font-size: 1em;
	border-radius: 0px 5px 5px 0px;
}
/*Interior 3-Column Structure*/
.inner-columns-wrapper {
	overflow: hidden;
	margin-top:20px;
}
.three-column-column1 {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.three-column-column2 {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.three-column-column3 {
	width: 32%;
	float: left;
}
.three-column-content {
	padding: 16px;
	border: 1px solid #444;
	border-radius: 5px;
	font-size: 0.85em;
	background-color: #164a24;
	box-shadow: inset 0px 0px 30px #165a29;
	color:#fff;
}
.three-column-column2 .three-column-content {
	background-color: #164a24;
	box-shadow: inset 0px 0px 30px #165a29;
	
}

#footer {
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#footer a, a:visited {
	color: #191919;
}
#footer a:hover, a:focus {
	color: #165a29;
}
/*link styles*/
.main-content .content a, a:visited {
	color: #191919;
}
a:hover, a:focus {
	color: #165a29;
}
.inner-columns-wrapper .three-column-column3 .three-column-content.p7ehc-a .address.whitetext  a, a:visited {
	color: #fff;
}
.inner-columns-wrapper .three-column-column3 .three-column-content.p7ehc-a .address.whitetext a:hover, a:focus {
	color: #fff;
}
.sidebar a, .sidebar a:visited {
	color: #FFF;
}
.sidebar a:hover, .sidebar a:focus {
	color: #000;
}
span.clearfix {
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.videoscale {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;	
}
.video-wrapper { 
position: relative; 
padding-bottom: 56.25%; 
padding-top: 30px; 
height: 0px; 
overflow: hidden; 
} 
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
} 

