<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("normalize.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i');
@import url('//fonts.googleapis.com/css?family=Roboto+Slab:400,700');
.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;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.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:none;
	margin:0;
	padding:30px 0;
	border:none;
	z-index:100;
	position:relative;
	top:0;
	width:100%;
}
@media (max-width: 991.98px) {
	.site-header { padding:20px 0; }
}
.site-header .logo {
	position:relative;
	display:block;
	float:none;
	vertical-align:top;
	margin:0;
	padding:0;
	text-align:center;
}
@media (max-width: 575px) {
	.site-header .logo { text-align:left; }
}
.site-header .logo a img { max-width:100%; }
@media (max-width: 575px) {
	.site-header .logo a img { width:80%; }
}
.site-header .header-sidebar {
	position:relative;
	padding:0;
	margin:0;
	float:right;
}
@media (max-width: 767px) {
	.site-header .header-sidebar {
		float:none;
		margin:20px 0 0 0;
		display:flex;
		justify-content:center;
		align-items:center;
	}
}
.site-header .header-social { padding:0 15px; }
.site-header .header-social a { color:#fff; }
.site-header .header-social a:hover { color:#ffcc03; }
.home .site-header { position:absolute; }
.mobile-site-header {
	position:relative;
	z-index:110;
}
.widget_polylang ul {
	list-style:none;
	margin:0;
	padding:5px 10px;
	border-radius:15px;
	background:#f1f3f4;
	display:flex;
	flex-direction:column;
	min-width:130px;
}
.widget_polylang ul li {
	padding:5px 25px 5px 0;
	margin:0;
	font-size:16px;
	line-height:24px;
	color:#000;
	width:100%;
	display:none;
}
@media (max-width: 767px) {
	.widget_polylang ul li { padding:2px 15px 2px 0; }
}
.widget_polylang ul li a { color:#000; }
.widget_polylang ul li a img {
	width:20px;
	height:20px;
	border-radius:50%;
}
.widget_polylang ul li.current-lang {
	background:url('../images/icon_arrow_down.png') no-repeat right center;
	display:block;
	order:-1;
}
.mobile-site-header { display:none; }
@media (max-width: 767.98px) {
	.mobile-site-header { display:block; }
}
@media (min-width: 768px) {
	.primary-menu {
		margin:50px 0 0 0;
		padding:0;
		list-style:none;
		width:100%;
		text-align:center;
		display:flex;
		justify-content:center;
	}
	.primary-menu &gt; li {
		margin:0 5px;
		padding:0;
	}
	.primary-menu &gt; li:first-child { margin-left:0; }
	.primary-menu &gt; li &gt; a {
		display:block;
		position:relative;
		padding:10px 20px;
		font-size:16px;
		line-height:20px;
		font-weight:400;
		text-transform:uppercase;
		text-decoration:none;
		white-space:nowrap;
		color:#000;
		letter-spacing:0.06em;
		border-radius:20px;
	}
	.primary-menu &gt; li &gt; a:hover {
		color:#fff;
		text-decoration:none;
		background:#41b3e1;
	}
	.primary-menu &gt; li:hover&gt; a, .primary-menu &gt; li.focus &gt; a, .primary-menu &gt; li.current-menu-item &gt; a, .primary-menu &gt; li.current-menu-ancestor &gt; a {
		color:#fff;
		text-decoration:none;
		background:#41b3e1;
	}
	.primary-menu &gt; li.menu-item-has-children &gt; a { padding-right:16px; }
	.primary-menu &gt; li.menu-item-has-children &gt; a:before {
		content:"\f107";
		position:absolute;
		right:3px;
		top:50%;
		transform:translateY(-50%);
	}
	.primary-menu &gt; li.menu-item-has-children:hover &gt; a { border-radius:20px 20px 0 0; }
	.primary-menu .menu-item-has-children a:before {
		font-family:'Font Awesome\ 5 Free';
		font-weight:900;
		-moz-osx-font-smoothing:grayscale;
		-webkit-font-smoothing:antialiased;
		display:inline-block;
		font-style:normal;
		font-variant:normal;
		text-rendering:auto;
		line-height:1;
	}
	.primary-menu li { text-align:left; }
	.primary-menu li ul, .primary-menu li ul.sub-menu {
		margin:0;
		padding:0;
		list-style:none;
		background-color:#41b3e1;
		-webkit-border-radius:0 12px 12px 12px;
		-moz-border-radius:0 12px 12px 12px;
		border-radius:0 12px 12px 12px;
	}
	.primary-menu li ul:before, .primary-menu li ul.sub-menu:before {
		content:"";
		display:none;
		width:0;
		height:0;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		border-bottom:10px solid #41b3e1;
		position:absolute;
		top:-9px;
		left:45px;
	}
	.primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
		display:block;
		color:#000;
		font-size:14px;
		line-height:20px;
		font-weight:400;
		text-transform:uppercase;
		white-space:nowrap;
		padding:10px 20px;
		letter-spacing:0.03em;
	}
	.primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
		color:#fff;
		text-decoration:none;
	}
	.primary-menu li ul li:hover &gt; a, .primary-menu li ul li.focus &gt; a, .primary-menu li ul li.current-menu-item &gt; a, .primary-menu li ul li.current-menu-ancestor &gt; a, .primary-menu li ul.sub-menu li:hover &gt; a, .primary-menu li ul.sub-menu li.focus &gt; a, .primary-menu li ul.sub-menu li.current-menu-item &gt; a, .primary-menu li ul.sub-menu li.current-menu-ancestor &gt; a {
		color:#fff;
		text-decoration:none;
	}
	.primary-menu li ul li.menu-item-has-children &gt; a, .primary-menu li ul.sub-menu li.menu-item-has-children &gt; a { padding-right:46px; }
	.primary-menu li ul li.menu-item-has-children &gt; a:before, .primary-menu li ul.sub-menu li.menu-item-has-children &gt; 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 &gt; ul, .primary-menu li:hover &gt; ul {
		top:auto;
		left:auto;
		opacity:1;
	}
	.primary-menu li ul {
		min-width:200px;
		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 li { display:block; }
	.primary-menu li ul li.focus &gt; ul, .primary-menu li ul li:hover &gt; ul {
		left:100%;
		top:0;
		opacity:1;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.primary-menu {
		margin:30px 0 0 0;
		flex-wrap:wrap;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.primary-menu &gt; li { margin:0 0 0 5px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.primary-menu &gt; li &gt; a {
		padding:10px 10px;
		font-size:15px;
	}
}
.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 #41b3e1;
	display:block;
	cursor:pointer;
	position:absolute;
	top:45px;
	right:30px;
	z-index:200;
}
.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:#41b3e1;
}
.menu-primary-trigger:before {
	border-top:3px solid #41b3e1;
	top:11px;
}
.menu-primary-trigger:after {
	border-bottom:3px solid #41b3e1;
	top:24px;
}
.menu-primary-trigger[aria-expanded="true"] {
	border-color:transparent;
	top:20px;
}
.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 &gt; .opener .fa-angle-up { display:inherit; }
.active &gt; .opener .fa-angle-down { display:none; }
.mobile-header-nav.toggled .primary-menu {
	display:block;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	background-color:#fff;
}
.mobile-header-nav .primary-menu {
	display:none;
	margin:0;
	padding:80px 0px 30px 0px;
	text-align:left;
}
.mobile-header-nav .primary-menu &gt; li {
	margin:0 0 0 0;
	padding:5px 30px;
}
.mobile-header-nav .primary-menu &gt; li &gt; a {
	font-size:24px;
	line-height:35px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	text-align:left;
	color:#000;
	font-weight:400;
	border:none;
	text-shadow:none;
}
.mobile-header-nav .primary-menu &gt; li.current-menu-item, .mobile-header-nav .primary-menu &gt; li:hover { background:#41b3e1; }
.mobile-header-nav .primary-menu &gt; li.current-menu-item &gt; a, .mobile-header-nav .primary-menu &gt; li.current-menu-item .opener, .mobile-header-nav .primary-menu &gt; li:hover &gt; a, .mobile-header-nav .primary-menu &gt; li:hover .opener { color:#fff; }
.mobile-header-nav .primary-menu &gt; li li {
	margin:0;
	padding:0;
}
.mobile-header-nav .primary-menu &gt; li li:after { display:none; }
.mobile-header-nav .primary-menu &gt; li li a {
	font-size:18px;
	line-height:20px;
	padding:0;
	color:#000;
	background:none !important;
}
.mobile-header-nav .primary-menu &gt; li li.current-menu-item, .mobile-header-nav .primary-menu &gt; li li:hover { background:#41b3e1; }
.mobile-header-nav .primary-menu &gt; li li.current-menu-item &gt; a, .mobile-header-nav .primary-menu &gt; li li:hover &gt; a { color:#fff; }
.mobile-header-nav .primary-menu .sub-menu {
	background:none;
	margin-left:20px;
	padding:0;
	position:relative;
	top:auto;
}
.mobile-header-nav .primary-menu .sub-menu li a {
	font-weight:300;
	font-size:20px;
	line-height:26px;
	padding:0;
}
.mobile-header-nav .primary-menu .sub-menu li .opener { font-size:20px; }
.site-footer {
	background:#1e373e;
	margin:0;
	padding:0;
	border-top:none;
}
@media (max-width: 991.98px) {
	.site-footer { padding:20px 0; }
}
.site-footer .footer-widgets {
	background:#d9f4ff;
	padding:50px 0;
}
@media (max-width: 767.98px) {
	.site-footer .footer-widgets { text-align:center; }
}
.site-footer .footer-widgets h3 {
	font-size:26px;
	line-height:35px;
	text-transform:none;
	margin:0 0 15px 0;
	font-weight:300;
	color:#41b3e1;
	font-family:'Roboto', serif;
}
.site-footer .footer-widgets p { font-size:16px; }
.site-footer .footer-widgets a {
	text-decoration:none;
	color:#000;
}
.site-footer .footer-widgets a:focus {
	text-decoration:none;
	color:#1e373e;
}
.site-footer .footer-widgets a:hover {
	text-decoration:none;
	color:#1e373e;
}
.site-footer .copyright-section {
	text-align:left;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	font-size:14px;
	padding:45px 0;
}
.site-footer .copyright-section * { color:#fff; }
.site-footer .copyright-section a { color:#41b3e1; }
.site-footer .copyright-section a:hover { color:#76d1f6; }
.site-footer .copyright-section .copyright-text p {
	margin:0;
	font-size:14px;
}
.site-footer .copyright-section .copyright-sidebar { font-size:14px; }
.site-footer .jm-logo { display:block; }
@media (max-width: 991.98px) {
	.site-footer .jm-logo { margin-bottom:30px; }
}
.location-link {
	padding:0 0 0 25px;
	position:relative;
}
.location-link:before {
	content:'\f3c5';
	font-family:"Font Awesome 5 Free";
	font-weight:bold;
	font-size:26px;
	position:absolute;
	left:0;
	top:-5px;
}
.cycle-slider {
	position:relative;
	width:100%;
	height:920px;
	display:block;
	overflow:hidden;
}
@media (max-width: 1200px) {
	.cycle-slider { height:700px; }
}
@media (max-width: 767px) {
	.cycle-slider { height:550px; }
}
.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 #41b3e1;
	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:#41b3e1; }
.cycle-slider .cycle-prev { left:100px; }
.cycle-slider .cycle-next { right:100px; }
.cycle-slider .cycle-slide {
	width:100%;
	height:100%;
	position:relative;
	background-size:cover;
	background-position:top center;
}
@media (max-width: 1200px) {
	.cycle-slider .cycle-slide { background-size:auto 100%; }
}
.cycle-slider .cycle-slide:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:10;
	background:url('../images/slide_over.png') repeat-x left top;
}
.cycle-slider .cycle-slide &gt; img {
	width:100%;
	height:auto;
	position:relative;
	z-index:5;
}
.cycle-slider .slider-caption {
	position:relative;
	z-index:200;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	width:100%;
	height:100%;
	text-align:center;
	padding:270px 0 0 0;
	margin:0 auto;
}
@media (min-width: 1200px) {
	.cycle-slider .slider-caption {
		max-width:1140px;
		margin:0 auto;
	}
}
@media (max-width: 1199px) {
	.cycle-slider .slider-caption {
		max-width:960px;
		margin:0 auto;
	}
}
@media (max-width: 767px) {
	.cycle-slider .slider-caption {
		max-width:100%;
		margin:0;
		padding:220px 15px 0 15px;
	}
}
.cycle-slider h2 {
	margin:0 0 50px 0;
	padding:0;
	color:#1e373e;
	font-weight:400;
	text-transform:none;
	font-size:56px;
	line-height:66px;
}
@media (max-width: 1200px) {
	.cycle-slider h2 {
		font-size:48px;
		line-height:56px;
	}
}
@media (max-width: 767px) {
	.cycle-slider h2 {
		font-size:40px;
		line-height:60px;
	}
}
@media (max-width: 543px) {
	.cycle-slider h2 {
		font-size:30px;
		line-height:40px;
	}
}
.cycle-slider .btn {
	color:#fff;
	background:#41b3e1;
	padding:20px 50px;
	text-transform:uppercase;
	letter-spacing:0.08em;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	border-radius:35px;
	font-size:26px;
	line-height:30px;
}
@media (max-width: 767px) {
	.cycle-slider .btn {
		padding:10px 25px;
		font-size:22px;
	}
}
.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:#41b3e1;
}
.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:#41b3e1;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#41b3e1;
}
.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:#41b3e1;
}
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:#41b3e1;
}
@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:#41b3e1;
	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:#41b3e1;
	-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:#1e373e;
	-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.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button, body.woocommerce #respond input#submit.alt, body.woocommerce a.button.alt, body.woocommerce button.button.alt, body.woocommerce input.button.alt, 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;
	margin:0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	box-shadow:none;
	padding:7px 25px;
	text-transform:none;
	font-size:18px;
	line-height:25px;
	font-weight:400;
	letter-spacing:0;
	color:#000;
	background-color:#76d1f6;
	border:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	outline:0;
}
body.woocommerce #respond input#submit:hover, body.woocommerce #respond input#submit:focus, body.woocommerce a.button:hover, body.woocommerce a.button:focus, body.woocommerce button.button:hover, body.woocommerce button.button:focus, body.woocommerce input.button:hover, body.woocommerce input.button:focus, body.woocommerce #respond input#submit.alt:hover, body.woocommerce #respond input#submit.alt:focus, body.woocommerce a.button.alt:hover, body.woocommerce a.button.alt:focus, body.woocommerce button.button.alt:hover, body.woocommerce button.button.alt:focus, body.woocommerce input.button.alt:hover, body.woocommerce input.button.alt:focus, body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button:focus, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:focus, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input.button:focus, body .gform_wrapper .gform_page_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input[type=submit]:focus, .btn:hover, .btn:focus {
	color:#fff;
	background-color:#1e373e;
}
body.woocommerce #respond input#submit:hover:before, body.woocommerce #respond input#submit:focus:before, body.woocommerce a.button:hover:before, body.woocommerce a.button:focus:before, body.woocommerce button.button:hover:before, body.woocommerce button.button:focus:before, body.woocommerce input.button:hover:before, body.woocommerce input.button:focus:before, body.woocommerce #respond input#submit.alt:hover:before, body.woocommerce #respond input#submit.alt:focus:before, body.woocommerce a.button.alt:hover:before, body.woocommerce a.button.alt:focus:before, body.woocommerce button.button.alt:hover:before, body.woocommerce button.button.alt:focus:before, body.woocommerce input.button.alt:hover:before, body.woocommerce input.button.alt:focus:before, body .gform_wrapper .gform_footer input.button:hover:before, body .gform_wrapper .gform_footer input.button:focus:before, body .gform_wrapper .gform_footer input[type=submit]:hover:before, body .gform_wrapper .gform_footer input[type=submit]:focus:before, body .gform_wrapper .gform_page_footer input.button:hover:before, body .gform_wrapper .gform_page_footer input.button:focus:before, body .gform_wrapper .gform_page_footer input[type=submit]:hover:before, body .gform_wrapper .gform_page_footer input[type=submit]:focus:before, .btn:hover:before, .btn:focus:before { background-color:#41b3e1; }
body.woocommerce #respond input#submit:active, body.woocommerce a.button:active, body.woocommerce button.button:active, body.woocommerce input.button:active, body.woocommerce #respond input#submit.alt:active, body.woocommerce a.button.alt:active, body.woocommerce button.button.alt:active, body.woocommerce input.button.alt:active, body .gform_wrapper .gform_footer input.button:active, body .gform_wrapper .gform_footer input[type=submit]:active, body .gform_wrapper .gform_page_footer input.button:active, body .gform_wrapper .gform_page_footer input[type=submit]:active, .btn:active {
	box-shadow:none !important;
	top:10px;
}
body.woocommerce #respond input#submit:before, body.woocommerce a.button:before, body.woocommerce button.button:before, body.woocommerce input.button:before, body.woocommerce #respond input#submit.alt:before, body.woocommerce a.button.alt:before, body.woocommerce button.button.alt:before, body.woocommerce input.button.alt:before, body .gform_wrapper .gform_footer input.button:before, body .gform_wrapper .gform_footer input[type=submit]:before, body .gform_wrapper .gform_page_footer input.button:before, body .gform_wrapper .gform_page_footer input[type=submit]:before, .btn:before {
	content:"\f054";
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:50px;
	line-height:50px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	font-family:'Font Awesome\ 5 Free';
	font-weight:900;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	background-color:#18aeed;
	font-size:18px;
	display:none;
}
body.woocommerce #respond input#submit.simple:before, body.woocommerce a.button.simple:before, body.woocommerce button.button.simple:before, body.woocommerce input.button.simple:before, body.woocommerce #respond input#submit.alt.simple:before, body.woocommerce a.button.alt.simple:before, body.woocommerce button.button.alt.simple:before, body.woocommerce input.button.alt.simple:before, body .gform_wrapper .gform_footer input.button.simple:before, body .gform_wrapper .gform_footer input[type=submit].simple:before, body .gform_wrapper .gform_page_footer input.button.simple:before, body .gform_wrapper .gform_page_footer input[type=submit].simple:before, .btn.simple:before { display:none; }
body.woocommerce #respond input#submit.btn-white, body.woocommerce a.button.btn-white, body.woocommerce button.button.btn-white, body.woocommerce input.button.btn-white, body.woocommerce #respond input#submit.alt.btn-white, body.woocommerce a.button.alt.btn-white, body.woocommerce button.button.alt.btn-white, body.woocommerce input.button.alt.btn-white, body .gform_wrapper .gform_footer input.button.btn-white, body .gform_wrapper .gform_footer input[type=submit].btn-white, body .gform_wrapper .gform_page_footer input.button.btn-white, body .gform_wrapper .gform_page_footer input[type=submit].btn-white, .btn.btn-white {
	color:#d9f4ff;
	background-color:#ffffff;
}
body.woocommerce #respond input#submit.btn-white:hover, body.woocommerce #respond input#submit.btn-white:focus, body.woocommerce a.button.btn-white:hover, body.woocommerce a.button.btn-white:focus, body.woocommerce button.button.btn-white:hover, body.woocommerce button.button.btn-white:focus, body.woocommerce input.button.btn-white:hover, body.woocommerce input.button.btn-white:focus, body.woocommerce #respond input#submit.alt.btn-white:hover, body.woocommerce #respond input#submit.alt.btn-white:focus, body.woocommerce a.button.alt.btn-white:hover, body.woocommerce a.button.alt.btn-white:focus, body.woocommerce button.button.alt.btn-white:hover, body.woocommerce button.button.alt.btn-white:focus, body.woocommerce input.button.alt.btn-white:hover, body.woocommerce input.button.alt.btn-white:focus, body .gform_wrapper .gform_footer input.button.btn-white:hover, body .gform_wrapper .gform_footer input.button.btn-white:focus, body .gform_wrapper .gform_footer input[type=submit].btn-white:hover, body .gform_wrapper .gform_footer input[type=submit].btn-white:focus, body .gform_wrapper .gform_page_footer input.button.btn-white:hover, body .gform_wrapper .gform_page_footer input.button.btn-white:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-white:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-white:focus, .btn.btn-white:hover, .btn.btn-white:focus {
	color:#fff;
	background-color:#e5c400;
}
body.woocommerce #respond input#submit.btn-white:before, body.woocommerce a.button.btn-white:before, body.woocommerce button.button.btn-white:before, body.woocommerce input.button.btn-white:before, body.woocommerce #respond input#submit.alt.btn-white:before, body.woocommerce a.button.alt.btn-white:before, body.woocommerce button.button.alt.btn-white:before, body.woocommerce input.button.alt.btn-white:before, body .gform_wrapper .gform_footer input.button.btn-white:before, body .gform_wrapper .gform_footer input[type=submit].btn-white:before, body .gform_wrapper .gform_page_footer input.button.btn-white:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-white:before, .btn.btn-white:before {
	color:#fff;
	background-color:#e5c400;
}
body.woocommerce #respond input#submit.btn-green, body.woocommerce a.button.btn-green, body.woocommerce button.button.btn-green, body.woocommerce input.button.btn-green, body.woocommerce #respond input#submit.alt.btn-green, body.woocommerce a.button.alt.btn-green, body.woocommerce button.button.alt.btn-green, body.woocommerce input.button.alt.btn-green, body .gform_wrapper .gform_footer input.button.btn-green, body .gform_wrapper .gform_footer input[type=submit].btn-green, body .gform_wrapper .gform_page_footer input.button.btn-green, body .gform_wrapper .gform_page_footer input[type=submit].btn-green, .btn.btn-green {
	color:#fff;
	background-color:#219a34;
	-webkit-box-shadow:0 19px 38px 0 rgba(33,154,52,0.3);
	-moz-box-shadow:0 19px 38px 0 rgba(33,154,52,0.3);
	box-shadow:0 19px 38px 0 rgba(33,154,52,0.3);
}
body.woocommerce #respond input#submit.btn-green:hover, body.woocommerce #respond input#submit.btn-green:focus, body.woocommerce a.button.btn-green:hover, body.woocommerce a.button.btn-green:focus, body.woocommerce button.button.btn-green:hover, body.woocommerce button.button.btn-green:focus, body.woocommerce input.button.btn-green:hover, body.woocommerce input.button.btn-green:focus, body.woocommerce #respond input#submit.alt.btn-green:hover, body.woocommerce #respond input#submit.alt.btn-green:focus, body.woocommerce a.button.alt.btn-green:hover, body.woocommerce a.button.alt.btn-green:focus, body.woocommerce button.button.alt.btn-green:hover, body.woocommerce button.button.alt.btn-green:focus, body.woocommerce input.button.alt.btn-green:hover, body.woocommerce input.button.alt.btn-green:focus, body .gform_wrapper .gform_footer input.button.btn-green:hover, body .gform_wrapper .gform_footer input.button.btn-green:focus, body .gform_wrapper .gform_footer input[type=submit].btn-green:hover, body .gform_wrapper .gform_footer input[type=submit].btn-green:focus, body .gform_wrapper .gform_page_footer input.button.btn-green:hover, body .gform_wrapper .gform_page_footer input.button.btn-green:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-green:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-green:focus, .btn.btn-green:hover, .btn.btn-green:focus {
	color:#fff;
	background-color:#28b73f;
}
body.woocommerce #respond input#submit.btn-green:before, body.woocommerce a.button.btn-green:before, body.woocommerce button.button.btn-green:before, body.woocommerce input.button.btn-green:before, body.woocommerce #respond input#submit.alt.btn-green:before, body.woocommerce a.button.alt.btn-green:before, body.woocommerce button.button.alt.btn-green:before, body.woocommerce input.button.alt.btn-green:before, body .gform_wrapper .gform_footer input.button.btn-green:before, body .gform_wrapper .gform_footer input[type=submit].btn-green:before, body .gform_wrapper .gform_page_footer input.button.btn-green:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-green:before, .btn.btn-green:before {
	color:#fff;
	background-color:#28b73f;
}
body.woocommerce #respond input#submit.btn-pink, body.woocommerce a.button.btn-pink, body.woocommerce button.button.btn-pink, body.woocommerce input.button.btn-pink, body.woocommerce #respond input#submit.alt.btn-pink, body.woocommerce a.button.alt.btn-pink, body.woocommerce button.button.alt.btn-pink, body.woocommerce input.button.alt.btn-pink, body .gform_wrapper .gform_footer input.button.btn-pink, body .gform_wrapper .gform_footer input[type=submit].btn-pink, body .gform_wrapper .gform_page_footer input.button.btn-pink, body .gform_wrapper .gform_page_footer input[type=submit].btn-pink, .btn.btn-pink {
	color:#fff;
	background-color:#a0309d;
	-webkit-box-shadow:0 19px 38px 0 rgba(160,48,157,0.3);
	-moz-box-shadow:0 19px 38px 0 rgba(160,48,157,0.3);
	box-shadow:0 19px 38px 0 rgba(160,48,157,0.3);
}
body.woocommerce #respond input#submit.btn-pink:hover, body.woocommerce #respond input#submit.btn-pink:focus, body.woocommerce a.button.btn-pink:hover, body.woocommerce a.button.btn-pink:focus, body.woocommerce button.button.btn-pink:hover, body.woocommerce button.button.btn-pink:focus, body.woocommerce input.button.btn-pink:hover, body.woocommerce input.button.btn-pink:focus, body.woocommerce #respond input#submit.alt.btn-pink:hover, body.woocommerce #respond input#submit.alt.btn-pink:focus, body.woocommerce a.button.alt.btn-pink:hover, body.woocommerce a.button.alt.btn-pink:focus, body.woocommerce button.button.alt.btn-pink:hover, body.woocommerce button.button.alt.btn-pink:focus, body.woocommerce input.button.alt.btn-pink:hover, body.woocommerce input.button.alt.btn-pink:focus, body .gform_wrapper .gform_footer input.button.btn-pink:hover, body .gform_wrapper .gform_footer input.button.btn-pink:focus, body .gform_wrapper .gform_footer input[type=submit].btn-pink:hover, body .gform_wrapper .gform_footer input[type=submit].btn-pink:focus, body .gform_wrapper .gform_page_footer input.button.btn-pink:hover, body .gform_wrapper .gform_page_footer input.button.btn-pink:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-pink:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-pink:focus, .btn.btn-pink:hover, .btn.btn-pink:focus {
	color:#fff;
	background-color:#bc3cb9;
}
body.woocommerce #respond input#submit.btn-pink:before, body.woocommerce a.button.btn-pink:before, body.woocommerce button.button.btn-pink:before, body.woocommerce input.button.btn-pink:before, body.woocommerce #respond input#submit.alt.btn-pink:before, body.woocommerce a.button.alt.btn-pink:before, body.woocommerce button.button.alt.btn-pink:before, body.woocommerce input.button.alt.btn-pink:before, body .gform_wrapper .gform_footer input.button.btn-pink:before, body .gform_wrapper .gform_footer input[type=submit].btn-pink:before, body .gform_wrapper .gform_page_footer input.button.btn-pink:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-pink:before, .btn.btn-pink:before {
	color:#fff;
	background-color:#bc3cb9;
}
body.woocommerce #respond input#submit.btn-orange, body.woocommerce a.button.btn-orange, body.woocommerce button.button.btn-orange, body.woocommerce input.button.btn-orange, body.woocommerce #respond input#submit.alt.btn-orange, body.woocommerce a.button.alt.btn-orange, body.woocommerce button.button.alt.btn-orange, body.woocommerce input.button.alt.btn-orange, body .gform_wrapper .gform_footer input.button.btn-orange, body .gform_wrapper .gform_footer input[type=submit].btn-orange, body .gform_wrapper .gform_page_footer input.button.btn-orange, body .gform_wrapper .gform_page_footer input[type=submit].btn-orange, .btn.btn-orange {
	color:#d9f4ff;
	background-color:#dec00b;
	-webkit-box-shadow:0 19px 38px 0 rgba(222,192,11,0.3);
	-moz-box-shadow:0 19px 38px 0 rgba(222,192,11,0.3);
	box-shadow:0 19px 38px 0 rgba(222,192,11,0.3);
}
body.woocommerce #respond input#submit.btn-orange:hover, body.woocommerce #respond input#submit.btn-orange:focus, body.woocommerce a.button.btn-orange:hover, body.woocommerce a.button.btn-orange:focus, body.woocommerce button.button.btn-orange:hover, body.woocommerce button.button.btn-orange:focus, body.woocommerce input.button.btn-orange:hover, body.woocommerce input.button.btn-orange:focus, body.woocommerce #respond input#submit.alt.btn-orange:hover, body.woocommerce #respond input#submit.alt.btn-orange:focus, body.woocommerce a.button.alt.btn-orange:hover, body.woocommerce a.button.alt.btn-orange:focus, body.woocommerce button.button.alt.btn-orange:hover, body.woocommerce button.button.alt.btn-orange:focus, body.woocommerce input.button.alt.btn-orange:hover, body.woocommerce input.button.alt.btn-orange:focus, body .gform_wrapper .gform_footer input.button.btn-orange:hover, body .gform_wrapper .gform_footer input.button.btn-orange:focus, body .gform_wrapper .gform_footer input[type=submit].btn-orange:hover, body .gform_wrapper .gform_footer input[type=submit].btn-orange:focus, body .gform_wrapper .gform_page_footer input.button.btn-orange:hover, body .gform_wrapper .gform_page_footer input.button.btn-orange:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-orange:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-orange:focus, .btn.btn-orange:hover, .btn.btn-orange:focus {
	color:#d9f4ff;
	background-color:#f2d41d;
}
body.woocommerce #respond input#submit.btn-orange:before, body.woocommerce a.button.btn-orange:before, body.woocommerce button.button.btn-orange:before, body.woocommerce input.button.btn-orange:before, body.woocommerce #respond input#submit.alt.btn-orange:before, body.woocommerce a.button.alt.btn-orange:before, body.woocommerce button.button.alt.btn-orange:before, body.woocommerce input.button.alt.btn-orange:before, body .gform_wrapper .gform_footer input.button.btn-orange:before, body .gform_wrapper .gform_footer input[type=submit].btn-orange:before, body .gform_wrapper .gform_page_footer input.button.btn-orange:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-orange:before, .btn.btn-orange:before {
	color:#d9f4ff;
	background-color:#f2d41d;
}
body.woocommerce #respond input#submit.btn-red, body.woocommerce a.button.btn-red, body.woocommerce button.button.btn-red, body.woocommerce input.button.btn-red, body.woocommerce #respond input#submit.alt.btn-red, body.woocommerce a.button.alt.btn-red, body.woocommerce button.button.alt.btn-red, body.woocommerce input.button.alt.btn-red, body .gform_wrapper .gform_footer input.button.btn-red, body .gform_wrapper .gform_footer input[type=submit].btn-red, body .gform_wrapper .gform_page_footer input.button.btn-red, body .gform_wrapper .gform_page_footer input[type=submit].btn-red, .btn.btn-red {
	color:#fff;
	background-color:#db1822;
	-webkit-box-shadow:0 19px 38px 0 rgba(205,84,91,0.3);
	-moz-box-shadow:0 19px 38px 0 rgba(205,84,91,0.3);
	box-shadow:0 19px 38px 0 rgba(205,84,91,0.3);
}
body.woocommerce #respond input#submit.btn-red:hover, body.woocommerce #respond input#submit.btn-red:focus, body.woocommerce a.button.btn-red:hover, body.woocommerce a.button.btn-red:focus, body.woocommerce button.button.btn-red:hover, body.woocommerce button.button.btn-red:focus, body.woocommerce input.button.btn-red:hover, body.woocommerce input.button.btn-red:focus, body.woocommerce #respond input#submit.alt.btn-red:hover, body.woocommerce #respond input#submit.alt.btn-red:focus, body.woocommerce a.button.alt.btn-red:hover, body.woocommerce a.button.alt.btn-red:focus, body.woocommerce button.button.alt.btn-red:hover, body.woocommerce button.button.alt.btn-red:focus, body.woocommerce input.button.alt.btn-red:hover, body.woocommerce input.button.alt.btn-red:focus, body .gform_wrapper .gform_footer input.button.btn-red:hover, body .gform_wrapper .gform_footer input.button.btn-red:focus, body .gform_wrapper .gform_footer input[type=submit].btn-red:hover, body .gform_wrapper .gform_footer input[type=submit].btn-red:focus, body .gform_wrapper .gform_page_footer input.button.btn-red:hover, body .gform_wrapper .gform_page_footer input.button.btn-red:focus, body .gform_wrapper .gform_page_footer input[type=submit].btn-red:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-red:focus, .btn.btn-red:hover, .btn.btn-red:focus {
	color:#fff;
	background-color:#f7434c;
}
body.woocommerce #respond input#submit.btn-red:before, body.woocommerce a.button.btn-red:before, body.woocommerce button.button.btn-red:before, body.woocommerce input.button.btn-red:before, body.woocommerce #respond input#submit.alt.btn-red:before, body.woocommerce a.button.alt.btn-red:before, body.woocommerce button.button.alt.btn-red:before, body.woocommerce input.button.alt.btn-red:before, body .gform_wrapper .gform_footer input.button.btn-red:before, body .gform_wrapper .gform_footer input[type=submit].btn-red:before, body .gform_wrapper .gform_page_footer input.button.btn-red:before, body .gform_wrapper .gform_page_footer input[type=submit].btn-red:before, .btn.btn-red:before {
	color:#fff;
	background-color:#f7434c;
}
body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button, body.woocommerce #respond input#submit.alt, body.woocommerce a.button.alt, body.woocommerce button.button.alt, body.woocommerce input.button.alt {
	padding-left:40px;
	padding-right:40px;
}
body.woocommerce #respond input#submit:before, body.woocommerce a.button:before, body.woocommerce button.button:before, body.woocommerce input.button:before, body.woocommerce #respond input#submit.alt:before, body.woocommerce a.button.alt:before, body.woocommerce button.button.alt:before, body.woocommerce input.button.alt:before { display:none; }
body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_label {
	color:#777575;
	font-size:18px;
	font-weight:400;
}
body .gform_wrapper label {
	color:#777575;
	margin-bottom:0;
}
body .gform_wrapper .no_label .gfield_label { display:none; }
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:9px 10px;
	border:2px solid #d4e2e7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	color:#000;
	font-family:'Roboto', serif;
	font-size:16px;
	line-height:20px;
	font-weight:400;
}
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:#41b3e1;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
body .gform_wrapper select {
	height:42px;
	padding:0 20px !important;
	border:2px solid #d4e2e7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#d9f4ff;
	font-family:'Roboto', serif;
	font-size:16px;
	line-height:20px;
	font-weight:400;
}
body .gform_wrapper select:focus {
	border-color:#41b3e1;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
body .gform_wrapper .gform_footer { text-align:center; }
body .gform_wrapper .subscribe-form { position:relative; }
body .gform_wrapper .subscribe-form .top_label .gfield_label { display:none; }
body .gform_wrapper .subscribe-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper .subscribe-form textarea {
	padding:8px 80px 8px 10px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
body .gform_wrapper .subscribe-form .gform_footer {
	position:absolute;
	z-index:10;
	top:0;
	right:0;
	width:auto;
	margin:0;
	padding:0;
}
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 { border-color:#fff; }
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:#41b3e1;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
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:#1e373e 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:#41b3e1; }
#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;
}
.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:#41b3e1;
	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:#000;
	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:#41b3e1; }
.post-nav {
	padding:24px 0;
	border-top:1px solid #41b3e1;
}
.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-bottom:40px;
}
@media (max-width: 767.98px) {
	.nav-links { flex-wrap:wrap; }
}
.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:0px 5px;
	margin:0 1px;
	background-color:#1e373e;
	color:#41b3e1;
	font-size:15px;
}
.wp-pagenavi span.current {
	background-color:#41b3e1;
	color:#ffffff;
	text-decoration:none;
}
.wp-pagenavi a:hover {
	background-color:#41b3e1;
	color:#ffffff;
	text-decoration:none;
}
.wp-pagenavi span.current { font-weight:bold; }
article.post { margin-bottom:40px; }
.alignleft {
	float:left;
	margin:0 25px 25px 0;
}
.alignright {
	float:right;
	margin:0 0 25px 25px;
}
.aligncenter { margin:0 auto 25px auto; }
.ui-datepicker a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.ui-datepicker tbody td { text-align:center; }
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	color:#000;
	font:normal 18px/25px 'Roboto', serif;
	width:100%;
	min-width:320px;
	position:inherit;
	text-align:center;
	background-color:#ffffff;
}
td, th {
	color:#000;
	text-align:left;
	vertical-align:top;
}
p {
	color:#000;
	font:normal 18px/25px 'Roboto', serif;
	margin:0 0 25px 0;
	padding:0;
}
hr {
	display:block;
	clear:both;
	height:1px;
	border:none;
	margin:0 0 25px 0;
	padding:0;
	border-bottom:1px solid #76d1f6;
}
a {
	color:#41b3e1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
a:focus, a:hover {
	text-decoration:none;
	color:#76d1f6;
	outline:none;
}
h1 {
	color:#1e373e;
	font:normal 56px/66px 'Roboto Slab', serif;
	text-transform:none;
	margin:0;
	padding:0;
}
h2 {
	color:#1e373e;
	font:normal 44px/60px 'Roboto Slab', serif;
	margin:0 0 16px 0;
	padding:0;
}
h2 a {
	color:#1e373e;
	text-decoration:none;
}
h3 {
	color:#1e373e;
	font:normal 40px/50px 'Roboto Slab', serif;
	margin:0 0 16px 0;
	padding:0;
}
h4 {
	color:#1e373e;
	font:normal 34px/44px 'Roboto Slab', serif;
	margin:0 0 16px 0;
	padding:0;
}
h5 {
	color:#1e373e;
	font:normal 28px/38px 'Roboto Slab', serif;
	margin:0 0 16px 0;
	padding:0;
}
h6 {
	color:#1e373e;
	font:normal 24px/38px 'Roboto Slab', serif;
	margin:0 0 16px 0;
	padding:0;
}
@media screen and (max-width: 991px) {
	h1 {
		font-size:36px;
		line-height:48px;
	}
	h2 {
		font-size:32px;
		line-height:44px;
	}
	h3 {
		font-size:28px;
		line-height:36px;
	}
}
@media screen and (max-width: 767.98px) {
	h1 {
		font-size:30px;
		line-height:40px;
	}
	h2 {
		font-size:26px;
		line-height:30px;
	}
	h3 {
		font-size:24px;
		line-height:30px;
	}
}
.site {
	position:relative;
	display:flex;
	flex-direction:column;
	height:100%;
	text-align:left;
}
.site .site-wrapper {
	flex:1 0 auto;
	overflow:hidden;
}
.site-content {
	position:relative;
	z-index:40;
}
.content-area { margin-bottom:40px; }
.home .content-area { margin-bottom:0; }
.inverted * { color:#fff; }
.header-indent { margin:25px 0 60px 0; }
@media (max-width: 1199px) {
	.header-indent { margin:0 0 35px 0; }
}
.content-area { margin:80px 0; }
@media (max-width: 1199px) {
	.content-area { margin:35px 0; }
}
.home .content-area { margin:0; }
.title-section {
	position:relative;
	padding:60px 0;
	margin:0;
	text-align:center;
	background-color:#d9f4ff;
}
@media (max-width: 1199px) {
	.title-section { padding:35px 0; }
}
.title-section:before, .title-section:after {
	background-color:#d9f4ff;
	content:"";
	height:100%;
	position:absolute;
	top:0;
	width:231%;
	z-index:-1;
}
.title-section:before { left:-230%; }
.title-section h1 { margin:0; }
.fs_26 {
	font-size:26px;
	line-height:35px;
	font-weight:300;
}
.fs_26 p {
	font-size:26px;
	line-height:35px;
	font-weight:300;
}
@media screen and (max-width: 767.98px) {
	.fs_26 {
		font-size:18px;
		line-height:24px;
	}
	.fs_26 p {
		font-size:18px;
		line-height:24px;
	}
}
.jm_blockquote h3.author_quote {
	text-align:center;
	font-size:32px;
	line-height:35px;
	color:#41b3e1;
}
.jm_blockquote blockquote { text-align:center; }
.jm_blockquote blockquote:before {
	content:'"';
	text-align:center;
	display:block;
	font-size:60px;
	line-height:70px;
	color:#41b3e1;
	margin:0 0 -20px 0;
}
</pre></body></html>