@import url("normalize.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption&display=swap');
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration:0s !important;
		transition-duration:0s !important;
	}
}
.screen-reader-text {
	border:0;
	clip:rect(1px,1px,1px,1px);
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute !important;
	width:1px;
	word-wrap:normal !important;
	word-break:normal;
}
.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;
	-webkit-clip-path:none;
	clip-path:none;
	color:#21759b;
	display:block;
	font-size:14px;
	font-size:0.875rem;
	font-weight:700;
	height:auto;
	right:5px;
	line-height:normal;
	padding:15px 23px 14px;
	text-decoration:none;
	top:5px;
	width:auto;
	z-index:100000;
}
.skip-link {
	left:-9999rem;
	top:2.5rem;
	z-index:999999999;
	text-decoration:underline;
}
.skip-link:focus {
	display:block;
	left:6px;
	top:7px;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
	line-height:normal;
	padding:15px 23px 14px;
	z-index:100000;
	right:auto;
}
.social-menu {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:0;
}
.social-menu::before { display:none; }
.social-menu li {
	margin:0;
	padding:0;
	display:inline-block;
}
.social-menu a {
	display:block;
	text-decoration:none;
	text-align:center;
	width:30px;
	height:30px;
	text-indent:-999px;
	overflow:hidden;
	position:relative;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.social-menu a:hover { text-decoration:none; }
.social-menu a[href*="linkedin.com"]::before { content:'\f0e1'; }
.social-menu a[href*="plus.google.com"]::before { content:'\f0d5'; }
.social-menu a[href*="instagram.com"]::before { content:'\f16d'; }
.social-menu a[href*="facebook.com"]::before { content:'\f39e'; }
.social-menu a[href*="twitter.com"]::before { content:'\f099'; }
.social-menu a[href*="youtube.com"]::before { content:'\f167'; }
.social-menu a[href*="vimeo.com"]::before { content:'\f27d'; }
.social-menu a::before {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	font-family:'Font Awesome\ 5 Brands';
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:30px;
	text-align:center;
	text-indent:0;
}
.site-header {
	background:#ffffff;
	margin:0;
	padding:0px 0 40px;
	border:none;
	z-index:100;
	position:relative;
}
@media (max-width: 991.98px) {
	.site-header { padding:20px 0; }
}
.home .site-header {
	background:none;
	position:relative;
	left:0;
	right:0;
	top:0;
}
@media (max-width: 479.98px) {
	.home .site-header { position:relative; }
}
.site-header .header-wrapper {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
}
@media (max-width: 767.98px) {
	.site-header .header-wrapper {
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
}
.site-header .header-wrapper .logo {
	position:relative;
	display:block;
	vertical-align:top;
	margin:0;
	padding:0;
	float:left;
	margin-left:5px;
}
@media screen and (max-width: 1024px) {
	.site-header .header-wrapper .logo {
		text-align:center;
		margin:0;
		float:none;
	}
}
.site-header .header-wrapper .logo img {
	max-width:100%;
	display:block;
	margin:0;
}
@media only screen and (orientation: landscape) {
	.site-header .header-wrapper .logo img {
		width:auto;
		height:51px;
	}
}
@media screen and (max-width: 1720px) {
	.site-header .header-wrapper .logo img { height:44px; }
}
@media screen and (max-width: 1600px) {
	.site-header .header-wrapper .logo img { height:42px; }
}
@media screen and (max-width: 1400px) {
	.site-header .header-wrapper .logo img { height:40px; }
}
.site-header .header-wrapper .logo a {
	display:block;
	position:relative;
}
@media screen and (max-width: 1024px) {
	.site-header .header-wrapper .logo a { display:inline-block; }
}
.site-header .header-wrapper .logo a:hover .logo-animation { opacity:1; }
.site-header .header-wrapper .logo a .logo-animation {
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	opacity:0;
}
.site-header .header-wrapper .header-widget { margin:0 0 0px 0; }
@media (max-width: 767.98px) {
	.site-header .header-wrapper .header-widget { margin:0px 0 0 0; }
}
.site-header .header-wrapper .header-btns {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding-top:7px;
}
.site-header .header-wrapper .header-btns > * { margin-left:16px; }
.site-header .header-wrapper .header-btns > *:first-child { margin-left:0; }
@media (max-width: 991.98px) {
	.site-header .header-wrapper .header-btns .btn {
		padding:8px 15px;
		font-size:16px;
		line-height:18px;
	}
}
@media (max-width: 479.98px) {
	.site-header .header-wrapper .header-btns .btn { font-size:12px; }
}
@media (min-width: 768px) and (max-width: 1365.98px) {
	.site-header .nav-wrapper { margin-top:20px; }
}
@media (max-width: 600.98px) {
	.admin-bar .sticky-header { top:0 !important; }
}
.sticky-wrapper {
	position:relative;
	z-index:200;
}
.mobile-site-header {
	position:relative;
	z-index:110;
}
.home .mobile-site-header {
	position:absolute;
	top:0;
	right:0;
	left:0;
}
.header-sidebar-wrapper.top_header {
	background:#353535;
	width:100%;
	overflow:hidden;
	padding:9px 62px 10px;
}
@media screen and (max-width: 1720px) {
	.header-sidebar-wrapper.top_header { padding:9px 40px 10px; }
}
@media screen and (max-width: 1024px) {
	.header-sidebar-wrapper.top_header { padding:9px 20px 10px; }
}
.header-sidebar-wrapper.top_header .header-widget {
	float:left;
	margin-bottom:0;
}
@media screen and (max-width: 1024px) {
	.header-sidebar-wrapper.top_header .header-widget {
		float:none;
		padding:0 50px;
		width:100%;
		text-align:center;
	}
}
@media screen and (max-width: 560px) {
	.header-sidebar-wrapper.top_header .header-widget { padding:0 30px; }
}
.header-sidebar-wrapper.top_header .header-widget p {
	margin-bottom:0;
	font-family:'Roboto', sans-serif;
	font-size:20px;
	color:#c8c8c8;
	line-height:50px;
}
@media screen and (max-width: 1720px) {
	.header-sidebar-wrapper.top_header .header-widget p {
		font-size:18px;
		line-height:48px;
	}
}
@media screen and (max-width: 1600px) {
	.header-sidebar-wrapper.top_header .header-widget p {
		font-size:16px;
		line-height:44px;
	}
}
@media screen and (max-width: 1024px) {
	.header-sidebar-wrapper.top_header .header-widget p {
		line-height:22px;
		margin-bottom:20px;
	}
}
.header-sidebar-wrapper.top_header .header-widget p a {
	font-size:24px;
	color:#ff942d;
	margin-left:20px;
	text-decoration:underline;
}
.header-sidebar-wrapper.top_header .header-widget p a:hover { text-decoration:none; }
@media screen and (max-width: 1720px) {
	.header-sidebar-wrapper.top_header .header-widget p a { font-size:22px; }
}
@media screen and (max-width: 1600px) {
	.header-sidebar-wrapper.top_header .header-widget p a { font-size:20px; }
}
.header-sidebar-wrapper.top_header .search_box { float:right; }
@media screen and (max-width: 1024px) {
	.header-sidebar-wrapper.top_header .search_box {
		float:none;
		width:50%;
		margin:0 auto;
	}
}
@media screen and (max-width: 560px) {
	.header-sidebar-wrapper.top_header .search_box { width:80%; }
}
.header-sidebar-wrapper.top_header .search-form { position:relative; }
.header-sidebar-wrapper.top_header .search-form .search-form label { display:none; }
.header-sidebar-wrapper.top_header .search-form input.search-field {
	height:48px;
	border:1px solid #fcb469;
	border-radius:20px;
	background:#2c2c2c;
	font-size:26px;
	min-width:499px;
	color:#6c6c6c;
	line-height:46px;
	font-family:'PT Sans', sans-serif;
	padding:0 60px 0 28px;
}
@media screen and (max-width: 1720px) {
	.header-sidebar-wrapper.top_header .search-form input.search-field {
		font-size:24px;
		line-height:44px;
		min-width:300px;
		height:44px;
	}
}
@media screen and (max-width: 1600px) {
	.header-sidebar-wrapper.top_header .search-form input.search-field {
		height:42px;
		font-size:22px;
		line-height:42px;
	}
}
@media screen and (max-width: 1024px) {
	.header-sidebar-wrapper.top_header .search-form input.search-field {
		min-width:1px;
		width:100%;
	}
}
.header-sidebar-wrapper.top_header .search-form button.search-submit {
	background:url(../images/search_icon.png) no-repeat center 7px;
	width:67px;
	height:48px;
	font-size:0;
	border:0;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	outline:0;
}
@media screen and (max-width: 1720px) {
	.header-sidebar-wrapper.top_header .search-form button.search-submit { background-size:31px auto; }
}
@media screen and (max-width: 1600px) {
	.header-sidebar-wrapper.top_header .search-form button.search-submit { background-size:29px auto; }
}
.main_img {
	background:url(../images/main_img.jpg) no-repeat center 0;
	background-size:cover;
	height:960px;
	position:relative;
	width:100%;
}
@media screen and (max-width: 1720px) {
	.main_img { height:900px; }
}
@media screen and (max-width: 1600px) {
	.main_img { height:800px; }
}
@media screen and (max-width: 1024px) {
	.main_img { height:500px; }
}
.main_img .header_bg {
	background:url(../images/home_bg.png) repeat-x center 0;
	min-height:220px;
	width:100%;
	padding:71px 60px 0;
}
@media screen and (max-width: 1720px) {
	.main_img .header_bg { padding:71px 40px 0; }
}
@media screen and (max-width: 1366px) {
	.main_img .header_bg { padding-top:35px; }
}
.header-widget.home_header_text {
	position:absolute;
	bottom:165px;
	left:117px;
}
@media screen and (max-width: 1720px) {
	.header-widget.home_header_text { left:97px; }
}
@media screen and (max-width: 1024px) {
	.header-widget.home_header_text { bottom:50px; }
}
@media screen and (max-width: 560px) {
	.header-widget.home_header_text {
		position:relative;
		width:100%;
		left:0;
		text-align:center;
		margin:0 20px;
	}
}
.header-widget.home_header_text p {
	font-family:'PT Sans Caption', sans-serif;
	font-size:70px;
	color:#fff;
	margin-bottom:5px;
	line-height:1;
	letter-spacing:-1.5px;
	text-shadow:-36px 0px 20px #000;
}
@media screen and (max-width: 1720px) {
	.header-widget.home_header_text p { font-size:66px; }
}
@media screen and (max-width: 1600px) {
	.header-widget.home_header_text p { font-size:60px; }
}
@media screen and (max-width: 560px) {
	.header-widget.home_header_text p { font-size:40px; }
}
.header-widget.home_header_text p:last-child { margin-left:110px; }
@media screen and (max-width: 1720px) {
	.header-widget.home_header_text p:last-child { margin-left:90px; }
}
@media screen and (max-width: 560px) {
	.header-widget.home_header_text p:last-child { margin:0; }
}
.main_header {
	width:100%;
	position:relative;
}
.main_header .header_bg {
	padding:71px 60px 35px;
	background:url(../images/bg_header.jpg) repeat-x center bottom #9bbfe3;
}
@media screen and (max-width: 1720px) {
	.main_header .header_bg { padding:71px 40px 35px; }
}
@media screen and (max-width: 1366px) {
	.main_header .header_bg { padding-top:35px; }
}
::-webkit-input-placeholder { opacity:1 !important; }
::-moz-placeholder { opacity:1 !important; }
:-moz-placeholder { opacity:1 !important; }
:-ms-input-placeholder { opacity:1 !important; }
:focus::-webkit-input-placeholder { color:transparent !important; }
:focus::-moz-placeholder { color:transparent !important; }
:focus:-moz-placeholder { color:transparent !important; }
:focus:-ms-input-placeholder { color:transparent !important; }
.mobile-site-header { display:none; }
@media screen and (max-width: 1024px) {
	.mobile-site-header { display:block; }
}
.header-nav {
	float:right;
	width:72%;
	margin-top:4px;
}
@media screen and (max-width: 1720px) {
	.header-nav { width:74%; }
}
@media screen and (max-width: 1600px) {
	.header-nav { width:72%; }
}
@media screen and (max-width: 1366px) {
	.header-nav { width:100%; }
}
.primary-menu {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	text-align:center;
	display:flex;
	justify-content:space-between;
}
.primary-menu > li {
	margin:0 0 0 30px;
	padding:0 0 40px;
}
@media screen and (max-width: 1460px) {
	.primary-menu > li { margin:0 0 10px; }
}
.primary-menu > li:first-child { margin-left:0; }
.primary-menu > li > a {
	display:block;
	position:relative;
	padding:0px 0;
	font-size:25px;
	line-height:30px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
	color:#353535;
}
@media screen and (max-width: 1720px) {
	.primary-menu > li > a {
		font-size:23px;
		line-height:28px;
	}
}
@media screen and (max-width: 1600px) {
	.primary-menu > li > a {
		font-size:20px;
		line-height:26px;
	}
}
.primary-menu > li > a:hover {
	color:#f49002;
	text-decoration:none;
}
.home .primary-menu > li > a:hover { color:#f49002; }
.home .primary-menu > li > a { color:#353535; }
.primary-menu > li:hover> a, .primary-menu > li.focus > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a {
	color:#f49002;
	text-decoration:none;
}
.primary-menu li { text-align:left; }
.primary-menu li ul, .primary-menu li ul.sub-menu {
	margin:0;
	padding:30px 20px 20px;
	list-style:none;
	background-color:#4c4a4a;
}
.primary-menu li ul li, .primary-menu li ul.sub-menu li { margin-bottom:12px; }
@media screen and (max-width: 1600px) {
	.primary-menu li ul li, .primary-menu li ul.sub-menu li { margin-bottom:8px; }
}
.primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
	display:block;
	color:#fff;
	font-size:22px;
	line-height:28px;
	font-weight:400;
	text-transform:none;
	white-space:nowrap;
	padding:5px 0;
	text-align:center;
}
@media screen and (max-width: 1720px) {
	.primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
		font-size:20px;
		line-height:26px;
	}
}
@media screen and (max-width: 1600px) {
	.primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
		font-size:18px;
		line-height:24px;
	}
}
.primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
	color:#f49002;
	text-decoration:underline;
}
.primary-menu li ul li:hover > a, .primary-menu li ul li.focus > a, .primary-menu li ul li.current-menu-item > a, .primary-menu li ul li.current-menu-ancestor > a, .primary-menu li ul.sub-menu li:hover > a, .primary-menu li ul.sub-menu li.focus > a, .primary-menu li ul.sub-menu li.current-menu-item > a, .primary-menu li ul.sub-menu li.current-menu-ancestor > a {
	color:#f49002;
	text-decoration:none;
}
.primary-menu li ul li.menu-item-has-children > a, .primary-menu li ul.sub-menu li.menu-item-has-children > a { padding-right:46px; }
.primary-menu li ul li.menu-item-has-children > a:before, .primary-menu li ul.sub-menu li.menu-item-has-children > a:before {
	font-size:12px;
	content:"\f054";
	position:absolute;
	right:30px;
	top:50%;
	transform:translateY(-50%);
}
.primary-menu li ul li ul, .primary-menu li ul.sub-menu li ul { margin-left:0; }
.primary-menu li ul li ul:before, .primary-menu li ul.sub-menu li ul:before { display:none; }
.primary-menu li { position:relative; }
.primary-menu li.focus > ul, .primary-menu li:hover > ul {
	display:block;
	top:60px;
	left:50%;
	opacity:1;
	transform:translateX(-50%);
}
.primary-menu li:last-child:hover > ul {
	left:auto;
	right:0;
	transform:translateX(0);
}
.primary-menu li:last-child:hover > ul:after {
	left:auto;
	transform:translateX(0);
	right:70px;
}
.primary-menu li ul {
	display:none;
	min-width:268px;
	position:absolute;
	top:-999em;
	left:-999em;
	opacity:0;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.primary-menu li ul:after {
	content:'';
	position:absolute;
	top:-34px;
	left:50%;
	border:17px solid transparent;
	border-bottom:18px solid #4c4a4a;
	transform:translateX(-50%);
}
.primary-menu li ul li { display:block; }
.primary-menu li ul li.focus > ul, .primary-menu li ul li:hover > ul {
	left:100%;
	top:0;
	opacity:1;
}
.menu-primary-trigger {
	margin:0;
	font-size:0;
	line-height:0;
	padding:0;
	width:30px;
	height:30px;
	box-shadow:none;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	background:transparent;
	border:none;
	border-top:3px solid #f49002;
	display:block;
	cursor:pointer;
	position:absolute;
	top:30px;
	right:30px;
	z-index:200;
}
@media screen and (max-width: 500px) {
	.menu-primary-trigger { right:10px; }
}
.menu-primary-trigger:focus { outline:none; }
.menu-primary-trigger:before, .menu-primary-trigger:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	color:#f49002;
}
.menu-primary-trigger:before {
	border-top:3px solid #f49002;
	top:11px;
}
.menu-primary-trigger:after {
	border-bottom:3px solid #f49002;
	top:24px;
}
.menu-primary-trigger[aria-expanded="true"] { border-color:transparent; }
.menu-primary-trigger[aria-expanded="true"]:before {
	-webkit-transform:rotate(-45deg) scale(1.2);
	-moz-transform:rotate(-45deg) scale(1.2);
	-ms-transform:rotate(-45deg) scale(1.2);
	-o-transform:rotate(-45deg) scale(1.2);
	transform:rotate(-45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded="true"]:after {
	top:11px;
	-webkit-transform:rotate(45deg) scale(1.2);
	-moz-transform:rotate(45deg) scale(1.2);
	-ms-transform:rotate(45deg) scale(1.2);
	-o-transform:rotate(45deg) scale(1.2);
	transform:rotate(45deg) scale(1.2);
}
.opener {
	font-size:30px;
	margin-left:10px;
	cursor:pointer;
}
.opener .fa-angle-up { display:none; }
.active > .opener .fa-angle-up { display:inherit; }
.active > .opener .fa-angle-down { display:none; }
.mobile-header-wrapper .mobile-header-nav {
	display:none;
	margin:0;
	padding:45px 30px 30px 30px;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	background-color:#f4f6f8;
	text-align:left;
}
.mobile-header-wrapper .mobile-header-nav.toggled { display:block; }
.mobile-header-wrapper .primary-menu {
	margin:0;
	padding:0;
	text-align:left;
	display:block;
}
.mobile-header-wrapper .primary-menu li.current-menu-item > a { color:#f49002 !important; }
.mobile-header-wrapper .primary-menu > li {
	margin:0 0 10px 0;
	padding:0;
}
.mobile-header-wrapper .primary-menu > li > a {
	display:inline-block;
	font-size:25px;
	line-height:35px;
	margin:0;
	padding:0;
	text-align:left;
	color:#464646;
	font-weight:400;
	border:none;
	text-shadow:none;
	font-weight:bold;
}
.mobile-header-wrapper .primary-menu > li li {
	margin:0;
	padding:0;
}
.mobile-header-wrapper .primary-menu > li li:after { display:none; }
.mobile-header-wrapper .primary-menu > li li a {
	font-size:18px;
	line-height:20px;
	padding:0;
	background:none !important;
}
.mobile-header-wrapper .primary-menu .sub-menu {
	background:none;
	margin-left:20px;
	padding:0;
	position:relative;
	transform:translateX(0);
	left:0;
	top:auto;
	opacity:1;
	display:block;
	text-align:left;
}
.mobile-header-wrapper .primary-menu .sub-menu:after { display:none; }
.mobile-header-wrapper .primary-menu .sub-menu li a {
	font-weight:normal;
	font-size:20px;
	line-height:26px;
	padding:0;
	color:#464646;
	text-align:left;
}
.mobile-header-wrapper .primary-menu .sub-menu li .opener { font-size:20px; }
.site-footer {
	background:#353535;
	margin:0;
	padding:80px 120px 80px;
	border-top:none;
}
@media screen and (max-width: 1720px) {
	.site-footer { padding:80px 100px 80px; }
}
@media screen and (max-width: 1024px) {
	.site-footer { padding:40px 20px 40px; }
}
.site-footer .footer-wrapper {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	font-size:22px;
}
@media screen and (max-width: 1720px) {
	.site-footer .footer-wrapper { font-size:20px; }
}
@media screen and (max-width: 1600px) {
	.site-footer .footer-wrapper { font-size:18px; }
}
@media screen and (max-width: 1024px) {
	.site-footer .footer-wrapper { display:block; }
}
.site-footer .footer-wrapper * { font-size:22px; }
@media screen and (max-width: 1720px) {
	.site-footer .footer-wrapper * { font-size:20px; }
}
@media screen and (max-width: 1600px) {
	.site-footer .footer-wrapper * { font-size:18px; }
}
.site-footer .footer-wrapper .footer-sidebar-1 { width:37%; }
@media screen and (max-width: 1024px) {
	.site-footer .footer-wrapper .footer-sidebar-1 {
		width:50%;
		display:inline-block;
		vertical-align:top;
	}
}
@media screen and (max-width: 768px) {
	.site-footer .footer-wrapper .footer-sidebar-1 {
		width:100%;
		text-align:left;
	}
}
.site-footer .footer-wrapper .footer-sidebar-1 p {
	line-height:39px;
	margin-bottom:13px;
}
@media screen and (max-width: 1720px) {
	.site-footer .footer-wrapper .footer-sidebar-1 p { line-height:37px; }
}
@media screen and (max-width: 1600px) {
	.site-footer .footer-wrapper .footer-sidebar-1 p { line-height:35px; }
}
.site-footer .footer-wrapper .footer-sidebar-1 p a {
	color:#ff891a;
	text-decoration:underline;
}
.site-footer .footer-wrapper .footer-sidebar-1 p a:hover { text-decoration:none; }
.site-footer .footer-wrapper .footer-sidebar-1 .phone {
	background:url(../images/phone_icon.png) no-repeat 1px 0;
	padding:0 0 0 73px;
}
@media screen and (max-width: 1720px) {
	.site-footer .footer-wrapper .footer-sidebar-1 .phone { background-size:37px auto; }
}
@media screen and (max-width: 1600px) {
	.site-footer .footer-wrapper .footer-sidebar-1 .phone {
		background-size:35px auto;
		padding:0 0 0 65px;
	}
}
@media screen and (max-width: 768px) {
	.site-footer .footer-wrapper .footer-sidebar-1 .phone {
		background:none;
		padding:0;
	}
	.site-footer .footer-wrapper .footer-sidebar-1 .phone:before {
		content:'';
		width:35px;
		height:35px;
		background:url(../images/phone_icon.png) no-repeat 0 0;
		background-size:35px auto;
		display:inline-block;
		vertical-align:middle;
		margin-right:20px;
	}
}
.site-footer .footer-wrapper .footer-sidebar-1 .fax {
	background:url(../images/fax_icon.png) no-repeat 1px 0;
	padding:0 0 0 73px;
}
@media screen and (max-width: 1720px) {
	.site-footer .footer-wrapper .footer-sidebar-1 .fax { background-size:37px auto; }
}
@media screen and (max-width: 1600px) {
	.site-footer .footer-wrapper .footer-sidebar-1 .fax {
		background-size:35px auto;
		padding:0 0 0 65px;
	}
}
@media screen and (max-width: 768px) {
	.site-footer .footer-wrapper .footer-sidebar-1 .fax {
		background:none;
		padding:0;
	}
	.site-footer .footer-wrapper .footer-sidebar-1 .fax:before {
		content:'';
		width:35px;
		height:35px;
		background:url(../images/fax_icon.png) no-repeat 0 0;
		background-size:35px auto;
		display:inline-block;
		vertical-align:middle;
		margin-right:20px;
	}
}
.site-footer .footer-wrapper .footer-sidebar-1 .clerk {
	background:url(../images/clerk_icon.png) no-repeat 1px 0;
	padding:0 0 0 73px;
}
@media screen and (max-width: 1720px) {
	.site-footer .footer-wrapper .footer-sidebar-1 .clerk { background-size:37px auto; }
}
@media screen and (max-width: 1600px) {
	.site-footer .footer-wrapper .footer-sidebar-1 .clerk {
		background-size:35px auto;
		padding:0 0 0 65px;
	}
}
@media screen and (max-width: 768px) {
	.site-footer .footer-wrapper .footer-sidebar-1 .clerk {
		background:none;
		padding:0;
	}
	.site-footer .footer-wrapper .footer-sidebar-1 .clerk:before {
		content:'';
		width:35px;
		height:35px;
		background:url(../images/clerk_icon.png) no-repeat 0 0;
		background-size:35px auto;
		display:inline-block;
		vertical-align:middle;
		margin-right:20px;
	}
}
.site-footer .footer-wrapper .footer-sidebar-1 .treasurer {
	background:url(../images/treasurer_icon.png) no-repeat 1px 0;
	padding:0 0 0 73px;
}
@media screen and (max-width: 1720px) {
	.site-footer .footer-wrapper .footer-sidebar-1 .treasurer { background-size:37px auto; }
}
@media screen and (max-width: 1600px) {
	.site-footer .footer-wrapper .footer-sidebar-1 .treasurer {
		background-size:35px auto;
		padding:0 0 0 65px;
	}
}
@media screen and (max-width: 768px) {
	.site-footer .footer-wrapper .footer-sidebar-1 .treasurer {
		background:none;
		padding:0;
	}
	.site-footer .footer-wrapper .footer-sidebar-1 .treasurer:before {
		content:'';
		width:35px;
		height:35px;
		background:url(../images/treasurer_icon.png) no-repeat 0 0;
		background-size:35px auto;
		display:inline-block;
		vertical-align:middle;
		margin-right:20px;
	}
}
.site-footer .footer-wrapper .footer-sidebar-2 { width:27%; }
@media screen and (max-width: 1024px) {
	.site-footer .footer-wrapper .footer-sidebar-2 {
		width:49%;
		margin:0;
		display:inline-block;
		vertical-align:top;
	}
}
@media screen and (max-width: 768px) {
	.site-footer .footer-wrapper .footer-sidebar-2 { width:100%; }
}
.site-footer .footer-wrapper .footer-sidebar-2 p {
	margin-bottom:12px;
	line-height:39px;
}
@media screen and (max-width: 1720px) {
	.site-footer .footer-wrapper .footer-sidebar-2 p { line-height:37px; }
}
@media screen and (max-width: 1600px) {
	.site-footer .footer-wrapper .footer-sidebar-2 p { line-height:35px; }
}
.site-footer .footer-wrapper .sidebar_wrap {
	width:36%;
	text-align:right;
	padding:9px 9px 0 0;
}
@media screen and (max-width: 1024px) {
	.site-footer .footer-wrapper .sidebar_wrap {
		width:100%;
		padding-right:0;
		margin:0;
		text-align:center;
	}
}
.site-footer .footer-wrapper .sidebar_wrap .socials {
	font-size:0;
	line-height:0;
	margin-bottom:79px;
}
.site-footer .footer-wrapper .sidebar_wrap .socials a {
	display:inline-block;
	width:53px;
	height:39px;
	margin-left:46px;
}
@media screen and (max-width: 768px) {
	.site-footer .footer-wrapper .sidebar_wrap .socials a { margin-left:25px; }
}
.site-footer .footer-wrapper .sidebar_wrap .socials a:first-child { margin-left:0; }
.site-footer .footer-wrapper .sidebar_wrap .socials .fb { background:url(../images/facebook.png) no-repeat 0 0; }
.site-footer .footer-wrapper .sidebar_wrap .socials .yt { background:url(../images/youtube.png) no-repeat 0 0; }
.site-footer .footer-wrapper .sidebar_wrap .socials .tw { background:url(../images/twitter.png) no-repeat 0 0; }
.site-footer .footer-wrapper .sidebar_wrap .socials .in { background:url(../images/linkedin.png) no-repeat 0 0; }
@media (max-width: 767.98px) {
	.site-footer .footer-wrapper {
		flex-direction:column;
		text-align:center;
	}
}
.site-footer .footer-wrapper > * { margin-left:20px; }
@media (max-width: 767.98px) {
	.site-footer .footer-wrapper > * {
		margin-left:0;
		margin-top:15px;
	}
}
.site-footer .footer-wrapper > *:first-child { margin-left:0; }
@media (max-width: 767.98px) {
	.site-footer .footer-wrapper > *:first-child { margin-top:0; }
}
.site-footer .footer-wrapper .footer-logo img {
	max-width:100%;
	display:block;
	margin:0;
}
.cycle-slider {
	position:relative;
	width:100%;
	max-height:700px;
	display:block;
	overflow:hidden;
}
.cycle-slider .cycle-pager {
	position:absolute;
	bottom:30px;
	z-index:300;
	left:50%;
	transform:translateX(-50%);
	display:flex;
}
.cycle-slider .cycle-pager span {
	font-size:0;
	line-height:0;
	display:block;
	overflow:hidden;
	position:relative;
	text-indent:-9999px;
	width:14px;
	height:14px;
	margin:0 15px;
	border-radius:50%;
	cursor:pointer;
}
.cycle-slider .cycle-pager span:before {
	content:'';
	width:10px;
	height:10px;
	top:2px;
	left:2px;
	border:2px solid #f49002;
	position:absolute;
	display:block;
	border-radius:50%;
}
.cycle-slider .cycle-pager span.cycle-pager-active { background-color:#ffffff; }
.cycle-slider .cycle-pager span.cycle-pager-active:before { opacity:0; }
.cycle-slider .cycle-prev, .cycle-slider .cycle-next {
	position:absolute;
	top:50%;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	font-size:40px;
	line-height:40px;
	color:#ffffff;
	z-index:500;
	transform:translateY(-50%);
	cursor:pointer;
}
.cycle-slider .cycle-prev:hover, .cycle-slider .cycle-next:hover { color:#f49002; }
.cycle-slider .cycle-prev { left:100px; }
.cycle-slider .cycle-next { right:100px; }
.cycle-slider .cycle-slide { width:100%; }
.cycle-slider .cycle-slide:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	background-color:rgba(34,52,65,0.5);
}
.cycle-slider .cycle-slide > img {
	width:100%;
	height:auto;
}
.cycle-slider .slider-caption {
	position:absolute;
	z-index:200;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align:center;
}
@media (max-width: 575.98px) {
	.cycle-slider .slider-caption {
		position:relative;
		height:auto;
		padding:10px 0 50px 0;
	}
}
.cycle-slider h2 {
	margin:0;
	padding:0;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	font-size:60px;
	line-height:80px;
}
@media (max-width: 767px) {
	.cycle-slider h2 {
		font-size:40px;
		line-height:60px;
	}
}
@media (max-width: 767px) {
	.cycle-slider .btn {
		padding:15px 20px;
		font-size:14px;
	}
}
.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link { margin-right:1em; }
.entry-meta { margin-bottom:20px; }
.post_meta i { color:#3b4348; }
.post_meta a {
	text-decoration:none;
	color:#1e2731;
}
.post_meta a:focus {
	text-decoration:none;
	color:#1e2731;
}
.post_meta a:hover {
	text-decoration:none;
	color:#f49002;
}
.post-author {
	background:#fff;
	margin:0 0 70px 0;
	padding:15px 20px;
	border:1px solid #dfdfdf;
}
.post-author h3 {
	margin:0 0 15px 0;
	line-height:21px;
	font-size:13px;
	font-weight:400;
	color:#737885;
}
.post-author h3 a {
	text-decoration:none;
	color:#f49002;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#f49002;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#1e2731;
}
.post-author .post-author_gravatar { margin:2px 20px 5px 0; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
.post-author .post-author_link { margin:18px 0 0 0; }
.post-author .post-author_link p { margin:0; }
.related-posts { margin:0 0 60px 0; }
.related-posts ul li {
	line-height:22px;
	font-size:16px;
	color:#424f5e;
}
.related-posts ul li a {
	text-decoration:none;
	color:#424f5e;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#424f5e;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#f49002;
}
ol.comment-list li .comment-body {
	background:#fff !important;
	border:1px solid #dfdfdf;
}
ol.comment-list li .comment-body .author {
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#f49002;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .reply { margin:0 0 0 20px; }
ol.comment-list li .comment-body .reply a {
	background:#f49002;
	display:inline-block;
	margin:0;
	padding:9px 23px 10px 23px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:20px;
	font-family:'Open Sans';
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:lowercase;
	color:#fff !important;
}
ol.comment-list li .comment-body .reply a:focus {
	background:#f49002;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
ol.comment-list li .comment-body .reply a:hover {
	background:#464646;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
ol.comment-list li .comment-body .comment-meta {
	line-height:39px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1e2731;
}
.cancel-comment-reply { padding:0 0 6px 0; }
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit], .btn {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-color:#f49002;
	border:1px solid #f49002;
	padding:16px 40px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:400;
	color:#000;
	letter-spacing:0.03em;
	text-transform:uppercase;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type=submit]:hover, .btn:hover {
	color:#ffffff;
	background-color:#000000;
	border-color:#000000;
	text-decoration:none;
}
body .gform_wrapper .gform_footer input.button:focus, body .gform_wrapper .gform_footer input.button.focus, body .gform_wrapper .gform_footer input[type=submit]:focus, body .gform_wrapper .gform_footer input[type=submit].focus, body .gform_wrapper .gform_page_footer input.button:focus, body .gform_wrapper .gform_page_footer input.button.focus, body .gform_wrapper .gform_page_footer input[type=submit]:focus, body .gform_wrapper .gform_page_footer input[type=submit].focus, .btn:focus, .btn.focus {
	outline:0 !important;
	box-shadow:none !important;
	color:#ffffff;
	background-color:#000000;
	border-color:#000000;
}
body .gform_wrapper .gform_footer input.button.btn-rich, body .gform_wrapper .gform_footer input[type=submit].btn-rich, body .gform_wrapper .gform_page_footer input.button.btn-rich, body .gform_wrapper .gform_page_footer input[type=submit].btn-rich, .btn.btn-rich {
	color:#f49002;
	background-color:#000000;
	border-color:#000000;
	font-size:22px;
	line-height:36px;
	font-weight:700;
	letter-spacing:0.06em;
	padding:17px 60px;
	-webkit-box-shadow:12px 12px 0px 0px #ffd216;
	-moz-box-shadow:12px 12px 0px 0px #ffd216;
	box-shadow:12px 12px 0px 0px #ffd216;
}
@media (max-width: 575.98px) {
	body .gform_wrapper .gform_footer input.button.btn-rich, body .gform_wrapper .gform_footer input[type=submit].btn-rich, body .gform_wrapper .gform_page_footer input.button.btn-rich, body .gform_wrapper .gform_page_footer input[type=submit].btn-rich, .btn.btn-rich {
		padding:10px 30px;
		-webkit-box-shadow:6px 6px 0px 0px #ffd216;
		-moz-box-shadow:6px 6px 0px 0px #ffd216;
		box-shadow:6px 6px 0px 0px #ffd216;
	}
}
@media only screen and (orientation: landscape) {
	body .gform_wrapper .gform_footer input.button.btn-rich, body .gform_wrapper .gform_footer input[type=submit].btn-rich, body .gform_wrapper .gform_page_footer input.button.btn-rich, body .gform_wrapper .gform_page_footer input[type=submit].btn-rich, .btn.btn-rich {
		font-size:18px;
		line-height:24px;
		padding:10px 30px;
		-webkit-box-shadow:6px 6px 0px 0px #ffd216;
		-moz-box-shadow:6px 6px 0px 0px #ffd216;
		box-shadow:6px 6px 0px 0px #ffd216;
	}
}
body .gform_wrapper .gform_footer input.button.btn-rich:hover, body .gform_wrapper .gform_footer input[type=submit].btn-rich:hover, body .gform_wrapper .gform_page_footer input.button.btn-rich:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-rich:hover, .btn.btn-rich:hover {
	color:#f49002;
	background-color:#000000;
	border-color:#000000;
	-webkit-box-shadow:12px 12px 0px 0px #ffe98d;
	-moz-box-shadow:12px 12px 0px 0px #ffe98d;
	box-shadow:12px 12px 0px 0px #ffe98d;
}
@media (max-width: 575.98px) {
	body .gform_wrapper .gform_footer input.button.btn-rich:hover, body .gform_wrapper .gform_footer input[type=submit].btn-rich:hover, body .gform_wrapper .gform_page_footer input.button.btn-rich:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-rich:hover, .btn.btn-rich:hover {
		-webkit-box-shadow:6px 6px 0px 0px #ffd216;
		-moz-box-shadow:6px 6px 0px 0px #ffd216;
		box-shadow:6px 6px 0px 0px #ffd216;
	}
}
body .gform_wrapper .gform_footer input.button.btn-rich:focus, body .gform_wrapper .gform_footer input.button.btn-rich.focus, body .gform_wrapper .gform_footer input[type=submit].btn-rich:focus, body .gform_wrapper .gform_footer input[type=submit].btn-rich.focus, body .gform_wrapper .gform_page_footer input.button.btn-rich:focus, body .gform_wrapper .gform_page_footer input.button.btn-rich.focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-rich:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-rich.focus, .btn.btn-rich:focus, .btn.btn-rich.focus {
	outline:0;
	-webkit-box-shadow:12px 12px 0px 0px #ffe98d;
	-moz-box-shadow:12px 12px 0px 0px #ffe98d;
	box-shadow:12px 12px 0px 0px #ffe98d;
}
@media (max-width: 575.98px) {
	body .gform_wrapper .gform_footer input.button.btn-rich:focus, body .gform_wrapper .gform_footer input.button.btn-rich.focus, body .gform_wrapper .gform_footer input[type=submit].btn-rich:focus, body .gform_wrapper .gform_footer input[type=submit].btn-rich.focus, body .gform_wrapper .gform_page_footer input.button.btn-rich:focus, body .gform_wrapper .gform_page_footer input.button.btn-rich.focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-rich:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-rich.focus, .btn.btn-rich:focus, .btn.btn-rich.focus {
		-webkit-box-shadow:6px 6px 0px 0px #ffd216;
		-moz-box-shadow:6px 6px 0px 0px #ffd216;
		box-shadow:6px 6px 0px 0px #ffd216;
	}
}
body .gform_wrapper .gform_footer input.button.btn-rich.disabled, body .gform_wrapper .gform_footer input.button.btn-rich:disabled, body .gform_wrapper .gform_footer input[type=submit].btn-rich.disabled, body .gform_wrapper .gform_footer input[type=submit].btn-rich:disabled, body .gform_wrapper .gform_page_footer input.button.btn-rich.disabled, body .gform_wrapper .gform_page_footer input.button.btn-rich:disabled, body .gform_wrapper .gform_page_footer input[type=submit].btn-rich.disabled, body .gform_wrapper .gform_page_footer input[type=submit].btn-rich:disabled, .btn.btn-rich.disabled, .btn.btn-rich:disabled {
	color:#f49002;
	background-color:#000000;
	border-color:#000000;
}
body .gform_wrapper .gform_footer input.button.btn-primary, body .gform_wrapper .gform_footer input[type=submit].btn-primary, body .gform_wrapper .gform_page_footer input.button.btn-primary, body .gform_wrapper .gform_page_footer input[type=submit].btn-primary, .btn.btn-primary {
	color:#000000;
	background-color:#f49002;
	border-color:#f49002;
}
body .gform_wrapper .gform_footer input.button.btn-primary:hover, body .gform_wrapper .gform_footer input[type=submit].btn-primary:hover, body .gform_wrapper .gform_page_footer input.button.btn-primary:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-primary:hover, .btn.btn-primary:hover {
	color:#ffffff;
	background-color:#000000;
	border-color:#000000;
	text-decoration:none;
}
body .gform_wrapper .gform_footer input.button.btn-primary:focus, body .gform_wrapper .gform_footer input.button.btn-primary.focus, body .gform_wrapper .gform_footer input[type=submit].btn-primary:focus, body .gform_wrapper .gform_footer input[type=submit].btn-primary.focus, body .gform_wrapper .gform_page_footer input.button.btn-primary:focus, body .gform_wrapper .gform_page_footer input.button.btn-primary.focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-primary:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-primary.focus, .btn.btn-primary:focus, .btn.btn-primary.focus {
	outline:0 !important;
	box-shadow:none !important;
	color:#ffffff !important;
	background-color:#000000 !important;
	border-color:#000000 !important;
}
body .gform_wrapper .gform_footer input.button.btn-secondary, body .gform_wrapper .gform_footer input[type=submit].btn-secondary, body .gform_wrapper .gform_page_footer input.button.btn-secondary, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary, .btn.btn-secondary {
	color:#000;
	background-color:#dcdcdc;
	border-color:#dcdcdc;
}
body .gform_wrapper .gform_footer input.button.btn-secondary:hover, body .gform_wrapper .gform_footer input[type=submit].btn-secondary:hover, body .gform_wrapper .gform_page_footer input.button.btn-secondary:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary:hover, .btn.btn-secondary:hover {
	color:#000;
	background-color:#ededed;
	border-color:#ededed;
}
body .gform_wrapper .gform_footer input.button.btn-secondary:focus, body .gform_wrapper .gform_footer input.button.btn-secondary.focus, body .gform_wrapper .gform_footer input[type=submit].btn-secondary:focus, body .gform_wrapper .gform_footer input[type=submit].btn-secondary.focus, body .gform_wrapper .gform_page_footer input.button.btn-secondary:focus, body .gform_wrapper .gform_page_footer input.button.btn-secondary.focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary.focus, .btn.btn-secondary:focus, .btn.btn-secondary.focus {
	outline:0;
	box-shadow:none;
}
body .gform_wrapper .gform_footer input.button.btn-secondary.disabled, body .gform_wrapper .gform_footer input.button.btn-secondary:disabled, body .gform_wrapper .gform_footer input[type=submit].btn-secondary.disabled, body .gform_wrapper .gform_footer input[type=submit].btn-secondary:disabled, body .gform_wrapper .gform_page_footer input.button.btn-secondary.disabled, body .gform_wrapper .gform_page_footer input.button.btn-secondary:disabled, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary.disabled, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary:disabled, .btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
	color:#000;
	background-color:#ededed;
	border-color:#ededed;
}
body .gform_wrapper .gform_footer input.button.btn-secondary:not(:disabled):not(.disabled):active, body .gform_wrapper .gform_footer input.button.btn-secondary:not(:disabled):not(.disabled).active, body .gform_wrapper .gform_footer input[type=submit].btn-secondary:not(:disabled):not(.disabled):active, body .gform_wrapper .gform_footer input[type=submit].btn-secondary:not(:disabled):not(.disabled).active, body .gform_wrapper .gform_page_footer input.button.btn-secondary:not(:disabled):not(.disabled):active, body .gform_wrapper .gform_page_footer input.button.btn-secondary:not(:disabled):not(.disabled).active, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary:not(:disabled):not(.disabled):active, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active {
	color:#000;
	background-color:#dcdcdc;
	border-color:#dcdcdc;
}
body .gform_wrapper .gform_footer input.button.btn-secondary:not(:disabled):not(.disabled):active:focus, body .gform_wrapper .gform_footer input.button.btn-secondary:not(:disabled):not(.disabled).active:focus, body .gform_wrapper .gform_footer input[type=submit].btn-secondary:not(:disabled):not(.disabled):active:focus, body .gform_wrapper .gform_footer input[type=submit].btn-secondary:not(:disabled):not(.disabled).active:focus, body .gform_wrapper .gform_page_footer input.button.btn-secondary:not(:disabled):not(.disabled):active:focus, body .gform_wrapper .gform_page_footer input.button.btn-secondary:not(:disabled):not(.disabled).active:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary:not(:disabled):not(.disabled):active:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary:not(:disabled):not(.disabled).active:focus, .btn.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn.btn-secondary:not(:disabled):not(.disabled).active:focus {
	outline:0;
	box-shadow:none;
}
body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_label {
	color:#000000;
	font-size:16px;
	font-weight:400;
}
body .gform_wrapper label {
	color:#000000;
	margin-bottom:0;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper textarea {
	background:#fff;
	min-height:20px;
	height:auto;
	margin:0;
	padding:12px 15px;
	border:2px solid #d9d9d9;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	color:#464646;
	font-family:'PT Sans', sans-serif;
	font-size:20px;
	line-height:22px;
	font-weight:500;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .gform_wrapper textarea:focus {
	border-color:#f49002;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body .gform_wrapper select {
	height:50px;
	padding:0 15px !important;
	border:2px solid #d9d9d9;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#464646;
	font-family:'PT Sans', sans-serif;
	font-size:20px;
	line-height:22px;
	font-weight:500;
}
body .gform_wrapper select:focus {
	border-color:#f49002;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body .inverted .gform_wrapper .top_label .gfield_label, body .inverted .gform_wrapper legend.gfield_label, body .inverted .gform_wrapper .gfield_required, body .inverted .gform_wrapper label { color:#ffffff; }
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .inverted .gform_wrapper textarea, body .inverted .gform_wrapper select {
	color:#ffffff;
	border-color:#fff;
	background-color:transparent;
}
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .inverted .gform_wrapper textarea:focus, body .inverted .gform_wrapper select:focus {
	border-color:#f49002;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body .inverted .gform_wrapper div.validation_error, body .inverted .gform_wrapper .validation_message, body .inverted .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .inverted .gform_wrapper li.gfield_error ul.gfield_checkbox, body .inverted .gform_wrapper li.gfield_error ul.gfield_radio {
	color:#ffffff;
	border-color:#fff;
}
#back-top-wrapper {
	z-index:999;
	position:fixed;
	right:10px;
	bottom:10px;
	overflow:hidden;
}
#back-top-wrapper #back-top { margin:0; }
#back-top-wrapper #back-top a {
	display:block;
	width:42px;
	height:42px;
	color:#bbb;
	text-align:center;
	text-decoration:none;
	margin:0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#25272c url(../images/helper/up-arrow.png) no-repeat 50% 50%;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top-wrapper #back-top a:hover { background-color:#f49002; }
#preloader {
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:9999;
}
#preloader #status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}
a[href^="tel:"] { white-space:nowrap !important; }
.says, .screen-reader-text {
	clip:rect(1px,1px,1px,1px);
	height:1px;
	overflow:hidden;
	position:absolute !important;
	width:1px;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.clear {
	border:0;
	clear:both;
	display:block;
	float:none;
	margin:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
}
.clearfix:after {
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.rich_header:before, .rich_header:after {
	display:inline-block;
	content:'';
	width:4px;
	height:4px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#f49002;
	margin:0 20px;
	top:-6px;
	position:relative;
}
@media (max-width: 767px) {
	.rich_header:before, .rich_header:after { display:none; }
}
.breadcrumbs {
	font-size:18px;
	line-height:26px;
	color:#464646;
	padding:15px 0;
	background:none;
}
.breadcrumbs ul {
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	list-style:none;
}
.breadcrumbs ul li {
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
}
.breadcrumbs .breadcrumbs-item-sep {
	padding:0 10px;
	text-align:center;
}
.breadcrumbs a { color:#f49002; }
.post-nav {
	padding:24px 0;
	border-top:1px solid #f49002;
}
.post-nav a { text-decoration:none; }
.post-nav .nav-previous {
	float:left;
	width:50%;
	font-weight:600;
	font-size:16px;
}
.post-nav .nav-next {
	float:right;
	text-align:right;
	width:50%;
	font-weight:600;
	font-size:16px;
}
.nav-links {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:30px 0;
}
@media (max-width: 767.98px) {
	.nav-links { flex-wrap:wrap; }
}
.nav-links .nav-next { margin:0 0 0 auto; }
.wp-pagenavi {
	clear:both;
	text-align:center;
	padding:30px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	display:inline-block;
	min-width:40px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	padding:0 5px;
	margin:0 2px;
	background:none;
	color:#f49002;
	font-size:20px;
	border-color:#dedede;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi span.current {
	background-color:#f49002;
	color:#ffffff;
	text-decoration:none;
	border-color:#f49002;
	font-weight:700;
}
.wp-pagenavi a:hover {
	background-color:#f49002;
	border-color:#dedede;
	color:#ffffff;
	text-decoration:none;
}
article.post { margin-bottom:40px; }
.alignleft {
	float:left;
	margin:0 30px 30px 0;
}
@media (max-width: 767.98px) {
	.alignleft {
		float:none;
		margin:0 auto 30px auto;
	}
}
.alignright {
	float:right;
	margin:0 0 30px 30px;
}
@media (max-width: 767.98px) {
	.alignright {
		float:none;
		margin:0 auto 30px auto;
	}
}
.aligncenter {
	display:block;
	margin:0 auto 30px auto;
}
img.aligncenter, img.alignright, img.alignleft {
	max-width:100%;
	height:auto;
}
.wp-caption { position:relative; }
.wp-caption img[class*="wp-image-"] {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.wp-caption .wp-caption-text { text-align:center; }
.ui-datepicker a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.ui-datepicker tbody td { text-align:center; }
table {
	border:1px solid #c9c9c9;
	width:100%;
}
table tr th {
	padding:12px 20px;
	font-size:18px;
	font-weight:800;
	text-transform:uppercase;
	border:1px solid #c9c9c9;
	background-color:#f7f7f7;
	text-align:center;
}
table tr td {
	padding:12px 20px;
	background-color:#f7f7f7;
	border-left:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
}
table tr:nth-child(2n) td { background-color:#fff; }
.flexible table th, table.flexible th { white-space:nowrap; }
.flexible table td, table.flexible td {
	text-align:center;
	vertical-align:middle;
}
@media (max-width: 767.98px) {
	.flexible table, table.flexible { display:block; }
	.flexible table thead, .flexible table tbody, .flexible table th, .flexible table td, .flexible table tr, table.flexible thead, table.flexible tbody, table.flexible th, table.flexible td, table.flexible tr { display:block; }
	.flexible table thead tr, table.flexible thead tr {
		position:absolute;
		top:-9999px;
		left:-9999px;
	}
	.flexible table tr, table.flexible tr { border-bottom:1px solid #ccc; }
	.flexible table th, table.flexible th { display:none; }
	.flexible table td, table.flexible td {
		border:none;
		border-bottom:1px solid #eee;
		position:relative;
		padding:5px 10px 5px 30%;
		min-height:37px;
	}
	.flexible table td:before, table.flexible td:before {
		position:absolute;
		top:6px;
		left:10px;
		width:25%;
		padding-right:10px;
		white-space:nowrap;
		text-align:left;
	}
	.flexible table td:nth-of-type(1):before, table.flexible td:nth-of-type(1):before { content:"Column 1"; }
	.flexible table td:nth-of-type(2):before, table.flexible td:nth-of-type(2):before { content:"Column 2"; }
	.flexible table td:nth-of-type(3):before, table.flexible td:nth-of-type(3):before { content:"Column 3"; }
	.flexible table td:nth-of-type(4):before, table.flexible td:nth-of-type(4):before { content:"Column 4"; }
	.flexible table td:nth-of-type(5):before, table.flexible td:nth-of-type(5):before { content:"Column 5"; }
}
.jm-youtube-box { position:relative; }
.jm-youtube-box .jm-video-wrapper {
	overflow:hidden;
	padding:0 0 56.25% 0;
	margin:0;
	height:0;
	position:relative;
}
.jm-youtube-box .jm-video-wrapper iframe {
	border:0;
	height:100%;
	width:100%;
	min-width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-169 { padding:0 0 56.25% 0; }
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-43 { padding:0 0 75% 0; }
.jm-youtube-box .jm-video-wrapper .youtube-overlay {
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border:0;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	overflow:hidden;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay img {
	display:block;
	width:auto;
	height:100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-button {
	border:none;
	background-color:transparent;
	padding:0;
	color:inherit;
	text-align:inherit;
	font-size:100%;
	font-family:inherit;
	cursor:default;
	line-height:inherit;
}
.jm-youtube-box .jm-video-wrapper .ytp-button:focus, .jm-youtube-box .jm-video-wrapper .ytp-button { outline:0; }
.jm-youtube-box .jm-video-wrapper .ytp-button::-moz-focus-inner {
	padding:0;
	border:0;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button {
	position:absolute;
	left:50%;
	top:50%;
	width:150px;
	height:150px;
	margin-left:-75px;
	margin-top:-75px;
	z-index:63;
	cursor:pointer;
}
@media (max-width: 767.98px) {
	.jm-youtube-box .jm-video-wrapper .ytp-large-play-button {
		width:100px;
		height:100px;
		margin-left:-50px;
		margin-top:-50px;
	}
}
@media (max-width: 575.98px) {
	.jm-youtube-box .jm-video-wrapper .ytp-large-play-button {
		width:60px;
		height:60px;
		margin-left:-30px;
		margin-top:-30px;
	}
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button svg {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button-bg {
	-moz-transition:fill .1s cubic-bezier(0.4,0.0,1,1), fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	-webkit-transition:fill .1s cubic-bezier(0.4,0.0,1,1), fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	transition:fill .1s cubic-bezier(0.4,0.0,1,1), fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	fill:#ffd216;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay:hover .ytp-large-play-button-bg {
	-moz-transition:fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition:fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	transition:fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	fill:#dcdcdc;
}
.service-box {
	position:relative;
	width:100%;
	margin:0 auto;
	border:1px solid #d9d9d9;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:20px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 991.98px) {
	.service-box { margin-bottom:20px; }
}
@media (max-width: 767.98px) {
	.service-box { max-width:253px; }
}
.service-box:hover { border-color:#f49002; }
.service-box img {
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto 20px auto;
}
.service-box .title {
	text-transform:uppercase;
	margin-bottom:20px;
}
.service-box .text {
	display:block;
	text-align:center;
	color:#464646;
	font-size:16px;
}
.service-box a { position:relative; }
.jm-map {
	position:absolute;
	width:100%;
	height:100%;
}
@media (max-width: 767.98px) {
	.jm-map {
		position:relative;
		height:500px;
	}
}
@media (max-width: 575.98px) {
	.jm-map { height:300px; }
}
.our-team .our-team-post {
	padding-top:80px;
	padding-bottom:80px;
}
@media (max-width: 1199px) {
	.our-team .our-team-post {
		padding-top:35px;
		padding-bottom:35px;
	}
}
.our-team .our-team-post.full-width-bg {
	background-color:#f8f8f8;
	position:relative;
}
.our-team .our-team-post.full-width-bg:before, .our-team .our-team-post.full-width-bg:after {
	background-color:#f8f8f8;
	content:"";
	height:100%;
	position:absolute;
	top:0;
	width:231%;
	z-index:-1;
}
.our-team .our-team-post.full-width-bg:before { left:-230%; }
.our-team img {
	display:block;
	width:100%;
	height:auto;
}
@media screen and (max-width: 767.98px) {
	.our-team img { margin-bottom:20px; }
}
.our-team h2 {
	margin:-10px 0 0 0;
	text-transform:uppercase;
}
@media screen and (max-width: 767.98px) {
	.our-team h2 { margin:20px 0 0 0; }
}
.our-team .team-position {
	display:block;
	font:300 30px/40px 'Roboto', sans-serif;
	letter-spacing:0.03em;
	text-transform:uppercase;
	margin-bottom:40px;
}
@media screen and (max-width: 767.98px) {
	.our-team .team-position {
		font-size:20px;
		line-height:24px;
		margin-bottom:20px;
	}
}
.our-team .team-description, .our-team .team-education, .our-team .team-certifications, .our-team .team-awards { margin-bottom:40px; }
@media screen and (max-width: 767.98px) {
	.our-team .team-description, .our-team .team-education, .our-team .team-certifications, .our-team .team-awards { margin-bottom:20px; }
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	color:#464646;
	font:400 22px/1.5 'PT Sans', sans-serif;
	width:100%;
	min-width:320px;
	position:inherit;
	text-align:center;
	background-color:#ffffff;
}
@media screen and (max-width: 1720px) {
	body { font-size:20px; }
}
@media screen and (max-width: 1600px) {
	body { font-size:18px; }
}
td, th {
	color:#464646;
	text-align:left;
	vertical-align:top;
}
p {
	color:#464646;
	font:400 22px/1.5 'PT Sans', sans-serif;
	margin:0 0 30px 0;
	padding:0;
}
@media screen and (max-width: 1720px) {
	p { font-size:20px; }
}
@media screen and (max-width: 1600px) {
	p { font-size:18px; }
}
hr {
	display:block;
	clear:both;
	height:1px;
	border:none;
	margin:0 0 30px 0;
	padding:0;
	border-bottom:1px solid #464646;
}
a {
	color:#f49002;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
a:focus, a:hover {
	text-decoration:none;
	color:#464646;
	outline:none;
}
h1 {
	color:#636362;
	font:700 50px/70px 'PT Sans', sans-serif;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
h2 {
	color:#636362;
	font:700 44px/60px 'PT Sans', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
h2.vc_custom_heading {
	text-transform:none;
	margin-bottom:30px;
}
h2 a {
	color:#f49002;
	text-decoration:none;
}
h2 a:hover { color:#464646; }
h3 {
	color:#f49002;
	font:700 40px/50px 'PT Sans', sans-serif;
	margin:0 0 16px 0;
	padding:0;
	font-style:italic;
}
h3.vc_custom_heading {
	text-transform:uppercase;
	margin-bottom:30px;
}
h4 {
	color:#464646;
	font:400 26px/30px 'PT Sans', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
h5 {
	color:#464646;
	font:400 22px/44px 'PT Sans', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
h6 {
	color:#464646;
	font:700 14px/28px 'PT Sans', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
@media screen and (max-width: 767.98px) {
	h1 {
		font-size:30px;
		line-height:40px;
	}
	h2 {
		font-size:26px;
		line-height:1.1;
	}
	h3 {
		font-size:24px;
		line-height:30px;
	}
	h4 {
		font-size:22px;
		line-height:30px;
	}
	h5 {
		font-size:18px;
		line-height:30px;
	}
	h6 {
		font-size:14px;
		line-height:20px;
	}
}
.site {
	position:relative;
	display:block;
	margin:0 auto;
	flex-direction:column;
	height:100%;
	text-align:left;
	width:100%;
}
.site .site-wrapper {
	flex:1 0 auto;
	overflow:hidden;
}
@media (min-width: 768px) {
	.site .site-wrapper { overflow:hidden; }
}
.site-content {
	position:relative;
	z-index:40;
}
.full-width-container > .vc_column-inner > .wpb_wrapper {
	max-width:none;
	width:auto;
	padding-right:140px;
	padding-left:140px;
	margin-right:auto;
	margin-left:auto;
}
@media (max-width: 1599.98px) {
	.full-width-container > .vc_column-inner > .wpb_wrapper {
		padding-right:90px;
		padding-left:90px;
	}
}
@media (max-width: 1365.98px) {
	.full-width-container > .vc_column-inner > .wpb_wrapper {
		padding-right:60px;
		padding-left:60px;
	}
}
@media (max-width: 1199.98px) {
	.full-width-container > .vc_column-inner > .wpb_wrapper {
		padding-right:30px;
		padding-left:30px;
	}
}
@media (max-width: 575.98px) {
	.full-width-container > .vc_column-inner > .wpb_wrapper {
		padding-right:15px;
		padding-left:15px;
	}
}
.inverted div, .inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted h5, .inverted h6, .inverted p { color:#fff; }
.inverted a:not(.btn) { color:#fff; }
.inverted a:not(.btn):hover { color:#f49002; }
.header-indent { margin:25px 0 60px 0; }
@media (max-width: 1199px) {
	.header-indent { margin:0 0 35px 0; }
}
.content-indent { padding:80px 0; }
.content-indent.vc_col-has-fill>.vc_column-inner, .content-indent.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .content-indent.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .content-indent.vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top:0; }
@media (max-width: 1199.98px) {
	.content-indent { padding:40px 0; }
}
.content-indent-bottom { padding:0 0 80px 0; }
.content-indent-bottom.vc_col-has-fill>.vc_column-inner, .content-indent-bottom.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .content-indent-bottom.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .content-indent-bottom.vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top:0; }
@media (max-width: 1199.98px) {
	.content-indent-bottom { padding-bottom:40px; }
}
.full-hieght .wpb_wrapper {
	height:100%;
	margin:0;
	padding:0;
}
.full-hieght .wpb_wrapper .wpb_text_column {
	height:100%;
	margin:0;
	padding:0;
}
.content-area, .widget-area { margin:80px 0; }
@media (max-width: 1199.98px) {
	.content-area, .widget-area { margin:35px 0; }
}
.content-area .content-area, .content-area .widget-area { margin:0; }
.home .content-area, .home .widget-area { margin:0; }
.title-section {
	position:relative;
	padding:30px 0;
	margin:0;
	text-align:center;
	background-color:#dcdcdc;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
}
@media (min-width: 768px) {
	.title-section { min-height:330px; }
}
.title-section:before {
	content:'';
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
}
.title-section .page-header {
	position:relative;
	z-index:10;
}
.title-section h1 {
	margin:0;
	color:#fff;
}
@media (max-width: 991.98px) {
	.title-section h1 {
		font-size:40px;
		line-height:50px;
	}
}
@media (max-width: 767.98px) {
	.title-section h1 {
		font-size:30px;
		line-height:36px;
	}
}
.title-section .header-description {
	color:#fff;
	font-size:30px;
	font-weight:300;
	font-family:'PT Sans', sans-serif;
	text-align:center;
	letter-spacing:0.03em;
	text-transform:uppercase;
	margin:20px 0 0 0;
}
@media (max-width: 991.98px) {
	.title-section .header-description {
		font-size:24px;
		line-height:28px;
	}
}
@media (max-width: 767.98px) {
	.title-section .header-description {
		font-size:20px;
		line-height:24px;
	}
}
.fullpage-wrapper .section { background-size:cover; }
.fullpage-wrapper .section h2 {
	color:#fff;
	font:700 50px/70px 'Roboto', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.03em;
	margin-bottom:50px;
}
@media (max-width: 1199.98px) {
	.fullpage-wrapper .section h2 {
		font-size:30px;
		line-height:40px;
		margin-bottom:20px;
	}
}
@media (max-width: 991.98px) {
	.fullpage-wrapper .section h2 {
		font-size:24px;
		line-height:28px;
	}
}
@media (max-width: 991.98px) {
	.fullpage-wrapper .section p {
		font-size:18px;
		margin-bottom:20px;
	}
}
.fullpage-wrapper .section-01:before {
	content:'';
	position:absolute;
	display:block;
	width:100%;
	height:50%;
	top:0;
	bottom:50%;
	left:0;
	right:0;
	background:-moz-linear-gradient(top,rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%);
	background:-webkit-linear-gradient(top,rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00ffffff',GradientType=0);
	z-index:10;
}
.fullpage-wrapper .section-01:after {
	content:'';
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.4);
	z-index:8;
}
.fullpage-wrapper .section-01 .section-wrapper {
	margin-top:100px;
	position:relative;
	z-index:20;
}
@media only screen and (orientation: landscape) {
	.fullpage-wrapper .section-01 .section-wrapper { margin-top:160px; }
}
@media (min-width: 768px) {
	.fullpage-wrapper .section-02 .section-wrapper, .fullpage-wrapper .section-02 .container, .fullpage-wrapper .section-02 .row { height:100%; }
}
@media (max-width: 767.98px) {
	.fullpage-wrapper .section-02 .section-wrapper { margin:20px 0; }
}
.fullpage-wrapper .section-02 img {
	width:auto;
	height:90%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
@media (max-width: 575.98px) {
	.fullpage-wrapper .section-02 img { display:none; }
}
.fullpage-wrapper .section-02 .section-wrapper > .container > .row .col-12 {
	display:flex;
	align-items:center;
	width:100%;
}
@media (max-width: 575.98px) {
	.fullpage-wrapper .section-02 .section-wrapper > .container > .row .col-12 { display:block; }
}
.fullpage-wrapper .section-02 .text-section {
	margin-left:50%;
	position:relative;
	z-index:10;
}
@media (max-width: 575.98px) {
	.fullpage-wrapper .section-02 .text-section > * { text-align:center; }
}
@media (max-width: 575.98px) {
	.fullpage-wrapper .section-02 .text-section { margin:0; }
}
.fullpage-wrapper .section-03 h2 {
	font-size:40px;
	line-height:50px;
}
@media (max-width: 1199.98px) {
	.fullpage-wrapper .section-03 h2 {
		font-size:30px;
		line-height:40px;
	}
}
@media (max-width: 991.98px) {
	.fullpage-wrapper .section-03 h2 {
		font-size:24px;
		line-height:28px;
	}
}
.fullpage-wrapper .section-03 a { color:#f49002; }
.fullpage-wrapper .section-03 a:hover { color:#000000; }
.fullpage-wrapper .section-03 .section-wrapper { margin-bottom:100px; }
@media (max-width: 767.98px) {
	.fullpage-wrapper .section-03 .section-wrapper { margin:20px 0; }
}
.fullpage-wrapper .section-03 .map-section {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
@media (max-width: 1199.98px) {
	.fullpage-wrapper .section-03 .map-section {
		flex-direction:column;
		justify-content:center;
	}
}
.fullpage-wrapper .section-03 .text-section {
	margin-left:70px;
	position:relative;
	z-index:10;
}
@media (max-width: 1199.98px) {
	.fullpage-wrapper .section-03 .text-section { margin:0; }
}
.fullpage-wrapper .video-container {
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	width:100%;
	height:100%;
	background-size:100% 100%;
	background-position:center center;
	background-size:contain;
	object-fit:cover;
	z-index:1;
}
@media (max-width: 767.98px) {
	.fullpage-wrapper .video-container { display:none; }
}
.fullpage-wrapper video::-webkit-media-controls { display:none !important; }
@media (max-width: 575.98px) {
	.fullpage-wrapper .jm-map-wrapper { width:100%; }
}
.fullpage-wrapper .jm-map-wrapper svg { width:690px; }
@media (max-width: 119.98px) {
	.fullpage-wrapper .jm-map-wrapper svg { width:560px; }
}
@media (max-width: 991.98px) {
	.fullpage-wrapper .jm-map-wrapper svg {
		width:400px;
		margin:0 auto;
	}
}
@media (max-width: 575.98px) {
	.fullpage-wrapper .jm-map-wrapper svg { width:100%; }
}
.fullpage-wrapper .jm-map-wrapper svg .st0 { fill:#F7E083; }
.fullpage-wrapper .jm-map-wrapper svg .st1 { fill:#FFD216; }
.fullpage-wrapper .jm-map-wrapper svg .st2 { fill:#363636; }
.fullpage-wrapper .jm-map-wrapper svg .st3 { fill:#ffffff; }
.fullpage-wrapper .jm-map-wrapper svg .has-active:hover .st1 { fill:#ffffff; }
.map-internal-wrapper .wpb_text_column {
	margin-left:60px;
	margin-right:60px;
}
.map-internal-wrapper .jm-map-wrapper { margin:30px 0 30px 0; }
@media (max-width: 767.98px) {
	.map-internal-wrapper .jm-map-wrapper { margin:20px; }
}
.map-internal-wrapper .jm-map-wrapper svg { width:100%; }
.map-internal-wrapper .jm-map-wrapper svg .st0 { fill:#e4b800; }
.map-internal-wrapper .jm-map-wrapper svg .st1 { fill:#000000; }
.map-internal-wrapper .jm-map-wrapper svg .st2 { fill:#ffffff; }
.map-internal-wrapper .jm-map-wrapper svg .st3 { fill:#000000; }
.map-internal-wrapper .jm-map-wrapper svg .has-active:hover .st1 { fill:#ffffff; }
.map-internal-wrapper .jm-map-wrapper svg .has-active:hover .st2 { fill:#000000; }
.map-internal-wrapper a {
	color:#464646;
	text-decoration:underline;
}
.map-internal-wrapper a:hover {
	color:#464646;
	text-decoration:none;
}
@media (max-width: 767.98px) {
	.wp-caption {
		max-width:100% !important;
		height:auto;
	}
	.wp-caption img {
		max-width:100% !important;
		height:auto;
	}
}
.wp-caption .wp-caption-text {
	font-family:'Roboto', sans-serif;
	font-size:24px;
	font-style:italic;
}
.about-banner { padding:30px 0; }
@media (min-width: 768px) {
	.about-banner { min-height:500px; }
}
.about-banner .wpb_content_element { margin-bottom:0; }
.about-banner p {
	color:#ffffff;
	font-size:50px;
	line-height:60px;
	font-family:'Roboto', sans-serif;
	font-style:italic;
	font-weight:500;
	margin:0;
	text-align:right;
}
@media (max-width: 767.98px) {
	.about-banner p {
		text-align:center;
		font-size:30px;
		line-height:40px;
	}
}
.safety-banner { padding:30px 0; }
@media (min-width: 768px) {
	.safety-banner { min-height:500px; }
}
.safety-banner .wpb_content_element { margin-bottom:0; }
.safety-banner p {
	color:#ffffff;
	font-size:50px;
	line-height:60px;
	font-family:'Roboto', sans-serif;
	font-style:italic;
	font-weight:500;
	margin:0;
	text-align:left;
}
@media (max-width: 767.98px) {
	.safety-banner p {
		text-align:center;
		font-size:30px;
		line-height:40px;
	}
}
body .wpb_single_image .vc_figure .vc_single_image-wrapper { margin-bottom:10px; }
body .wpb_single_image .vc_figure .vc_single_image-wrapper img {
	display:block;
	max-width:100%;
	width:100%;
	height:auto;
	margin:0;
}
body .wpb_single_image .vc_figure .vc_figure-caption {
	font-family:'Roboto', sans-serif;
	font-size:24px;
	font-style:italic;
	margin:0;
}
body .vc_general.vc_cta3 { padding:35px 40px; }
@media (max-width: 767.98px) {
	body .vc_general.vc_cta3 { padding:15px 20px; }
}
body .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline { border-color:#d9d9d9; }
body .vc_general.vc_cta3.vc_cta3-style-outline { border-width:1px; }
body .vc_general.vc_cta3 .vc_cta3-content, body .vc_general.vc_cta3 .vc_cta3-content p {
	font-family:'Roboto', sans-serif;
	font-size:24px;
	font-style:italic;
	margin:0;
}
.safety-awards-box {
	position:relative;
	width:100%;
	margin:78px auto 0 auto;
	border:1px solid #d9d9d9;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:100px 40px 40px 40px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 991.98px) {
	.safety-awards-box {
		padding:100px 20px 20px 20px;
		margin-bottom:20px;
	}
}
@media (max-width: 767.98px) {
	.safety-awards-box { max-width:340px; }
}
.safety-awards-box:before {
	content:'';
	width:156px;
	height:156px;
	display:block;
	position:absolute;
	left:50%;
	top:0;
	margin:-78px 0 0 -78px;
	background:url("../images/icon-award.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.safety-awards-box:hover { border-color:#f49002; }
.safety-awards-box .title {
	text-transform:uppercase;
	margin-bottom:20px;
}
.safety-awards-box .text1 {
	display:block;
	text-align:left;
	color:#464646;
	font-size:16px;
	margin-bottom:20px;
}
.safety-awards-box .text2 {
	display:block;
	text-align:left;
	color:#464646;
	font-size:24px;
	font-family:'Roboto', sans-serif;
	font-style:italic;
}
#gform_wrapper_1 {
	margin-top:90px;
	margin-bottom:90px;
}
@media (max-width: 1365.98px) {
	#gform_wrapper_1 {
		margin-top:60px;
		margin-bottom:60px;
	}
}
@media (max-width: 1199.98px) {
	#gform_wrapper_1 {
		margin-top:30px;
		margin-bottom:30px;
	}
}
@media (max-width: 575.98px) {
	#gform_wrapper_1 {
		margin-top:15px;
		margin-bottom:15px;
	}
}
#gform_wrapper_1 .gform_footer { text-align:center; }
.page-id-15 a[href^="tel:"] { color:#000000; }
.page-id-15 a[href^="tel:"]:hover { text-decoration:underline; }
.bg-apply-now {
	background-position:right center;
	background-repeat:no-repeat;
	background-size:40% auto;
}
@media (max-width: 767.98px) {
	.bg-apply-now.vc_custom_1596536093541 { background:none !important; }
}
@media (max-width: 767.98px) {
	.bg-apply-now { background:none !important; }
}
.ts-success-wrapper { position:relative; }
@media (min-width: 768px) {
	.ts-success-wrapper { width:700px; }
}
@media (min-width: 768px) {
	.ts-success-wrapper:before {
		content:'';
		top:0;
		left:60%;
		right:0;
		bottom:0;
		position:absolute;
		background-image:url("../images/bg-form-thanks.jpg");
		background-size:cover;
		background-position:center center;
	}
}
.ts-success-wrapper .ts-success { margin:0; }
@media (min-width: 768px) {
	.ts-success-wrapper .ts-success { width:50%; }
}
.ts-success-wrapper .ts-success h2 {
	text-transform:uppercase;
	margin-bottom:26px;
}
.ts-success-wrapper .ts-success h4 {
	text-transform:uppercase;
	font-weight:300;
}
.jm-tenstreet-form .ts-application-error {
	text-align:center;
	color:#FF0000;
	margin-bottom:40px !important;
}
.jm-tenstreet-form .ts-field-wrapper { margin-bottom:30px !important; }
.jm-tenstreet-form label:not(.label-internal) {
	font-size:16px;
	font-weight:400;
	color:#000000;
	margin-bottom:14px;
	display:block;
}
.jm-tenstreet-form label:not(.label-internal) sup {
	top:-0.1em;
	font-size:26px;
	color:#FF0000;
}
.jm-tenstreet-form label.label-internal {
	font-size:16px;
	font-weight:400;
	display:inline-block;
	margin-right:30px;
	color:#000000;
}
.jm-tenstreet-form span.error {
	font-size:14px;
	color:#FF0000;
}
.jm-tenstreet-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .jm-tenstreet-form textarea {
	background:#fff;
	min-height:20px;
	height:auto;
	margin:0;
	padding:12px 15px;
	border:2px solid #d9d9d9;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	color:#464646;
	font-family:'PT Sans', sans-serif;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	width:100%;
}
.jm-tenstreet-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .jm-tenstreet-form textarea:focus {
	border-color:#f49002;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading { background:none !important; }
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
	font:700 40px/60px 'Roboto', sans-serif;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
@media screen and (max-width: 767.98px) {
	body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
		font-size:26px;
		line-height:30px;
	}
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a { padding-left:0; }
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a { color:#000000; }
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon { right:0; }
body.wpb-js-composer .vc_tta .vc_tta-controls-icon {
	width:30px;
	height:30px;
}
body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	border-width:5px 0 0 0;
	border-color:#000000 !important;
}
body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-width:0 0 0 5px;
	border-color:#000000;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	padding:60px 0;
	background-color:#f8f8f8 !important;
	overflow:initial;
	position:relative;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body:before, body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body:after {
	background-color:#f8f8f8;
	content:"";
	height:100%;
	position:absolute;
	top:0;
	width:230%;
	z-index:-1;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body:before { left:-230%; }
.wpb_text_column ul {
	margin:0;
	padding:0;
	list-style:none;
}
.wpb_text_column ul li {
	margin:0 0 10px 0;
	padding:0 0 0 40px;
	background:url("../images/helper/li.png") no-repeat 0 6px;
}
.wpb_text_column ul li ul { margin:10px 0 0 0; }
.wpb_text_column ul li ul li {
	padding:0 0 0 40px;
	background:url("../images/helper/li-li.png") no-repeat 0 10px;
}
@media (max-width: 767.98px) {
	.image-order {
		display:flex;
		flex-direction:column;
	}
	.image-order > .wpb_column:first-child { order:20; }
	.image-order > .wpb_column { order:10; }
}
.jm-banner {
	background-image:url("../images/bg-banner.jpg");
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	padding:50px 0;
	text-align:center;
}
.jm-banner .btn {
	color:#ffffff;
	background-color:#000000;
	border-color:#000000;
}
.jm-banner .btn:hover {
	color:#000000;
	background-color:#f49002;
	border-color:#f49002;
	text-decoration:none;
}
.jm-banner .btn:focus, .jm-banner .btn.focus {
	outline:0 !important;
	box-shadow:none !important;
	color:#000000 !important;
	background-color:#f49002 !important;
	border-color:#f49002 !important;
}
.icons_row {
	justify-content:center;
	margin-bottom:30px;
}
@media screen and (max-width: 1024px) {
	.icons_row { margin-bottom:0; }
}
.icons_row .home_icon {
	width:21.5%;
	font-family:'PT Sans', sans-serif;
	font-size:35px;
	line-height:45px;
	font-weight:bold;
	text-align:center;
}
@media screen and (max-width: 1720px) {
	.icons_row .home_icon {
		font-size:32px;
		line-height:40px;
	}
}
@media screen and (max-width: 1600px) {
	.icons_row .home_icon {
		font-size:30px;
		line-height:38px;
	}
}
@media screen and (max-width: 1024px) {
	.icons_row .home_icon {
		width:50%;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 560px) {
	.icons_row .home_icon { width:100%; }
}
.icons_row .home_icon img {
	display:block;
	max-width:100%;
	margin:0 auto 5px;
	padding:0;
	box-shadow:none;
	border-radius:0;
	border:0;
}
.icons_row .home_icon a { color:#636362; }
.bottom_info {
	background:url(../images/wheel.png) no-repeat 43% bottom #f4f6f8;
	width:100%;
	padding:88px 120px 31px;
	overflow:hidden;
}
@media screen and (max-width: 1720px) {
	.bottom_info { padding:88px 100px 31px; }
}
@media screen and (max-width: 1024px) {
	.bottom_info { padding:40px 20px 20px; }
}
.bottom_info .bottom_info_wrap .info_left {
	float:left;
	width:57.02%;
	border-right:2px solid #d4d6d7;
}
@media screen and (max-width: 1024px) {
	.bottom_info .bottom_info_wrap .info_left {
		width:100%;
		float:none;
		border:0;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 768px) {
	.bottom_info .bottom_info_wrap .info_left { margin-bottom:0; }
}
.jm_calendar {
	width:53.97%;
	float:left;
}
@media screen and (max-width: 768px) {
	.jm_calendar {
		float:none;
		width:100%;
	}
}
.jm_calendar .calendar_title {
	font-size:40px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color:#f49002;
	line-height:40px;
	margin-bottom:34px;
}
@media screen and (max-width: 1720px) {
	.jm_calendar .calendar_title {
		font-size:38px;
		line-height:38px;
	}
}
@media screen and (max-width: 1600px) {
	.jm_calendar .calendar_title {
		font-size:36px;
		line-height:36px;
	}
}
.jm_calendar .calendar_month {
	background:#ff9a42;
	background:linear-gradient(180deg,#ff9a42 0%,#ff8717 35%);
	color:#fff;
	font-size:28px;
	line-height:50px;
	text-align:center;
	border-radius:5px 5px 0 0;
	padding:10px 0;
}
@media screen and (max-width: 1720px) {
	.jm_calendar .calendar_month {
		font-size:26px;
		line-height:46px;
	}
}
@media screen and (max-width: 1600px) {
	.jm_calendar .calendar_month {
		font-size:24px;
		line-height:44px;
	}
}
.jm_calendar .calendar_wrap {
	font-size:0;
	line-height:0;
	background:#fff;
	border-radius:0 0 5px 5px;
	padding:0 8px 10px 8px;
	border:1px solid #bababa;
	border-top:0;
	box-shadow:0 0 10px 0 #bababa;
}
.jm_calendar .calendar_wrap .day {
	font-size:20px;
	width:14.28%;
	line-height:50px;
	display:inline-block;
	text-align:center;
	color:#686868;
}
@media screen and (max-width: 1720px) {
	.jm_calendar .calendar_wrap .day {
		font-size:18px;
		line-height:46px;
	}
}
@media screen and (max-width: 1600px) {
	.jm_calendar .calendar_wrap .day {
		font-size:16px;
		line-height:44px;
	}
}
.jm_calendar .calendar_wrap .day.day_name {
	color:#f49002;
	font-weight:bold;
	line-height:60px;
}
@media screen and (max-width: 1720px) {
	.jm_calendar .calendar_wrap .day.day_name { line-height:56px; }
}
@media screen and (max-width: 1600px) {
	.jm_calendar .calendar_wrap .day.day_name { line-height:54px; }
}
.jm_calendar .calendar_wrap .day a {
	color:#f49002;
	font-weight:bold;
	text-decoration:underline;
}
.jm_calendar .calendar_wrap .day a:hover { text-decoration:none; }
.clear { clear:both; }
.upcomming_events {
	float:left;
	width:46.03%;
	padding:116px 30px 0 27px;
}
@media screen and (max-width: 768px) {
	.upcomming_events {
		padding:30px 0 0;
		float:none;
		width:100%;
	}
}
.upcomming_events ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.upcomming_events ul li {
	background:url(../images/octagon.png) no-repeat 0 4px;
	padding:0 0 0 30px;
	margin:0 0 79px 0;
}
@media screen and (max-width: 1720px) {
	.upcomming_events ul li { margin:0 0 30px; }
}
.upcomming_events ul li .date {
	font-size:24px;
	line-height:30px;
	margin:0 0 9px 0;
	font-weight:bold;
	text-transform:uppercase;
	color:#636362;
}
@media screen and (max-width: 1720px) {
	.upcomming_events ul li .date {
		font-size:22px;
		line-height:28px;
	}
}
@media screen and (max-width: 1600px) {
	.upcomming_events ul li .date {
		font-size:20px;
		line-height:26px;
	}
}
.upcomming_events ul li .title {
	font-size:26px;
	line-height:34px;
	color:#464646;
	margin-bottom:4px;
}
@media screen and (max-width: 1720px) {
	.upcomming_events ul li .title {
		font-size:24px;
		line-height:32px;
	}
}
@media screen and (max-width: 1600px) {
	.upcomming_events ul li .title {
		font-size:22px;
		line-height:30px;
	}
}
.upcomming_events ul li a {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
}
@media screen and (max-width: 1720px) {
	.upcomming_events ul li a {
		font-size:22px;
		line-height:28px;
	}
}
@media screen and (max-width: 1600px) {
	.upcomming_events ul li a {
		font-size:20px;
		line-height:26px;
	}
}
.home_tabs {
	float:left;
	width:42.98%;
	padding:0 15px 0 47px;
}
@media screen and (max-width: 1024px) {
	.home_tabs {
		width:100%;
		float:none;
		padding:0;
	}
}
.home_tabs .tabs_wrap {
	box-shadow:0 0 10px 0 #bababa;
	background:#FFFFFF;
	border-radius:0 0 5px 5px;
}
.home_tabs ul.tab_titles {
	background:#ff9a42;
	background:linear-gradient(180deg,#ff9a42 0%,#ff8717 35%);
	border-radius:5px 5px 0 0;
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
}
.home_tabs ul.tab_titles li {
	float:left;
	border-radius:5px 5px 0 0;
}
.home_tabs ul.tab_titles li a {
	display:block;
	font-style:italic;
	font-size:36px;
	line-height:50px;
	padding:10px 45px;
	color:#fff;
	position:relative;
}
@media screen and (max-width: 1720px) {
	.home_tabs ul.tab_titles li a {
		font-size:34px;
		line-height:46px;
	}
}
@media screen and (max-width: 1600px) {
	.home_tabs ul.tab_titles li a {
		font-size:32px;
		line-height:44px;
	}
}
.home_tabs ul.tab_titles li.active a { font-weight:bold; }
.home_tabs ul.tab_titles li.active a:before {
	content:'';
	position:absolute;
	bottom:0;
	border-top:4px solid #FFFFFF;
	left:35px;
	right:35px;
}
.home_tabs .tab {
	border:1px solid #bababa;
	border-top:0;
	padding:50px 0 0;
	display:none;
	border-radius:0 0 5px 5px;
}
.home_tabs .tab.active { display:block; }
.home_tabs .tab_inner { padding:0 45px 40px; }
@media screen and (max-width: 1720px) {
	.home_tabs .tab_inner { padding:0 35px 40px; }
}
.home_tabs ul.home_posts {
	list-style-type:none;
	padding:0;
	margin:0;
}
.home_tabs ul.home_posts li {
	border-bottom:1px solid #c9c7c7;
	padding:0 45px 23px;
	margin-bottom:30px;
}
@media screen and (max-width: 1720px) {
	.home_tabs ul.home_posts li { padding:0 35px 23px; }
}
.home_tabs ul.home_posts li .title {
	font-weight:bold;
	font-size:24px;
	line-height:30px;
	text-transform:uppercase;
	margin-bottom:2px;
}
@media screen and (max-width: 1720px) {
	.home_tabs ul.home_posts li .title {
		font-size:22px;
		line-height:28px;
	}
}
@media screen and (max-width: 1600px) {
	.home_tabs ul.home_posts li .title {
		font-size:22px;
		line-height:28px;
	}
}
.home_tabs ul.home_posts li>div {
	line-height:27px;
	margin-bottom:10px;
}
@media screen and (max-width: 1720px) {
	.home_tabs ul.home_posts li>div { line-height:25px; }
}
@media screen and (max-width: 1600px) {
	.home_tabs ul.home_posts li>div { line-height:23px; }
}
.home_tabs ul.home_posts li>div>p { line-height:27px; }
.home_tabs ul.home_posts li>a {
	font-size:26px;
	line-height:32px;
}
@media screen and (max-width: 1720px) {
	.home_tabs ul.home_posts li>a {
		font-size:24px;
		line-height:32px;
	}
}
@media screen and (max-width: 1600px) {
	.home_tabs ul.home_posts li>a {
		font-size:22px;
		line-height:30px;
	}
}
.home_tabs ul.home_posts li:last-child { border:0; }
.page_wrapper { padding:10px 120px 30px; }
@media screen and (max-width: 1720px) {
	.page_wrapper { padding:10px 100px 30px; }
}
@media screen and (max-width: 1024px) {
	.page_wrapper { padding:10px 20px 30px; }
}
.site-content .wrapper { overflow:hidden; }
.breadcrumbs {
	font-size:22px;
	color:#8a8989;
}
@media screen and (max-width: 1720px) {
	.breadcrumbs { font-size:20px; }
}
@media screen and (max-width: 1600px) {
	.breadcrumbs { font-size:18px; }
}
.breadcrumbs a {
	font-size:24px;
	color:#ce6c2b;
}
@media screen and (max-width: 1720px) {
	.breadcrumbs a { font-size:22px; }
}
@media screen and (max-width: 1600px) {
	.breadcrumbs a { font-size:20px; }
}
article img {
	padding:10px;
	border:1px solid #bababa;
	border-radius:5px;
	box-shadow:0 0 10px 0 #bababa;
	background:#FFFFFF;
}
.tribe-events-calendar .tribe-events-tooltip h3 {
	font-size:20px;
	line-height:30px;
	padding:3px 6px 6px;
	margin-bottom:6px;
}
@media screen and (max-width: 1720px) {
	.tribe-events-calendar .tribe-events-tooltip h3 {
		font-size:18px;
		line-height:28px;
	}
}
@media screen and (max-width: 1600px) {
	.tribe-events-calendar .tribe-events-tooltip h3 {
		font-size:16px;
		line-height:26px;
	}
}
h1.tribe-events-page-title {
	color:#636362;
	font:700 44px/60px 'PT Sans', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
@media screen and (max-width: 1720px) {
	h1.tribe-events-page-title { font:700 42px/56px 'PT Sans', sans-serif; }
}
@media screen and (max-width: 1600px) {
	h1.tribe-events-page-title { font:700 40px/52px 'PT Sans', sans-serif; }
}
h1.tribe-events-page-title.vc_custom_heading {
	text-transform:none;
	margin-bottom:30px;
}
h1.tribe-events-page-title a {
	color:#464646;
	text-decoration:none;
}
#tribe-events-pg-template, .tribe-events-pg-template {
	width:100%;
	padding:20px 120px 30px;
	max-width:1000000px;
}
@media screen and (max-width: 1720px) {
	#tribe-events-pg-template, .tribe-events-pg-template { padding:20px 100px 30px; }
}
@media screen and (max-width: 1024px) {
	#tribe-events-pg-template, .tribe-events-pg-template { padding:20px 20px 30px; }
}
#tribe-events .tribe-events-button, .tribe-events-button { font-size:22px; }
@media screen and (max-width: 1720px) {
	#tribe-events .tribe-events-button, .tribe-events-button { font-size:20px; }
}
@media screen and (max-width: 1600px) {
	#tribe-events .tribe-events-button, .tribe-events-button { font-size:18px; }
}
.tribe-events-meta-group .tribe-events-single-section-title {
	color:#f49002;
	font:700 40px/50px 'PT Sans', sans-serif;
	margin:0 0 16px 0;
	padding:0;
	font-style:italic;
}
@media screen and (max-width: 1720px) {
	.tribe-events-meta-group .tribe-events-single-section-title { font:700 38px/48px 'PT Sans', sans-serif; }
}
@media screen and (max-width: 1720px) {
	.tribe-events-meta-group .tribe-events-single-section-title { font:700 36px/46px 'PT Sans', sans-serif; }
}
.tribe-events-meta-group .tribe-events-single-section-title.vc_custom_heading {
	text-transform:uppercase;
	margin-bottom:30px;
}
.single-tribe_events .tribe-events-event-meta { font:400 22px/1.5 'PT Sans', sans-serif; }
@media screen and (max-width: 1720px) {
	.single-tribe_events .tribe-events-event-meta { font:400 20px/1.5 'PT Sans', sans-serif; }
}
@media screen and (max-width: 1600px) {
	.single-tribe_events .tribe-events-event-meta { font:400 18px/1.5 'PT Sans', sans-serif; }
}
#tribe-events-header .tribe-events-sub-nav { display:none; }
.single-tribe_events .tribe-events-single-event-title {
	color:#636362;
	font:700 44px/60px 'PT Sans', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
@media screen and (max-width: 1720px) {
	.single-tribe_events .tribe-events-single-event-title { font:700 42px/56px 'PT Sans', sans-serif; }
}
@media screen and (max-width: 1600px) {
	.single-tribe_events .tribe-events-single-event-title { font:700 40px/54px 'PT Sans', sans-serif; }
}
article.post { margin-bottom:100px; }
aside ul {
	list-style-type:none;
	margin:0;
}
.page-item.active .page-link {
	background:#ff9a42;
	background:linear-gradient(180deg,#ff9a42 0%,#ff8717 35%);
	color:#ffffff;
	border:1px solid #ff9a42;
}
.page-link {
	color:#464646;
	font:22px/30px 'PT Sans', sans-serif;
}
@media screen and (max-width: 1720px) {
	.page-link { font:20px/28px 'PT Sans', sans-serif; }
}
@media screen and (max-width: 1600px) {
	.page-link { font:18px/26px 'PT Sans', sans-serif; }
}
.search article { margin-bottom:40px; }
.error-404 .search-form { width:500px; }
@media screen and (max-width: 600px) {
	.error-404 .search-form { width:100%; }
}
.error-404 .search-field {
	width:70%;
	height:50px;
	padding:0 20px;
}
.error-404 .search-submit {
	background:#ff9a42;
	background:linear-gradient(180deg,#ff9a42 0%,#ff8717 35%);
	border:0;
	color:#FFFFFF;
	width:25%;
	height:50px;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-left:0;
	background:none;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li { background:none; }
