@import"reset.css";
@import"grid.css";
@import"forms.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
/* $rembase = 10px */

html {
    font-size: 62.5%;
}
body{
/*	background:url(../images/main-bg.png) no-repeat 50% 0 #fff; */
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#636466;
	position:relative;
	min-width:970px;
}
html,body{height:100%;}
html {min-width:970px;}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
/* Global Structure---------------------------------------- */
.main{
	margin:0 auto;
	position:relative;
	width:950px;
}
.portal{
	margin:-98px 0 0 -32px;
	overflow:hidden;
	position:relative;
	width:1024px;
	height:1400px;
}
/*----- alignment & clearing -----*/
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}

.clear{
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper{
	overflow:hidden;
	position:relative;
}
.extra-wrap{
	overflow:hidden;
	display:block;
}
/*  Header styles */
h1,h2,h3,h4,h5,h6,h7{
	color:#45456F;
	padding:0 0 18px 0;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
}
h1{font-size:30px; line-height:35px; color:#f7f7f7;padding:0 0 22px 0;}
h2{font-size:30px; line-height:36px;}
h3{font-size:27px; line-height:32px;} 
h4{font-size:24px; line-height:30px;}  
h5{font-size:21px; line-height:26px;}
h6{font-size:18px; line-height:22px; padding:0 0 5px 0;}
h7{font-size:14px; line-height:17px;}

h2 span {
	color:#ec8f23;
	text-transform:uppercase;
}
.heading-1 {
	text-transform:uppercase;
	font-weight:bold;
	color:#ec8f23;
	padding:0 0 10px 0;
}
/*----- text & typography -----*/
.str-1 {
	display:block;
	padding:0 0 10px 0;
}
.str-2 {
	display:block;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	padding:0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}
.str-3 {
	text-transform:uppercase;
	color:#2b2b2b;
	display:block;
	font-size:11px;
	padding:0 0 10px 0;
}
.str-4 {
	display:block;
	color:#8DA873;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	padding:0 0 7px 0;
}
.color-1 {
	color:#45456F;
}
.color-2 {
	color:#7373A8;
}
.color-3 {
	color:#ADADCF;
}
.color-4 {
	color:#F0F0F6;
}
.quote {
	font-size:12px;
	line-height:18px;
	position:relative;
	border:1px solid #dedede;
	background:#FFF;
	margin:0 0 5px 0;
	padding:15px 15px 15px 20px;
}
#page1 .quote {margin:0 30px 5px 30px;padding:15px 15px 15px 10px;color:#2b2b2b;}
	.quote:after {
		position:absolute;
		content:"";
		display:block;
		background:url(../images/quote-marker.png) no-repeat 0 0;
		width:16px;
		height:17px;
		right:12px;
		bottom:-17px;
	}
	.quote .inner:before {
		display:inline-block;
		background:url(../images/quote-before.png) no-repeat 0 0;
		content:"";
		width:14px;
		height:11px;
		margin:2px 3px 0 0;
	}
	.quote .inner:after {
		display:inline-block;
		background:url(../images/quote-after.png) no-repeat 0 0;
		content:"";
		width:14px;
		height:11px;
		margin:2px 0 0 3px;
	}

.def-list-1 dt {
	display:block;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	padding:0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}
.question {
	background: url(../images/open.png) no-repeat 0 11px;
	padding:10px 0 0 25px;
	cursor: pointer;
    	margin: 0 auto;
}
.close {
	background-image: url(../images/close.png);
}
.answer {
 	margin: 5px auto;
    	display: none;
}
.tagline {
	font-family: 'Caveat', cursive;
}
/*----- borders & lines -----*/
.hr-border-1 {
	padding:17px 0 0 0;
	border-bottom:1px solid #dcdcdc;
	margin:0 18px 18px 0;
}
.hr-border-2 {
	border-bottom:1px solid #dcdcdc;
	margin:0 0 18px 0;
}
/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .mc-button {clear:both; background-color: #7373A8; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .mc-button:hover {background-color:#ADADCF;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .mc-clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#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;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup {background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }


/*----- tables -----*/
#comparision
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#comparision td, #comparision th 
{
font-size:1em;
border:1px solid #7373A8;
padding:3px 7px 2px 7px;
background-color:#F0F0F6;
color:#000000;
}
#comparision th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#45456F;
color:#ffffff;
}
#comparision tr.alt td 
{
color:#000000;
background-color:#ADADCF;
}
/*----- boxes -----*/
figure img {
	border:1px solid #dedede;
}
/*----- indents -----*/
.img-indent {
	float:left;
	margin:4px 10px 0 0;
}
.img-indent-1 {
	float:left;
	margin:0 10px 12px 0;
}
.img-indent-bot {margin:0 0 10px 0;}
.img-indent-bot-1 {margin:4px 0 18px 0;}

p {padding-bottom:18px;}
.p {padding-bottom:18px;}
.p0 {padding-bottom:0 !important;}
.p1 {padding-bottom:12px;}

.a1 {margin:0 5px;}
.indent-top {
	padding:30px 0 0 0;
}
.pad-1 {
	padding:0 0 10px 40px;
}
.pad-2 {
	padding:0 56px 0 0;
}
.pad-3 {
	padding:0 18px 0 0;
}
.pad-4 {
	padding:0 25px 0 0;
}
.pad-5 {
	padding-left:11px;
}
/*----- lists -----*/
.list-1 {padding:0 0 20px 0;}
.list-1 li {
	display:block;
	padding:0 0 6px 11px;
	background:url(../images/list-1-marker.gif) no-repeat 0 6px;
	line-height:18px;
}
	.list-1 li a {
		color:#8DA873;
		font-size:11px;
		text-decoration:none;
		text-transform:uppercase;
	}
		.list-1 li a:hover {
			color:#2b2b2b;
		}
.list-2 {padding:0 0 20px 0;}
.list-2 li {
	display:block;
	padding:11px 0 11px 11px;
	background:url(../images/list-1-marker.gif) no-repeat 0 17px;
	line-height:18px;
	border-top:1px solid #dcdcdc;
}
	.list-2 li:first-child {padding:0 0 11px 11px; border:none;background:url(../images/list-1-marker.gif) no-repeat 0 6px;}
	.list-2 li a {
		color:#8DA873;
		font-size:11px;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
	}
		.list-2 li a:hover {
			color:#2b2b2b;
		}
.list-3 {padding:0 0 20px 20px;}
.list-3 li {
	display:block;
	padding:0 0 6px 11px;
	background:url(../images/list-1-marker.gif) no-repeat 0 6px;
	line-height:18px;
}
.ol-list-1 {
	padding:6px 0 15px 0;
	list-style:decimal-leading-zero;
	list-style-position:outside;
	margin:0 0 0 27px;
}
	.ol-list-1 li {
		line-height:18px;
		padding:0 0 5px 0;
		font-weight:bold;
		font-size:12px;
		color:#2b2b2b;
	}
		.ol-list-1 li a {
			text-decoration:none;
			font-size:11px;
			text-transform:uppercase;
			display:inline-block;
			margin:1px 0 0 0;
		}
			.ol-list-1 li a:hover {
				color:#2b2b2b;
			}
.dropcap {
	float:left;
	display:inline-block;
	width:45px;
	height:45px;
	border-radius:0px;
	margin:0 3px;
	overflow:hidden;
	position:relative;
	z-index:50;
	background-color:#8DA873;
	text-align:center;
	font-size:33px;
	line-height:45px;
	color:#fff;
	font-weight:700;

}
/*----- buttons & links -----*/
a {
	color:#8DA873;
	text-decoration: underline;
	cursor:pointer;
}
	a:hover {text-decoration: none;}

.link {
	text-decoration: underline;
	color:#8DA873;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}
	.link:hover {text-decoration: none;}

/*----- tooltips -----*/
.tooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: -1.5em; z-index: 99;
	margin-left: 0; width: 150px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.1em 0.5em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
/*********************************header*************************************/
header{
	width:950px;
	margin:0 auto;
	padding:0 0 99px 0;
}
	#page1 header {padding:0;}
	header .inner {
		padding:10px 0px 10px 10px;
	}
.logo {
	display:inline-block;
	padding:0 !important;
	position:relative;
	z-index:99;
}
.logo a {
	position:relative;
	background: url(../images/logo.png) no-repeat 0 0;
	height:85px;
	width:366px;
	overflow:hidden;
	text-indent:-99em;
	display:block;
}
.headercontact {
	font-size:18px;
	line-height:18px;
	position:relative;
	left:230px;	
	padding:0px 0px 0px 100px;
	display:inline-block;
}

/********************** Slider ************************/
.mp-slider .items {display:none;}
.mp-slider {
	overflow:visible !important;
}
.slider-container {
	position:relative;
	z-index:1;
	height:484px;
	width:950px;
	margin:-115px auto 0 auto;
	padding:0;
}
.mp-slider {
	height:484px;
}
	.mp-slider div {display:none; position:relative; background:none !important;}

#mp-pags-cont {display:none;}

#mp-pags, #mp-pags-cont-extra {
	text-align:center;
	margin-top:-77px;
}
	#mp-pags li, #mp-pags-cont-extra li {
		display:inline-block;
		width:142px;
		height:142px;
		border-radius:71px;
		margin:0 3px;
		overflow:hidden;
		position:relative;
		z-index:50;
		background:url(../images/pags-active.png) no-repeat center -22px;
		background-color:#ADADCF;
	}
	#mp-pags li:first-child, #mp-pags-cont-extra li:first-child {
		background-color:#45456F;
	}
	#mp-pags li:first-child+li, #mp-pags-cont-extra li:first-child+li {
		background-color:#7373A8;
	}
	#mp-pags li a, #mp-pags-cont-extra li a {
		display:block;
		font-size:18px;
		line-height:20px;
		font-weight:600;
		font-family: 'Open Sans', sans-serif;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		padding:52px 0 150px 0;
		background:url(../images/pags-active.png) no-repeat center -22px;
	}
		#mp-pags li:hover, #mp-pags li.activeSlide, #mp-pags-cont-extra li:hover {
			background-position:center 22px;	
		}
		
	.mp-slider div a {
		color:#ADADCF;
		font-size:14px;
		text-decoration:underline;
		text-transform:uppercase;
		font-family: 'Open Sans', sans-serif;
		position:absolute;
		bottom:79px;
		left:38px;
	}
		.mp-slider div a:hover {
			text-decoration:none;
		}
		.mp-slider div:first-child a {
			color:#ADADCF;
		}
		.mp-slider div:first-child+div a {
			color:#7373A8;
		}
/********************** Navigation ************************/
nav {
	border:1px solid #dcdcdc;
	padding:11px 0;
}

.sf-menu{
	min-height:27px;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
	position:relative;
	z-index:99;
}
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:160px;
	left:0;
	display:none;
	background:#fff;
	padding:10px 0;
	box-shadow:0 0 2px #ccc;
}
.sf-menu > li{
	position:relative;
	display:inline-block;
	z-index:99;
	border-left:1px solid #dcdcdc;
}
	.sf-menu > li:first-child {border:none;}
.sf-menu > li > a {
	text-decoration:none;
	display:block !important;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:14px;
	line-height:19px;
	text-transform:lowercase;
	text-decoration:none;
	color:#45456F;
	padding:4px 25px;
	text-shadow:1px 1px #fbfbfb;
	position:relative;
	z-index:99;
}
#page1 .sf-menu > li > a {
	background:#fff;	
}

	.sf-menu > li.current > a, .sf-menu > li:hover > a, .sf-menu > li.sfHover > a {
		color:#ADADCF;
		text-decoration:none;
	}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:42px; left:0; z-index:999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:14px;
	line-height:18px;
	color:#c7c5c5;
	overflow:hidden;
	padding:8px 5px 8px 15px;
	text-transform:lowercase;
	font-family: 'Open Sans', sans-serif;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#7373A8;
}
.sf-menu li li li a {
	background:url(../images/header-bg.png);
}
.sf-menu li li{
	float:none;
	position:relative;
	margin:0 0 1px 0;
}

.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:163px;top:-10px;}



/********************** Content ************************/

.content-border {
	border:1px solid #dcdcdc;
	padding:0 0 22px 0;
}
.top-content-box {
	border-bottom:1px solid #dcdcdc;
	background:url(../images/top-content-bg.png) no-repeat center bottom;
	padding:0 0 9px 0;
	margin:0 0 25px 0;
}
.top-row {
	padding:0 0 30px 0;
	border-bottom:1px solid #dcdcdc;
}
.author {
	color:#2b2b2b;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
	.author em {
		display:block;
		color:#7373A8;
		text-transform:uppercase;
		font-weight:normal;
		font-style:normal;
		font-size:11px;
	}
	.author span {
		color:#b4b4b4;
		text-transform:uppercase;
		font-weight:normal;
		font-style:normal;
		font-size:11px;
	}
.dropcap {
	float:left;
	font-size:36px;
	line-height:42px;
	margin:-3px 8px 0 0;
	width:35px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}
.news-list dt {
	color:#2b2b2b;
	text-transform:uppercase;
	display:block;
	padding:0 0 6px 0;
	font-size:14px;
}
	.news-list dt a {
		text-decoration:none;
		color:#2b2b2b;
	}
		.news-list dt a:hover {
			text-decoration:underline;
		}

.news-list dd {
	word-spacing:-1px;
	border-bottom:1px solid #dcdcdc;
	padding:0 0 14px 0;
	margin:0 0 14px 0;
}
.news-list dd.last {
	border-bottom:none;
	margin:0;
}
.map-container {
	padding:0 0 22px 0;
}
.adress {padding:0 0 20px 0;}
.adress dt {
	display:block;
	color:#8DA873;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
}
.adress dd {
	font-size:12px;
	line-height:18px;
	overflow:hidden;
	color:#8DA873;
}
.adress dd span {
	float:left;
	width:75px;
	text-align:right;
	margin:0 10px 0 0;
	text-transform:uppercase;
}
/******************** Aside ******************/
.aside-bg {
	background:#F0F0F6;
	border:1px solid #dcdcdc;
	border-top:none;
	padding:29px 0 27px;
}
/******************** Sidebar******************/
.side-bg {
	background:#F0F0F6;
}
/******************** Footer ******************/
footer {
	width:950px;
	margin:0 auto;
	color:#a7a7a7;
	font-size:12px;9e901
	line-height:22px;
	padding:25px 0;
	overflow:hidden;
}
footer a {color:#1e4b3f;}

.copyright {
	padding:0 0 0 40px;
	float:left;
}
.footer-logo {
	display:inline-block;
	background:url(../images/footer-logo.png) no-repeat 0 0;
	width:51px;
	height:27px;
	overflow:hidden;
	text-indent:-99em;
	margin:-9px 0 0 0;
}
.social-list {
	float:right;
}
	.social-list li {
		display:inline-block;
		width:26px;
		height:26px;
		padding:0 2px;
	}
	.social-list li a {
		display:block;
	}
	.social-list li a:hover img {
		opacity:0.5;
	}
	
/**
 * 12.0 BLOG Content
 */

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.widget-area {
	margin: 9.09090% auto 0;
}

.site-footer {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 3.84615% 7.6923%;
}


/**
 * 12.1 Posts and pages
 */

.hentry {
	background-color: #fff;
	padding-top: 7.6923%;
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0 7.6923%;
}

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.entry-content,
.entry-summary {
	padding: 0 7.6923% 7.6923%;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.page-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}