@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: #fff;
	color: #232323;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', Georgia, sans-serif;
	font-weight: 400;

	-webkit-text-size-adjust: 100%;
}

a {
	color: #6eb84a;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #202020;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}
h1,
.h1,
h2,
.h2 {
	font-weight: 700;
}

h1,
.h1 {
margin: 0.4em 0;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
  font-size: 2.5em;
  font-size: clamp(1.5rem, 0.7857rem + 2.2857vw, 2.5rem);
  font-weight: bold;
  line-height: 1.4;
font-family: Merriweather, 'Lucida Bright', Georgia, serif;
}
h2,
.h2 {
	margin: 1.111111111111em 0;
	font-size: 1.5em;
	line-height: 1.222222222222;
	font-weight: 600;
	color: #232323;
}
h3,
.h3 {
	margin: 1.111111111111em 0;
	font-size: 1.125em;
	line-height: 1.222222222222;
	font-weight: 600;
	color: #202020;
}
h3,
.h3 {
	font-weight: 700;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 1em 0;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.428571428571;
	text-transform: uppercase;
}
p,
ul,
ol,
table,
pre,
hr {
	margin: 0.714285714286em 0;
	font-size: 1em;
	line-height: 1.714285714286;
}

.font-size-down-1,
.font-size-down-1-module p,
.font-size-down-1-module ul,
.font-size-down-1-module ol,
.font-size-down-1-module table {
	margin: 0.833333333333em 0;
	font-size: 0.75em;
	line-height: 1.666666666667;
}

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;
}
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;
}

.font-sofia-sans {
	font-family: "Sofia Sans", sans-serif;
}

/* ------ 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: 77.5em;
	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;
	}
}

/* ------ Colourways ------ */

/* COLOURWAYS */


/* ------ Modules ------ */
.site-header-masthead {
   position: relative;
   z-index: 2;
}

@media all and (min-width: 30em) and (max-width: 46.1875em), all and (min-width: 58.75em) {
   .site-header-masthead {
      /*position: fixed;*/
      top: 0;
      width: 100%;
   }
}

.logo a {
	display: block;
	width: 100%;
	max-width: 15.4375em;
	margin: 2em 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;
}
.site-content {
	position: relative;
	z-index: 1;
	margin: 2em 0 5.5em 0;
}

.site-content .body-text {
	max-width: 75em;
	margin: 0 auto;
}

.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%;
	}
}

.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;
}
@media all and (min-width: 45em) {
  .slideshow-text {
      font-size: 48px;
   }
}
.content-module {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
.separated-section {
	padding-top: 1.875em;
	padding-bottom: 1.875em;
	border-top: 1px solid #e0e0e0;
}
.separated-section .heading {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.contact-site-content {
	text-align: center;
}
.icon-icomoon {
   /* use !important to prevent issues with browser extensions that change fonts */
   font-family: 'icomoon' !important;
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;

   /* Better Font Rendering =========== */
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
   content: "\eeef";
}
.icon-twitter:before {
   content: "\eef5";
}
.icon-instagram:before {
   content: "\e901";
}
.icon-pinterest:before {
  content: "\e904";
}

.social-media-list {
   margin-top: 0;
   margin-right: -0.5em;
   margin-left: -0.5em;
   text-align: left;
}
.social-media-list li {
  display: inline-block;
  margin: 1.25em 0;
  padding: 0;
  vertical-align: top;
}
.social-media-list a {
   display: block;
   text-decoration: none;
   margin: 0 0.5em;
}
.social-media-list .icon-icomoon,
.social-media-list .icon-icomoon:before {
   display: block;
}
.social-media-list .icon-icomoon {
   font-size: 1.5em;
}

.site-footer-section {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #282828;
}
.site-footer-section:first-child {
	border-top: 0;
}

.site-footer {
	background-color: #232323;
	color: #fff;
}

.site-credits {
	margin-top: 1.666666666667em;
	margin-bottom: 1.666666666667em;
	color: #fff;
}
.site-credits a {
	color: #6eb84a;
}

.site-credits a:hover,
.site-credits a:focus,
.site-credits a:active {
	color: #fff;
}

@media all and (min-width: 60em) {
	.site-credits {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
}
.top-image-module {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.top-image-spacer {
	padding: 0 0 52.41935483870968%;
}