@import url(reset.css); 

/*

	Main CSS:
	Copyright (C) 2020 OwlTree Web Solutions.
	Mobile first

*/

html
{
	width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 100%;
}

@font-face
{
	
	font-family: 'DinNextLight';
	src: url('../fonts/DIN Next LT W04 Light.eot'); src: url('../fonts/DIN Next LT W04 Light.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN Next LT W04 Light.svg#DIN Next LT W04 Light') format('svg'), url('../fonts/DIN Next LT W04 Light.woff') format('woff'), url('../fonts/DIN Next LT W04 Light.ttf') format('truetype');	
	font-display: swap;
}

@font-face
{
	
	font-family: 'DinNextMedium';
	src: url('../fonts/DIN Next LT W04 Medium.eot'); src: url('../fonts/DIN Next LT W04 Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN Next LT W04 Medium.svg#DIN Next LT W04 Medium') format('svg'), url('../fonts/DIN Next LT W04 Medium.woff') format('woff'), url('../fonts/DIN Next LT W04 Medium.ttf') format('truetype');	
	font-display: swap;
}

@font-face
{
	
	font-family: 'DinNextHeavy';
	src: url('../fonts/DIN Next LT W04 Bold.eot'); src: url('../fonts/DIN Next LT W04 Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN Next LT W04 Bold.svg#DIN Next LT W04 Bold') format('svg'), url('../fonts/DIN Next LT W04 Bold.woff') format('woff'), url('../fonts/DIN Next LT W04 Bold.ttf') format('truetype');	
	font-display: swap;
}

body
{
	font-family: 'DinNextLight';
	font-size: 1.1em;
	line-height: 2em;
	letter-spacing: 0px;
	/*color: #004271;*/
	color: #3f627d;
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: transparent;
}

header
{
	position: fixed;
	z-index: 100;
	float: left;
	width: 100%;
	height: 170px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: white;
	
}

.content-strip
{
	clear: both;
	float: left;
	width: 100%;
	margin: 2em 0;
	padding: 1em 0;
}

.zero-margin
{
	margin: 0;
	padding: 0;
}

.page-heading
{
	
	position: relative;
	float: left;
	z-index: 1;
	width: 100%;
	margin: 0 0 2em 0;
	padding: 0;
}

.container
{
	clear: both;
	position: relative;
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2%;
}

.container img
{
	width: 98%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1%;
}

.flex-box-banner
{
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: center;
	z-index: 0;
}

.flex-box
{
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: center;
	z-index: 0;
	align-items: center;
}

.float-left
{
	float: left;
	width: 100%;
	padding: 0;
}

h1, h2.section-strip-heading
{
	font-family: 'DinNextLight';
	width: 100%;
	margin: 0em 0%;
	padding: 10px 0 15px 0;
	font-size: 7vw;
	font-weight: normal;
	line-height: 1em;
	color: white;
	text-align: center;
	background-color: #004271;
}

h1.banner-h1
{
	font-family: 'DinNextHeavy';
	width: 100%;
	max-width: 1280px;
	margin: 0;
	padding: 0;
	font-size: 7vw;
	font-weight: normal;
	line-height: 1em;
	color: white;
	text-align: center;
	background-color: transparent;
}

h2
{
	font-family: 'DinNextHeavy';
	font-size: 2em;
	margin: 0em 0%;
	line-height: 1em;
	font-weight: normal;
	padding: 0;
}


h3
{
	font-family: 'DinNextHeavy';
	font-size: 2em;
	margin: 1em 0;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
}

h4
{
	font-family: 'DinNextHeavy';
	font-size: 1.5em;
	margin: 1em 0;
	padding: 0;
}

h5
{
	font-family: 'DinNextHeavy';
	font-size: 1.2em;
	font-style: normal;
	text-align: left;
	margin: 1em 0;
	padding: 0;
}

ul
{
	display: block;
	margin-bottom: 1em;
	font-size: 1.2em;
}

p
{
	margin: 0.5em 0 0 0;
	font-size: 1.2em;
	
}

li
{
	list-style-image: url(../images/bullet-point.png); 
	list-style-position: inside;
	margin: 0.5em 0 0 0;
}

a, a:visited
{
	color: #004271;
}

.container a, .container a:visited
{
	color: #004271;
}

a.more, a.more:visited
{
	display: block;
	clear: both;
	text-align: center;
	width: 100px;
	margin: 1em auto;
	padding: 5px;
	color: white;
	background-color: #7fa0b8;
	font-family: 'DinNextLight';
	transition: all 0.2s ease-in-out;
}

a.more:hover, a.more:focus
{
	border-radius: 25px;
}

blockquote
{
	
}

cite
{
	font-style: italic;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}


.text-white, .text-white a, .text-white a:visited
{
	color: white;
}

.text-blue
{
	color: #004271;
}

.text-blue-grey
{
	color: #3f627d;
}

.text-light-blue
{
	color: #cce0ec;
}

.centre
{
	text-align: center;
}

hr
{
	clear: both;
	width: 20%;
	margin: 1em auto 3em auto;
	max-width: 1280px;
	color: transparent;
	border-top: 6px solid #7fa0b8;
}

.margin-bottom
{
	margin-bottom: 3em;
}

/*---------- Background Colours and Dividers-------------*/

.white-bg
{
	background-color: white;
}

.dark-blue-bg
{
	background-color: #004271;
}

.mid-blue-bg
{
	background-color: #4881c0;
}

.mid-blue2-bg
{
background-color: #0066a1;
}

.grey-blue-bg
{
	background-color: #3f627d;
}

.light-blue-bg
{
	background-color: #cce0ec;
}

.light-grey-bg
{
	background-color: #e6e5e5;
}

.top-bottom-border
{
	border-top: 8px solid #7fa0b8;
	border-bottom: 8px solid #7fa0b8;
}

.top-border
{
	border-top: 8px solid #7fa0b8;
}

.bottom-border
{
	border-bottom: 8px solid #7fa0b8;
}

/*------------- Logo Area -------------*/

.logo-container
{
	
	float: left;
	width: 25%;
	/*min-width: 110px;*/
	/*max-width: 200px;*/
	/*height: 100px;*/
	padding: 1em 0;
	margin: 0px 0 0 0;
	background-color: transparent;	
}

.logo-container img
{
	width: 100%;
	max-width: 300px;
	min-width: 250px;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
}

/*----------- Navigarion Bar - Horizontal ------------*/

.nav-horizontal
{
	display: none;
	/*position: fixed;*/
	float: left;
	width: 75%;
	/*height: 2em;*/
	margin: 75px 0 0 0;
	padding: 0em 0;
	background-color: white;
	font-family: 'DinNextLight';
}

.nav-horizontal a {
	padding: 8px 5px 5px 5px;
	margin: 0 10px;
	text-decoration: none;
	color: #3f627d;
	text-transform: uppercase;
	transition: 0.3s;
	font-size: 0.9em;
	font-family: 'DinNextLight';
}

.nav-horizontal a:hover{
	color: white;
	background-color: #004271;
}

.nav-horizontal a.active
{
	 color: white;
	 background-color: #004271;
}


/*---------- Main Navigation Bar ----------*/

.nav
{
	/*position: fixed;*/
	float: right;
	width: 80px;
	/*height: 2em;*/
	margin: 50px 2% 0 0;
	padding: 0em 0;
	text-align: right;
	background-color: transparent;
	background-color: white;
	font-family: 'DinNextLight';
}

.symbol-holder
{
	width: 75%;
	/*height: 44px;*/
	/*min-width: 150px;*/
	color: #004271;
	margin: 0 auto;
	padding: 0;
}

.symbol-holder:hover
{
	color: #a7a7a5;
}

p.menu-symbol
{
	font-size: 2.0em;
	text-align: right;
	padding: 0;
	margin: 0;
}

.sidenav .menu-container span.menu-word
{
	font-size: 1em;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  /*background: url(../images/gregory-watermark.png) no-repeat -30% 0% #f6602d;*/
  /*background-size: 60%;*/
  background-color: rgba(63, 98, 126, 0.90);
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
}

.menu-container
{
	float: left;
	width: 100%;
	/*max-width: 800px;*/
	/*min-width: 600px;*/
	min-height: 1000px;
	margin: 0;
	padding: 4em 0 10em 0 ;
	/*background-color: rgba(58,170,53,0.9);*/
	/*background-color: rgba(169,187,167, 0.60);*/
	text-align: right;
}

.sidenav a {
  padding: 8px 20px 8px 10px;
  text-decoration: none;
  font-size: 6vw;
  line-height: 1em;
  color: white;
  /*color: #422919;*/
  display: block;
  transition: 0.3s;

}

.sidenav a:visited
{
	color: white;
}

.sidenav a:hover{
  color: #cce0ec;
}

.sidenav a.active
{
	color: #cce0ec;
}

.sidenav .closebtn {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 50px;
  margin-left: 0px;
  font-family: sans-serif;
}

.sidenav img
{
	width: auto;
	min-width: 100px;
	max-width: 200px;
	padding: 0 80px 0 0;
}

.sidebar-contact
{
	margin-top: 5em;
	text-align: right;
}

.sidebar-contact p
{
	margin: 0;
}

p.sidebar-email a
{
	font-size: 4vw;
	margin: 0;
	text-align: right;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



/*---------- Banner CSS  -----------*/

.banner-section-home, .banner-section
{
	clear: both;
	float: left;
	resize: horizontal;
	width: 100%;
	/*max-width: 100%;*/
	min-height: 200px;
	max-height: 700px;
	/*overflow: auto;*/
	margin-top: 170px;
	font-family: 'DinNextLight';
	/*border-top: 8px solid #004271;
	border-bottom: 8px solid #004271;*/
}

.banner-section
{
	height: 250px;	
}


.banner-caption, .brands-protected
{
	float: left;
	width: 100%;
	padding-bottom: 56.25%;
	transform: translate(0, 5em);
	
}

.banner-caption h1
{
	color: white;
	color: #004271;
	width: 60%;
	margin: 0 auto;
	transform: translateY(2em);
	animation: titleAnimation 0.8s linear;
}

.banner-caption h2
{
	color: white;
	color: #004271;
	font-family: 'DinNextHeavy'; 
	text-transform: uppercase;
	text-align: center;
	
}

.banner-caption p
{
	color: white;
	color: #004271;
	width: 70%;
	max-width: 1280px;
	margin: 0 auto;
	transform: translateY(2.5em);
	font-size: 7vw;
	line-height: 1em;
	text-align: center;
	animation: captionAnimation 1.2s linear;
	
}

@keyframes captionAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(300px);
	}
	100% {
	    opacity: 1;
	    transform: translateY(2.5em);
	}
	
}

@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(400px);
	}
	100% {
	    opacity: 1;
	    transform: translateY(2em);
	}
	
}

/*--------------- Brand Protectred Section ---------------*/

.number-protected
{
	float: left;
	width: 100%;
	transform: translate(0%, 5%)
}

.brands-protected-text-box
{
	float: right;
	width: 40%;
	padding: 0 1%;
	/*transform: translate(0, 7em);*/
	text-align: center;
}

img.globe
{
	display: block;
	width: auto;
	transform: translateY(80px);
}

p.count
{
	/*display: block;*/
	/*position: absolute;*/
	/*top: 500%;*/
    /*left: 19%;*/
    position: relative;
	transform: translate(54%,200%);
	margin: -1.5em 0 -1.5em 0;
	padding-top: 0.4em;
	font-size: 16vw;
	color: #3f627d;
	font-family: 'DinNextHeavy';
}

p.protected
{
	display: block;
	float: left;
	width: 40%;
	/*position: absolute;*/
	/*top: 500%;*/
    /*left: 55%;*/
	/*transform: translate(-18%,-50%);*/
	/*margin: 58% 0 0 23%;*/
	/*padding-top: 23%;*/
	transform: translate(123%,460%);
	font-size: 4vw;
	line-height: 1em;
	color: white;
	text-align: left;
}

/*---------- Content Areas CSS  -----------*/


.col
{
	position: relative;
	float: left;
	width: 98%;
	margin: 0 0%;
	padding: 1em 2% 1em 0;
}

.col img
{
	display: block;
	width: 80%;
	margin: 0 auto;
}

.col h3
{
	clear: both;	
}

.float-right
{
	float: right;
}

h3.service-link
{
	color: #3aaa35;
	text-align: center;
	margin: 0 0 0.5em 0;
}

div.more
{
	position: absolute;
	left: 0;
	bottom: 0;
}

.divider
{
	clear: both;
	float: right;
	width: 50%;
	margin: 2em 0;
	border-bottom: 3px solid #a9bba7;
}

/*---------------- Services Strip ---------------*/

.service-link
{
	position: relative;
	float: left;
	width: 97%;
	margin: 0.5% 0.5%;
	padding: 1em 1%;
	background-color: #e5ecf1;
	transition: all 0.5s ease-in-out;
}

.service-link:hover, service-link:focus
{
	background-color: #6f8a9f;
}

.service-link h3
{
	text-align: center;
	transition: all 0.5s ease-in-out;
	margin-top: 200px;
	font-size: 6vw;
}

.service-link:hover > a h3, service-link:focus > a h3, .service-link:hover > a p, service-link:focus > a p
{
	color: white;
}

img.service-icon
{
	display: block;
	position: absolute;
	width: 50%;
	max-width: 200px;
	left: 0;
	right: 0;
	opacity: 1;
	margin: auto;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	text-align: center;
}

img.service-icon-white
{
	display: block;
	position: absolute;
	width: 50%;
	max-width: 200px;
	left: 0;
	right: 0;
	opacity: 0;
	margin: auto;
	transition: opacity 0.5s ease-in-out;
	overflow: hidden;
}

.service-link:hover > a img.service-icon
{
	opacity: 0;
}

.service-link:hover > a img.service-icon-white
{
	opacity: 1;
}

.col:hover > a img.service-icon
{
	transform: rotateY(180deg);
}


/*----------- About page - Timeline Strip ---------------*/

.timeline-container
{
	clear: both;
	float: left;
	margin-bottom: 3em;
}


.timeline
{
	float: left;
	width: 50%;
	height: 150px;
	margin: -2px 0 0 0;
	padding: 1em 0;
}

.timeline-container:nth-child(odd) .flex-box
{
	/*flex-flow: row-reverse wrap;*/
}

.timeline-container:nth-child(odd) .timeline:nth-child(odd)
{
	float: right;
}

.timeline p
{
	display: block;
	float: left;
	width: 100%;
	margin: 1em 0%;
}

.timeline-container:nth-child(odd) .timeline:nth-child(even) p
{
	text-align: right;
	width: 90%;
	margin: 1em 0% 0 10%;
	font-size: 1em;
	line-height: 1.4em;
}

.timeline-container:nth-child(even) .timeline:nth-child(even) p
{
	text-align: left;
	width: 90%;
	margin: 1em 10% 0 0%;
	font-size: 1em;
	line-height: 1.4em;
}

.timeline-container:nth-child(even) .timeline:nth-child(odd) p.year
{
	width: 90%;
	margin: 55px 0 0 0;
	padding: 0 0 0 10%;
	font-family: 'DinNextHeavy';
	color: #7fa0b8;
	font-size: 1.9em;
	text-align: left;
	/*transform: translate(-20%,40px);*/
}

.timeline-container:nth-child(odd) .timeline:nth-child(odd) p.year
{
	width: 90%;
	margin: 55px 0 0 0;
	padding: 0 10% 0 0;
	font-family: 'DinNextHeavy';
	color: #7fa0b8;
	font-size: 1.9em;
	text-align: right;
	/*transform: translate(-20%,40px);*/
}

/*----------- About page - Team Strip ---------------*/

.team
{
	float: left;
	width: 98%;
	margin: 1em 1%;
	padding: 0;
	
}

.team:nth-child(2)
{
	text-align: center;
}

.team img
{
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

.team h3
{
	font-family: 'DinNextHeavy';
	font-size: 1.8em;
	margin: 0;
}

.team h4
{
	font-family: 'DinNextHeavy';
	font-size: 1.2em;	
	margin: 0;
}

.team p.position
{
	font-family: 'DinNextLight';
	margin: 0;
}

hr.team-hr
{
	clear: both;
	width: 150px;
	margin: 0.5em 0 1em 0;
	color: transparent;
	border-top: 5px solid #7fa0b8;
}

img.accrediation-logo
{
	display: block;
	float: left;
	width: 49%;
	margin: 0 1% 0 0;
	padding: 0;
}

/*------------- Testimonial Excerpt Strip -------------*/

img.excerpt-image
{
	display: block;
	width: 300px;
	margin: 0 auto 2em auto; 
}


/*------------- Quick Links Section ------------*/

.link-section
{
	float: left;
	width: 48%;
	margin: 0em 1% 4em 1%;
	padding: 1em 0;
	text-align: center;
	color: white;
	transition: all 0.3s ease-in-out;
}

.link-section:nth-child(odd)
{
	/*border-radius: 100px 0 0 100px*/
}

.link-section:nth-child(even)
{
	/*border-radius: 0 100px 100px 0;*/
}

.link-section a, .link-section a:visited
{
	color: white;
}

.link-section:hover, .link-section:focus
{
	/*border-radius: 100px;*/
	transform: scale(1.05);
}

/*--------------- Clients Logo Strip -------------*/


.logo-grid
{
	float: left;
	width: 48%;
	margin: 1em 0%;
	padding: 0;
}

.logo-grid img
{
	display: block;
	width: 70%;
	margin: 0 auto;
	filter: grayscale(100%);
}



/*-------------- Service Page ---------------*/

.service-section
{
	float: left;
	width: 98%;
	padding: 1em 1%;
	margin: 1em 0;
	border: 6px solid #e5ecf1;
}

.service-section:nth-child(odd)
{
	background-color: #e5ecf1;
	border: none;
}

.service-section img
{
	display: block;
	width: 120px;
	margin: 0 auto;
	padding: 0;
}

.service-section h2
{
	margin-top: 1em;
	text-align: center;
}

/*------------- CTA Strip -------------*/

.cta-col
{
	position: relative;
	float: left;
	width: 48%;
	margin: 0em 0 0 0;
	padding: 2em 1% 2em 1%;
}

.cta-col h3
{
	width: 80%;
	font-family: 'DinNextLight';
	font-size: 5vw;
	color: white;
	margin: 2em 0 0 0;
}

.cta-col p
{
	width: 80%;
	font-family: 'DinNextLight';
	font-size: 5vw;
	line-height: 1em;
	margin: 0;
}

.cta-col p a, .cta-col p a:visited
{
	
}

.cta-col img
{
	display: block;
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
}

.social-container
{
	float: left;
	width: 50%;
	margin: 0 25%;
	text-align: center;
}

img.social-icon
{
	display: inline-block;
	width: 45px;
	margin: 0em auto;
	padding: 2em 5px 0 5px;
}

img.social-icon1
{
	display: inline-block;
	/*float: left;*/
	width: 50px;
	margin: 0em auto;
	padding: 2em 5px 0 5px;
	text-align: center;
}

/*----------- Slider ----------------*/


.testimonial-slider {
   display: block;
   width: 96%;
   height: auto;
   margin: 0 auto;
   text-align: center;
}

.testimonial-slider ul.slider {
   display: block;
   list-style: none;
   padding: 0;
   position: relative;
   display: inline-block;
   width: 100%;
   height: 320px;
   overflow: hidden;
   margin: 6em auto 0 auto;
}

.testimonial-slider ul.slider li {
    position: absolute;
    display: block;
    width: 80%;
    opacity: 0;
    margin: 0 10%;
    font-size: 1.4em;
}
.testimonial-slider ul.slider li:nth-child(1) {
    opacity: 1;

    -webkit-animation: fade-animation-1 25s infinite;
            animation: fade-animation-1 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(2) {
    -webkit-animation: fade-animation-2 25s infinite;
            animation: fade-animation-2 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(3) {
    -webkit-animation: fade-animation-3 25s infinite;
            animation: fade-animation-3 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(4) {
    -webkit-animation: fade-animation-4 25s infinite;
            animation: fade-animation-4 25s infinite;
}

.testimonial-slider a, .testimonial-slider a:visited
{
	display: block;
	text-align: center;
	width: 100px;
	margin: 0em auto;
	padding: 5px;
	color: white;
	background-color: #7fa0b8;
	font-family: 'DinNextLight';
	transform: translate(0, -1em);
	transition: all 0.2s ease-in-out;
}

.testimonial-slider a:hover, .testimonial-slider a:focus
{
	border-radius: 25px;
}

cite.author
{
	display: block;
	margin: 2em 0;
	font-family: 'DinNextHeavy';
}

/* KEYFRAME DECLARATIONS */
@keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}


/*----------------------- News Pages ----------------*/

.news-grid
{
	float: left;
	width: 96%;
	margin: 1em 1%;
	padding: 1em 1%;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	background-color: #e5eff5;
	background-color: #004271;
}

.news-grid img
{
	display: block;
	width: 100%;
	margin: 0 auto 1em auto;
	padding: 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.news-grid img:hover, .news-grid img:focus
{
	transform: scale(1.04);
	filter: brightness(70%);
}

.news-grid h2, .news-grid h3
{
	font-family: 'DinNextLight';
	text-align: center;
	margin: 0;
	font-size: 6vw;
}

p.date
{
	font-size: 1.2em;
	text-align: center;
	margin-top: 0.2em;
}

.newsletter-signup
{
	float: left;
	width: 50%;
}

h3.newsletter-button
{
	padding: 1.2em 1% 0.3em 1%;
	font-size: 7vw;
	background-color: #a9bba7;
}

a h3.newsletter-button, a h3.newsletter-button:visited
{
		color: white;
}

button.see-more
{
	width: 140px;
	margin: 2em auto;
	font-family: 'DinNextLight';
	font-size: 1.2em;
	cursor: pointer;
	padding: 15px 0;
	text-align: center;
	background-color: #3f627d;
	border: none; /*2px solid #004271;*/
	transition: all 0.3s ease-in-out;
}

button.see-more:hover, button.see-more:focus
{
	border-radius: 50px;
	/*background-color: #a9bba7;*/
}

button.see-more a, button.see-more a:visited
{
	color: white;
}

/*-------------- Previous and Next Buttons on News Pages ---------------*/

.prev-next-container
{
	/*clear: both;*/
	float: left;
	width: 100%;
	padding: 0.5em 0;
	text-align: center;
	margin: 0;
}

ul#prev-next 
{
	width: 100%;
	margin: 0 auto;
}
  
#prev-next li
{
	float: none;
	width: auto;
	min-width: 30px;
	min-height: 40px;
	margin: 0em 20px 0em 20px;
	padding: 0.2em 1% 0.3em 1%;
	background-color: transparent;
	text-align: center;
	display: inline-table;
	list-style: none;
	font-size: 1.2em;
	border-radius: 2px;
}

#prev-next li a, #prev-next li a:active
{
	
	color: #004271;
}

#prev-next li:hover, #prev-next li:focus, #prev-next li a:hover, #prev-next li a:focus
{
	background-color: transparent;
}


#prev-next a.no-after, #prev-next li.no-after
{
 	display: none;
}

#prev-next a.no-before, #prev-next li.no-before
{
 	display: none;
}

/*---------- Map Strip -----------------*/

					
.map-strip
{
	clear: both;
	width: 100%;
	height: auto;
	max-height: 600px;
	/*margin-bottom: 1.5em;*/
}

.google-maps
{
	position: relative;
	padding-bottom: 35%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 600px;
	filter: grayscale(100%);
}


/*---------- Contact Page and Form ----------*/

.contact-page
{
	text-align: center;
}

.contact-page p
{
	font-family: 'DinNextLight';
	font-size: 2em;
	text-align: center;
}

.contact-page p a, .contact-page p a:visited
{
	text-align: center;
}

form
{
	float: left;
	width: 80%;
	font-size: 1.3em;
	padding: 0 0 0 0;
	margin: 0em 10% 0 10%;
	
}

.margin
{
	margin-top: 3em;
}

fieldset ul
{
	width: 98%;
	max-width: 100%;
	padding: 0 1%;
	margin: 0 auto;
	list-style: none;
}

li.input-line
{
	margin: 0em 0% 0.5em 0%;
	list-style: none;
}

li.input-line label
{
	display: block;
	text-align: left;
	/*width: 15%;*/
	padding-right: 1em;
}

li.input-line input
{
	width: 99.5%;
	min-height: 1.5em;
	font-size: 0.9em;
	border: none;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0.5%;
	font-family: 'DinNextLight';
	background-color: white;
}

li.input-line input#email2
{
	display: none;
}

li.input-line textarea
{
	width: 99.5%;
	min-height: 150px;
	font-size: 0.9em;
	border: none;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0.5%;
	font-family: 'DinNextLight';
	background-color: white;
}


li.submit
{
	list-style: none;
	margin: 1em auto 2em auto;
}

li.submit input
{
	display: block;
	width: 140px;
	margin: 1em auto;
	font-family: 'DinNextLight';
	font-size: 1em;
	cursor: pointer;
	padding: 10px 0;
	text-align: center;
	background-color: white;
	transition: all 0.2s ease-in-out;
	-webkit-appearance: none;
	border: none;
}

li.submit input:hover
{
	border-radius: 50px;
}


.g-recaptcha
{
	width: 300px;
	margin: 0 auto;
}


/*---------- Footer ---------------*/

.bottom-divider
{
	
	width: 94%;
	max-width: 1200px;
	margin: 0 auto 3em auto;
	padding: 0;
	border-top: 8px solid #7fa0b8;
}

footer
{
	clear: both;
	float: left;
	width: 98%;
	background-color: #3f627d;
	/*background-image: linear-gradient(90deg,#422919 50%,#2d1a10 50%);*/
	font-size: 0.9em;
	color: white;
	padding: 2em 1%;
	text-align: center;
}

footer h4
{
	text-transform: uppercase;
	font-family: 'DinNextHeavy';
}

footer a, footer a:visited
{
	color: white;
	text-decoration: underline;
}

.footer-left
{
	float: left;
	width: 100%;
}

.footer-left p, .footer-right p
{
	line-height: 1.0em;
}

.footer-left a, .footer-left a:visited, .footer-right a, .footer-right a:visited
{
	color: white;
	text-decoration: none;
}

.footer-left a:hover, .footer-right a:hover
{
	color: #cce0ec;
}

.footer-right, .footer-centre
{
	float: left;
	width: 100%;
	text-align: center;
}

footer.legals
{
	clear: both;
	float: left;
	width: 100%;
	background-color: #3f627d;
	font-size: 0.9em;
	color: white;
	padding: 0em 0%;
	text-align: center;
}

footer.legals a:hover
{
	color: #f6602d;
}

footer.legals a, footer.legals a:visited
{
	color: white;
	text-decoration: underline;
}

.reg-details
{
	clear: both;
	float: left;
	width: 100%;
	font-size: 0.8em;
	color: white;
	padding: 1em 0;
}

.reg-details a, .reg-details a:visited
{
	color: white;
}

.reg-details p
{
	text-align: center;
	line-height: 1.3em;
}

button.footer-contact
{
	width: 200px;
	margin: 1em auto;
	font-family: 'DinNextHeavy';
	font-size: 1.5em;
	cursor: pointer;
	padding: 15px 0;
	text-align: center;
	background-color: #004271;
	border: none; /*2px solid #004271;*/
	transition: all 0.3s ease-in-out;
}

button.footer-contact:hover, button.footer-contact:focus
{
	border-radius: 50px;
	/*background-color: #a9bba7;*/
}

button.footer-contact a, button.footer-contact a:visited
{
	color: white;
	text-decoration: none;
}
