/*
    Theme Name: Evergreen
    Author: Chris Bedoya
    Description: Theme for Evergreen
*/

* {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body {
    color: #6d6e71;
    font-family:'Gentona W00', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.45;
}

a {
    color: #f68b20;
    text-decoration: none;
}

a:hover {
    color: #0d6a4a;
    transition: color 0.25s;
}

/*a:active,
a:focus {
    background-color: transparent;
}*/

img {
    border: 0;
    height: inherit;
    max-width: 100%;
}

strong {
    font-weight: 700;
}


/****   FONTS   ****/

h1,
h2,
h3 {
    line-height: 1.2;
    margin-bottom: 0.5em;
}

h1 {
    font-family:'Quadon W00';
    font-size: 1.688em; /* 27px */
    font-weight: 500;
}

h2 {
    font-size: 1.375em; /* 22px */
}

h3 {
    color: #f68b20;
    font-size: 1.188em; /* 19px */
    margin-top: 1.2em;
}

p {
    margin-bottom: 1em;
}

p:last-of-type {
    margin-bottom: 0;
}


/****   CONTENT   ****/

.board h3 {
    margin-bottom: 0;
}

.button {
    border: 1px solid #6d6e71;
    color: #6d6e71;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    margin-top: 1.2em;
    padding: 0.8em 1.7em 0.7em 1.7em;
    text-align: center;
    text-transform: uppercase;
}

.button:hover {
    border: 1px solid #f68b20;
    background: #f68b20;
    color: #FFF;
    transition: 0.25s;
}

.buy {
    background: #f68b20;
    border: 1px solid #f68b20;
    color: #FFF;
}

.buy:hover {
    background: #FFF;
    border: 1px solid #6d6e71;
    color: #6d6e71;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content {
    padding: 25px 0;
}

.home-latest,
.home-upcoming {
    margin-bottom: 25px;
    width: 100%;
}

.home-latest .article,
.home-upcoming .article {
    border-bottom: 0;
    margin-top: 1.25em;
    padding-bottom: 0;
}

.home-latest .pages {
    display: none;
}

.main ul {
    margin: 1em 0 1em 2em;
}

.main ul li {
    list-style-type: disc;
}

.members {
    font-size: 0.875em;
    overflow: hidden;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.members p {
    margin-bottom: 0;
}

.member-logos {
    text-align: center;
    margin: 60px -30px 0 0 !important;
}

.member-logos li {
    list-style: none;
    margin: 0 30px 30px 0;
    vertical-align: middle;
    display: inline-block;
}

.headshots .member {
    min-height: 200px;
    margin-bottom: 50px;
    clear: both;
}

.headshots .member.noimage {
    min-height: inherit;
}

.headshots .member div {
    padding-top: 1px;
}

.headshots .member img {
    width: 200px;
    height: 200px;
}

img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

@media only screen and (max-width : 500px) {
    .headshots .member div {
        display: inline-block;
        margin: -15px 0;
    }
    .headshots .member img {
        width: 100%;
        height: auto;
    }
}

.orange {
    color: #f68b20;
}

.side .button {
    display: block;
    padding: 0.8em 0 0.7em 0;
    width: 99%;
}

.the-latest,
.upcoming {
    border-bottom: 1px dashed;
}

.the-latest h1,
.upcoming h1 {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0.4em;
    padding-left: 1.6em;
}

.the-latest h1 {
    background-image: url('../evergreen/images/cloud.png');
}

.upcoming h1 {
    background-image: url('../evergreen/images/calendar.png');
}

.wrap {
    margin: auto;
    max-width: 1140px;
    width: 90%;
}

#fourOfour {
    text-align: center;
}


/****   HEADER   ****/

.header {
    letter-spacing: 0.05em;
    position: relative;
    z-index: 999;
}

.logo {
    margin: auto;
    max-width: 360px;
    padding: 0.55em 3em;
    text-align: center;
}

.logo img {
    vertical-align: middle;
}

.nav {
    display: none;
    float: right;
    width: 71%;
}

.nav a {
    color: #6d6e71;
    font-weight: 700;
    padding: 1.6em 0.6em;
    text-transform: uppercase;
}

.nav a:hover {
    color: #f68b20;
}

.nav>ul>li {
    float: left;
    position: relative;
}

.slicknav_arrow {
    font-size: 0.625em;
    padding-left: 3px;
}

.slicknav_btn {
    display: block;
    padding: 0.8em 0;
}

.slicknav_icon {
    display: block;
    height: 19px;
    margin: auto;
    position: relative;
    width: 24px;
}

.slicknav_icon-bar {
    background-color: #FFF;
    display: block;
    height: 3px;
    position: absolute;
    transition: all 0.25s;
    width: 24px;
}

.slicknav_icon-bar:first-of-type {
    top: 0;
}

.slicknav_icon-bar:nth-child(2) {
    top: 8px;
}

.slicknav_icon-bar:last-of-type {
    top: 16px;
}

.slicknav_menu {
    background-color: #6d6e71;
    position: relative;
    text-align: center;
    z-index: 500;
}

.slicknav_nav {
    background-color: #797a7d;
    font-size: 1.125em;
    text-align: left;
    width: 90%;
    padding: 5% 5% 1% 5%;
}

.slicknav_nav a {
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}

.slicknav_nav li {
    margin-bottom: 1em;
}

.slicknav_open .slicknav_icon-bar {
    background: #6d6e71;
}

.slicknav_open .slicknav_icon-bar:first-of-type {
    background: #FFF;
    top: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 1;
}

.slicknav_open .slicknav_icon-bar:last-of-type {
    background: #FFF;
    top: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1;
}

.sub-menu {
    display: none;
    line-height: 1.45;
    padding: 20px 20px 2px 20px;
}

.sub-menu a {
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    padding: 0 !important;
    text-transform: capitalize;
}

.sub-menu li {
    min-width: 240px;
    margin-bottom: 0.6em;
}


/****   INSTAFEED   ****/

.cycle-pager {
    position: absolute;
    right: 1em;
    top: 1.4em;
    z-index: 500;
}

.cycle-pager span {
    background: #000;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin-left: 0.6em;
    width: 10px;
    text-indent: -9999px;
}

.cycle-pager .cycle-pager-active {
    background: #FFF;
}

#instafeed {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}

.ig-caption {
    bottom: 1em;
    color: #FFF;
    font-size: 0.913em;
    left: 1em;
    line-height: 1.25;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    visibility: hidden;
}

.ig-logo {
    background: url('../evergreen/images/ig-logo.png') no-repeat 50% 50%;
    background-size: 21px;
    height: 21px;
    left: 1em;
    position: absolute;
    top: 1em;
    width: 21px;
    z-index: 500;
}

.ig-photo {
    background: #0d6a4a;
    width: 100%;
}

.ig-photo:hover img {
    opacity: .3;
}

.ig-photo img {
    display: block;
    transition: all 0.25s;
    width: 100%;
}


/****   FORMS   ****/

.form input[type="email"],
.form input[type="text"],
.form textarea {
    border: 1px solid #CCC;
    border-radius: 0;
    font-size: 0.813em;
    padding: 1.2% 1%;
    resize: none;
    width: 97.4%;
    -webkit-appearance: none;
}

.form label {
    display: block;
    font-weight: 700;
    margin: 1em 0 4px 0;
}

.form .button {
    background-color: #FFF;
    border-radius: 0;
    cursor: pointer;
    float: right;
    font-family:'Gentona W00', sans-serif;
    margin-top: 1em;
    transition: all 0.25s;
    -webkit-appearance: none;
}

.form .button:hover {
    background-color: #f68b20;
}

.form .required {
    color: #c43b1d;
}

.wpcf7-mail-sent-ok {
    background-color: #c2efc0;
    color: #139a0e;
}

.wpcf7-not-valid-tip {
    color: #DF0000 !important;
    font-size: 0.813em !important;
    font-style: italic;
}

.wpcf7-response-output {
    border: none !important;
    border-radius: 3px;
    font-size: 0.875em;
    margin: 2em 0 0 0 !important;
    padding: 1em !important;
    text-align: center;
}

.wpcf7-validation-errors {
    background-color: #FFDFDF;
    color: #DF0000;
}


/****   FOOTER   ****/

.footer {
    background-color: #ebebed;
    font-size: 0.875em;
}

.footer a {
    color: #6d6e71;
}

.footer a:hover {
    color: #f68b20;
}

.footer ul {
    margin-bottom: 1.4em;
}

.footer ul li {
    margin-top: 3px;
}

.footer .button {
    margin-top: 0;
}

.footer .button:hover {
    color: #FFF;
}

.footer .column {
    width: 100%;
}

.footer .column:last-of-type {
    margin-right: 0;
}

.footer .social a {
    background: #0d6a4a;
    border-radius: 50%;
    display: block;
    margin-right: 0.6em;
    padding: 0.6em;
    transition: background 0.25s;
}

.footer .social a:hover {
    background: #f68b20;
}

.footer .social img {
    display: block;
}

.footer .social li {
    display: inline-block;
}


/****   PARALLAX ****/

.adamrob_pcontainer {
    padding-top: 30px;
}

.adamrob_parallax_posttitle {
    color: #f68b20;
    font-family: 'Quadon W00';
    font-size: 1.688em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0px;
}

.adamrob_parallax_postcontent {
    color: #FFF;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 1.375em;
    line-height: 1.2;
    padding-top: -10px;
}

.parallax {
    text-align: center;
    height: content-box;
}

.parallax h2 {
    color: #FFF;
    font-weight: 300;
    margin-bottom: 0;
}

.adamrob_parallax_postcontent .button {
    border: 1px solid #f68b20;
    color: #FFF;
    display: inline-block;
    font-size: 0.75em;
    font-weight: 700;
    margin-top: 1.2em;
    padding: 0.8em 1.7em 0.7em 1.7em;
    text-align: center;
    text-transform: uppercase;
}

/****   PRICING   ****/

.pricing {
    border-bottom: 1px dotted #dedede;
    display: table;
    padding: 2em 0;
    overflow: hidden;
    width: 100%;
}

.pricing:last-of-type {
    border-bottom: 0;
    margin-bottom: 2em;
}

.pricing .info,
.pricing .pay {
    display: table-cell;
    vertical-align: middle;
}

.pricing .info {
    padding-right: 5%;
    width: 75%;
}

.pricing .pay {
    width: 20%;
    text-align: center;
}


/****   PROGRAM   ****/

.card {
    background: url('../evergreen/images/dots.png') repeat;
    margin: 2em 0;
    overflow: hidden;
}

.card:last-of-type {
    margin: 0;
}

.program {
    background: #FFF;
    font-size: 0.875em;
    margin: 0.8em;
    padding: 1.5em;
}

.pdf,
.visit {
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0.875em;
    line-height: 1.25;
    margin: 0 2em 0 0;
    padding-left: 1.5em;
    text-transform: uppercase;
}

.pdf {
    background-image: url('../evergreen/images/pdf.png');
}

.pdf:hover {
    background-image: url('../evergreen/images/pdf-hover.png');
}

.visit {
    background-image: url('../evergreen/images/visit.png');
}

.visit:hover {
    background-image: url('../evergreen/images/visit-hover.png');
}


/****   SPOTLIGHT   ****/

.company {
    border-bottom: 1px solid #DEDEDE;
    display: table;
    margin-bottom: 2em;
    padding-bottom: 2em;
    table-layout: fixed;
    width: 100%;
}

.company:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.company-logo {
    display: table-cell;
    padding-right: 5%;
    width: 25%;
    vertical-align: middle;
}

.company-logo img {
    vertical-align: middle;
}

.company-name {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
}

.funder-spotlight {
    background: #6D6E73;
}

.funder-spotlight h2 {
    color: #f68b20;
}

.member-spotlight {
    background: #f68b20;
}

.member-spotlight h2 {
    color: #6D6E73;
}

.spotlight {
    color: #FFF;
    overflow: hidden;
}

.spotlight a {
    color: #FFF;
}

.company h3,
.spotlight h3,
.program h3 {
    margin-top: 0;
}

.spotlight .company {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 1.25em;
}

.spotlight .content {
    padding: 5%;
    margin: auto;
    max-width: 600px;
}

.spotlight .pages {
    display: none;
}

.spotlight .spotlight-month {
    display: none;
}

.spotlight-archive {
    margin-top: 3em;
}

.spotlight-month {
    font-size: 0.875em;
    font-weight: 700;
    margin-bottom: 0.4em;
    text-transform: uppercase;
}


/****   TWITTER FEED   ****/

.juiz_action_links {
    margin-left: 10px;
}

.juiz_action_links a {
    background: url('../evergreen/images/sprite-twitter.png') no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 1;
    opacity: .5;
    width: 18px;
    text-indent: -9999px;
}

.juiz_action_links .juiz_al_fav {
    background-position: -21px -37px;
}

.juiz_action_links .juiz_al_reply {
    background-position: -23px top;
}

.juiz_action_links .juiz_al_retweet {
    width: 22px;
    background-position: -27px -17px;
}

.juiz_last_tweet_footer_item {
    display: block;
    font-size: 0.875em;
    margin-top: 8px;
}

.juiz_last_tweet_inside {
    display: table-cell;
    line-height: 1.25;
    max-height: 114px;
    padding: 2% 3%;
    width: 81%;
    vertical-align: middle;
}

.twitter-bird {
    background: #6d6e71;
    display: table-cell;
    padding: 2%;
    width: 9%;
    transition: background 0.25s;
    vertical-align: middle;
}

.twitter-bird:hover {
    background: #f68b20;
    transition: background 0.25s;
}

.twitter-bird img {
    display: block;
}

.twitter-feed {
    background: #F3F3F3;
    display: table;
    table-layout: fixed;
    width: 100%;
}


/****   SUB NAVIGATION   ****/

.sub-nav {
    background: #6d6e71;
    margin: 1em 0;
    padding: 1.5em 1.5em 0.5em 1.5em;
}

.sub-nav a {
    color: #FFF;
    display: block;
    font-weight: 700;
    margin-bottom: 1em;
}

.sub-nav a:hover,
.sub-nav li.current_page_item a {
    color: #f68b20;
}


/****   SLIDESHOW   ****/

.slider-fon {
    background-color: rgba(246, 139, 32, 0.65);
    position: absolute;
    z-index: 998;
    left: 0;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=75);
}

.caption {
    line-height: 1.25;
    text-align: center;
}

.caption p {
    color: #FFF;
}

.caption-inside {
    background: #f68b20;
}

.slideshow {
    background: #F3F3F3;
    min-height: 230px;
    max-height: 520px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.cycle-slideshow p {
    height: 230px;
    margin: 0;
    position: relative;
    width: 100%;
}

.slideshow img {
    display: block;
    margin: auto;
    max-width: none;
    width: initial;
    position: absolute;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.slideshow .next,
.slideshow .prev {
    display: none;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    overflow: hidden;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 27px;
    z-index: 500;
}

.slideshow .next {
    background: url('../evergreen/images/arrow-right.png') no-repeat 0 50%;
    right: 7%;
}

.slideshow .prev {
    background: url('../evergreen/images/arrow-left.png') no-repeat 0 50%;
    left: 7%;
}

.slideshow .next:hover,
.slideshow .prev:hover {
    opacity: 1;
    transition: all 0.25s;
}


/****   NEWS  ****/

.article {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 2em;
    padding-bottom: 2em;
    overflow: hidden;
}

.article:last-of-type {
    border: none;
    padding: 0;
}

.article .event-details {
    margin-bottom: 0;
}

.date {
    background: url('../evergreen/images/date.png') no-repeat 0 0;
    background-size: contain;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1em;
    padding-left: 1.2em;
    text-transform: uppercase;
}

.featured {
    float: left;
    margin: 0 5% 3% 0;
    width: 35%;
}

.featured img {
    display: block;
}

.pages {
    text-align: center;
}

.page-numbers {
    font-size: 0.913em;
    margin: 0 0 0 0.5em;
}

.read-more {
    font-weight: 700;
    font-size: 0.875em;
    text-transform: uppercase;
}


/****   EVENTS   ****/

.event-date {
    background: url('../evergreen/images/date.png') no-repeat 0 0;
}

.event-location {
    background: url('../evergreen/images/location.png') no-repeat 0 0;
    overflow: hidden;
    max-height: 20px;
}

.event-time {
    background: url('../evergreen/images/time.png') no-repeat 0 0;
}

.event-date,
.event-location,
.event-time {
    background-size: contain;
    font-weight: 300;
    margin-bottom: 0.6em;
    padding-left: 1.2em;
    line-height: 1;
}

.event-details {
    margin: 1.4em 0 1.6em  0;
}

.event-details h3 {
    margin-bottom: 1em;
}

.event-details h3:last-of-type {
    margin-bottom: 0;
}

.share-event {
    margin-top: 1em;
    text-align: center;
}

.share-event .at-share-btn {
    margin: 0.25em !important;
    max-width: 28px !important;
    max-height: 28px !important;
}

.share-event .addthis_32x32_style .at4-icon,
.share-event .addthis_32x32_white_style .at4-icon,
.share-event .at-32x32 {
    height: 28px;
    width: 28px;
    line-height: 28px;
    background-size: 28px!important;
}


/****   CALENDAR   ****/

table.fullcalendar {
    border: 8px solid #0d6a4a;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.4;
    width: 100%;
}


table.fullcalendar thead {
    background: #0d6a4a;
    color: #FFF;
}

table.fullcalendar thead td {
    padding: 1%;
    border: none;
    text-align: center;
}

table.fullcalendar tbody td {
    border: 1px solid #ccc;
    height: 3em;
    line-height: 1;
    font-size: 0.813em;
}

table.fullcalendar td {
    padding: 2% 1%;
    width: 12%;
    border: none;
}

table.fullcalendar .days-names td {
    height: inherit;
    font-weight: 700;
    padding: 1%;
    text-transform: uppercase;
    border-top: none;
}

table.fullcalendar .em-calnav {
    color: #FFF;
    font-size: 1.750em;
    font-weight: 700;
}

table.fullcalendar .month_name {
    font-size: 1.5em;
    font-weight: 700;
    border-left: #0d6a4a;
}

table.fullcalendar td.eventless-today,
table.fullcalendar td.eventful-today {
    background-color: #f3f3f3;
}

table.fullcalendar td.eventful-post a,
table.fullcalendar td.eventful-pre a,
table.fullcalendar td.eventful a,
table.fullcalendar td.eventful-today a {
    font-weight: 700;
}

table.fullcalendar td ul {
    display: none;
    margin-top: 5px;
}


/****   LOGIN PAGE   ****/

.login h1 {
    margin-bottom: 10px;
}

.login h1 a {
    background: url('../evergreen/images/logo.png') no-repeat 50% 50%;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
    height: 78px;
    width: 280px;
}

.login .clear {
    border: none;
    margin: 0;
}


/****   PROJECTS   ****/

.projects-button,
.project-list>li>a {
    background-color: #f68b20;
    color: #FFF;
    display: block;
    font-weight: 700;
    margin: 0 0 1em 0;
    padding: 1em 1.5em;
    transition: background 0.3s;
}

.projects-button:hover,
.project-list>li>a:hover {
    background-color: #0d6a4a;
    color: #FFF;
}

.project-list>li>ul>li{
    background: #6d6e71;
    margin-top: 1em;
    padding: 1.5em 1.5em 0.5em 1.5em;
    line-height: 1.25;
}

.project-list>li>ul>li a {
    color: #FFF;
    display: block;
    margin-bottom: 1em;
}

.project-list>li>ul>li>a {
    font-weight: 700;
}

.project-list>li>ul a:hover,
.project-list>li>ul .current_page_item>a {
    color: #f68b20;
}

.pagenav>ul>li>ul>li>ul>li {
    margin-left: 1em;
}

.project-list>li>ul>li>ul>li>a:before {
    content: '- ';
}


/****   MEDIA QUERIES   ****/

@media only screen and (max-width : 470px) {
    .adamrob_parallax_postcontent p {
        font-size: 17px;
        margin-top: -20px;
    }

    .slider-fon {
        background-color: rgba(246, 139, 32, 1);
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: -25%;
        position: relative;
        z-index: 998;
        left: 0;
        right: 0;
        filter: alpha(opacity=100);
    }
}


@media only screen and (max-width : 767px) {
    .main.right {
		padding-bottom: 30px;
    }

}

@media only screen and (min-width : 768px) {

    .buy {
        margin-top: 0;
    }

    .caption {
        max-width: 1140px;
        text-align: left;
        margin: auto;
        padding: 1em;
        height: 100%;
        width: 90%;
        top: 0;
        right: 0;
        left: 0;
    }

    .caption-inside {
        background: rgba(246, 139, 32, 0.93);
        max-width: 380px;
        height: 100%;
        position: relative;
        width: 45%;
    }

    .caption-wrap {
        left: 0;
        height: 100%;
        margin: auto;
        max-width: 1140px;
        position: absolute;
        right: 0;
        width: 90%;
        top: 0;
        z-index: 500;
    }

    .content {
        padding: 5% 0;
    }

    .cycle-slideshow p,
    .slideshow {
        height: 360px;
    }

    .footer .column {
        float: left;
        margin-right: 5%;
        width: 30%;
    }

    .funder-spotlight,
    .member-spotlight {
        float: left;
        width: 50%;
    }

    .home-latest,
    .home-upcoming,
    #instafeed {
        margin-bottom: 2%;
    }

    .home-latest {
        float: left;
        width: 48%;
    }

    .home-upcoming {
        float: left;
        margin-right: 4%;
        width: 48%;
    }

    #instafeed {
        display: none;
    }

    .left {
        float: left;
        margin-right: 5%;
    }

    .main {
        width: 70%;
    }

    .members p {
        /*
                float: left;
                width: 50%;
        */
    }

    .slideshow .next,
    .slideshow .prev {
        display: block !important;
    }

    .right {
        float: right;
    }

    .side {
        margin-top: 0;
        width: 25%;
    }

    .split {
        background: linear-gradient(to left, #6D6E73 50%, #f68b20 50%);
    }

    .sub-nav {
        margin-top: 0;
    }

    table.fullcalendar tbody td {
        height: 4em;
    }

    table.fullcalendar td ul {
        display: block;
    }

}


@media only screen and (min-width : 1024px) {

    body {
        font-size: 1.125em;
    }

    .funder-spotlight .content {
        float: left;
    }

    .header,
    .nav {
        height: 90px;
        line-height: 90px;
    }

    .home-latest,
    .home-upcoming {
        margin-right: 5%;
        width: 30%;
    }

    #instafeed {
        display: block;
        float: left;
        width: 30%;
    }

    .logo {
        float: left;
        max-width: 275px;
        padding: 0;
        width: 25%;
    }

    .member-spotlight .content {
        float: right;
    }

    .nav {
        display: block;
    }

    .nav a {
        font-size: 15px;
    }

    .parallax {
        background-attachment: fixed;
    }

    .slideshow,
    .cycle-slideshow p {
        height: 520px;
    }

    .slicknav_menu {
        display: none;
    }

    .sub-menu {
        background-color: rgba(109, 110, 113, 0.95);
        left: 0;
        padding: 20px 25px 8px 25px;
        position: absolute;
        top: 90px;
        z-index: 999;
    }

}

@media only screen and (min-width : 1180px) {

    .nav a {
        font-size: 18px;
    }

}

@media only screen and (min-width : 1280px) {

    /*
        .nav {
            width: 68%;
        }
    */

    .nav a {
        /*        font-size: 18px;*/
        padding: 1.6em .65em;
    }

}


@media only screen and (min-width : 1500px) {

    .slideshow img {
        height: initial;
        width: 100%;
    }

}

.adamrob_parallax_postcontent {
    font-size: 18px;
    line-height: 1.3em;
}

.caption h1 {
    color: #ffffff;
}
