@font-face { font-family: 'Glyphicons Halflings'; src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot"); src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.main-header-area .search-btn a,
.main-header-area .search-btn a:hover {
	margin-right: 5px;
	color: #fff;
	font-size: 18px;
}

header.header-area{
    position: fixed;
    width: 100%;
    z-index: 100;
}
main{
    padding-top: 150px;
}
.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

/*Search*/
.search-area{
    /*padding: 265px 0 360px*/;
    background: #1c1c1c;
    
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.search-area .cpt-select{
    margin-bottom: 40px;
}
.search-area h2{
    font-family: DagnyWebRegular;
    font-size: 30px;

}
.search-area .newsletter-form{
    padding-top: 40px
}
.search-area .newsletter-form input{
    width: 554px;
    background-color: #303030;
}
.search-area .ecojustice-btn{
    min-width: 161px;

}

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    margin-top: 150px;
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: -150px;
    /*background-color: rgb(0,0,0); /* Black fallback color */
    /*background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    background-color: #1c1c1c;
    overflow: hidden;
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    z-index: 9001;    
}

@media only screen and (max-width: 768px){
	.overlay {
	 top: 0;
	}
}

.overlay-content{
	padding: 265px 0 360px;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: #fff;
}
.overlay .closebtn:hover{
	text-decoration: none;
}

.post-item{
	padding: 15px 0;
	background: #fff;
	margin: 0 0 10px;
    border-radius: 5px;
}
.search-area .post-item{
	padding: 15px;
	width:247px;
}

.post-item .photo{
    float: left;
    padding: 0 15px 0 0;
}
.post-item h3,
.post-item h3 a{
    font-family: "DagnyWebBold";
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 15px 0 0;
}
.post-item .date{
    font-style: italic;
    font-size: 14px;
    padding-bottom: 19px;
    display: block;
}
.post-item p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.post-item .date span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 0px 2px -1px 8px;
}
.post-item .date span.blog{
    background-color: #006838;
}
.post-item .date span.case{
    background-color: #B32317;
}
.post-item .date span.press-release{
    background-color: #B32317;
}
.cpt-select{
   /* margin-bottom: 23px;*/
}
.cpt-select a,  .cpt-select .facetwp-checkbox{
    font-family: "DagnyWebBold";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    padding: 0 20px;
}
.cpt-select.category a, .cpt-select .facetwp-checkbox{
    color: #000;
}
.cpt-select a:first-child{
    padding-left: 0;
/*    margin-left: -15px;*/
}
.cpt-select .active{
    text-decoration: underline;
    color: #fff;
}
.search-results .search-results{
    padding-bottom: 60px;
}
.search-results .search-results + .newsletter-area {
    padding-top: 0px;
}
/********/

.pagination { width: 100%; overflow: hidden; padding: 35px 0 85px; font-weight: bold; font-family: "proxima-nova", sans-serif; }
.pagination .pages { display: none; }
.pagination a.first { display: none; }
.pagination a.last { display: none; }
.pagination a.previouspostslink { border-radius: 2px 0 0 2px; -moz-border-radius: 2px 0 0 2px; -webkit-border-radius: 2px 0 0 2px; text-indent: -9999px; }
.pagination a.previouspostslink:after { width: 100%; font-family: 'Glyphicons Halflings'; text-indent: 0; text-align: center; float: left; content: "\e079"; }
.pagination a.nextpostslink { border-radius: 0 2px 2px 0; text-indent: -9999px; -moz-border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0; }
.pagination a.nextpostslink:after { float: left; content: "\e080"; font-family: 'Glyphicons Halflings'; text-indent: 0; width: 100%; text-align: center; }
.pagination a { width: 44px; height: 44px; font-size: 14px; float: left; line-height: 44px; text-align: center; color: #fff; background: #205563; border: none; padding: 0; margin: 0 3px 3px 0; }
.pagination a:hover { background: #0cacbc; color: #fff; text-decoration: none; }
.pagination span { width: 44px; height: 44px; font-size: 14px; float: left; line-height: 44px; text-align: center; color: #fff; background: #205563; border: none; padding: 0; margin: 0 3px 3px 0; }

body:not(.home) .single-welcome-slide{
    height: 350px;
    background-position: center, center;
}
body:not(.home) .single-welcome-slide .welcome-text h1{
    font-size: 32px;
    line-height: 1;
}
body:not(.home) .single-welcome-slide .welcome-text p{
    font-size: 20px
}
.ix {
    text-align: center;
    margin: 0 auto;
    width: auto;
    margin-bottom: 44px;
    border-bottom: 1px solid gainsboro;
}
.ix ul {
    list-style-type: none;
    overflow: hidden;
    width: auto;
    padding-bottom: 1px;
    margin-bottom: -2px;
    padding-left: 11px;
}
.ix ul li {
    float: left;
    margin-right: 1px;
}
.ix ul li a {
    position: relative;
    font-size: 0.83333em;
    line-height: 1.73333em;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #d6ccaf;
    padding: 11px 0;
    display: block;
    overflow: hidden;
    background: #7fb9cf;
    color: white;
    text-decoration: none;
    padding: 22px;
    margin-bottom: 2px;
}
.ix ul li a.selected {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 white;
    border-color: gainsboro gainsboro white;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #313131;
    margin-bottom: -2px;
}

.pdf .single-post-area{
    height:340px;
}
.button {
    font-size: 13px;
    padding: 0.5em 1.5em;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='$light-green', endColorstr='$dark_green');
    background-color: #78A22F;
    border: 0;
    color: white;
    font-size: 13px;
    padding: 14.66667px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 4px;
    border-bottom: none;
    font-family: inherit;
}
.ix-footer{
    padding: 15px 0;
}
/*.page-template-template-approach p,
.page-template-template-approach h1,
.page-template-template-approach h2,
.page-template-template-approach h3,
.page-template-template-approach h4,
.page-template-template-approach h5,
.page-template-template-approach h6{
    color: #fff;
}*/
.section-padding-50-50{
    padding: 50px 0;
}
#approach-icons img {
    margin: 0 0 10px;
}
#approach-icons p {
    color: #fff;
    font-size: 20px;
    margin-top: 0.72222em;
    margin-bottom: 1.44444em;
}

.card-container-row {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.card-box {
    -ms-flex: 1;
    flex-grow: 1;
    border-right: 1px solid #fff;
    min-width: 300px;
    height: 300px;
    position: relative;
    text-align: center;
    box-shadow: 2px 3px 4px 0 rgba(50, 50, 50, 0.2);
}
.card-content {
    box-sizing: border-box;
    background: rgba(41, 41, 41, 0.8);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
}
.card-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0 1.25em;
    min-height: 5.7em;
}
.card-content.flex-column {
    flex-direction: column;
}
.card-content h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
}
/* line 9434, ../sass/eux/_styles-additional.scss */
.intro-sl { width: 100%; background: #21633d; padding: 30px 0 0; position: relative; border-top: 24px #21633d solid; }
/* line 9440, ../sass/eux/_styles-additional.scss */
.intro-sl .sl { z-index: 40; }
/* line 9443, ../sass/eux/_styles-additional.scss */
.intro-sl .sl-prev { position: absolute; top: 23%; width: 90px; height: 136px; text-indent: -9999px; background: url("../../images/sl-arrows.png") no-repeat; z-index: 50; cursor: pointer; left: 30px; }
/* line 9454, ../sass/eux/_styles-additional.scss */
.intro-sl .sl-next { position: absolute; top: 23%; width: 90px; height: 136px; text-indent: -9999px; background: url("../../images/sl-arrows.png") no-repeat; z-index: 50; cursor: pointer; right: 30px; background-position: -90px 0; }
/* line 9466, ../sass/eux/_styles-additional.scss */
.intro-sl .sl-hold { width: 100%; padding-bottom: 40px; }
/* line 9469, ../sass/eux/_styles-additional.scss */
.intro-sl .sl-hold .slider-content { max-width: 950px; margin: 0 auto; width: 100%; text-align: center; color: #fff; font-family: "proxima-nova", sans-serif; }
/* line 9477, ../sass/eux/_styles-additional.scss */
.intro-sl .sl-hold h2 { font-size: 50px; margin: 0 0 10px; font-family: "proxima-nova", sans-serif; padding: 0; }
/* line 9483, ../sass/eux/_styles-additional.scss */
.intro-sl .sl-hold p { color: fff; font-size: 26px; font-family: "proxima-nova", sans-serif; margin: 0 30px 10px 0; }
/* line 9489, ../sass/eux/_styles-additional.scss */
.intro-sl .sl-hold a { height: 50px; line-height: 50px; color: #fff; font-size: 24px; text-transform: uppercase; text-decoration: none; background: #77a133; display: inline-block; font-family: "proxima-nova", sans-serif; vertical-align: top; padding: 0 15px; font-weight: bold; transition: background-color ease 250ms; -moz-transition: background-color ease 250ms; -webkit-transition: background-color ease 250ms; }
/* line 9505, ../sass/eux/_styles-additional.scss */
.intro-sl .sl-hold a:hover { background: #1c5333; }

/* line 9514, ../sass/eux/_styles-additional.scss */
.intro-sl.donate .sl-hold .slider-content .left-part { position: relative; }
/* line 9516, ../sass/eux/_styles-additional.scss */
.intro-sl.donate .sl-hold .slider-content .left-part span.name { padding: 0; color: #3b3358; display: inline-block; vertical-align: top; position: absolute; bottom: 35px; left: 0px; z-index: 300; line-height: 55px; font-size: 26px; }
/* line 9527, ../sass/eux/_styles-additional.scss */
.intro-sl.donate .sl-hold .slider-content .left-part span.name span.hold { height: 55px; background: url("../../images/b-repeat.png") repeat-x; vertical-align: top; display: inline-block; font-family: "Bradley Hand ITC V1"; font-weight: bold; }
/* line 9535, ../sass/eux/_styles-additional.scss */
.intro-sl.donate .sl-hold .slider-content .left-part span.name:before { width: 55px; height: 55px; background: url("../../images/left-b.png") no-repeat; display: inline-block; content: ''; vertical-align: top; margin: -2px -25px 0 -29px; }
/* line 9544, ../sass/eux/_styles-additional.scss */
.intro-sl.donate .sl-hold .slider-content .left-part span.name:after { width: 55px; height: 55px; background: url("../../images/right-b.png") no-repeat; display: inline-block; content: ''; vertical-align: top; }

/* line 9557, ../sass/eux/_styles-additional.scss */
.pager-holder { width: 100%; height: 30px; background: #1c5333; bottom: 0px; left: 0px; }
/* line 9563, ../sass/eux/_styles-additional.scss */
.pager-holder .pager { margin: 0; text-align: center; }
/* line 9566, ../sass/eux/_styles-additional.scss */
.pager-holder .pager span { width: 7px; height: 7px; background: #f2fff8; font-size: 0; display: inline-block; margin: 10px 7px 0; vertical-align: top; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; cursor: pointer; }
/* line 9578, ../sass/eux/_styles-additional.scss */
.pager-holder .pager span:hover { background: #84b72c; }
/* line 9582, ../sass/eux/_styles-additional.scss */
.pager-holder .pager span.cycle-pager-active { background: #80b728; }

.intro-sl.donate .sl-hold .slider-content .left-part {
    width: 450px;
    float: left;
    margin: 0 45px 0 30px;
}
.intro-sl.donate .sl-hold .slider-content .right-part {
    width: 590px;
    float: left;
    padding-top: 50px;
    text-align: left;
}
.intro-sl.donate .sl-hold .slider-content .left-part .img-hold {
    padding: 20px;
    overflow: hidden;
    -webkit-transform: skew(2deg);
    -moz-transform: skew(2deg);
    -o-transform: skew(2deg);
    background: #fff;
    -webkit-box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.75);
}
.intro-sl.donate .sl-hold .slider-content .left-part span.name {
    padding: 0;
    color: #3b3358;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 35px;
    left: 0px;
    z-index: 300;
    line-height: 55px;
    font-size: 26px;
}
.intro-sl.donate .sl-hold .slider-content .left-part .img-placer {
    width: 410px;
    height: 450px;
}
.intro-sl.donate .sl-hold .slider-content .left-part span.name span.hold {
    height: 55px;
    background: url(../../images/b-repeat.png) repeat-x;
    vertical-align: top;
    display: inline-block;
    font-family: "Bradley Hand ITC V1";
    font-weight: bold;
}
.breadcrumb {
    margin-bottom: 80px;
}

/* main css fixes (pixelperfect)*/

@media (min-width: 1200px){
	.container {
	    max-width: 1166px;
	}
}

.top-header-area {
    height: 50px;
}
.top-header-area .top-header-content .top-social-area a {
    width: initial;
    padding: 0 28px;
    line-height: 50px;
    font-size: 18px;
}
.top-header-area .top-header-content a.top-button{
    padding: 0 29px;
    line-height: 50px;
}
.classy-nav-container .classy-navbar .nav-brand{
    margin-right: 44px !important;;
}
.classy-nav-container .classy-navbar .classynav {
    margin-top: 2px;
}
.classynav ul li.has-down > a:after{
    font-size: 17px;
}
.classy-nav-container .classy-navbar .classynav ul li a{
    padding-left: 0 14px;
}
.classynav ul li.active a::before {
    content: none;
}
.classynav ul#nav > li.active > a:before {
    width: 80%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1;
    content: '';
}
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li.active a {
    background: #1c1c1c;
    text-decoration: none !important;
}
/*.main-header-area .donate-now-btn a {
    line-height: 102px;
}*/
.online-community-area strong {
    font-family: "ProximaNova-Bold", sans-serif !important;
    font-weight: bold;
    color: #ffffff;
    line-height: 87px;
    font-size: 72px;
}
.breakpoint-off .classynav ul li .dropdown{
    border: none;
}
@media only screen and (max-width: 991px){
    main{
        padding-top: 80px;
    }
    .overlay {
        margin-top: 0;
        padding: 0 15px;
    }
    .overlay-content{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 100%;
        flex-direction: column;
    }
    .search-area .newsletter-form input{
        width: 100%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    .online-community-area strong{
        font-size: 52px !important;
        line-height: 58px !important;
    }
}
@media only screen and (min-width: 992px){
    .main-header-area .donate-now-btn a {
        line-height: 102px ;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .online-community-area strong{
        font-size: 44px !important;
        line-height: 48px !important;
    }
}
@media (max-width: 1024px){
    .ecojustice-carousel-slider .carousel{
        padding-right: 0;
        padding-left: 0; 
    }
    .ecojustice-carousel-slider .carousel-item img{
        width:100%;
    }
    
    body:not(.home) .single-welcome-slide {
        height: auto;
        padding-bottom: 50px;
    }
    .newsletter-form input {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .ecojustice-btn{
        margin-bottom: 20px;
    }
    .main-header-area .search-btn {
		right: 235px;
	}
}
@media (max-width: 812px){
    .home-single-box {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }
    .ecojustice-article-area .payment-method {
         margin-left: 0; 
    }
    .ecojustice-about-area .what-we-do .video iframe{
        max-height: 300px;
    }
   
}
@media only screen and (max-width: 767px){
    .home-single-box img {
        max-height: initial;
    }
    .ecojustice-btn{
        margin-bottom: 20px;
    }
    .ecojustice-article-area .main-text{
        padding-right: 0;
        padding-left: 0;
    }
    .online-community-area strong {
        font-size: 36px !important;
        line-height: 40px !important;
    }
}
@media (max-width: 414px){
    .ecojustice-about-area .what-we-do .video iframe{
        max-height: 160px;
    }
    .ecojustice-about-area .what-we-do{
        margin-bottom: 80px;
    }
    .ecojustice-carousel-slider .carousel{
        margin-top: 80px;
    }
    .ecojustice-about-area,
    .ecojustice-support-area{
        margin-bottom: 80px;
    }
    .ecojustice-carousel-slider .carousel-item{
        padding:20px;
    }
    .ecojustice-carousel-slider .carousel-item img{
        min-width: auto;
    }
    .ecojustice-carousel-slider .carousel-item .text{
        padding-left: 15px;
        padding-right: 15px;
    }
    .ecojustice-support-area .question-area .text {
        padding-left: 15px;
        padding-top: 20px;
    }
    .ecojustice-support-area .box-area{
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 10px;
    }
    .ecojustice-btn{
        padding-left: 0;
        padding-right: 0;
    }
    .ecojustice-support-area .get-involved-btn{
        margin-bottom: 80px;
    }
    .ecojustice-people-area .people-bio-photo{
        min-width: initial;
    }
    .search-area .cpt-select a{
		display: block;
		padding: 2px 0;
    }
    .search-area .post-item .photo{
		width: 100%;
		padding: 0 0 15px 0;
    }
    .search-area .post-item .photo img{
    	width: 100%;
    }
}