/*
Theme Name: Son of Twenty Twelve
Description:  Child theme based on Twenty Twelve
Author: Dave Nold
Author URI: http://sciopti.com
Template: twentytwelve
Version: 0.9
*/

@import url("../twentytwelve/style.css");

/* =Basic structure
-------------------------------------------------------------- */
body {
	color: #000;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #000;
}
a {
	color: #169;
	font-weight: 600;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	border-bottom: 1px solid #169;
}
a:visited {
	color: #169;
	text-decoration: none;
	border-bottom: 1px solid #169;
}
a:hover {
	color: #d13;
	text-decoration: none;
	border-bottom: 1px solid #d13;
}
a:focus { 
	outline: thin dotted; 
}
.focus { 
	outline: thin dotted; 
}
.home .home-link {
	pointer-events: none;
	cursor: default;
}
img.header-image {
	float: left;
	max-width: 100%;
	margin: 0 56px 15px 0;
	margin: 0 4rem 1.071428571rem 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: none;
}

/*---- quotes ---------*/

blockquote {
	padding: 7px 28px 7px 28px;
	padding: 0.5rem 2rem 0.5rem 2rem;
	font-style: normal;
	border-left: 4px solid #5b3;
}
.emphasis {
	font-style: italic;
}
.strong {
	font-weight: 600;
}
.healthcare {
    color: #555;
    text-transform: uppercase;
    font-weight: normal;
}
.stories {
	color: #d23;
	text-transform: uppercase;
	font-style: italic;
	font-weight: normal;
}
/* pre-page header styles */
.pre-page-header {
	width: 100%;
	height: auto;
	background: #444;
	color: #fff;
	padding: 7px 0 21px;
	padding: 0.5rem 0 1.5rem 0;
}
.pre-page-header-container {
	max-width: 1260px;
	max-width: 126.0rem;
	margin-left: 60px;
	margin-right: 60px;
	margin-left: 4.285714285rem;
	margin-right: 4.285714285rem;
	margin-top: 0;
}
.alignleft-plus {
	float: left;
	width: 50%;
}
.alignright-plus {
	text-align: right;
	float: right;
	width: 50%;
}
.alignleft-plus a, 
.alignright-plus a {
	color: #fff;
	font-size: 12px;
	font-size: 0.9rem;
	border-bottom: none;
}
.alignleft-plus a:hover, 
.alignright-plus a:hover {
	color: #fff;
	border-bottom: none;
	outline: 1px dotted #fff;
}
.alignleft-plus a:focus, 
.alignright-plus a:focus {
	outline: 1px dotted #fff;
}

.no-list-style ul li {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.42857143;
	text-decoration: none;
	list-style-type: none;
}
/* Remove The Smiley Face Injected Into The Footer By WordPress/Jetpack Stats Package */
img#wpstats { 
	position: absolute; 
  	overflow: hidden; 
  	clip: rect(0 0 0 0); 
  	height: 1px; width: 1px; 
  	margin: -1px; padding: 0; border: 0; 
}

/* Images */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}


/* footer */
footer[role="contentinfo"] {
	background: #444;
	color: #fff;
	max-width: 100%;
	max-width: 100%;
	position: relative;
	height: auto;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
footer[role="contentinfo"] a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
footer[role="contentinfo"] a:hover {
	color: #ee1;
	border-bottom: 1px solid #ee1;
}
footer[role="contentinfo"] a:focus {
	outline: 1px dashed #ee1;
	border-bottom: 1px solid #ee1;
}
.site-info {
	padding-left: 28px;
	padding-left: 2rem;
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 14px;
	font-size: 1rem;
	text-transform: capitalize;
	line-height: 1.846153846;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
article.post-password-required input[type="submit"],
li.bypostauthor cite span {
	padding: 6px;
	font-weight: 600;
	line-height: 1;
	color: #222;
	border: 1px solid #ddd;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	background: -moz-linear-gradient(#fff, #ddd);
	background: -o-linear-gradient(#fff, #ddd);
	background: -webkit-linear-gradient(#fff, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#fff, EndColorStr=#ddd)";
	background: linear-gradient(#fff, #ddd);
	background-color: #fff;
	-moz-border-radius: 6px;
	-moz-border-radius: 0.428571428rem;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 0.428571428rem;
	border-radius: 6px;
	border-radius: 0.428571428rem;
	-moz-box-shadow: 0 1px 2px rgba (0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 2px rgba (0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba (0, 0, 0, 0.5);	
}
.menu-toggle,
input[type="submit"],
article.post-password-required input[type=submit] {
	cursor: pointer;
}
.menu-toggle:hover,
input[type="submit"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ddd;
	background-repeat: repeat-x;
	background: -moz-linear-gradient(#ddd, #fff);
    background: -o-linear-gradient(#ddd, #fff);
    background: -webkit-linear-gradient(#ddd, #fff);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(1, #fff));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#ddd, EndColorStr=#fff)";
    background: linear-gradient(#ddd, #fff);
	background-color: #fff;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
input[type="submit"]:active,
article.post-password-required input[type=submit]:active,
input[type="submit"].toggled-on {
	color: #777;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	border: none;
}

/* Search Form */
.header-search {
	float: right;
	width: 30%;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-right: -4%;
	padding: 0;
	background: #fff;
}
.header-search input[type="text"] {
	width: 60%;
}

/* Header */
.site-header {
	padding: 21px 0;
	padding: 1.5rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: left;
}


/* Form fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
	-moz-box-shadow: 1px 1px 1px rgba(204, 204, 204, 0.85) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(204, 204, 204, 0.85) inset; 
	box-shadow: 1px 1px 1px rgba(204, 204, 204, 0.85) inset;
}

/*Headers*/
.site-header h1 {
	font-family:"Museo Sans 500", Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-weight:500; 
	font-style:normal;
	letter-spacing: 1px;
	font-size: 35px;
	font-size: 2.5rem;
	/* line-height: 2.75; */
	margin-top: 25px;
	color: #444;
}
.site-header h2 {
	font-family:"Museo Sans 500", Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-weight:500; 
	font-style:normal;
	letter-spacing: 1px;
	font-size: 21px;
	font-size: 1.5rem;
	color: #444;
}

#post-31 .entry-title {
	font-family:"Museo Sans 500", Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-weight:500; 
	font-style:normal;
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
	text-transform: capitalize;
	margin-bottom: 15px;
	margin-bottom: 1.071428571rem;
}
 
.entry-content h1,
.comment-content h1 {
	text-transform: capitalize;
	font-family:"Museo Sans 500", Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-weight:500; 
	font-style:normal;
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.5;
	color: #000;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.entry-header .entry-title {
	font-family:"Museo Sans 500", Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-weight:500; 
	font-style:normal;
	color: #333;
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.5;
}
.entry-header .entry-title a {
	font-family:"Museo Sans 500", Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-weight:500; 
	font-style:normal;
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.5;
	color: #169;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

.entry-content h1,
.comment-content h1 {
	text-transform: capitalize;
	font-family:"Museo Sans 500", Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-weight:500; 
	font-style:normal;
	margin-bottom: 15px;
	margin-bottom: 1.071428571rem;
}
.entry-content h2,
.comment-content h2 {
	ffont-family:"Museo Sans 500", Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-weight:500; 
	font-style:normal;
	margin-bottom: 15px;
	margin-bottom: 1.071428571rem;
	text-transform: capitalize;
}
.entry-content h3,
.comment-content h3 {
	text-transform: capitalize;
	font-family:"Museo Sans 500", Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-weight:500; 
	font-style:normal;
	margin-bottom: 15px;
	margin-bottom: 1.071428571rem;
}
.entry-content h4,
.comment-content h4 {
	text-transform: capitalize;
	font-family:"Museo Sans 500", Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-weight:500; 
	font-style:normal;
	margin-bottom: 15px;
	margin-bottom: 1.071428571rem;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
	text-transform: capitalize;
	font-family:"Museo Sans 500", Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-weight:500; 
	font-style:normal;
	margin-bottom: 15px;
	margin-bottom: 1.071428571rem;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
	text-transform: capitalize;
	font-family:"Museo Sans 500", Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    font-weight:500; 
	font-style:normal;
	margin-bottom: 15px;
	margin-bottom: 1.071428571rem;
}

/*hyphens*/
.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

/* =Main content
-------------------------------------------------------------- */
.entry-content ul,
.comment-content ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 21px;
	margin-left: 1.5rem;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-right: 10px;
	margin-right: 0.714285714rem;
	margin-bottom: 0;
}

.comments-link a,
.entry-meta a {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1;
	color: #169;
	text-decoration: none;
}
.comments-link a:hover,
.entry-meta a:hover {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1;
	color: #d13;
	text-decoration: none;
}
.entry-content blockquote,
.comment-content blockquote {
	padding: 7px 28px 7px 28px;
	padding: 0.5rem 2rem 0.5rem 2rem;
	font-style: normal;
	border-left: 4px solid #eee; /* #5b3 */
}

/* Sidebar */
.widget-title {
    font-family: "open-sans", arial, helvetica, sans-serif;
	font-size: 17px;
	font-size: 1.214285714285rem;
	line-height: 1.5;
	text-transform: none;
	font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}
.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.widget-area .widget h3 {
	font-family: "open-sans", arial, helvetica, sans-serif;
	font-size: 17px;
	font-size: 1.214285714285rem;
	line-height: 1.5;
	text-transform: none;
	font-weight: 500;
	color: #000;
	margin-bottom: 0;
}
.widget-area .textwidget ul {
	list-style: square outside;
}
.widget-area .widget li {
	margin-bottom: 7px;
	margin-bottom: 0.5rem;
}
.widget-area .widget a {
	color: #169;
	font-weight: 600;
	text-decoration: none;
	border-bottom: none;
}
.widget-area .widget a:visited {
	color: #169;
	text-decoration: none;
	border-bottom: none;
}
.widget-area .widget a:hover {
	color: #d13;
	text-decoration: none;
	border-bottom: none;
}
.textwidget {
	margin-top: -21px;
	margin-top: -1.5rem;
}

/* =Front page template
-------------------------------------------------------------- */
.template-front-page .widget-area .widget li a {
	color: #279;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.template-front-page .widget-area .widget li a:hover {
	color: #d23;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
	
/* article header on front page */
.home article header {
	font-family: "john-doe", serif;
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
	color: #444;
}

/* =Main content
-------------------------------------------------------------- */
.entry-content ul,
.comment-content ul {
	list-style-type: square;
	list-style-position: outside;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-right: 10px;
	margin-right: 0.714285714rem;
}

.comments-link a,
.entry-meta a {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.142857142;
	color: #279;
}
.comments-link a:hover,
.entry-meta a:hover {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.142857142;
	color: #289;
}
.entry-content blockquote,
.comment-content blockquote {
	padding: 7px 28px 7px 28px;
	padding: 0.5rem 2rem 0.5rem 2rem;
	font-style: normal;
	border-left: 4px solid #5b3;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Gallery images */
	


/* -------------- custom ---------------*/
.emphasis {
	font-style: italic;
}
.box-right {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
	border: 1px solid #aaaa99; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 15px 0 15px;
	padding: 1.071428514rem 1.071428514rem 0 1.071428514rem;
	width: 38%;
	float: right;
	margin: 0 -33px 10px 20px;
	margin: 0 -2.357142857142rem 0.714285714rem 0.714285714rem;
}
.box-left {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
	border: 1px solid #aaaa99; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 15px 0 15px;
	padding: 1.071428514rem 1.071428514rem 0 1.071428514rem;
	width: 35%;
	float: left;
	margin: 0 10px 10px 0;
	margin: 0 0.714285714rem 0.714285714rem 0;
}
.box-header {
	color: #000;
	padding-left: 5px;
	padding-left: 0.357142857rem;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
	text-transform: capitalize;
	border: 1px solid #bbccbb; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.box-nofloat {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
    border: 1px solid #aaaa99;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 15px 0 15px;
    padding: 1.071428571rem 1.071428571rem 0.785714286rem 1.071428571rem;
    width: 90%;
    margin-bottom: 20px;
    margin-bottom: 1.428571428rem;
    margin-right: 20px;
    margin-right: 1.428571428rem;
}
.right-list {
	clear: both;
	float: right;
	width: 38%;
}
.right-list ul li {
	margin-left: 5px;
}
.left-list {
	clear: both;
	float: left;
	width: 38%;
}
.left-list ul li {
	margin-right: -25px;
}

/*---------MailChimp------------*/
<!-- Begin MailChimp Signup Form -->

#mc_embed_signup {
	background:#fff;  
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-family: "Open Sans", Helvetica, Arial, sans-serif; 
	}
#mc_embed_signup div#mce-responses {
	float:left; 
	top:-1.4em; 
	padding:0em .5em 0em .5em; 
	overflow:hidden; 
	width:90%;
	margin: 0 5%; 
	clear: both;
}
#mc_embed_signup div.response {
	margin:1em 0; 
	padding:1em .5em .5em 0; 
	font-weight:bold; 
	float:left; 
	top:-1.5em; 
	z-index:1; 
	width:80%;
}
#mc_embed_signup #mce-error-response {
	display:none;
}
#mc_embed_signup #mce-success-response {
	color:#529214; 
	display:none;
}
#mc_embed_signup label.error {
	display:block; 
	float:none; 
	width:auto; 
	margin-left:1.05em; 
	text-align:left; 
	padding:.5em 0;
}

#content a {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #169;
	text-decoration: none;
	border-bottom: 1px solid #169;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#content a:hover {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: 600;
	color: #d13;
	text-decoration: none;
	border-bottom: 1px solid #d13;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#content .entry-meta a {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1;
	color: #279;
	text-decoration: none;
	border-bottom: none;
	}
#content .entry-meta a:hover {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1;
	color: #d23;
	text-decoration: none;
	border-bottom: none;
	}

/* Navigation Menu */

.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #fff;
	background: #555;
}
.main-navigation a:hover {
	color: #357;
	background: #fff;
}


/* =Media queries
-------------------------------------------------------------- */
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.site {
		max-width: 1260px;
		max-width: 90rem;
		margin-left: 60px;
		margin-right: 60px;
		margin-left: 4.285714285rem;
		margin-right: 4.285714285rem;
		overflow: visible;
	}
	.breadcrumbs {
		font-size: 12px;
		font-size: 0.857142857rem;
		line-height: 1.142857142;
		clear: both;
		padding-top: 20px;
	}
	/* Main Navigation Part 2 */

	
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: none;
		border-top: none;
		padding: 0 10px;
		width: 98.3%;
		margin-left: auto;
		margin-right: auto;
		background-color: #555;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		clear: both;
		float: left;
	}
	.main-navigation li {
		padding-top: 5px;
		padding-top: 0.333rem;
		margin: 0;
		float: left;
		position: relative;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li.focus > a { 
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		color: #fff;
		padding: 5px 11px 5px 11px;
		padding: 0.333rem 0.785714286rem 0.333rem 0.785714286rem; 
		font-size: 15px;
 		font-size: 1.0714285714rem;
		line-height: 1.42857143;
		font-weight: 600;
		margin-left: 1px;
		margin-right: 1px;
		text-transform: none;
		text-decoration: none;
	}
	.main-navigation li a:hover,
	.main-navigation li:hover > a {
		color: #357;
		background: #fff;
		font-weight: 600;
		margin-left: 1px;
		margin-right: 1px;
		-webkit-border-top-left-radius: 0;
    	-moz-border-radius-topleft: 0;
    	border-top-left-radius: 0;
    	-webkit-border-top-right-radius: ;0
    	-moz-border-radius-topright: 0;
    	border-top-right-radius: 0;
	}
	.main-navigation li.current-menu-item > a,
	.main-navigation li.current-menu-parent > a { 
		color: #357;
		background: #fff;
		font-weight: 600;
		margin-left: 1px;
		margin-right: 1px;
		-webkit-border-top-left-radius: 0;
    	-moz-border-radius-topleft: 0;
    	border-top-left-radius: 0;
    	-webkit-border-top-right-radius: 0;
    	-moz-border-radius-topright: 0;
    	border-top-right-radius: 0;  
	}
	.main-navigation .menu-item-has-children > a:after,
	.main-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 2px;
		top: 18px;
		top: 1.285714286rem;
		vertical-align: text-bottom;
	}
	.main-navigation li ul {
		background: #fff;
		color: #357;
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li {
		margin: 0;
		padding: 0;
		display: block;
	}
	.main-navigation li ul li a {
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-size: 0.928571429rem;
		line-height: 1.285714285;
		background-color: #fff;
		color: #357;
		font-weight: 600;
		padding: 7px 14px;
		padding: 0.5rem 1rem;
		width: 200px;
		width: 14.285714285rem;
		border-top: none;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		display: block;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		display: block;
	}
	.main-navigation li ul li:hover > ul,
	.main-navigation li ul li.focus > ul {
		left: 100%;
		display: block;
	}
    .main-navigation li ul li a:hover,
	.main-navigation li ul li.focus > a {
		background: #d13;
		color: #fff;
		font-weight: 600;
	}
	.main-navigation li ul li.current-menu-item a {
		overflow: visible;
		border-radius: 0;
		margin-left: 0; 
		margin-right: 0; 
		background: #d13;
		color: #fff;
	}

	.main-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.main-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.main-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.main-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 21px;
		top: 1.5rem;
	}
 */
}

/* max width 800px ------------------------ */

@media screen and (max-width: 800px) {
	.site-header h1 {
	    padding-top: 25px;
	    font-size: 22px;
	    font-size: 1.571428571rem;
	    line-height: 1.6;
	}
	.site-header h2 {
		font-size: 18px;
		font-size: 1.285714286rem;
		line-height: 1.42857143;
	}
	/*.main-navigation li a { 
		padding: 4px;
		font-size: 13px;
		font-size: 0.928571429rem;
		line-height: 1.285714286;
	}*/
	.site-content {
		float: none;
		width: 100%;
	}
	.widget-area {
		float: none;
		width: 100%;
	}
	.template-front-page .widget-area .widget_text img {
		float: none;
		width: 100%;
	}
	#contact {
		display: none;
	}
}


@media (max-width: 650px) {
	 .column-left {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
		margin: 0;
	}
	.column-right {
		float: none;
		width: 100%;
		margin: 0;
	}
	.home-link img.header-image {
		padding: 0;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.site-header h1 {
		padding-top: 0;
	}
	#searchform {
		text-align: center;
	}
	#searchform br {
		display: none;
	}
	.template-front-page .widget-area {
		padding-bottom: 70px;
		padding-bottom: 5rem;
	}	
}

@media (max-width: 450px) {
	.pre-page-header .pre-page-header-container a {
		font-size: 70%;
	}
	footer[role="contentinfo"] ul li {
		font-size: 80%;
	}
	footer[role="contentinfo"] ul li a {
		font-size: 90%;
	}
	.pre-page-header-container,
	#page,
	.site-info {
		padding-left: 7px;
		padding-left: 0.5rem;
		padding-right: 7px;
		padding-right: 0.5rem;
	}
	#primary {
		margin: 0;
	}
	#content {
		margin-right: 0;
	}
	.box-right {
		float: none;
		width: 100%;
		margin: 15px auto 15px auto;
		margin: 1.071428571rem auto 1.071428571rem auto;
	}
	.box-left {
		float: none;
		width: 91%;
		margin: 15px auto 15px auto;
		margin: 1.071428571rem auto 1.071428571rem auto;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.site-header h1 {
	    	font-size: 14px;
	    	font-size: 1rem;
	    	line-height: 1.846153846;
	}
	.site-header h2 {
		    font-size: 11px;
		    font-size: 0.785714286rem;
		    line-height: 1.181818182;	
	}

}
