@font-face {
   font-family: 'icomoon';
     src:  url('/fonts/icomoon.eot?xre8ug');
     src:  url('/fonts/icomoon.eot?xre8ug#iefix') format('embedded-opentype'),
       url('/fonts/icomoon.ttf?xre8ug') format('truetype'),
       url('/fonts/icomoon.woff?xre8ug') format('woff'),
       url('/fonts/icomoon.svg?xre8ug#icomoon') format('svg');
     font-weight: normal;
     font-style: normal;
}
html {
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	color: #151a20;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', Georgia, sans-serif;
	font-weight: 400;

	-webkit-text-size-adjust: 100%;
}

a {
	color: #91c4bf;
}
a:hover,
a:focus,
a:active {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}
h1,
.h1,
h2,
.h2 {
	font-weight: 600;
}

h1 {
	margin: 1em 0;
	line-height: 1;
	margin: 0;
	font-size: 2.625em;
	font-family: Lato;
	padding: 1em 1em 0;
	background: #fff;

}
@media all and (min-width: 660px) {
	h1 {
		background: transparent;
		transform: translateY(-50%);
		left: 0;
		color: #fff;
		left: 10%;
		width: 100%;
		position: absolute;
		top: 50%;
		max-width: 538px;
		padding: 0;
		font-size: 3.5em;
	}
}
@media all and (min-width: 1180px) {
	h1 {
		left: 250px;
	}
}
h2,
.h2 {
	margin: 0.75em 0;
	font-size: 2em;
	line-height: 1;
	font-weight: 700;
	font-family: 'Lato', Georgia, sans-serif;
}
p,
ul,
ol,
table,
pre,
hr {
	margin: 1.714285714285714em 0;
	font-size: 0.875em;
	line-height: 1.714285714285714;
}
th,
td {
	padding: 0.357142857143em;
}
b,
strong,
th {
	font-weight: 700;
}

ul ul,
ul ol,
ol ul,
ol ol,
ul p,
ol p,
ul table,
ol table {
	line-height: inherit;
}
ul ul,
ul ol,
ol ul,
ol ol {
	font-size: 1em;
	margin-top: 0;
}
img {
	border: 0;
	max-width: 100%;
	display: block;
	height: auto;
}
address {
	font-style: normal;
}
object {
	display: block;
}
iframe {
	display: block;
	margin: 0;
	border: 0;
}
pre,
code {
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
	font-family: monospace;
}
pre {
	padding: 1em;
	overflow: auto;
}
hr {
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: 0;
}

/* ------ Helper Styles ------ */
.clear-self:before,
.clear-self:after,
.nav-main:before,
.nav-main:after {
	content: '';
	display: table;
}
.clear-self:after,
.nav-main:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-centre {
	text-align: center;
}
.text-right {
	text-align: right;
}
.float-container {
	clear: left;
	float: left;
	width: 100%;
}
.ib {
	display: inline-block;
}
.remove {
	display: none !important;
}
.js .remove-if-js-enabled {
	display: none;
}
.overflow-auto {
	overflow: auto;
}
.hide-text {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.relative {
	position: relative;
}
.list-reset {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

/* ------ Mini Modules ------ */

.skip-link {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 0.5em;
	font-size: 1.2em;
	line-height: 1.333;
	text-decoration: none;
	z-index: 3;
}
.skip-link:focus,
.skip-link:active {
	left: 0;
	background-color: #000;
	color: #fff;
}

/* ------ Layout ------ */

.wrapper {
	max-width: 65.9375em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.wrapper.no-padding {
	padding-right: 0;
	padding-left: 0;
}

.grid-adjust-default,
.grid-adjust-4-col {
	margin-right: -0.625em;
	margin-left: -0.625em;
}

.gutter-default,
.gutter-default-4-col {
	padding-right: 0.625em;
	padding-left: 0.625em;
}

@media all and (min-width: 60em) {
	.wrapper {
		padding-right: 2.375em;
		padding-left: 2.375em;
	}

	.grid-adjust-default {
		margin-right: -1.1875em;
		margin-left: -1.1875em;
	}
	.grid-adjust-4-col {
		margin-right: -1.25em;
		margin-left: -1.25em;
	}

	.gutter-default {
		padding-right: 1.1875em;
		padding-left: 1.1875em;
	}
	.gutter-default-4-col {
		padding-right: 1.25em;
		padding-left: 1.25em;
	}
}


/* ------ Modules ------ */
.site-header-masthead {
   position: relative;
   z-index: 2;
   background-color: #fff;
}
.logo a {
	display: block;
	width: 100%;
	max-width: 506px;
	margin: 1.25em auto;
}
.logo img {
	display: block;
	width: 100%;
}
.logo {
	display: inline-block;
	vertical-align: middle;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logo {
	width: 100%;
}
	.logo a {
	width: auto;
}

.top-image-module {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.top-image-spacer {
	padding: 0 0 38.38709677419355%;
}

.site-content-body {
	margin-top: -0.625em;
}

.slideshow-text {
   text-align: center;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 100%;
   color: #fff;
   font-weight: 500;
   font-size: 28px;
}

.site-content {
	position: relative;
	z-index: 1;
	padding: 3em 0;
	background-color: #fff;
}

.site-content-1-1,
.site-content-1-2,
.site-content-1-3,
.site-content-2-3,
.site-content-1-4,
.site-content-3-4 {
	display: inline-block;
	vertical-align: top;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media all and (min-width: 40em) {
	.site-content-1-2,
	.site-content-1-3,
	.site-content-2-3 {
		width: 50%;
	}
}

@media all and (min-width: 50em) {
	.site-content-1-4 {
		width: 25%;
	}
	.site-content-3-4 {
		width: 75%;
	}
}

@media all and (min-width: 60em) {
	.site-content-1-3 {
		width: 33.3333333333%;
	}
	.site-content-2-3 {
		width: 66.6666666667%;
	}
}
.content-module {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}

.logo-container {
	margin: 1.5em 0 3.5em;
}	
.logo-container .site-content-1-2 {
	max-width: 364px;
}

.site-footer {
	background-color: #f4f4f4;
	color: #151a20;
}

.site-credits {
	margin-top: 2.666666666666667em;
	margin-bottom: 2.666666666666667em;
	font-size: .75em;
	line-height: 1;
}
.site-credits a {
	color: #202020;
}
