@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: 'Red Hat Display', sans-serif;
	font-size: 1.6em;
	line-height: 1.6;
	color: #000000;
	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: 90;
	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: 768px;
	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: 4.5rem; line-height: 1.2; }
h2 { font-size: 3.5rem; line-height: 1.25; }
h3 { font-size: 2.9rem; line-height: 1.3; }
h4 { font-size: 2.5rem; line-height: 1.3; }
h5 { font-size: 1.8rem; line-height: 1.3; }
h6 { font-size: 1.6rem; line-height: 1.3; margin: 0; }
strong { font-weight: bold !important; }
p {margin-top: 0;}

.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: 2.6rem; line-height: 1.2; }
	h2 { font-size: 2.2rem; line-height: 1.25; }
	h3 { font-size: 2rem; line-height: 1.3; }
	h4 { font-size: 1.8rem; 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.4rem;
	}
    .f-l {
        font-size: 1.6rem;
    }
}


/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.white {
    color: #FFF !important;
}
.orange {
    color: #DF6B2A;
}
.black {
    color: #000;
}
.blue {
    color: #006394;
}

.bg-black {
    background-color: #000000;
    color: #FFF;
}
.bg-orange {
    color: #FFF;
    background: rgb(223,107,42);
    background: linear-gradient(0deg, rgba(223,107,42,1) 0%, rgba(194,71,41,1) 100%);
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #DF6B2A;
}
a:hover {
	color: #C24729;
}

/* 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: 40px 60px;
    border-radius: 20px;
	-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.main {
	position: absolute;
    background: none;
    z-index: 10;
    width: 100%;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
section.pg-banner {
    background: #000;
    height: 120px;
    width: 100%;
}
footer.main {
    background-image: url(../images/footer.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    overflow: hidden;
    clear: both;
    padding: 60px 0 0 0;
    text-align: center;
    color: #FFF;
}
footer.main a {
    color: #FFF;
}

@media only screen and (max-width: 1024px) {
    header.main {
        background: #000;
        z-index: 100;
        width: 100%;
    }
    section.pg-banner {
        height: 100px;
    }
}

@media only screen and (max-width: 768px) {
	main {
		padding: 40px 0;
	}
    footer.main {
        background-image: url(../images/footer-sm.svg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100% auto;
        background-color: #000;
        padding: 60px 0 0 0;
    }
}
@media only screen and (max-width: 480px) {
	main {
		padding: 20px 0;
	}
    section.pg-banner {
        height: 50px;
    }
    footer.main {
        background-image: url(../images/footer-sm.svg);
        background-color: #000;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
        padding: 60px 0 0 0;
    }
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    right: 30px;
}
ul.nav-primary li {
    float: left;
    font-weight: bold;
}
ul.nav-primary li a {
    display: block;
    padding: 10px 20px;
    color: #FFF;
}
ul.nav-primary li a:hover {
    color: #F99C24;
    transition: 0.3s;
}


@media only screen and (max-width:1024px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #000;
		-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;
        border-right: solid 1px rgba(255,255,255,0.2);
        box-shadow: 10px 0 20px rgba(0,0,0,0.3);
        background-image: url(../images/bg-menu.svg);
        background-position: bottom left;
        background-size: 100% auto;
        background-repeat: no-repeat;
		-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: 70px 0 0 0;
        padding: 0;
        position: relative;
        top: auto;
        right: auto;
    }
    ul.nav-primary li {
        width: 100%;
        float: left;
        font-weight: bold;
    }
    ul.nav-primary li a {
        display: block;
        padding: 10px 20px;
        color: #FFF;
    }
    ul.nav-primary li a:hover {
        color: #F99C24;
        transition: 0.3s;
    }
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 20px;
		right: 20px;
        z-index: 100;
		background: url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 25px 25px;
		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;
        z-index: 100;
		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 {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 5px;
		background-size: 25px 25px;
	}
}


/* 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;
    margin-bottom: 10px;
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
    padding: 50px 0 20px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
ul.featitems li {
    width: 23%;
    float: left;
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 40px 20px 80px 20px;
    border: solid 2px #FFF;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
    position: relative;
}
ul.featitems li:nth-of-type(odd) {
    background: rgb(223,107,42);
    background: linear-gradient(0deg, rgba(223,107,42,1) 0%, rgba(194,71,41,1) 100%);
}
ul.featitems li:nth-of-type(even) {
    background: rgb(61,179,227);
    background: linear-gradient(0deg, rgba(61,179,227,1) 0%, rgba(0,99,148,1) 100%);
}
ul.featitems li img {
    width: 80px;
    height: auto;
    border-radius: 50%;
    margin-top: -110px;
    margin-bottom: 10px;
    border: solid 2px #FFF;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
ul.featitems li a {
    color: #FFF;
}
ul.featitems li h4 {
    font-size: 2.4rem;
}
ul.featitems li .btn-primary {
    position: absolute;
    bottom: 30px;
    left: 25%;
    width: 50%;
    padding: 5px 0;
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    ul.featitems li {
        width: 48%;
    }
}

@media only screen and (max-width: 480px) {
    ul.featitems li {
        width: 100%;
    }
}

/* Logos
–––––––––––––––––––––––––– */
ul.logos {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 0;
}
ul.logos li {
    width: 23%;
}
ul.logos li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media only screen and (max-width: 480px) {
    ul.logos li {
        width: 48%;
    }
}

/* Links
–––––––––––––––––––––––––– */
ul.links {
    overflow: hidden;
}
ul.links li {
    border-bottom: solid 1px #DDD;
    padding: 10px 0;
    font-weight: bold;
}
ul.links li a {
    padding: 5px 0 5px 30px;
    font-size: 1.3rem;
    color: #DF6B2A;
    font-weight: normal;
    background-image: url(../images/icons/ic_arrow-right-circle_orange.svg);
    background-position: left center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
    overflow: hidden;
    margin-bottom: 20px;
}
ul.contact-details li {
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 30px;
}
ul.contact-details li a {
    color: #000;
}
ul.contact-details li a:hover {
    color: #3DB3E3;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
    overflow: hidden;
    display: table;
    margin: 30px auto 0 auto;
    padding: 10px 0;
}
ul.sitemap li {
    overflow: hidden;
    float: left;
    font-weight: bold;
}
ul.sitemap li a {
    color: #FFF;
    display: block;
    padding: 5px 10px;
}
ul.sitemap li a:hover {
    color: #F99C24;
    transition: 0.3s;
}

@media only screen and (max-width: 768px) {
    ul.sitemap {
        overflow: hidden;
        display: table;
        margin: 30px auto;
        padding: 10px 0;
    }
    ul.sitemap li {
        width: 100%;
        text-align: center;
    }
    ul.sitemap li a {
        color: #FFF;
        display: block;
        padding: 5px 10px;
    }
}
@media only screen and (max-width: 480px) {
}

/* Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.slider ul {
	height: 400px;
	list-style: none;
	margin: 0;
    border-radius: 20px;
}
.slider ul li {
    border-radius: 20px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

@media only screen and (max-width: 768px) {
    .slider ul {
        height: 300px;
    }
}
@media only screen and (max-width: 480px) {
    .slider ul {
        height: 200px;
    }
}

/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal, .modal-box {
    z-index: 900;
}
.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    overflow: auto;
}
.modal-box {
    position: relative;
    width: 80%;
    max-width: 768px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
}
.modal-header {
    padding: 20px 40px;
    background-color: #000;
    color: #FFF;
    background-image: url(../images/brand-mark.svg);
    background-position: bottom -50px right -50px;
    background-repeat: no-repeat;
    background-size: 150px auto;
}
.modal-body {
    background: #FFF;
    padding: 40px 40px;
    font-size: 1.4rem;
}
.close-modal {
    text-align: right;
    cursor: pointer;
}
button {
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    outline: none;
}
.modal-trigger {
    display: inline-block;
    width: 47%;
    margin: 0 3% 40px 0;
    padding: 30px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: ease .2s;
    border: solid 1px #FFF;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    color: #DF6B2A;
    text-decoration: none;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 10px;
    background-image: url(../images/brand-mark.svg);
    background-position: bottom -50px right -50px;
    background-repeat: no-repeat;
    background-size: 170px auto;
}
.modal-trigger h4 {
    margin: 0;
}
.modal-trigger p {
    margin: 0 0 5px 0;
    color: #000;
}
.modal-trigger img {
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.modal-trigger:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
@-webkit-keyframes modalbox {
 0% {
 top: -250px;
 opacity: 0;
}
 100% {
 top: 0;
 opacity: 1;
}
}
 @keyframes modalbox {
 0% {
 top: -250px;
 opacity: 0;
}
 100% {
 top: 0;
 opacity: 1;
}
}


@media only screen and (max-width: 768px) {
	.modal-box {
		width: 90%;
		margin: 50px auto;
	}
	.modal-header {
		padding: 20px 20px;
	}
	.modal-body {
		background: #FFF;
		padding: 20px 20px;
		font-size: 1.3rem;
	}
	.modal-trigger {
		width: 100%;
	}
	.modal-trigger:nth-child(3n+1) {
		clear: none;
	}
}

@media only screen and (max-width: 480px) {
	.modal-trigger {
		width: 100%;
		margin: 0 0 40px 0;
        background-size: 120px auto;
        background-position: bottom -35px right -35px;
	}
	.modal-trigger:nth-child(3n+1) {
		clear: none;
	}
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 200px;
	height: auto;
	display: inline-block;
	padding: 25px 30px;
}
img.logo-footer {
	width: 200px;
	height: auto;
	display: block;
	padding: 0;
    margin: 0 auto;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
}
.brand-mark {
    width: 400px;
    height: 600px;
    position: absolute;
    right: 0;
    top: 100px;
    background-image: url(../images/brand-mark.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right -150px bottom -50px;
    z-index: 10;
}
.logo-foodbank {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
img.social {
    width: 40px;
    height: 40px;
    display: inline-block;
}
img.social:hover {
    opacity: 0.6;
}
img.desertfire {
    width: 200px;
    height: auto;
    border: solid 1px #DDD;
    border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
    img.logo {
        width: 150px;
        height: auto;
        display: inline-block;
        padding: 25px 30px;
    }
}
@media only screen and (max-width: 768px) {
    .brand-mark {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    img.logo {
        width: 100px;
        height: auto;
        display: inline-block;
        padding: 10px 10px 5px 10px;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.form li {
	width: 98%;
	float: left;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	border: solid 1px #999;
	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,
textarea:focus, 
select:focus {
	border: 1px solid #DF6B2A;
	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"],
input[type="reset"],
input[type="button"] {
    color: #FFF;
	display: inline-block;
	padding: 8px 20px;
	font-size: 1.5rem;
    border-radius: 5px;
    border: solid 1px #FFF;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    font-weight: bold;
	margin: 0 auto 0 auto;
	cursor: pointer;
	height: auto;
	text-align: center;
	-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;
    background: rgb(223,107,42);
    background: linear-gradient(0deg, rgba(223,107,42,1) 0%, rgba(194,71,41,1) 100%);
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 1rem;
	text-align: left;
	display: block;
}
.required {
	color: #DF6B2A;
}
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%;
	}
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-black {
    background-color: #000;
}
a.btn-black:hover {
    opacity: 0.5;
}

a.btn-orange {
    background: rgb(223,107,42);
    background: linear-gradient(0deg, rgba(223,107,42,1) 0%, rgba(194,71,41,1) 100%);

}
a.btn-orange:hover {
}

a.btn-blue {
    background: rgb(61,179,227);
    background: linear-gradient(0deg, rgba(61,179,227,1) 0%, rgba(0,99,148,1) 100%);
}
a.btn-blue:hover {
}

/* Button - Primary
––––––––––––––----–––––– */
a.btn-primary {
	color: #FFF;
	display: inline-block;
	padding: 8px 20px;
	font-size: 1.5rem;
    border-radius: 8px;
    border: solid 1px #FFF;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    font-weight: bold;
}

a.btn-primary:hover {
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
    transition: 0.5s;
}
@media only screen and (max-width: 480px) {
    a.btn-primary {
        font-size: 1.1rem;
        padding: 8px 10px;
    }
}

/* Button - Secondary
––––––––––––––----–––––– */
a.btn-secondary {
	color: #FFF;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.5rem;
}

/* Videos
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.js-video-button {
    border: none;
    padding: 0;
    display: block;
    background: none;
}
.js-video-button:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.video {
    width: 100%;
    margin: 0 auto !important;
}
.video img {
    width: 100%;
    height: auto;
    display: block;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.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; }

.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; }

.pb0 { padding-bottom: 0; }
.pt0 { padding-top: 0; }
.p0 { padding: 0; }
.m0 { 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) {
	.pv20,
	.pv40,
	.pv60,
	.pv80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .ph20,
	.ph40,
	.ph60,
	.ph80 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.outline {
    border: solid 1px #000;
}
.byline {
    border-top: solid 1px rgba(255,255,255,0.3);
    padding: 10px 0;
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
    margin-top: 20px;
}
.byline img {
    width: 80px;
    height: auto;
    opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
