/*
Theme Name: agricorps
Theme URI: http://underscores.me/
Author: Tell Stevens
Author URI: http://encorevisions.com
Description: A website design for AgriCorps
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agricorps
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

agricorps is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	color: #818181;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
figcaption.wp-caption-text {
  font-size: .8em;
  color: #999999;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h2 {
  font-weight: 300;
  text-transform: uppercase;
  color: #0054a6;
}
h4.how {
  color: #0054a6;
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 0;
}
h1.entry-title, h1 {
  text-transform: uppercase;
  color: #818181;
  font-weight: 500;
  margin: 0;
}
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote {
  color: #0054a6;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 200;
  line-height: 1.25em;
}
blockquote h6 {
  text-align: center;
  color: #0054a6;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 200;
  margin: 0;
} 
blockquote p {
  margin: 0;
}
.col-1-3 blockquote {
  font-size: 1.75em;
}
blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display: block;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #39B54A;
  text-decoration: none;
  transition: color .25s;
  webkit-transition: color .25s;
}


a:hover,
a:focus,
a:active {
	color: #0E76BE;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.menu-wrapper {
    max-width: 82%;
    float: left;
    width: 100%;
    margin: 1.75em 0 0 0;
}
.main-navigation {
    display: block;
    float: left;
    width: 80%;
    padding: 5px;
    font-family: 'Arvo', serif;
    font-size: 1.5em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    text-align: left;
    margin-right: .5em;
    margin-left: .5em;
}
.main-navigation li:last-of-type {
    margin-right: 0;
}
.main-navigation li.learn-more a {
    background: #39B54A;
    color: #ffffff;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #222222;
    padding: 0 1em;
}
.main-navigation a:hover {
	color: #999999;
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	background: #ffffff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
    font-size: .8em;
    padding: 0;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
ul.sub-menu {
  width: 100%;
}
.sub-menu li {
    padding: 5px 0px;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
}
/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
 
.gallery-columns-4 .gallery-item {
    margin: 1em 1%;
    max-width: 23%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.gallery-columns-3 figure.gallery-item {
  margin: 0 0 10px 0;
}
/*------------------------------------------------------------
13.0 Custom Layout 
------------------------------------------------------------*/
#page {
	max-width: 1246px;
	margin: 0 auto;
	position: relative;
}
#primary {
  margin-top: 90px;
}
#primary.individual-team {
  margin-top: 0;
}
.site-branding {
	position: relative;
	margin-top: 0px;
	background: #ffffff;
	padding: 0 1%;
}
.homepage-slider p {
	font-family: 'Arvo', serif;
	font-style: italic;
	text-shadow:2px 2px 5px #000000;
	font-weight: 400;
}
.homepage-slider h2 {
	font-family: 'Arvo', serif;
	font-style: normal;
	text-shadow:2px 2px 5px #000000;
	font-weight: 400;
} 
.homepage-slider {
  border-bottom: #fcb040 solid 15px;
}
.give, .social-icons {
float: right;
font-family: 'Arvo', serif;
text-transform: uppercase;
margin-right:10px;
color: #222222;
font-size: .65em;
}
h1.site-title {
    margin: .6em 0 0 0;
    float: left;
    max-width: 18%;
}
a.facebook-link {
color: #0e76bc;
}
a.twitter-link {
color: #00aeef;
}
a.instagram-link {
color: #f1592a;
}
a.linkedin-link {
color: #39b54a;
}
a.give-link {
color: #fcb040;

}
.social-wrapper {
    max-width: 20%;
    float: right;
    margin-top: 5px;
    transition: color .25s;
    -webkit-transition: color .25s;
}
.social-wrapper a:hover {
	color: #999999;
}
#masthead {
position: absolute;
top: 0;
z-index: 10000;
width: 100%;
}
#content {
  padding: 0 1%;
}
.banner-header {
  position: relative;
  margin-bottom: 75px;
}
.page-title {
  position: absolute;
  bottom: 0px;
  font-size: 1.35em;
  font-family: 'arvo', sans-serif;
  text-align: left;
  line-height: 3em;
  left: 25px;
}
.support-text {
  position: absolute;
  bottom: 0;
  text-transform: none;
  font-size: 1.5em;
  font-weight: 200;
  color: #ffffff;
  font-family: 'arvo', sans-serif;
  right: 25px;
}
.page-title h1.entry-title {
  color: #FFFFFF;
} 
.col-1-2:first-of-type {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.col-1-2:last-of-type {
	float: left;
	width: 48%;
	margin-left: 2%;
}
/*------------------------------------------------------------
13.1 Footer
------------------------------------------------------------*/
.footer1 {
  background: #ececec;
  color: #0054a6;
  overflow: hidden;
  margin-top: 50px;
}

.col-1 {
  float: left;
  width: 17%;
  padding: 1%;
}
.col-4 {
  float: left;
  width: 15%;
  background: #fcb040;
  text-align: center;
  position: relative;
  padding: 82px 0px 75px 0px;
}
.col-4 h3 {
  position: absolute;
  color: #ffca7d;
  font-size: 5em;
  line-height: 1em;
  margin: 0;
  font-weight: 700 !important;
  left: -12px;
  top: -10px;
}
.col-4 i.fa.fa-gift.fa-inverse.fa-5x {
  font-size: 7em;
}
.col-2 {
  float: left;
  width: 23%;
  padding: 1%;
}
.col-3 {
  width: 45%;
  float: left;
  padding: 1%;
}
.col-3 ul {
  margin: 0;
  list-style: none;
}
.col-3 li {
  max-width: 16.66%;
  float: left;
  padding: .5%;
  list-style: none;
}
.footer1 h3 {
  text-transform: uppercase;
  font-weight: 300;
}
.site-info {
  background: #0054a6;
  font-size: .75em;
  padding: 1%;
  color: #ffffff;
  font-weight: 300;
}
.site-info a {
	color: #ffffff;
}
/*------------------------------------------------------------
13.2 Homepage
------------------------------------------------------------*/
.home-collage-wrapper {
	max-width: 86%;
	margin: 0 auto;
	position: relative;
	height: 700px;
	margin-bottom: 50px;
}
.home-collage-wrapper p {
  font-family: 'Arvo', serif;
  color: #ffffff;
  font-size: 20px;
  font-style: italic;
}
.home-image1, .home-what, .home-image2, .home-why, .home-image3, .home-how {
	float: left;
}
.home-image1 {
	top: 25px;
	position: absolute;
	z-index: 1;
	left: 20px;
	}
.home-what {
	background: #8dc642;
	padding: 4%;
	height: 370px;
	z-index: 2;
	position: relative;
	left: 33.33%;
	max-width: 35%;
}
.home-what p {
  text-align: center;
  margin: 25% 0%;
}
.home-image2 {
top: 25px;
position: absolute;
right: 10px;
z-index: 1;
}
.home-image3 {
position: relative;
top: -5px;
}
.home-why {
	position: absolute;
	top: 355px;
	left: 0;
	background: #0054a6;
	padding: 5%;
	color: #f5f5f5;
	max-width: 35%;
	z-index: 5;
}
.home-why p {
  margin: 12% 0;
}
.home-image3 {
position: absolute;
left: 33.33%;
top: 350px;
}
.home-how {
	position: absolute;
	right: 1px;
	top: 355px;
	padding: 3%;
	background: #f47a44;
	max-width: 34%;
}
.home-how p {
  text-align: right;
}
.home-what h2 {
position: absolute;
top: -42px;
color: #9ae23a;
font-size: 5em;
z-index: 1;
line-height: 0;
left: 14%;
font-weight: 700;
}
.home-what p, .home-why p, .home-how p {
z-index: 2;
position: relative;
}
.home-why h2 {
	position: absolute;
	top: -39px;
	color: #2c7ccb;
	font-size: 5em;
	z-index: 1;
	line-height: 0;
	left: 0;
	font-weight: 700;
}
.home-how h2 {
	position: absolute;
	bottom: -38px;
	color: #ffac87;
	font-size: 5em;
	z-index: 1;
	line-height: 0;
	right: 0;
	font-weight: 700;
}
.agricorps-reporter .post {
  max-width: 29.33%;
  float: left;
  background: #ececec;
  padding: 1%;
  margin: 0 2%;
  font-family: 'Arvo', serif;
  color: #0054a6;
}
.agricorps-reporter h4 {
  margin: 0;
}
.agricorps-reporter h4 a:link,  .agricorps-reporter h4 a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #0054a6;
  font-weight: 400;
}
.agricorps-reporter h4 a:hover {
  color: #333333;
} 
.agricorps-reporter a:link, .agricorps-reporter a:visited {
	text-decoration: none;
	color:#0054a6;
}
.agricorps-reporter a:hover {
	color: #333333;
}
.agricorps-reporter h5 {
  color: #bababa;
  font-weight: 400;
  margin: 0;
}
.agricorps-reporter p {
  font-size: .9em;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333333;
}
.keep-up-wrapper {
  background: #ececec;
  padding: 1% 3% 1% 50%;
  position: relative;
}
.keep-up-text {
  position: absolute;
  left: 5%;
  font-family: 'Arvo', serif;
  color: #bababa;
  font-size: 3em;
  font-style: italic;
  top: -10px;
  line-height: 1;
}
.orange-arrows {
  color: #f47a44;
  font-family: 'Arvo', serif;
  font-style: italic;
  font-size: 3em;
  position: absolute;
  left: 30%;
  top: 0;
  font-weight: 300;
}
.signup {
  text-align: right;
}
.signup-form {
    width: 50%;
  float: left;
  font-family: 'Arvo', serif;
  font-style: italic;
  color: #bababa;
  font-size: 1.25em;
  line-height: 1;
}
.signup-social {
  margin-top: 25px;
  margin-right: 1%;
  width: 49%;
  float: left;
}
#gform_1 label {
  display: none;
}
#gform_1 .ginput_container {
  width: 98%;
  float: left;
}
input#input_1_1 {
  width: 100%;
}
#gform_1 .gform_body {
  float: left;
  width: 85%;
}
#gform_1 .gform_footer.top_label {
  float: right;
  clear: none;
  margin: 0;
  padding: 0;
}
#gform_1 input#gform_submit_button_1 {
  background: #ffffff;
  border: none;
  padding: 5px;
  box-shadow: none;
  color: #f47a44;
  font-weight: 600;
}
.quote-body {
  color: #0054a6;
  text-align: center;
  text-transform: none !important;
  font-size: 25px !important;
  font-weight: 200;
  line-height: 1.25em;
  margin-top: 50px;
}
.quote-by {
  text-align: center;
  color: #0054a6;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 200;
}
/*------------------------------------------------------------
13.3 Accordion
------------------------------------------------------------*/
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}
.ui-widget-content {
	border:none;
}
.ui-accordion-content {
	font-weight: 200 !important;
}
#accordion h3 {
  text-transform: uppercase;
}
.blue {
  background: #0054a6;
  color: #ffffff;
}
.green {
	background: #39b54a;
	color: #ffffff;
}
.yellow {
	background: #fcb040;
	color: #ffffff;
}

.col-2-3 {
  width: 66.66%;
  float: left;
}
.col-1-3 {
  width: 28.33%;
  float: left;
  margin-left: 5%;
}
.where-caption {
  color: #0054a6;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 300;
} 
/*------------------------------------------------------------
13.4 Team
------------------------------------------------------------*/
ul.team-members {
  margin: 0;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.team-members li {
  float: left;
  width: 25%;
  text-align: center;
}
.team-titles h2 {
  color: #ffffff;
  font-family: 'Arvo', sans-serif;
  font-size: 3em;
}
.team-titles {
  width: 25%;
  float: left;
  text-align: center;
}
.team-members li {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 15px;
}
.our-team, .class-5 {
  background: #06b0ef;
  margin-bottom: 10px;
}
.our-team ul.team-members, .class-5 ul.team-members {
  background: #0356a7;
}
.our-team .team-titles, .class-5 .team-titles {
  background: #06b0ef;
}
.class-4 {
  background: #fbb143;
  margin-bottom: 10px;
}
.class-4 ul.team-members {
	background: #f47d46;
}
.class-4 .team-titles {
  background: #fbb143;
}
.our-team, .class-3-ghana {
  background: #0356a7;
  margin-bottom: 10px;
}
.our-team ul.team-members, .class-3-ghana ul.team-members {
  background: #06b0ef;
}
.our-team .team-titles, .class-3-ghana .team-titles {
  background: #0356a7;
}
.our-board {
  background: #f47d46;
  margin-bottom: 10px;
}
.our-board ul.team-members {
	background: #fbb143;
}
.our-board .team-titles {
  background: #f47d46;
}
.past-board-members {
  background: #fbb143;
  margin-bottom: 10px;
} 
.past-board-members ul.team-members {
	background: #f47d46;
}
.past-board-members .team-titles {
  background: #fbb143;
}
.international-team, .ethiopia, .class-3-liberia {
  background: #3bb64c;
  margin-bottom: 10px;
}
.international-team ul.team-members, .ethiopia ul.team-members, .class-3-liberia ul.team-members {
	background: #90c646;
}
.international-team .team-titles, .ethiopia .team-titles, .class-3-liberia .team-titles {
  background: #3bb64c;
}
.current-members {
  background: #06b0ef;
  margin-bottom: 10px;
}
.current-members ul.team-members {
	background: #0356a7;
}
.current-members .team-titles {
  background: #06b0ef;
}
.class-2 {
  background: #f47d46;
  margin-bottom: 10px;
} 
.class-2 ul.team-members {
	background: #fbb143;
}
.class-2 .team-titles {
  background: #f47d46;
}
.past-members {
  background: #fbb143;
  margin-bottom: 10px;
}
.past-members ul.team-members {
	background: #f47d46;
}
.past-members .team-titles {
  background: #fbb143;
}
.grid-block {
	position: relative;
	float: left;
}
.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(150, 150, 150, 0.7);
	width: 100%;
	height: 100%;
	padding-top: 20%;
	color: #ffffff;
	text-shadow: 1px 1px 5px #323232;
}
.caption a {
	color: #ffffff;
	text-decoration: none;
}
.caption .fa-circle {
  color: #bababa;
}
.name a {
  text-transform: uppercase;
  font-size: 2em;
  font-family: 'Arvo', sans-serif;
}
.team-image {
  float: left;
  max-width: 25%;
  margin: 0 2% 0 0;
}
.team-content {
  float: left;
  max-width: 73%;
}
footer.entry-footer {
  clear: both;
}
/*------------------------------------------------------------
13.5 Why
------------------------------------------------------------*/
ul.why-collage {
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-collage li {
  width: 24.5%;
  float: left;
  height: 305px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 25px;
  margin: .25%;
}
li.half {
	width: 49.5%;
	font-size: 35px;
}
li.dark-orange {
  background: #ee7520;
  padding: 5% 2%;
}
li.dark-green {
  background: #3ab44a;
  padding: 5% 2%;
}
li.dark-blue {
  background: #0356a7;
  padding: 5% 2%;
}
li.light-green {
  background: #8fc644;
  padding: 5% 2%;
}
li.gold {
  background: #f9b043;
  padding: 5% 2%;
}
li.light-blue {
  background: #03afef;
  padding: 5% 2%;
}
/*------------------------------------------------------------
13.6 What
------------------------------------------------------------*/
.what-wrapper .first {
  background: #0356a7;
  overflow: hidden;
  margin-bottom: 10px;
}
.what-wrapper .second {
  background: #f47d46;
  overflow: hidden;
  margin-bottom: 10px;
}
.what-wrapper .third {
  background: #3bb64c;
  overflow: hidden;
  margin-bottom: 10px;
}
.first .number {
  color: #ffffff;
  font-family: 'Arvo', sans-serif;
  font-size: 211px;
  line-height: .7;
  float: left;
  width: 10%;
  text-align: center;
}
.first .content {
  background: #03afef;
  float: left;
  width: 90%;
  padding: 3% 33% 3% 5%;
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
}
.second .number {
  color: #ffffff;
  font-family: 'Arvo', sans-serif;
  font-size: 211px;
  line-height: .7;
  float: left;
  width: 10%;
  text-align: center;
}
.second .content {
  background: #fbb143;
  float: left;
  width: 90%;
  padding: 3% 33% 3% 5%;
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
}
.third .number {
  color: #ffffff;
  font-family: 'Arvo', sans-serif;
  font-size: 211px;
  line-height: .7;
  float: left;
  width: 10%;
  text-align: center;
}
.third .content {
  background: #90c646;
  float: left;
  width: 90%;
  padding: 3% 33% 3% 5%;
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
}

#accordion .light-blue {
  background: #00aeef;
  color: #ffffff;
}
#accordion .light-green {
  background: #8dc445;
  color: #ffffff;
}
#accordion .dark-orange {
  background: #f47d46;
  color: #ffffff;
}
#accordion .dark-blue {
  background: #0356a7;
  color: #ffffff;
}
#accordion .dark-green {
  background: #3bb64c;
  color: #ffffff;
}
#accordion blockquote {
  font-size: 1.5em;
  color: #ffffff;
  padding: 25px 0;
  clear: both;
}
#accordion h6 {
  color: #ffffff;
}
/*------------------------------------------------------------
13.7 Blog
------------------------------------------------------------*/
.featured-image {
  float: left;
  max-width: 28%;
  margin-right: 2%;
}
.entry-content.index {
  margin: 0;
}
.entry-content.index p {
  margin-top: 0;
}
header.entry-header.index .entry-meta {
  font-size: .75em;
  margin-bottom: 20px;
  color: #868686;
  font-weight: 300;
}
.entry-footer.index {
  font-size: .75em;
  margin-top: 5px;
  color: #868686;
  font-weight: 300;
}
.featured-image img {
  border: solid 2px #39B54A;
  background: #ffffff;
  padding: 2px;
}
#primary.blog {
  width: 70%;
  margin-right: 5%;
  float: left;
  margin-top: 0;
}
.banner-header.blog {
    margin-top: 90px;
}
div#secondary {
  width: 25%;
  float: left;
  margin-top: 0;
  background: #f5f5f5;
}
h1.widget-title {
  background: #0054a6;
  color: #ffffff;
  padding: 0px 5px;
  font-size: 1.5em;
}
.widget ul {
  margin: 0;
  padding: 0 3%;
  list-style: none;
}
.widget li {
	padding: 10px 0px;
}
aside#search-2 {
  padding: 10px 3%;
  margin: 0;
}
input.search-field {
  width: 75%;
}
.widget_search .search-submit {
  display: inline;
  background: #39B54A;
  border: none;
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px;
  font-size: 1.25em;
}
/*------------------------------------------------------------
13.8 Explore
------------------------------------------------------------*/
.explore {
  background: url(images/explore-background.jpg);
  position: relative;
  height: 1047px;
  padding-top: 85px;
}
.explore-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.explore-icons li {
  float: left;
  width: 25%;
  text-align: center;
}
a.video-link {
  color: #0054a5;
}
a.camera-link {
  color: #f1592a;
}
a.search-link {
  color: #fcb040;
}
.explore-icons a:hover {
  color: #858687;
}
.explore .page-title {
  right: 350px;
  text-align: left;
  font-size: 4em;
}
/*------------------------------------------------------------
13.9 How
------------------------------------------------------------*/
.objective1, .objective2, .objective3 {
  width: 25%;
  float: left;
  margin: 4.16%;
  padding: 2%;
  color: #ffffff;
  height: 300px;
}
.objective1 h2, .objective2 h2, .objective3 h2 {
  color: #ffffff;
}
.objective1 {
  background: #0356a6;
}
.objective2 {
  background: #f47d45;
}
.objective3 {
  background: #3bb64c;
}

/*------------------------------------------------------------
13.10 Join
------------------------------------------------------------*/

a.button {
  background: #39B54A;
  padding: 10px 15px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 1.25em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transition: background .25s;
  -webkit-transition: background .25s;
}
a.button:hover {
  background: #0054a6;
}
.button-wrapper {
  height: 50px;
  margin: 20px auto;
  width: 70%;
}
.button-wrapper a.button:first-of-type {
  float: left;
  width: 59%;
  text-align: center;
}
.button-wrapper a.button:last-of-type {
  float: right;
  width: 40%;
  text-align: center;
}
.text-right {
  text-align: right;
}
.small-text {
  font-size: .85em;
  color: #999999;
}
#dgx-donate-container {
  border: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border-radius: 0px;
}
.dgx-donate-form-section {
  background: #fff;
  padding: 32px;
  margin: 0 0 24px;
  border-radius: 0;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: solid 1px #BDBDBD;
}
.dgx-donate-form-section#dgx-donate-form-address-section, .dgx-donate-form-section#dgx-donate-form-payment-section {
  border-bottom: none !important;
}

/*------------------------------------------------------------
13.11 Videos
------------------------------------------------------------*/
.video-wrapper {
  float: left;
  max-width: 48%;
  text-align: center;
  margin-bottom: 50px;
}
.video-wrapper:nth-of-type(odd) {
  margin-right: 2%;
}
.video-wrapper:nth-of-type(even) {
  margin-left: 2%;
}
p.video-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  color: #8EC543;
}
p.description {
  margin: 0;
  font-size: .9em;
  color: #626262;
}
 
/*------------------------------------------------------------
13.12 Photos
------------------------------------------------------------*/
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
  margin: 1em 0;
}

.gallery-item img {
  margin: 0 auto;
} 
/*------------------------------------------------------------
13.13 Why Join
------------------------------------------------------------*/
.col-1-3.why-join {
  width: 32.33%;
  margin: 0 .5%;
}
span.lead-text {
  font-size: .75em;
  text-transform: none;
}
.why-join h3 {
  text-transform: uppercase;
}
.why-join .ui-state-default, .why-join .ui-widget-content .ui-state-default, .why-join .ui-widget-header .ui-state-default {
  background: #EFEFEF;
}
.why-join ul.ui-accordion-content {
  list-style: disc !important;
  font-size: .8em !important;
  background: #EFEFEF;
} 
/*------------------------------------------------------------
13.14 What Corps Members Do
------------------------------------------------------------*/
.col-1-3.what-corps-members-do {
  width: 32.33%;
  margin: 0 .5%;
  background: #EFEFEF;
  padding: .5em .5em .5em .7em;
  font-family: Verdana,Arial,sans-serif;
} 
.what-corps-members-do h3 {
	font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
}
.what-corps-members-do p {
	font-size: .75em;
  text-transform: none;
}
p.big-bold {
  font-size: 3em;
  color: #0455A4;
}
/*------------------------------------------------------------
14.1 Iphone 6
------------------------------------------------------------*/
@media all and (max-width: 480px) {
	/*------------
	Primary Styles
	--------------*/
	h1.site-title {
	  margin: 0;
	  float: none;
	  width: 100%;
	  text-align: center;
	  max-width: 100%;
	}
	.site-title img {
	  display: inline;
	}
	.menu-wrapper {
	    max-width: 100%;
	    float: left;
	    width: 100%;
	}
	.social-wrapper {
	  max-width: 100%;
	  float: none;
	  margin-top: 20px;
	  transition: color .25s;
	  -webkit-transition: color .25s;
	  margin: 20px auto;
	  overflow: hidden;
	  width: 100%;
	  padding: 0 20%;
	}
	.main-navigation {
	  display: block;
	  float: left;
	  width: 100%;
	  padding: 0;
	  font-family: 'Arvo', serif;
	  margin-top: 13px;
	  font-size: 1.5em;
	  margin-bottom: 10px;
	  color: #ffffff;
	}
	.main-navigation a {
		color: #ffffff;
	}
	.main-navigation li {
		width: 100%;
	}
	.main-navigation ul ul {
	display: block;
	float: none;
	clear: both;
	left: 0;
	position: relative;
	padding-left: 5%;
	overflow: hidden;
	width: 100%;
	box-shadow: none;
	top: 0;
	background: #39B54A;
	}
	.main-navigation ul ul ul {
	    left: 100%;
	    top: 0;
	}
	.main-navigation ul ul a {
	width: 100%;
	}
	.main-navigation ul ul a:before {
	content: "\f0da";
	font-family: fontawesome;
	margin-right: 5px;
	}
	#site-navigation ul ul ul.sub-menu {
	display: none;
	}
	.menu-toggle, .main-navigation.toggled .nav-menu {
	  background: #39B54A;
	  width: 100%;
	  box-shadow: none;
	  border-radius: 0;
	  border: none;
	  padding: 15px;
	  text-shadow: none;
	  color: #ffffff;
	  text-transform: uppercase;
	  font-size: .75em;
	}
	button.menu-toggle:active, button.menu-toggle:focus, button.menu-toggle:hover {
	  box-shadow: none;
	}
	.menu-navigation-menu-container {
	  overflow: hidden;
	  background: #39b54a;
	}
	#primary {
	  margin-top: 185px;
	}
	.banner-header {
	  position: relative;
	  margin-bottom: 25px;
	}
	.page-title {
	  position: absolute;
	  bottom: -6px;
	  font-size: .75em;
	  font-family: 'arvo', sans-serif;
	  text-align: left;
	  line-height: 3em;
	  left: 10px;
	}
	.support-text {
	  position: absolute;
	  bottom: 0;
	  text-transform: none;
	  font-size: 1em;
	  font-weight: 200;
	  color: #ffffff;
	  font-family: 'arvo', sans-serif;
	  right: 10px;
	}
	.col-2-3, .col-1-3 {
	  width: 100%;
	}
	blockquote {
	  color: #0054a6;
	  text-align: center;
	  text-transform: uppercase;
	  font-size: 1.5em;
	  font-weight: 200;
	  line-height: 1.25em;
	}
	blockquote h6 {
	  text-align: center;
	  color: #0054a6;
	  text-transform: uppercase;
	  font-size: 14px;
	  font-weight: 200;
	  margin: 0;
	  line-height: 16px;
	}
	/*------------
	Homepage Styles
	--------------*/
	.homepage-slider {
	  border-bottom: #fcb040 solid 15px;
	  padding-top: 160px;
	}
	.quote-body {
	  color: #0054a6;
	  text-align: center;
	  text-transform: uppercase;
	  font-size: 1.25em;
	  font-weight: 200;
	  line-height: 1.25em;
	  margin-top: 25px;
	}
	.home-image1, .home-what, .home-image2, .home-why, .home-image3, .home-how {
	  float: left;
	  width: 50%;
	}
	.home-collage-wrapper {
	  max-width: 100%;
	  margin: 0 auto;
	  position: relative;
	  height: 550px;
	  margin-bottom: 50px;
	}
	.home-what h2 {
	  position: absolute;
	  top: -24px;
	  color: #9ae23a;
	  font-size: 3em;
	  z-index: 1;
	  line-height: 0;
	  left: 14%;
	  font-weight: 700;
	}
	.home-collage-wrapper p {
	  font-family: 'Arvo', serif;
	  color: #ffffff;
	  font-size: 14px;
	  font-style: italic;
	}
	.home-image1 {
	  top: 10px;
	  position: absolute;
	  z-index: 1;
	  left: 5px;
	}
	.home-what {
	  background: #8dc642;
	  padding: 4%;
	  height: 190px;
	  z-index: 2;
	  position: relative;
	  left: 50%%;
	  max-width: 50%;
	}
	.home-image2 {
	  top: 185px;
	  position: absolute;
	  right: 5px;
	  z-index: 1;
	}
	.home-why {
	  position: absolute;
	  top: 185px;
	  left: 0;
	  background: #0054a6;
	  padding: 5%;
	  color: #f5f5f5;
	  max-width: 50%;
	  z-index: 5;
	}
	.home-why h2 {
	  position: absolute;
	  top: -25px;
	  color: #2c7ccb;
	  font-size: 3em;
	  z-index: 1;
	  line-height: 0;
	  left: 0;
	  font-weight: 700;
	}
	.home-image3 {
	  position: absolute;
	  left: 1%;
	  top: 380px;
	}
	.home-how {
	  position: absolute;
	  right: 1px;
	  top: 355px;
	  padding: 3%;
	  background: #f47a44;
	  max-width: 50%;
	  height: 200px;
	}
	.home-how h2 {
	  position: absolute;
	  bottom: -23px;
	  color: #ffac87;
	  font-size: 3em;
	  z-index: 1;
	  line-height: 0;
	  right: 0;
	  font-weight: 700;
	}
	.agricorps-reporter .post {
	  max-width: 100%;
	  float: left;
	  background: #ececec;
	  padding: 1%;
	  margin: 0 2% 20px 2%;
	  font-family: 'Arvo', serif;
	  color: #0054a6;
	}
	.keep-up-text {
	  position: absolute;
	  left: 1%;
	  font-family: 'Arvo', serif;
	  color: #bababa;
	  font-size: 2em;
	  font-style: italic;
	  top: 5px;
	  line-height: 1;
	}
	.orange-arrows {
	  color: #f47a44;
	  font-family: 'Arvo', serif;
	  font-style: italic;
	  font-size: 3em;
	  position: absolute;
	  left: 60%;
	  top: -15px;
	  font-weight: 300;
	}
	.keep-up-wrapper {
	  background: #ececec;
	  padding: 75px 1% 5px;
	  position: relative;
	}
	.signup-social {
	  margin-top: 30px;
	  margin-right: 1%;
	  width: 30%;
	  float: left;
	  font-size: .55em;
	}
	.signup-form {
	  width: 69%;
	  float: left;
	  font-family: 'Arvo', serif;
	  font-style: italic;
	  color: #bababa;
	  font-size: 1em;
	  line-height: 1;
	}

	/*---------------
	Video Styles
	----------------*/
	.video-wrapper {
	  float: left;
	  max-width: 100%;
	  text-align: center;
	  margin-bottom: 50px;
	}
	.video-wrapper:nth-of-type(odd) {
	  margin-right: 0;
	}
	.video-wrapper:nth-of-type(even) {
	  margin-left: 0;
	}
	/*----------------
	Photo Styles 
	-----------------*/
	.gallery-columns-7 .gallery-item {
	  max-width: 32.33%%;
	  margin: .25em .5%;
	}
	/*---------------
	Blog Styles
	-----------------*/
	#primary.blog {
	  width: 100%;
	  margin-right: 0;
	  float: left;
	  margin-top: 200px;
	  padding: 1%;
	}
	.featured-image {
	  float: left;
	  max-width: 100%;
	  margin-right: 0;
	}
	div#secondary {
	  width: 100%;
	  float: left;
	  margin-top: 20px;
	  background: #f5f5f5;
	}
	img.size-medium.alignleft,  img.size-medium.alignright, img.alignright.size-medium {
	  width: 100%;
	  margin: 0;
	}
	/*---------------
	Explore Styles 
	-----------------*/
	.explore {
	  background: url(images/explore-background.jpg);
	  position: relative;
	  height: 500px;
	  padding-top: 85px;
	  background-size: cover;
	  background-repeat: no-repeat;
	}
	.explore .page-title {
	  right: 50px;
	  text-align: left;
	  font-size: 2em;
	}
	.explore-icons li {
	  float: left;
	  width: 25%;
	  text-align: center;
	  font-size: .5em;
	}
	/*----------------
	Why Styles
	------------------*/
	.why-collage li, li.half {
	  width: 49.5%;
	  float: left;
	  height: 186px;
	  text-transform: uppercase;
	  color: #ffffff;
	  font-size: 18px;
	  margin: .25%;
	}
	/*---------------
	What Styles 
	-----------------*/
	.first .content {
		width: 65%;
		padding: 5.75% 5%;
		font-size: 18px;
	}
	.first .number {
		font-size: 220px;
		width: 35%;
	}
	.second .number {
	  color: #ffffff;
	  font-family: 'Arvo', sans-serif;
	  font-size: 220px;
	  line-height: .7;
	  float: left;
	  width: 35%;
	  text-align: center;
	}
	.second .content {
	  background: #fbb143;
	  float: left;
	  width: 65%;
	  padding: 5.5% 5%;
	  color: #ffffff;
	  font-size: 18px;
	  text-transform: uppercase;
	}
	.third .number {
	  color: #ffffff;
	  font-family: 'Arvo', sans-serif;
	  font-size: 220px;
	  line-height: .7;
	  float: left;
	  width: 35%;
	  text-align: center;
	}
	.third .content {
	  background: #90c646;
	  float: left;
	  width: 65%;
	  padding: 2.5% 5%;
	  color: #ffffff;
	  font-size: 18px;
	  text-transform: uppercase;
	}
	/*---------------
	How Styles
	----------------*/
	.objective1, .objective2, .objective3 {
	  width: 100%;
	  float: left;
	  margin: 0 0 20px 0;
	  padding: 2%;
	  color: #ffffff;
	  height: 200px;
	}
	.ui-accordion .ui-accordion-content {
	  padding: 1%
	}
	/*---------------
	Who Styles
	----------------*/
	.team-titles {
	  width: 100%;
	  float: left;
	  text-align: center;
	}
	ul.team-members {
	  margin: 0;
	  list-style: none;
	  overflow: hidden;
	  padding: 0;
	  width: 100%;
	}
	.team-members li {
	  float: left;
	  width: 33.33%;
	  text-align: center;
	  padding: 5px;
	}
	#primary.individual-team {
	  margin-top: 200px;
	  padding: 0 1%;
	}
	.team-content {
	  float: left;
	  max-width: 100%;
	}
	.caption {
		font-size: 8px;
	  	line-height: 12px;
	}
	/*---------------
	Why Join
	----------------*/
	.col-1-3.why-join {
	  width: 99%;
	  margin: 0 .5%;
	}
	/*---------------
	What Corps Members Do
	----------------*/
	.col-1-3.what-corps-members-do {
	  width: 99%;
	  margin: 0 .5%;
	  background: #EFEFEF;
	  padding: .5em .5em .5em .7em;
	  font-family: Verdana,Arial,sans-serif;
	}
	/*---------------
	Apply Styles
	----------------*/
	a.button {
	  background: #39B54A;
	  padding: 10px 15px;
	  color: #f5f5f5;
	  text-transform: uppercase;
	  font-size: 1.25em;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	  border-radius: 10px;
	  transition: background .25s;
	  -webkit-transition: background .25s;
	  margin-bottom: 10px;
	  display: block;
	  text-align: center;
	}
	/*---------------
	Footer Styles
	----------------*/
	.col-1 {
	  float: left;
	  width: 49%;
	  padding: 1%;
	}
	.col-2 {
	  float: left;
	  width: 49%;
	  padding: 1%;
	}
	.col-3 {
	  width: 49%;
	  float: left;
	  padding: 1%;
	}
	.col-3 li {
	  max-width: 33.33%;
	  float: left;
	  padding: .5%;
	  list-style: none;
	}
	.footer1 .col-3 h3 {
	  margin: 0;
	}
	.col-4 {
	  float: left;
	  width: 50%;
	  background: #fcb040;
	  text-align: center;
	  position: relative;
	  padding: 82px 0px 75px 0px;
	}
	.site-info {
	  background: #0054a6;
	  font-size: .6em;
	  padding: 1%;
	  color: #ffffff;
	}
}

/*------------------------------------------------------------
14.2 Iphone 5
------------------------------------------------------------*/
@media all and (max-width: 320px) {
	.social-wrapper {
		padding: 0 17%;
	}
	.why-collage li, li.half {
	  width: 49.5%;
	  float: left;
	  height: 158px;
	  text-transform: uppercase;
	  color: #ffffff;
	  font-size: 16px;
	  margin: .25%;
	}
	li.light-green {
	  background: #8fc644;
	  padding: 2% 2%;
	}
	.page-title {
	  position: absolute;
	  bottom: -6px;
	  font-size: .5em;
	  font-family: 'arvo', sans-serif;
	  text-align: left;
	  line-height: 3em;
	  left: 10px;
	}
	.support-text {
	  position: absolute;
	  bottom: 0px;
	  text-transform: none;
	  font-size: .75em;
	  font-weight: 200;
	  color: #ffffff;
	  font-family: 'arvo', sans-serif;
	  right: 10px;
	}
}