* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	resize: none;
	font-family: 'PT Sans', helvetica, sans-serif;
	font-size: 14px;
    font-weight: 400;
	color: #565656;
    letter-spacing: 0.5;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

p {
    line-height: 21px;
    padding-bottom: 18px;
}

strong {
	font-family: 'PT Sans', helvetica, sans-serif;
	font-size: 18px;
    font-weight: 700;
}

p:last-child {
    padding-bottom: 0;
}

h1 {
	color: #000;
    font-family: 'Bungee Inline', sans-serif;
	font-size: 100px;
	font-weight: normal;
	text-transform: uppercase;
    line-height: 110px;
    padding-top: 10px;
}

h2 {
	color: #000;
    font-family: 'Bungee', sans-serif;
	font-size: 39px;
	font-weight: normal;
	text-transform: uppercase;
    line-height: 39px;
    padding-bottom: 15px;
}

h3 {
	color: #00853F;
    font-family: 'Bungee Inline', sans-serif;
	font-size: 50px;
	font-weight: normal;
    padding-bottom: 20px;
	text-transform: uppercase;
    line-height: 50px;
}

h4 {
	color: #DA3837;
    font-family: 'Bungee', sans-serif;
	font-size: 20px;
	font-weight: normal;
    padding-bottom: 5px;
	text-transform: uppercase;
    line-height: 30px;
}

h5 {
	color: #00853F;
    font-family: 'Bungee Inline', sans-serif;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
    line-height: 40px;
    text-align: center;
}

h6 {
	color: #00853F;
    font-family: 'Bungee', sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
    line-height: 25px;
    text-align: center;
    color: #FFF;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

#Wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
    margin: 0 auto -100px;
}

#Push {
    height: 100px;
}

section, #Clientele section:nth-child(3) {
	position: relative;
	box-sizing: border-box;
	width: 100%;
    padding: 80px 0 0 0;
}

.drop .wrap {
    padding-bottom: 80px;
}

section:last-of-type {
    padding-bottom: 0;
}

header {
	position: fixed;
	width: 100%;
	text-align: left;
	background: url(images/bg_header.svg) repeat-x bottom center;
    z-index: 1000;
    border-top: 8px solid #00853F;
    height: 90px;
    background-size: 20px 470px;
}

a#logo {
    display: block;
    width: 350px;
    height: 70px;
    background: url(images/logo_header.svg) no-repeat center center;
    background-size: 350px;
}

a:logo img {
    width: 100%;
    height: auto;
}

nav {
	position: absolute;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
}

nav li {
	display: inline-block;
    margin-left: 10px;
}

nav li a {
	display: inline-block;
    font-family: 'Bungee', sans-serif;
	font-size: 13px;
	font-weight: 400;
    color: #FFF;
	text-transform: uppercase;
}

nav li a:hover, nav li a:active, nav li a.selected, #WhatWeDo nav li:nth-child(1) a, #Services nav li:nth-child(2) a, #Resources nav li:nth-child(3) a, #Contact nav li:nth-child(4) a {
	color: #FDC403;
}

#Menu {
	position: absolute;
	display: none;
	width: 30px;
	height: 34px;
    top: 50%;
    right: 0;
    margin-top: -20px;
	text-align: center;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 2100;
}

#Menu span {
	position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    left: 0;
    padding: 0;
    opacity: 1;
    background: #FFF;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#Menu.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#Menu span:nth-child(1) { top: 10px; }
#Menu span:nth-child(2) { top: 18px; }
#Menu span:nth-child(3) { top: 26px; }

#Menu.open span:nth-child(2) {
	opacity: 0;
}

#Menu.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wrap {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.button {
    display: inline-block;
    padding: 15px 20px;
    text-transform: uppercase;
    background-color: #FDC403;
    margin-top: 10px;
}

.button:hover, .button:active {
    color: #FFF;
    background-color: #DA3837;
}

.divide {
    padding: 70px 0 70px 0;
    border-bottom: 1px solid #CFCFCF;
}

footer {
    position: relative;
    border-top: 1px solid #292929;
    background: #000 url(images/bg_footer.svg) repeat top center;
    background-size: 260px 172.6px;
    padding: 35px 0;
}

footer img {
    display: block;
    width: 170px;
    height: auto;
}

footer ul {
	position: absolute;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer ul li {
	display: inline-block;
    margin-left: 10px;
}

footer ul li a {
	display: inline-block;
    font-family: 'Bungee', sans-serif;
	font-size: 13px;
	font-weight: 400;
    line-height: 30px;
    color: #5B5B5B;
	text-transform: uppercase;
}

footer ul li a:hover, footer ul li a:active {
	color: #FDC403;
}

.fb {
    background: url(images/icon_fb.svg) no-repeat top center;
    background-size: 30px;
    width: 30px;
    height: 30px;
}

.in {
    background: url(images/icon_in.svg) no-repeat top center;
    background-size: 30px;
    width: 30px;
    height: 30px;
}

footer ul li a.fb:hover, footer ul li a.fb:active, footer ul li a.in:hover, footer ul li a.in:active {
    background-position: bottom center;
}

.links {
    padding-top: 25px;
}

.links li {
    display: block;
    padding-bottom: 10px;
}

.links li a {
    display: inline-block;
    font-weight: 700;
}

.links li a:hover, .links li a:active {
    color: #00853F;
}

/*------------------Main------------------*/

#Hero {
    background: #FFF url(images/bg_hero.svg) repeat-x center bottom 10px;
    background-size: 290px 1200px;
}

#Main #Hero {
    background: #FFF url(images/bg_hero.svg) repeat-x center bottom 300px;
    background-size: 290px 1200px;
}

#Tagline {
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 100px 0 150px 0;
}

#Main #Tagline {
    padding: 100px 0 100px 0;
}

.logofull {
    display: block;
    width: 160px;
    height: auto;
    margin: 0 auto;
}

.bar {
    display: block;
    width: 350px;
    height: auto;
    margin: 0 auto;
}

.herophoto {
    position: relative;
    width: 100%;
    border-bottom: 8px solid #00853F;
}

.herophoto img {
    display: block;
    width: 100%;
    height: auto;
}

.twocol {
    position: relative;
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    box-sizing: border-box;
}

.twocol .col {
    position: relative;
    box-sizing: border-box;
}

.twocol .left {
    float: left;
    width: 50%;
}

.twocol .right {
    float: right;
    width: 50%;
    padding-left: 30px;
}

.twocol .right a {
    display: none;
}

.offset .left {
    width: 30%;
}

.offset .right {
    width: 70%;
}

.gallery {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    padding: 50px 5% 20px 5%;
    margin: 0 auto;
}

.gallery .col {
    display: flex;
    width: 30.3333%;
    margin: 0 2%;
    text-align: center;
    vertical-align: top;
    flex-direction: column;
}

.gallery .col:first-child, .gallery .col:nth-child(4) {
    margin: 0 2% 0 0;
}

.gallery .col:nth-child(3), .gallery .col:nth-child(6) {
    margin: 0 0 0 2%;
}

.gallery .col:nth-child(4), .gallery .col:nth-child(5), .gallery .col:nth-child(6) {
    padding-top: 30px;
}

.gallery .col img {
    width: 110px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
}

.footbg {
    background: #000 url(images/bg_callout.svg) repeat-x top center;
    background-size: 20px 762px;
}

.two {
    padding-bottom: 70px;
    padding-top: 0;
    padding: 0 0 70px 0;
}

.two .col {
    width: 50%;
}

.two a {
    align-self: flex-start;
    margin: 30px auto 0 auto;
}

.two .col:first-child {
    margin: 0;
}

.two .col:nth-child(2) {
    margin: 0;
}

.two .col img {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.center {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-top: 30px;
}

.audio {
	position: relative;
    margin-top: 30px;
}

audio {
    display: block;
    width: 100%;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

form {
    padding-top: 25px;
    text-align: left;
}

form label {
    display: block;
    padding-bottom: 10px;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
}

form input, form textarea {
    border: 1px solid #CCC;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
    -moz-box-shadow: inset 2px 2px 5px #EFEFEF;
    -webkit-box-shadow: inset 2px 2px 5px #EFEFEF;
    box-shadow: inset 2px 2px 5px #EFEFEF;
    text-align: left;
}

form textarea {
    height: 100px;
}

form input[type=submit] {
    width: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 20px;
    text-transform: uppercase;
    background-color: #FDC403;
    margin-top: 10px;
    border: 0;
    cursor: pointer;
}

.success {
    color: #00853F;
}

.error {
	color: #DA3837;
}

.icons {
    background-color: #000;
}

#Clientele .icons {
    background-color: transparent;
}

.icons h4 {
	text-align: center;
	padding-bottom: 30px;
}

.iconset {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.iconset div {
    box-sizing: border-box;
    width: 16.666%;
    padding: 0 2%;
    margin: 0 0 30px 0;
    height: auto;
}

#Clientele .iconset div {
	border: 1px solid #DDD;
    padding: 3% 3%;
    margin: 0 .5% 1% .5%;
    width: 15.666%;
}

.iconset div img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.icons .wrap {
	padding-top: 0;
    padding-bottom: 30px;
}

section.icons {
    padding: 0 0 0 0;
}

/*---------------Responsive---------------*/

@media screen and (min-width: 1500px) {
    .wrap {
        width: 1300px;
    }
}


@media screen and (max-width: 1200px) {
    
    h1 {
        font-size: 80px;
        line-height: 80px;
    }
}

@media screen and (max-width: 1024px) {
    
    a#logo {
        width: 250px;
        background-size: 250px;
    }
    
    .twocol {
        width: 100%;
        padding: 0;
    }
    
    h3 {
	   font-size: 5vw;
        line-height: 4.7vw;
    }
    
    .twocol .left, .twocol .right, .offset .left, .offset .right {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    
    .twocol .right a {
        display: inline-block;
    }
    
    .twocol .left a {
        display: none;
    }
    
    .twocol .left .links a {
        display: inline-block;
    }
    
    #Tagline {
        padding: 100px 0 110px 0;
    }
    
    #Main #Tagline {
        padding: 100px 0 70px 0;
    }
    
    section, #Clientele section:nth-child(3) {
        padding: 50px 0 0 0;
    }
    
    .drop .wrap {
        padding-bottom: 50px;
    }

	.icons .wrap {
        padding-bottom: 50px;
	}
    
    .divide {
        padding: 50px 0 50px 0;
    }
    
    .gallery {
        display: relative;
        padding: 10px 0 10px 0;
    }
    
    .gallery .col {
        display: block;
        width: 100%;
        margin: 0;
        padding-top: 30px;
    }
    
    .links {
        padding-bottom: 30px;
    }
    
    .gallery .col {
        margin: 0;
    }

    .gallery .col:first-child {
        margin: 0;
    }

    .gallery .col:nth-child(3) {
        margin: 0;
    }
    
    .two {
        padding-bottom: 20px;
    }

    .two .col {
        padding-bottom: 50px;
        padding-top: 0;
    }
    
    .icons .wrap {
        padding-bottom: 30px;
    }
}


@media screen and (max-width: 768px) {
    
    h3 {
	   font-size: 6vw;
        line-height: 5.7vw;
    }
    
    h4 {
	   font-size: 3.5vw;
        line-height: 4vw;
    }
    
    h5 {
	   font-size: 6vw;
        line-height: 5.7vw;
    }
    
    h6 {
	   font-size: 3.7vw;
        line-height: 3.4vw;
    }
    
    footer img {
        margin: 0 auto;
    }
    
    footer ul {
        position: relative;
        text-align: center;
        top: auto;
        right: auto;
        transform: none;
        padding-top: 20px;
    }
    
    footer ul li {
        display: none;
    }
    
    footer ul li.fbshow {
        display: inline-block;
    }
    
    #Menu {
        display: block;
    }
    
    nav {
        position: fixed;
        display: none;
        width: 100%;
        top: 8px;
        padding-top: 55px;
	    background: url(images/bg_header.svg) repeat-x bottom center;
        background-size: 20px 470px;
        transform: none;
        padding-bottom: 45px;
    }
    
    .logofull {
        width: 110px;
    }
    
    nav ul {
        display: block;
        width: 100%;
    }
    
    nav li {
        position: relative;
        display: block;
        margin-left: 0;
    }
    
    nav a {
        display: block;
        width: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
    }
    
    h1 {
        font-size: 10vw;
        line-height: 10vw;
    }
    
    h2 {
        font-size: 6vw;
        line-height: 6vw;
    }
    
    .bar {
        width: 60%;
        height: auto;
    }
    
    #Tagline {
        padding: 80px 0 85px 0;
    }
    
    #Main #Tagline {
        padding: 80px 0 50px 0;
    }
    
    .gallery .col img {
        width: 70px;
        padding-bottom: 15px;
    }
    
    .two .col img {
        width: 100%;
        padding-bottom: 40px;
    }
    
    .two .col {
        padding-bottom: 50px;
    }

    .iconset div {
        width: 33.333%;
    }
	
	#Clientele .iconset div {
        width: 32.333%;
	}
}

@media screen and (max-width: 450px) {
    
    a#logo {
        width: 200px;
        background-size: 200px;
    }
}