@import  "//fonts.googleapis.com/css?family=Source+Sans+Pro";

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.site-container {
	padding: 0 25px 21px;
	margin-top: 0;
	box-shadow: #000000 0 0 32px;
}

.title-area {
	float: left;
	max-width: 450px;
	margin-top: 59px;
	width: 100%;
}

.site-header {
	min-height: 215px;
}

.site-header .widget-area {
	float: right !important;
	max-width: 350px;
	text-align: right;
}

.site-header {
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 0;
}

.nav-secondary {
	background: url('hmp_website/wp-content/uploads/2014/06/gradient1.jpg');
}

.genesis-nav-menu a {
	padding: 19px 55px;
}

.header-image .site-title a {
	float: left;
	min-height: 134px;
}

body {
	color: #16201F;
	font-family: "Helvetica", Helvetica, sans-serif;
	font-size: 17px;
}

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	text-transform: capitalize;
	width: 100%;
	letter-spacing: 0;
}

.genesis-nav-menu a {
	color: #d2daf1;
}

.genesis-nav-menu li.menu-item-has-children:hover > a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #d2daf1;
	color: #4c83a2;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica", Helvetica, sans-serif;
}

p {
	color: #2A3154;
}

h1 {
	color: #35373b;
	font-weight: bold;
}

.entry-title {
	text-align: left;
}

.site-footer {
	background-color: #CCDEE2;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
	background-color: #4c83a2;
	font-family: Baskerville, sans-serif;
	text-transform: uppercase;
}

.simple-social-icons {
	margin-top: 52px;
}

.widget {
	margin-bottom: 0;
}

.content .entry {
	border: 0;
}

a {
	color: #4A7D91;
	text-decoration: underline;
}

p {
	color: #181D1C;
}

#megaMenu #megaMenuToggle {
	color: #FFFFFF;
}

body {
	color: #16201F;
	font-family: "Helvetica", Georgia, sans-serif;
	font-size: 17px;
}

media="all"
.site-inner {
	clear: both;
	padding-top: 10px;
}

/* EDITS 4TH AUGUST 2015 - JAMES */
.content .entry {
	padding: 23px;
}

.entry-header {
	text-align: left;
}

.widget ul > li {
	font-family: "Garamond", Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 16px;
	list-style-type: none;
	margin-bottom: 0;
	padding-bottom: 0;
	border-width: 0;
}

.widget ul > li a {
	text-decoration: none;
	color: #000000;
}

.footer-widgets .widget {
	text-align: left;
	border-width: 0;
	padding: 0 25px;
	font-weight: bolder;
}

.footer-widgets .widget h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #444444;
	margin: 0 0 10px;
}

.footer-widgets {
	background-color: #CCDEE2;
}

.footer-widgets-1 {
	background-color: #CCDEE2;
	border-width: 0;
}

.footer-widgets-2 {
	background-color: #CCDEE2;
	border-width: 0;
}

.footer-widgets-3 {
	background-color: #CCDEE2;
	border-width: 0;
}

.site-footer {
	background-color: #CCDEE2;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
}

.entry-title a:hover, .sidebar .widget-title a:hover {
	color: #000000;
	text-decoration: underline;
}

#dmem, #dspo, #dmisc {
	border: 2px solid #03456B;
	font-family: 'Source Sans Pro', Calibri, Garamond;
}

#dmem a, #dspo a, #dmisc a {
	text-decoration: none !important;
}

#dmem td, #dspo td, #dmisc td {
	text-align: center;
	border: 1px solid #03456B;
	padding: 0;
	line-height: 145%;
}

#dmem td {
	width: 20%;
}

#dspo td, #dmisc td {
	width: 50%;
}

.aligncenter2 {
	display: block;
	margin: 0 auto 24px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}