/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////* RESET * ////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

html{line-height:1;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0}h2,h3,h4,h5,h6{font-size:1.75em;margin:0}figcaption,figure,main{display:block}figure{margin:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing: border-box;box-sizing: border-box;}img{display: block;max-width:100%;max-height:100%;position:relative;margin:0;padding:0;}.clear{clear:both;}.clearfix::after{content:".";visibility:hidden;display:block;height:0;line-height:0;clear:both;}html,body,div,section,header,footer,aside,nav,p{display:block;position:relative;margin:0;padding:0;}a{position:relative;text-decoration:none;}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ///////////////////////////////////////////////////* LAYOUT ELEMENTS * ///////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #fff;
	background:#2c9582;
	line-height:1.5;
}

.sitecontainer{
	display:block;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	width:100%;
	height:auto;
	max-width:1920px;
	min-height:100vh;
	background:#fff;
}

.container{
	width:100%;
	height:auto;
	padding:0 50px;
}

.wrap{
	background:#f1f1f1;
}

.uk-container.inner .sitecontent{
	margin-bottom:40px;
}

.sitecontent {
	margin:25px 0 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 1.5;
	min-height: 550px;
	background:#fff;
}

.sitecontent.left {
	float:left;
	width:68%;
	margin-right:2%;
}

.sitecontent.right {
	float:right;
	width:68%;
	margin-left:2%;
}

aside {
	width:30%;
	padding:30px 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

aside.sidebar-right {
	float: right;
}

aside.sidebar-left {
	float: left;
}

.wp-block-columns {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.has-2-columns .wp-block-column {
	width: 50%;
	height: auto;
	margin: 0;
	float: left;
}

.has-2-columns .wp-block-column:nth-of-type(odd) {
	padding: 0 20px 0 0;
	clear: both;
}

.has-2-columns .wp-block-column:nth-of-type(even) {
	padding: 0 0 0 20px;
}

.has-2-columns.swap-columns .wp-block-column:nth-of-type(odd) {
	padding: 0 0 0 20px;
	float: right;
}

.has-2-columns.swap-columns .wp-block-column:nth-of-type(even) {
	padding: 0 20px 0 0;
	float: right;
}

.has-3-columns .wp-block-column{
	width:33.333333333333333%;
}

.has-3-columns .wp-block-column{
	width:33.333333333333333%;
	height:auto;
	margin:0;
	float:left;
}

.has-3-columns .wp-block-column:nth-of-type(1),
.has-3-columns .wp-block-column:nth-of-type(3n+1){
	padding:0 20px 20px 0;
	clear:both;
}

.has-3-columns .wp-block-column:nth-of-type(3n-1){
	padding:0 10px 20px 10px;
}

.has-3-columns .wp-block-column:nth-of-type(3n){
	padding:0 0 20px 20px;
}

.has-4-columns .wp-block-column{
	width:25%;
}

.has-4-columns .wp-block-column:nth-of-type(1){
	padding:0 15px 20px 0;
}

.has-4-columns .wp-block-column:nth-of-type(4n+2),
.has-4-columns .wp-block-column:nth-of-type(2){
	padding:0 10px 20px 5px;
}

.has-4-columns .wp-block-column:nth-of-type(4n+3),
.has-4-columns .wp-block-column:nth-of-type(3){
	padding:0 5px 20px 10px;
}

.has-4-columns .wp-block-column:nth-of-type(4n){
	padding:0 0 20px 15px;
}

.has-4-columns .wp-block-column:nth-of-type(4n+1){
	clear:both;
	padding:0 15px 20px 0;
}

.has-6-columns .wp-block-column{
	width:16.666666666666667%;
}

@media screen and (max-width:1365px) {
	.container{
		padding:0 30px;
	}
}

@media screen and (max-width:1024px) {
	.container{
		padding:0 20px;
	}
	
	.has-4-columns .wp-block-column{
		width:50%;
	}

	.has-4-columns .wp-block-column:nth-of-type(1){
		padding: 0 20px 20px 0;
	}

	.has-4-columns .wp-block-column:nth-of-type(4n+2),
	.has-4-columns .wp-block-column:nth-of-type(2){
		padding: 0 0 20px 20px;
	}

	.has-4-columns .wp-block-column:nth-of-type(4n+3),
	.has-4-columns .wp-block-column:nth-of-type(3){
		padding: 0 20px 20px 0;
	}

	.has-4-columns .wp-block-column:nth-of-type(4n){
		padding: 0 0 20px 20px;
	}

	.has-4-columns .wp-block-column:nth-of-type(4n+1){
		clear:none;
		padding: 0 20px 20px 0;
	}
	
	.has-4-columns .wp-block-column:nth-of-type(odd){
		clear:both;	
	}
}

@media screen and (max-width: 960px) {
	.sitecontent.right,
	.sitecontent.left {
		width: 100%;
		float: none;
		margin: 20px 0;
		min-height:0;
	}

	aside {
		float: none !important;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.has-2-columns .wp-block-column,
	.has-3-columns .wp-block-column,
	.has-4-columns .wp-block-column,
	.has-6-columns .wp-block-column{
		width: 100%;
		float: none;
		padding: 0 0 20px 0 !important;
	}
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////* CONTENT ELEMENTS * /////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

h1,.uk-h1,h2,.uk-h2,h3,.uk-h3,h4,.uk-h4,h5,.uk-h5,h6.uk-h6,
.uk-heading-2large,
.uk-heading-xlarge,
.uk-heading-large,
.uk-heading-medium {
	position:relative;
	display:block;
	color:#117E6C;
	line-height:1.5;	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family:'Montserrat',sans-serif;
	font-weight:bold;
	letter-spacing:-0.5px;
	margin:0;
	padding:0;
}

.uk-heading-xlarge{
	font-size:60px;
}

.uk-heading-large{
	font-size:42px;
}

.uk-heading-medium{
	font-size:29px;
}

h1,.uk-h1{
	font-size:32px;
}

h2,.uk-h2{
	font-size:26px;
}

h3,.uk-h3{
	font-size:24px;
}

h4,.uk-h4{
	font-size:22px;
}

h5,.uk-h5{
	font-size:20px;
}

h6,.uk-h6{
	font-size:18px;
}

p{
	margin:0 0 20px;
	padding:0;
}

span.bold,b,strong{
	font-weight:bold;
}

.lato{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.entry-content p.cta{
    text-align:center;
    font-style:normal;
    font-weight:bold;
    color:#900;
}

.entry-content ul,
.entry-content ol {
	display: block;
	position: relative;
	margin: 5px 0 9px 30px;
	padding: 0;
}

.entry-content ul li,
.entry-content ol li {
	padding: 0 0 6px 0;
}

.entry-content ul.doubleul,
.entry-content ol.doubleul {
	margin-right: 30px;
	float: left;
}

.entry-content ul.doubleul2,
.entry-content ol.doubleul2 {
	float: left;
	margin-right: 0;
}

button.btn,
a.btn{
	display:inline-block;
	cursor:pointer;
	position:relative;
	margin:20px 0;
	padding:10px 20px;
	background:#B6000C;
	color:#fff;
	text-decoration:none;
	border:0;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	font-weight:bold;
}

button.btn span,
a.btn span{
	float:left;
	margin-right:10px;
}

button.btn:hover,
a.btn:hover{
	background:#900;
	color: #fff;
}

button.btn:focus,
a.btn:focus{
	background:#900;
	color: #fff;
	outline: none;
}

button.btn.centered,
a.btn.centered{
	display: table;
	margin: 20px auto;
}

.wp-block-image {
	z-index: 2;
	position: relative;
	margin: 0;
}

.phright,img.alignright,
.wp-block-image .alignright {
	float: right;
	margin: 0 0 20px 20px;
	width: auto;
	height: auto;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	max-width: 100% !important;
	z-index:2;
}

.phleft,img.alignleft,
.wp-block-image .alignleft {
	float: left;
	display: block;
	margin: 10px 20px 20px 0;
	width: auto;
	height: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	max-width: 100% !important;
	z-index:2;
}

.wp-block-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	max-width: 100%;
	z-index:2;
}

img.alignnone,
.wp-block-image .aligncenter img {
	margin: 20px auto;
	z-index:2;
}

@media screen and (max-width:1280px) {	
	h1,.uk-h1{
		font-size:30px;
	}

	h2,.uk-h2{
		font-size:24px;
	}

	h3,.uk-h3{
		font-size:22px;
	}

	h4,.uk-h4{
		font-size:20px;
	}

	h5,.uk-h5{
		font-size:18px;
	}

	h6,.uk-h6{
		font-size:16px;
	}
	
	.uk-heading-xlarge{
		font-size:58px;
	}
	
	.uk-heading-large{
		font-size:40px;
	}

	.uk-heading-medium{
		font-size:26px;
	}
}

@media screen and (max-width:1200px) {
	.uk-heading-xlarge{
		font-size:48px;
	}
}

@media screen and (max-width:1120px) {
	.uk-heading-xlarge{
		font-size:44px;
	}
}

@media screen and (max-width:1024px) {
	.uk-heading-xlarge{
		font-size:38px;
	}
	
	.uk-heading-large{
		font-size:36px;
	}
}

@media screen and (max-width:991px) {
	h1,.uk-h1{
		font-size:28px;
	}
	
	h2,.uk-h2{
		font-size:22px;
	}

	h3,.uk-h3{
		font-size:20px;
	}

	h4,.uk-h4{
		font-size:18px;
	}

	h5,.uk-h5{
		font-size:16px;
	}
	
	.uk-heading-xlarge{
		font-size:36px;
	}
	
	.uk-heading-large{
		font-size:34px;
	}
	
	.uk-heading-medium{
		font-size:24px;
	}
}

@media screen and (max-width:768px) {
	.uk-heading-xlarge{
		font-size:32px;
	}
	
	.uk-heading-large{
		font-size:30px;
	}
	
	.uk-heading-medium{
		font-size:22px;
	}
	
	.phright,img.alignright,
	.wp-block-image .alignright {
		max-width: 280px !important;
	}
	
	.phleft,img.alignleft,
	.wp-block-image .alignleft {
		max-width: 280px !important;
	}
}

@media screen and (max-width:736px) {
	.uk-heading-xlarge{
		font-size:30px;
	}
	
	.uk-heading-large{
		font-size:28px;
	}
	
	.phright,img.alignright,
	.wp-block-image .alignright {
		max-width: 250px !important;
	}
	
	.phleft,img.alignleft,
	.wp-block-image .alignleft {
		max-width: 250px !important;
	}
}

@media screen and (max-width:650px) {
	.entry-content ul.doubleul,
	.entry-content ol.doubleul {
		margin-bottom: 0;
		float: none;
		clear: both;
	}
	
	.entry-content ul.doubleul2,
	.entry-content ol.doubleul2 {
		margin-top: 0;
		float: none;
		clear: both;
	}
}

@media screen and (max-width:480px) {
	.phright,img.alignright,
	.wp-block-image .alignright {
		max-width: 230px !important;
	}
	
	.phleft,img.alignleft,
	.wp-block-image .alignleft {
		max-width: 230px !important;
	}
}

@media screen and (max-width: 479px) {
	.phright,img.alignright,
	.wp-block-image .alignright {
		width: auto;
		float: none;
		margin: 20px auto;
		max-width: 100% !important;
	}
	
	.phleft,img.alignleft,
	.wp-block-image .alignleft {
		width: auto;
		float: none;
		margin: 20px auto;
		max-width: 100% !important;
	}
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////* NAVIGATION * //////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

a.nav-toggle{
	display:none;
}

.navbar{
	background-color:#117E6C;
}

.navbar nav{
	background-color:#117E6C;
	margin: 0 auto;
	padding:0;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.navbar nav ul{
	display:block;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}

.navbar nav ul li{
	display:block;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	height:auto;
}

.navbar nav ul li.menu-item-2568{
	background:#86AA3B;
}

.navbar nav ul li.menu-item-2568 a:hover{
	background:#86AA3B;
}

.navbar nav ul li:hover ul{
	visibility:visible;
}

.navbar nav ul li a{
	-webkit-transition:background 0.1 ease-in-out, color 0.1 ease-in-out;
	-moz-transition:background 0.1 ease-in-out, color 0.1 ease-in-out;
	-o-transition:background 0.1 ease-in-out, color 0.1 ease-in-out;
	-ms-transition:background 0.1 ease-in-out, color 0.1 ease-in-out;
	transition:background 0.1 ease-in-out, color 0.1 ease-in-out;
	display:block;
	position:relative;
	margin:0;
	padding:17px 18px;
	font-size:14px;
	line-height:24px;
	min-width:57px;
	min-height:58px;
	text-decoration:none;
	color:#fff;
}

.navbar nav ul li:first-of-type a{
	font-size:24px;
	padding:17px 15px;
}

.current-menu-item,
.navbar nav ul li a:hover,
.navbar nav ul li a:focus {
	color:#fff;
	background:#0A6354;
}

.navbar nav ul ul{
	position:absolute;
	top:58px;
	left:0;
	z-index:100;
	visibility:hidden;
	width:220px;
	height:auto;
	margin:0;
	padding:0;
	background:#0A6354;
}

.navbar nav ul li.menu-item-2568 ul{
	width:380px;
}

.navbar nav ul ul li{
	width:100%;
	border-bottom:1px solid #2c9582;
}

.navbar nav ul li.menu-item-2568 ul li{
	border-bottom:1px solid #2c9582;
	background:#0A6354;
	padding:0;
	width:50%;
}

.navbar nav ul li.menu-item-2568 ul li:nth-of-type(odd){
	border-right:1px solid #2c9582;
}

.navbar nav ul ul li:last-of-type{
	border-bottom:0;
}

.navbar nav ul ul li::before{
	display:none;
}

.navbar nav ul ul li a{
	padding:8px 18px;
	line-height:24px;
	color:#fff;
	font-size:14px;
	background:transparent;
	min-height:0;
}

.navbar nav ul ul li:first-of-type a{
	font-size:14px;
	padding:8px 18px;
}

.navbar nav ul ul li a:hover,
.navbar nav ul ul li a:focus{
	color:#fff;
	background:#86AA3B;
}

@media screen and (max-width:1200px){
	nav.closed{
		display: none;
	}
	
	a.nav-toggle{
		display:block;
		width:44px;
		height:50px;
		margin:4px 0 0 -6px;
		padding:24px 6px 23px;
		text-decoration: none;
		float:left;
		cursor:pointer;
	}
	
	a.nav-toggle.active{
		margin-bottom:1px;
	}

	a.nav-toggle:focus{
		text-decoration: none;
		outline: none;
	}
	
	a.nav-toggle span{
		display: block;
		width: 100%;
		height: 3px;
		background: #fff;
		position: relative;
	}
	
	a.nav-toggle.active span{
		background:transparent;
	}
	
	a.nav-toggle span::before,
	a.nav-toggle span::after {
		display: block;
		position: absolute;
		content: '';
		width: 100%;
		height: 3px;
		background: #fff;
		top: -8px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	a.nav-toggle span::after {
		top: auto;
		bottom: -8px;
	}
	
	a.nav-toggle.active a.nav-toggle span {
		background: #900;
	}
	
	a.nav-toggle.active span::before {
		width: 30px;
		height: 4px;
		-webkit-transform: rotate(-48deg);
		-moz-transform: rotate(-48deg);
		-ms-transform: rotate(-48deg);
		-o-transform: rotate(-48deg);
		transform: rotate(-48deg);
		top: auto;
	}
	
	a.nav-toggle.active span::after {
		width: 30px;
		height: 4px;
		-webkit-transform: rotate(48deg);
		-ms-transform: rotate(48deg);
		-moz-transform: rotate(48deg);
		-o-transform: rotate(48deg);
		transform: rotate(48deg);
		bottom: auto;
	}
	
	nav.opened {
		display: block;
		position: relative;
	}
	
	nav.opened ul,
	nav.opened ul ul {
		display:block;
		position:relative;
		width:100% !important;
		margin:0;
		padding:0;
		top:auto;
		left:auto;
		visibility:visible;
		background:none;
	}

	nav.opened ul li,
	nav.opened ul ul li{
		display:block;
		width:100% !important;
		margin:0;
		padding:0;
		border:0 !important;
	}
	
	.navbar nav ul li.menu-item-2568,
	.navbar nav ul li.menu-item-2568 ul li{
		background:none;
	}
	
	nav.opened ul li a,
	nav.opened ul ul li a{
		display: block;
		margin: 0;
		padding:10px 10px 10px 20px;
		font-size:18px !important;
		min-height:0;
		line-height: 27px;
		border-top: 1px solid #2c9582;
		background:none;
		color: #fff !important;
	}
	
	nav.opened ul ul li a {
		font-size:16px !important;
	}
	
	.navbar nav.opened ul li:first-of-type a{
		padding:10px 10px 10px 20px;
	}
	
	.navbar nav.opened ul li:last-of-type{
		margin-bottom:15px;
	}
	
	.navbar nav.opened ul ul li:last-of-type{
		margin-bottom:0;
	}
	
	.navbar nav.opened ul li:last-of-type a{
		border-bottom:1px solid #2c9582;
		padding-bottom:9px;
	}	
	
	.navbar nav.opened ul ul li:last-of-type a{
		border-bottom:0;
		padding-bottom:10px;
	}
	
	nav.opened ul li a:hover,
	nav.opened ul ul li a:hover {
		background:#86AA3B;
		color:#fff !important;
	}
	
	nav.opened ul ul a {
		text-indent: 15px;
	}
	
	nav.opened ul ul a::before {
		content: '- ';
	}
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////* FORMS * //////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.form form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.form p {
	clear: both;
	margin: 0;
	padding: 0;
}

.form label{
	display:block;
	font-size:13px;
	padding:0 0 0 1px;
	margin:0 0 4px;
	line-height:18px;
	color:#000;
	float:left;
}

.form label.hiddenlabel{
	position:absolute;
	float:none;
	margin:0;
	padding:0;
}

.form input,
.form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	position: relative;
	width: 100%;
	border: 2px solid #E1E1E1;
	float: left;
	clear: both;
	z-index: 2;
	padding: 0 5px;
	margin: 0 0 10px;
	line-height:36px;
	height:40px;
	overflow: hidden;
	resize: none;
	font-size: 16px;
	font-family: inherit;
	background: #fff;
}

.form textarea {
	height: auto;
	max-height: 120px;
}

.form input:focus,
.form textarea:focus {
	outline: none;
	background: #fff;
}

.form .requiredinput {
	float: left;
	margin: 0 0 10px;
	width: 100%;
}

.form .requiredinput::after {
	color: #900;
	content: '*';
	position: absolute;
	display: inline-block;
	right: 4px;
	top: 4px;
	font-weight: bold;
	z-index: 3;
	font-size: 18px;
	line-height: 1;
}

.form .requiredinput input {
	margin-bottom: 0;
}

.form input.req,
.form textarea.req {
	margin: 0;
	padding-right: 20px;
}

.form .security {
	float: left;
	padding: 0 0 0 87px;
	width: 100%;
}

.form .security .wpcf7-captcha-captcha-100 {
	position: absolute;
	width: 78px;
	height: 32px;
	padding: 3px 2px;
	border: 1px solid #d3d3d3;
	background: #fff;
	top: 0;
	left: 0;
}

.form input.submit,
.form button.submit {
	width: auto;
	height: auto;
	cursor: pointer;
	float: right;
	border: 0;
	color: #fff;
	background-color: #B6000C;
	font-size: 17px;
	line-height: 36px;
	padding: 5px 15px;
	margin-top: 10px;
	font-weight: bold;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.form input.submit:hover,
.form button.submit:hover {
	background-color:#900;
}

.form input.submit:focus,
.form button.submit:focus {
	outline: none;
	background-color:#900;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.form span.wpcf7-not-valid-tip {
	display: block;
	position: relative;
	background: #ff9494;
	color: #f00;
	width: 100%;
	height: auto;
	padding: 7px 8px 7px 30px;
	font-size: 12px;
	line-height: 14px;
	float: left;
	clear: both;
	margin: 10px 0 0;
}

.form span.wpcf7-not-valid-tip::before {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 15px;
	left: 8px;
	top: 6px;
	background: url(../../../uploads/error.svg) center/cover no-repeat;
	content: "";
	z-index: 1;
}

.form span.wpcf7-not-valid-tip::after {
	display: block;
	position: absolute;
	content: '';
	top: -5px;
	left: 9px;
	width: 12px;
	height: 12px;
	background: #ff9494;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 0;
}

.form .wpcf7-validation-errors {
	display: block;
	position: relative;
	background: #fff695;
	color: #9f6000;
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 31px;
	font-size: 13px;
	line-height: 18px;
	float: left;
	clear: both;
	margin: 10px 0 0;
	border: 0;
}

.form .wpcf7-validation-errors::before {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 15px;
	left: 8px;
	top: 11px;
	background: url(../../../uploads/error.svg) center/cover no-repeat;
	content: "";
	z-index: 1;
	color: #ff9494;
}

.form .wpcf7-mail-sent-ok {
	display: block;
	position: relative;
	background: green;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 31px;
	font-size: 13px;
	line-height: 18px;
	float: left;
	clear: both;
	margin: 20px 0 0;
	border: 0;
}

.form .wpcf7-mail-sent-ok::before {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 10px;
	top: 11px;
	background: url(../../../uploads/ok.svg) center/cover no-repeat;
	content: "";
	z-index: 1;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////* Excerpts * ////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.entry-summary{
	border-bottom:1px solid #e1e1e1;
	margin-bottom:30px;
}

.entry-summary.last{
	border-bottom:0;
	margin-bottom:0;
}

.excerpt-thumb{
	display:block;
	position:absolute;
	width:250px;
	height:220px;
	top:0;
	left:0;
	background-position:center;
	background-color:#eee;
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	z-index:2;
}

.excerpt-thumb::before{
	background:rgba(134, 170, 59, 0.5);
	z-index:2;
	display:block;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	content:'';
	opacity:0;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.excerpt-thumb:hover::before{
	visibility:visible;
	opacity:1;
}

.excerpt-thumb span{
	font-size:24px;
	line-height:24px;
	padding:13px;
	width:50px;
	height:50px;
	background:#fff;
	color:rgb(17,126,108);
	text-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	visibility:hidden;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	z-index:3;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity:0;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.excerpt-thumb:hover span{
	visibility:visible;
	opacity:1;
}

.excerpt-content{
	min-height:220px;
	margin-bottom:30px;
	padding-left:280px;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;

	z-index:1;
}

.excerpt-thumb.no-thumb{
	background-image:url(../../../uploads/excerpt-placeholder.jpg);
}

.entry-summary.entry-content h3 a{
	color:inherit;
}

.excerpt-content .btn-wrap{
	display:block;
}

.excerpt-content .btn-wrap .btn{
	float:right;
}

@media screen and (max-width:768px){
	.excerpt-thumb{
		width:200px;
		height:180px;
	}
	
	.excerpt-content{
		min-height:180px;
		padding-left:230px;	
	}
}

@media screen and (max-width:650px){
	.excerpt-thumb{
		width:180px;
		height:160px;
	}
	
	.excerpt-content{
		min-height:160px;
		padding-left:210px;
	}
}

@media screen and (max-width:540px){
	.excerpt-thumb{
		width:100%;
		height:0;
		padding-bottom:60%;
		position:relative;
		top:auto;
		left:auto;
		margin-bottom:20px;
		min-height:192px;
	}
	
	.excerpt-content{
		min-height:0;
		padding-left:0;
	}
	
	.excerpt-content .btn-wrap .btn{
		float:none;
	}
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////* Pagination * ///////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.woocommerce nav.woocommerce-pagination,
.sitecontent .navigation{
	clear:both;
	padding-top:31px;
	border-top:1px solid #e1e1e1;
}

.woocommerce nav.woocommerce-pagination li a,
.woocommerce nav.woocommerce-pagination li a:hover,
.sitecontent .navigation li a,
.sitecontent .navigation li a:hover,
.sitecontent .navigation li.active a,
.sitecontent .navigation li.disabled{
    color:#666;
    text-decoration:none;
}

.woocommerce nav.woocommerce-pagination ul,
.sitecontent .navigation ul{
    margin:0;
    display:block;
    list-style:none;
	padding-left:0;
	border:0;
}

.woocommerce nav.woocommerce-pagination ul li,
.sitecontent .navigation li{
    display:block;
    width:auto;
    float:left;
    margin:0;
    padding:0;
    height:auto;
    margin-bottom:20px;
	border:0;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
.sitecontent .navigation li span.current,
.sitecontent .navigation li a,
.sitecontent .navigation li a:hover,
.sitecontent .navigation li.active a,
.sitecontent .navigation li.disabled{
    background:transparent;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding:8px 12px;
    border:1px solid #0D5C4F;
    margin-right:3px;
    font-size:16px;
    line-height:16px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
.sitecontent .navigation li span.current,
.sitecontent .navigation li a:hover,
.sitecontent .navigation li.active a{
    background:#0D5C4F;
    color:#fff;
    border:1px solid #0D5C4F;
}

.nav-below{
    display:block;
    position:relative;
    margin:20px 0 0;
    padding:0;
    width:100%;
}

.nav-previous{
    display:block;
    float:left;
    width:auto;
    position:relative;
    text-align:left;
}

.nav-next{
    text-align:right;
    display:block;
    position:relative;
    float:right;
    width:auto;
}

.nav-next a,
.nav-previous a{
    line-height:18px;
    font-size:18px;
    color:#003276;
    text-decoration:none;
    font-weight:bold;
}

.nav-next a i{
    display:inline-block;
    padding-left:8px;
    color:#990000;
    font-weight:normal;
}

.nav-previous a i{
    display:inline-block;
    padding-right:8px;
    color:#990000;
    font-weight:normal;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////* MISC * /////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

footer a {
	text-decoration: underline;
	color: inherit;
}
footer a:hover {
	text-decoration: none;
}

#seo{
	margin:57px auto 41px;
	display:table;
	width:auto;
}

.copyrightwrap {
	overflow: hidden;
	background: #0D5C4F;
	margin: 0;
	padding: 0;
}

.copyright{
	text-align:center;
	font-size:14px;
	line-height:24px;
	color:#fff;
	padding-top:11px;
	padding-bottom:11px;
	margin:0;
}

.back2top {
	display: none;
	position: fixed;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	opacity: 0.8;
	width: 40px;
	height: 40px;
	bottom: 40px;
	right: 22px;
	border: 2px solid #ededed;
	background: #000;
	z-index: 1000;
}

.back2top::before,
.back2top::after {
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 4px;
	background: #fff;
	top: 0;
	bottom: 0;
	left: 7px;
	margin: auto;
	-webkit-transform: rotate(-48deg);
	-moz-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	-o-transform: rotate(-48deg);
	transform: rotate(-48deg);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.back2top::after {
	right: 7px;
	left: auto;
	-webkit-transform: rotate(48deg);
	-moz-transform: rotate(48deg);
	-ms-transform: rotate(48deg);
	-o-transform: rotate(48deg);
	transform: rotate(48deg);
}

.back2top:hover {
	opacity: 1;
}

@media screen and (max-width:650px){
	.copyright{
		float: none;
		display: block;
		width: 100%;
		line-height: 24px;
		padding-top: 8px;
		padding-bottom: 8px;
		text-align: center;
	}
}