@charset "UTF-8";
/*----------- Fonts ----------*/
@import url("https://use.typekit.net/lvp1liq.css");
/*------------------------------------- Page Defaults -----------------------------------*/
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; 
}
.clearfix:after { clear: both; 
}
/* Animate.css */
.os-animation { opacity: 0; } .os-animation.animated { opacity: 1; }
body {
	background: #FFF;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
img { width:100%; display:block;
}
.clear {clear:both;}
a,
a:link,
a:visited,
a:hover { text-decoration:none; color:inherit;
}
/*------------------------------------- Text Spans -----------------------------------*/
.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.centred {
	text-align: center;
}
.italic {
	font-style: italic;
}
/* Adrianna */
.light {
	font-family: adrianna, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.regular {
	font-family: adrianna, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bold {
	font-family: adrianna, sans-serif;
    font-weight: 700;
    font-style: normal;
}
/*---------- Colours ---------*/
.white {
	color: #FFF;
}
.grey {
	color: #58595b;
}
.blue {
	color: #055199;
}
.aqua {
    color: #68c2cc;
}
.yellow {
	color: #fdb414;
}
/* Standard Colours */
.ota-orange {
	color:#f58220;
}
.invis {
	color:rgba(0,0,0,0);
}
/* -- Offset -- */
:target:before {
  content:"";
  display:block;
  height:auto; /* fixed header height*/
  padding: 150px 0px 0px 0px;
  margin: 0px 0 0 0; /* negative fixed header height */
}
/*----------------------------------- Navigation ----------------------------------------*/
/* Main Navigation */
#main {
	position: relative;
    z-index: 2;
	height: auto;
	width: 100%;
	padding: 0;
    margin: 0;
    background: #FFF;
    /* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.25);
}
#main .main-inner,
#floaty .floaty-inner {
    position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 30px 0px 28px 0px;
}
#main .main-inner li,
#floaty .floaty-inner li {
    position: relative;
	display: block;
	padding: 10px 25px 12px 25px;
	margin: 0px 0px 0px 20px;
	font-size: 1.1em;
	color: #055199;
	float: right;
    border-radius: 20px;
}
#main .main-inner li:hover,
#main .main-inner li:focus,
#floaty .floaty-inner li:hover,
#floaty .floaty-inner li:focus {
	color: #FFF;
    background: #055199;
	transition: 0.2s all;
}
#main .main-inner .icon,
#floaty .floaty-inner .icon {
    height: 40px;
    width: 40px;
}
#main .main-inner #contact,
#floaty .floaty-inner #contact-floaty {
    background: url('../gfx/icons/contact.png') no-repeat;
    background-size: contain;
}
#main .main-inner #phone,
#floaty .floaty-inner #phone-floaty {
    background: url('../gfx/icons/call.png') no-repeat;
    background-size: contain;
}
#main .main-inner #contact:hover::before,
#main .main-inner #contact:hover::after,
#main .main-inner #contact:focus::before,
#main .main-inner #contact:focus::after,
#floaty .floaty-inner #contact-floaty:hover::before,
#floaty .floaty-inner #contact-floaty:hover::after,
#floaty .floaty-inner #contact-floaty:focus::before,
#floaty .floaty-inner #contact-floaty:focus::after,
#main .main-inner #phone:hover::before,
#main .main-inner #phone:hover::after,
#main .main-inner #phone:focus::before,
#main .main-inner #phone:focus::after,
#floaty .floaty-inner #phone-floaty:hover::before,
#floaty .floaty-inner #phone-floaty:hover::after,
#floaty .floaty-inner #phone-floaty:focus::before,
#floaty .floaty-inner #phone-floaty:focus::after{
    border: none;
}
#main .main-inner .icon::before,
#floaty .floaty-inner .icon::before,
#main .main-inner .icon::after,
#floaty .floaty-inner .icon:after {
    content: '';
    border: none;
}
/* Floaty Navigation */
#floaty {
	width: 100%;
	border-bottom: 1px solid #68c2cc;
	padding: 0px;
	background: rgba(255,255,255,0.98);
}
.floaty-non-active {
	position: absolute;
	z-index: -1;
    top: -5000px;
    left: -5000px;
	/* Animations */
	animation-name: float-out;
	animation-duration: 100ms;
}
.floaty-active {
    position: fixed;
	z-index: 10;
    top: 0px;
    left: 0px;
	/* Animations */
	animation-name: float-in;
	animation-duration: 100ms;
}
/* Floaty Animations */
@keyframes float-in {
    0% {
		opacity: 0;
        top: -80px;
        animation-timing-function: ease-in;
    }
    100% {
		opacity: 1;
        top: 0px;
		animation-timing-function: ease-in;
    }
}
@keyframes float-out {
    0% {
		opacity: 1;
        top: 0px;
        animation-timing-function: ease-out;
    }
    100% {
		opacity: 0;
        top: -80px;
		animation-timing-function: ease-out;
    }
}
/* Logos */
#main .main-inner #logo,
#floaty .floaty-inner #floaty-logo {
	position: absolute;
	top: 20px;
	left: 0;
	width: 190px;
	height: 60px;
	background: url('../gfx/logos/logo.png') no-repeat;
	background-size: contain;
}
/* -------- Banners ------- */
.banner {  
	width: 100%;
	height: 600px;
	position: relative;
    z-index: 1;
    margin: 0px;
	padding: 0;
}
.banner .banner-content {
    position: absolute;
	top: 50%;
	left: calc(50% + 260px);
	transform: translateX(-50%) translateY(-50%);
	width: 500px;
	height: auto;
}
#services .banner-content {
    left: calc(50% - 160px);
	transform: translateX(-50%) translateY(-50%);
	width: 700px;
	height: auto;
}
.banner .banner-content h1 {
	font-size: 2.5em;
	line-height: 1.3em;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.banner .banner-content .mobi {
	display: none;
    opacity: 0;
    visibility: hidden;
}
.banner .banner-content p {
	display: inline-block;
    padding: 20px;
    background: #FFF;
    margin: 0;
}
.banner .banner-content .btn {
	position: relative;
	display: inline-block;
	padding: 10px 35px 10px 35px;
	margin: 20px 0px 0px 0px;
    border-radius: 20px;
	font-size: 1.1em;
    text-align: center;
	color: #FFF;
    background: #fdb414;
    /* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
}
.banner .banner-content .btn:hover,
.banner .banner-content .btn:focus {
    background: #055199;
    transition: 0.2s all;
}
/* -------- Banner Images ------- */
#home {
	background: url('../gfx/banners/home.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
#services {
	background: url('../gfx/banners/services.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
#contact-bg {
	background: url('../gfx/banners/contact.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
/*------------------------------------- Backgrounds ------------------------------------------*/
.grey-bg {
	background: #F7F7F7;
	position: relative;
    overflow: hidden;
}
.white-bg {
	background: #FFF;
	position: relative;
    overflow: hidden;
}
.blue-bg {
	background: #055199;
	position: relative;
    overflow: hidden;
}
.aqua-bg {
	background: #6ad8e1;
	position: relative;
    overflow: hidden;
}
.nightsky-bg {
	background: url('../gfx/banners/night-sky.jpg') no-repeat;
    background-size: cover;
	position: relative;
    overflow: hidden;
}
.sunnysky-bg {
	background: #fdb414 no-repeat;
    background-size: cover;
	position: relative;
    overflow: hidden;
}
/*------------------------------------- Wrapper ------------------------------------------*/
.wrapper {
	position: relative;
	z-index: 1;
	width: 1024px;
	margin: 0 auto;
	padding: 100px 0px 100px 0px;
}
.wrapper h1,
.wrapper h2 {
	font-size: 2.5em;
	line-height: 1.3em;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
}
.wrapper h2 {
	font-size: 1.8em;
	padding: 0px 0px 0px 0px;
}
.wrapper h3 {
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
    padding: 0;
}
.wrapper p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0px 0px 10px 0px;
	margin: 0;
}
.wrapper p a:link,
.wrapper p a:visited {
	color: inherit;
	text-decoration: underline;
}
.wrapper p a:hover {
	color: rgba(0,0,0,0.5);
	transition: 0.2s all;
}
.wrapper .accent {
    width: 60px;
    height: 3px;
    background: #fdb414;
    margin: auto auto 30px auto;
}
.wrapper .spacer {
    height: 75px;
    width: 100%;
}
.wrapper .mini-spacer {
    height: 25px;
    width: 100%;
}
/* Buttons */
.wrapper .btn {
	position: relative;
	display: inline-block;
	padding: 10px 35px 10px 35px;
	margin: 20px 0px 0px 0px;
    border-radius: 20px;
	font-size: 1.1em;
    text-align: center;
	color: #FFF;
    background: #055199;
    /* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
}
.nightsky-bg .wrapper .btn {
    background: #fdb414;
}
.wrapper .btn:hover,
.wrapper .btn:focus {
    background: #fdb414;
    transition: 0.2s all;
}
.nightsky-bg .wrapper .btn:hover,
.nightsky-bg .wrapper .btn:focus {
    background: #68c2cc;
    transition: 0.2s all;
}
.wrapper .btn-contain {
    position: relative;
    height: 45px;
    margin: 20px 0px 0px 0px;
}
.wrapper .btn-contain .btn {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
/* Floated text */
.wrapper .text-left,
.wrapper .text-right {
    position: relative;
}
.wrapper .text-left {
    padding: 0px 50% 0px 0px;
}
.wrapper .text-right {
    padding: 0px 0px 0px 50%;
}
.wrapper .text-left .image {
    position: absolute;
    z-index: 1;
    bottom: -100px;
    width: 90%;
    height: auto;
    right: -25%;
}
.wrapper .text-right .image {
    position: absolute;
    z-index: 1;
    bottom: -100px;
    width: 90%;
    height: auto;
    left: -35%;
}
.wrapper .text-left .image-floating {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: auto;
    right: 0;
}
.wrapper .text-right .image-floating {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: auto;
    left: 0;
}
.wrapper .text-right #map {
    position: absolute;
    top: 0px;
    left: 0;
    height: calc(100%);
    width: calc(50% - 50px);
}
/* Profiles */
.wrapper #profiles {
    list-style: none;
    width: 100%;
    padding: 50px 0px 0px 0px;
    margin: 0;
}
.wrapper #profiles li {
    position: relative;
    width: 33.3%;
    display: block;
    padding: 30px;
    float: left;
}
.wrapper #profiles li .profile {
    width: 70%;
    display: block;
    margin: auto auto 30px auto;
    border-radius: 50%;
}
/* Services List */
.wrapper #service-tiles {
    padding: 25px 0px 0px 0px;
    margin: 0px 0px -40px 0px;
    list-style: none;
    display: block;
}
.wrapper #service-tiles li {
    position: relative;
    padding: 240px 30px 50px 30px;
    width: calc(50% - 20px);
    float: left;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 630px;
}
.wrapper #service-tiles li:nth-last-child(odd) {
    margin: 0px 20px 40px 0px;
}
.wrapper #service-tiles li:nth-last-child(even) {
    margin: 0px 0px 40px 20px;
}
.wrapper #service-tiles li h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0px 30px 0px 30px 0px;
    text-align: center;
    font-size: 1.6em; 
}
.wrapper #service-tiles li .image {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}
.wrapper #service-tiles li #governance {
    background: url('../gfx/photos/governance.jpg') no-repeat;
    background-size: cover;
}
.wrapper #service-tiles li #policy {
    background: url('../gfx/photos/policy.jpg') no-repeat;
    background-size: cover;
}
.wrapper #service-tiles li #assistance {
    background: url('../gfx/photos/assistance.jpg') no-repeat;
    background-size: cover;
}
.wrapper #service-tiles li #leadership {
    background: url('../gfx/photos/leadership.jpg') no-repeat;
    background-size: cover;
}
.wrapper #service-tiles li #meetings {
    background: url('../gfx/photos/meetings.jpg') no-repeat;
    background-size: cover;
}
.wrapper #service-tiles li #planning {
    background: url('../gfx/photos/planning.jpg') no-repeat;
    background-size: cover;
}
.wrapper #service-tiles li #review {
    background: url('../gfx/photos/review.jpg') no-repeat;
    background-size: cover;
}
.wrapper #service-tiles li #team-bg {
    background: url('../gfx/photos/team.jpg') no-repeat;
    background-size: cover;
}
/* Simple Check List */
.wrapper #service-tiles li .list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
}
.wrapper #service-tiles li .list li {
    position: relative;
    width: 100%;
    float: none;
    border: none;
    padding: 0px 0px 10px 30px;
    font-size: 0.9em;
    margin: 0;
    min-height: auto;
}
.wrapper #service-tiles li .list li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background: url('../gfx/icons/check.png') no-repeat;
    background-size: contain;
}
.wrapper #service-tiles li .list li:last-of-type {
    padding: 0px 0px 0px 30px;
}
/*------------------------------------- Footer ------------------------------------------*/
footer {
    position: relative;
	width: 80%;
    max-width: 1024px;
    border-top: 1px solid #68c2cc;
    height: auto;
    padding: 20px 0px 20px 0px;
    margin: 0px auto 0px auto;
}
footer ul {
	list-style: none;
	width: 50%;
    padding: 0;
}
footer .nav {
    position: absolute;
    top: 16px;
    right: 0;
    width: 350px;
}
footer ul li {
	position: relative;
	display: inline-block;
    font-size: 0.8em;
    color: #055199;
    padding: 0px 10px 0px 0px;
}
footer ul li::before {
    content: '/';
    position: absolute;
    top: 1px;
    right: 0;
}
footer ul li:hover,
footer ul li:focus {
    color: #fdb414;
    transition: 0.2s all;
}
footer .copyright {
    width: 100%;
}
footer .copyright p {
    position: relative;
    font-size: 0.8em;
}
/* Second Stage */
.second-stage {
    height: 70px;
}
.second-stage .inner {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
/* ota.studio badge */
.second-stage .inner #ota {
	position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
	display: block;
	height: 50px;
	width: 180px;
	padding: 16px 0px 0px 90px;
	color: rgba(0,0,0,0.7);
	font-size: inherit;
}
.second-stage .inner #ota::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	height: 40px;
	width: 80px;
	border-radius: 3px;
	background: #FFF;
    /* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
}
.second-stage .inner #ota::after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 20px;
	height: 20px;
	width: 40px;
	background: url('../gfx/logos/ota.png') no-repeat;
	background-size: contain;
}
/* ------------------------- Menu // Urso Custom -------------------------- */
html, 
body, 
.container, 
.content-wrap {
	width: 100%;
}
/* Site Scroll */
.content-wrap {
	/*overflow-y: scroll;*/
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.content-wrap-active {
	overflow: hidden;
	height: 100vh;
}
/* Content Overlay */
#menu-overlay {
	position: absolute;
	z-index: 998;
	height: 100vh;
	width: 100vw;
	background: rgba(0,0,0,0.2);
}
.overlay-hidden {
	opacity: 0;
	visibility: hidden;
}
.overlay-vis {
	opacity: 1;
	visibility: visible;
}
/* Menu Trigger */
.menu-button {
	display: inline-block;
	position: relative;
	top: 6px;
	right: -20px;
	height: 30px;
	width: 35px;
	color: transparent;
    float: right;
}
.menu-button::before {
	content: '';
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#68c2cc 20%, transparent 20%, transparent 40%, #68c2cc  40%, #68c2cc 60%, transparent 60%, transparent 80%, #68c2cc 80%);
}
.menu-button:hover::before {
	transition: 0.2s all;
	background: linear-gradient(#055199 20%, transparent 20%, transparent 40%, #055199  40%, #055199  60%, transparent 60%, transparent 80%, #055199 80%);
}
/* Menu Structure */
.menu-active {
	left: 0px;
	z-index: 999;
	opacity: 1;
	visibility:visible;
	/* Animations */
	transform-origin: left;
	animation-name: menu-in;
	animation-direction: normal;
	animation-duration: 300ms;
}
.menu-nonactive {
	left: -1000px;
	z-index: -999;
	opacity: 0;
	visibility: hidden;
	/* Animations */
	transform-origin: left;
	animation-name: menu-out;
	animation-direction: normal;
	animation-duration: 100ms;
}
.menu-wrap { /* Main Menu Structure */
	position: absolute;
	z-index: 999;
	height: 100vh;
	width: 300px;
	overflow: hidden;
	background: #FFF;
	/* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
}
.menu-wrap .menu {
	list-style: none;
	padding: 170px 0px 0px 10px;
	margin: 0;
}
.menu-wrap .menu li {
	display: block;
	width: 100%;
	font-size: 1.2em;
	color: #68c2cc;
	padding: 0px 0px 20px 30px;
	margin: 0px 0px 10px 0px;
}
.menu-wrap .menu li:hover,
.menu-wrap .menu li:focus {
	color: #055199;
	transition: 0.3s all;
}
.menu-wrap .menu .btn {
    position: relative;
	display: inline-block;
	padding: 10px 35px 10px 35px;
    border-radius: 20px;
	font-size: 1em;
    text-align: center;
	color: #FFF;
    background: #055199;
    width: 75%;
    margin: 0px 0px 0px 10%;
    /* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15); 
}
.menu-wrap .menu .btn:hover,
.menu-wrap .menu .btn:focus {
    color: #FFF;
    background: #fdb414;
    transition: 0.2s all;
}
/* Menu Header */
.menu-wrap .menu-header {
	position: absolute;
	top: 0;
	left: 0;
	height: 42px;
	width: 100%;
    background: #fdb414;
}
/* Close Button */
.close-button {
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	text-indent: 16px;
	border: none;
	z-index: 1001;
	background: rgba(0,0,0,0.1);
	color: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	top: 11px;
	left: 50%;
	background: #FFF;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* Menu Photo */
.menu-wrap .menu-logo {
	position: absolute;
	top: 70px;
	left: 40px;
	width: 190px;
	height: 60px;
	background: url('../gfx/logos/logo.png') no-repeat;
	background-size: contain;
}
/* Menu Animations */
@keyframes menu-in {
    0% {
        left: -380px;
    }
    100% {
        left: 0px;
    }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes menu-in {
	0% {
        left: -380px;
    }
    100% {
        left: 0px;
    }	
}
@keyframes menu-out {
    0% {
        left: 0px;
    }
    100% {
        left: -380px;
    }	
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes menu-out {
	0% {
        left: 0px
    }
    100% {
        left: -380px;
    }	
}
/*-------------------------------- Modal // Codrops.com ---------------------------------*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}
.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}
.container {
	background: #9359a4;
	min-height: 100%;
}
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
    background: rgba(104,194,204,0.9);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
/* Content styles */
.md-content {
	color: #fff;
	background: #FFF;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	/* Drop Shadow */
	-webkit-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.15);
}
.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 1.6em;
	letter-spacing: 2px;
	opacity: 1;
	border-radius: 3px 3px 0 0;
    background: #fdb414;
}
.md-content > div {
	padding: 25px 40px 30px;
	margin: 0;
}
.md-content > div p {
	margin: 0;
	padding: 10px 0;
}
.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}
.md-content > div ul li {
	padding: 5px 0;
}
.md-content .btn-contain .btn {
	position: relative;
	display: inline-block;
	padding: 10px 35px 10px 35px;
	margin: 20px 0px 0px 0px;
    border-radius: 20px;
	font-size: 1.1em;
    text-align: center;
	color: #FFF;
    background: #055199;
    /* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.15);
}
.md-content .btn-contain .btn:hover,
.md-content .btn-contain .btn:focus {
    background: #fdb414;
    transition: 0.2s all;
}
/* Effect 1: Fade in and scale up */
.md-effect .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-effect .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/*------------------------------------- Contact Form -----------------------------------*/
.required-wrap {
	position: relative;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.required-wrap .astrix {
	position: absolute;
	font-size: 0.8em;
	color: #FFF;
	top: 0px;
	right: -15px;
    opacity: 0.5;
}
.required-wrap .icon {
    position: absolute;
    top: 17px;
    right: 15px;
    height: 15px;
    width: 15px;
    fill: #68c2cc;
}
.required-wrap .rotate {
    transform: rotate(90deg);
}
/* Map */
.info-window {
    display: block;
    padding: 30px;
    background: #FFF;
    border-radius: 3px;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
}
.info-window h1 {
    width: 100%;
    font-size: 2.2em;
    line-height: 1em;
    padding: 0px 0px 20px 0px;
    margin: 0;
}
.info-window h2 {
    width: 100%;
    font-size: 1.6em;
    line-height: 1em;
    padding: 0px 0px 20px 0px;
    margin: 0;
}
.info-window p {
    position: relative;
    width: 100%;
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 0px 0px 10px 30px;
    margin: 0;
}
.info-window p a:link,
.info-window p a:visited {
    text-decoration: underline;
    color: #055199;
}
.info-window p a:hover,
.info-window p a:focus {
    color: #68c2cc;
    transition: 0.2s all;
}
.info-window p::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    height: 16px;
    width: 16px;
}
.info-window #locate::before {
    background: url('../gfx/map/map-location.png') no-repeat;
    background-size: contain;
}
.info-window #phone::before {
    background: url('../gfx/map/map-phone.png') no-repeat;
    background-size: contain;
}
.info-window #fax::before {
    background: url('../gfx/map/map-fax.png') no-repeat;
    background-size: contain;
}
.info-window #email::before {
    background: url('../gfx/map/map-email.png') no-repeat;
    background-size: contain;
}
.info-window #google::before {
    background: url('../gfx/map/map-google.svg') no-repeat;
    background-size: contain;
}
/* Form Structure */
#form {
    position: relative;
	padding: 10px 0px 0px 0px;
}
.wrapper .text-right #form #map {
    position: absolute;
    top: 25px;
    right: 0;
    height: calc(100% - 25px);
    width: calc(50% - 25px);
}
#form #recaptcha {
	position: absolute;
	z-index: 9999;
    top: -5000px;
    left: -5000px;
    opacity: 0;
}
#form p {
    font-size: 0.8em;
}
#form p .icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    fill: #FFF;
    margin: 0px 10px -5px 0px;
}
/* ----- Inputs ---- */
#form input[type="radio"] {
	display:inline-block;
	margin:0px 5px -3px 5px;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="phone"] {
	display: block;
	margin:0 auto;
	width: 100%;
	
	font-family: adrianna, sans-serif;
    font-weight: 300;
    font-style: normal;
	
	color: #58595b;
	font-size: 1em;
	appearance: none;
	box-shadow: none;
	border-radius: 5px;
	background: #FFF;
 	border: 1px solid #DFD8D2;
	margin-top:15px;
	margin-bottom:15px;
	padding:15px 0px 15px 10px;
}
#form input[type="text"]:focus,
#form input[type="email"]:focus,
#form input[type="phone"]:focus,
#form select:focus,
#form textarea:focus {
    outline: none !important;
    border: 1px solid #055199;
    box-shadow:none;
}
#form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	margin:0 auto;
	width: 100%;
	
	font-family: adrianna, sans-serif;
    font-weight: 300;
    font-style: normal;
	
	color: #58595b;
	font-size: 1em;
	box-shadow: none;
	border-radius: 5px;
	background: #FFF;
 	border: 1px solid #DFD8D2;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 16px 0px 15px 10px;
}
#form textarea {
	width: 97%;
	display: block;
    
	font-family: adrianna, sans-serif;
    font-weight: 300;
    font-style: normal;
	
  	color: #58595b;
	font-size: 1em;
	appearance: none;
	box-shadow: none;
	border-radius: 5px;
	background: #FFF;
 	border: 1px solid #FFF;
	padding: 15px 0px 15px 10px;
}
#form #submit-btn {
	width: 140px;
	display: block;
    
	font-family: adrianna, sans-serif;
    font-weight: 300;
    font-style: normal;
	
  	color: #FFF;
  	font-size: 1em;
  	appearance: none;
  	box-shadow: none;
  	background: #68c2cc;
  	border: none;
	padding: 10px 0px 10px 0px;
    margin: 35px 0px 30px 0px;
    border-radius: 20px;
}
#form #submit-btn:hover {
	background: #FFF;
    color: #055199;
	transition: 0.2s ease;
}
/* Placeholders */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: adrianna, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #58595b;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: adrianna, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #58595b;
   	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   	font-family: adrianna, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #58595b;
   	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	font-family: adrianna, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #58595b;
}
/*------------------------------------- Media Queries -----------------------------------*/
@media (max-width: 1300px){
    /* --------- */
    /* Structure */
    /* --------- */
	#header .header-inner,
    #main .main-inner,
    #floaty .floaty-inner,
    .second-stage .inner {
	width: 80%;
	}
    .banner {
    height: auto;
    padding: 100px 0px 100px 0px;
    }
	.banner .banner-content,
    #services .banner-content {
    position: static;
	width: 80%;
    top: auto;
    left: auto;
    transform: translateX(0) translateY(0);
    margin: 0 auto; 
    padding: 0px 0px 0px 40%;
	}
    #services .banner-content {
    position: static;
    left: auto;
	transform: translateX(0%) translateY(0%);
	width: 80%;
    margin: 0 auto;
	height: auto;
    padding: 0;
    }
	.wrapper,
	.second-stage .inner {
	width:80%;
	}
    /* ---------- */
    /* Navigation */
    /* ---------- */
    #main .main-inner li,
    #floaty .floaty-inner li {
	padding: 10px 15px 12px 15px;
    }
}
@media (min-width: 1025px){ /* ---- Turn off mobile menu logos and other stuff ----- */
	.menu-trigger {
	display:none;
	}
	.menu-button {
	display:none;
	}
}
@media (max-width: 1024px){ /* ----------------------------------- LARGE PHONE TABS / FABS!!!! */
	.menu-trigger {
	display:inline;
	}
    .wave-top,
    .wave-bottom {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
	/* ---------- */
	/* Navigation */
	/* ---------- */
    #floaty {
    display: none;
    visibility: none;
    opacity: 0;
    }
    #main .main-inner {
    padding: 20px 20px 20px 0px;
    }
	#main .main-inner li {
	display: none;
	}
    #main .main-inner .icon {
    display: block;
    }
	#main .main-inner #logo {
	position: absolute;
	top: 15px;
	left: 0;
    height: 50px;
	}
    /* Banner */
    /* ------ */
    .banner .banner-content .desk {
	display: none;
    opacity: 0;
    visibility: hidden;
    }
    .banner .banner-content .mobi {
	display: block;
    opacity: 1;
    visibility: visible;
    }
	/* ------- */
	/* Wrapper */
	/* ------- */
	.banner-content h1 br,
	.wrapper h1 br,
	.wrapper h2 br,
	.wrapper p br {
	display: none;
	}
    .sunnysky-bg .wrapper br {
    display: inline;
    }
    .wrapper #service-tiles li {
    min-height: 830px;
    }
    /* ------ */
	/* Footer */
	/* ------ */
    footer .nav {
    position: static;
    }
    .second-stage .inner #ota {
    left: 0;
    transform: translateX(0);
    }
}
@media (max-width: 768px){ /* ------------------------------------ MEDIUM PHONE TABS / FABS!!!! */
	/* --------- */
	/* Structure */
	/* --------- */
	.centred {
	text-align: left;
	}
    .wrapper .accent {
    margin: 0px 0px 30px 0px;
    }
    /* ------ */
    /* Banner */
    /* ------ */
    .banner {  
	height: auto;
	position: relative;
	padding: 100px 0px 100px 0px;
    }
    .banner .banner-content {
    position: static;
	top: auto;
	left: calc(0);
	transform: translateX(0%) translateY(0%);
	width: 80%;
	height: auto;
    padding: 0;
    }
    /* ------- */
    /* Wrapper */
    /* ------- */
    .wrapper .btn-contain .btn {
    position: static;
    top: auto;
    left: auto;
    transform: translateX(0%);
    }
    .wrapper .text-left,
    .wrapper .text-right {
    padding: 0px 0px 100px 0px;
    }
    .wrapper .text-left .image,
    .wrapper .text-right .image {
    width: 100%;
    left: 0;
    right: auto;
    }
    .wrapper .text-left .image-floating,
    .wrapper .text-right .image-floating {
    position: static;
    top: auto;
    transform: translateY(0%);
    width: 100%;
    height: auto;
    right: auto;
    left: auto;
    margin: 50px 0px -100px 0px;
    }
    .wrapper #profiles li {
    width: 50%;
    padding: 30px 60px 30px 0px;
    }
    .wrapper #profiles li .profile {
    margin: 0px 0px 30px 0px;
    }
    .wrapper #service-tiles li {
    float: none;
    width: 100%;
    min-height: auto;
    }
    .wrapper #service-tiles li:nth-last-child(odd),
    .wrapper #service-tiles li:nth-last-child(even) {
    margin: 0px 0px 40px 0px;
    }
    .wrapper #service-tiles li h2 {
    padding: 0px 10% 0px 10%;
    }
    .required-wrap {
    width: 100%;
    }
    .wrapper .text-right #form #map,
    .wrapper .text-right #map {
    position: static;
    top: auto;
    right: auto;
    height: 300px;
    width: 100%;
    margin: 30px 0px -80px 0px;
    }
	/* ------ */
	/* Footer */
	/* ------ */
	footer .wrapper .col {
	width: 100%;
	height: auto;
	padding: 0px;
	margin-bottom: 50px;
	float: none;
	}
    /* ------------ */
    /* Second Stage */
    /* ------------ */
    .second-stage .inner #ota {
	position: relative;
	top: auto;
	right: auto;
	margin: 20px 0px 0px 0px;
    }
}
@media (max-width: 520px){
    /* ---------- */
    /* Navigation */
    /* ---------- */
    #main .main-inner .icon,
    #floaty .floaty-inner .icon {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    }
    /* ------- */
    /* Wrapper */
    /* ------- */
    .banner .banner-content .btn,
    .wrapper .btn,
    .wrapper .btn-contain .btn {
    width: 100%;
    }
    .wrapper #profiles li {
    width: 100%;
    padding: 30px 0px 30px 0px;
    }
    .wrapper #profiles li .profile {
    margin: 0px 0px 30px 0px;
    max-width: 200px;
    }
}