/*
Theme Name: YCEA
Author: Gavin Advertising
Author URI: http://gavinadvertising.com/
Description: York County Economic Alliance (built on WordPress Twenty Thirteen theme)
Version: 2.0.15
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 
 Blue 	#1f5488 / #6097d4
 Green	#668136 / #8fb14c
 Yellow	#e6b022 / #fec866
 Orange	#c6781b / #f39125
 
 Transparancy
 Blue	rgba(31, 84, 136, 0.8)
 Green	rgba(102, 129, 54, 0.8)
 Yellow	rgba(230, 176, 34, 0.8)
 Orange	rgba(198, 120, 27, 0.8)
 
 */

@font-face { 
	font-family: 'Eurostile';
	src: url('fonts/eurostile-webfont.eot');
	src: local('☺'),
	     url('fonts/eurostile-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/eurostile-webfont.woff') format('woff'),
	     url('fonts/eurostile-webfont.ttf') format('truetype'),
	     url('fonts/eurostile-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
	font-variant:normal;
}
@font-face { 
	font-family: 'Eurostile Demi';
	src: url('fonts/eurostile_demi-webfont.eot');
	src: local('☺'),
	     url('fonts/eurostile_demi-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/eurostile_demi-webfont.woff') format('woff'),
	     url('fonts/eurostile_demi-webfont.ttf') format('truetype'),
	     url('fonts/eurostile_demi-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
	font-variant:normal;
}
@font-face { 
	font-family: 'Eurostile Bold';
	src: url('fonts/eurostile_bold-webfont.eot');
	src: local('☺'),
	     url('fonts/eurostile_bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/eurostile_bold-webfont.woff') format('woff'),
	     url('fonts/eurostile_bold-webfont.ttf') format('truetype'),
	     url('fonts/eurostile_bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
	font-variant:normal;
}

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,aside,details,figcaption,figure,footer,header,nav,section,summary { display: block; }
audio,canvas,video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
}

html,button,input,select,textarea { font-family: "Source Sans Pro", Helvetica, sans-serif; }

body {
	color: #3e3f40;
	line-height: 1.5;
	margin: 0;
}

a,#mn-content a { color: #1f5488; text-decoration: none; }
a:visited, #mn-content a:visited { color: #1f5488; }

#mn-content a:focus, #mn-content a:active, #mn-content a:hover,
a:focus, a:active, a:hover { color: #1f5488; outline: 0; }

a:hover, #mn-content a:hover { text-decoration: none; }

#mn-memberinfo-block-socialnetworks li {
	line-height: 14px;
	margin-bottom: 8px;
}
#mn-memberinfo-block-socialnetworks li a {
	display: block;
	height: 16px !important;
	font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.3;
}
h1 { font-size: 48px; margin: 33px 0; }
h2 { font-size: 30px; margin: 25px 0; }
h3 { font-size: 22px; margin: 14px 0; }
h4 { font-size: 20px; margin: 25px 0; }
h5 { font-size: 18px; margin: 30px 0; }
h6 { font-size: 16px; margin: 36px 0; }
address { font-style: italic; margin: 0 0 24px; }
abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
p { margin: 10px 0; }

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite, blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em, blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong, blockquote b {
	font-weight: 400;
}

small { font-size: smaller; }

sub, sup {
	/* font-size: 75%; */
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }
sub { /* bottom: -0.25em; */ }
dl { margin: 0 20px; }
dt { font-weight: bold; }
dd { margin: 0 0 20px; }

menu, ol, ul {
	margin: 10px 0;
	padding: 0 0 0 30px;
}
ul { list-style-type: disc; }
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul, li > ol { margin: 0; }
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button, input { line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  border: none !important;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del { color: #333; }

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
a.btn,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 3px;
	margin-top: 40px;
	padding: 9px 30px;
	color: #fff;
	font: 18px/normal 'Eurostile Demi';
	display: inline-block;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

button:hover,
button:focus,
a.btn:hover,
a.btn.hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #fff; /* Old browsers */
	background: rgba(255,255,255,0.5) !important;
	border-color: rgba(255,255,255,0);
	color: #1f5488;
	outline: none;
}

a.btn { background-image: none !important; text-shadow: none !important; }
a.btn.blue { 
	background: #1f5488; 
	background-color: rgba(31, 84, 136, 0.8);
	border-color: #1f5488;
}

.search a.btn { margin-top: 20px; }

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active { }

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */


img[class*="wp-image-"].border {
	border: 1px solid #bcbec0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #c6781b;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	margin: 10px 0 24px;
	padding-bottom: 10px;
	box-shadow: 0 5px 5px -5px #666;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

body { background: #f5f5f5 url('images/frieze.png') repeat-x; }
body.home { background-color: transparent; }


#background { 
	position: absolute;
	width:100%; height:1517px;
	background: #ddd; 
	z-index: -1;
}
@media (min-width: 1141px) { 
	#background {
		background: url('images/sub-bkg.jpg') center 40px repeat-x !important;
	}
}

.home #background {
    position:fixed;top:0;left:0;
    width:100%;height:100%;
    background: url('images/ycea-building.jpg') center top no-repeat !important;
}

#member-tab {
	display: block;
    position: fixed; top: 166px; right: 0;
    z-index: 76;
    width: 53px; height: 125px;
    background-color: #c6781b;
    border: 3px solid #fff;
    border-right: none;
    text-align: center;
    color: #fff;
    font-size: 38px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 640px) {
	#member-tab { display: none; }
}

#member-tab:hover {
	text-decoration: none;
	color: #c6781b;
    background-color: #fff;
    border-color: #c6781b;
}
#member-tab p {
	-webkit-transform: rotate(-90deg); 
	transform: rotate(-90deg);	
	font: 12px/15px 'Eurostile Demi';
	text-align: center;
	margin: 6px 0 0 -24px;
	white-space: nowrap;
	width: 100px;
}

.site {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
	min-width: 320px;
}
.home .site { max-width: 1420px; }

.site-main { position: relative; }
.home .site-main { margin-top:-100px }

.content-area .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.content-area .sidebar-inner {
	margin: 0 auto;
	max-width: 1440px;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	max-width: 1420px;
	margin: 0 auto;
	position: relative;
	z-index: 100; 
}

#home-link {
	max-width: 1140px;
	margin: 0 auto;
}

a.home-link {
	display: block;
	float: left;
	padding: 0;
	margin: -40px auto 0;
	text-decoration: none;
	position: relative;
	z-index: 100;
}

.site-title {
	margin: 0;
	padding: 33px 0 0 78px;
	background: #fbfbfb url('images/ycea-bug-little.png') 16px 27px no-repeat;
	font: 21px/18px 'Eurostile Demi';
	width: 278px; height: 100px;
	color: #1f5488;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

.site-title span {
	font: 13px/normal 'Eurostile';
	color: #58595b;
	display: block;
	text-transform: uppercase;
}

.site-title span + span {
	font: 7px/14px 'Eurostile';
	text-transform: none;
}

header .social { 
	height: 37px;
	padding: 4px 10px 0;
	text-align: right;
	border-top: 1px solid #436893; 
	background: url('images/blue.png'); 
}

.social a { 
	color: #fff;
}
.social i {
	width: 22px;
	height: 22px;
	margin-left: 2px;
	border-radius: 11px;
	border: 1px solid rgba(255,255,255,0.5);
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.social i.fa.fa-play {
	font-size: 10px;
	padding-left: 2px;
}

.social a:hover i {
	background-color: rgb(255,255,255);
	color: rgb(31,84,136);
}

	.entry-content #text-5.widget { margin:0; padding: 0; }
	.entry-content .social br { display: none; }

	.entry-content .social a { 
		color: rgb(31,84,136);
		font-size: 12px;
		font-weight: 700;
		-webkit-transition: 500ms;
		transition: 500ms; 
	}

	.entry-content .social i {
		width: 40px;
		height: 40px;
		margin: 6px 6px 0 0;
		border-radius: 20px;
		border: 1px solid rgb(31,84,136);
		text-align: center;
		line-height: 38px;
		font-size: 22px;
	}

	.entry-content .social i.fa.fa-play {
		font-size: 18px;
		padding-left: 3px;
	}
	.entry-content .social a:hover i {
		background-color: rgb(31,84,136);
		color: rgb(255,255,255);
	}

.site-header .search-form {
	width: 155px;
	display: block;
	float: right;
	text-align: left;
	border-left: 1px solid rgba(255,255,255,0.5);
	margin: 2px 0 0 12px;
	position: relative;
}

.site-header .search-form label:before {
	content:"\f002";
	position: absolute;top: 3px;left: 10px;
	color: #fff;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.site-header .search-form.toggled-on {
	display: none;
}

.site-header .search-field {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 24px;
	padding: 0 0 0 28px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-image: url('images/fa-search.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: text;
	outline: 0;
	width: 155px;
}

@media (max-width: 1120px) {
	
	body { background: none; }
	#background { background-position: center 64px !important; }
	.home #background { background-position: center top !important; }
	
	header .social {
		height: 62px; 
		padding-top: 10px;
	}
	.social i {
		width: 40px;
		height: 40px;
		margin-left: 4px;
		border-radius: 20px;
		border: 1px solid rgba(255,255,255,0.5);
		line-height: 39px;
		font-size: 20px;
	}
	.social i.fa.fa-play {	
		font-size: 20px;
		padding-left: 4px;
	}
	.site-header .search-form {
		margin-top: 3px;
		width: 175px;
	}
	.site-header .search-form label::before { font-size: 28px; }
	.site-header .search-field { height: 36px; padding: 0 0 0 38px; }
	.site-header .search-field:focus { width: 172px; background-image: url('images/fa-search-36.png'); }
	a.home-link { margin-top: -65px; }
	.site-title {
		padding: 11px 0 0 68px;
		background-position: 6px 3px;
		width: 266px;
		height: 62px;
	}
	
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	margin: 0 auto;
	min-height: 45px;
	position: relative;
	box-shadow: 0 5px 5px -5px #666;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0; padding: 0;
	float: right;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu > li {
	margin-left: -3px;
}

.nav-menu li a {
	color: #3e3f40;
	display: block;
	font: 14px/normal 'Eurostile Demi';
	line-height: 1;
	padding: 23px 15px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: rgba(255,255,255,0.6);
	color: #1f5488;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: rgba(255,255,255,0.8);
	padding: 0;
	box-shadow: 
		 inset 0   4px 5px -5px #888,
		       3px 5px 8px -1px rgba(136,136,136,0.6), 
		      -3px 5px 8px -1px rgba(136,136,136,0.6);

	position: absolute;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.home .nav-menu .sub-menu,
.home .nav-menu .children {
	background-color: rgba(255,255,255,0.8);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #3e3f40;
	margin: 0;
	width: 240px;
	padding: 15px;
}
ul.nav-menu li#menu-item-31 ul a { width: 211px; }

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: rgba(230, 176, 34, 0.2);
	color: #1f5488;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #c6781b;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #fff;
	background-color: rgba(255,255,255,0.6);
	border-top: 3px solid #bcbec0;
	margin: 0 auto;
	width: 100%;
	height: 63px;
}

@media (max-width: 975px) {
	.menu-main-nav-container { text-align: center; }
	.nav-menu > li { text-align: left; }
	ul.nav-menu, div.nav-menu > ul { float: none; padding: 0; }
	.nav-menu li a { font-size: 12px; }
}
@media (max-width: 734px) {
	a.home-link { margin: 0; width: 100%; position: absolute; top: 0; }
	.site-title { width: 100%; }
	header .social { padding: 74px 0 0 0; height: 124px; text-align: left; }
	header .social a:first-child { margin-left: 70px; }
	.main-navigation { box-shadow: none; }
	.navbar { height: 0; background: none; border: none; }
	.site-header .search-form { 
		border: none;
		margin: 0; 
		border-top: 3px solid #bcbec0;
		width: 100%; height: 42px; 
		position: relative; top: 9px; z-index: 100; 
		background-color: rgba(255,255,255,0.5); 
	}
	.site-header .search-form label::before { color: #1f5488; color: rgba(31, 84, 136, 0.8); }
	.site-header .search-field:focus { width: 100%; }
}


/**
 * X.0 Home Page
 * ----------------------------------------------------------------------------
 */

/* BX Slider Top */

#top-slider li { visibility: hidden; }

#top-slider {
	margin-top: 364px;
	max-height: 330px;
}

#top-slider li,
#top-slider li + li + li + li { background: rgba(31, 84, 136, 0.8); }

#top-slider li + li,
#top-slider li + li + li + li + li { background: rgba(102, 129, 54, 0.8); }

#top-slider li + li + li,
#top-slider li + li + li + li + li + li { background: rgba(198, 120, 27, 0.7); }

#top-slider a { color: #fff; }

.bx-wrapper .bx-caption {
	text-align: center;
	color: #fff;
	width: 100%;
	min-height: 332px;
	padding-bottom: 120px
}
.bx-caption .table { display: table; width: 100%; }
.bx-caption .table div {
	display: table-cell;
	width: 25%; height: 128px;
	white-space: nowrap;
	vertical-align: top;
}
.bx-caption .table div:first-child span { border-left: 1px solid #fff; margin-left: 40px; }
.bx-caption .table div > span {
	display: block;
	margin-top: 80px;
	border-top: 1px solid #fff;
	height: 28px;
}
.bx-caption .table div + div > span { border-right: 1px solid #fff; margin-right: 40px;  }

.bx-wrapper li .bx-caption h3,
.bx-wrapper li + li + li + li .bx-caption h3 {
	display: inline-block; 
	margin: 6% 20px 4% 20px;
	font: 48px/normal 'Eurostile Demi';
	color: #6097d4;
}
.bx-wrapper li + li .bx-caption h3,
.bx-wrapper li + li + li + li + li .bx-caption h3 { color: #8fb14c; }

.bx-wrapper li + li + li .bx-caption h3,
.bx-wrapper li + li + li + li + li + li .bx-caption h3 { color: #f39125; }

.bx-wrapper .bx-caption span { color: #fff; }
.bx-wrapper .bx-caption p { display: inline-block; width: 80%; font-size: 16px; margin: 0 0 10px 0; min-height: 44px; }
.bx-caption .bx-bot {
	margin: 0 40px;
	height: 28px;
	border: 1px solid #fff;
	border-top: none;
}
@media (max-width: 768px) {
	.bx-wrapper .bx-caption p {  width: 78%; }
}

/* BX Slider Mid */

#mid-slider {
	max-height: 379px;
	clear: left;
	top: -41px;
	position: relative;
}

#mid-slider li {
	background: url('images/grey.png');
	min-height: 420px;
	box-sizing:border-box;
	color: #fff;
	padding: 110px 3% 0 3%; 
}

#mid-slider .bx-mid-caption {
	float: left;
	margin: 20px 0 20px 30px;
	padding: 0 0 0 60px;
	height: 210px;
	border-left: 1px solid #fff;
	max-width: 60%;
}
@media (max-width: 1420px) {
	#mid-slider li { padding: 110px 1.9% 0 1.9%; }
	#mid-slider .bx-mid-caption { max-width: 60%; }
}

#mid-slider .bx-wrapper img {
	float: left;
}

#mid-slider h3 {
	margin: 0 0 40px 0;
	font: 24px/normal 'Eurostile Demi';
}
#mid-slider p { margin: 0; }
#mid-slider .bx-wrapper .bx-controls-direction a { top: 200px; }


/* Blocks Menu */

.menu-home-blocks-container {
	background-color: #fff;
	position: relative;
	z-index: 75;
	height: 380px;
}
.blocks-menu {
	position: absolute;
	display: block;
	list-style-type: none;
	width: 1140px;
	padding: 0;
	margin: 0 auto;
	
}
.blocks-menu li {
	width: 240px; height: 180px;
	position: relative; float: left;
	margin-left: 60px;
	border: 1px solid #bcbec0;
	border-radius: 2px;
	text-align: center;
	background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(245,245,245) 100%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blocks-menu li:first-child { margin-left: 0; }

.blocks-menu li a {
	font: 20px/normal 'Eurostile Demi';
	color: #3e3f40;
	display: block; height: 100%
}

.blocks-menu li a > span {
	display: block;
}

.blocks-menu span[class^="icon-"],
.blocks-menu span[class*=" icon-"] {
	color: #668136;
	height: 60px;
	font-size: 55px;
	display: inline-block;
	margin-top: 33px;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blocks-menu a:hover span[class^="icon-"],
.blocks-menu a:hover span[class*=" icon-"] {
	color: #bcbec0;
}

.blocks-menu hr {
	display: block;
	background: none;
	color: #bcbec0; background-color: #bcbec0;
	height: 1px; width: 80px;
	margin: 0;
}

.blocks-menu div hr {
	float: left;
	margin-top: 60px;
}

.blocks-menu div span + hr {
	float: right;
}

.blocks-menu hr.subline {
	margin: 20px auto;
	height: 2px;
}

.magic-rule {
	display: none;
	background: none;
	color: #bcbec0; background-color: #bcbec0;
	height: 1px; width: 900px;
	margin: 0;
	position: absolute; top: 177px; left: 120px;
}

@media (min-width: 1155px) {

	.home-block-wrapper {
		width: 1140px;
		min-height: 411px;
		margin: 0 auto;
		position: relative;
	}
	
	.blocks-menu li.row-one:after,
	.blocks-menu li.row-two:before {
		content: '';
		position: absolute;
		left: 50%;
		width: 1px;
		height: 40px;
		background-color: #bcbec0;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.blocks-menu li.row-one:after { bottom: -60px; }
	
	.blocks-menu li.row-two:before { top: -60px; }
	
	.blocks-menu li.row-one:hover { margin-top: -71px; box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.25); }
	.blocks-menu li.row-one:hover::after { bottom: -70px; }
	
	.blocks-menu li.row-two:hover { margin-top: 70px; box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.25); }
	.blocks-menu li.row-two:hover::before { top: -68px; }
	
	.blocks-menu li.row-one { margin-top:-61px; margin-bottom: 56px; }
	.blocks-menu li.row-two { margin-top: 62px; }
	.blocks-menu li.newrow { margin-left: 150px; clear: left; }
	.magic-rule { display: block; }
}

@media (max-width: 1154px) {
	.blocks-menu { width: 100%; text-align: center; position: relative; top:-61px }
	.blocks-menu li { float: none; display: inline-block; margin: 0 2% 4% 2% !important; }
	.menu-home-blocks-container { height: 512px !important; }
}

@media (max-width: 1120px) {
	.menu-home-blocks-container { margin-top: -4%; }
}

@media (max-width: 1050px) {
	#mid-slider li { padding: 110px 2% 0 2% !important; }
}

@media (max-width: 975px) {
	#top-slider .bx-caption .table div { height: 109px; }
	#top-slider .bx-caption .table div > span { margin-top: 62px; }
	#top-slider .bx-wrapper li .bx-caption h3 { font-size: 42px; }
	#top-slider .bx-wrapper .bx-controls-direction a { top: 111px; }
	
	#mid-slider li { padding: 110px 80px 0 80px !important; }
	#mid-slider .bx-mid-caption { 
		padding: 0 0 0 4% !important; 
		margin: 0 0 0 4% !important;
		width: 60%;
	}
	#mid-slider .bx-wrapper img { width: 36%; }
	#mid-slider .bx-mid-caption br { display: none; }
}

@media (max-width: 825px) {
	.menu-home-blocks-container { height: 712px !important; }
}

#mn-content a.mn-read-more::after {
	content:"\0020\f138";
	vertical-align: -1px;
	font: normal normal normal 14px/1 FontAwesome !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.mn-form-dateadvance { white-space: nowrap; }
#mn-content .mn-actions .mn-sharelabel { vertical-align: top; }
#mn-content .mn-dealsbuttons a { display: inline-block; float: none; font-size: 16px; line-height: 14px;}
#mn-content .mn-dealsbuttons { text-align: center; width: 100%; }
@media (max-width: 800px) {
	#mn-content .mn-banner-premier > * {
		/* height: auto; */
	}
}

@media (max-width: 768px) {

	#top-slider	div.bx-viewport { height: 300px; }
	#top-slider .bx-wrapper .bx-caption { min-height: 272px; padding-bottom: 90px; }
	#top-slider .bx-caption .table div { height: 66px; width: 10%; }
	#top-slider .bx-caption .table div:first-child + div { width: 80%; }
	#top-slider .bx-caption .table div > span { margin-top: 36px; }
	#top-slider .bx-wrapper li .bx-caption h3 { 
		font-size: 32px;
		margin: 6px;
		width: 100%;
		white-space: normal;
	}
	#top-slider .bx-wrapper .bx-caption p { margin: 0; }
	#top-slider .bx-wrapper .bx-controls-direction a { top: 25%; }
	#top-slider .bx-caption .table div:first-child span { margin-left: 20px; }
	#top-slider .bx-caption .table div + div > span { margin-right: 20px; }
	#top-slider .bx-caption .bx-bot { margin: 0 20px; }
	
	.bx-wrapper .bx-controls-direction a { width: auto !important; height: auto !important; border: none !important; }
	.bx-wrapper .bx-prev { left: 11px !important; }
	.bx-wrapper .bx-next { right: 11px !important; }
	.bx-wrapper .bx-controls-direction a:hover { background: none !important; color: #fff !important; }
	
	#mid-slider li { padding: 110px 40px 0 40px !important; }
	
	#mn-content { margin: 0; }
	#mn-content #mn-memberapp-signup div.mn-form-row { width: 100%; }
	#mn-content .mn-listingevent { padding: 0; }
	#mn-content .mn-listingcontent { padding: 10px 0; }
}

@media (max-width: 640px) {

	#top-slider { margin-top: 182px; max-height: 300px; }

	#mn-content { font-size: 100%; }
	
	#mn-content #mn-member-name-nologo {
		max-width: none;
		float: none;
	}
	
	#mn-content .mn-subcats { text-align: center; } 
	#mn-content #mn-footer-navigation a { text-align: center; display: inline; font-size: 16px; }
	
	#mn-content .mn-results-sort-section div.mn-actions ul li.mn-sort-print {
		clear: none;
		float: right;
		width: auto;
		padding: 10px;
	}
	#mn-content .mn-banner-premier > * {
		height: auto;
	}
		
}

@media (max-width: 540px) {
	#top-slider .bx-wrapper .bx-caption p { line-height: normal; }
	.menu-home-blocks-container { height: 600px !important; }
	.blocks-menu { top: -32px; }
	.blocks-menu li { 
		float: left;
		display: list-item;
		width: 45%;
		height: 155px;
		margin: 0 2% 4% 2% !important;
	}
	.blocks-menu li + li + li + li + li + li + li { 
		float: none;
		display: inline-block;
	}
	.blocks-menu div hr { 
		width: 30%;
		margin-top: 36px;
	}
	.blocks-menu li a > span {
		min-height: 52px;
		padding: 0 10px;
	}
	.blocks-menu span[class^="icon-"],
	.blocks-menu span[class*=" icon-"] {
		margin: 8px 0 3px;
	}
	.blocks-menu hr.subline { margin: 10px auto; }
	
	#mid-slider { max-height: none; top: auto; }
	#mid-slider li { padding: 80px 40px 0 40px !important; text-align: center;}
	#mid-slider .bx-wrapper img { width: 70%; float: none; margin: 0 auto; }
	#mid-slider .bx-mid-caption { float: none; padding: 0 !important; margin: 0 !important; height: auto; border: none; width: 100%; max-width: 100%; }
	#mid-slider .bx-mid-caption h3 { margin: 12px 0 6px 0; }
	#mid-slider .bx-mid-caption a.btn { display: none; }
	#mid-slider div.bx-viewport { margin-bottom: -2px; }
	#mid-slider h3 { font-size: 18px; }
	#mid-slider p { font-size: 14px; line-height: 16px; }
	
}


/* Video */

#vid-wrapper {
	position: relative;
	text-align: center;
	padding-bottom: 56.197%;
	height: 0;
	overflow: hidden;
	cursor: pointer;
}

.computer #vid-wrapper {
	background: #fff url('images/yt-placeholder.jpg') no-repeat;
	background-size: contain;
}

#vid-wrapper i {
	margin-top: 22%;
	width: 154px;
	height: 154px;
	border-radius: 77px;
	border: 7px solid rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.5);
	text-align: center;
	font-size: 70px;
	line-height: 140px;
	padding-left: 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#vid-wrapper i:hover {
	background-color: rgba(255,255,255,0.5);
	border: 7px solid rgba(255,255,255,0);
	color: rgba(31,84,136,0.5);
}

.computer #vid-wrapper iframe { display: none; }

#vid-wrapper iframe {
	position: absolute;top: 0;left: 0;
	width: 100%;
	height: 100%;
}
@-moz-document url-prefix() {
	.computer #vid-wrapper iframe {
		display: block;
		top: -9999px;
		left: -9999px;
	}
}
	
	header a { text-shadow: none !important; }
	
	#the_zone_links a,
	a.fund-link,
	a.link-sc,
	.home .entry-content a,
	.entry-content .bx-controls-direction a,
	#join-gears a,
	.entry-content .widget a { 
		position: static;
		text-shadow: none !important;
		text-decoration: none !important;
		background-image: none;
	}
	.entry-content .bx-controls-direction a:hover,
	.home .entry-content a:hover { opacity:1.0; }
	
	
	#mn-content .mn-banner a,
	#mn-content .mn-memberinfo-block-actions a,
	#mn-content .mn-footer-pblogo a,
	#mn-content .mn-maplink a,
	#mn-content .mn-form-toggler a,
	#mn-content .mn-form-daterange a,
	#mn-content .mn-actions a { 
		color: #1f5488;
		text-shadow: none !important;
		text-decoration: none;
		background-image: none;
	}
	#mn-content #mn-news-details table a {
		text-shadow: none !important;
		background-image: none;
		text-decoration: underline;
	}
	#mn-content #mn-news-details table a:hover {
		text-decoration: none;
	}
	
	#mn-content .mn-banner .mn-ad-image img,
	#mn-content .mn-banner,
	#mn-content .mn-dealsbuttons { max-width: 100%; }
	#mn-content .mn-banner .mn-ad,
	#mn-content .mn-banner .mn-ad a { left: 0; }
	#mn-content .mn-dealsbuttons {
		height: 30px;
		margin: 0 auto;
		float: none !important;
	}
	#mn-content .mn-hotdealsbtn a {
		float: right;
		padding: 0;
	}



/* Gears Menu */

.menu-home-gears-container { background-color: #fff; height: 526px; }
#menu-home-gears { 
	list-style-type: none; 
	padding: 0; 
	margin: -144px auto 0; 
	width: 100%; 
	position: relative;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

#menu-home-gears li { float: left; width: 33.333%; text-align: center; }
#menu-home-gears li a { color: #3e3f40; }


#menu-home-gears p.menu-description { font-size: 14px; line-height: 16px; text-align: left; width: 72%; margin: 0 auto; }
#menu-home-gears a > span { display: block; margin: 0 0 50px 0; font: 24px/normal 'Eurostile Demi'; }

#menu-home-gears div { 
	position: relative;
	display: inline-block;
}
#menu-home-gears div > span { 
	position: absolute; 
	top: 72px; 
	left: 50%; 
	font-size: 120px; 
	color: #fff;
	width: 144px;
	height: 144px;
	margin-left: -72px;
	border-radius: 72px;
	border: 3px solid #fff;
	text-align: center;
	line-height: 144px;
}
#menu-home-gears div > span.icon-peeps { 
	font-size: 108px;
	line-height: 132px;
}
.icon-gear::before { font-size: 288px; }

#menu-home-gears li .icon-gear::before { color: rgba(230, 176, 34, 0.8); }
#menu-home-gears li + li .icon-gear::before { color: rgba(102, 129, 54, 0.8); }
#menu-home-gears li + li + li .icon-gear::before { color: rgba(198, 120, 27, 0.8); }

.rotate {
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}

@-ms-keyframes spin {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); }
}

#menu-home-gears div.icon-gear.spin-me  {
	-webkit-animation-name: spin; 
	-webkit-animation-duration: 2400ms;
	-webkit-animation-iteration-count: infinite; 
	-webkit-animation-timing-function: ease;
	-moz-animation-name: spin; 
	-moz-animation-duration: 2400ms;
	-moz-animation-iteration-count: infinite; 
	-moz-animation-timing-function: ease;
	-ms-animation-name: spin; 
	-ms-animation-duration: 2400ms;
	-ms-animation-iteration-count: infinite; 
	-ms-animation-timing-function: ease;
}

@-webkit-keyframes unspin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(-360deg); }
}

@-moz-keyframes unspin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(-360deg); }
}

@-ms-keyframes unspin {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(-360deg); }
}

#menu-home-gears div.icon-gear.spin-me span  {
	-webkit-animation-name: unspin; 
	-webkit-animation-duration: 2400ms;
	-webkit-animation-iteration-count: infinite; 
	-webkit-animation-timing-function: ease;
	-moz-animation-name: unspin; 
	-moz-animation-duration: 2400ms;
	-moz-animation-iteration-count: infinite; 
	-moz-animation-timing-function: ease;
	-ms-animation-name: unspin; 
	-ms-animation-duration: 2400ms;
	-ms-animation-iteration-count: infinite; 
	-ms-animation-timing-function: ease;
}


@media (max-width: 860px) {

	#vid-wrapper i {
		width: 116px;
		height: 116px;
		border-radius: 58px;
		border-width: 5px;
		font-size: 53px;
		line-height: 105px;
		padding-left: 7px;
	}
	#menu-home-gears { margin-top: -108px; }
	#menu-home-gears div > span { 
		top: 54px; 
		font-size: 88px; 
		color: #fff;
		width: 108px;
		height: 108px;
		margin-left: -54px;
		border-radius: 54px;
		border: 3px solid #fff;
		text-align: center;
		line-height: 108px;
	}
	#menu-home-gears div > span.icon-peeps { 
		font-size: 81px;
		line-height: 99px;
	}
	#menu-home-gears div.icon-gear::before { font-size: 216px; }
	#menu-home-gears a > span { margin-bottom: 38px; }
}
@media (max-width: 650px) {

	#vid-wrapper i {
		width: 88px;
		height: 88px;
		border-radius: 44px;
		border-width: 4px;
		font-size: 40px;
		line-height: 79px;
		padding-left: 5px;
	}
	#menu-home-gears { margin-top: -81px; }
	#menu-home-gears div > span { 
		top: 41px; 
		font-size: 66px; 
		color: #fff;
		width: 80px;
		height: 80px;
		margin-left: -40px;
		border-radius: 40px;
		border: 3px solid #fff;
		text-align: center;
		line-height: 80px;
	}
	#menu-home-gears div > span.icon-peeps { 
		font-size: 61px;
		line-height: 74px;
	}
	#menu-home-gears div.icon-gear::before { font-size: 162px; }
	#menu-home-gears p.menu-description { width: 80%; }
	#menu-home-gears a > span { margin-bottom: 28px; }
}

@media (max-width: 525px) {
	#vid-wrapper i {
		width: 44px;
		height: 44px;
		border-radius: 22px;
		border: 4px solid #fff;
		font-size: 20px;
		line-height: 35px;
		padding-left: 2px;
		color: #fff;
	}
	#vid-wrapper i:hover {
		background-color: #fff;
		border: 4px solid #fff;
		color: #1f5488;
	}
	.menu-home-gears-container {
		height: auto;
		padding-bottom: 40px;
	}
	#menu-home-gears { margin-top: -70px; }
	#menu-home-gears li { float: none; width: 100%; }
	#menu-home-gears a > span { margin: -10px 0 6px; }
}
 
 
 
 
 	#contact { padding: 60px 60px 0 0; position: relative; width: 100%;}
 	#contact .wpcf7 { float: right; width: 60%; }
 
 	#contact .lines {
 		position: absolute;
 		right: 220px; bottom: 60px;
 		width: 45%; height: 190px;
 		border-left: 1px solid #fff;
 		border-bottom: 1px solid #fff;
 	}
 	#contact .lines h3 {
 	 	font: 24px/40px 'Eurostile Demi';
 	 	text-align: center;
 	 	color: #fff;
 	 	width: 100px;
 	 	margin: -42px 0 0 -50px;
 	 	border-bottom: 1px solid #fff;
	}
 
 	.entry-content [class*="shortcode"] .wpcf7-form {
 		background-color: #1f5488;
 		color: #fff;
 		border-radius: 3px;
 		padding: 1px 4% 3%;
 		margin-top: 24px;
 	}
 	.entry-content [class*="shortcode"] .wpcf7-form h3 {
 		font: 20px/normal 'Eurostile Demi';
 		color: #fff;
 		margin: 14px 0 10px 0;
 	}
 	
 	.entry-content [class*="shortcode"] .wpcf7-form h4 {
 		font: 16px/normal 'Eurostile Demi';
 		color: #fff;
 		padding: 10px 0;
 		margin: 0;
 	}
 	
 	textarea[name=fund-message]{
 		margin-top: 14px;
 	}
 	
 	
 	.ss-half h5,
 	.radio-inline p,
 	[class*="shortcode"] .form-alt label,
	[class*="shortcode"] .wpcf7-list-item-label { font-size: 14px; font-weight: bold; }
	
	[class*="shortcode"] .form-alt label { padding-top: 3px; }
	
	[class*="shortcode"] .fund-message textarea { margin-top: 12px; }
 	
 	.fund-captcha input { width: 53% !important; padding: 6px !important; margin: 10px 0 10px 10px; }
 	p.captcha { text-align: right; }
 	
 	.form-alt label, .form-alt input { display: block; float: left; }
 	.form-alt label { width: 50% !important; text-align: right; margin-right: 2%; }
 	.form-alt input { width: 48% !important; padding: 4px !important; margin: 0 0 10px 0; }
 
 	.ss-alt label { text-align: left !important; }
  	
  	.ss-half p { text-align: right; }
  	/* .ss-half p span { top: -10px; position: relative; } */
  	
  	
  	.ss-half label { width: 45% !important; }
  	.ss-half input[type=text],
  	.ss-half input[type=number] { width: 48px !important; float: none; margin: 0; }
	
	.ss-half h5 { margin: 0; }

	.ss-half input[type=radio] {
		width: auto !important;
		margin: 0 !important;
		float: none !important;
		display: inline !important;
	}

	.ss-half label,
	.ss-half .wpcf7-list-item { width: auto !important; }

	.ss-half .wpcf7-list-item { float: none; display: inline; }


	.radio-inline p { float: left; }
	.radio-inline p + p { float: none; display: inline; }
 	.radio-inline .wpcf7-list-item { width: auto; }
 	.radio-inline .wpcf7-list-item + .wpcf7-list-item { margin-left: 12px; }
 
 	.wpcf7-list-item { width: 47%; display: block; float: left; }
 	.fund-biz-status .wpcf7-list-item { width: auto; margin-right: 12px} 
 	.fund-biz-status .wpcf7-list-item.last { margin-right: 0; }
 
 
 	@media (max-width: 815px) {
 		.fund-biz-status .wpcf7-list-item,
 		.wpcf7-list-item { width: 90%; float: none; }
 		.radio-inline .wpcf7-list-item { width: auto; margin-left: 10px; float: left; }
 	}
	.wpcf7-form p { margin: 0 0 6px 0; }
	.wpcf7-form input[type=submit] { margin-top: 0; float: right; }
	

	.mc4wp-form input[type=email],
	.wpcf7-form input[type=text],
	.wpcf7-form input[type=email],
	.wpcf7-form input[type=tel],
	.wpcf7-form input[type=number],
	.wpcf7-form textarea {
		background: rgba(255,255,255,0.2);
		border: 1px solid #fff;
		border-radius: 3px;
		padding: 9px;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-decoration: none;
		outline: none;
	}
	::-webkit-input-placeholder { color: #fff; }
	:-moz-placeholder { color: #fff; opacity:  1; }
	::-moz-placeholder { color: #fff; opacity: 1; }
	:-ms-input-placeholder { color: #fff; }

	span.wpcf7-not-valid-tip,
	div.wpcf7 img.ajax-loader { display: none !important; }
	.wpcf7-not-valid { border-color: #c6781b !important; }
	
	div.wpcf7-response-output {
		color: #fff;
		margin: 16px 0 6px;
	}

 	@media (max-width: 1120px) and (min-width: 769px) { #contact .lines { width: 40%; } }
 	@media (max-width: 950px) and (min-width: 769px) { #contact .lines { width: 28%; left: 70px; } }

 	@media (max-width: 520px) { #contact .lines { width: 28%; left: 70px; } }
 	@media (max-width: 410px) { 
 		#contact { padding: 60px 30px; }
 		#contact .lines { display: none; }
 		#contact .wpcf7 { float: none; width: 100%; }
 	}


/**
 * X.0 Staff Page
 * ----------------------------------------------------------------------------
 */
 
.page-template-page-board h2,
.page-template-page-staff h2 {
	font: 30px/normal 'Eurostile Demi';
	margin: 0 0 16px 0;
}
.page-template-page-board .staff-box + h2,
.page-template-page-staff .staff-box + h2,
.page-template-page-elected .staff-box + h2 { margin: 32px 0 16px 0; }
@media (max-width: 720px) {
	.page-template-page-board h2,
	.page-template-page-staff h2 {
		font-size: 24px;
		margin: 0 0 14px 0;
	}
	.page-template-page-board .staff-box + h2,
	.page-template-page-staff .staff-box + h2,
	.page-template-page-elected .staff-box + h2 { margin: 28px 0 14px 0; }
}

.staff-box {
	position: relative;
	display: inline-block;
	width: 300px; height: 320px;
	border: 1px solid #bcbec0;
	border-radius: 2px;
	text-align: center;
	margin: 12px;
	background: linear-gradient(to bottom, rgb(255,255,255) 0%, rgb(245,245,245) 100%);	
}
@media (max-width: 720px) {
	.staff-box { margin: 12px 0 0 -10px; }
}

.staff-box hr {
	position: absolute; top: 106px;
	width: 36px;
	height: 1px;
	background: none;
	color: #bcbec0;
	background-color: #bcbec0;
}
.staff-box .face + hr { right: 0; }

.staff-box .face {
	width: 200px; height: 160px;
	margin: 16px auto;
}

.staff-box h3, .staff-box h5 {
	margin: 0 0 6px 0 !important;
	font: 16px/normal 'Eurostile Demi';
}
.staff-box h5 { font-size: 14px; }

.staff-box hr.break {
	height: 2px;
	width: 78px;
	margin: 12px auto;
	position: static;
}

.staff-box .icon-wrap { display: inline-block; }

.staff-box i {
	position: relative;
	width: 40px;
	height: 40px;
	margin-left: 14px;
	border-radius: 20px;
	display: block; float: left;
	border: 2px solid #c6781b;
	text-align: center;
	line-height: 36px;
	font-size: 28px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.staff-box i.hover { opacity: 0.5; cursor: pointer; }
.staff-box i.hover.clicked, .staff-box i.clicked { opacity: 1; }
.staff-box i.clicked span { display: block; cursor: default; }

.staff-box i span { 
	display: none;
	position: absolute; bottom: 48px;
	font: normal bold 14px/normal 'Source Sans Pro', Helvetica, sans-serif;
	color: #fff;
	padding: 8px;
	border-radius: 2px;
	white-space: nowrap;
}
.staff-box i span a { color: #fff; }

.staff-box .icon-phone span { min-width: 100px; left: -30px; }
.page-template-page-elected .icon-phone span { left: -40px; }

.staff-box .icon-phone.clicked:after,
.staff-box .icon-wsp.clicked:after,
.staff-box .icon-pos.clicked:after {
	content: '';
	position: absolute;
	right: 15px; top: -12px;
	width: 0; height: 0; 
	border-top: 11px solid #000;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}

	.staff-box .icon-phone.clicked:after { border-top-color: #e6b022; }
	.staff-box .icon-info.clicked:after { border-top-color: #668136; }
	.staff-box .fa-tag.clicked:after { border-top-color: #c6781b; }
	.staff-box .fa-desktop.clicked:after { border-top-color: #1f5488; }
	.staff-box .fa-bank.clicked:after { border-top-color: #aaaaaa; }
	.staff-box .fa-briefcase.clicked:after { border-top-color: #8b7355; }

.entry-content .staff-box a { 
	text-shadow: none;
	text-decoration: none;
	background-image: none;
}

.staff-box .icon-mail { margin: 0; color: #c6781b; }
.staff-box .icon-phone { color: #e6b022; border-color: #e6b022; }
.staff-box .icon-info { color: #668136; border-color: #668136; }
.staff-box .fa-tag { color: #c6781b; border-color: #c6781b;}
.staff-box .fa-linkedin { color: #1f5488; border-color: #1f5488; }
.staff-box .fa-desktop { color: #1f5488; border-color: #1f5488; line-height: 39px; }
.staff-box .fa-bank { color: #aaaaaa; border-color: #aaaaaa; line-height: 33px; }
.staff-box .fa-briefcase { color: #8b7355; border-color: #8b7355; }

.staff-box .icon-phone span { background-color: #e6b022; }
.staff-box .icon-info span { background-color: #668136; }
.staff-box .fa-tag span { background-color: #c6781b; text-align: left; }
.staff-box .fa-desktop span { background-color: #1f5488; }
.staff-box .fa-bank span { background-color: #aaaaaa; }
.staff-box .fa-briefcase span { background-color: #8b7355; }

.staff-box .fa { font-size: 20px; padding-left: 2px; }


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry, .left-blog { padding: 30px 78px; margin-top: 68px; background: #fff; }
	@media (max-width: 1140px) { .hentry, .left-blog { padding: 20px 60px; margin-top: 0; background: #fff; } }
	@media (max-width: 734px) { .hentry, .left-blog { margin-top: 46px; } }
	@media (max-width: 640px) { .hentry, .left-blog { padding: 10px; } }
.home .hentry { padding: 0; margin: 0; background: none; }

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1420px;
	width: 100%;
}

.blog.sidebar .entry-header,
.blog.sidebar .entry-content,
.blog.sidebar .entry-summary,
.blog.sidebar .entry-meta {
	max-width: 1440px;
	padding: 0 376px 0 60px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.blog.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	position: relative;
	text-align: center; }
	@media (max-width: 734px) {
		.entry-header { margin-bottom: 20px; }
	}

.entry-title {
	font: normal normal 40px/normal 'Eurostile Demi';
	color: #1f5488;
	width: 680px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #bcbec0; }
	@media (max-width: 975px) {
		.entry-title { width: 96%; }
	}
.error404 .entry-title:after,
.search .entry-title:after,
.page-template-default .entry-title:after,
.page-template-page-media .entry-title:after,
.page-template-page-submenu .entry-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -60px;
	width: 1px;
	height: 60px;
	background-color: #bcbec0;
} @media (max-width: 734px) {
	.error404 .entry-title:after,
	.search .entry-title:after,
	.page-template-default .entry-title:after,
	.page-template-page-media .entry-title:after,
	.page-template-page-submenu .entry-title:after { height: 30px; bottom: -30px; }
}

.entry-title a { color: #141412; }
.entry-title a:hover { color: #ea9629; }


/* 
.search-results header + .hentry { padding-top: 40px; }
.search-results .hentry { padding: 10px 78px; }
 */

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #c6781b;
}

.entry-meta a:hover {
	color: #c6781b;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
	font-size: 24px;
	line-height: 18px
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

.twitter-follow-button { margin-top: 12px; }


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content { margin: 108px 0 0 1px; }
	@media (max-width: 734px) { .entry-content { margin: 52px 0 0 0; } }
	
.page-id-90 .entry-content { margin: 72px 0 0 0; }
	@media (max-width: 734px) { .page-id-90 .entry-content { margin: 36px 0 0 0; } }

#mn-content div.mn-actions.mn-actions-share {
	float: right;
	width: 50%;
	margin-top: -58px;
}

#mn-content .mn-actions-share ul {
	clear: none;
	float: left;
	margin-left: 14px;
	width: auto;
	padding: 5px;
}

	@media (max-width: 734px) { 
		#mn-content div.mn-actions.mn-actions-share {
			float: none;
			display: block;
			width: 100%;
			text-align: center;
			margin-top: -30px;
		}
		#mn-content .mn-actions-share ul {
			display: inline-block;
			float: none;
			margin-left: 0;
		}
	}
	@media (max-width: 400px) { 
		#mn-content .mn-actions .mn-sharelabel {
			display: none;
		}
	}



.home .entry-content { margin: 144px 0 0 0; }

.page-template-page-board .entry-content,
.page-template-page-staff .entry-content,
.page-template-page-elected .entry-content { margin: 36px 0 0 0; text-align: center; }

.page-template-page-gallery .entry-content { margin: 0 0 0 0; text-align: center; }
.page-template-page-gallery .entry-content h3,
.page-template-page-gallery .entry-content h3 strong { font: normal 30px/normal 'Eurostile Demi' !important; }
	@media (max-width: 734px) { 
	
		.page-template-page-gallery .entry-content h3,
		.page-template-page-gallery .entry-content h3 strong { font-size: 24px !important; }
	
		.page-template-page-board .entry-content,
		.page-template-page-staff .entry-content,
		.page-template-page-elected .entry-content { margin: 0; }
	}

	#mn-content a,
	.entry-content a,
	.comment-content a { 
		-webkit-transition: 200ms; transition: 200ms; 
		text-shadow: 
			rgb(255, 255, 255) 0.5px 0.5px,
			rgb(255, 255, 255) -0.5px 0.5px,
			rgb(255, 255, 255) 1px 1px,
			rgb(255, 255, 255) -1px 1px,
			rgb(255, 255, 255) 1.5px 1.5px,
			rgb(255, 255, 255) -1.5px 1.5px,
			rgb(255, 255, 255) 2px 2px,
			rgb(255, 255, 255) -2px 2px,
			rgb(255, 255, 255) 0px 0.5px,
			rgb(255, 255, 255) 0px 1px,
			rgb(255, 255, 255) 0px 1.5px,
			rgb(255, 255, 255) 0px 2px;
		text-decoration: none;
		position: relative;
		background-repeat: repeat-x;
		background-image: url('images/a.png');
		background-position: left 18.5px;
	}
	.entry-content h3 a {
		background-position: left 23px;
	}
	
	#mn-content a:hover,
	.entry-content a:hover,
	.comment-content a:hover { opacity: 0.5; background-image: none; }
	
	#mn-content #mn-news-details table a:hover,
	#mn-content #mn-banner a:hover { opacity: 1; }
	
	#mn-content .mn-m2m a:hover { background-image: url("http://business.ycea-pa.org/Content/SEO3/images/MN_sprite_14px.png"); }
	
	#mn-content .mn-title { font-size: 100%; }
	
	
	.entry-content .more-link { white-space: nowrap; }
	.entry-content blockquote { font-size: 24px; }
	.entry-content blockquote cite, .entry-content blockquote small { font-size: 16px; }
/* 
	.entry-content img.alignleft, .entry-content .wp-caption.alignleft { margin-left: -60px; }
	.entry-content img.alignright, .entry-content .wp-caption.alignright { margin-right: -60px; }
 */

.page-id-1379 .entry-content img { max-width: 45%; }


.banner-sc { margin: -24px 140px 48px; }

.banner-sc h2,
.banner-sc h2 strong {
	font: normal 30px/normal 'Eurostile Demi' !important;
	text-align: center;
	color: #3e3f40;
}
@media (max-width: 975px) {
	.banner-sc { margin: -24px 70px 48px; }
}
@media (max-width: 734px) {
	.banner-sc { margin: -24px 35px 48px; }
}
@media (max-width: 640px) {
	.banner-sc { margin: -24px 0 48px; }
}

div.clear.mt { line-height: 0; }
.footer-sc { text-align: center; margin-top: 10px; padding-top: 10px; border-top: 1px solid #bcbec0; }
@media (max-width: 640px) {
	.footer-sc { border-top: 5px solid #1f5488; }
}

a.fund-link { font-weight: bold; display: block; width: 50%; padding: 20px 20px 0 0; text-align: right; float: left; }
.fund-drop { float: left; width: 50%; padding: 20px 0 0 20px; }
.fund-drop span { color: #1f5488; font-weight: bold; margin-right: 4px; }
.fund-drop select { max-width: 70%; }

@media (max-width: 734px) {
	a.fund-link, .fund-drop { padding-top: 0; margin-top: -20px; }
}
@media (max-width: 524px) {
	a.fund-link, .fund-drop { float: none; width: 100%; margin: 0 0 10px 0; padding: 0; text-align: center; }
	a.fund-link { padding: 12px 0 0 0; }
}

a.fund-link i.fa,
a.link-sc i.fa {
	font-size: 20px;
	vertical-align: -2px;
}
a.link-sc:hover,
a.fund-link:hover { opacity: 0.6; }

a.link-sc { font-weight: bold; background-image: none; }
a.link-sc i { margin-left: 6px; }

.left-shortcode, .right-shortcode  { width: 50%; float: left; }
.left-shortcode { padding-right: 70px; border-right: 1px solid #bcbec0; position: relative; }
.right-shortcode { padding-left: 70px; border-left: 1px solid #bcbec0; margin-left: -1px; }
	@media (max-width: 1140px) {
		.left-shortcode { padding-right: 35px; }
		.right-shortcode { padding-left: 35px; }
	}
	@media (max-width: 640px) {
		.left-shortcode, .right-shortcode  { width: 100%; float: none; padding: 0; border: none; }
		.right-shortcode  { margin-top: 20px; padding-top: 20px; border-top: 5px solid #1f5488; }
		.search .right-shortcode  { margin-top: 0; padding-top: 0; border-top: none; }
	}

.search .banner-sc { text-align: center; }

.rule-sc {
	border: none;
	background: none;
	color: #1f5488; background-color: #1f5488;
	height: 5px;
	margin-top: 24px;
}
.hr-blue { color: #1f5488; background-color: #1f5488; }
.hr-green { color: #668136; background-color: #668136; }
.hr-yellow { color: #e6b022; background-color: #e6b022; }
.hr-orange { color: #c6781b; background-color: #c6781b; }


.entry-content h3 { margin-top: 36px; }
.entry-content .rule-sc + h3 { margin-top: 14px }
.entry-content [class*="shortcode"] > h3:first-child { margin-top: 0 !important; }

.entry-content [class*="shortcode"] p:first-child,
.entry-content [class*="shortcode"] h3 + p { margin-top: 0 !important; }

.entry-content [class*="shortcode"] h3,
.entry-content [class*="shortcode"] h3 strong { font: normal normal 20px/normal 'Eurostile Demi'; color: #333; }

.entry-content .left-shortcode.block ul strong,
.entry-content .left-shortcode.block > h3:first-child + p strong  {
	font: normal normal 17px/24px 'Eurostile Demi';
	color: #1f5488;
}

.entry-content .left-shortcode.block p strong a {
	font: normal bold 16px/24px "Source Sans Pro", Helvetica, sans-serif;
}

.heart {
	font-size: 36px;
	line-height: 14px;
	display: inline-block;
	color: #9A3334;
}

.entry-content [class*="shortcode"] ul { margin-bottom: 24px; }
.entry-content [class*="shortcode"] ul li { margin-top: 6px; }
.entry-content [class*="shortcode"] ul li:first-child { margin-top: 0; }

.entry-content [class*="shortcode"] ul ul { list-style-type: circle; margin-bottom: 12px; padding: 0 0 0 20px; }
.entry-content [class*="shortcode"] ul ul li:first-child { margin-top: 6px; }

.entry-content .left-shortcode.block li { margin-top: 14px; }
.entry-content .left-shortcode.block li:first-child { margin-top: 0; }
.entry-content .left-shortcode.block ul ul li:first-child { margin-top: 14px; }
.entry-content .left-shortcode.block li strong { font-weight: normal; } 

.entry-content ul.fa-ul { list-style-type: none; }
.entry-content ul.fa-ul .fa-li { top: .28571428em; }

.entry-content ul.fa-ul i {
	color: #c6781b;
	color: rgba(198, 120, 27, 0.8);
}

.entry-content ul.fa-ul.blue i {
	color: #1f5488;
	color: rgba(31, 84, 136, 0.8);
}
.entry-content ul.fa-ul.yellow i {
	color: #e6b022;
	color: rgba(230, 176, 34, 0.8);
}
.entry-content ul.fa-ul.green i {
	color: #668136;
	color: rgba(102, 129, 54, 0.8);
}


.entry-content p.newline { margin-top: 18px; }

.format-standard footer.entry-meta { margin-top: 0; }

.half-sc { float: left; width: 50%; }
@media (min-width: 641px) and (max-width: 734px){
	.half-sc { float: none; width: 100%; }
	.page-id-1379 .entry-content img { float: none; width: 100%; max-width: 100%; }
}

@media (max-width: 400px){
	.half-sc { float: none; width: 100%; }
	.page-id-1379 .entry-content img { float: none; width: 100%; max-width: 100%; }
}

@media (max-width: 734px){
	.entry-content h3 { margin-top: 0; }
}

div#text-6.widget.widget_text { padding: 0; }
div#text-6.widget.widget_text table { border: none; }
div#text-6.widget.widget_text table td { border-top: 1px solid #bcbec0; }
div#text-6.widget.widget_text tr:first-child td { border-top: none; }

#wpcf7-f1419-p167-o1 form { margin-top: 0; }

#text-3 {
	width: 475px;
	height: 370px;
	padding: 0;
	margin: 20px 0 0 -30px;
	max-width: none;
	position: relative;
	overflow: hidden;
}

#text-3::before {
	display: none;
    content: '';
    position: absolute;
    z-index: 2;
	box-shadow: inset 0px -22px 8px -10px rgba(102, 129, 54, 0.8);
	border-bottom: 1px solid #ccc;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

#text-3 iframe {
    display: block;
    position: relative;
   	top: -23px;
   	left: -3px;
	width: 480px;
	height: 400px;
	max-width: none;
}


#text-8 { 
	padding: 0; 
	margin: 0; 
	position: relative; 
}

#york-data-wrap {
	margin-top: -30px;
}

#york-data h5 {
	font-family: 'Eurostile Demi';
	font-weight: normal;
	font-size: 15px;
	margin: 20px 0 0 0;
	color: #668136;
}

#york-data p {
	margin: 0;
	padding: 0;
	color: #ccc;
	font-size: 12px;
}

@media (min-width: 641px) and (max-width: 900px) {

	#york-data h5 {
		font-size: 1.45vw;
	}

}


@media (max-width: 640px) {
	#york-data {
		margin-left: 10px;
	}
}



/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span { background: none; }

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls { background: #220e10; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background: #fff; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-current { background: #ea9629; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { background: #595959; }

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { border-radius: 0; }

#join-gears { position: absolute; bottom: 0; }
#join-gears div.icon-gear { position: absolute; color: #c6781b; }

#join-gears div.icon-gear:first-child { left: -48px; }
#join-gears > div.icon-gear + div.icon-gear { left: -170px; top:40px; }
#join-gears > div.icon-gear + div.icon-gear + div.icon-gear { left: 82px; top: 148px;}
#join-gears > div.icon-gear + div.icon-gear + div.icon-gear:before { font-size: 200px; }

#join-gears div.join-text { position: absolute;top: 90px;left: -60px; color: #fff; }
#join-gears div.join-text p { margin: 0; }
#join-gears div.join-text p strong { color: #fff !important; margin: 0; }

#join-gears div.join-text p:first-child { margin-left: 100px; }
#join-gears div.join-text > p:first-child + p { line-height: 20px; width: 210px; margin-top: 14px; }
#join-gears div span {
	position: absolute;left: 25%;top: 25%;
	width: 100px;height: 100px;
	border-radius: 50px;
	color: #fff;
	border: 3px solid #fff;
	text-align: center;
	font-weight: bold;
	line-height: 88px;
	font-family: 'Source Sans Pro', Helvetica, sans-serif;
}

#join-gears div.icon-gear  {
	-webkit-animation-name: spin; 
	-webkit-animation-duration: 4800ms;
	-webkit-animation-iteration-count: infinite; 
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin; 
	-moz-animation-duration: 4800ms;
	-moz-animation-iteration-count: infinite; 
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin; 
	-ms-animation-duration: 4800ms;
	-ms-animation-iteration-count: infinite; 
	-ms-animation-timing-function: linear;
}

#join-gears > div.icon-gear + div.icon-gear  {
	-webkit-animation-name: unspin; 
	-webkit-animation-duration: 4800ms;
	-webkit-animation-iteration-count: infinite; 
	-webkit-animation-timing-function: linear;
	-moz-animation-name: unspin; 
	-moz-animation-duration: 4800ms;
	-moz-animation-iteration-count: infinite; 
	-moz-animation-timing-function: linear;
	-ms-animation-name: unspin; 
	-ms-animation-duration: 4800ms;
	-ms-animation-iteration-count: infinite; 
	-ms-animation-timing-function: linear;
}

#join-gears > div.icon-gear + div.icon-gear + div.icon-gear  {
	-webkit-animation-name: spin; 
	-webkit-animation-duration: 2400ms;
	-webkit-animation-iteration-count: infinite; 
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin; 
	-moz-animation-duration: 2400ms;
	-moz-animation-iteration-count: infinite; 
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin; 
	-ms-animation-duration: 2400ms;
	-ms-animation-iteration-count: infinite; 
	-ms-animation-timing-function: linear;
}
	@media (max-width: 1140px) { #join-gears { left: 30px; } }
	@media (max-width: 640px) { 
		#join-gears { 
			position: relative;
			left: -20px;
			height: 316px;width: 320px;
			margin-top: -75px; 
			overflow: hidden;
		} 
		#join-gears div.icon-gear:first-child { left: 32px; }
		#join-gears > div.icon-gear + div.icon-gear { left: -90px; }
		#join-gears > div.icon-gear + div.icon-gear + div.icon-gear { left: 162px; }
		#join-gears div.join-text { left: 20px; }
	}

.ribbon-wrap {
	margin: 0 auto;
	width: 830px;
}

.ribbon-cutting {
	float: left;
	width: 250px;
	text-align: center;
	margin-right: 40px;
	margin-bottom: 10px;
}

.ribbon-cutting.third {
	margin-right: 0;
}

.ribbon-cutting p {
	font-weight: bold;
	text-align: center;
	line-height: normal;
	min-height: 45px;
}

.ribbon-cutting div {
	width: 250px;
	height: 187px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
@media (max-width: 960px) { 
	.ribbon-wrap { width: 540px; }
	
	.ribbon-cutting,
	.ribbon-cutting.third { margin-right: 40px; }
	
	.ribbon-cutting.even { margin-right: 0; }
}
@media (max-width: 580px) { 
	.ribbon-wrap { width: 100%; }
	
	.ribbon-cutting,
	.ribbon-cutting.third,
	.ribbon-cutting.even { margin: 0 auto 20px; float: none; }
}

.wfsp .face {
	width: 202px;
	height: 162px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: 1px solid #bcbec0;
}

.wfsp h3 {
	min-height: 45px;
	padding: 0 10px;
}

.page-template-page-board .entry-content,
.page-template-page-staff .entry-content,
.page-template-page-elected .entry-content,
.page-template-page-ambassadors .entry-content,
.entry-content.wfsp-wrap {
	text-align: center;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #c6781b;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.blog.sidebar .format-status .entry-content,
.blog.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.blog.sidebar .format-status .entry-content:before,
.blog.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.blog.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

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

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	/* max-width: 1040px; */
	max-width: 1440px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

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

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	/* max-width: 1040px; */
	max-width: 1440px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #c6781b;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.blog.sidebar .paging-navigation .nav-links {
	max-width: 1440px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	/* max-width: 1040px; */
	max-width: 1440px;
}

.blog.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1440px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	/* max-width: 1040px; */
	max-width: 1440px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.blog.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */


.page-header {
	position: relative;
	background-color: #fff;
	padding: 30px 0 60px;
	text-align: center;
}

.page-title {
	font: normal normal 40px/normal 'Eurostile Demi';
	color: #1f5488;
	width: 680px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #bcbec0; }
	@media (max-width: 975px) {
		.page-title { width: 96%; }
	}

.page-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 60px;
	background-color: #bcbec0;
} @media (max-width: 734px) {
	.page-title:after { height: 30px; bottom: -30px; }
}

/* 
.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1440px;
	padding: 40px 376px 40px 60px;
}
 */


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	/* max-width: 1040px; */
	max-width: 1440px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.blog.sidebar .comments-title,
.blog.sidebar .comment-list,
.blog.sidebar .must-log-in,
.blog.sidebar .comment-reply-title,
.blog.sidebar .comment-navigation,
.blog.sidebar .comment-respond .comment-form {
	max-width: 1440px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #c6781b;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.blog.sidebar .comment-list .comment-reply-title,
.blog.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.blog.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.content-area .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	margin: 0 0 24px;
	padding: 20px 20px 20px 0;
}

.widget .widget-title {
	font: 16px 'Eurostile Demi';
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 0;
	float: left;
	width: 135px;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #c6781b;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	clear: left;
	background-color: #1f5488;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 180px 20px 0;
}

.site-footer .footer-top.widget-area {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
}

	.footer-top .logo-wrap { float: left; }

	.footer-top .logo {
		background: url('images/ycea-white.png') no-repeat;
		width: 76px;
		height: 63px;
		float: left;
	}

	.footer-top .logotype {
		font: 27px/24px 'Eurostile Demi';
		white-space: nowrap;
		padding-top: 7px;
		float: left;
	}

	.footer-top .logotype span {
		font: 16px/normal 'Eurostile';
		display: block;
		text-transform: uppercase;
	}
	
	.footer-top .logotype span + span {
		font: 9px/20px 'Eurostile';
		display: block;
		text-transform: none;
	}

	.footer-top .logo-wrap,
	.footer-top .office-info { padding: 40px 0; }
	.footer-top .office-info { float: right; border-left: 1px solid #fff; }
	.footer-top .office-info ul { list-style-type: none; margin: -5px 0 0 0; }
	.footer-top .office-info ul li { float: left; margin-left: 60px; line-height: 18px; }
	.footer-top .office-info strong { display: block; }
	@media (max-width: 640px) {
		.footer-top .office-info ul li { line-height: 24px; }
	}

@media (max-width: 1079px) {
	.footer-top .logo-wrap { float: none; height: 104px; padding: 20px 0 40px 0; }
	.footer-top .office-info { float: none; border: none; padding: 0;}
	.footer-top .office-info ul { margin: 10px 0 0 0; padding: 0; }
	.footer-top .office-info ul li:first-child { margin-left: 0; }
}

.site-footer .widget-area {
	text-align: left;
}

.site-footer a { color: #fff; }
.site-footer .sidebar-container { padding: 40px 0 20px; }

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 300px;
}

@media (max-width: 580px) {
	.footer-top .logo-wrap {
		height: 77px;
		padding: 0;
	}
	.site-footer .sidebar-container { padding: 20px 0 0 0; }
	.site-footer .widget { padding: 0; width: 100%; }
	.footer-top .office-info ul li { margin-left: 26px; }
	.footer-top .office-info ul li + li + li { margin: 20px 0 0 0; clear: left; }
	aside#text-4 { margin: 0 0 14px; }
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 16px;
}

.site-footer .widget a {
	color: #fff;
	font-weight: 700;
	-webkit-transition: 500ms;
	transition: 500ms; 
}

.site-footer .widget a:hover,
.site-footer .widget a:focus {
	opacity: 0.6;
}

.site-footer #text-4 i {
	width: 40px;
	height: 40px;
	margin: 6px 6px 0 0;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,0.5);
	text-align: center;
	line-height: 38px;
	font-size: 22px;
}

.site-footer #text-4 i.fa.fa-play {
	font-size: 18px;
	padding-left: 3px;
}

#mc4wp_form_widget-3 {
	width: 500px;
	margin-right: 0; 
	padding-right: 0;
}
.mc4wp-form input[type=email] {
	width: 60%;
}
.mc4wp-form input[type=submit] {
	width: auto;
	margin: 0 0 0 20px;
	border-color: #c6781b;
	background-color: #c6781b;
	font-size: 15px;
}
.mc4wp-form input[type=submit]:hover {
	color: #c6781b;
	background-color: #fff !important;
}
.mc4wp-form p {
	font-size: 14px;
	font-weight: bold;
}
.mc4wp-form label {
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
}
.mc4wp-form input[type=checkbox] {
	margin-right: 6px;
}
.mc4wp-form-error input[type=email] {
	border-color: #c6781b !important;
}
.mc4wp-response { position: absolute; }
.mc4wp-ajax-loader { display: none important;}
.mc4wp-alert { color: #c6781b; font-weight: bold; }


@media (max-width: 1200px) {
	.site-footer .widget { width: 32%; margin-right: 1% }
	#mc4wp_form_widget-3 { width: 34%; }
	.mc4wp-form input[type=submit] { padding: 9px 15px; }
}

@media (max-width: 1000px) {
	.site-footer .widget:first-child { width: 22%; }
	.site-footer .widget { width: 37%; }
	#mc4wp_form_widget-3 { width: 39%; }
}
@media (max-width: 800px) {
	.site-footer .widget { width: 50%; margin-right: 0; padding: 0; }
	.site-footer .widget:first-child { width: 50%; }
	#mc4wp_form_widget-3 { width: 100%; }
}
@media (max-width: 800px) {
	.site-footer .widget { width: 60%; }
	.site-footer .widget:first-child { width: 40%; }
	#mc4wp_form_widget-3 { width: 100%; }
}
@media (max-width: 450px) {
	.site-footer .widget { width: 100%; }
	.site-footer .widget:first-child { width: 100%; }
	#mc4wp_form_widget-3 { width: 100%; }
	.widget .widget-title { font-size: 15px; }
}

.site-info {
	width: 100%; max-width: 1140px;
	padding: 10px 0;
	margin: 20px auto 0;
	font-size: 12px;
	border-top: 1px solid #fff;
}
#wpstats {
	display: block;
	margin: -10px auto 0;
}
#find-ycea { overflow: hidden; }

	#find-ycea #map-mask,
	#find-ycea #contact {
		background: rgba(31, 84, 136, 0.8);
		width: 50%; height: 360px;
		float: left;
	}
	#find-ycea iframe {
		margin-bottom: -1px;
		float: left;
	}
		
	#find-ycea #map-mask { 
		position: absolute; right: 50%;
		text-align: center;
		color: #fff;
		-webkit-transition: width 1.5s ease;
		transition: width 1.5s ease;
	}
	#find-ycea #map-mask div {
		height: 240px;
		border: 1px solid #fff;
		margin: 60px;
	}
	#find-ycea #map-mask p { 
		font-size: 84px;
		margin: 46px 0 10px 0;
	}
	#find-ycea #map-mask button { margin: 0; }
 	@media (max-width: 410px) { 
 		#find-ycea #map-mask div { margin: 60px 30px; }
	}


#footer-ads {
	height: 287px;
	background: #fff;
	text-align: center;
}
#footer-ads .wrap {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
#footer-ads p {
	display: none;
	float: left;
	position: relative;
	bottom: -125px;
	margin: 0 0 0 100px;
	-webkit-backface-visibility: hidden;
}

#footer-ads .wrap .magic-rule {
	display: block;
	width: 800px;
	top: 65px;
	left: 150px;
}

@media (min-width: 991px) {
	#footer-ads p:before {
		content: '';
		position: absolute; left: 50%;  top: -60px;
		width: 1px; height: 40px;
		background-color: #bcbec0;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}

#footer-ads p img {
	margin: 0;
	box-shadow:  0px 0px 2px 2px rgba(0,0,0,0.2);
	max-width: 300px;
}
@media (max-width: 1200px) {
	#footer-ads p { margin: 0 0 0 40px; }
	#footer-ads .wrap { width: 980px; }
	#footer-ads .wrap .magic-rule { width: 680px; }
}
@media (max-width: 1100px) {
	#footer-ads p { margin: 0 0 0 20px; }
	#footer-ads .wrap { width: 940px; }
	#footer-ads .wrap .magic-rule { width: 640px; }
}
#footer-ads .magic-rule + p { margin-left: 0; }

@media (max-width: 990px) and (min-width: 701px) {
	#footer-ads { height: 450px; }
	#footer-ads .wrap { display: inline; width: auto; }
	#footer-ads p { margin: 0 20px; bottom: -40px; float: none; }
	#footer-ads p.showfix { display: inline !important; }
	#footer-ads .wrap > p + p + p { bottom: -80px; }
	#footer-ads .wrap .magic-rule { display: none; }
}
@media (max-width: 700px) {
	#footer-ads { height: 700px; }
	#footer-ads .wrap { display: inline; width: auto; }
	#footer-ads p { margin: 0 0 20px 0; text-align: center; float: none; bottom: -40px; }
	#footer-ads .wrap .magic-rule { display: none; }
}


@media (max-width: 768px) {
	#find-ycea iframe,
	#find-ycea #map-mask,
	#find-ycea #contact {
		width: 100%;
		float: none;
	}
	#find-ycea iframe { width: 100% !important; }
	
	#find-ycea #contact { margin-top:-6px }
	#find-ycea #map-mask { right: 0; }
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1366px) and (min-width: 976) {
	ul.nav-menu {
		padding: 0 20px 0 0;
	}
}

@media (max-width: 1069px) {

	.bx-wrapper .bx-caption p br { display: none; }

	.blog.sidebar img.alignleft,
	.blog.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.blog.sidebar img.alignright,
	.blog.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.blog.sidebar .site-info {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.blog.sidebar .entry-header,
	.blog.sidebar .entry-content,
	.blog.sidebar .entry-summary,
	.blog.sidebar .entry-meta,
	.blog.sidebar .comment-list,
	.blog.sidebar .comment-reply-title,
	.blog.sidebar .comment-navigation,
	.blog.sidebar .comment-respond .comment-form,
	.blog.sidebar .featured-gallery,
	.blog.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.blog.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.blog.sidebar .comments-title {
		max-width: 604px;
	}

	.blog.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.blog.sidebar .site-info,
	.blog.sidebar .comments-title,
	.blog.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.blog.sidebar .format-status .entry-content,
	.blog.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.blog.sidebar .format-status .entry-content:before,
	.blog.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.blog.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.blog.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
	
}

@media (max-width: 734px) {
	#content .entry-header,
	/* #content .entry-content, */
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.blog.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.blog.sidebar .site-info,
	.blog.sidebar .paging-navigation .nav-links {
		padding-left: 0;
		padding-right: 0;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle.force:hover {
		cursor: pointer;
		display: inline-block;
		margin: 0 0 0 12px;
		font-size: 28px;
		background-color: transparent;
		background-image: none;
		border: 1px solid rgba(255,255,255,0.5);
		border-radius: 4px;
		position: absolute; top: -53px;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		color: #fff;
		padding: 4px 10px;
	}
	
	.toggled-on .menu-toggle {
		background: rgba(255,255,255,0.5);
		border-color:  rgba(255,255,255,0);
	}

	div.menu-main-nav-container {
		position: relative;
		z-index: 9999;
	}
	
	.toggled-on .nav-menu {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 70%;
		background-color: #fff;
		border-radius: 1px;
		box-shadow: 
			 inset 0   4px 5px -5px #888,
				   3px 5px 8px -1px rgba(136,136,136,0.6), 
				  -3px 5px 8px -1px rgba(136,136,136,0.6);
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
		text-align: left;
	}

	.toggled-on li a {
		font-size: 14px;
		padding: 13px 10px 13px 30px;
		background: #fff;
		background: rgba(255,255,255,0.8);
		border-bottom: dotted 1px #fff;
	}
	
	.toggled-on li.menu-item-has-children > a:before {
		position: absolute;top: 13px;left: 10px;
		content:"\f054";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
	}

	.toggled-on li.hovered > a:before,
	.toggled-on li.focus > a:hover:before,
	.toggled-on li.menu-item-has-children > a:hover:before,
	.toggled-on li.menu-item-has-children > a:focus:before {
		content:"\f078";
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;left: auto;top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
		padding: 10px;
	}
	.toggled-on .nav-menu li > ul li:first-child a {
		box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.5);
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a,
	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover,
	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #c6781b;
		background-color: rgba(198, 120, 27, 0.8);
		border-bottom: 1px solid transparent;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 24px;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
	
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
	
	.widget li {
		padding: 5px 0;
	}
	
	.footer-top .logotype {
		font: 22px/19px 'Eurostile Demi';
		padding-top: 10px;
		white-space: nowrap;
	}	
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

/* 
	.site-header .search-field {
		background-image: url('images/search-icon-2x.png');
	}
 */

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url('images/dotted-line-2x.png');
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}


.site-title {
	width: 330px;
	font: 27px/24px 'Eurostile Demi';
	padding: 24px 0 0 78px;
	background: #fbfbfb url('images/ycea-bug-little.png') 11px 27px no-repeat;
}
.site-title span { font: 16px/normal 'Eurostile'; }
.site-title span + span { font: 9px/20px 'Eurostile'; }


@media (max-width: 1120px) {
	.site-title {
		padding: 3px 0 0 73px;
		background-position: 6px 4px;
		height: 62px;
		width: 320px;
	}
	.site-title span + span { font: 9px/14px 'Eurostile'; }
}