@charset "UTF-8";

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Asap', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #808080;
	font-weight: 300;
    position: relative;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pg-width-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 400;
}
h1 { font-size: 6rem; line-height: 1.2; font-family: 'Shadows Into Light Two', sans-serif; color: #1C355E; } 
h2 { font-size: 4.5rem; line-height: 1.2; font-family: 'Shadows Into Light Two', sans-serif; }
h3 { font-size: 3rem; line-height: 1.3; font-family: 'Shadows Into Light Two', sans-serif; }
h4 { font-size: 2.4rem; line-height: 1.3; }
p { margin-top: 0; }
strong { font-weight: bold; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2.2rem;
	line-height: 1.3;
	color: #0089CC;
}
.text-white {
	color: #FFFFFF;
}
.text-highlight_green {
	color: #D7E82E;
}
.text-highlight_blue {
	color: #0089CC;
}
.text-highlight_turquoise {
	color: #00DBCA;
}
.text-highlight_navy {
	color: #1C355E;
}
.text-sm {
	font-size: 1.3rem;
}
.text-xxlrg {
	font-size: 6rem;
}
.text-xlrg {
	font-size: 3rem;
}
.text-lrg {
	font-size: 2.2rem;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	h1 { font-size: 4.5rem; } 
	h2 { font-size: 3.4rem; }
	h3 { font-size: 2.7rem; }
	h4 { font-size: 2.2rem; }
	
	.text-para1 {
		font-size: 2rem;
	}
	.text-lrg {
		font-size: 1.8rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: underline;
	color: #00DBCA;
}
a:hover {
	color: #1C355E;
}
a.whitelink {
	color: #FFF;
	text-decoration: underline;
}
a.whitelink:hover {
	color: rgba(255,255,255,0.5);
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

@media only screen and (max-width: 768px)  {
	.column {
		width: 100% !important;
		max-width: 550px;
		margin: 0 auto;
		float: none;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
	background: #FFF;
	top: 0;
	margin: 0 5%;
	width: 90%;
	z-index: 100;
	border-radius: 200px;
	overflow: hidden;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section.banner-internal {
	height: 400px;
	background-position: center center;
	background-repeat: repeat-y;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
section {
	overflow: hidden;
	clear: both;
}
section.light {
	background: #CDEBFC;
}
section.subtle {
	background: rgba(205,235,252,0.3);
}
section.rental {
	background-color: rgba(205,235,252,0.3);
	background-image:  url(../images/banner/banner-car-hire-bg.jpg);
	background-position: center center;
	background-repeat: repeat-y;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
section.bold {
	background: #0089CC;
	color: #FFF;
}
section.divide {
	color: #FFF;
	background-color: #00DBCA;
	background-image:  url(../images/divide.svg);
	background-position: center 0px center 0px;
	background-repeat: repeat-y;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.divide {
	background: #0089CC;
}
footer.main {
	background: #1C355E;
	clear: both;
	overflow: hidden;
	padding: 50px 0 20px 0;
}

@media only screen and (max-width: 1024px) {
	header.main {
		position: relative;
		top: 0;
		margin: 0;
		width: 100%;
		border-radius: 0;
	}
}

@media only screen and (max-width: 768px) {
	section.banner-internal {
		height: 300px;
	}
	section.divide {
		background-color: #00DBCA;
		background-image:  none;
	}
}

@media only screen and (max-width: 480px) {
	main {
		padding: 40px 0;
	}
	section.banner-internal {
		height: 200px;
	}
}

/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#hero {
	background-color: #000;
	height: 600px;
	width: 100%;
	position: relative;
}
#hero-slider {
	position: relative;
}
#hero-slider .slides {
	width: 100%;
	margin: 0 auto;
}
#hero-slider .slides li {
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#hero-slider .slides .flex-caption {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	top: 370px;
}
#hero-slider .slides .flex-caption h1 {
	font-family: 'Shadows Into Light Two', sans-serif;
	font-size: 8rem;
	line-height: 1;
	color: #FFF;
	margin: 0 0 -15px 0;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	font-weight: 400;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}
#hero-slider .slides .flex-caption h3 {
	font-family: 'Asap', sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	margin-top: 24px;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	background: rgba(0,219,202,0.8);
	display: inline-block;
	padding: 10px 30px;
	border-radius: 50px;
}

/* Buttons
--------------------------*/
a.btn-hero-slider {
	background: #C79F00;
	color: #FFF;
	line-height: 2;
	clear: both;
	width: 120px;
	display: block;
	font-size: 1.5rem;
	text-shadow: none;
	border-radius: 5px;
	font-weight: 700;
	margin: 30px auto 0 auto;
}
a.btn-hero-slider:hover {
	background: #152F63;
	color: #FFF;
	-moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

/* for oldIE - IE9 
-----------------------------*/
.oldie #hero-slider .slides .flex-caption h1 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
.oldie #hero-slider .slides .flex-caption h3 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

/* Navigation Control
------------------------------*/
#hero .flex-direction-nav {
	text-align: left;
	display: block;
	position: absolute;
	top: 44%;
	left: 0;
	z-index: 100;
	width: 100%;
	float: left;
	color: #FFF;
}
#hero .flex-direction-nav a {
	color: transparent;
	display: block;
	width: 30px;
	height: 60px;
	background: rgba(0,0,0,0.3);
}
#hero .flex-direction-nav li.flex-nav-prev {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 30px;
	height: 60px;
	background-image: url(../images/icons/ic_arrow-left_white.svg);
	background-size: 20px 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
#hero .flex-direction-nav li.flex-nav-next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 30px;
	height: 60px;
	background-image: url(../images/icons/ic_arrow-right_white.svg);
	background-size: 20px 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

@media only screen and (max-width:768px) {
	#hero {
		height: 400px;
	}
	#hero-slider .slides li {
	height: 400px;
	}
	#hero-slider {
		min-height: auto;
	}
	#hero-slider .slides .flex-caption {
		text-align: center;
		top: 150px;
		width: 80%;
	}
	#hero-slider .slides .flex-caption h1 {
		font-size: 5.5rem;
	}
	#hero-slider .slides .flex-caption h3 {
		font-size: 1.7rem;
	}
	#hero .flex-direction-nav {
		top: 27%;
	}
}

@media only screen and (max-width:480px) {
	#hero-slider .slides .flex-caption h1 {
		font-size: 3rem;
	}
	#hero-slider .slides .flex-caption h3 {
		font-size: 1.5rem;
	}
	a.btn-hero-slider {
		font-size: 1.2rem;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
	position: absolute;
	top: 20px;
	right: 5%;
	z-index: 100;
	overflow: hidden;
}
ul.nav-primary li {
	float: left;
	font-family: 'Shadows Into Light Two', sans-serif;
	font-size: 2rem;
}
ul.nav-primary li a {
	display: block;
	padding: 20px 15px;
	color: #0089CC;
	text-decoration: none;
}
ul.nav-primary li a:hover {
	color: #1C355E;
}
ul.nav-primary li a.btn-cta {
	background: #00DBCA;
	padding: 12px 30px;
	color: #FFF;
	margin-left: 20px;
	font-size: 1.7rem;
	border-radius: 100px;
    margin-top: 5px;
}
ul.nav-primary li a.btn-cta:hover {
	background-color: #0089CC;
}

@media only screen and (max-width:1024px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #FFF;
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 100%;
		max-width: 100%;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
	ul.nav-primary {
		position: relative;
		top: 0;
		right: auto;
		border-radius: 0;
	}
	ul.nav-primary li {
		width: 100%;
		font-size: 2rem;
		background-image: url(../images/icons/ic_arrow-right_blue.svg);
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: right 30px center;
	}
	ul.nav-primary li a {
		padding: 15px 30px;
	}
	ul.nav-primary li a.btn-cta {
		padding: 15px 30px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
		border-radius: 50px;
		background-image: url(../images/icons/ic_arrow-right_white.svg);
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: right 20px center;
	}
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 20px;
		right: 20px;;
		background: #0089CC url(../images/icons/ic-menu.svg) center center no-repeat;
		background-size: 25px 25px;
		border: none;
        border-radius: 5px;
		z-index: 100;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 15px;
		right: 15px;
		background: #FFF url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}

@media only screen and (max-width: 480px) {
    .trigger {
		top: 13px;
        right: 10px;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	overflow: hidden;
	list-style: disc;
    margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 0 30px;
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
	overflow: hidden;
	padding: 10px;
	padding: 20px 20px;
}
ul.featitems li {
	width: 31.333%;
	margin: 0 1%;
	float: left;
    line-height: 1.2;
    text-align: left;
	border-radius: 100px;
	font-family: 'Shadows Into Light Two', sans-serif;
	font-size: 3rem;
	background-image: url(../images/icons/ic_arrow-right_white.svg);
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 20px 20px;
}
ul.featitems li:hover {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.featitems li:nth-child(1) {
	background-color: #0089CC;
	box-shadow: 5px 5px 0 rgba(0,137,204,0.5);
	text-shadow: 2px 2px 0 rgba(0,108,150,0.8);
}
ul.featitems li:nth-child(2) {
	background-color: #00DBCA;
	box-shadow: 5px 5px 0 rgba(0,219,202,0.3);
	text-shadow: 2px 2px 0 rgba(0,186,168,0.8);
}
ul.featitems li:nth-child(3) {
	background-color: #D7E82E;
	box-shadow: 5px 5px 0 rgba(186,180,0,0.3);
	text-shadow: 2px 2px 0 rgba(186,180,0,0.8);
}
ul.featitems li a {
	display: block;
	padding: 10px 50px 30px 50px;
	color: #FFF;
	text-decoration: none;
}
.text-featitems-sm {
    font-size: 1.7rem;
    font-family: 'Asap', sans-serif;
}

@media only screen and (max-width: 1024px) {
	ul.featitems li {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 768px) {
	ul.featitems {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
		padding: 30px 20px;
	}
	ul.featitems li {
		font-size: 2.5rem;
		width: 100%;
		margin: 10px 0;
	}
}

/* Feature Promos
–––––––––––––––––––––––––– */
ul.featpromos {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
ul.featpromos li {
	width: 48%;
    margin: 0 1%;
	float: left;
	padding: 20px 20px 20px 20px;
	position: relative;
	line-height: 1.2;
	font-size: 1.8rem;
    text-align: left;
    background: rgba(205,235,252,0.1);
}
ul.featpromos li hr {
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: none;
	margin: 15px 0;
}
ul.featpromos li .text-price {
	font-family: 'Shadows Into Light Two', sans-serif;
	font-size: 4rem;
	color: #D7E82E;
	position: relative;
}

@media only screen and (max-width: 768px) {
	ul.featpromos li {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	ul.featpromos li {
		font-size: 1.4rem;
		padding: 20px 10px 40px 10px;
	}
}

/* Partners
–––––––––––––––––––––––––– */
ul.partners {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto;
}
ul.partners li {
	float: left;
	margin: 0;
	width: 170px;
	text-align: center;
}
ul.partners li img {
	width: 100%;
	max-width: 150px;
	height: auto;
	display: block;
}
ul.partners li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


@media only screen and (max-width: 1024px) {
	ul.partners li {
	width: 120px;
}
}

@media only screen and (max-width: 480px) {
	ul.partners li {
	width: 90px;
}
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
	overflow: hidden;
	margin-bottom: 20px;
}
ul.contact-details li {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	padding: 5px 0 5px 40px;
	line-height: 1.3;
}
ul.contact-details li a {
	font-size: 2rem;
	text-decoration: none;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	overflow: hidden;
	float: right;
}
ul.sitemap li {
	float: left;
	font-family: 'Shadows Into Light Two', sans-serif;
}
ul.sitemap li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
}
ul.sitemap li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
ul.sitemap li a.btn-cta {
	background: #00DBCA;
	border-radius: 50px;
	margin-left: 15px;
}

@media only screen and (max-width: 768px) {
	ul.sitemap li {
		float: left;
		font-family: 'Shadows Into Light Two', sans-serif;
	}
}
@media only screen and (max-width: 480px) {
}


/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	border-top: 0;
}
.accordian header {
	display: block;
	margin: 0 0 20px 0;
	padding: 20px 30px;
	background: #00DBCA;
	cursor: pointer;
    border-radius: 50px;
    font-family: 'Shadows Into Light Two', sans-serif;
    font-size: 2rem;
    color: #FFF;
    background-image: url(../images/icons/ic_arrow-down_white.svg);
    background-size: 20px 20px;
    background-position: right 30px center;
    background-repeat: no-repeat;
}
.accordian header:hover {
    background-color: rgba(0,219,202,0.8);
}
.accordian section {
	display: none;
	padding: 20px;
	background: none;
}
.accordian section.active {
	display: block;
}



/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 250px;
	height: auto;
	display: inline-block;
	padding: 20px 30px 15px 30px;
}
img.logo-menu {
	display: none;
}
img.logo-footer {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	height: auto;
	display: inline-block;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
}
img.ic-social {
	width: 50px;
	height: auto;
	display: inline-block;
}
img.covid-clean {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 110px;
    right: 5%;
    z-index: 100;
}

@media only screen and (max-width: 1024px) {
	img.logo {
        width: 200px;
		padding: 20px 15px 10px 15px;
	}
	img.logo-menu {
		display: block;
		width: 100%;
		max-width: 200px;
		height: auto;
		margin: 0 0 20px 0;
		padding: 20px;
	}
    img.covid-clean {
        width: 120px;
        top: 15px;
        right: 90px;
        z-index: 110;
    }
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	img.logo {
		width: 150px;
		padding: 20px 15px 10px 15px;
	}
	img.logo-menu {
		max-width: 180px;
		padding-top: 30px;
	}
    img.covid-clean {
        width: 100px;
        top: 10px;
        right: 75px;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
	margin: 30px 0;
}
ul.form li {
	width: 98%;
	float: left;
}
ul.form li.half {
	width: 48%;
	margin-right: 2%;
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="number"],
textarea,
select {
	width: 100%;
	padding: 15px 20px;
	margin-bottom: 5px;
	background-color: rgba(205,235,252,0.5);
	border: none;
	border-radius: 25px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: rgba(28,71,145,0.5);
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	min-height: 130px;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
textarea:focus, 
select:focus {
	outline: 0;
	background-color: rgba(255,255,255,0.6);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 10px 50px;
	margin: 20px auto 20px auto;
	background: #00DBCA;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.7rem;
	border-radius: 50px;
	font-family: 'Shadows Into Light Two', sans-serif;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #1C355E;
}
button {
	display: block;
	padding: 10px 50px;
	margin: 20px auto 20px auto;
	background: #00DBCA;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.7rem;
	border-radius: 50px;
	font-family: 'Shadows Into Light Two', sans-serif;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
label {
	font-size: 1rem;
	text-align: left;
	display: block;
	margin-bottom: 5px;
}
.required {
	color: red;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	background-color: #0089CC;
	display: inline-block;
	padding: 15px 40px;
	font-size: 1.8rem;
	border-radius: 50px;
    margin-bottom: 5px;
	font-family: 'Shadows Into Light Two', sans-serif;
	text-decoration: none;
}
a.btn-primary:hover {
	background-color: #1C355E;
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}

a.btn-secondary {
	color: #FFF;
	background-color: #00DBCA;
	display: inline-block;
	padding: 15px 40px;
	font-size: 1.8rem;
	border-radius: 50px;
    margin-bottom: 5px;
	font-family: 'Shadows Into Light Two', sans-serif;
	text-decoration: none;
}
a.btn-secondary:hover {
	background-color: #1C355E;
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}
a.btn-tertiary {
	color: #FFF;
	background-color: #D7E82E;
	display: inline-block;
	padding: 15px 40px;
	font-size: 1.8rem;
	border-radius: 50px;
    margin-bottom: 5px;
	font-family: 'Shadows Into Light Two', sans-serif;
	text-decoration: none;
}
a.btn-tertiary:hover {
	background-color: #1C355E;
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}
a.btn-secondary-wide {
	color: #FFF;
	background-color: #00DBCA;
	display: inline-block;
	padding: 15px 40px;
	font-size: 1.8rem;
	border-radius: 50px;
    margin-bottom: 5px;
	font-family: 'Shadows Into Light Two', sans-serif;
	text-decoration: none;
	width: 80%;
}
a.btn-secondary-wide:hover {
	background-color: #1C355E;
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}

/* Buttons - Messenger
––––––––––––––––––––––––– */
a.btn-messenger {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	height: auto;
	width: 80px;
}
a.btn-messenger:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}
a.btn-messenger img {
	width: 50px;
	height: auto;
	display: block;
	margin: 0 auto;
}
a.btn-messenger p {
	text-align: center;
	border-radius: 5px;
	right: 0;
	opacity: 0;
	font-size: 1rem;
	padding: 5px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	margin-bottom: 4px;
	font-style: italic;
}
a.btn-messenger:hover p {
	display: block;
	opacity: 0.9;
	background: #FFF;
}

@media only screen and (max-width: 480px) {
	a.btn-messenger {
		bottom: 20px;
		right: 0px;
	}
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
	border-top: solid 1px #DDD;
	border-bottom: none;
	margin: 30px 0;
}
.float-right {
    float: right;
}
.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 0 0 0;
	color: #FFF;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 90%;
	margin: 0 auto;
}
.byline img {
	float: right;
	height: 25px;
	padding: 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
    .float-right {
        float: none;
    }
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0;
	}
}
@media only screen and (max-width: 480px) {
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
}


