@charset "UTF-8";
@import url("https://use.typekit.net/icv4fya.css");

/* -------------- */
/* -- 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; }
body {
	background: #FFF;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.clearfix:before, 
.clearfix:after { 
	content: " "; 
	display: table; 
}
.clearfix:after { 
	clear: both; 
}
.os-animation { 
	opacity: 0; 
} 
.os-animation.animated { 
	opacity: 1;
}
img { 
	width:100%;
	display:block;
}
#maps {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 400px;
    margin: auto;
}
.clear {
	clear:both;
}
a,
a:link,
a:visited,
a:hover { 
    text-decoration:none; 
    color:inherit;
}

/* ----------------------------- */
/* -- Font Families & Colours -- */
/* ----------------------------- */

.thin {
    font-family: fieldwork, sans-serif;
    font-weight: 200;
    font-style: normal;
}
.light {
    font-family: fieldwork, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.light-italic {
    font-family: fieldwork, sans-serif;
    font-weight: 300;
    font-style: italic;
}
.bold {
    font-family: fieldwork, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.bold-italic {
    font-family: fieldwork, sans-serif;
    font-weight: 600;
    font-style: italic;
}
.lust-display {
    font-family: lust-display-didone, serif;
    font-weight: 400;
    font-style: normal;
}

/* Styles */

.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.centred {
	text-align: center;
}
.italic {
	font-style: italic;
}
.underline {
    text-decoration: underline;
}

/* Colours */

.orange {
    color: #FF6A39;
}
.navy {
    color: #003057;
}
.turk {
    color: #40C1AC;
}
.yellow {
    color: #F1BE48;
}
.grey {
    color: #D9D9D6;
}
.dark-grey {
    color: #A6BBC8;
}
.beige {
    color: #D9C89E;
}
.white {
    color: #FFF;
}
.white-bg {
	background: #FFFFFF;
	position: relative;
}
.grey-bg {
	background: #F7F7F7;
	position: relative;
}
.orange-bg {
	background: #FF6A39;
	position: relative;
}
.navy-bg {
	background: #003057;
	position: relative;
}
.yellow-bg {
	background: #F1BE48;
	position: relative;
}
.newsletter-bg {
	background: #002646;
	position: relative;
}
.turk-bg {
    background: #40C1AC;
    position: relative;
}
.better-bg {
    background: url('../gfx/graphics/getting-to-better-bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.promotion {
    display: block;
    width: 100%;
    height: auto;
    margin: auto auto -80px auto;
}

/* Standard */

.ota-orange {
	color: #f58220;
}
.invis {
	color: rgba(0,0,0,0);
}

/* Inline anchor offset */

:target:before {
  content: "";
  display: block;
  height: auto; /* fixed header height*/
  padding: 100px 0px 0px 0px;
  margin: 0px 0 0 0; /* negative fixed header height */
}

/* Employment Ontario */

#employment-ontario {
    width: 100%;
    margin: 0;
}
#employment-ontario img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}

/* ------------ */
/* -- Images -- */
/* ------------ */

#home {
	position: relative;
	background: url('../gfx/banners/home.jpg') no-repeat;
	background-size: cover;
}
#about {
	position: relative;
	background: url('../gfx/banners/about.jpg') no-repeat;
	background-size: cover;
}
#employment-services {
	position: relative;
	background: url('../gfx/banners/employment-services.jpg') no-repeat;
	background-size: cover;
}
#employer-services {
	position: relative;
	background: url('../gfx/banners/employer-services.jpg') no-repeat;
	background-size: cover;
}
#job-search {
	position: relative;
	background: url('../gfx/banners/job-search.jpg') no-repeat;
	background-size: cover;
}
#education-training {
	position: relative;
	background: url('../gfx/banners/education-training.jpg') no-repeat;
	background-size: cover;
}
#workplace-training {
	position: relative;
	background: url('../gfx/banners/workplace-training.jpg') no-repeat;
	background-size: cover;
}
#workshops-elearning {
	position: relative;
	background: url('../gfx/banners/workshops-elearning.jpg') no-repeat;
	background-size: cover;
}
#resources {
	position: relative;
	background: url('../gfx/banners/resources.jpg') no-repeat;
	background-size: cover;
}
#contact {
	position: relative;
	background: url('../gfx/banners/contact.jpg') no-repeat;
	background-size: cover;
}
#legal {
	position: relative;
	background: url('../gfx/banners/legal.jpg') no-repeat;
	background-size: cover;
}
#care {
	position: relative;
	background: url('../gfx/banners/care.jpg') no-repeat;
	background-size: cover;
}
#board-training {
	position: relative;
	background: url('../gfx/banners/board-training.jpg') no-repeat;
	background-size: cover;
}
#mandate-1 {
	background: url('../gfx/tiles/mandate-2.jpg') no-repeat;
	background-size: contain;
}
#mandate-2 {
	background: url('../gfx/tiles/mandate-1.jpg') no-repeat;
	background-size: contain;
}
#development-1 {
	background: url('../gfx/tiles/apprenticeship-1.jpg') no-repeat;
	background-size: contain;
}
#development-2 {
	background: url('../gfx/tiles/apprenticeship-2.jpg') no-repeat;
	background-size: contain;
}
#careerlabs-1 {
    background: url('../gfx/tiles/search-driection-1.jpg') no-repeat;
	background-size: contain;
}
#careerlabs-2 {
    background: url('../gfx/tiles/search-driection-2.jpg') no-repeat;
	background-size: contain;
}
#enroll-1 {
    background: url('../gfx/tiles/career-change-2.jpg') no-repeat;
	background-size: contain;
}
#enroll-2 {
    background: url('../gfx/tiles/help-1.jpg') no-repeat;
	background-size: contain;
}
#benefits-1 {
    background: url('../gfx/tiles/grant-1.jpg') no-repeat;
	background-size: contain;
}
#benefits-2 {
    background: url('../gfx/tiles/training-1.jpg') no-repeat;
	background-size: contain;
}
#visionarease-1 {
    background: url('../gfx/tiles/visionarease-2.jpg') no-repeat;
	background-size: contain;
}
#visionarease-2 {
    background: url('../gfx/tiles/visionarease-1.jpg') no-repeat;
	background-size: contain;
}
#humanresources-1 {
    background: url('../gfx/tiles/simplified-solution-2.jpg') no-repeat;
	background-size: contain;
}
#humanresources-2 {
    background: url('../gfx/tiles/simplified-solution-1.jpg') no-repeat;
	background-size: contain;
}
#grant-1 {
    background: url('../gfx/tiles/grant-1.jpg') no-repeat;
	background-size: contain;
}
#grant-2 {
    background: url('../gfx/tiles/grant-2.jpg') no-repeat;
	background-size: contain;
}
#business-1 {
    background: url('../gfx/tiles/first-job-1.jpg') no-repeat;
	background-size: contain;
}
#business-2 {
    background: url('../gfx/tiles/young-talent-2.jpg') no-repeat;
	background-size: contain;
}

/* ----------- */
/* -- Icons -- */
/* ----------- */

#vision {
    background: url('../gfx/icons/vision.png') no-repeat;
	background-size: cover;
}
#mission {
   background: url('../gfx/icons/mission.png') no-repeat;
	background-size: cover; 
}
#values {
    background: url('../gfx/icons/values.png') no-repeat;
	background-size: cover;
}
#history {
    background: url('../gfx/icons/history.png') no-repeat;
	background-size: cover;
}
#opportunity {
    background: url('../gfx/icons/history.png') no-repeat;
	background-size: cover;
}

/* ----------------------------------- */
/* -- Temporary Page / Construction -- */
/* ----------------------------------- */

#under-construction {
    width: 80%;
    min-height: 100vh;
    padding: 100px 0px 0px 0px;
    margin: 0 auto;
    text-align: center;
}
#under-construction #under-construction-logo {
    display: inline-block;
    width: 195px;
	height: 100px;
	background: url('../gfx/logos/logo-c.png') no-repeat;
    background-size: contain;
}
#under-construction .btn {
    margin: 15px 10px 0px 10px;
}

/* ---------------- */
/* -- Navigation -- */
/* ---------------- */

/* Urgent Message */

#alert {
    display: block;
    width: 80%;
    max-width: 1200px;
    background: #F1BE48;
    border-radius: 3px;
    padding: 20px;
    margin: 20px auto 20px auto;
}
#alert p {
    position: relative;
    padding: 0px 0px 0px 42px;
    margin: 0;
    font-size: 1em;
	line-height: 1.4em;
    /* Perch */
    color: #003057;
    font-family: fieldwork,sans-serif;
    font-weight: 300;
    font-style: normal;
}
#alert p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: url('../gfx/icons/alert.png') no-repeat;
    background-size: contain;
}
#alert p a:link,
#alert p a:visited {
    color: inherit;
    text-decoration: underline;
}
#alert p a:hover,
#alert p a:focus {
    color: #FFF;
    transition: 0.2s all;
}

/* Header Animations */

#header {
    width: 100%;
    margin: auto;
    height: 70px;
    padding: 10px 0px 0px 0px;
    background: #FF6A39;
}
#header.floaty-non-active {
	position: relative;
	z-index: 1;
	top: auto;
	left: auto;
}
#header.floaty-active {
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
    background: #003057;
}
#header .header-inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
#header.floaty-active .header-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 50px;
    background: url('../gfx/logos/logo-w.png') no-repeat;
    background-size: contain;
}
#header .header-inner #header-nav {
    position: absolute;
	top: 10px;
    right: 0;
    list-style: none;
    margin: 0;
}
#header .header-inner #header-nav li {
	display: inline-block;
	padding: 0px 10px 3px 0px;
	margin: 0px 5px 0px 5px;
	color: #FFF;
    font-size: 1em;
    line-height: normal;
	border-right: 1px solid rgba(0,0,0,0.2);
}
#header .header-inner #header-nav li:hover,
#header .header-inner #header-nav li:focus {
	color: #003057;
	transition: 0.2s all;
}
#header.floaty-active .header-inner #header-nav li:hover,
#header.floaty-active .header-inner #header-nav li:focus {
	color: #40C1AC;
	transition: 0.2s all;
}
#header .header-inner #header-nav .social {
    border-right: none;
    padding: 0px 0px 0px 0px;
}
#header .header-inner #header-nav .social svg {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0px 0px -6px 5px;
	fill: #FFF;
}
#header .header-inner #header-nav .social svg:hover,
#header .header-inner #header-nav .social svg:focus {
	fill: #003057;
	transition: 0.2s all;
}
#header.floaty-active .header-inner #header-nav .social svg:hover,
#header.floaty-active.header-inner #header-nav .social svg:focus {
	fill: #40C1AC;
	transition: 0.2s all;
}

/* Main */

#main {
	position: relative;
	z-index: 2;
	margin: 0;
}
#main.main-offset {
	margin: 70px 0px 0px 0px;
}
#main .main-inner {
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0px 20px 0px;
}
#main .main-inner #main-logo {
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 0;
	width: 130px;
	height: 70px;
	background: url('../gfx/logos/logo-w.png') no-repeat;
    background-size: contain;
}
#main .main-inner li,
#main .french li {
	position: relative;
	display: inline-block;
	float: right;
	height: auto;
	padding: 7px 15px 10px 15px;
	margin: 20px 0px 0px 10px;
	font-size: 1em;
	color: #FFF;
	border: 1px solid transparent;
	border-radius: 3px;
}
#main .main-inner li:hover,
#main .main-inner li:focus {
	color: #40C1AC;
	border: 1px solid #40C1AC;
	transition: 0.2s all;
}
#main .main-inner .highlight,
#main .french .highlight {
	background: #40C1AC;
}
#main .main-inner .highlight:hover,
#main .main-inner .highlight:focus,
#main .french .highlight:hover,
#main .french .highlight:focus {
    color: #003057;
	border: 1px solid #F1BE48;
	background: #F1BE48;
    transition: 0.2s all;
}
#main .main-inner #additional-training {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0;
    display: inline-block;
    padding: 5px 20px 8px 20px;
    background: #F1BE48;
    color: #003057;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* 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);
}
#main .main-inner #additional-training:hover,
#main .main-inner #additional-training:focus {
    background: #40C1AC;
    color: #FFF;
    transition: 0.2s all;
}

/* Dropdowns */

#main .main-inner .dropdown ul {
	display: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 30px;
	left: 50%;
    transform: translateX(-50%);
	width: 250px;
	padding: 35px 0px 0px 0px;
}
#main .main-inner .dropdown:hover ul,
#main .main-inner .dropdown:focus ul {
	display: block;
	height: auto;
	visibility: visible;
	opacity: 1;
	transition: 0.2s all;
}
#main .main-inner .dropdown ul .inner {
	padding: 15px 15px 5px 15px;
	background: #FFF;
	border-radius: 3px;
	height: auto; 
	/* 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);
}
#main .main-inner .dropdown ul .inner::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	height: 20px;
	width: 20px;
	background: #FFF;
}
#main .main-inner .dropdown ul .inner li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0px 0px 10px 0px;
	border: none;
	font-size: 1em;
	color: #003057;
    text-align: center;
	float: none;
}
#main .main-inner .dropdown ul .inner li:hover,
#main .main-inner .dropdown ul .inner li:focus {
	color: #FF6A39;
	transition: 0.2s all;
}

/* Bread Crumbz */

#breadcrumbz {
	list-style: none;
	padding: 30px 0px 30px 0px;
	margin: 0 auto;
	width: 1200px;
}
#breadcrumbz li {
	position: relative;
	display: inline-block;
	padding: 0px 40px 0px 0px;
	margin: 0px;
	font-size: 0.9em;
	color: #003057;
}
#breadcrumbz li::before {
	content: '';
	position: absolute;
	top: 6px;
	right: 8px;
	height: 15px;
	width: 15px;
	background: url('../gfx/icons/crumb.png') no-repeat;
	background-size: contain;
}
#breadcrumbz li:hover,
#breadcrumbz li:focus {
	color: #FF6A39;
	transition: 0.2s all;
}
#breadcrumbz .crumb {
	padding: 0px 0px 0px 0px;
	color: #FF6A39;
}
#breadcrumbz .crumb::before {
	content: '';
	background: transparent;
}

/* -------------------- */
/* -- Flex Structure -- */
/* -------------------- */

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.flex-container.flex-two,
.flex-container.flex-two-space,
.flex-container.flex-three,
.flex-container.flex-three-space,
.flex-container.flex-four,
.flex-container.flex-four-space
.flex-container.flex-five,
.flex-container.flex-five-space,
.flex-container.flex-overflow {
    justify-content: space-around;
}
.flex-two .flex-item {
    width: 50%;
}
.flex-two-space .flex-item {
    width: calc(50% - 50px);
    margin: 25px;
}
.flex-three .flex-item {
    width: 33.3%;
}
.flex-three-space .flex-item {
    width: calc(33.3% - 50px);
    margin: 25px;
}
.flex-four .flex-item {
    width: 25%;
}
.flex-four-space .flex-item {
    width: calc(25% - 50px);
    margin: 25px;
}
.flex-five .flex-item {
    width: 20%;
}
.flex-five-space .flex-item {
    width: calc(20% - 50px);
    margin: 25px;
}
.flex-item.flex-photo {
    position: relative;
}
.flex-item.flex-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* or object-fit: contain; - Mimics Background-Position for IMG elements */
}

/* ------------- */
/* -- Banners -- */
/* ------------- */

.banner { 
	position: relative;
	width: 100%;
	height: 600px;
	z-index: 1;
	background: #003057;
	margin: -135px 0px 0px 0px;
}
.banner.banner-mini { 
	height: 400px;
}
.banner.banner-none { 
	height: 150px;
}

/* ------------- */
/* -- Wrapper -- */
/* ------------- */

/* Structure */

.wrapper {
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0px 80px 0px;
}
.wrapper .narrow {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.banner .wrapper {
    width: 1200px;
	height: auto;
	position: absolute;
	z-index: 3;
	top: calc(50% + 40px);
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 0px 400px 0px 0px;
	margin: 0px;
}

/* Text & Links */

.wrapper h1 {
	font-size: 2.6em;
	line-height: 1.1em;
}
.wrapper h2 {
	font-size: 1.6em;
	line-height: 1.2em;
}
.wrapper h3 {
	font-size: 1.6em;
	line-height: 1.1em;
}
.wrapper h4 {
	font-size: 1.3em;
	line-height: 1.1em;
}
.wrapper p {
	font-size: 1.1em;
	line-height: 1.5em;
}
.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper p {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}
.wrapper p a:link,
.wrapper p a:visited {
	color: inherit;
	text-decoration: underline;
}
.wrapper p a:hover {
	color: #FF6A39;
	transition: 0.2s all;
}
.wrapper .link {
	display: block;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #003057;
}
.wrapper .link:hover,
.wrapper .link:focus {
	color: #FF6A39;
	transition: 0.2s all;
}

/* Spacers & Accents */

.wrapper .spacer {
	height: 50px;
	width: 100%;
}
.wrapper .spacer-small {
	height: 25px;
	width: 100%;
}
.wrapper .employment-ontario {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.wrapper .employment-ontario:hover,
.wrapper .employment-ontario:focus {
	display: none;
	visibility: hidden;
	opacity: 0;
}

/* Home Page Event Callout */

#event-callout {
    font-size: 0.8em;
    width: 180px;
    position: absolute;
    top: 50px;
    right: 0;
}

/* Buttons */

.wrapper .btn,
.banner .btn {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 12px 40px 12px 40px;
	font-size: 1.1em;
	text-align: center;
	border-radius: 3px;
	/* 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 .btn {
    margin: 35px 0px 0px 0px;
}
.btn.btn-group {
    margin: 10px 10px 0px 0px;
}
.btn.btn-y {
	background: #F1BE48;
	color: #003057;
}
.btn.btn-y:hover,
.btn.btn-y:focus {
	background: #40C1AC;
	color: #FFF;
	transition: 0.2s all;
}
.turk-bg .btn.btn-y:hover,
.turk-bg .btn.btn-y:focus {
	background: #003057;
	color: #FFF;
	transition: 0.2s all;
}

/* Lists */

.wrapper .list {
	list-style: none;
	padding: 0;
	margin: 10px 0px 0px 0px;
}
.wrapper .list li {
	display: block;
	width: 100%;
	position: relative;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 15px 0px;
	line-height: 1.5em;
}
.wrapper .list li::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #A0A0A0;
	position: absolute;
	top: 10px;
	left: 8px;
}
.orange-bg .list li::before {
	background: #FFF;
}
.wrapper .list li.check::before {
    width: 15px;
	height: 15px;
	border-radius: 0%;
	position: absolute;
	top: 6px;
	left: 3px;
    background: url('../gfx/icons/check-navy.png') no-repeat;
    background-size: contain;
}
.navy-bg .wrapper .list li.check::before,
.turk-bg .wrapper .list li.check::before,
.orange-bg .wrapper .list li.check::before {
    background: url('../gfx/icons/check-white.png') no-repeat;
    background-size: contain;
}

/* Graphics */

.wrapper .graphic-small {
    display: inline-block;
    width: 200px;
    height: auto;
    margin: 0px 0px 20px 0px;
}

/* Cards */

.wrapper .card {
    padding: 30px;
    border-radius: 3px;
    overflow: hidden;
}
.wrapper .card .icon {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0px 0px 30px 0px;
    background: #FFF;
    border-radius: 50%;
    /* 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);
}
.wrapper .card .icon .icon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 60px;
    width: 60px;
}
.wrapper .card.card-blog,
.wrapper .card.card-photo,
.wrapper .card.card-btn {
    position: relative;
    padding: 250px 30px 90px 30px;
}
.wrapper .card.card-photo {
    padding: 250px 30px 30px 30px;
}
.wrapper .card.card-btn {
    padding: 30px 30px 90px 30px;
}
.wrapper .card.card-accent {
    position: relative;
    padding: 30px 30px 35px 30px;
}
.wrapper .card.card-accent::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #40C1AC;
}
.wrapper .card.card-blog .photo,
.wrapper .card.card-photo .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
}
.wrapper .card.card-blog .photo img,
.wrapper .card.card-photo .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* or object-fit: contain; - Mimics Background-Position for IMG elements */
}
.wrapper .card.card-blog .author {
    font-size: 0.8em;
    margin: 0px 0px 10px 0px;
}
.wrapper .card.card-blog .btn,
.wrapper .card.card-btn .btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}
.wrapper .card.card-posting {
    padding: 50px;
}
.wrapper .card.card-posting h2 {
    padding: 20px;
    margin: 0px 0px 30px 0px;
    background: #FF6A39;
    border-bottom: 5px solid #F33C00;
}
.wrapper .card.card-posting .list .inline-icon {
    margin: 20px 0px 25px 0px;
    padding: 0px 0px 0px 40px;
}
.wrapper .card.card-posting .list .inline-icon::before {
    content: '';
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 0;
	position: absolute;
	top: 2px;
	left: 0px;
}
.wrapper .card.card-posting .list #company::before {
    background:url('../gfx/icons/application-company.png') no-repeat;
    background-size: contain;
}
.wrapper .card.card-posting .list #location::before {
    background:url('../gfx/icons/application-location.png') no-repeat;
    background-size: contain;
}
.wrapper .card.card-posting .list #closes::before {
    background:url('../gfx/icons/application-closes.png') no-repeat;
    background-size: contain;
}
.wrapper .card.card-posting .list #type::before {
    background:url('../gfx/icons/application-type.png') no-repeat;
    background-size: contain;
}
.wrapper .card.card-posting .list #salary::before {
    background:url('../gfx/icons/application-salary.png') no-repeat;
    background-size: contain;
}
.wrapper .card.card-video {
    position: relative;
    padding: 250px 30px 30px 30px;
}
.wrapper .card.card-video .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
}
.wrapper .card.card-video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* or object-fit: contain; - Mimics Background-Position for IMG elements */
}
.wrapper .card.card-preview iframe {
    display: block;
    width: 100%;
    height: auto;
    min-height: 350px;
}
.wrapper .card.card-video .btn {
    width: 100%;
    background: #FFF;
}
.wrapper .card.card-video .btn:hover,
.wrapper .card.card-video .btn:focus {
    background: #003057;
    color: #FFF;
    transition: 0.2s all;
}
.wrapper .card.card-video p {
    color: #FFF;
    font-family: fieldwork, sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* Callouts */

.wrapper .callout {
    position: relative;
    width: calc(100% - 50px);
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
}
.wrapper .callout .video-container,
.wrapper .callout .image-container {
    position: relative;
}
.wrapper .callout .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrapper .callout .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* or object-fit: contain; - Mimics Background-Position for IMG elements */
}
.wrapper .callout .callout-content {
    padding: 30px;
}
.wrapper .callout .callout-content h2 {
    position: relative;
    padding: 0px 0px 0px 45px;
}
.wrapper .callout .callout-content h2 .icon {
    position: absolute;
    top: 3px;
    left: 0;
    height: 30px;
    width: 30px;
}
.wrapper .text-callout {
    padding: 20px;
    margin: 0px 0px 20px 0px;
}
.wrapper .text-callout p {
    margin: 0;
    padding: 0;
}

/* Full Width Title (Homepage Board Training) */

.title {
	width: 100%;
	padding: 40px;
}
.title h1 {
	font-size: 2.7em;
	line-height: 1.1em;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.title .wrapper.highlight {
    position: relative;
    padding: 0px 0px 0px 230px;
    max-width: 900px;
}
.title .wrapper.highlight .photo {
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background: url('../gfx/tiles/visionarease-2.jpg') no-repeat;
    background-size: contain;
    border: 5px solid #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);
}

/* Animation Containers */

.wrapper .animation-text {
    position: relative;
    padding: 0px 100px 0px 0px;
}
.wrapper .animation-container {
    position: relative;
}
.wrapper .animation-container .circ-1,
.wrapper .animation-container .circ-2 {
	position: absolute;
	top: 0;
	right: 0;
	height: 400px;
	width: 400px;
	border-radius: 50%;
	border: 8px solid #FFF;
}
.wrapper .animation-container .circ-2 {
	right: 250px;
}
.wrapper .animation-container.verticle .circ-1,
.wrapper .animation-container.verticle .circ-2 {
    position: absolute;
	top: 0;
	left: 0;
	height: 400px;
	width: 400px;
	border-radius: 50%;
	border: 8px solid #FFF;
}
.wrapper .animation-container.verticle .circ-2 {
	top: 225px;
    left: 100px;
}
.wrapper .animation-container.no-fixed-height #edge-graphic {
    position: absolute;
	width: 100%;
    height: auto;
    bottom: -80px;
}

/* Profiles */

.wrapper .profile {
	position: relative;
	padding: 0px 0px 0px 150px;
	min-height: 150px;
}
.wrapper .profile img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 50%;
	width: 125px;
	margin: 0px 0px 30px 0px;
}
.wrapper .profile h2 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #003057;
}

/* Resources */

.wrapper .resource {
    position: relative;
    padding: 0px 0px 10px 35px;
    margin: 0px 0px 10px 0px;
    color: #003057;
    border-bottom: 1px solid #DEDEDE;
} 
.wrapper .resource:hover,
.wrapper .resource:focus {
    border-bottom: 1px solid #003057;
    transition: 0.2s all;
}
.wrapper .resource::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    height: 18px;
    width: 18px;
    background: url('../gfx/icons/crumb.png') no-repeat;
    background-size: contain;
}

/* Testimonials */

.wrapper .testimonial {
    position: relative;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    margin: 40px 0px 0px 0px;
    padding: 50px 50px 70px 50px;
    background: #003057;
}
.wrapper .testimonial::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #FF6A39;
}
.wrapper .testimonial .quote-progress {
    position: relative;
    z-index: 2;
  	width: 0;
  	height: 3px;
  	background: #40C1AC;
}
.wrapper .testimonial .quote-contain {
  	padding: 30px 30px 0px 30px;
}
.wrapper .testimonial blockquote {
    position: relative;
    z-index: 2;
}
.wrapper .testimonial blockquote h2 {
    padding: 0;
    margin: 0;
}
.wrapper .testimonial blockquote p {
    padding: 20px 0px 0px 0px;
    margin: 0;
}
.wrapper .testimonial .graphic {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 0;
    width: 500px;
    height: 300px;
    background: url('../gfx/icons/testimonials.png') no-repeat;
    background-size: contain;
}
.wrapper #testimonial-content {
    display: none;
    visibility: hidden;
    opacity: 0;
}

/* Blog Content (Perch) */

.wrapper .blog-content p {
    padding: 0px 0px 30px 0px;
    font-family: fieldwork,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #003057;
}
.wrapper .blog-content img {
    display: block;
    margin: 0px 0px 30px 0px;
    width: 100%;
}
.wrapper .blog-content ul {
    list-style: none;
    padding: 50px;
    margin: 0px 0px 35px 0px;
    background: #F9F9F9;
    border-radius: 3px;
}
.wrapper .blog-content ul li {
    display: block;
	width: 100%;
	position: relative;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 15px 0px;
	line-height: 1.5em;
    font-family: fieldwork,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #003057;
}
.wrapper .blog-content ul li::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #A0A0A0;
	position: absolute;
	top: 10px;
	left: 8px;
}

/* Perch Comments */

.wrapper #conversation-back {
    margin: 0px 0px 50px 0px;
}
.wrapper .comments {
    list-style: none;
    padding: 0;
}
.wrapper .comments li {
    display: block;
    padding: 30px;
    background: #FFF;
    margin: 0px 0px 25px 0px;
    border: 1px solid #EDEDED;
    border-radius: 3px;
}
.wrapper .comments li .comment h2 {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 8px 20px 12px 60px;
    background: #FF6A39;
    margin: 0px 0px 20px 0px;
    border-radius: 3px;
}
.wrapper .comments li .comment h2::before {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: url('../gfx/icons/partners.png') no-repeat;
    background-size: contain;
}

/* Perch Comment Form */

#remove-trigger {
    color: transparent;
}
.wrapper #form1_comment {
    display: block;
    padding: 30px;
    background: #FF6A39;
    margin: 0px 0px 50px 0px;
    border-radius: 3px;
}
.wrapper #form1_comment h2 {
    margin: 0px 0px 5px 0px;
}
.wrapper #form1_comment .float {
    width: calc(50% - 15px);
    float: left;
}
.wrapper #form1_comment .float:nth-of-type(1) {
    margin: 0px 15px 0px 0px;
}
.wrapper #form1_comment .float:nth-of-type(2) {
    margin: 0px 0px 0px 15px;
}
.wrapper #form1_comment input,
.wrapper #form1_comment textarea {
    display: block;
	margin:0 auto;
	width: 100%;
	
	font-family: fieldwork,sans-serif;
    font-weight: 200;
    font-style: normal;
	
	color: #003057;
	font-size: 1em;
	appearance: none;
	box-shadow: none;
	border-radius: 5px;
	background: #FFF;
 	border: 1px solid #EDEDED;
	margin-top:15px;
	margin-bottom:15px;
	padding: 15px 0px 15px 10px;
}
.wrapper #form1_comment textarea {
    height: 100px;
}
.wrapper #form1_comment input:focus,
.wrapper #form1_comment textarea:focus {
    outline: none !important;
    border: 1px solid #40C1AC;
    box-shadow: none;
}
.wrapper #form1_comment #form1_submitComment {
    display: block;
    
	font-family: fieldwork,sans-serif;
    font-weight: 300;
    font-style: normal;
	
  	color: #FFF;
  	font-size: 1em;
  	appearance: none;
  	box-shadow: none;
  	border-radius: 3px;
  	background: #F1BE48;
  	border: none;
    margin: 30px 0px 0px 0px;
	padding: 15px 10px 15px 10px;
}
.wrapper #form1_comment #form1_submitComment:hover,
.wrapper #form1_comment #form1_submitComment:focus {
	background: #40C1AC;
	transition: 0.2s ease;
}

/* Job Postings */

.wrapper #company-contact{
    display: none;
    visibility: hidden;
    opacity: 0;
}

/* --------------- */
/* -- Instafeed -- */
/* --------------- */

#instafeed {
    height: auto;
    margin: 50px 0px -50px 0px;
    padding: 0px 0px 50px 0px;
}
#instafeed a {
    display: block;
    float: left;
    padding: 0px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
#instafeed a .heart {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    fill: #FFF;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
#instafeed a:hover .heart {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
}

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

footer {
	height:auto;
	width:100%;
}
footer .wrapper {
    position: relative;
	padding: 50px 0px 50px 0px;
}
footer .wrapper .footer-nav,
footer .wrapper .footer-col,
.md-construction .wrapper .footer-col {
	list-style: none;
	padding: 0px 60px 0px 0px;
	margin: 0;
}
footer .wrapper .footer-nav li {
	font-size: 1.2em;
	padding: 0px 0px 10px 0px;
    margin: 0;
	color: #40C1AC;
}
footer .wrapper .footer-nav li:hover,
footer .wrapper .footer-nav li:focus {
	color: #FF6A39;
	transition: 0.2s all;
}
footer .wrapper .footer-col li,
.md-construction .wrapper .footer-col li {
	font-size: 1em;
	padding: 0px 0px 20px 0px;
    margin: 0;
}
footer .wrapper .footer-col #footer-logo {
	display: block;
	width: 100%;
	max-width: 120px;
	height: auto;
	margin: 0;
}
footer .wrapper .footer-col .icon,
.md-construction .wrapper .footer-col .icon {
	position: relative;
	padding: 0px 0px 20px 35px;
}
footer .wrapper .footer-col .icon::before,
.md-construction .wrapper .footer-col .icon::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	height: 20px;
	width: 20px;
}
footer .wrapper .footer-col #address::before,
.md-construction .wrapper .footer-col #address::before {
	background: url('../gfx/icons/location-yellow.png') no-repeat;
	background-size: contain;
}
footer .wrapper .footer-col #hours::before,
.md-construction .wrapper .footer-col #hours::before {
	background: url('../gfx/icons/hours-yellow.png') no-repeat;
	background-size: contain;
}
footer .wrapper .footer-col #call::before,
footer .wrapper .footer-col #toll::before,
.md-construction .wrapper .footer-col #call::before,
.md-construction .wrapper .footer-col #toll::before {
	background: url('../gfx/icons/phone-yellow.png') no-repeat;
	background-size: contain;
}
footer .wrapper .footer-col #email::before,
.md-construction .wrapper .footer-col #email::before {
	background: url('../gfx/icons/email-yellow.png') no-repeat;
	background-size: contain;
}
footer .wrapper .footer-col #ota {
    position: relative;
	height: 50px;
	width: 270px;
	padding: 14px 0px 0px 80px;
	color: #FFF;
	font-size: inherit;
}
footer .wrapper .footer-col #ota::before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	height: 35px;
	width: 65px;
	border-radius: 3px;
	background: #FFF;
}
footer .wrapper .footer-col #ota::after {
	content: '';
	display: block;
	position: absolute;
	top: 19px;
	left: 12px;
	height: 20px;
	width: 40px;
	background: url('../gfx/logos/ota.png') no-repeat;
	background-size: contain;
}
.second-stage a:link,
.second-stage a:visited {
    text-decoration: none;
}


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

.first-stage {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 35px 0px 35px 0px;
}
.first-stage #signup-contain,
.first-stage #signup-contain-fr {
    position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
    height: 30px;
}
.first-stage #signup-contain-fr {
    max-width: 600px;
}
.first-stage #signup-contain .icon,
.first-stage #signup-contain-fr .icon {
    position:absolute;
    top: -5px;
    left: 0;
    display: block;
    height: 40px;
    width: 40px;
    background: url('../gfx/icons/news.png') no-repeat;
    background-size: contain;
}
.first-stage #signup-contain h2,
.first-stage #signup-contain-fr h2 {
    padding: 0px 0px 0px 60px;
    margin: 0;
    line-height: 1em;
}
.first-stage #signup-contain .btn,
.first-stage #signup-contain-fr .btn {
    position: absolute;
    top: -27px;
    right: 0;
    display: inline-block;
	margin: 15px 0px 0px 0px;
	padding: 12px 40px 12px 40px;
	font-size: 1.1em;
	text-align: center;
	border-radius: 3px;
    background: #FF6A39;
    color: #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);
}
.first-stage #signup-contain .btn:hover,
.first-stage #signup-contain .btn:focus,
.first-stage #signup-contain-fr .btn:hover,
.first-stage #signup-contain-fr .btn:focus {
    background: #FFF;
    color: #FF6A39;
    transition: 0.2s all;
}

/* ----------------- */
/* -- Mobile Menu -- */
/* ----------------- */

html, 
body, 
.container, 
.content-wrap {
	width: 100%;
}
.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;
}
#menu-overlay {
	position: absolute;
	z-index: 998;
	height: 100vh;
	width: 100vw;
	background: rgba(0,0,0,0.6);
}
.overlay-hidden {
	opacity: 0;
	visibility: hidden;
}
.overlay-vis {
	opacity: 1;
	visibility: visible;
}
.menu-button {
	position: absolute;
	top: 45px;
	right: 10%;
	height: 20px;
	width: 25px;
	color: transparent;
}
.menu-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(#FFF 20%, transparent 20%, transparent 40%, #FFF  40%, #FFF 60%, transparent 60%, transparent 80%, #FFF 80%);
}
.menu-button:hover::before,
.menu-button:focus::before {
	background: linear-gradient(#FF6A39 20%, transparent 20%, transparent 40%, #FF6A39  40%, #FF6A39  60%, transparent 60%, transparent 80%, #FF6A39 80%);
	transition: 0.2s all;
}
.close-button {
	width: 55px;
	height: 55px;
	position: absolute;
	right: 30px;
	top: 30px;
	overflow: hidden;
	border: none;
	z-index: 1001;
	color: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 25px;
	top: 14px;
	left: 50%;
	background: #FF6A39;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.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: -380px;
	z-index: -999;
	opacity: 0;
	visibility: hidden;
	/* Animations */
	transform-origin: right;
	animation-name: menu-out;
	animation-direction: normal;
	animation-duration: 300ms;
}
.menu-wrap {
	position: absolute;
	z-index: 999;
	height: 100vh;
	width: 360px;
	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 #mobile-logo {
	position: absolute;
	z-index: 3;
	top: 20px;
	left: 40px;
	width: 100px;
	height: 52px;
	background: url('../gfx/logos/logo-c.png') no-repeat;
    background-size: contain;
}
.menu-wrap .menu {
    position: relative;
	list-style: none;
	padding: 90px 0px 20px 0px;
	margin: 0;
}
.menu-wrap .menu li {
	display: block;
	width: calc(100% - 40px);
	height: auto;
	margin: 5px 0px 0px 20px;
    padding: 5px 10px 5px 20px;
	font-size: 0.9em;
	color: #003057;
}
.menu-wrap .menu li:hover,
.menu-wrap .menu li:focus {
	color: #40C1AC;
	transition: 0.3s all;
}
.menu-wrap .menu .btn {
    display: block;
    width: calc(100% - 80px);
    padding: 10px 30px 12px 30px;
    background: #FF6A39;
    color: #FFF;
    font-size: 0.9em;
    margin: 20px 0px 0px 40px;
    border-radius: 5px;
}
.menu-wrap .menu .btn:hover,
.menu-wrap .menu .btn:focus {
    transition: 0.2s all;
    background: #40C1AC;
}
.menu-wrap .menu .divider {
    width: calc(100% - 80px);
    height: 1px;
    background: #E8E8E8;
    margin: 30px 0px 20px 40px;
}
.menu-wrap .menu-social {
	position: absolute;
	left: 40px;
	bottom: 30px;
}
.menu-wrap .menu-social svg {
	display: inline-block;
	height: 30px;
	width: 30px;
	fill: #40C1AC;
	margin: 0px 5px 0px 0px;
}
.menu-wrap .menu-social svg:hover,
.menu-wrap .menu-social svg:focus {
	fill: #F1BE48;
	transition: 0.2s all;
}
@keyframes menu-in {
    0% {
        left: -380px;
    }
    100% {
        left: 0px;
    }
}
@-webkit-keyframes menu-in {
	0% {
        left: -380px;
    }
    100% {
        left: 0px;
    }	
}
@keyframes menu-out {
    0% {
        left: 0px;
    }
    100% {
        left: -380px;
    }	
}
@-webkit-keyframes menu-out {
	0% {
        left: 0px;
		z-index: 999;
		opacity: 1;
		visibility: visible;
    }
    100% {
        left: -380px;
		z-index: -999;
		opacity: 0;
		visibility: hidden;
    }	
}

/* ------------ */
/* -- Modals -- */
/* ------------ */

.md-trigger {
	cursor: pointer;
}
.no-pointer {
	pointer-events:none;
}
.no-scroll {
	min-height:100vh;
    height: 100vh; 
	overflow: hidden;
}
.scroll {
    overflow:auto;
	-webkit-overflow-scrolling: touch;
}
.md-construction {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	z-index: 10000;
    background: #FFF;
	/* Backface */
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-shadow: -10px 12px 18px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -10px 12px 18px 0px rgba(0,0,0,0.1);
	box-shadow: -10px 12px 18px 0px rgba(0,0,0,0.1);
}
.md-perspective,
.md-perspective body {
	margin: 0; height: 100vh; overflow: hidden;
}
.md-perspective body  {
	background: #222;
	height: 100vh; 
	overflow: hidden;
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9997;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
/* Menu Trigger */
.md-menu .overlay-trigger {
	height: 100vh;
	width: 100%;
	background: transparent;
}
.md-construction .md-content {
	position: relative;
	padding: 0px;
	height: 100vh;
    max-height: 100vh;
	width: 100%;
	border-radius: 0;
	/* Overflow */
	overflow-y: hidden;
	overflow-y: scroll;
}
.md-construction .md-content .wrapper {
    position: absolute;
    top: 50%;
    left: calc(50% + 300px);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 910px;
}
.md-construction .md-content .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 100%;
}
.md-construction .md-content #construction-bg {
	background: url('../gfx/banners/about.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.md-construction .md-content .sidebar::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 115px;
    width: 225px;
    background: url('../gfx/logos/logo-w.png') no-repeat;
	background-size: contain;
}
/* ------------ */
/* -- Effect -- */
/* ------------ */
.md-show.md-effect-1 ~ .md-overlay {
	background: rgba(0,0,0,0.3);
	height: 100vh;
	overflow: hidden;
}
.md-show.md-effect-1 ~ .container {
	filter: blur(0px);
}
.md-effect-1 .md-content {
	transform: translateY(-5%);
	opacity: 0;
}
.md-standard .md-content,
.md-profile .md-content,
.md-gate .md-content,
.md-search .md-content {
    background: #FFF; /* -- BG -- */
}
.md-full .md-content {
    background: url('../gfx/backgrounds/waves-full.png') #FFF no-repeat;
    background-size: cover;
    background-position: bottom;
}
.md-effect-1 .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
	transform: translateY(0);
	opacity: 1;
}

/* ----------- */
/* -- Forms -- */
/* ----------- */

/* Structure */

#vehicle-colour {
    display: none;
    visibility: hidden;
    opacity: 0;
}
#recap {
	opacity: 0;
	visibility: hidden;
}
.required-wrap {
	position: relative;
}
.required-wrap-file {
	width: 230px;
	height: auto;
	position: relative;
    margin: 0px 0px -10px 0px;
}
.required-wrap .arrow,
.required-wrap .icon {
	position: absolute;
	height: 20px;
	width: 20px;
	fill: #D8D8D8;
	padding: 3px;
	top: 17px;
	right: 17px;
	pointer-events: none;
}
.required-wrap .arrow {
	transform: rotate(90deg);
}
.required-wrap .hidden {
	height: 0px;
	display: none;
	visibility: hidden;
	opacity: 0;
}
.required-wrap .astrix {
	position: absolute;
	font-size: 0.8em;
	color: #f35760;
	top: 0px;
	right: -15px;
}
.required-wrap-file .astrix {
	position: absolute;
	font-size: 0.8em;
	color: #FF0004;
	top: 0px;
	right: -10px;
}

/* File Upload */

#form input[type="file"],
#form .js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
	left: -5000px;
    z-index: -1;
}
#form .inputfile + label {
	display: inline-block;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 30px 0px;
	min-width: 165px;
    font-size: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
	border-radius: 3px;
}
#form .no-js .inputfile + label {
    display: none;
}
#form .inputfile:focus + label,
#form .inputfile.has-focus + label {
    outline: none;
    outline: -webkit-focus-ring-color none;
}
#form.inputfile + label * {
}
#form .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
#form .inputfile-1 + label,
#form .inputfile-2 + label {
    color: #FF6A39;
	border: 1px solid #EDEDED;
    background-color: #FFF;
}
#form .inputfile-1:focus + label,
#form .inputfile-1.has-focus + label,
#form .inputfile-1 + label:hover,
#form .inputfile-2:focus + label,
#form .inputfile-2.has-focus + label,
#form .inputfile-2 + label:hover{
	color: #FFF;
    background: #FF6A39;
	transition: 0.3s all;
}

/* Checkboxes */

#form .box-container {
    position: relative;
  	margin: auto;
  	width: 100%;
 	padding: 30px;
    background: #FFF;
 	border: 1px solid #EDEDED;
    border-radius: 5px;
}
#form .box-container ul {
    position: relative;
  	list-style: none;
  	height: 100%;
  	width: 100%;
  	margin: 0;
  	padding: 0;
}
#form ul li {
  	color: #AAAAAA;
  	display: block;
  	position: relative;
  	float: left;
  	width: 100%;
  	height: 70px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#form ul li:last-of-type {
    border-bottom: 1px solid transparent;
    margin: 0;
}
#form ul .last {
	margin-bottom:30px;
}
#form ul li input[type=radio],
#form ul li input[type=checkbox] {
  	position: absolute;
  	visibility: hidden;
}
#form ul li label {
  	display: block;
  	position: relative;
  	color: #003057;
	font-size: 1em;
  	padding: 10px 25px 0px 60px;
  	margin: 10px auto;
  	height: 30px;
  	z-index: 9;
  	cursor: pointer;
  	-webkit-transition: all 0.25s linear;
}
#form ul li .check {
  	display: block;
  	position: absolute;
  	border: 5px solid #003057;
  	border-radius: 100%;
  	height: 25px;
  	width: 25px;
  	top: 22px;
  	left: 10px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
#form ul li:hover .check {
  	border: 5px solid #40C1AC;
}
#form ul li .check::before {
  	display: block;
  	position: absolute;
	content: '';
  	border-radius: 100%;
  	height: 11px;
  	width: 11px;
  	top: 2px;
	left: 2px;
 	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
#form input[type=radio]:checked ~ .check,
#form input[type=checkbox]:checked ~ .check {
  	border: 5px solid #40C1AC;
}
#form input[type=radio]:checked ~ .check::before,
#form input[type=checkbox]:checked ~ .check::before {
  	background: #40C1AC;
}
#form input[type=radio]:checked ~ label,
#form input[type=checkbox]:checked ~ label {
  	color: #003057;
}

/* Inputs */

input[type="text"],
input[type="email"],
input[type="phone"] {
	display: block;
	margin:0 auto;
	width: 100%;
	
	font-family: fieldwork,sans-serif;
    font-weight: 200;
    font-style: normal;
	
	color: #003057;
	font-size: 1em;
	appearance: none;
	box-shadow: none;
	border-radius: 5px;
	background: #FFF;
 	border: 1px solid #EDEDED;
	margin-top:15px;
	margin-bottom:15px;
	padding: 15px 0px 15px 10px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	
	font-family: fieldwork,sans-serif;
    font-weight: 200;
    font-style: normal;
	
	color: #A6BBC8;
	font-size: 1em;
	box-shadow: none;
	border-radius: 5px;
	background: #FFF;
 	border: 1px solid #EDEDED;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 16px 0px 15px 10px;
}
textarea {
	width: 100%;
	display: block;
    
	font-family: fieldwork,sans-serif;
    font-weight: 200;
    font-style: normal;
	
  	color: #003057;
	font-size: 1em;
	appearance: none;
	box-shadow: none;
	border-radius: 5px;
	background: #FFF;
 	border: 1px solid #EDEDED;
	padding: 15px 0px 15px 10px;
	margin: 15px 0px 0px 0px;
}
#submit-btn,
input[type="submit"] {
	display: inline-block;
	min-width: 200px;
    
	font-family: fieldwork,sans-serif;
    font-weight: 300;
    font-style: normal;
	
  	color: #FFF;
  	font-size: 1em;
  	appearance: none;
  	box-shadow: none;
  	border-radius: 3px;
  	background: #FF6A39;
  	border: none;
	padding: 15px 10px 15px 10px;
}

/* Input Hovers */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
select:focus,
textarea:focus {
    outline: none !important;
    border:1px solid #40C1AC;
    box-shadow:none;
}
#submit-btn:hover,
input[type="submit"]:hover {
	background: #40C1AC;
	transition: 0.2s ease;
}

/* Placeholders */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: fieldwork,sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #7E9CAF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: fieldwork,sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #7E9CAF;
   	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   	font-family: fieldwork,sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #7E9CAF;
   	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	font-family: fieldwork,sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #7E9CAF;
}

/* Newsletter Success */

#Zc_SignupSuccess {
    display: block;
    background: #40C1AC;
    border-radius: 5px;
    padding: 20px;
    margin: 0px 0px 50px 0px;
}
#zcampaignOptinForm .zcsffield {
    position: relative;
    margin: -30px 0px 0px 0px;
    padding: 0;
}
#zcampaignOptinForm .zcsffield span {
    position: absolute;
    top: 0;
    right: -20px;
    color: #003057;
}
#zcampaignOptinForm #REQUIRED_FIELD_TEXT {
    margin: 0;
    padding: 0px 0px 20px 0px;
}
#zcampaignOptinForm input[type="submit"] {
    margin: 0px 0px 20px 0px;
}

/* ----------------- */
/* -- Datepicker -- */
/* ----------------- */

.datepicker-container {
  	direction: ltr;
  	font-size: 12px;
  	left: 0;
  	line-height: 30px;
  	position: fixed;
  	top: 0;
  	-ms-touch-action: none;
  	touch-action: none;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	z-index: -1;
  	-webkit-tap-highlight-color: transparent;
  	-webkit-touch-callout: none;
	/* Main Styles */
	width: 250px;
	padding: 20px;
	color: #484848;
	font-weight: 300;
	font-style: normal;
	font-family: "tondo",sans-serif;
	/* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.4);
}
.datepicker-container::before,
.datepicker-container::after {
  	border: 5px solid transparent;
  	content: " ";
  	display: block;
  	height: 0;
  	position: absolute;
  	width: 0;
}
.datepicker-dropdown {
  	position: absolute;
  	z-index: 1;
	appearance: none;
  	background: #FFF;
	border-radius: 3px;
	border: none;
}
.datepicker-inline {
  	position: static;
}
.datepicker-top-left,
.datepicker-top-right {
  	border-top-color: none;
}
.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  	border-top: 0;
  	left: 10px;
  	top: -5px;
}
.datepicker-top-left::before,
.datepicker-top-right::before {
  	border-bottom-color: none;
}
.datepicker-top-left::after,
.datepicker-top-right::after {
  	border-bottom-color: #fff;
  	top: -4px;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
  	border-bottom-color: none;
}
.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  	border-bottom: 0;
  	bottom: -5px;
  	left: 10px;
}
.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  	border-top-color: none;
}
.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  	border-top-color: #fff;
  	bottom: -4px;
}
.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  	left: auto;
  	right: 10px;
}
.datepicker-panel > ul {
  	margin: 0;
  	padding: 0;
  	width: 102%;
}
.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  	content: " ";
  	display: table;
}
.datepicker-panel > ul::after {
  	clear: both;
}
.datepicker-panel > ul > li {
  	background-color: #fff;
  	cursor: pointer;
  	float: left;
  	height: 30px;
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	text-align: center;
  	width: 30px;
	border-radius: 3px;
}
.datepicker-panel > ul > li:hover {
  	background-color: #40C1AC;
    color: #FFF;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  	color: #999;
}
.datepicker-panel > ul > li.highlighted {
  	background-color: #FF6A39;
	color: #FFF;
}
.datepicker-panel > ul > li.highlighted:hover {
  	/*background-color: pink;*/
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
    background: #002F57;
  	color: #FFF;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  	background-color: #fff;
  	color: #ccc;
  	cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  	background-color: #40C1AC;
}
.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  	font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  	width: 150px;
}
.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  	height: 52.5px;
  	line-height: 52.5px;
  	width: 52.5px;
}
.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  	background-color: #fff;
  	cursor: default;
}
.datepicker-hide {
  	display: none;
}

/* ------------------- */
/* -- Media Queries -- */
/* ------------------- */

@media (max-width: 1600px){

    /* Modals */
    .md-construction .md-content .wrapper {
    left: calc(50% + 200px);
    max-width: 700px;
    }
    .md-construction .md-content .sidebar {
    width: 400px;
    }    
    
}
@media (max-width: 1300px){

	/* Navigation */
	#header .header-inner,
	#main .main-inner,
	#breadcrumbz {
	width: 80%;
	}
	/* Banner */
	.banner .wrapper {
	width: 80%;
	padding: 0px 0px 0px 0px;
	}
	/* Wrapper */
	.wrapper {
	width: 80%;
	}
    .wrapper .animation-container.verticle .circ-2 {
    left: 0px;
    }
    .wrapper .text-callout .hidden-break {
    display: none;
    }
	/* Footer */
	.second-stage,
    .first-stage {
	width: 80%;
	}
    /* Modals */
    .md-construction .md-content .wrapper {
    left: calc(50% + 200px);
    max-width: 500px;
    }
    .md-construction .md-content .sidebar {
    width: 350px;
    }
    
}
@media (max-width: 1200px){

    /* Wrapper */
    .wrapper .video-content {
    padding: 0px 0px 350px 0px;
    }
    .wrapper .video-content iframe {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    }
    
}
@media (min-width: 1025px){

	/* Navigation */
	.menu-trigger {
	display:none;
	}
	.menu-button {
	display:none;
	}
    /* Banner Buttons */
    .banner .btn {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    
}
@media (max-width: 1024px){
    
	/* Navigation */
    .menu-trigger {
	display:inline;
	}
    #header,
    #main .main-inner {
    display: none;
    visibility: hidden;
    opacity: 0;   
    }
    #main {
    border-top: 5px solid #FF6A39;
    }
	/* Banner */
	.banner,
	.banner-s { 
	margin: 0px;
	height: auto;
	padding: 180px 0px 100px 0px;
	}
    .banner::before,
    .banner-s::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 10%;
    width: 100px;
    height: 50px;
    background: url('../gfx/logos/logo-w.png') no-repeat;
    background-size: contain;
    }
	.banner .wrapper {
	position: static;
	top: auto;
	left: auto;
	transform: translateX(0%) translateY(0%);
	margin: 0 auto;
	padding: 0px;
	}
    .banner .btn {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    }
    /* Flex Structure */
    .flex-two .flex-item,
    .flex-two-space .flex-item,
    .flex-three .flex-item,
    .flex-three-space .flex-item,
    .flex-four .flex-item,
    .flex-four-space .flex-item,
    .flex-five .flex-item,
    .flex-five-space .flex-item {
    width: 100%;
    margin: 0px 0px 25px 0px;
    }
    .flex-item.flex-photo {
    height: 300px;
    margin: 0px 0px -25px 0px;
    }
	/* Wrapper */
    .wrapper .callout {
    width: 100%;
    }
    .wrapper .callout .video-container,
    .wrapper .callout .image-container {
    position: relative;
    height: 300px;
    margin: 0px 0px 0px 0px;
    }
    .title .wrapper.highlight {
    padding: 200px 0px 0px 0px;
    }
    .wrapper .animation-text {
    padding: 0px 0px 0px 0px;
    }
    .wrapper .animation-container {
    position: relative;
    height: 625px;
    }
    .wrapper .animation-container.no-fixed-height {
    height: auto;
    }
    .wrapper .animation-container.verticle {
    margin: 0px 0px 50px 0px;
    }
    .wrapper .animation-container .circ-1 {
	right: auto;
    left: 0;
    }
    .wrapper .animation-container .circ-2 {
	right: auto;
    left: 0;
    top: 225px;
    }
    .wrapper .animation-container.no-fixed-height #edge-graphic {
    position: relative;
    width: 100%;
    height: auto;
    margin: -50px 0px 120px 0px;
    }
    #event-callout {
    font-size: 0.9em;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin: 0px 0px -30px 0px;
    }
	/* Footer */
	footer .wrapper .footer-nav,
	footer .wrapper .footer-col {
	display: block;
	width: 100%;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	}
	footer .wrapper .footer-col:last-of-type {
	position: relative;
    top: auto;
    right: auto;
    padding: 0px;;
	}
    footer .wrapper .footer-col #footer-logo {
	margin: 0px 0px 0px 0px;
    }
	footer .wrapper .footer-nav li {
	font-size: 1.4em;
	padding: 0px 0px 10px 0px;
	}
    /* Modals */
    .md-construction .md-content {
    padding: 250px 0px 0px 0px;
    }
    .md-construction .md-content .wrapper {
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(0) translateY(0);
    max-width: none;
    width: 80%;
    margin: 0 auto;
    }
    .md-construction .md-content .sidebar {
    width: 100%;
    height: 250px;
    
}
@media (max-width: 768px){
	
    /* Text */
	.centred {
	text-align: left;
	}
	/* Banner */
    .banner,
    .banner.banner-mini { 
	margin: 0px;
	height: auto;
	padding: 150px 0px 120px 0px;
	}
	/* Wrapper */
	.wrapper .btn {
	width: 100%;
	}
    .btn.btn-group {
    margin: 10px 0px 10px 0px;
    }
    .title {
	width: 100%;
	padding: 40px 0px 40px 0px;
	}
	.title h1 {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	}
    /* Perch Comments */
    .wrapper #form1_comment .float {
    width: 100%;
    float: none;
    }
    .wrapper #form1_comment .float:nth-of-type(1),
    .wrapper #form1_comment .float:nth-of-type(2) {
    margin: 0px 0px 30px 0px;
    }
    /* Testimonials */
    .wrapper .testimonial {
    padding: 50px 20px 50px 20px;
    }
    .wrapper .testimonial .quote-contain {
  	padding: 30px 0px 0px 0px;
    }
	/* Footer */
    .first-stage #signup-contain,
    .first-stage #signup-contain-fr {
    height: auto;
    }
    .first-stage #signup-contain .btn,
    .first-stage #signup-contain-fr .btn {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    }    
	.second-stage {
	padding: 20px 0px 70px 0px;
	}
	.second-stage #legal-nav li {
	display: block;
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-right: none;
	}
	.second-stage #ota {
	top: auto;
	right: auto;
	left: 0;
	bottom: 20px;
	}
    
}