@charset "utf-8";
/* Common CSS */

*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
body { margin:0; padding:0; font-family: 'Lato', sans-serif; font-size:16px; line-height:1.8; color:#425269; word-wrap:break-word; }
input, button, select, textarea { font-family:inherit; font-size:inherit; line-height:inherit; }
:focus { outline:none; }
a { color:#C8D200; text-decoration:none; }

.field--name-field-link a{position:relative;z-index:50;}
.field--name-field-link a:before{
	position:absolute;
	content:'';
	top:-20px;
	right:-45px;
	left:-20px;
	bottom:-20px;
	/*outline:1px solid red;*/
	z-index:40;
}

.preview-block {
	padding-bottom: 60px;
}

img { vertical-align:middle; border:none; max-width:100%; height:auto; }
hr { margin:30px 0; border:0; border-top:2px solid #e9edf0; }
embed, iframe, object {	margin:0 0 20px; max-width:100%; }
b, strong { font-weight:700; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin:0 0 20px; font-family:inherit; font-weight:700; line-height:1.1; color:#56676B; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { color:inherit; }
h1, .h1 { font-size:48px; }
h2, .h2 { font-size:36px; }
h3, .h3 { font-size:30px; }
h4, .h4 { font-size:18px; }
h5, .h5 { font-size:14px; }
h6, .h6 { font-size:12px; }

p { margin:0; margin-bottom:20px; }
ol, ul { margin:0; margin-bottom:20px; }

label { display:block; margin-bottom:8px; font-size:16px; font-family:'LatoHeavy'; font-weight:normal; text-transform:uppercase; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="file"], select, textarea {
	display:block;
	width:100%;
	margin:0 0 20px;
	padding:20px;
	background:#e9edf0;
	color:#56676b;
	border:1px solid #e9edf0;
	border-radius:5px;
	font-size:16px;
	line-height:normal;
	font-weight:normal;  
	resize:none;
}
textarea { min-height:180px; padding-left:55px; background-image:url(../images/textarea.png); background-repeat:no-repeat; background-position:20px 22px;}
select { 	
	padding-right:40px; 
	background:url(../images/select.png) no-repeat center right 15px #e9edf0; 
	-webkit-appearance:none; 
	   -moz-appearance:none; 
	   		appearance:none;
}
button, input[type="button"], input[type="submit"], .btn { 
	display:inline-block;
	max-width:100%;
	min-width:240px;	
	margin:0 0 20px;
	padding:18px 20px;
	background:#C8D200;
	color:#fff;
	border:none;
	border-radius:5px;
	cursor:pointer;
	vertical-align:middle;	
	text-align:center;
	font-size:18px;
	line-height:normal;
	letter-spacing:1px;
	font-family:'LatoHeavy';
	font-weight:normal;
	text-transform:uppercase;
	-webkit-appearance: none;
	text-shadow:1px 3px 4px rgba(0,0,0,0.15);
	-webkit-transition:all .2s;
			transition:all .2s;
}
.btn img { margin-right:10px; }
button:hover, input[type="button"]:hover, input[type="submit"]:hover, .btn:hover {
	background:#b7bc3c;
	color:#fff;	
}

.link-btn { display:inline-block; padding-right:30px; background:url(../images/link.png) no-repeat right top; font-size:14px; line-height:14px; color:#c8d200; letter-spacing:1px; font-family:'LatoHeavy'; font-weight:normal; text-transform:uppercase; -webkit-transition:all .2s; transition:all .2s; }
.link-btn:hover { padding-right:20px; }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color:#56676b; opacity:1; /* Firefox */ }
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color:#56676b; }
::-ms-input-placeholder { /* Microsoft Edge */ color:#56676b; }

::-moz-selection { background:#C8D200; color:#fff; }
::selection { background:#C8D200; color:#fff; }

table, .table { width:100%; margin:0 0 30px; padding:0; border-spacing:0; border-collapse:collapse; border:2px solid #42a6a2; }
table tr:nth-child(odd), .table .tr:nth-child(odd) { background:#f8f8f8; }
table th, .table .th { background:#42a6a2; color:#fff; font-weight:700; }
table th, table td, .table .th, .table .td { padding:15px 30px; border:none; text-align:left; line-height:normal; }
.table { display:none; }
.table .tr { border-bottom:1px solid #f8f8f8; }
.table .tr:last-child { border-bottom:none; }
.table .th, .table .td { width:50%; float:left; }

blockquote { position:relative; margin:30px 0; padding:50px 50px 50px 150px; background:#42a6a2; color:#fff; font-size:48px; line-height:1.3; font-weight:300; border-radius:5px; }
blockquote:before { content:''; position:absolute; top:65px; left:50px; width:60px; height:45px; background:url(../images/blockquote.png) no-repeat; background-size:100% auto; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom:0; }

.row {}
.row:before, .row:after { content:""; display:table; }
.row:after { clear:both; }

.container { width:1410px; margin:0 auto; }
.container:before, .container:after { content:""; display:table; }
.container:after { clear:both; }
.medium-container { max-width:1110px; }
.small-container { max-width:930px; }

.alignnone { margin-bottom:30px; border-radius:5px; }
.alignleft { float:left; margin:0 30px 30px 0; border-radius:5px; }
.alignright { float:right; margin:0 0 30px 30px; border-radius:5px; }
.aligncenter { display:block; margin:0 auto 30px; border-radius:5px; }

.typography p { margin-bottom:30px; }
.typography ul { list-style:none; margin-bottom:30px; }
.typography ul ul { margin-bottom:0; }
.typography ul li { background:url(../images/arrow.png) no-repeat left 10px; padding-left:20px; margin-top:6px; }
.typography ol { list-style:none; counter-reset:li; margin-bottom:30px; }
.typography ol ol { margin-bottom:0; }
.typography ol li { counter-increment:li; margin-top:6px; }
.typography ol ol li { padding-left:20px; }
.typography ol li:before { content:counter(li)'.'; display:inline-block; width:20px; font-weight:700; color:#C8D200; }
.typography h2, .typography h3 { padding-top:20px; }
.typography h2 p, .typography h3 p { margin: 0; }
.typography h1, .typography .h1 { padding-top:0; margin-bottom:30px; text-transform:uppercase; }
.typography a { color:inherit; border-bottom:1px solid #a0a8b4; }
.typography a:hover { color:#C8D200; border-color:#C8D200; }
.typography a.btn { color:#fff; border:none; }
.typography .btn a { color:#fff; border:none; text-decoration: none; }


#menubtn { display:none; background:#56676b; margin:0 0 0 0; padding:0; width:45px; height:45px; padding: 10px 10px;position: fixed;bottom: 15px;right: 15px;z-index: 99999;  
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;

}
#menubtn span {
  display:block;
  position:absolute;
  height:4px;
  width: auto;
  background: #fff;
  border-radius:3px;
  opacity:1;
  left: 10px;
  right: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#menubtn span:nth-child(1) {top: 12px;}
#menubtn span:nth-child(2), #menubtn span:nth-child(3) {top: 20px;}
#menubtn span:nth-child(4) {top: 28px;}
#menubtn.open span:nth-child(1) { top:8px; width:0%; left:50%; }
#menubtn.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#menubtn.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#menubtn.open span:nth-child(4) { top:8px; width:0%; left:50%; }
#mobile-mail { width:45px; height:45px; position:fixed; right:70px; bottom:15px; font-size:0; line-height:0; background:url(../images/mobile-mail.png) no-repeat center center #c8d200
; background-size:27px auto; z-index:99999; display:none; }