html {overflow-y:scroll;}
textarea {resize:vertical;min-height:60px;}

a, button, input {outline:0;}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.clear {clear:both;}

.highlight {color:#009ee3;}
.success {
	color:green;
}

.error {
	font-weight: bold;
	color: red;
}

.back {
	font-size:24px;
	line-height:28px;
	font-weight:bold;
}
.back:hover > img {opacity:1;}

.pdf {
	background-color:#009ee3;
	color:#FFF;
	padding:5px 25px 5px 20px;
}
.pdf > i {
	margin-right:10px;
}


html {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:16px;
	line-height:1.4;
	color:#000000;
	
	position:relative;
	min-height:100%;
	/*padding-bottom:185px;*/
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	padding-top:111px;
}
a {
	color:#009ee3;
	text-decoration:none;
}
a:hover {
	color:#000;
}

a > img.logo,
.tothetop img {
	transition: opacity 0.3s ease 0s;
}
a:hover > img.logo,
.tothetop:hover img {
	opacity:0.7;
}

p,ul,ol,table {
	margin:0 0 18px;
}
ul, ol {
	padding-left:20px;
}
ol > li {
	padding-bottom:18px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	margin:0 0 18px;
	color:#009ee3;
}
h2 {
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px;
	color:#000;
}
h3 {
	font-size:20px;
	font-weight:400;
	margin:0;
	color:#000;
}
h4 {
	font-size:15px;
	line-height:18px;
	font-weight:400;
	margin:0;
	color:#FFF;
}

button.button,
a.button {
	position:relative;
	text-align:left;
	padding:15px 55px 15px 85px;
	
	border:0;
	color:#FFF;
	background-color:#009ee3;
	transition: background-color 0.3s ease 0s;
	
	font-size:20px;
	line-height:24px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	display:inline-block;
}
button.button:before,
a.button:before {
	width:28px;
	height:26px;
	position:absolute;
	top:18px;
	left:50px;

	/*display:inline-block;*/
	content:"";
	
	background-image:url(../img/double-arrow.svg);
	background-repeat:no-repeat;
	background-position:0 0;
}
button.button {
	font-weight:bold;
}
button.button:hover,
a.button:hover {
	background-color:#000;
}


.transform-image {
	overflow:hidden;
}
.home .transform-image {
	border-bottom:6px solid #009ee3;
}
.transform-image img {
  width: 100%;
  height: auto;
  /*transition: transform 0.45s ease;*/
  transition: transform 0.55s ease;
}
div.home .transform-image:hover img,
li:hover .transform-image img {
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}


.outer-wrapper {
	width:100%;
	position:relative;
	z-index:2;
	min-height: 285px;
	
	background-color:#FFF;
}
/*wrapper*/
.wrapper {
	max-width:1280px;
	padding:0 30px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

@media only screen and (max-width : 480px) {
	html {
		padding-bottom:0;
	}
	.wrapper {
		padding:0 20px;
	}
	body {
		padding-top:77px;
	}
}

.content-small img {
	max-width:100%;
	height:auto;
}


.fa-th {
	font-size:14px;
}


a.map-link {
	display: block;
    position: relative;
}
a.map-link:hover > .overlay {
	opacity:1;
}

a.map-link .overlay {
	background-color: rgba(0, 158, 227, 0.3);
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-style: italic;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s linear 0s;
}
a.map-link .overlay > span {
	position:absolute;
	left:0;
	right: 0;
    text-align: center;
	top:50%;
	margin-top:-10px;
}

.form-small--recaptcha {
	text-align: right;
}

.form-small--recaptcha .g-recaptcha {
	display: inline-block;
	margin-bottom: 8px;
}