/*
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.
*/
.header > .wrapper {
	padding: 15px 0 5px;
}

a {
	color: #712b3d;
	text-decoration: underline;
}

div.content-block.left div.widget h3 {
	background: #712b3d;
	font-weight: bold;
	color: white;
	font-size: 18px;
	cursor: pointer;
}

div.content-block.left div.first.widget h3, div.content-block.left div.last.widget h3 {
	background: #A5A5A5;
}

h2.widgettitle {
	background: #A5A5A5;
	padding: 5px;
	text-transform: uppercase;
}

h3.highlight-title {
	text-transform: uppercase;
}

div.content-block.left div.widget.first h3, div.content-block.left div.widget-6 h3, div.content-block.left div.widget-7 h3 {
	cursor: default;
	background: #A5A5A5;
	font-weight: bold;
	color: black;
	font-size: 18px;
}

div.content-block.left div.widget-7 h3 a {
	text-decoration: none;
}

div.content-block.left div.widget-7 h3 a:hover {
	color: #000;
}

div.content-block.left div.first.widget {
	border-bottom: 0 solid black;
}

div.main-sidebar.right .widget-4 div {
	border-bottom: 0 solid black;
	padding: 0;
	margin: 0;
}

div.main-sidebar.right div.widget h3 {
	background: #A5A5A5;
}

div.content-block.left div.widget {
	border-bottom: 0 solid black;
	padding-bottom: 0;
	margin-bottom: 0;
}

div.main-sidebar.right div.widget-5 h3, 
div.main-sidebar.right div.widget-6 h3, 
div.main-sidebar.right div.widget-7 h3, 
div.main-sidebar.right div.widget-8 h3 {
	background: #780101;
	font-weight: bold;
	color: white;
	font-size: 18px;
	cursor: pointer;
}

div.main-sidebar.right div.widget-5 ul,
div.main-sidebar.right div.widget-6 ul,
div.main-sidebar.right div.widget-7 ul,
div.main-sidebar.right div.widget-8 ul {
	display: none;
	margin-left: 25px;
	margin-top: -5px;
	margin-bottom: 10px;
}

div.content-block.left div.widget ul {
	display: none;
	margin-left: 25px;
	margin-top: -5px;
	margin-bottom: 10px;
}

div.content-block.left div.widget-7 ul {
	display: block;
}

div.content-block.left div.last.widget ul {
	display: block;
	margin-top: 0;
}

div.main-sidebar.right div.widget:hover ul, div.content-block.left div.widget:hover ul {
	display: block;
}

.main-menu {
	background: #777;
}

         .embed-video iframe { max-width: 100%; }


.widget-2 ul li {
	margin: 8px 0;
}

.header {
	background: #fff;
}

.header-menu h2 {
	font-size: 3em;
	color: #712b3d;
	margin: 46px 0 0 46px;
	text-align: center;
}

.header .header-menu {
	width: 45%;
}

.header .header-addons {
	color: #712b3d;
}

div.main-sidebar.right div.widget h3 {
	color: #000;
}

div.main-sidebar.right div.widget-5 h3, div.main-sidebar.right div.widget-6 h3, div.main-sidebar.right div.widget-7 h3, div.main-sidebar.right div.widget-8 h3 {
	color: #fff;
}

@media only screen and (max-width: 787px) {
	span.delegate {
		display: none;
	}
	
	.paragraph-row .column3 {
		display: none;
	}
}