/* =Mobile Menu
---------------------------------------------------------------------- */

#mobile-menu, #mobile-screen, #mobile-header {
	display: none;
}
#mobile-menu {
	background: #ffffff;
	right: -77%;
	width: 77%;
	overflow: auto;
	transform: translatez(0);
	-o-transform: translatez(0);
	-ms-transform: translatez(0);
	-moz-transform: translatez(0);
	-webkit-transform: translatez(0);
}
#mobile-screen {
	background: rgba(0,0,0,0.5);
	left: 0;
	width: 23%;
	height: 100%;
}
#mobile-screen, #mobile-menu {
	position: relative;
	z-index: 50000;
	display: none;
	float: right;
}
#mobile-header {
	width: 100%;
	background: #f0f0f0;
	float: left;
}
#mobile-logo {
	text-decoration: none;
}
#mobile-logo img {
	float: left;
	width: 150px;
	margin: 13px 0 0 5%;
}
#mobile-header-icon {
	font-size: 40px;
	color: #999999;
	cursor: pointer;
	float: right;
}
#mobile-header-icon:before {
	padding: 8px 5%;
	float: right;
}
#mobile-menu-wrapper ul {
	margin: 0px;
	float: left;
	width: 100%;
}
#mobile-menu-wrapper li {
	margin: 0px;
	float: left;
	width: 100%;
}
#mobile-menu-wrapper li.menu-item-has-children > a:before {
	content: 'c';
	font-family: 'proto2'!important;
	font-style: normal!important;
	font-weight: normal!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -14%;
	width: 20%px;
	float: left;
	font-size: 21px;
	color: #b3b3b3;
	transition: 0.1s transform;
	-ms-transition: 0.1s -ms-transform;
	-webkit-transition: 0.1s -webkit-transform;
}
#mobile-menu-wrapper li.menu-item-has-children > a.open:before {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#mobile-menu-wrapper .sub-menu {
	display: none;
}
#mobile-menu-wrapper a {
	color: #333333;
	line-height: 21px!important;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	float: left;
	width: 78%;
	padding: 11px 5% 11px 17%;
}
#mobile-menu-wrapper #menu-main-menu > li > a {
	border-bottom: 1px dotted #eeeeee;
}
#mobile-menu-wrapper .sub-menu {
	background-color: #f9f9f9;
	box-shadow: 0 0 6px 2px #dbdbdb inset;
	-moz-box-shadow: 0 0 6px 2px #dbdbdb inset;
	-webkit-box-shadow: 0 0 6px 2px #dbdbdb inset;
}
#mobile-menu-wrapper .sub-menu .sub-menu {
	background-color: #f3f3f3;
	box-shadow: 0 0 6px 2px #d0d0d0 inset;
	-moz-box-shadow: 0 0 6px 2px #d0d0d0 inset;
	-webkit-box-shadow: 0 0 6px 2px #d0d0d0 inset;
}
#mobile-menu-wrapper .sub-menu .sub-menu .sub-menu {
	background-color: #ededed;
	box-shadow: 0 0 6px 2px #c0c0c0 inset;
	-moz-box-shadow: 0 0 6px 2px #c0c0c0 inset;
	-webkit-box-shadow: 0 0 6px 2px #c0c0c0 inset;
}
#mobile-menu-wrapper .sub-menu .sub-menu .sub-menu .sub-menu  {
	background-color: #e7e7e7;
	box-shadow: 0 0 6px 2px #b0b0b0 inset;
	-moz-box-shadow: 0 0 6px 2px #b0b0b0 inset;
	-webkit-box-shadow: 0 0 6px 2px #b0b0b0 inset;
}
#mobile-menu-wrapper .sub-menu a {
	border-bottom: 1px dotted #e0e0e0;
}
#mobile-search {
	float: left;
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 19px 0 10px;
}
#mobile-search .screen-reader-text, #mobile-search .search-submit {
	display: none;
}
#mobile-search .search-form {
	float: left;
	padding-left: 16.5%;
	width: 60%;
	margin-right: 16px;
}
#mobile-search input[type="search"] {
	line-height: 17px;
	font-size: 13px;
	color: #999999;
	padding: 7px;
	text-decoration: none;
	float: left;
	margin: 0!important;
	width: 97%!important;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}
#mobile-search input[type="search"]:focus {
	border: 1px solid #999999;
}
#mobile-search-icon:before {
	font-size: 26px;
	line-height: 34px;
	float: left;
	color: #9b9b9b;
	cursor: pointer;
}


/* =Media Queries
---------------------------------------------------------------------- */

@media (max-width: 1150px) {
	/* General */
	html {
		font-size: 82%;
	}
	.inner-page {
		width: 90%;
	}
	
	/* Header */
	#logo img {
		width: 142px;
		margin-top: 4px;
	}
	#main-menu > ul > li > a {
		margin-left: 1.5em;
	}
	#main-menu a {
		font-size: 1.02em;
	}
	#main-menu ul ul {
		left: 0.5em;
	}
	
	/* Body */
	.entry-title {
		font-size: 33px;
	}
	.breadcrumbs, .breadcrumbs a {
		font-size: 11px;
		line-height: 15px;
	}
	
	.archive .search-form .search-field	{
		width:75%;
	}
	
	/* Footer */


	/* Forms & Buttons */


}

@media (max-width: 650px) {
	/* General */
	html {
		font-size: 68%;
	}

	/* Header */
	#header {
		display: none;
	}
	#mobile-header {
		display: inline-block;
	}
	#header-3 {
		display: none!important;
	}

	/* Body */
	#body-1 {
		font-size: 14px;
	}
	article {
		width: 83%;
	}
	#sidebar {
		display: none;
	}
	#content, #content.flexible-content {
		width: 100%;
	}
	#content .wp-pagenavi a.page, #content .wp-pagenavi .current {
		display: none;
	}
	.entry-title {
		font-size: 21px;
	}
	.breadcrumbs, .breadcrumbs a {
		font-size: 9px;
		line-height: 14px;
	}
	.action-step {
		margin-top: 5%;
	}
	.action-text {
		text-align: center!important;
		width: auto;
	}
	.node {
		width: calc(48% - 2px)!important;
		margin-bottom:4%;
		overflow: hidden;
	}
	.node.footer-node {
		width: 100%!important;
		margin: 0 0 5% 0;
	}
	.node.footer-node div {
		min-height: 0;
	}
	.node h1 {
		font-size: 15px;
	}
	.node p {
		display: none;
	}
	.gutter-sizer {
		width: 4%;
	}
	.archive .search-form .search-field {
		width:70%;
	}
	
	.collapsible-cell {
		display:none;
	}

	/* Footer */


	/* Forms & Buttons */
	.green-button, .gform_wrapper input[type="submit"], .form-submit input[type="submit"] {
		padding-left: 0;
		padding-right: 0;
		width: 100%!important;
		float: left;
		display: table;
		margin: 11% auto!important;
	}

}

@media (max-width: 430px) {
	html {
		font-size: 60%;
	}
	
	#body-1 > .inner-page {
		display:block;
	}
	
	.recaptcha_image_cell {
		width:60%;
	}
	#recaptcha_image {
		width:100%!important;
	}
	#recaptcha_image img {
		width:100%;
		height:auto;
	}
	#recaptcha_response_field {
		width:90%!important;
	}
	
	.archive .search-form .search-field {
		width:60%;
	}	
}