/*
CSS created by David Oldfield
Made By Mod / madebymod.co.uk / hello@madebymod.co.uk
*/
@font-face {
    font-family: 'GraphikRegular';
    src: url('/fonts/GraphikRegular.eot');
    src: url('/fonts/GraphikRegular.eot') format('embedded-opentype'),
         url('/fonts/GraphikRegular.woff2') format('woff2'),
         url('/fonts/GraphikRegular.woff') format('woff'),
         url('/fonts/GraphikRegular.ttf') format('truetype'),
         url('/fonts/GraphikRegular.svg#GraphikRegular') format('svg');
}
@font-face {
    font-family: 'Gotham Bold';
    src: url('/fonts/Gotham-Bold.eot');
    src: url('/fonts/Gotham-Bold.eot') format('embedded-opentype'),
         url('/fonts/Gotham-Bold.woff2') format('woff2'),
         url('/fonts/Gotham-Bold.woff') format('woff'),
         url('/fonts/Gotham-Bold.ttf') format('truetype'),
         url('/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
}
* {
	outline:none;
}
html, body {
	height:100%;
}
html {
	font-size:17px;
}
body {
	padding:0px;
	margin:0px;
	font-family: 'GraphikRegular', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	overflow-x: hidden;
}
a {
	color:#000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height:160%;
}
.bold, strong {
	font-weight: 700;
}
input, textarea, select, label {
	font-size:1rem;
}
h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin: 0px;
	font-weight: normal;
	font-family: 'Gotham Bold', 'GraphikRegular', p22-underground, sans-serif;
	/*font-weight: 600;*/
}
#test {
    position: fixed;
    top:0px;
    left:0px;
    z-index: 99999999;
    display: none;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.split {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
.c_15 {
	width: 15%;
}
.c_20 {
	width: 20%;
}
.c_25 {
	width: 25%;
}
.c_26 {
    width: 26%;
}
.c_30 {
	width: 30%;
}
.c_33 {
	width: 33.333333%;
}
.c_35 {
    width: 35%;
}
.c_37 {
    width: 37%;
}
.c_40 {
    width: 40%;
}
.c_50 {
	width: 50%;
}
.c_60 {
    width: 60%;
}
.c_66 {
	width: 66.666666%;
}
.c_70 {
	width: 70%;
}
.c_75 {
	width: 75%;
}
.c_85 {
	width: 85%;
}
.c_100 {
	width: 100%;
}
.split {
    
}
a.btn {
    display: inline-block;
    font-weight: 700;
    padding:6px 20px;
    background-color: #37a4d6;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham Bold', 'GraphikRegular', p22-underground, sans-serif;
}
a.btn:hover {
    text-decoration: none;
    background-color: #37a4d6;
}
.popup {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999999;
	display: none;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-color:rgba(26, 21, 51, 0.3);
}
.inner_popup {
	max-width: 700px;
	width: 60%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 80%;
	max-height: 80%!important;
	position: relative;
	z-index: 1;
}
.inner_popup img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.inner_popup span {
	background-color: #000;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	width: 30px;
	height: 30px;
	border-radius: 500px;
	padding:15px;
	border: 2px solid #fff;
}
.inner_popup span img {
	width: 100%;
	display: block;
}
#main_menu {
	position: fixed;
	top:-150vh;
    
	left:0px;
	z-index: 99;
	background-color: #1a1633;
	color: #fff;
	width:90%;
	height:100vh;
	padding:0px 5%;
	opacity: 0.0000001;
    overflow: hidden;
    
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#main_menu.active {
	opacity: 1;
	top: 0;
}
#main_menu img {
	max-width: 25%;
	margin-top:5%;
}
#main_menu ul {
	padding:0px;
	margin:30px 30px 0px 0px;
	list-style: none;
}
#main_menu ul a {
	color: #ccc;
	font-size: 1rem;
	font-family: 'Gotham Bold', 'GraphikRegular', p22-underground, sans-serif;
	/*font-weight: 600;*/
	text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
#main_menu ul a:hover {
	color: #37a4d6;
	text-decoration: none;
}
#main_menu img.close {
	position: absolute;
	right:5%;
	top:0%;
	z-index: 2;
	width: 6%;
	margin-top: 4%;
}
#main_menu .flex {
	margin-top:100px;
}
#main_menu h3, .service_menu h3 {
	font-size: 1.692rem;
	font-family: 'Gotham Bold', 'GraphikRegular', p22-underground, sans-serif;
	/*font-weight: 600;*/
	text-transform: uppercase;
    background-image: url("/images/icon-down-arrow-blue.png");
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: 90% center;
}
#main_menu .c_37 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right:1px solid #37a4d6;
}
#main_menu .negative {
    margin-left:-40px;
    margin-right:-40px;
    
}
#main_menu .inner {
    margin:0px 40px;
}
#header_wrap {
	position: fixed;
	top:0px;
	left: 0px;
	z-index: 90;
	width: 90%;
	padding:40px 5%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
#header_wrap img {
	width: 25%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
#header_wrap.minify {
	padding: 20px 5%;
	background-color: #1a1633;
}
#header_wrap.minify img {
	width: 15%;
}
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  vertical-align: middle;
  position: absolute;
  z-index: 5;
    right:5%;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 55px;
  height: 19px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.hamburger-inner {
  display: block;
  top: 20px;
  margin-top: -0px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 55px;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#static {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top:0px;
	left:0px;
}
#container {
	position: relative;
	z-index: 4;
    display: block;
    overflow: hidden;
}
.banner {
	height: 75vh;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    z-index: 1;
}
.banner #overlay {
	background-color:rgba(26, 21, 51, 0.6);
	position: absolute;
	left:0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
img.loop {
    position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
    z-index: 3;
    height:100%;
    opacity: 0.3;
}
.banner .intro_msg {
    position: relative;
    z-index: 3;
    display: block;
}
.small {
    height: 45vh;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.small p {
    font-family: 'Gotham Bold', 'GraphikRegular', p22-underground, sans-serif;
	/*font-weight: 600;*/
    font-size: 2rem;
    text-transform: uppercase;
    display: block;
    padding-left: 5%;
	position: relative;
	z-index: 5;
}
.banner .intro_msg {
	width: 60%;
}
.banner h1, .banner h2 {
	text-transform: uppercase;
	font-size: 2rem;
    color: #fff;
}
section {
	padding:100px 5%;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
section.page {
    padding-bottom: 30px;
}
section.no_pad {
    padding-top:0px;
    padding-bottom: 50px;
    padding-right:0px;
    padding-left:0px;
}
.service_box {
    padding-left:7.5%;
    padding-right:15%;
}
.service_box li {
    margin-bottom: 8px;
}
h5, a.more, .news_wrap span, .banner .intro_msg h1 {
	color: #37a4d6;
	font-size: 0.9231rem;
	font-family: 'GraphikRegular', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
}
.banner .intro_msg h1 {
    margin-bottom: 25px;
    letter-spacing: 2px;color: #fff;
	font-family: 'Gotham Bold', 'GraphikRegular', p22-underground, sans-serif;
}
.introduction {
	text-align: center;
	padding: 0px 18%;
    font-size: 1.231rem;
}
.introduction a.more {
	display: block;
	margin-top:50px;
}
.line {
	position: absolute;
	left:50%;
	margin-left:-1px;
	width: 2px;
	height:100px;
	z-index: 1;
	background-color: #37a4d6;
}
.top {
	top:-50px;
}
.bottom {
	bottom: -50px;
}
.services, .testimonials, .footer, .blue_bg {
	background-color: #1a1633;
	color: #fff;
}
.services h3, .testimonials h3 {
	color: #37a4d6;
	text-transform: uppercase;
	font-size: 1.385rem;
}
.services .inner, .services a {
	padding:80px 11%;
}
.services .inner {
    position: relative;
    z-index: 5;
}
.services a:hover {
    text-decoration: none;
}
.services .c_33 a, .services .c_33 .inner {
    padding:40px 11%;
}
.services .c_50, .services .c_33, .overview_img {
	position: relative;
	z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.overview_img {
    opacity:0.5;
}
.services .c_50::after, .services .c_33::after, .overview_img::after { 
  content:"";
  position:absolute; top:0;right:0;bottom:0;left:0;
  background:inherit;
  transition:inherit;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.services .c_50:hover::after, .services .c_33:hover::after, .news_wrap .c_50 .flex:hover .overview_img::after { 
  transform: scale(1.1);
}
.news_wrap .c_50 .flex:hover .overview_img {
    opacity: 1;
}
.services a {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.385rem;
	font-family: 'Gotham Bold', 'GraphikRegular', p22-underground, sans-serif;
	/*font-weight: 600;*/
	display: block;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 5;
    width: 78%;
    height: calc(100% - 160px);
}
services .c_20 a {
    height: calc(100% - 80px);
}
.services a:hover {
	color: #37a4d6;
}
.services .c_50::before, .services .c_33::before {
    content: "";
    position: absolute;
    top:0px;
    left:0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #1a1633;opacity: 0.5;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.services .c_50:hover::before, .services .c_33:hover::before {
    opacity: 0;
}
.stats {
    text-align: center;
}
.stats h3 {
    font-size: 2.385rem;
    text-transform: uppercase;
    line-height: 80%;
}
.stats h3 span {
    font-size: 1.154rem;
    font-weight: 200;
}
img.circle {
    position: absolute;
    top:-40px;
    left:50%;
    margin-left:-40px;
    width: 80px;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.stats:hover img.circle {
    transform: rotate(360deg);
}
.stats .flex {
    width: 75%;
    margin:30px auto 0px auto;
}
.stats .flex .block {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-content:center;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin:0px 15px;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
    transform: scale(0.00001);
}
.stats .flex .block.active {
    transform: scale(1);
}
.stats .block p {
    font-family: 'Gotham Bold', 'GraphikRegular', p22-underground, sans-serif;
	/*font-weight: 600;*/
    font-size: 2.385rem;
    line-height: 80%;
}
.stats .block p span.small {
    font-weight: 200;
    font-size: 1.154rem;
}
.stats h4 {
    font-size: 1.154rem;
    font-weight: 200;
    margin-top:20px;
}
.air {
    background-image: url("/images/icon-air.png");
}
.road {
    background-image: url("/images/icon-road.png");
}
.sea {
    background-image: url("/images/icon-sea.png");
}
.testimonials {
    text-align: center;
}
.testimonials h3 {
    font-size: 2.385rem;
}
.testimonials li span {
    color: #37a4d6;
    position: absolute;
    bottom: 10px;
    left:0px;
    z-index: 2;
    text-align: center;
    width: 100%;
}
.testimonials .glide {
    margin-top:30px;
}
.testimonials .glide p {
    padding:0px 20%;
    display: block;
    font-weight: 700;
}
.glide {
  position: relative;
  width: 100%;
}
.glide.cta, .glide.cta .glide__wrapper, .glide.cta .glide__track, .glida.cta .glide__slide {
    height: 25vh;
}

.glide__wrapper {
  overflow: hidden;
}

.glide__track {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
    margin:0px;
}

.glide__track.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.glide__slide a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__slide p {
    font-size: 1.231rem;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__arrow {
  cursor: pointer;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullet {
    width:25px;
    height:25px;
    background: none;
    background-image:url("/images/icon-o.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:center;
    border:none;
    margin:0px 3px;
    margin-top:10px;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.glide__bullet:hover, .glide__bullet.active {
    transform: rotate(180deg);
}
.glide--slider .glide__slide {
  float: left;
  clear: none;
}
.glide--carousel.glide--vertical .glide__track {
  overflow: visible;
}
.glide--carousel .glide__slide {
  float: left;
  clear: none;
}
.glide--slideshow .glide__wrapper {
  height: 100%;
}
.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.glide--slideshow .glide__slide.active {
  z-index: 1;
}

.accreditations {
    text-align: center;
    padding:40px 5%;
}
.accreditations img {
    height:85px;
    display: inline-block;
    margin:0px 15px;
}
.crow {
    background-image: url("/images/bg-crow.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding:50px 5%;
    font-size: 1.231rem;
}
.crow h3 {
    font-size: 1.538rem;
    color: #fff;
	text-transform: uppercase;
}
.crow a, .footer .c_50 ul a {
    color: #37a4d6;
}.crow a {
    color: #fff;
    font-family: 'Gotham Bold';
    text-decoration: underline;
}
.crow img {
    position: absolute;
    right:5%;
    height:50px;
    z-index: 2;
    top:50%;
    margin-top: -25px;
}
.footer {
    color: #fff;
}
.negative {
    margin-left:-10px;
    margin-right:-10px;
}
.footer .inner, .credits .inner {
    margin:0px 10px;
}
.footer h6 {
    text-transform: uppercase;
    font-size: 1.154rem;
    margin-top: 15px;
}
.footer .c_25 a {
    color: #fff;
}
.footer .c_25 ul {
    padding:20px 0px 0px 0px;
    margin:0px;
    list-style: none;
}
.footer .c_25 ul li {
    margin-bottom: 8px;
}
.footer .c_50 img {
    max-width: 40%;
    margin-top:15px;
}
.footer .c_50 h6 {
    display: block;
    vertical-align: middle;
    margin-top: 25px;
}
.footer .c_50 h6 img {
    height: 30px;
    margin-bottom: -8px;
}
.footer .c_50 ul {
    padding:20px 50px 20px 0px;
    list-style: none;
    margin: 0px;
}
.footer .c_50 ul li {
    line-height: 160%;
}
.credits {
    padding:30px 5%;
    background-color: #37a4d6;
    color: #fff;
    font-size: 0.9231rem;
}
.credits a {
    color: #fff;
}
h1, .page h2 {
    color: #1a1633;
    font-size: 1.538rem;
    text-transform: uppercase;
    margin-top:10px;
}
p.intro {
    font-size: 1.385rem;
}
#crumbs {
    display: block;
    margin-top:50px;
    color: #37a4d6;
    font-size: 0.7931rem;margin-bottom: 20px;
}
#crumbs span {
    color: #999;
}
.service_menu h3 {
    margin-top:90px;
    font-size: 1.077rem;
    display: block;
    margin-left:50px;
    margin-bottom: 20px;
    background-size: auto 100%;
}
.service_menu .inner {
}
ul.service_list {
    padding:0px 50px 20px 50px;
    margin: 0px -10px 0px -10px;
    list-style: none;
}
ul.service_list a {
    display: block;
    padding:10px 10px 5px 10px;
    color: #ccc;
    text-transform: uppercase;
    font-size: 1.077rem;
    font-family: 'Gotham Bold', 'GraphikRegular', p22-underground, sans-serif;
	/*font-weight: 600;*/
    border-bottom: 1px solid #ccc;
}
ul.service_list a.active, ul.service_list a:hover {
    border-bottom: 1px solid #37a4d6;
    color: #fff;
    text-decoration: none;
}
.page .negative {
    margin-left: -30px;
    margin-right: -30px;
}
.page .negative .inner {
    margin:0px 30px;
}
.contact {
    padding:30px 50px;
    background-color: #1a1633;
    color: #fff;
    margin-left:0px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.contact h5 {
    text-transform: uppercase;
    color: #37a4d6;
    font-size: 1rem;
    font-family: 'Gotham Bold', 'GraphikRegular', p22-underground, sans-serif;
	/*font-weight: 600;*/
}
.contact a {
    color: #37a4d6;
}
.contact_wrap span {
	color: #37a4d6;
}
.contact_wrap .big {
    font-size: 1.385rem;
}
.news_wrap {
	padding:0px;
	background-color: #1a1633;
    color: #fff;
}
.news_wrap .c_50 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.news_wrap .inner {
	padding:30px;
}
.news_wrap h3 a {
	color: #37a4d6;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	font-weight: 300;
	margin-top:5px;
}
.news_wrap h3 a:hover {
	text-decoration: none;
	color: #fff;
}
p.date {
	padding:0px 0px 8px 0px;
	margin:0px 10px 0px 0px;
	border-bottom: 1px solid #37a4d6;
	color: #37a4d6;
	font-size: 1.231rem;
	font-family: 'Gotham Bold', 'GraphikRegular', p22-underground, sans-serif;
	/*font-weight: 600;*/
}
.news_intro {
	font-size: 1.231rem;
	display: block;
	margin-bottom: 30px;
}
.news_img {
	display: block;
	max-width: 85%;
	margin-bottom: 25px;
	margin-top:35px;
}
.faq_wrap h1 {
	margin-bottom: 30px;
}
#map {
	height: 75vh;
	display: block;
	background-color: #fff;
}
.resources img {
    border:1px solid #ccc;
    display: block;
    width: 90%;
    padding:1px;
}
.resources .c_66 .c_50 .flex {
    margin-bottom: 30px;
}
.resources h4 {
    font-size: 1.692rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
}
.resources .flex h4 {
    font-size:1.231rem;
}
.resources ul {
    padding:0px;
    margin:0px;
    list-style: none;
}
.resources ul a {
    display: block;
    background-color: #37a4d6;
    color: #fff;
    background-image: url("/images/icon-globe.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 10px center;
    padding:10px 10px 10px 40px;
    margin-bottom: 3px;
}
.resources ul a:hover {
    background-color: #1a1633;
    text-decoration: none;
    padding-left:50px;
}
@media only screen and (max-width:1024px) {
	
}
/* Landscape ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
}
/* Portrait ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
}
@media only screen and (max-width:768px) {
    .c_25, .c_26, .c_33, .c_37, .c_50, .c_66  {
        width: 100%;
    }
    #header_wrap {
        padding:20px 5%;
    }
    #header_wrap img {
        width: 40%;
    }
    #header_wrap.minify img {
        width: 40%;
    }
    .banner .intro_msg {
        width: 90%;
    }
    .banner h1 {
        font-size: 1.154rem;
    }
    #main_menu img {
	    max-width: 40%;
    }
    #main_menu .flex {
        margin-top: 10px;
    }
    #main_menu .negative {
        margin-left: 0px;
        margin-right: 0px;
    }
    #main_menu .inner {
        margin: 0px 0px;
    }
    #main_menu h3 {
        font-size: 1.154rem;
        display: block;
        background-position: 100% center;
        background-size: auto 100%;
    }
    #main_menu h3 {
        margin-bottom: 10px;
        margin-top:20px;
    }
    #main_menu ul {
        margin: 0px 0px 0px 0px;
        display: none;
    }
    #main_menu .flex .c_37:first-child ul {
        display: block;
    }
    #main_menu .c_37 {
        border: none;
    }
    #main_menu img.close {
        width: 10%;
    }
    #main_menu a {
        font-weight: 400;
        font-size: 0.9231rem;
    }
    .introduction {
        padding: 0px 5%;
        font-size: 1.154rem;
    }
    .services .inner, .services a {
        padding: 50px 5%;
        width: 90%;
        height: calc(100% - 100px);
    }
    .stats .block p {
        font-size: 1.892rem;
    }
    .testimonials h3 {
        font-size: 1.692rem;
    }
    .testimonials .glide p {
        padding: 0px 5%;
    }
    .crow img {
        height: 20px;
        top: 0%;
        margin-top: 50px;
    }
    .footer {
        padding:50px 5%;
    }
    .service_box {
        padding-right: 0%;
        padding-left:5%;
    }
    p.intro {
        font-size: 1.154rem;
    }
    .service_menu .inner {
        padding:20px 5%;
    }
    ul.service_list {
        padding: 0px 0px 20px 0px;
        margin: 0px 0px 0px 0px;
        list-style: none;
    }
    .service_menu h3 {
        margin-top: 0px;
        margin-left: 0px;
        background-position: 100% center;
    }
    ul.service_list a {
        padding: 10px 0px 5px 0px;
    }
    .contact {
        padding: 20px 0px 0px 0px;
    }
    .services .c_33 a, .services .c_33 .inner {
        padding: 20px 5%;
    }
    .banner {
	    height: 100vh;
    }
    .glide.cta, .glide.cta .glide__wrapper, .glide.cta .glide__track, .glida.cta .glide__slide {
        height: 55vh;
    }
    .small {
        height: 50vh;
    }
    section.page {
        padding: 30px 5%;
    }
    .accreditations img {
        height:30px;
        display: inline-block;
        margin:0px 5px;
    }
	.inner_popup {
        max-width: 85%;
        width: 85%;
        max-height: 80%;
    }
	.inner_popup span {
        width: 20px;
        height: 20px;
        padding:10px;
    }
	
}