@charset "UTF-8";
/* CSS Document */
/*------------------------------------- Fonts -----------------------------------*/
@font-face { /*-- Proxima Nova Light --*/
	font-family: 'ProximaNova-Light';
    src: url('../fonts/Proxima-Light/ProximaNova-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Proxima-Light/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Proxima-Light/ProximaNova-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Proxima-Light/ProximaNova-Light.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/Proxima-Light/ProximaNova-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Proxima-Light/ProximaNova-Light.svg#ProximaNova-Light') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face { /*-- Proxima Nova Normal --*/
	font-family: 'ProximaNova-Regular';
	src: url('../fonts/Proxima-Regular/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Proxima-Regular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Proxima-Regular/ProximaNova-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Proxima-Regular/ProximaNova-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/Proxima-Regular/ProximaNova-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Proxima-Regular/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'); /* Legacy iOS */
	font-weight: normal;
    font-style: normal;
}
@font-face { /*-- Proxima Nova SemiBold --*/
	font-family: 'ProximaNova-Semi';
	src: url('../fonts/Proxima-Semi/ProximaNova-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Proxima-Semi/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Proxima-Semi/ProximaNova-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Proxima-Semi/ProximaNova-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/Proxima-Semi/ProximaNova-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Proxima-Semi/ProximaNova-Semibold.svg#ProximaNova-Semi') format('svg'); /* Legacy iOS */
	font-weight: normal;
    font-style: normal;
} 
@font-face { /*-- Proxima Nova Bold --*/
	font-family: 'ProximaNova-Bold';
	src: url('../fonts/Proxima-Bold/ProximaNova-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Proxima-Bold/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Proxima-Bold/ProximaNova-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Proxima-Bold/ProximaNova-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/Proxima-Bold/ProximaNova-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Proxima-Bold/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'); /* Legacy iOS */
	font-weight: normal;
    font-style: normal;
}
/*------------------------------------- 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; }

body {
	background: #FFF;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
img {width:100%;}
.clear {clear:both;}

a:link {
    color: inherit;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
/*------------------------------------- Text Spans -----------------------------------*/
.light {
	font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Light';
}
.regular {
	font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Regular';
}
.semi {
	font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Semi';
}
.bold {
	font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Bold';
}
.voltage {
    font-family: voltage,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.italics {
	font-style: italic;
}
.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.underline {
    text-decoration: underline;
}
.centered {
    text-align: center;
}
.left-align {
    text-align: left;
}
/*---------------- Colors ----------------*/
.invis {
	color: transparent;
}
.white {
	color: #FFF;
}
.grey {
	color: #243641;
}
.yellow {
	color: #f6bf28;
}
.red {
	color: #ef4137;
}
.ota {
	color: #f58220;
}
/*----------------------------------- Navigation ----------------------------------------*/
#logo {
	position: absolute;
	top: 50%;
    left: 0px;
    transform: translateY(-50%);
	width: 150px;
	height: 65px;
	background: url('../gfx/logo/aaron.png') no-repeat;
	background-size: contain;
}
#main {
	height: auto;
	width: 100%;
	background: #FFF;
	margin: 0;
	padding: 0;
}
#nav-contain {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#navigation {
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0;
	margin-bottom: -5px;
}
#navigation a:link,
#navigation a:visited {
    color: inherit;
    text-decoration: none;
}
#navigation li {
	float: left;
	padding: 50px 20px 50px 20px;
	font-size: 1.2em;
	line-height: none;
	height: auto;
	margin: 0px 0px 0px 0px;
    color: #243641;
}
#navigation li:hover,
#navigation li:focus {
	color: #ef4137;
	transition: 0.2s all;
}
#navigation #nav-call {
	display: inline-block;
	padding: 15px 10px 0px 20px;
	margin: 25px 0px 0px 20px;
	background: #a32c26;
	font-size: 1em;
	height: 70px;
	width: 190px;
}
#navigation #nav-call p {
	float: left;
	width: 100px;
	height: auto;
	margin-top: 0px;
}
#navigation #nav-call .icon {
	float: left;
	height: 35px;
	width: 35px;
	margin-right: 15px;
	margin-top: 3px;
    fill: #FFF;
}
/*------------------------------------- Landing ------------------------------------------*/
.landing {
    position: relative;
    z-index: 2;
	width: 100%;
	height: 50vh;
    min-height: 500px;
	margin: 0px;
    padding: 0px;
}
.landing .landing-contain {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 80%;
    max-width: 900px;
	margin: 0px;
    padding: 170px 0px 170px 0px;
}
.landing .landing-contain h1 {
	display: block;
    margin: 0;
    padding: 0;
	font-size: 2.6em;
    line-height: 1em;
}
.landing .landing-contain p {
    display: block;
    margin: 20px 0px 0px 0px;
    padding: 0;
	font-size: 1.2em;
	line-height: 1.4em;
    width: 60%;
}
.landing .landing-contain .btn {
    display: inline-block;
    padding: 15px 30px 15px 30px;
    font-size: 1.2em;
    text-align: center;
    margin: 30px 30px 0px 0px;
    background: #f6bf28;
    color: #FFF;
}
.landing .landing-contain .btn:hover,
.landing .landing-contain .btn:focus {
    background: #ef4137;
    transition: 0.2s all;
}
.landing #scroller {
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 50%;
    height: 80px;
    width: 80px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #FFF;
    /* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
.landing #scroller::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 40px;
    width: 40px;
    background: url('../gfx/icons/scroll.png') no-repeat;
    background-size: contain;
}
/* Background Images */
#home {
	background: url('../gfx/banners/home.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
/*------------------------------------- Backgrounds  ------------------------------------------*/
.light-bg {
	background: #F8F8F8;
	width: 100%;
	height: auto;
	position: relative;
}
.grey-bg {
	background: #424143;
	width: 100%;
	height: auto;
	position: relative;
}
.red-bg {
	background: #a32c26;
	width: 100%;
	height: auto;
	position: relative;
}
.grey-bg.border-bottom {
    box-sizing: border-box;
    border-bottom: 10px solid #262627;
}
.red-bg.border-bottom {
    box-sizing: border-box;
    border-bottom: 10px solid #ef4137;
}
/*------------------------------------- Wrapper  ------------------------------------------*/
.wrapper {
	position: relative;
    z-index: 1;
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0px 80px 0px;
}
.wrapper .narrow {
    width: 100%;
	max-width: 900px;
    margin: 0 auto;
}
.wrapper .spacer {
    height: 40px;
    width: 100%;
}
.wrapper h1 {
	font-size: 2.6em;
	line-height: 1.2em;
	padding: 0px 0px 10px 0px;
}
.wrapper h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	padding: 0px 0px 10px 0px;
}
.wrapper p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0px 0px 30px 0px;
}
.wrapper .btn {
    display: inline-block;
    padding: 15px 30px 15px 30px;
    font-size: 1.2em;
    text-align: center;
    margin: 30px 0px 0px 0px;
    color: #FFF;
    background: #f6bf28;
}
.wrapper .btn:hover,
.wrapper .btn:focus {
    background: #ef4137;
    transition: 0.2s all;
}
.wrapper a:hover,
.wrapper a:focus {
    opacity: 0.8;
    transition: 0.2s all;
}
/* Lists */
.wrapper .list {
	list-style: none;
	padding: 0;
	margin: 0px 0px -30px 0px;
}
.wrapper .list li {
	display: block;
	width: 100%;
	position: relative;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 20px 0px;
	font-size: 1.1em;
    line-height: 1.5em;
}
.wrapper .list li::before {
	content: '';
    position: absolute;
	top: 8px;
	left: 0px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
    background: #005252;
}
/* Flex Structure */
/* https://www.youtube.com/watch?v=fYq5PXgSsbE */
.wrapper .flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
/* Flex Columns */
.wrapper .flex-container.flex-text,
.wrapper .flex-container.flex-double,
.wrapper .flex-container.flex-double-space,
.wrapper .flex-container.flex-tripple,
.wrapper .flex-container.flex-tripple-space,
.wrapper .flex-container.floated-text {
    justify-content: space-around;
}
.wrapper .flex-double .flex-item {
    width: 50%;
}
.wrapper .flex-double-space .flex-item {
    width: calc(50% - 50px);
    margin: 25px;
}
.wrapper .flex-tripple .flex-item {
    width: 33.3%;
}
.wrapper .flex-tripple-space .flex-item {
    width: calc(33.3% - 50px);
    margin: 25px;
}
/* Floated Text */
.wrapper .floated-text .text.flex-item {
    position: relative;
    width: calc(100% - 250px);
    padding: 0px 0px 0px 50px;
}
.wrapper .floated-text .graphic.flex-item {
    width: 200px;
    height: 200px;
}
.wrapper #expertise {
    background: url('../gfx/graphics/fleet-expertise.png') no-repeat;
    background-size: contain;
}
.wrapper #shuttle {
    background: url('../gfx/graphics/shuttle-service.png') no-repeat;
    background-size: contain;
}
/* Service Cards */
.wrapper .service-card {
    padding: 50px;
    box-sizing: border-box;
}
.wrapper .service-card p {
    margin: 20px 0px 0px 0px;
    padding: 0;
}
.wrapper .service-card:nth-child(2) {
    border-left: 1px solid #424143;
    border-right: 1px solid #424143;
}
.wrapper .service-card .icon {
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
}
.wrapper #service-1 {
    background: url('../gfx/icons/service-1.png') #424143 no-repeat;
    background-size: contain;
}
.wrapper #service-2 {
    background: url('../gfx/icons/service-2.png') #424143 no-repeat;
    background-size: contain;
}
.wrapper #service-3 {
    background: url('../gfx/icons/service-3.png') #424143 no-repeat;
    background-size: contain;
}
.wrapper #service-4 {
    background: url('../gfx/icons/service-4.png') #424143 no-repeat;
    background-size: contain;
}
/* Benefit Cards */
.wrapper .benefit-card {
    padding: 50px 50px 0px 50px;
    background: #f1f2f2;
    box-sizing: border-box;
    border: 2px solid #d1d3d4;
}
.wrapper .benefit-card .icon {
    display: block;
    height: 40px;
    width: 40px;
    background: url('../gfx/icons/check.png') no-repeat;
    background-size: contain;
}
.wrapper .benefit-card h2 {
    padding: 0px 0px 10px 0px;
}
.wrapper .benefit-card p {
    margin: -20px 0px 0px 0px;
}
.wrapper .benefit-card .standard-card-title,
.wrapper .benefit-card .standard-icon {
    display: block;
    visibility: visible;
    opacity: 1;
}
.wrapper .benefit-card .mobile-card-title,
.wrapper .benefit-card .mobile-icon {
    display: none;
    visibility: hidden;
    opacity: 0;
}
/* Full Backgrounds and Graphic Containers */
.full-bg,
.graphic-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.full-bg .wrapper {
    position: relative;
    z-index: 3;
	padding: 80px 700px 80px 0px;
}
.full-bg .photo {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('../gfx/banners/connect.jpg') no-repeat;
    background-size: cover;
}
.graphic-container .cog {
    position: absolute;
    z-index: 2;
    background: url('../gfx/graphics/background-cog.png') no-repeat;
    background-size: contain;
}
.graphic-container .cog.cog-bottom-left {
    bottom: -125px;
    left: -125px;
    height: 500px;
    width: 500px;
}
.graphic-container .cog.cog-bottom-left {
    bottom: -125px;
    left: -125px;
    height: 450px;
    width: 450px;
}
.graphic-container .cog.cog-bottom-right {
    bottom: -125px;
    right: -125px;
    height: 450px;
    width: 450px;
    opacity: 0.7;
}
.graphic-container .cog.cog-top-left {
    transform: rotate(180deg);
    top: -125px;
    left: -125px;
    height: 450px;
    width: 450px;
    opacity: 0.7;
}
/*------------------------------------- Footer ------------------------------------------*/
footer {
	background: #FFF;
	height: auto;
	width: 100%;
}
footer .wrapper {
    padding: 20px 0px 20px 0px;
    margin: 0 auto;
    position: relative;
}
footer .wrapper #footer-logo {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    left: 0px;
	width: 150px;
	height: 65px;
	background: url('../gfx/logo/aaron.png') no-repeat;
	background-size: contain;
}
footer .wrapper #footer-navigation {
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer .wrapper #footer-navigation li {
	float: left;
	padding: 50px 20px 50px 20px;
	font-size: 1.2em;
	line-height: none;
	height: auto;
	margin: 0px 0px 0px 0px;
    color: #243641;
}
footer .wrapper #footer-navigation li:hover,
footer .wrapper #footer-navigation li:focus {
	color: #ef4137;
	transition: 0.2s all;
}
footer .wrapper #footer-navigation #footer-call {
	display: inline-block;
	padding: 15px 10px 0px 20px;
	margin: 25px 0px 0px 20px;
	background: #a32c26;
	font-size: 1em;
	height: 70px;
	width: 190px;
}
footer .wrapper #footer-navigation #footer-call p {
	float: left;
	width: 100px;
	height: auto;
	margin-top: 0px;
    font-size: 1em;
}
footer .wrapper #footer-navigation #footer-call .icon {
	float: left;
	height: 35px;
	width: 35px;
	margin-right: 15px;
	margin-top: 3px;
    fill: #FFF;
}
/* Second Stage */
footer .second-stage {
    position: relative;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
}
footer .second-stage p {
    font-size: 0.8em;
}
/* ota.studio badge */
footer .second-stage #ota {
    position: absolute;
    top: 2px;
    right: 0px;
    display: block;
    height: 50px;
    width: 180px;
    padding: 20px 0px 0px 90px;
    color: #243641;
    font-size: inherit;
}
footer .second-stage #ota::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 40px;
    width: 80px;
    border-radius: 5px;
    background: #FFF;
    box-sizing: border-box;
    border: 1px solid #EDEDED;
}
footer .second-stage #ota::after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 20px;
    width: 40px;
    background: url('../gfx/logo/ota.png') no-repeat;
    background-size: contain;
}
/*----------------------------------- Mobile Menu Content ----------------------------------------*/
/* ----------- */
/* Mobile Menu */
/* ----------- */
html, 
body, 
.container, 
.content-wrap {
	width: 100%;
}
.content-wrap {
    height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.content-wrap-active {
	overflow-x: hidden;
	overflow-y: hidden;
	max-height: 100vh;
}
/* Content Overlay */
#menu-overlay {
    position: absolute;
    z-index: 2;
    z-index: 998;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.4);
}
.overlay-hidden {
    opacity: 0;
    visibility: hidden;
}
.overlay-vis {
    opacity: 1;
    visibility: visible;
}
.menu-button { /* Menu Button */
    position: absolute;
    top: 33px;
    right: 0px;
    height: 25px;
    width: 30px;
    color: transparent;
}
.menu-button::before {
    position: absolute;
    top: 0.1em;
    right: 0.1em;
    bottom: 0.1em;
    left: 0.1em;
    background: linear-gradient(#ef4137 20%, transparent 20%, transparent 40%, #ef4137 40%, #ef4137 60%, transparent 60%, transparent 80%, #ef4137 80%);
    content: '';
}
.menu-button:hover::before {
    background: linear-gradient(#a32c26 20%, transparent 20%, transparent 40%, #a32c26 40%, #a32c26 60%, transparent 60%, transparent 80%, #a32c26 80%);
    transition: 0.2s all;
}
.menu-active { /* Menu - Active State */
    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;
    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-logo {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 130px;
    height: 60px;
    background: url('../gfx/logo/aaron.png') no-repeat;
    background-size: contain;
}
.menu-wrap .menu {
    list-style: none;
    padding: 130px 10px 0px 10px;
    margin: 0;
}
.menu-wrap .menu a:link,
.menu-wrap .menu a:visited {
    color: inherit;
    text-decoration: none;
}
.menu-wrap .menu li { /* Menu Items */
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.2em;
    color: #243641;
    padding: 0px 0px 10px 30px;
    margin: 0px 0px 10px 0px;
}
.menu-wrap .menu li:hover, 
.menu-wrap .menu li:focus {
    color: #ef4137;
    transition: 0.2s all;
}
/* Buttons */
.menu-wrap .menu .spacer {
    height: 1px;
    width: 85%;
    border-bottom: 1px solid #ECECEC;
    margin: 15px 0px 30px 15px;
}
.menu-wrap .menu .btn {
    position: relative;
    width: 85%;
    padding: 15px 30px 15px 30px;
    font-size: 1.2em;
    text-align: center;
    margin: 30px 0px 0px 15px;
    background: #f6bf28;
    color: #FFF;
}
.menu-wrap .menu .btn:hover, 
.menu-wrap .menu .btn:focus {
    background: #ef4137;
    color: #FFF;
    transition: 0.2s all;
}
/* Close Button */
.close-button {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 16px;
    overflow: hidden;
    text-indent: 16px;
    border: none;
    z-index: 1001;
    color: transparent;
    background: transparent;
}
.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    top: 14px;
    left: 50%;
    background: #ef4137;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* Menu Animations */
@keyframes menu-in {
0% {
    left: -1000px;
}
100% {
    left: 0px;
}
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes menu-in {
0% {
    left: -1000px;
}
100% {
    left: 0px;
}
}
@keyframes menu-out {
0% {
    left: 0px;
}
100% {
    left: -1000px;
}
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes menu-out {
0% {
    left: 0px
}
100% {
    left: -1000px;
}
}
/*-------------------------------- Modal // Codrops.com ---------------------------------*/
.no-scroll {
	min-height:100vh;
    height: 100vh; 
	overflow: hidden;
}
.scroll {
    overflow:auto;
	-webkit-overflow-scrolling: touch;
}
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}
.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}
.container {
	min-height: 100%;
}
.md-modal {
	position: fixed;
    z-index: 9999;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: auto;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: transparent;
	-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-modal .md-content {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #FFF;
}
/* Contact Styles */
#modal-contact .md-content {
    background: #FFF;
}
#modal-contact .md-content .left {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: url('../gfx/banners/connect.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
#modal-contact .md-content .right {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
}
#modal-contact .md-content .right .right-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    max-width: 800px;
    height: auto;
    padding: 50px 0px 50px 0px;
}
#modal-contact .md-content .right .right-contain h1 {
    margin: 0;
    padding: 0;
}
#modal-contact .md-content .right .right-contain p {
    margin: 0;
    padding: 20px 0px 10px 0px;
}
/* Close */
.md-modal .md-content .close-button {
    position: absolute;
    top: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
    background: #FFF;
    border-radius: 50%;
    cursor: pointer;
}
.md-modal .md-content .close-button::before,
.md-modal .md-content .close-button::after {
	content: '';
    top: 15px;
    left: 24px;
    background: #b08e5f;
}
.md-modal .md-content .close-button:hover,
.md-modal .md-content .close-button:focus {
    transform: scale(1.1);
    transition: 0.2s all;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
/* 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;
}
/*----------------------------------- Form ----------------------------------------*/
/* ------------ */
/* Contact Form */
/* ------------ */
.required-wrap {
	position: relative;
}
.required-wrap .icon {
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	fill: #FFF;
    opacity: 0.5;
}
.required-wrap .icon-notes {
	position: absolute;
	top: 30px;
	right: 20px;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	fill: #FFF;
    opacity: 0.5;
}
.required-wrap .astrix {
    position: absolute;
	top: 0px;
	right: -15px;
}
/* Structure */
.g-recaptcha {
    display: none;
    position: absolute;
    top: -5000px;
    left: -5000px;
}
#form .required-wrap .astrix-t {
	right: 20px;
}
#form {
    position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
#form p {
    margin: 30px 0px 0px 0px;
	font-size: 0.9em;
    line-height: 1.5em;
}
#form #q4 {
	margin-bottom: 20px;
}
#form #recap {
	position: absolute;
	z-index: 9999;
}
#form #vehicle-colour {
    display: none;
    visibility: hidden;
    opacity: 0;
}
/* ----------- */
/* Form Inputs */
/* ----------- */
#form input[type="text"],
#form input[type="email"],
#form input[type="phone"] {
  	display: inline-block;
  	width: 100%;
	/* Font Styles */
  	font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Regular';
	/* Font Styles */
  	color: #FFF;
  	font-size: 1em;
  	appearance: none;
  	box-shadow: none;
  	background: rgba(0,0,0,0.25);
    border: 1px solid transparent;
  	margin: 0px 0px 20px 0px;
 	padding: 15px 20px 15px 20px;
	border-radius: 3px;
}
#form select {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	display: inline-block;
  	width: 100%;
	/* Font Styles */
  	font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Regular';
	/* Font Styles */
  	color: #FFF;
  	font-size: 1em;
  	box-shadow: none;
  	background: rgba(0,0,0,0.25);
    border: 1px solid transparent;
  	margin: 0px 1.65% 20px 0px;
  	padding: 15px 20px 15px 20px;
	border-radius: 3px;
}
#form textarea {
	width: 100%;
	height: 100px;
	display: block;
	/* Font Styles */
    font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Regular';
	/* Font Styles */
  	color: #FFF;
  	font-size: 1em;
  	appearance: none;
  	box-shadow: none;
  	background: rgba(0,0,0,0.25);
    border: 1px solid transparent;
  	margin-bottom: 15px; 
	padding: 15px 20px 15px 20px;
	border-radius: 3px;
}
/* ------------- */
/* Submit Button */
/* ------------- */
#form #submit-btn {
	display: inline-block;
  	color: #FFF;
	/* Font Styles */
	font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Bold';
	/* Font Styles */
  	font-size: 1.1em;
  	appearance: none;
  	box-shadow: none;
  	background: #f6bf28;
  	border: none;
	padding: 15px 30px 15px 30px;
	margin: 20px 0px 0px 0px;
}
#form #submit-btn:hover,
#form #submit-btn:focus {
	background: #a32c26;
	transition: 0.2s ease;
}
/* ------ */
/* Hovers */
/* ------ */
#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 #f6bf28;
    box-shadow: none;
}
/* ------------ */
/* Placeholders */
/* ------------ */
#form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Regular';
    color: #FFF;
}
#form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Regular';
    color: #FFF;
    opacity:  1;
}
#form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Regular';
    color: #FFF;
    opacity:  1;
}
#form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: normal;
	font-style: normal;
	font-family: 'ProximaNova-Regular';
    color: #FFF;
}
/*------------------------------------- Media Queries -----------------------------------*/
@media (max-width: 1300px){ /* --------------------------------------- LAPPERS!!!! */
	/* Navigation */
	#nav-contain {
	width: 80%;
    margin: 0 auto;
	}
    #navigation li {
    font-size: 1.1em;
	padding: 50px 10px 50px 10px;
    }
	/* Banners */
    .landing .landing-contain {
	width: 80%;
	}
    .landing .landing-contain p {
    width: 80%;
    }
	/* Wrapper */
	.wrapper {
	width: 80%;
	}
    /* Full BG */
    .full-bg .wrapper {
	padding: 80px 50% 80px 0px;
    }
}
@media (min-width: 1025px){
    .menu-button {
    display: none;
    }
}
@media (max-width: 1024px){ /* ----------------------------------- LARGE TABS / FABS!!!! */
	/* -- nav -- */
    .menu-button {
    display: block;
    }
	#main {
	height: 90px;
	}
	#navigation {
	display: none;
	}
	#logo {
	top: 12px;
    transform: translateY(0%);
	}
	/* -- Banner -- */
	.landing {
	height: auto;
    padding: 150px 0px 150px 0px;
    min-height: 0;
    }
    .landing .landing-contain {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0%) translateY(0%);
	width: 80%;
    max-width: none;
	margin: 0 auto;
    padding: 0px;
    }
    .landing .landing-contain p {
    width: 100%;
    }
    .landing #scroller {
    display: none;   
    }    
    /* Full Backgrounds and Graphic Containers */
    .full-bg .wrapper {
	padding: 320px 0px 80px 0px;
    }
    .full-bg .photo {
    width: 100%;
    height: 250px;
    }
    .graphic-container .cog {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    /* -- Footer -- */
    footer .wrapper #logo-footer {
    display: inline-block;
    position: static;
    top: auto;
    right: auto;
    transform: translateY(0%);
    } 
}
@media (max-width: 768px){
    /* Global */
    .centered {
    text-align: left;
    }
    br {
    display: none;
    }
    /* Wrapper */
    .landing .landing-contain .btn,
    .wrapper .btn,
    .wrapper #submit-btn {
    width: 100%;
    margin: 20px 0px 0px 0px;
    }
    .wrapper .flex-double .flex-item,
    .wrapper .flex-tripple .flex-item {
    width: 100%;
    }
    .wrapper .flex-double-space .flex-item,
    .wrapper .flex-tripple-space .flex-item {
    width: 100%;
    margin: 25px;
    }
    .wrapper .flex-container.floated-text {
    justify-content: flex-start;
    }
    .wrapper .floated-text .text.flex-item {
    width: 100%;
    padding: 0px 0px 0px 0px;
    }
    .wrapper .floated-text .graphic.flex-item {
    width: 120px;
    height: 120px;
    margin: 0;
    }
    .wrapper .service-card {
    padding: 0px;
    margin: 0px 0px 50px 0px;
    }
    .wrapper .service-card:nth-child(2) {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    }
    .wrapper .service-card .icon {
    display: block;
    height: 120px;
    width: 120px;
    margin: 0px 0px 10px 0px;
    }
    .wrapper .benefit-card h2 {
    padding: 0px 0px 10px 0px;
    }
    .wrapper .benefit-card p {
    margin: 0px 0px 20px 0px;
    }
    .wrapper .benefit-card.standard-card {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    .wrapper .benefit-card .mobile-card-title,
    .wrapper .benefit-card .mobile-icon {
    display: block;
    visibility: visible;
    opacity: 1;
    }
    .wrapper .benefit-card .mobile-icon,
    .wrapper .benefit-card .mobile-card-title {
    margin: 0px 0px 20px 0px;
    }
    /* -- Footer -- */
    footer .wrapper {
    padding: 0px 0px 100px 0px;
    }
    footer .wrapper #footer-logo {
	position: absolute;
	top: auto;
    bottom: 0px;
    transform: translateY(-50%);
    }
    footer .wrapper #footer-navigation {
	float: none;
    padding: 50px 0px 50px 0px;
    }
    footer .wrapper #footer-navigation li {
	float: none;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
    }
    footer .wrapper #footer-navigation #footer-call {
	margin: 25px 0px 0px 0px;
    }
    footer .wrapper #footer-navigation #footer-call br {
    display: inline;
    }
    /* Second Stage */
    footer .second-stage {
    padding: 10px 0px 70px 0px;
    }
    /* ota.studio badge */
    footer .second-stage #ota {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    }
}