@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
}

.poppins-18-dark-blue {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #86c43f;
	font-weight: 700;
	text-decoration: none;
}


.poppins-15-green {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #86c43f;
	font-weight: 700;
	text-decoration: none;
}

.pop-16-grey {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #737373;
	text-decoration: none;
	font-weight: 300;
}

.pop-21-grey {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #737373;
	text-decoration: none;
	font-weight: 300;
}

.pop-28-grey {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	line-height: 30px;
	color: #737373;
	text-decoration: none;
	font-weight: 300;
}

.pop-16-bread {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #737373;
	text-decoration: none;
	font-weight: 300;
}
.pop-16-grey-dark {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #737373;
	text-decoration: none;
	font-weight: 600;
}

.pop-20-grey-dark {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #737373;
	text-decoration: none;
	font-weight: 700;
}

.pop-16-white {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
}

.pop-16-white-light {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
}

.pop-20-white {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
}


.button4 {
	display: block;
	height: 35px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	line-height: 35px;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #fcc513;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
a.button4:hover {
	background-color:#000 ;
	color: #FFFFFF;
}

.button5 {
	display: block;
	height: 50px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #fcc513;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
a.button5:hover {
	background-color:#000 ;
	color: #FFFFFF;
}



.container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.navigation {
	position: absolute;
	width: 100%;
	height: 65px;
	transition: background-color 0.6s ease;
	background: rgba(0, 0, 0,0.6);
	z-index: 100000;
}
.nav_fixed {
	position: fixed;
	width: 100%;
	top: 0px;
	height: 65px;
	background-color: #45454c;
	transition: position 0.4s ease;
	transition: background-color 0.6s ease;
	background: rgba(0, 0, 0,0.8);
	top: 0;
}


#topnav2 div.drop {
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 65px;
	display: block;
}
#topnav2 div.drop div {
	display: none;
	position: absolute;
	top: 65px;
	width: 100px;
	line-height: 65px;
	height: auto;
	min-height: 15px;
	padding: 0px;
	z-index: 10000000000;
	background: rgba(0, 0, 0, 0.8);
}
#topnav2 div.drop:hover > div {
	display: block;
}
#topnav2 div.drop div a {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	padding: 10px 20px;
	letter-spacing: 0.7px;
}
#topnav2 div.drop div a:hover {
	background-color: #86C43F;
}
a.top-link2:hover {
	background-color: #FFC401;
	color: #ffffff;
}
a.top-link2 {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 65px;
	width: 100%;
	line-height: 65px;
	font-weight: 700;
}

#topnav div.drop {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;	
}
#topnav div.drop div {
	display: none;
	position: absolute;
	top: 42px;
	width: auto;
	height: auto;
	padding: 0px;
}
#topnav div.drop:hover > div {
	z-index: 100000000000;
	display: block;
}
#topnav div.drop:hover > div a:hover {
	z-index: 100000000010;
}

.cta-bg {
	background-color: #363636;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.09' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}


/* Float Hover 2 */
.float-shadow2 {
	display: inline-block;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 12px rgba(50, 50, 50, 0);
}
.float-shadow2:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(50, 50, 50, 0.08) 0%, rgba(50, 50, 50, 0) 90%);
	/* W3C */
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.float-shadow2:hover, .float-shadow2:focus, .float-shadow2:active {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);/* move the element up by 5px */
}
.float-shadow2:hover:before, .float-shadow2:focus:before, .float-shadow2:active:before {
	opacity: 1;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


.parallax {
	background-attachment: fixed;
}


.grey-box {
	background-color: #f6f6f6;
	border-radius: 2px;
	border: 1px solid #e1e1e1;
}


img.sop {
	filter: alpha(opacity=100);
	opacity: 1;
}
img:hover.sop  {
	filter: alpha(opacity=60);
	opacity: 0.6;
	font-weight: 400;
}


#mobile_return {
   display: block; top: 0; left: 0; width: 100%; text-align: center; /*Leave this line alone */
   position: fixed;
   height: 3em;
   z-index: 9999999999999999999;
   background: #03AAD6; /* Change this background colour */
}
#mobile_return a { 
   font-size: 1.4em; line-height: 2.2em; vertical-align: middle; text-decoration: none; /*Leave this line alone */
   font-family: Arial, sans-serif;
   color: #ffffff; /* Change this text colour */
}


.home-orange-button {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	padding: 18px 22px 18px 24px;
	background-color: orange;
	letter-spacing: 2px;
	border-radius: 200px;
	color: #FFFFFF;
	transition: all 0.2s ease;
}
.home-orange-button:hover {
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.2s ease;
}
.home-orange-button:hover::after {
	padding-left: 20px !important;
	transition: all 0.2s ease;
}
.home-orange-button::after {
	content:'\E315';
	font-family: 'Material Icons';
	vertical-align: -1px;
	padding-left: 6px;
	font-weight: 700;
	transition: all 0.2s ease;
}


.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000000;
	opacity: .85;
	z-index: 999999999999;
	display: none;
}
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: auto;
	max-width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999999999999;
}
#btnClose {
  font: normal normal 20px/20px 'Open Sans', sans-serif;
	display: inline-block;
	font-weight:700;
	text-align: right;
	text-decoration: none;
	color: #cccccc;
  position: absolute;
  right: -20px;
  top: -4px;
  z-index: 99999999999999;
}
#btnClose:hover {
	color: #c90c12;
}