/* =Flexslider base */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:0}.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}.no-js .slides>li:first-child{display:block}


/* =Global */

button,
input,
select,
textarea {
	color: #555;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.6;
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Box-sizing */
*,
*:after,
*:before,
#menubar-search * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Clearfix */
#container:after,
#header:after,
.hentry:after,
#main:after,
#primary-navigation:after,
#topbar:after,
.clearfix:after {
	clear: both;
	content: "";
	display: table;
}
.clear {
	clear: both;
	display: block;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	margin: 0;
}
h1 { font-size: 34.03px; font-size: 3.403rem; }
h2 { font-size: 24.27px; font-size: 2.427rem; }
h3 { font-size: 21.03px; font-size: 2.103rem; }
h4 { font-size: 15.00px; font-size: 1.500rem; }
h5 { font-size: 12.00px; font-size: 1.300rem; }
h6 { font-size: 09.27px; font-size: 0.927rem; }

/* Links */
a {
	color: #21759b;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	     -o-transition: color 0.3s;
	        transition: color 0.3s;
}
a:hover,
a:focus,
a:active {
	color: #d54e21;
}

/* Screen reader text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Structure */

#container {
	background: #fff;
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
	        box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
	margin: 0 auto;
	max-width: 1280px;
	min-width: 960px; /* For browsers that don't support media queries */
	position: relative;
}
#header,
#main {
	padding-left: 2.75em;
	padding-right: 2.75em;
}
#main {
	margin-top: 2.75em;
}

/* =Media */

.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	color: #888;
	font-size: 12px; font-size: 1.2rem;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	padding: 2% 2% 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	line-height: 1.3;
	margin: 0.8em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}

/* =Content */

.post-thumbnail-wrap {
	position: relative;
	overflow: hidden;
}
.post-thumbnail-wrap img {
	float: left;
	height: auto;
	width: 100%;
}

.singular .audio-wrapper {
	margin-bottom: 1.25em;
}

.singular .video-wrapper {
	margin-bottom: 1.75em;
}

/* =Related posts */

.related-posts {
	margin-right: -5%;
	margin-bottom: 1em;
	overflow: hidden;
}
.related-posts .related-posts-header {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	margin-bottom: 1.25em;
}
.related-posts article {
	float: left;
	margin-right: 5%;
	margin-bottom: 1.75em;
	width: 20%;
}
.related-posts article img {
	margin-bottom: 0.25em;
	width: 100%;
	height: auto;
}
.related-posts article h3 {
	font-size: 13px; font-size: 1.3rem;
	font-weight: normal;
}