﻿@charset "UTF-8";
/* CSS Document */

html, body {
    overflow-x: hidden;
}

a {
    color:#AD7C1D;
}

h1, h2, h4 {
    font-family: 'Patua One', cursive;
}

h3, p, li {
    color: #272b2d;
    font-family: 'Fira Sans', sans-serif;
}

h1 {
    font-size: 3.429em;
    color: #fff;
    padding: 5px 0px 0px 20px;
    float: left;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (max-width:615px) {
    h1 {
        font-size: 2em;
        padding: 15px 0px 0px 15px;
    }
}

h2 {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0px;
}

h3 {
    font-size: 3.429em;
    font-weight: 100;
}

h4 {
    font-size: 18px;
    margin: 30px 0px 10px 0px;
    line-height: 1.4em;
}

p {
    font-weight: 400;
    font-size: 1.143em;
    line-height: 1.7em;
    padding-bottom: 30px;
}

ul {
    margin-bottom: 30px;
}

li {
    padding-bottom: 20px;
    list-style: square;
}

.headline-container {
    margin-bottom: 30px;
    margin-top: 30px;
}

    .headline-container h2 {
        max-width: 600px;
        margin: 0px auto;
    }

.headline-lines {
    width: 40%;
    height: 2px;
    background: #272b2d;
    margin: 20px auto;
}

.content-container a, footer a {
    color: #AD7C1D;
}

.white a {
    color: #fff !important;
} 

a:focus, a:hover {
    text-decoration: none;
    cursor: pointer;
}


.NWF_name {
    position: absolute;
    left: 200px;
}

.NWF_name_interior {
    position: absolute;
    left: 200px;
    color: #fff;
}

@media(max-width:1128px) {

    .NWF_name h4, .NWF_name_interior h4 {
        font-size: .9em !important;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
}

@media (max-width:1044px) {
    .NWF_name, .NWF_name_interior {
        display: none;
    }
}

.sources-list {
    font-family: 'Fira Sans', sans-serif;
    font-size: .9em;
    font-style: italic;
    margin: 0px;
}

    .sources-list li {
        list-style-type: square;
        padding: 3px;
    }

		.content-box-list{
					list-style: none;
					text-align: center; 
					margin: 20px 0px 0px 0px;
					padding: 0px;
				}
				.content-box-list li{
					padding: 5px 0px;
				}

.content-container{
	width: 100%;
} 

/*Sticky Elements*/
#sticky-tab {
    cursor: pointer;
    width: 80px;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: .7em;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    position: absolute;
    padding: 0px 0px 20px 0px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}

#sticky-social {
    display: none;
    height: 150px;
}

.icon-sticky {
    display: block;
    width: 2em;
    height: 2em;
    stroke-width: 0;
    stroke: currentColor;
    fill: #272b2d;
    margin-top: 20px;
    margin-bottom: 10px;
}


.section-dots-container {
    margin: 20px 0px 60px 0px;
}

.section-dots {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #000;
    margin: 15px auto;
}


.active-section {
    background: #4d9068;
    border: 1px solid #4d9068;
}


/*social footer sticky*/

#mobile_social_sticky {
    width: 100%;
    height: 45px;
    background: #000;
    position: fixed;
    bottom: 0px;
    z-index: 2;
    color: #fff;
    font-family: 'Patua One', cursive;
    font-size: 1.4em;
    text-align: center;
}



#mobile-donate-sticky {
    background: #4d9068;
    width: 40%;
    height: 50px;
    padding-top: 10px;
    display: inline-block;
}

.mobile-sticky-item {
    width: 20%;
    display: inline-block;
    float: left;
}

    .mobile-sticky-item img {
        width: 30px;
        height: 30px;
        margin-top: 7px;
    }

/*Back to Top Sticky*/


#back-to-top {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 45px;
    height: 45px;
    background: #272b2d;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    #back-to-top img {
        width: 30px;
        height: 30px;
        margin-top: 7px;
    }

.form-control .site-search {
    /*height: 85px;*/
    font-family: 'Fira Sans', sans-serif;
    border: 3px solid #e6e4d8;
    border-radius: 6px;
    background: none;
    color: #e6e4d8;
}

.animal_plant_search {
    margin-top: 40px;
}

.image-overlay-btn .btn-lg {
    background: rgba(0,0,0,0.4);
    border: 2px solid #fff;
    color: #fff;
    margin-top: 30px;
}

.breadcrumb {
    background: none;
    margin: 40px 20px 40px 0px;
    float: right;
    padding: 0px;
    border-radius: 0px;
    display: block;
    vertical-align: middle;
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

    .breadcrumb, .breadcrumb a,
    .breadcrumb > .active {
        color: #000;
    }

        .breadcrumb > .active {
            font-weight: 700;
        }

/*Home Banner*/

#banner-nav-container {
    width: 100%;
    height: 740px;
    position: relative;
}

@media (max-width:615px) {
    #banner-nav-container {
        height: 540px;
    }
}

.home-banner-content {
    background: rgba(0,0,0,.5);
    padding: 30px;
    position: absolute;
    overflow: hidden;
}

@media(max-width: 479px){
    .home-banner-content p {
        font-size: .9em;
    }
}

    .home-banner-content h1, .home-banner-content p {
        color: #fff;
        float: none;
    }

    .home-banner-content h1 {
        padding: 0px 0px 20px 0px;
        margin-top: 0px;
    }

    .home-banner-content .btn-lg {
        color: #272727;
        background: #fff;
    }


.centered-headline {
    text-align: center;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%,-60%);
    -ms-transform: translate(-50%,-60%);
    transform: translate(-50%,-60%);
}

.right-headline {
    min-width: 30%;
    max-width: 50%;
    min-height: 20%;
    max-height: 80%;
    overflow: auto;
    top: 60%;
    right: 25%;
    -webkit-transform: translate(25%,-60%);
    -ms-transform: translate(25%,-60%);
    transform: translate(25%,-60%);
}

.left-headline {
    min-width: 30%;
    max-width: 40%;
    min-height: 20%;
    max-height: 80%;
    overflow: auto;
    top: 60%;
    left: 25%;
    -webkit-transform: translate(-25%,-60%);
    -ms-transform: translate(-25%,-60%);
    transform: translate(-25%,-60%);
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .centered-headline {
        min-width: 90%;
        top: 80%;
        left: 50%;
        -webkit-transform: translate(-50%,-80%);
        -ms-transform: translate(-50%,-80%);
        transform: translate(-50%,-80%);
    }

    .right-headline, .left-headline {
        min-width: 90%;
        top: 85%;
        left: 50%;
        -webkit-transform: translate(-50%,-85%);
        -ms-transform: translate(-50%,-85%);
        transform: translate(-50%,-85%);
    }
}

@media only screen and (max-width: 614px) and (min-width: 480px) {
    .centered-headline {
        min-width: 70%;
        top: 70%;
        -webkit-transform: translate(-50%,-70%);
        -ms-transform: translate(-50%,-70%);
        transform: translate(-50%,-70%);
    }

    .right-headline, .left-headline {
        min-width: 90%;
        top: 70%;
        left: 50%;
        -webkit-transform: translate(-50%,-70%);
        -ms-transform: translate(-50%,-70%);
        transform: translate(-50%,-70%);
    }
}


@media only screen and (max-width: 768px) and (min-width: 615px) {
    .centered-headline {
        min-width: 70%;
        top: 55%;
        -webkit-transform: translate(-50%,-55%);
        -ms-transform: translate(-50%,-55%);
        transform: translate(-50%,-55%);
    }

    .right-headline, .left-headline {
        min-width: 90%;
        top: 55%;
        left: 50%;
        -webkit-transform: translate(-50%,-55%);
        -ms-transform: translate(-50%,-55%);
        transform: translate(-50%,-55%);
    }
}

.home-banner {
    background: url(../images/home-banner.jpg) no-repeat center fixed; /*if text is aligned RIGHT*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .home-banner {
        background-position: center;
    }
}


@media(max-width:480px) {
    .banner-headline {
        position: absolute;
        top: 77%;
        left: 50%;
        transform: translate(-50%,-75%);
        -webkit-transform: translate(-50%,-75%);
        -ms-transform: translate(-50%,-75%);
        width: 90%;
    }
}

@media only screen and (max-width: 615px) and (min-width: 481px) {

    .banner-headline {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-60%);
        min-width: 450px;
    }
}

@media only screen and (max-width: 1044px) and (min-width: 616px) {

    .banner-headline {
        position: absolute;
        top: 65%;
        left: 90%;
        transform: translate(-90%,-75%);
        min-width: 450px;
    }
}



/*default center alignment for all banners including microsites*/
.microsite-banner .banner-headline, .california-regional-banner .banner-headline {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-55%);
    -webkit-transform: translate(-50%,-55%);
}

.microsite-banner {
    background: url(../images/trees_banner_2.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}

.california-regional-banner {
    background: url(../images/california-regional-banner.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}

    .microsite-banner .banner-headline img, .california-regional-banner .banner-headline img {
        width: 100%;
        max-width: 450px;
    }

.eco-schools-logo{
width: 100%;
max-width: 350px;
}


.microsite-follow-social {
    width: 195px;
    margin: 0px auto;
}

    .microsite-follow-social ul {
        padding: 0px;
    }

@media (max-width:480px) {

    .microsite-banner .banner-headline {
        margin-top: 40px;
    }
}

.home-banner-overlay {
    height: 180px;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/*INTERIOR SECTION BANNER*/

.interior-banner {
    margin-top: 45px;
    background: url(../images/section-banner.jpg) center no-repeat; /*interchangeable*/
    background-size: cover;
    min-width: 100%;
    min-height: 400px;
    position: relative;
}

.interior-banner-climate-change { /*for demo only, use .interior-banner class*/
    margin-top: 45px;
    background: url(../images/our_work_environmental_threats_section_banner_joe_schmitt_930x400.jpg) center no-repeat; /*interchangeable*/
    background-size: cover;
    min-width: 100%;
    min-height: 400px;
    position: relative;
}


.interior-banner-wildlife-guide { /*for demo only, use .interior-banner class*/
    margin-top: 45px;
    background: url(../images/banner_section_wildlife_guide_930x400.jpg) center no-repeat; /*interchangeable*/
    background-size: cover;
    min-width: 100%;
    min-height: 400px;
    position: relative;
}

.interior-banner-large-overlay {
    background: rgba(0,0,0,.8);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
}


.NWM-banner { /*for FPO only - this class can be removed - interchangeable image*/
    margin-top: 45px;
    background: url(../images/NWM-banner.jpg) center no-repeat;
    background-size: cover;
    min-width: 100%;
    min-height: 400px;
    position: relative;
}

.bison-banner { /*REMOVE THIS. TEMPORARY FOR DESIGN PURPOSES. */
    margin-top: 45px;
    background: url(../images/bison-restoration.jpg) center no-repeat; /*interchangeable*/
    background-size: cover;
    min-width: 100%;
    min-height: 400px;
    position: relative;
}

.interior-banner-skinny {
    position: relative;
    height: 210px;
    width: 100%;
}

.skinny-banner-bg {
    height: 210px;
    width: 100%;
    position: relative;
}

.skinny-overlay img {
    padding: 20px 0px;
}

.skinny-overlay h1 {
    margin-top: 120px;
    margin-left: -15px !important;
}

.skinny-banner-bg-TFW {
    background: url(../images/TFW_skinny_banner.jpg) center no-repeat;
    background-size: cover;
}

.skinny-banner-bg-BH {
    background: url(../images/bh_interior_banner.jpg) center no-repeat;
    background-size: cover;
}

.skinny-banner-bg-wildlife {
    background: url(../images/amphibian-bg.jpg) center no-repeat;
    background-size: cover;
}

.skinny-banner-bg-wild-places {
    background: url(../images/wild-places-banner.jpg) center no-repeat;
    background-size: cover;
}

.skinny-banner-bg-leadership {
    background: url(../images/leadhership-banner-bg.jpg) center no-repeat;
    background-size: cover;
}

.skinny-banner-bg-regional {
    background: url(../images/stamp-banner.jpg) center no-repeat;
    background-size: cover;
}

.skinny-overlay {
    position: absolute;
    background: rgba(0,0,0,.5);
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    .interior-banner-skinny {
        top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1044px) {
    .skinny-overlay {
        /*background: none !important;*/
    }
}

.wildlife-guide-banner {
    margin-top: 30px;
    background: url(../images/wildlife-guide3.png) center no-repeat; /*interchangeable*/
    background-size: cover;
    min-width: 100%;
    min-height: 400px;
    position: relative;
}

.interior-banner-overlay {
    position: absolute;
    background: rgba(0,0,0,.6);
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
}

@media (max-width:480px) {
    .interior-banner {
        margin-top: 90px;
    }
}

.featured-newsletter .featured-overlay-quote {
    width: 280px;
    float: left;
    margin-right: 40px;
    background: rgba(230, 228, 216, 0.4);
    padding: 20px;
}

.side-quote {
    width: 280px;
    float: left;
    padding: 20px;
}

    .side-quote p {
        font-style: italic;
        font-size: 1em;
        color: #4d9068;
        padding-top: 0px;
    }

    .side-quote .by-line {
        text-align: right;
    }

.large-text {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 1.857em;
    line-height: 1.5em;
    margin: 30px 0px;
}

.right-image {
    float: right;
    padding-left: 30px;
    padding-bottom: 30px;
}

@media(max-width: 767px) {
    .right-image {
        padding: 10px;
        float: none;
        margin: 0px auto;
    }
}

.featured-newsletter .featured-headline {
    color: #272b2d;
    padding-bottom: 0px;
    margin-top: 0px;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .featured-newsletter .featured-headline {
        font-size: 1.6em;
        text-align: left;
        max-width: 150px;
        margin: 0px;
        line-height: 1.3;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 535px) and (min-width: 480px) {
    .featured-newsletter .featured-headline {
        text-align: left;
        padding-left: 40px;
    }
}

.newsletter-group {
    max-width: 400px;
    margin: 0px auto;
    font-family: 'Fira Sans', sans-serif;
}

.input-container {
    padding: 20px;
    border-radius: 8px;
    background: rgba(230,228,216,0.5);
}


.btn-newsletter {
    height: 65px;
    border-radius: none;
    width: 100px;
    background: #AD7C1D;
    color: #fff;
    border: none;
    text-transform: none !important;
    font-style: italic;
    border: 1px solid #272b2d;
}

    .btn-newsletter:hover {
        background: #936A1A;
        color: #fff;
        border: 1px solid #fff;
    }

.newsletter-input::-webkit-input-placeholder {
    color: #272b2d;
}

.newsletter-input::-moz-placeholder { /* Firefox 19+ */
    color: #272b2d;
}

.newsletter-input:-ms-input-placeholder { /* IE 10+ */
    color: #272b2d;
}

.newsletter-input:-moz-placeholder { /* Firefox 18- */
    color: #272b2d;
}

.newsletter-input {
    height: 65px;
    background: #fff;
    border-radius: 0px;
    font-style: italic;
    text-transform: none;
    border: 1px solid #272b2d;
    color: #272b2d;
}

@media (max-width:481px) {
    .newsletter-input {
        font-size: 11px;
    }
}

.newsHeadline {
    font-family: 'Patua One', cursive;
    font-weight: 100;
    color: #282F39;
    font-size: 2em;
}

.btn-lg {
    width: 200px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    padding: 20px 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    border-radius: 0px;
    text-align: center;
}

.center-btn {
    width: 200px;
    color: #fff;
    background: #272b2d;
    padding: 20px 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    border-radius: 0px;
    text-align: center;
    margin-top: 40px;
}


.inline-btn {
    width: 200px;
    color: #E6E4D8;
    background: #272b2d;
    height: 60px;
    padding: 20px 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    border-radius: 0px;
    text-align: center;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
    border: none;
}

.content-btn {
    border: 1px solid #272b2d;
    background: none;
    color: #272b2d;
}

@media(max-width: 480px) {
    .btn-lg, .center-btn, .content-btn, .inline-btn {
        width: 100%;
    }
}

.button-icon {
    width: 20px;
    margin-left: 5px;
    vertical-align: top;
}

.inline-icon {
    margin-right: 20px;
    margin-left: 5px;
    vertical-align: bottom;
    display: block;
    float: left;
}

.btn {
    font-family: 'Fira Sans', sans-serif;
    border-radius: 0px;
    text-transform: uppercase;
    cursor: pointer;
}

.container {
    max-width: 960px;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .container {
        width: auto;
    }
}

.flush-box {
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-padding {
    padding: 0px;
}

.cta-containter {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px;
    border-collapse: separate;
    border-spacing: 10px;
}

.cta-text-container {
    padding: 10px;
    vertical-align: middle;
    margin: 0px;
    display: table-cell;
    width: auto;
    background: #272b2d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .cta-text-container:hover .cta-home-title_arrow {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }

    .cta-text-container p {
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        color: #E6E4D8;
        font-size: .9em;
        letter-spacing: 2px;
        padding: 10px;
        margin: 0px;
        display: block;
    }

@media(max-width: 660px) {
    .cta-text-container {
        display: table-row;
    }

        .cta-text-container p {
            padding: 15px;
            margin: 10px;
        }
}

.get-involved-box {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #000;
}

    .get-involved-box p {
        width: 120px;
        position: absolute;
        color: #fff;
        z-index: 1;
        text-align: left;
        top: 95%;
        left: 10%;
        transform: translate(-10%,-95%);
        -webkit-transform: translate(-10%,-95%);
        text-transform: uppercase;
        font-weight: 400;
        pointer-events: none;
        background: #000;
        padding: 10px;
        font-size: .9em;
        letter-spacing: 2px;
        line-height: 1.5em;
    }

get-involved-image {
    overflow: hidden;
    background: #000;
}

.get-involved-image img {
    width: 100%;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.cta-home-title {
    background: #272b2d;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

    .cta-home-title p {
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        color: #E6E4D8;
        font-size: .9em;
        letter-spacing: 2px;
        padding: 10px;
        margin: 0px;
    }

.cta-home-title_arrow {
    position: absolute;
    bottom: -10px;
    z-index: 1;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

@media(max-width: 660px) {
    .cta-home-title_arrow {
        display: none;
    }
}

.cta-container:hover .get-involved-image img {
    width: 100%;
    opacity: 0.7;
    transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */
}

.cta-container:hover .cta-home-title_arrow {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

.microsite-get-involved-box {
    cursor: pointer;
    position: relative;
    padding: 0px;
    overflow: hidden;
    border: 3px solid #fff;
    margin-bottom: 10px;
}

    .microsite-get-involved-box .get-involved-image {
        overflow: hidden;
        background: #000;
    }

    .microsite-get-involved-box .cta-text {
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-size: .9em;
        letter-spacing: 2px;
        padding: 10px;
        margin: 0px;
        background: #000;
        font-family: 'Fira Sans', sans-serif;
    }

.program-description {
    background: #02523e url(../images/tfw_interior_banner.jpg) no-repeat;
    background-size: cover;
    padding-top: 30px;
    color: #fff;
    text-align: center;
}

    .program-description p {
        padding-bottom: 20px;
        color: #fff;
    }

.uppercase-headline {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 2px;
    line-height: 13px;
    padding-bottom: 15px;
}

.program-description .headline-lines {
    background: #fff;
    width: 10%;
    height: 6px;
    display: none;
}

.promos-fw-container {
    background: #e6e4d8;
}

.promos-fw {
    width: 100%;
    max-width: 960px;
    display: table;
    table-layout: fixed;
    margin: 0px auto;
    padding: 30px;
}

.promo-item-fw {
    display: table-cell;
    width: 33.333%;
    height: auto;
    background: #fff;
    padding: 30px;
}


@media(max-width: 615px) {
    .promos-fw {
        margin: 0px auto;
    }

    .promo-item-fw {
        display: table-row;
        width: auto;
    }

        .promo-item-fw img {
            padding: 10px;
        }
}

.program-footer {
    margin-top: 40px;
}

    .program-footer h4 {
        margin: 0px 0px 30px 0px;
    }

.program-sponsors img {
    margin-bottom: 20px;
}


.bottomNav {
    max-width: 900px;
    margin: 0px auto;
    background: #000;
    color: #E6E4D8;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    float: none;
    text-align: center;
    padding: 15px 0px;
}

    .bottomNav ul {
        margin: 0px;
    }

    .bottomNav li {
        display: inline-block;
        list-style: none;
        margin: 0px;
        transition: background-color 0.5s ease;
        cursor: pointer;
        width: 15%;
        text-align: center;
    }

.mobile_only {
    display: none !important;
}

@media (max-width:1044px) {

    .mobile_only {
        display: block !important;
    }
}

@media (max-width:615px) {
    .bottomNav li {
        width: 150px;
        text-align: left;
        padding-left: 15px;
    }
}

@media (max-width:900px) {
    .bottomNav {
        padding-right: 0px;
        padding-left: 0px;
        margin: 0px;
    }

        .bottomNav.nav > li > a {
            padding: 15px 0px;
        }
}

.trending, .near-you-ctas {
    padding-right: 40px;
    padding-left: 40px;
}

    .trending .media:nth-child(5) {
        margin-bottom: 50px;
        border-bottom: none;
    }

.follow-our-program {
    margin-top: 50px;
}

.how-you-can-help h3 {
    text-align: center;
    margin-bottom: 30px;
}

.how-you-can-help .btn-lg {
    width: 100%;
    margin-top: 1px;
    background: #AD7C1D;
    cursor: pointer;
}

    .how-you-can-help .btn-lg:hover {
        background: #9D711B;
    }

/*blog, magazine, article details*/

.article-details {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.article-title {
    font-size: 1.8em !important;
    font-weight: 300 !important;
    font-style: none !important;
    line-height: 1.2em;
    margin-bottom: 0px;
}

.article-details li {
    list-style: none;
    display: inline;
    font-weight: 400;
    font-size: .85em;
    color: #999;
}

    .article-details li:first-child:after, .article-details li:nth-child(2):after {
        content: '//';
        padding-left: 7px;
        padding-right: 5px;
    }

.content-image-container {
    position: relative;
    display: table;
    overflow: hidden;
    cursor: pointer;
    margin: 0px auto 30px auto;
}

.content-image-caption {
    background: #000;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 1;
}

.content-image-container:hover .content-image-caption {
    opacity: 1;
}

.img-article {
    width: 100%;
}

.info-icon-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

@media(max-width:768px) {
    .info-icon-caption {
        display: none;
    }

    .content-image-container {
        position: relative;
        display: table;
        margin: 0px auto 30px auto;
    }

    .content-image-caption {
        background: #000;
        position: relative;
        opacity: 1;
    }
}

.info-icon-caption img {
    width: 35px;
    height: 35px;
}

.content-image-caption p {
    color: #fff;
    font-size: .9em;
    padding-bottom: 0px;
}

.article-main-image {
    margin: 30px auto;
    border: 3px solid #000;
}


.magazine-article .mpu-container {
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 20px;
}

@media(max-width:991px) {
    .magazine-article {
        margin-top: 50px;
    }
}

@media(max-width:768px) {

    .magazine-article .mpu-container {
        margin: 0px auto 30px auto;
    }
}

.media {
    margin-top: 0px;
    padding-bottom: 30px;
    padding-top: 20px;
    font-family: 'Fira Sans', sans-serif;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.trending .media:last-child {
    border-bottom: none;
}


.media:hover .trending-media-object {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}


.media-heading {
    font-weight: 700;
    color: #272b2d;
    font-size: .8em;
    margin-bottom: 10px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.media-body p {
    font-weight: 400;
    font-size: .9em;
    color: #272b2d;
    padding-bottom: 0px !important;
}

.trending-media-object {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.magazine-media-object {
    margin-right: 20px;
}

.media-link {
    color: #AD7C1D;
    font-family: 'Patua One', cursive;
}

    .media-link:hover {
        color: #966a1b;
    }

/*Components*/

.featured {
    color: #fff;
    text-align: center;
    position: relative;
}

.featured-headline {
    color: #fff;
    font-family: 'Patua One', cursive;
    font-size: 2em;
    line-height: 1.2em;
}

.featured p {
    color: #fff;
    max-width: 600px;
    margin: 20px auto;
}

.featured .btn-lg {
    margin: 30px auto;
    display: block;
    border: 2px solid #e6e4d8;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #e6e4d8;
}

.half-page-feature {
    width: 960px;
    margin: 0px auto;
}

.four-col {
    margin: 15px 0px 15px 0px;
    padding: 10px;
    cursor: pointer;
}

    .four-col p {
        /*text-transform: uppercase;*/
        text-align: center;
        font-size: .8em;
        /*letter-spacing: 2px;*/
        line-height: 13px;
        padding-bottom: 15px;
    }

.regional-affiliate-thumbnails .four-col {
    background: #fff;
    border-bottom: 6px solid #C8C5AC;
    min-height: 200px;
}


.magazine-archives .four-col {
    background: none;
}

    .magazine-archives .four-col img {
        background: none;
    }

.magazine-archives p {
    /*padding-top: 15px;*/
    padding-bottom: 0px;
}


.profile-pictures .four-col {
    background: none;
}

    .profile-pictures .four-col p {
        text-align: left;
        padding-bottom: 0px !important;
    }

.profile-pictures a {
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 700;
}

.profile-name {
    text-align: left;
    font-weight: 700;
}

.profile-title {
    text-align: left;
    text-transform: none !important;
    letter-spacing: 0px !important;
    line-height: 17px !important;
}


.profile-pictures .four-col img {
    margin-bottom: 20px;
}

.profile-pictures .four-col:hover {
    box-shadow: none;
    cursor: pointer;
}

.main-profile-picture {
    margin-bottom: 30px;
}

.content-featured {
    width: 100%;
    padding: 50px 0px 50px 0px;
}

@media(max-width: 480px) {
    .content-featured {
        padding: 40px 0px 40px 0px;
    }
}

.featured-newsletter {
    background: url(../images/newsletter_bg.jpg)no-repeat;
    background-size: cover;
}

    .featured-newsletter .featured-overlay {
        background: #fff;
        padding-top: 50px;
        padding-bottom: 50px;
    }

.featured-overlay {
    background: rgba(0,0,0,.8);
    padding: 30px 15px 30px 15px;
    max-width: 700px;
    margin: 30px auto;
}

.newsletter-animal-graphic {
    position: absolute;
    z-index: 0;
    right: -40px;
    bottom: 0px;
}

.featured-newsletter .featured-overlay {
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.35),0 -1px 1px rgba(0,0,0,0.12);
    border-radius: 2px;
}

.featured-newsletter .featured-headline {
    position: relative;
    z-index: 1;
}

.section-content-featured-container {
    padding-left: 0px;
    padding-right: 0px;
}

.section-content-featured {
    width: 100%;
    max-width: 960px;
    /*background: #ccc;*/
    text-align: left;
    color: #fff;
    background: url(../images/our_work_climate_change_930x400.jpg)no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.section-content-overlay {
    background: rgba(0,0,0,.7);
    padding: 30px;
}

.section-content-featured .btn-lg {
    display: inline-block;
}

.section-content-featured .featured-headline {
    color: #fff;
    font-family: 'Patua One', cursive;
    font-size: 2em;
    line-height: 1.2em;
}

.section-content-featured p {
    color: #fff;
    margin: 0px;
    font-size: .8em;
}

.TFW-home-featured {
    background: url(../images/tree_rings.jpg)no-repeat;
}

    .TFW-home-featured .featured-overlay {
        background: rgba(0,81,61,0.77);
    }

.basic-feature-container {
    width: 100%;
    min-height: 350px;
    background: rgba(230, 228, 216, 0.6);
    padding: 30px;
}

.basic-feature {
    background: #fff;
    padding: 20px;
}

    .basic-feature .col-sm-6 {
        padding: 20px;
    }

.feature-two-col-text {
    padding-bottom: 0px !important;
    font-size: 1em !important;
}

@media(max-width: 768px) {
    .feature-two-col-img {
        margin-bottom: 30px;
    }
}

.basic-feature .featured-headline {
    padding-bottom: 0px;
    color: #272b2d;
}

.basic-feature p {
    padding-bottom: 20px;
    color: #272b2d;
}

.basic-feature .btn-lg {
    background: #4D9068;
}

@media (max-width:480px) {
    .basic-feature .col-sm-6 {
        padding: 0px;
    }

    .basic-feature .btn-lg {
        margin: 0px auto;
        display: block;
    }
}

.pin-wrapper {
    height: 0px !important;
}

.border {
    padding: 10px;
    border: 1px solid #afada9;
}

/*tabs*/

.nav-tabs {
    margin-bottom: 30px;
    border-bottom: 1px solid #272b2d;
}

    .nav-tabs li {
        margin-right: 3px;
        line-height: 1.42857143;
        border-radius: 4px 4px 0 0;
        border: 1px solid #272b2d;
        color: #E6E4D8;
        cursor: pointer;
        padding-bottom: 0px;
    }

@media(max-width: 500px) {
    .nav-tabs li {
        font-size: .9em !important;
    }
}

.nav-tabs li a:hover {
    color: #E6E4D8 !important;
    background-color: #272b2d;
    border: 1px solid #272b2d;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #E6E4D8 !important;
    cursor: default;
    background-color: #272b2d;
    border-color: #272b2d;
}

.nav-tabs > li > a {
    margin-right: 0px;
    color: #272b2d !important;
}

.tab-content {
    position: relative;
}

/*ADVERTISEMENTS*/

.leaderboard-container {
    width: 748px;
    height: 130px;
    background: rgba(230, 228, 216, 0.6);
    margin: 40px auto;
}

    .leaderboard-container img {
        padding: 20px;
    }

.mpu-container {
    /*background: #e6e4d8;*/
    margin-top: 40px;
    float: right;
}

    .mpu-container img {
        /*padding: 20px;
			width: 300px;
			height: 250px;*/
    }

@media (max-width: 768px) {
    .mpu-container {
        float: none;
        margin: 40px auto;
        /*width: 300px;
		height: 250px;*/
    }


    .mobile-ad {
        /*width: 360px;*/
        /*background: #e6e4d8;*/
        margin: 10px auto 40px auto;
    }

        .mobile-ad img {
            /*padding:20px;*/
        }

    .content-form {
        margin-top: 30px;
    }
}


#lightbox-fullpage .modal-header {
    border-bottom: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
    right: 0px;
}

    #lightbox-fullpage .modal-header .close {
        color: #fff;
        text-shadow: 0 1px 0 #000;
        opacity: 1;
        font-size: 24px;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
        background: #000;
        margin: 0px;
    }

.large-lightbox-body {
    height: 500px;
    background: #000 url(../images/lightbox-image.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

@media(max-width:500px) {
    .large-lightbox-body {
        height: 500px;
        background: #000 url(../images/lightbox-image.jpg) left no-repeat;
        background-size: cover;
        position: relative;
    }
}

.large-lightbox-body-text {
    max-width: 480px;
    color: #fff;
    background: rgba(0,0,0,.5);
    padding: 20px;
    margin-top: 40px;
}

.lightbox-right-text {
    float: right;
}

.large-lightbox-body-text h1 {
    padding: 0px;
    float: none;
    margin-top: 0px;
}

.large-lightbox-body-text p {
    color: #fff;
}

.large-lightbox-body-text .inline-btn {
    padding: 20px;
    height: auto;
    background: #4d9068;
    border: none;
    width: auto;
}

.modal-footer .inline-btn {
    background: #000;
    border: 1px solid #e6e4d8;
}

#lightbox-fullpage .modal-footer {
    background: #000;
    border-top: 0px;
    text-align: center;
}


.catalog_promo_container {
    text-align: center;
}

.catalog_promo_item {
    padding: 10px;
    margin: 10px;
    background: rgba(230, 228, 216, 0.6);
    vertical-align: top;
    text-align: center;
}

    .catalog_promo_item img {
        padding: 10px;
        background: #fff;
        margin-bottom: 10px;
    }

.catalog_promo_container h4 {
    margin-top: 5px;
}

.catalog_promo_item p {
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-size: 13px;
    line-height: 1.3em;
}

.item_number {
    display: none;
}

.item_name {
    font-weight: 700;
}

.item_price {
    color: #ad7c1d;
}


#desktop-search-form .input-group {
    margin-bottom: 15px;
}

#main-mobile-search .input-group {
    margin-bottom: 0px;
}

.content-form .form-group-lg .form-control, .content-form .input-group-lg > .form-control {
    border-radius: 0px !important;
}

.content-form .form-control {
    border: none;
    background: #f0f0f0;
    font-size: 1em;
}

.content-form .form-group {
    margin-top: 15px;
}

.content-form button {
    background: #4d9069;
    color: #fff;
    text-transform: none;
    border-radius: 0px !important;
}

.content-form .dropdown-menu > li > a {
    color: #222;
}



    .content-form .dropdown-menu > li > a:hover {
        background: #f0f0f0;
        -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
        -webkit-transition: all .15s ease;
        -o-transition: all .15s ease;
    }

.content-form .dropdown-toggle:active {
}

.content-form button:hover {
    background: #498260;
    color: #fff;
}


.content-form .inline-btn {
    margin-top: 30px;
    background: #4d9068;
    text-transform: uppercase;
    font-size: 1em;
}

.large-subhead {
    font-style: italic;
    font-size: 1.4em;
    font-weight: 100;
    line-height: 1.4em;
    padding-bottom: 0px;
}

.wildlife-form-container {
    background: url(../images/texture-bg.png)no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}

    .wildlife-form-container h2 {
        margin-bottom: 40px;
    }

    .wildlife-form-container .form-control {
        height: 45px;
    }

    .wildlife-form-container .center-btn {
        margin-top: 40px;
        border: 1px solid #000;
    }

.caption-info {
    padding: 20px 20px 0px 20px;
    margin: 0px;
    background: #000;
}

    .caption-info .event-title {
        color: #e6e4d8;
        font-weight: 700;
        font-size: .9em;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .caption-info p {
        color: #e6e4d8;
        margin: 0px;
        padding-bottom: 15px;
        letter-spacing: normal;
        text-transform: none;
        text-transform: uppercase;
        font-size: .9em;
    }

.img-report {
    max-width: 219px;
}


.full-quote-container {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    font-style: italic;
}

.full-quote {
    text-align: center;
    padding: 10px;
}

    .full-quote p {
        margin: 0px auto;
        max-width: 600px;
    }

.search-result-item-container {
    background: rgba(230,228,216,0.5);
    padding: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.search-result-item {
    background: #fff;
    padding: 30px;
}

    .search-result-item:hover {
    }

    .search-result-item h4 {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .search-result-item p {
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: .9em;
    }

.pagination > li > a {
    color: #AD7C1D;
}



.tile-text {
    text-transform: none !important;
    letter-spacing: 0px !important;
    font-size: .9em !important;
    line-height: 1.4em !important;
}

.tile-img {
    padding-bottom: 15px;
}

.tile-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.regional-map-home {
    background: #272b2d;
}

.region-toggle-container {
    float: right;
    width: 300px;
    border-bottom: 6px solid #C8C5AC;
    background: #fff;
    padding: 20px;
}

.region-toggle {
    display: inline-block;
    padding-right: 20px;
}

    .region-toggle p {
        margin: 0px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: .8em;
    }

#animal_stat_container {
    width: 100%px;
    height: 30px;
    position: relative;
    margin-bottom: 30px;
}

#animal_stat_indicator {
    position: absolute;
    height: 11px;
    width: 20px;
    bottom: 1px;
    z-index: 2;
}

#animal_stat_gradient {
    width: 100%;
    height: 32px;
    position: absolute;
    border: 1px solid #000;
    padding: 3px;
    z-index: 0px;
    padding: 8px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aa1d1d+0,ffd100+50,77bc43+100 */
    background: #aa1d1d; /* Old browsers */
    background: -moz-linear-gradient(left, #aa1d1d 0%, #ffd100 50%, #77bc43 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #aa1d1d 0%,#ffd100 50%,#77bc43 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #aa1d1d 0%,#ffd100 50%,#77bc43 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1d1d', endColorstr='#77bc43',GradientType=1 ); /* IE6-9 */
}

.endangered {
    left: 2%;
}

.threatened {
    left: 45%;
}

.delisted {
    right: 30%;
}

.not_listed {
    right: 2%;
}

.catagory_icon {
    width: 40px;
    height: 40px;
    margin: 0px auto;
    background: url(../images/catagory_icons.png) -10px 0px no-repeat;
}

.mammal {
    background-position: 0px 0px;
}

.amphibian {
    background-position: -40px 0px;
}

.bird {
    background-position: -80px 0px;
}

.plant {
    background-position: -120px 0px;
}

.fish {
    background-position: -160px 0px;
}

.reptile {
    background-position: -200px 0px;
}

.invertebrate {
    background-position: -240px 0px;
}

.fungi {
    background-position: -280px 0px;
}

.animal-category-column .large-text {
    margin: 30px 0px;
    padding-bottom: 0px !important;
}

.animal-list-table {
    margin-bottom: 50px;
    /*border-spacing: 15px 0px;
    border-collapse: separate;*/
}

    .animal-list-table td {
        font-family: 'Fira Sans', sans-serif;
    }

.content-box {
    padding: 40px;
}

    .content-box p {
        font-size: 1em;
        padding-bottom: 0px !important;
    }


.content-box-list {
    list-style: none;
    text-align: center;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

    .content-box-list li {
        padding: 5px 0px;
    }


/*Tables*/

.table-row {
    display: table-row;
}

@media(max-width: 768px) {
    .two-col-container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.two-col-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.two-col-table-cell-img {
    display: table-cell;
    width: 50%;
    height: auto;
    background: #f0f0f0;
    vertical-align: top;
    background: url(../images/wildlife-guide-450x450.jpg)center no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
    height: 450px;
}

.two-col-table-cell {
    display: table-cell;
    width: 50%;
    height: auto;
    background: #e6e4d8;
    vertical-align: middle;
    background-size: cover;
    position: relative;
    cursor: pointer;
    height: 450px;
    border: 6px solid #c8c5ac;
}

    .two-col-table-cell .headline-container {
        margin-top: 0px;
    }

.img-overlay {
    background: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    height: 100%;
    color: #e6e4d8 !important;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

    .img-overlay:hover {
        background: rgba(0,0,0,.8);
    }

    .img-overlay .headline-lines {
        background: #e6e4d8;
    }

    .img-overlay p {
        color: #e6e4d8;
    }

    .img-overlay .center-btn {
        background: none;
        border: 1px solid #e6e4d8;
    }

.content-box .center-btn {
    margin-top: 25px;
}

@media(max-width: 660px) {
    .two-col-table {
        display: block;
    }

    .table-row {
        display: block;
    }

    .two-col-table-cell-img {
        display: none;
        /*display: inline-block;
			  width: 100%;*/
    }

    .two-col-table-cell {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: auto;
        box-sizing: border-box;
        margin-top: -6px;
    }
}

.bordered-container {
    border: 1px solid #272b2d;
    padding: 20px;
}

.bordered-container-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #e6e4d8 !important;
    font-size: .9em;
    letter-spacing: 2px;
    background: #272b2d;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-default > .panel-heading {
    background: #e6e4d8;
    border-color: #c8c5ac;
}

.panel-title a {
    color: #272b2d;
}

.panel-heading img {
    float: right;
    padding: 8px 10px 10px 0px;
}

.line_divider {
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    margin: 30px auto;
}

@media(max-width: 480px) {
    .line_divider {
        margin: 0px auto;
    }
}

.small_p {
    font-size: 1em !important;
    line-height: 1.7em;
}

.partner_logo {
    /*border: 1px solid #f00;*/
    /*margin-bottom: 30px;*/
}

.tier_1_logo {
    /*max-width: 400px;
	min-width: 400px;*/
    max-height: 250px;
    margin-bottom: 30px;
}

.tier_2_logo {
    min-height: 170px;
    margin-bottom: 30px;
}

.tier_3_logo {
    min-height: 150px;
    max-height: 150px;
    margin-bottom: 30px;
}

@media(max-width: 768px) {
    .two_col_img {
        margin-bottom: 30px;
    }
}

.content-list {
    margin-bottom: 30px;
}

    .content-list li {
        padding-bottom: 20px;
        list-style: square;
    }

.first-paragraph {
    margin-top: 0px;
}


.tile {
    padding: 10px;
    border-bottom: 6px solid #c8c5ac;
    background: #fff;
}

.region_thumbnail {
    height: 200px;
}

.locally_items {
    height: 300px;
}

.article-item-list {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 5px;
}

.pr-archive-item{
    height: 200px;
}

.leadership-item {
    height: 250px;
}

.board-member-item{
	height: 125px;
}

.magazine-issue-item{
height: 360px;		
}	
	
.magazine-issue-item img{
max-height: 140px;		
}

@media(max-width: 768px) {
    .article-item-list {
        width: 50%;
    }

.board-member-item{
	width: 25%;
}

 .locally_items {
        height: auto;
    }
}

@media(max-width: 500px) {
    .article-item-list {
        width: 100%;
    }

    .leadership-item, .magazine-issue-item{
	height: auto;		
}

    .magazine-archives .center-block {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.three-col-tile {
    width: 33.333% !important;
}

    .three-col-tile .region_thumbnail {
        height: 180px;
    }

    .three-col-tile h4 {
        margin-top: 0px;
    }

@media(max-width: 768px) {
    .three-col-tile {
        width: 50% !important;
    }

        .three-col-tile .region_thumbnail {
            height: auto !important;
        }
}

@media(max-width: 480px) {
    .three-col-tile {
        width: 100% !important;
    }
}

.press-release-container img{
	float:right;
	padding-left: 30px;
	padding-bottom: 30px;
}
@media(max-width: 767px){
	.press-release-container img{
	padding: 10px;
		float: none;
		margin: 0px auto;
	}
}

.left-image{
	float:left;
	padding-right: 30px;
	padding-bottom: 30px;
}

@media(max-width: 767px){
	.right-image, .left-image{
	padding: 10px;
		float: none;
		margin: 0px auto;
	}
}

.locally_items .media-heading{
	height: 50px;
}

/* 9/22/17 additions below this line. */

.sign-up-btn{
    width: 300px;
    color: #E6E4D8;
	 background: #272b2d;
    padding: 20px 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    border-radius: 0px;
	text-align: center;	 
	 margin-top: 40px;
	position: relative;
	z-index: 1;
}
.sign-up-btn a{
	color: #E6E4D8 !important;
}

@media(max-width: 480px){
	.sign-up-btn{
		width: 100%;	
	}
}

@media(max-width: 480px){
    .media-left{
    display:block;
    Margin-bottom: 20px;
    }
    .inline-btn{
    margin-bottom: 10px;
    }
    .img-report{
    margin-bottom: 20px;
    }
    .tab-content .media-object{
    width: 100%;
    }
}

.press-release-item{
	height: 400px;		
}
@media(max-width: 500px) {
    .press-release-item {
        height: auto;
    }
}

#search-page-input input::-webkit-input-placeholder{
	color: #000;
}
#search-page-input input::-webkit-input-placeholder{ 
  color: #000;
}
#search-page-input input::-webkit-input-placeholder{ 
  color: #000;
}
#search-page-input input::-webkit-input-placeholder{ 
  color: #000;
}
