@charset "UTF-8";

/* Version 1.2
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    font-size: 62.5%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Barlow', sans-serif;
	font-size: 1.6em;
	line-height: 1.6;
	color: #00313C;
	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;
}
.w-pg {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.w-pg-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1180px) {
    .w-pg {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    .w-pg {
        max-width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    .w-pg {
        max-width: 550px;
    }
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.3em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
h1 { font-size: 5.2rem; line-height: 1.2; font-family: termina, sans-serif; }
h2 { font-size: 4rem; line-height: 1.25; }
h3 { font-size: 3.6rem; line-height: 1.3; }
h4 { font-size: 3rem; line-height: 1.3; }
h5 { font-size: 2.4rem; line-height: 1.3; }
h6 { font-size: 1.5rem; line-height: 1.3; }
strong { font-weight: bold !important; }
p {
    margin: 0 0 15px 0;
}

.tc {
    text-align: center;
}
.f-para1 {
	font-size: 2rem;
}
.f-xxl {
	font-size: 3.5rem;
 font-family: termina, sans-serif;
}
.f-xl {
	font-size: 2.6rem;
}
.f-l {
	font-size: 2.2rem;
}
.f-sm {
	font-size: 1.3rem;
}
.f-xsm {
	font-size: 1.1rem;
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3rem; line-height: 1.2; }
	h2 { font-size: 2.8rem; line-height: 1.25; }
	h3 { font-size: 2.4rem; line-height: 1.3; }
	h4 { font-size: 2rem; line-height: 1.3.5; }
	h5 { font-size: 1.5rem; line-height: 1.5; }
	h6 { font-size: 1.3rem; line-height: 1.6; }
	
	.f-para1 {
		font-size: 1.6rem;
	}
}

/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.termina {
    font-family: termina, sans-serif;
    font-weight: 700;
}

.white {
    color: #FFF !important;
}
.lightblue {
    color: #00A9E0;
}
.blue {
    color: #0061A0;
}
.darkblue {
    color: #00313C;
}
.yellow {
    color: #FF9E1B;
}


.bg-gradient {
    background: rgb(0,97,160);
    background: linear-gradient(90deg, rgba(0,97,160,1) 0%, rgba(0,169,224,1) 100%);
}
.bg-subtle {
    background-color: rgba(0,97,160,0.2);
}
.bg-yellow {
    background-color: #FF9E1B;
}
.bg-blue {
    background-color: #0061A0;
}
.bg-lightblue {
    background-color: #00A9E0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #2058A5;
}
a:hover {
	color: #323232;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 4%;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	padding: 2%;
}
.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%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 0 2% 0 2%;
	padding: 4%;
    border-radius: 10px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 4.3333333%; }
.two.column-feature 		{ width: 12.6666667%; }
.three.column-feature 		{ width: 21%; }
.four.column-feature 		{ width: 29.3333333%; }
.five.column-feature 		{ width: 37.6666667%; }
.six.column-feature 		{ width: 46%; }
.seven.column-feature 		{ width: 54.3333333%; }
.eight.column-feature 		{ width: 62.6666667%; }
.nine.column-feature 		{ width: 71%; }
.ten.column-feature 		{ width: 79.3333333%; }
.eleven.column-feature 		{ width: 89.6666667%; }
.twelve.column-feature 		{ width: 96%; }

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 20px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}

/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex { display: flex }
.inline-flex { display: inline-flex }
.flex-auto { flex: 1 1 auto; min-width: 0;  min-height: 0 }
.flex-none { flex: none }
.flex-column { flex-direction: column }
.flex-row { flex-direction: row }
.flex-wrap { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }
.flex-wrap-reverse { flex-wrap: wrap-reverse }
.flex-column-reverse { flex-direction: column-reverse }
.flex-row-reverse { flex-direction: row-reverse }
.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-baseline { align-items: baseline }
.items-stretch { align-items: stretch }
.self-start { align-self: flex-start }
.self-end { align-self: flex-end }
.self-center { align-self: center }
.self-baseline { align-self: baseline }
.self-stretch { align-self: stretch }
.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-between { align-content: space-between }
.content-around { align-content: space-around }
.content-stretch { align-content: stretch }
.order-0 { order: 0 }
.order-1 { order: 1 }
.order-2 { order: 2 }
.order-3 { order: 3 }
.order-4 { order: 4 }
.order-5 { order: 5 }
.order-6 { order: 6 }
.order-7 { order: 7 }
.order-8 { order: 8 }
.order-last { order: 99999 }
.flex-grow-0 { flex-grow: 0 }
.flex-grow-1 { flex-grow: 1 }
.flex-shrink-0 { flex-shrink: 0 }
.flex-shrink-1 { flex-shrink: 1 }

/* Alternating
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.alternating {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.alternating .six.column:nth-child(1) {
    order: 1;
}
.alternating .six.column:nth-child(2) {
    order: 2;
}
.alternating .six.column:nth-child(3) {
    order: 4;
}
.alternating .six.column:nth-child(4) {
    order: 3;
}
.alternating .six.column:nth-child(5) {
    order: 5;
}
.alternating .six.column:nth-child(6) {
    order: 6;
}

@media only screen and (max-width: 768px) {
    .alternating .six.column:nth-child(1) {
        order: 2;
    }
    .alternating .six.column:nth-child(2) {
        order: 1;
    }
    .alternating .six.column:nth-child(3) {
        order: 4;
    }
    .alternating .six.column:nth-child(4) {
        order: 3;
    }
    .alternating .six.column:nth-child(5) {
        order: 6;
    }
    .alternating .six.column:nth-child(6) {
        order: 5;
    }
}

@media only screen and (max-width: 480px) {
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.strip {
    position: relative;
    top: 0;
    width: 100%;
    height: 60px;
    background: rgb(0,97,160);
    background: linear-gradient(90deg, rgba(0,97,160,1) 0%, rgba(0,169,224,1) 100%);
}
header.main {
	position: absolute;
    top: 0;
    width: 100%;
}
.slider ul {
	height: 900px;
	list-style: none;
    z-index: -100;
}
.slider ul li {
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.hero-caption {
    padding: 0 30px;
    width: 100%;
    max-width: 1180px;
    margin: 300px auto 0 auto;
    text-align: left;
    color: #FFF;
}
.hero-caption h2 {
    font-size: 6rem;
    font-family: termina, sans-serif;
}
.hero-caption h3 {
    font-size: 3rem;
    font-family: termina, sans-serif;
    text-transform: uppercase;
}
.banner {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
.cta {
    background-color: rgba(95,155,198,0.3);
    border-radius: 10px;
    padding: 10px 20px;
    margin: 25px 0 0 0;
    clear: both;
}
footer.main {
    background: #FFF;
    overflow: hidden;
    clear: both;
    padding: 0;
    border-top: solid 1px #DDD;
}
.byline {
    padding: 3px 20px;
    text-align: center;
    font-size: 0.9rem;
    background: #EEE;
}
.byline a {
    color: #00313C;
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .slider ul {
        height: 600px;
        list-style: none;
        z-index: -100;
    }
    .hero-caption {
        margin: 200px auto 0 auto;
    }
    .hero-caption h2 {
        font-size: 4.5rem;
    }
    .hero-caption h3 {
        font-size: 2.5rem;
    }
    .banner {
        height: 100px;
    }
}

@media only screen and (max-width: 768px) {
    header.main .w-pg {
        max-width: 100%;
    }
    .slider ul {
        height: 400px;
        list-style: none;
        z-index: -100;
    }
    .hero-caption {
        margin: 140px auto 0 auto;
    }
    .hero-caption h2 {
        font-size: 3rem;
    }
    .hero-caption h3 {
        font-size: 2rem;
    }
    .banner {
        height: 100px;
    }
	main {
		padding: 40px 0;
	}
}
@media only screen and (max-width: 480px) {
    .slider ul {
        height: 300px;
    }
    .hero-caption h2 {
        font-size: 3rem;
    }
    .hero-caption h3 {
        font-size: 1.6rem;
    }
    .banner {
        height: 100px;
        margin-bottom: -70px;
    }
	main {
		padding: 20px 0;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
nav.menu-wrapper input[type=checkbox] {
	display: none;
}
nav.menu-wrapper input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
ul.nav-primary li {
    float: left;
    line-height: 40px;
    font-size: 1.5rem;
}
ul.nav-primary li a {
    display: block;
    padding: 10px 15px;
    color: #FFF;
    font-weight: bold;
}
ul.nav-primary li a:hover {
    transition: 0.3s;
    background-color: #FF9E1B;
}

@media only screen and (max-width:1024px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background: rgb(0,97,160);
        background: linear-gradient(90deg, rgba(0,97,160,1) 0%, rgba(0,169,224,1) 100%);
		-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: 80%;
		max-width: 320px;
		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 {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        right: 0;
    }
    ul.nav-primary li {
        width: 100%;
        float: left;
        line-height: 40px;
        font-size: 1.7rem;
    }
    ul.nav-primary li a {
        display: block;
        padding: 10px 20px;
        color: #FFF;
        font-weight: bold;
    }
    ul.nav-primary li a:hover {
        transition: 0.3s;
        background-color: #FF9E1B;
    }
	.trigger {
		position: absolute;
		width: 60px;
		height: 60px;
		display: block;
		top: 20px;
		right: 20px;
        z-index: 100;
		background: url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 25px 25px;
        background-color: #EE9B31;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 0;
		background: 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;
	}
}


/* 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;
}
ul.bullets li {
	margin: 0 0 0 30px;
}

/* Cards
–––––––––––––––––––––––––– */
.card-lightblue {
    background-color: #00A9E0;
    position: relative;
    border-radius: 0 30px 0 0;
}
.card-yellow {
    background-color: #FF9E1B;
    position: relative;
    border-radius: 0 30px 0 0;
}
.card {
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    top: 20px;
    right: 20px;
    width: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding: 50px;
}
.card ul {
    list-style: none;
}
.card ul li {
    border-bottom: solid 1px #DDD;
    padding: 10px 10px 10px 35px;
    background-image: url(../images/icons/ic_tick_darkblue.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
    .card {
        padding: 20px;
        margin-bottom: 30px;
    }
}


/* Finance
–––––––––––––––––––––––––– */
ul.finance {
    overflow: hidden;
    margin: 0 0 40px 0;
}
ul.finance li {
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 0 20px 20px 20px;
}
ul.finance li img {
    width: 70px;
    height: auto;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    ul.finance li {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 20px 20px 20px;
    }
}


/* Suppliers
–––––––––––––––––––––––––– */
ul.suppliers {
    overflow: hidden;
}
ul.suppliers li {
    width: 50%;
    float: left;
    padding: 20px;
}
ul.suppliers li:hover {
    transition: 0.5s;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.suppliers li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    ul.suppliers li {
        width: 100%;
    }
}


/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
    width: 50%;
    max-width: 200px;
    float: left;
}
ul.sitemap li {
    font-size: 1.3rem;
    font-weight: bold;
}
ul.sitemap li a {
    color: #0061A0;
    display: inline-block;
    padding: 3px 0;
}

@media only screen and (max-width: 480px) {
    ul.sitemap li {
        font-size: 1.5rem;
        font-weight: bold;
    }
}


/* Contact Footer
–––––––––––––––––––––––––– */
ul.contact-footer {
    overflow: hidden;
}
ul.contact-footer li {
    font-size: 1.3rem;
    padding: 3px 0;
}
ul.contact-footer li a {
    display: inline-block;
}


/* Accordian
–––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	border-top: 0;
}
.accordian li {
    margin-bottom: 20px;
}
.accordian header {
	display: block;
	margin: 0;
	padding: 20px 40px 20px 20px;
	background: #FFF;
	cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    color: #0061A0;
    background-image: url(../images/icons/ic_plus_blue.svg);
    background-position: right 25px center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 2rem;
}
.accordian section {
	display: none;
	padding: 20px;
}
.accordian section.active {
	display: block;
}


/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.light-gallery {
	list-style: none;
	margin: 0;
}
ul.light-gallery li:nth-child(1) {
    width: 98%;
}
ul.light-gallery li {
	width: 18%;
	height: auto;
	float: left;
	margin-right: 2%;
    margin-bottom: 10px;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul.light-gallery li:hover {
    transition: 0.5s;
    -webkit-transform: scale(0.95);
	   -moz-transform: scale(0.95);
	     -o-transform: scale(0.95);
	        transform: scale(0.95);
}
ul.light-gallery li img {
	width: 100%;
	height: auto;
	display: block;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 200px;
	height: auto;
	display: inline-block;
	padding: 15px;
}
img.logo-menu {
	display: none;
}
img.logo-footer {
	width: 100%;
    max-width: 150px;
	height: auto;
	display: inline-block;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
    border-radius: 5px;
}
img.img-80 {
	width: 80%;
	height: auto;
	display: block;
    border-radius: 5px;
}
img.overlay {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}
img.creditone {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: inline-block;
    border: solid 1px #DDD;
    border-radius: 10px;
    padding: 120px 0;
}

@media only screen and (max-width: 1024px) {
    img.logo {
        width: 130px;
    }
}
@media only screen and (max-width: 768px) {
    img.logo-menu {
        width: 150px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 15px;
    }
    img.creditone {
        width: 100%;
        max-width: 100%;
        padding: 30px 0;
    }
}
@media only screen and (max-width: 480px) {
    img.logo {
        width: 120px;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 768px;
}
ul.form li {
	width: 98%;
	float: left;
    margin-bottom: 8px;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}
.checkboxes {
    background: rgba(255,255,255,0.2);
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
}
.checkboxes label {
    width: 33.333%;
    float: left;
    margin: 3px 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea,
select {
    font-family: 'Barlow', sans-serif;
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #FFF;
	border-radius: 5px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #505050;
	-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="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid #FF9E1B;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
button[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 10px 40px;
	margin: 0 auto 0 auto;
	background: #FF9E1B;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
    font-weight: bold;
	border-radius: 5px;
    font-family: 'Barlow', sans-serif;
    -webkit-appearance: none;
	-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,
button[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #00313C;
    -webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}
label {
	font-size: 1.5rem;
    font-weight: bold;
	text-align: left;
	display: block;
    margin-bottom: 5px;
}
.required {
	color: #FF9E1B;
}
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%;
	}
    .checkboxes label {
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    ul.form li {
        width: 100%;
    }
    ul.form li.half {
        width: 100%;
        margin:0;
    }
    ul.form li.third {
        width: 100%;
        margin: 0;
    }
    .checkboxes label {
        width: 100%;
    }
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-lightblue {
    background-color: #00A9E0;
}
a.btn-blue {
    background-color: #0061A0;
}
a.btn-darkblue {
    background-color: #00313C;
}
a.btn-yellow {
    background-color: #FF9E1B;
}

/* Button - Primary
––––––––––––––----–––––– */
a.btn-primary {
	color: #FFF;
	display: inline-block;
    font-weight: bold;
	padding: 5px 25px;
	font-size: 1.5rem;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
a.btn-primary:hover {
    background: #323232;
    transition: 0.5s;
}

/* Button - Social
––––––––––––––----–––––– */
a.btn-social {
	color: #FFF;
	display: inline-block;
	padding: 5px 20px 5px 40px;
	font-size: 1.3rem;
    font-weight: bold;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    border-radius: 5px;
    margin: 2px 0;
}
a.btn-social:hover {
    transition: 0.5s;
    -webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pv0 { padding-top: 0;	padding-bottom: 0; }
.pv20 { padding-top: 20px;	padding-bottom: 20px; }
.pv40 { padding-top: 40px; padding-bottom: 40px; }
.pv60 { padding-top: 60px; padding-bottom: 60px; }
.pv80 { padding-top: 80px; padding-bottom: 80px; }

.ph0 { padding-left: 0;	padding-right: 0; }
.ph20 { padding-left: 20px;	padding-right: 20px; }
.ph40 { padding-left: 40px; padding-right: 40px; }
.ph60 { padding-left: 60px; padding-right: 60px; }
.ph80 { padding-left: 80px; padding-right: 80px; }

.pa0 { padding: 0; }

.pb0 { padding-bottom: 0; }
.pb20 { padding-bottom: 20px; }
.pb40 { padding-bottom: 40px; }
.pb60 { padding-bottom: 60px; }
.pb80 { padding-bottom: 80px; }

.pt0 { padding-top: 0; }
.pt20 { padding-top: 20px; }
.pt40 { padding-top: 40px; }
.pt60 { padding-top: 60px; }
.pt80 { padding-top: 80px; }

.ma0 { margin: 0; }

.mb0 { margin-bottom: 0 !important; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }

.mt0 { margin-top: 0; }
.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }

hr.divide20 { border-top: solid 1px #DDD; margin: 20px 0; }
hr.divide40 { border-top: solid 1px #DDD; margin: 40px 0; }
hr.divide60 { border-top: solid 1px #DDD; margin: 60px 0; }
hr.divide80 { border-top: solid 1px #DDD; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.pv20,
	.pv40,
	.pv60,
	.pv80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .ph20,
	.ph40,
	.ph60,
	.ph80 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.outline {
    border: solid 1px #000;
}
.map {
    width: 100%;
    height: 300px;
    display: block;
}

.calculator {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
    .calculator {
      padding-top: 125%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    }
}
    
