@charset "UTF-8";

/* 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: 'Open Sans', sans-serif;
	font-size: 1.6em;
	line-height: 1.6;
	color: #FFF;
    background-color: #334049;
	font-weight: 300;
}
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;
}
.w-pg-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

@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;
    }
    .site-header .w-pg, section.hero .w-pg {
        max-width: 100%;
    }
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4rem;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
h1 { font-size: 5.2rem; line-height: 1.2; }
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; }

.tc {
    text-align: center;
}
.f-para1 {
	font-size: 2rem;
}
.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: 3.4rem; line-height: 1.2; }
	h2 { font-size: 3rem; line-height: 1.25; }
	h3 { font-size: 2.6rem; line-height: 1.3; }
	h4 { font-size: 2.3rem; line-height: 1.3.5; }
	h5 { font-size: 1.8rem; line-height: 1.5; }
	h6 { font-size: 1.5rem; line-height: 1.6; }
	
	.text-para1 {
		font-size: 1.7rem;
	}
}

/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.green {
    color: #CEDC29 !important;
}
.grey {
    color: #334049;
}
.white {
    color: #FFF;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #CEDC29;
}
a:hover {
	color: #CEDC29;
    border-bottom: solid 1px #CEDC29;
}

/* 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%;
    background-color: #CEDC29;
    background-image: url(../images/bg-texture.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 90%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	  -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 }


/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.site-header {
	position: absolute;
    width: 100%;
    top: 0;
}
.hero {
    height: 700px;
    background-image: url(../images/banner/banner01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 60px;
}
.hero-caption {
    position: relative;
    width: 100%;
    text-align: right;
    padding: 0 30px;
}
.hero-caption h2 {
    color: #FFF;
    font-size: 5rem;
}
.hero-caption h3 {
    color: #FFF;
    background: #CEDC29;
    display: inline-block;
    padding: 10px 20px;
    font-size: 3rem;
}
.banner {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items:flex-end;
    padding-bottom: 30px;
}

main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
section.grey {
    background: #555E64;
}
footer.site-footer {
    border-top: solid 1px rgba(255,255,255,0.5);
    background: #334049;
    overflow: hidden;
    clear: both;
    padding: 40px 0 0 0;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .hero {
        height: 500px;
    }
	main {
		padding: 40px 0;
	}
}
@media only screen and (max-width: 480px) {
    .hero-caption h2 {
        color: #FFF;
        font-size: 4rem;
    }
    .hero-caption h3 {
        color: #FFF;
        background: #CEDC29;
        display: inline-block;
        padding: 10px 20px;
        font-size: 1.6rem;
    }
	main {
		padding: 20px 0;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
    font-family: 'Oswald', sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top:  50px;
    left: 200px;
}
ul.nav-primary li {
    float: left;
    text-transform: uppercase;
}
ul.nav-primary li a {
    display: block;
    padding: 5px 20px;
    color: #FFF;
}
ul.nav-primary li a:hover {
    opacity: 0.5;
    border: none;
}


ul.nav-secondary {
    font-family: 'Oswald', sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top:  50px;
    right: 30px;
}
ul.nav-secondary li {
    float: left;
    font-size: 1.5rem;
    background-size: 20px 20px;
    background-position: left center;
    background-repeat: no-repeat;
}
ul.nav-secondary li a {
    display: block;
    padding: 5px 20px 5px 30px;
    color: #FFF;
}
ul.nav-secondary li a:hover {
    opacity: 0.5;
    border: none;
}

@media only screen and (max-width: 1024px) {
    ul.nav-primary {
        top:  70px;
        left: auto;
        right: 20px;
    }
    ul.nav-secondary {
        top:  20px;
        right: 20px;
    }
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: rgba(51,63,72,0.90);
		-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: 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 {
        padding: 80px 0;
        position: relative;
        top:  auto;
        left: 0;
        right: 0;
        text-align: center;
    }
    ul.nav-primary li {
        width: 100%;
        font-size: 2rem;
    }
    ul.nav-primary li a {
        padding: 10px 20px;
    }
    
    ul.nav-secondary {
        position: absolute;
        overflow: hidden;
        top:  auto;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 40px 20px;
    }
    ul.nav-secondary li {
        width: 100%;
        float: left;
        font-size: 1.3rem;
        background-size: 20px 20px;
        background-position: left center;
        background-repeat: no-repeat;
    }
    ul.nav-secondary li a {
        display: block;
        padding: 5px 20px 5px 30px;
        color: #FFF;
    }
    
	.trigger {
		position: absolute;
		width: 40px;
		height: 60px;
		display: block;
		top: 30px;
        border: solid 1px #FFF;
		right: 15px;
        z-index: 100;
		background: url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 25px 25px;
		-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 {
    list-style: none;
    margin: 0;
    padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets-grey {
	overflow: hidden;
	list-style: none;
    margin-bottom: 20px;
}
ul.bullets-grey > li {
	margin: 0 0 5px 10px;
    padding: 0 0 0 20px;
    background-image: url(../images/icons/ic_bullets_grey.svg);
    background-size: 7px 7px;
    background-position: left top 10px;
    background-repeat: no-repeat;
}

ul.bullets-green {
	overflow: hidden;
	list-style: none;
    margin-bottom: 20px;
}
ul.bullets-green > li {
	margin: 0 0 5px 10px;
    padding: 0 0 0 20px;
    background-image: url(../images/icons/ic_bullets_green.svg);
    background-size: 7px 7px;
    background-position: left top 10px;
    background-repeat: no-repeat;
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
    margin: 0 auto 30px auto;
    max-width: 1024px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Oswald', sans-serif;
}
ul.featitems li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 3rem;
    font-style: italic;
    background-size: 100px auto;
    background-position: top 20px center;
    background-repeat: no-repeat;
}
ul.featitems li a {
    display: block;
    color: #FFF;
    padding: 120px 10px 20px 10px;
}
ul.featitems li a:hover {
    border: none;
    background-color: rgba(255,255,255,0.1);
}

@media only screen and (max-width: 768px) {
    ul.featitems {
        margin: 0 auto 0 auto;
    }
    ul.featitems li {
        font-size: 2.5rem;
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    ul.featitems li {
        width: 100%;
        background-position: left 20px center;
        background-size: 60px auto;
        font-size: 2.5rem;
        text-align: left;
        margin-bottom: 10px;
    }
    ul.featitems li a {
        padding: 20px 10px 20px 90px;
    }
}


/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
}
ul.contact-details li {
    width: 100%;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 10px 35px;
    line-height: 1.3;
    color: #334049;
}
ul.contact-details li a {
    color: #334049;
}
ul.contact-details li a:hover {
    opacity: 0.6;
    border: none;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
    overflow: hidden;
    margin: 0 auto 20px auto;
    list-style: none;
    padding: 0;
    display: table;
    font-family: 'Oswald', sans-serif;
}
ul.sitemap li {
    float: left;
    text-transform: uppercase;
    font-style: italic;
}
ul.sitemap li a {
    color: #FFF;
    display: block;
    padding: 5px 20px;
}
ul.sitemap li a:hover {
    opacity: 0.6;
    border: none;
}

@media only screen and (max-width: 480px) {
    ul.sitemap {
        margin: 0 auto 40px auto;
    }
    ul.sitemap li {
        width: 100%;
        float: left;
    }
    ul.sitemap li a {
        padding: 10px 20px;
    }
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.footer-contact {
    list-style: none;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    display: table;
    font-family: 'Oswald', sans-serif;
}
ul.footer-contact li {
    float: left;
    font-size: 1.3rem;
    background-size: 20px 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 20px 5px 30px;
}
ul.footer-contact li a {
    display: block;
    color: #FFF;
}
ul.footer-contact li a:hover {
    opacity: 0.5;
    border: none;
}


/* Accordian
–––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 40px 0 40px;
	padding: 0;
	border-top: 0;
}
.accordian > li {
    margin-bottom: 20px;
}
.accordian header {
	display: block;
	margin: 0;
	padding: 20px;
	background: #252F36;
	cursor: pointer;
    border: solid 1px #FFF;
    font-size: 2.2rem;
    font-family: 'Oswald', sans-serif !important;
}
.accordian header:hover {
    transition: 0.5s;
    -webkit-transform: scale(1.03);
	   -moz-transform: scale(1.03);
	     -o-transform: scale(1.03);
	        transform: scale(1.03);
}
.accordian section {
	display: none;
	padding: 20px;
}
.accordian section.active {
	display: block;
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 150px;
	height: auto;
	display: inline-block;
	padding: 25px 15px;
}
img.logo-footer {
	width: 250px;
    margin: 0 auto;
	height: auto;
	display: block;
	padding: 25px 15px;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
}
.image-divide {
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
img.social {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 3px;
}

@media only screen and (max-width: 480px) {
    img.logo-footer {
        margin: 0;
    }
}


/* Testimonials
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.testimonials-wrapper {
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
    border: solid 1px rgba(255,255,255,0.7);
	z-index: 1;
	text-align: left;
    box-sizing: border-box;
    padding: 50px 70px 0 70px;
}
.testimonial-content {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 80px auto;
    box-sizing: border-box;
    color: #FFF;
}
.testimonials {
	list-style: none;
	padding: 0;
	margin: 0;
}
.testimonials > li {
	position: absolute;
	opacity: 0;
}
.testimonials > li:first-child {
	position: relative;
	opacity: 1;
}
.testimonial-content p {
	padding: 0;
	font-size: 1.4rem;
}
ul.stars {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 5px;
}
ul.stars li {
    float: left;
    margin: 0 2px;
}
ul.stars li img {
    width: 25px;
    height: auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    ul.stars {
        position: relative;
    }
    ul.stars li img {
        width: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .testimonials-wrapper {
        padding: 30px 30px 0 30px;
    }
    .testimonial-content p {
        font-size: 1.2rem;
    }
}

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

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	position: absolute;
	z-index: 9999;
	top: 40%;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgb(255,255,255,0);
    background-color: #555e65;
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-size: 4rem;
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flex-direction-nav a.flex-next:before {
	padding: 0;
}
.flex-direction-nav .flex-prev {
	left: -25px;
    background-image: url(../images/icons/ic_arrow-left-circle_green.svg);
}
.flex-direction-nav .flex-next {
    background-image: url(../images/icons/ic_arrow-right-circle_green.svg);
	right: -25px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
ol.flex-control-paging {
    list-style: none !important;
    width: 88%;
    margin: 0 auto;
    box-sizing: border-box;
}
.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: #666;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(255,255,255,0.7);
}
.flex-control-paging li a.flex-active {
	background: #FFF;
	background: rgba(255,255,255,1);
	cursor: default;
}
.flex-control-nav {
	bottom: 30px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
.flex-control-nav li {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	background-color: #FFF;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.7rem;
    text-align: center;
    border: solid 1px #FFF;
    font-family: 'Oswald', sans-serif;
}
a.btn-primary:hover {
    transition: 0.5s;
    background-color: #252f36;
}

a.btn-grey {
    background: #334049;
}
a.btn-green {
    background: #CEDC29;
}

a.btn-secondary {
	color: #FFF;
	background-color: #000;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
}
a.btn-secondary:hover {
	background-color: #252f36;
}

a.btn-full {
    box-sizing: border-box;
    width: 100% !important;
}


/* 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; }
.pb40 { padding-bottom: 40px; }
.ma0 { margin: 0; }

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) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.byline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px rgba(255,255,255,0.3);
    padding: 10px 20px;
    margin: 50px 0 0 0;
    color: rgba(255,255,255,0.5);
}
.byline p {
    font-size: 0.9rem;
}
.byline img {
    width: 80px;
    height: auto;
    opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
