/*
Theme Name: Environmental Law Foundation
Author: Ewa Krzepisz
Author URI: https://www.bluemooncreative.co.uk
Version: 1.0.1
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This is an example theme to go along with the Treehouse blog post on <a href="http://teamtreehouse.com/how-to-build-a-responsive-wordpress-site-with-twitter-bootstrap">How to Build a Simple Responsive WordPress Site Using Twitter Bootstrap</a>.
*/
body {
    font-size: 16px;
    color: #2c1f2c;
    font-family: 'Dosis', sans-serif;
}

p {
    -webkit-font-smoothing: antialiased;
}

.navbar-toggle {
    z-index: 9999999;
}

.main-copy h3:not(:first-child) {
    margin-top: 30px;
}

.navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg) translateY(4px);
    transform: rotate(45deg) translate(4px, 4px);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.navbar-toggle .icon-bar:nth-child(3) {
    height: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.navbar-toggle .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg) translateY(-4px);
    transform: rotate(-45deg) translate(4px, -4px);
    -webkit-transform-origin: center;
    transform-origin: center
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s
    transition: transform .2s,
    -webkit-transform .2s;
}

.navbar-toggle.collapsed .icon-bar:nth-child(4) {
    -webkit-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    -webkit-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    height: 2px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.sharpspring_form label {
    color: white;
}

.sharspring_form .field {
    width: 45% !important;
    float: left !important;
    clear: none !important;
    margin-left: 6% !important;
}

.sharpspring_form .field {
    width: 47% !important;
    float: left !important;
    clear: none !important;
    margin-left: 0% !important;
}

.sharpspring_form .field.lastName, .sharpspring_form .field.email {
    margin-left: 5% !important;
}

.sharpspring_form label {
    color: white !important;
}

.sharpspring_form .button {
    cursor: pointer;
    font-size: .8em;
    color: #ffffff;
    padding: 10px 20px;
    background-image: none;
    background-size: 100%;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    background-color: #e25341 !important;
}

.sharpspring_form p.clear {
    margin: 0;
}

.sharpspring_form form {
    padding: 5px 0;
}

span#cn-notice-text {
    font-size: 1.2em;
    font-weight: bold;
}

.main-image .slick-prev {
    left: 50px;
}

.main-image .slick-next {
    right: 50px;
}

.main-image {
    max-height: 469px;
    overflow: hidden;
}

.home-main-slider-inner img {
    width: 100%;
    height: auto;
}

.home-main-slide-list.slick-initialized.slick-slider {
    margin-bottom: 0;
}

.home-main-slider-inner.slick-slide {
    position: relative;
}

.slider-main-caption {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow {
    background-color: transparent;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999;
}

.slick-next {
    background-image: url(https://elflaw.org/wp-content/uploads/2018/03/arrow-right_compressed.png);
    right: -50px;
}

.slick-prev {
    background-image: url(https://elflaw.org/wp-content/uploads/2018/03/arrow-left-optimised.png);
}

.footer-logo-slider .slick-arrow, .home-widget-left .slick-arrow, .main-image .slick-arrow {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.footer-segment {
    margin-bottom: 40px;
}

img.cards-accepted {
    max-width: 70%;
}


/* Header styles */
.header-top {
    background-color: #61a955;
    color: white;
    padding: 5px 0px;
    font-size: 0.7em;
    font-family: 'Varela Round', sans-serif;
    margin-bottom: 30px;
}

.header-top .link-right {
    text-align: right;
}

.header-top .link-right a {
    color: white;
}

.header-logo {
    max-width: 270px;
    margin: 8px auto;
}

.header-main {
    padding: 30px;
    font-family: 'Varela Round', sans-serif;
}

.header-main-right {
    text-align: right;
    font-family: 'Varela Round', sans-serif;
}

.header-main-right .telephone {
    color: #61a855;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 5px;
}

.header-top .btn.btn-info.btn-lg {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    font-size: 1em;
    padding: 0;
}

.link-right a {
    margin-right: 10px;
}

.modal-content {
    background-color: #ffffff;
    border: 5px solid #61a756;
    border-radius: 0px;
    color: #e25341;
    text-align: center;
    padding: 25px;
}

.modal-content button.close {
    color: #61a756;
    opacity: 1;
    font-size: 45px;
    font-weight: 200;
    text-shadow: none;
    line-height: .5;
}

.modal-header .close {
    bottom: auto;
    right: 25px;
}

div#myModal {
    z-index: 99999;
}

div#cookieModal {
    z-index: 99999999;
}

.modal-content p {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
}

.modal-title {
    margin: 30px 0px 0px 0px;
    font-size: 1.9em;
}

.modal-header {
    border: none;
    padding: 0;
}

.modal-body a {
    color: #61a756;
}

.donate a {
    position: relative;
}

.donate span {
    color: white;
    padding: 13px 32px;
    text-transform: uppercase;
    font-size: 0.9em;
    position: absolute;
    z-index: 1;
}

.donate a:hover {
    color: white;
}

.donate a:after {
    content: "";
    width: 150px;
    height: 45px;
    background: url("https://elflaw.org/img/button-donate.svg") no-repeat;
    display: inline-block;
    transition: all ease 500ms;
}

.donate:hover a:after {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    transition: all ease 500ms;
}

nav {
    border-bottom: 2px solid #e25340;
    color: white;
}

.home-link {
    width: 47px;
    height: 47px;
    background-color: #e25340;
}

.home-link img {
    max-width: 28px;
}

.home-top {
}


.main-navigation li {
    list-style: none;
}

.main-navigation li {
    display: inline-block;
    padding: 14px 16px 16px;
}

.menu li {
    float: left;
    list-style: none;
    position: relative;
}

.menu li a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 15px 31px;
    display: block;
    cursor: pointer;
    transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
}

@media screen and (max-width: 1199px) {
    .menu li a {
        padding: 15px 20px;
    }
}

.menu li:first-child a:after {
    content: "";
    background: rgba(255, 255, 255, 0);
}

.menu li a:hover {
    color: #61a955;
    text-decoration: none;
}


.home-icon a {
    background-color: #e25340;
    background-image: url(https://elflaw.org/img/icon-home.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    text-indent: -99999px;
    padding: 15px 35px !important;
}

.home-icon li a:after {
    display: none;
}


.menu li a:after {
    content: "";
    height: 52%;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: absolute;
    left: 0;
}


.navbar-collapse {
    margin-top: 15px;
    border-bottom: 2px solid #e25341;
    background-color: #2e212e;
}

.navbar .form-group {
    width: 190px;
}

.intro {
    position: relative;
}

.purple-ribbon {
    background: #2d202d;
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
    transition: all ease 500ms;
}

.green-ribbon {
    background: #61a855;
    margin-bottom: 35px;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    transition: all ease 500ms;
}

.ribbon {
    font-size: 1.75em;
    font-weight: lighter;
    position: relative;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    clear: both;
}

.ribbon h1 {
    font-size: .75em;
    margin: 10px;
}


.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #e25340 transparent transparent transparent;
    bottom: -1em;
}

.ribbon .ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 2em;
}

.ribbon .ribbon-content:after {
    right: 0;
    border-width: 1em 2em 0 0;
}


.ribbon h1 {
    letter-spacing: 1px;
}

.green-ribbon h1 {
    font-size: 0.95em;
    padding: 5px 0;
}

.statistics {
    background-color: #2d202d;
    color: white;
    padding: 50px 0 20px 0px;
    border-bottom: 2px solid #e25341;
}

.statistics-inner h1 {
    color: #e25340;
    font-size: 2.2em;
}

.statistics-inner {
    text-align: center;
    margin-bottom: 30px;
}

.statistics-inner h2 {
    font-size: 1.2em;
    font-weight: 100;
    margin-top: 0;
    width: 80%;
    margin: 0 auto;
}

.navbar {
    margin-bottom: -1px;
}

.hero-buttons {
    text-transform: uppercase;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
}

.hero-buttons h1 {
    font-size: 1.25em;
    margin: 20px 10px;
}


.hero-buttons-inner .left {
    background-color: #61a756;
}

.hero-buttons-inner .right {
    background-color: #45763e;
}

.hero-buttons-inner .left:before, .hero-buttons-inner .right:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #e25340 transparent transparent transparent;
    bottom: -1em;
}


.hero-buttons-inner .left:before {
    left: 0;
    border-width: 1em 0 0 2em;
}

.hero-buttons-inner .right:after {
    right: 0;
    border-width: 1em 2em 0 0;
}

.hero-buttons-inner a {
    color: white;
}

.hero-buttons-inner a:hover {
    color: white;
    text-decoration: none;
}


.hero-buttons h1:after {
    content: "";
    background-image: url(https://elflaw.org/img/button-arrow-right.svg);
    width: 17px;
    height: 18px;
    float: right;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-right: 0;
}

.hero-buttons h1:hover:after {
    content: "";
    background-image: url(https://elflaw.org/img/button-arrow-right.svg);
    opacity: 0.75;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-right: 10px;
}


.container-small {
    width: 60%;
    margin: 0 auto;
}


p.accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 0.85em;
    border-bottom: 1px solid rgba(46, 33, 46, 0.25);
    padding: 15px 0;
    margin-bottom: 10px;
    font-family: 'Varela Round', sans-serif;
}

p.accordion.active, p.accordion:hover {
}

p.accordion:before {
    content: '\2795';
    font-size: 13px;
    float: left;
    width: 16px;
    background-color: #61a757;
    height: 18px;
    margin-right: 10px;
}

p.accordion.active:before {
    content: "\2796";
    background-color: #e25341;
}


h1 {
    font-size: 1.5em;
}


.read-more {
    text-transform: uppercase;
    font-family: 'Varela Round', sans-serif;
    font-weight: bold;
    font-size: 0.85em;
    color: #2e212e;
}

.read-more:after {
    text-transform: uppercase;
    font-family: 'Varela Round', sans-serif;
    content: "\002b";
    color: white;
    background-image: url(https://elflaw.org/img/button-main.svg);
    background-repeat: no-repeat;
    margin-left: 3px;
    background-size: 22px;
    background-position: center center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    padding: 10px;
}

.read-more:hover:after {
    margin-left: 15px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}


.panel-title .glyphicon {
    font-size: 22px;
    background-color: #61a756;
    color: white;
    font-weight: bold;
    width: 20px;
    text-align: center;
    margin-right: 10px;
    height: 20px;
}

.collapsed .glyphicon-plus {
}

.glyphicon-plus:before {
}

.collapsed .panel-title {
    background-color: #2e212e;
}

.collapsed .panel-title .glyphicon {
    background-color: #2e212e !Important;
}


.panel-title {
    color: #2e212e;
    font-family: 'Varela Round', sans-serif;
    font-size: 0.95em;
    margin-bottom: 10px;
}


img.sponsor-logo {
    max-width: 115px;
    margin-right: 30px;
}

.sponsors-inner {
    margin-bottom: 25px;
}

.sponsors h3 {
    margin-bottom: 30px;
}

.sponsors {
    text-align: left;
}

#recent-projects-inner li {
    list-style: none;
    display: inline-block;
}


.individual-case-thumbnail img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
}

.individual-case-thumbnail {
    width: 300px !important;
    height: 200px !important;
}


.map-wrapper .individual-case-info h2 {
    font-size: 1.4em;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #e25343;
}

.map-wrapper .individual-case-info {
    margin-left: 8px;
    box-shadow: none;
    /* text-align: center; */
}

.map-wrapper .individual-case-img {
    margin-left: 22px !important;
    margin-top: 22px;
}

.individual-case-study-content:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden;
}

.case-study-grid .individual-case-study-content {
    width: 100%;
}

.recent-projects {
    text-align: center;
    background-image: url(https://elflaw.org/wp-content/uploads/2018/03/textured-background-2_compressed.jpg);
    background-size: contain;
    border-top: 4px solid #e25341;
}

#recent-projects-inner {
    padding: 30px 0px 70px 0px;
}

.call-to-action {
    background-color: #61a756;
    color: white;
    background-image: url(https://elflaw.org/wp-content/uploads/2018/03/call-to-action-background-background-compressed.png);
    background-repeat: no-repeat;
    background-position: -10% 20%;
    /* margin-bottom: 60px; */
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}


.individual-case-thumbnail h2 {
    font-size: 1.25em;
}

.call-to-action p {
    font-size: 1.25em;
    font-family: 'Varela Round', sans-serif;
}

.call-to-action h3 {
    text-transform: uppercase;
    color: #2e212e;
    font-size: 1.25em;
    margin-bottom: 5px;
}

.call-to-action h2 {
    text-transform: uppercase;
    margin-top: 0;
}

.call-to-action-inner {
    padding: 40px 0px;
}


li.individual-news-item {
    list-style: none;
    border-radius: 2px;
    background-color: rgba(97, 168, 85, 0.1);
    box-shadow: 0 0px 2px 0px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
}

#latest-news-inner ul {
    padding: 0;
}

.post-author {
    color: #e25341;
}

.individual-news-item h3 {
    font-size: 1em;
    color: rgba(46, 33, 46, 0.7);
    text-transform: none;
    margin: 5px 0px 15px 0px;
}

.latest-news a {
    color: #2e212e;
}

.individual-news-item h2 {
    font-size: 1.15em;
    font-weight: bold;
    margin: 0;
}

.individual-news-item img {
    height: auto;
    max-width: 750px;
}

.client-testimonial {
    background-color: #2c1f2c;
    color: #e25341;
    text-align: center;
    padding: 30px;
    background-image: url(https://elflaw.org/img/quote-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.client-testimonial-inner
h2 {
    font-size: 1.625em;
}

.testimonial-name {
    font-size: 1.063em;
    color: white;
}

.client-testimonial-inner {
    width: 80%;
    margin: 0 auto;
}

.individual-news-item-image {
    height: 200px;
    padding: 0;
    overflow: hidden;
    width: 312.5px;
}


* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* relevant styles */
.individual-case-thumbnail {
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 312.5px;
    margin: 10px;
}

.img__description {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    background: rgb(226, 83, 65);
    color: #fff;
    visibility: hidden;
    min-height: 100%;
    padding: 20px;
    opacity: 0;

    /* transition effect. not necessary */
    transition: all .5s ease;
}

.individual-case-thumbnail:hover .img__description {
    visibility: visible;
    opacity: 1;
}

.footer-top {
    color: white;
    background-color: #2d202d;
    padding: 50px 0px;
    background-image: url(https://elflaw.org/img/footer-map.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer-top li {
    list-style: none;
}

.footer-top a {
    color: white;
}

.footer-top h3 {
    font-size: 1em;
    color: #e25342;
    text-transform: uppercase;
}

.footer-top p {
    font-size: 1em;
}

.footer-bottom {
    background-color: #1c131c;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.925em;
    font-weight: bold;
}

.footer-bottom a {
    color: #e25341;
}

#footer-logos-inner li {
    list-style: none;
    display: inline-block;
    margin-top: 25px;
}

.partner-logo img {
    margin: 0 auto;
}

#footer-logos-inner {
    text-align: center;
}

.footer-lower .Donate img {
    max-width: 200px;
}

#footer-top-inner {
    height: 320px;
}

.footer-logos {
    padding: 20px 0px;
}

h3 {
    text-transform: uppercase;
    margin-top: 0px;
}

.social-media-logos img {
    width: 25px;
    max-height: 25px;
}

ul.social-media-logos li {
    max-width: 25px;
    display: inline-block;
    height: 25px;
    margin-right: 20px;
}

.social-media-logos {
    margin: 15px 0px;
}

.donate h3 {
    margin-bottom: 15px;
}

.home-widget-left > img {
    max-width: 175px;
    margin-bottom: 20px;
}

.home-widget-left {
    text-align: center;
    margin-top: 30px;
}

.home-widget-left .slick-slider .caption {
    background: #f2f2f0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    margin-top: 15px;
    color: #2e212e;
}

.home-widget-left .slick-slider .caption p {
    margin-bottom: 0px;
}

.home-widget-left .slick-slider img {
    max-width: 270px;
}

.home-widget-left .slider {
    max-width: 70%;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}

.home-widget-left .slick-next {
    right: 0px !important;
}

.home-widget-left .slick-prev {
}


.caption.slick-slide.slick-current p {
    background: #f2f2f0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
}

.slick-slider {
    text-align: -webkit-center;
}

.pagination__button {
    cursor: pointer;
    float: left;
}

.pagination__button img {
    max-width: 30px;
}

.individual-news-item-content {
    padding: 25px;
}

.need-help a {
    text-decoration: underline;
    font-weight: bold;
    color: #46763f;
}

.need-help span {
    color: #61a955;
}

.need-help {
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 40px;
}

.need-help h4 {
    color: #45763e;
}


.need-help h2 {
    font-size: 2em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 25px;
}


#recent-projects-inner h3 {
    margin: 50px 0px;
}

.header-image {
    height: 234px;
    background-position: center center !important;
}

.tab-1 {
    background-color: #61a855;
}

.tab-2 {
    background-color: #45763e;
}

.tab-3 {
    background-color: #2c1f2c;
}

.tab-4 {
    background-color: #c33523;
}

.tab-1:hover {
    opacity: .9;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.tab-2:hover {
    opacity: .9;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.tab-3:hover {
    opacity: .9;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.tab-4:hover {
    opacity: .9;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.navbar-form {
    margin-top: 4px;
    margin-bottom: 4px;
    border: none;
    padding: 0;
    float: right !important;
}

.navbar .form-control {
    font-size: 14px;
    line-height: 1.42857143;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar .btn-default {
    background-image: url(https://elflaw.org/img/search-icon.png);
    right: -50px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 34px;
}

.form-control:focus {
    border: none !important;
    box-shadow: none;
}

.nav-tabs-inner a {
    color: white !important;
}

.nav-tabs-inner:hover a {
    text-decoration: none;
}

.nav-tab {
    padding: 20px;
}

.nav-tab a:after {
    content: "";
    background-image: url(https://elflaw.org/img/button-arrow-right.svg);
    width: 17px;
    height: 18px;
    float: right;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-right: 0;
}

.nav-tab a:hover:after {
    content: "";
    background-image: url(https://elflaw.org/img/button-arrow-right.svg);
    opacity: 0.75;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-right: 10px;
}

.nav-tabs-inner {
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

.page-content {
    background-color: rgba(46, 33, 46, 0.10);
}

.page-content-inner {
    background-color: white;
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, .2);
}

.main-copy {
    padding: 75px;
}

.page-content p {
    font-size: 1.188em;
    margin-bottom: 5px;
}

.page-content a {
    color: #61a756;
}

h5 {
    color: #61a756;
    font-size: 1em;
    font-family: 'Varela Round', sans-serif;
    margin-bottom: 25px;
    line-height: 1.4em;
    margin-top: 0px;
}

.nav-tabs {
    background-color: #61a756;
}

.call-to-action-inner a {
    color: white;
}

.call-to-action-inner img {
    max-width: 25px;
    margin-left: 20px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}


.call-to-action-inner:hover img {
    margin-left: 30px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}


.call-to-action:hover {
    background-position: -5% 37%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}


.pullUp {
    animation-name: pullUp;
    -webkit-animation-name: pullUp;

    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
    0% {
        transform: scaleY(0.1);
    }
    40% {
        transform: scaleY(1.02);
    }
    60% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes pullUp {
    0% {
        -webkit-transform: scaleY(0.1);
    }
    40% {
        -webkit-transform: scaleY(1.02);
    }
    60% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(1);
    }
}


.img__description {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    background: rgb(226, 83, 65);
    visibility: hidden;
    min-height: 100%;
    padding: 20px;
    opacity: 0;
    color: white;
    background-image: url(https://elflaw.org/wp-content/uploads/2018/03/button-background-white_compressed.png);
    background-repeat: no-repeat;
    background-position: -10% 20%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.get-involved-heading {
    background-color: #2d202d;
    color: #e25341;
    padding: 50px 0px;
    text-align: center;
    font-family: 'Varela Round', sans-serif;
}

.get-involved-heading a {
    color: white;
}

.get-involved-heading:hover a {
    color: white;
}

.get-involved-heading p {
    font-size: 1.3em;
    width: 75%;
    margin: 0 auto 20px auto;
}

#get-help .sidebar {
    padding-top: 75px;
}

#get-help .sidebar .need-help {
    text-align: center;
    background-size: 275px;
    background-position: 42px 58px;
    padding: 0px 45px;
    margin-bottom: 50px;
}

#get-help .home-widget-left .slick-next {
    right: 0;
}

#get-help .home-widget-left .slick-prev {
    left: 0px;
}

.wpcf7-form label.active {
    background-color: rgba(97, 167, 86, 0.5);
    border: 2px solid rgb(97, 167, 86);
}

.sidebar .client-quote-small img {
    margin-bottom: 40px;
}

.sidebar .client-quote-small p {
    font-weight: bold;
    padding: 0px 20px;
}

.sidebar .client-quote-small {
    text-align: center;
    margin-bottom: 60px;
}

.university-slider li {
    list-style: none;
    display: inline-block;
    margin: 40px 20px;
}

.page-content .university-slider ul {
    padding: 0;
}

.university-slider li img {
    max-width: 210px;
}

.university-details-bar h1 {
    font-size: 1em;
    margin: 0;
}

.university .sidebar {
    text-align: center;
}

h3.orange {
    color: #e25341;
}

.main-copy.sidebar h3 {
    color: #61a757;
    margin-bottom: 35px;
}

.main-copy.sidebar li {
    margin-bottom: 15px;
    list-style: none;
    color: #61a757;
    font-weight: bold;
}

.main-copy.sidebar {
    text-align: center;
}

.sidebar .nav-tabs {
    border-radius: 8px 0px 0px 8px;
    margin-bottom: 5px;
}

.sidebar.nav-tabs {
    padding: 0;
    margin-top: 75px;
    background: rgba(255, 255, 255, 0);
    left: 25px;
}

.sidebar .nav-tab {
    margin-bottom: 12px;
    border-radius: 8px 0px 0px 8px;
}

.sidebar .nav-tab:after {
    content: "";
    border-style: solid;
    border-width: 10px 0 0 25px;
    border-color: transparent transparent transparent #e25341;
    position: absolute;
    right: 0;
    top: -10px;
}

.archive .individual-news-item {
    background-color: rgb(255, 255, 255);
    border-top: 3px solid #61a855;
    border-radius: 0px;
}

.archive .individual-news-item a {
    color: #2d202d;
}

.archive {
    padding-top: 50px;
}

.post-date p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: bold;
    color: rgba(45, 32, 45, 0.5);
}

.single-news h3 {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 2em;
}

.single-news p.author {
    border-bottom: 1px solid rgba(45, 32, 45, 0.15);
    padding-bottom: 15px;
    font-size: 1em;
    color: #61a855;
}

.single-news strong {
    background-color: #e25341;
    color: white;
    padding: 1px 8px;
    font-weight: 100;
    text-transform: uppercase;
}

.single-news li {
    font-size: 1.188em;
}

.single-news ul {
    margin: 40px;
}

.archive .individual-news-item {
    padding-top: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 2px solid #61a757;
    border-radius: 5px;
    padding: 5px 20px;
    background-color: #61a757;
    color: white;
    text-transform: uppercase;
    font-size: 0.9em;
    margin: 30px 10px 50px 0px;
}

.wp-pagenavi {
    margin: 50px 0px;
    float: right;
}


.need-help .bubble {
    margin-bottom: 15px;
}

.sf-field-taxonomy-case_study_cat {
    display: inline-block;
    letter-spacing: 0.1em;
    font-size: 0.88em;
    text-transform: uppercase;
    width: 100%;
}

.searchandfilter ul {
    width: 100%;
    color: white;
}

.map-search-bar {
    background-color: #e25342;
}


.individual-case-img img {
    height: auto;
    width: 100%;
    position: relative;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform 6s;
    transition: opacity .3s ease-in-out, -webkit-transform 6s;
    -o-transition: transform 6s, opacity .3s ease-in-out;
    transition: transform 6s, opacity .3s ease-in-out;
    transition: transform 6s, opacity .3s ease-in-out, -webkit-transform 6s;
    opacity: .9;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.individual-case-img {
    height: 200px;
    overflow: hidden;
}

.individual-case-info h2 a {
    text-transform: uppercase;
    font-size: .58em;
    color: #2d202d;
}

.searchandfilter ul li li:first-child {
    height: 91px;
    width: 95px;
}

.case-study-link {
    cursor: pointer;
}

.case-study-grid .individual-case-info p {
    font-size: 1em;
    color: #2f222f;
}

.individual-case-study:hover .individual-case-info {
    background-color: rgba(46, 33, 46, 0.10);
    transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
}

.individual-case-info h2 {
    margin-top: 0px;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.individual-case-info {
    padding: 15px;
    box-shadow: 0 0px 2px 0px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
}

.case-study-grid .individual-case-info {
    min-height: 250px;
}

.individual-case-info .read-more {
    font-size: 0.7em;
}


.map-search-bar span.sf-level-0 {
    margin-right: 10px !important;
    display: inline-block;
    margin: 0px;
    min-width: 150px !important;
}

.map-search-bar span.sf-label-radio {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.75em;
    margin-top: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    padding: 12px 4px;
}

.map-search-bar {
    padding: 0 !important;
}

.map-search-bar input[type=radio] {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.map-search-bar .sf-level-0:nth-child(1) label {
    padding-top: 15% !important;
    font-size: 20px;
    font-weight: 100;
}

.map-search-bar .sf-level-0:nth-child(2) label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-air.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 47px;
    padding: 20px;
}

.map-search-bar .sf-level-0:nth-child(3) label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-chemicals-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 47px;
    width: 47px;
    padding: 20px;
}

.map-search-bar .sf-level-0:nth-child(4) label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-energy.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 47px;
    width: 47px;
    padding: 20px;
}

.map-search-bar .sf-level-0:nth-child(5) label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-village-greens.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 47px;
    width: 47px;
    padding: 20px;
}

.map-search-bar .sf-level-0:nth-child(6) label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-land.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 47px;
    width: 47px;
    padding: 20px;
}

.map-search-bar .sf-level-0:nth-child(7) label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-nuisance.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 47px;
    width: 47px;
    padding: 20px;
}

.map-search-bar .sf-level-0:nth-child(8) label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-transport.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 47px;
    width: 47px;
    padding: 20px;
}

.map-search-bar .sf-level-0:nth-child(9) label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-waste.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 47px;
    width: 47px;
    padding: 20px;
}

.map-search-bar .sf-level-0:nth-child(10) label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-water.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 47px;
    width: 47px;
    padding: 20px;
}


.sf-field-taxonomy-case_study_cat > ul > li:hover {
    background-color: rgba(189, 58, 42, 0.8);
    cursor: pointer;
}


section.latest-news {
    background-color: rgba(45, 32, 45, 0.1);
    padding: 50px 0px;
}

.latest-news .home-widget-left {
    background-color: white;
    max-width: 475px;
    float: right;
    padding: 40px 15px 0px 15px;
    box-shadow: 0 0px 2px 0px rgba(0, 0, 0, .2);
}

.footer-logos {
    background-color: white;
}

#footer-logos-inner .gold {
    border: 2px solid #e25341 !important;
}

#footer-logos-inner .supporter {
    border: 1px solid rgba(45, 32, 45, 0.2);
    border-radius: 5px;
    padding: 20px;
    margin: 0;
    margin: 0 5px;
}

#footer-logos-inner p {
    text-transform: uppercase;
    color: #e25341;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-top: 5px;
}

.latest-news li.individual-news-item {
    background-color: white;
}


.about-tabs {
    background-color: #61a855;
}


.about-tabs li a {
    color: white;
    padding: 20px;
    text-transform: uppercase;
}

.about-tabs .purple {
    background-color: #2d202d;
}

.about-tabs .orange {
    background-color: #e25341;
}

.nav-pills > li.active > a {
    border-radius: 0px;
}

.nav-pills > li.active > a:after {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    margin-top: 4px;
}

.nav > li.purple > a:focus, .nav > li.purple > a:hover {
    background-color: #2d202d;
    border-radius: 0px;
}

.nav > li.green > a:focus, .nav > li.green > a:hover {
    background-color: #47863d;
    border-radius: 0px;
}

.nav > li.orange > a:focus, .nav > li.orange > a:hover {
    background-color: #e25341;
    border-radius: 0px;
}

.about-tabs li a:after {
    content: "";
    background-image: url(https://elflaw.org/img/button-arrow-right.svg);
    width: 17px;
    height: 18px;
    float: right;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-right: 0;
}

.about-tabs li a:hover:after {
    content: "";
    background-image: url(https://elflaw.org/img/button-arrow-right.svg);
    opacity: 0.75;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-right: 10px;
}

div#exTab1 {
    padding: 0;
}

div#exTab2 {
    padding: 0;
}

.page-content p {
    margin-bottom: 20px;
}

.page-content ul {
    font-size: 1.188em;
    padding: 0 0 0 50px;
    margin-bottom: 25px;
}


.university-details-bar {
    background-color: #e25341;
    color: white;
    font-size: 1em;
    padding: 15px 0px;
}

.university-details-bar right {
    text-align: right;
}

.university-details-bar .right {
    text-align: right;
}

.university-details-bar a {
    color: white;
}

.university-sidebar-logo {
    padding: 75px 25px 25px 25px;
    text-align: center;
}

.university .latest-news li.individual-news-item p {
    font-size: .9em;
}

.university .latest-news li.individual-news-item h2 {
    font-size: .9em;
}

.university-sidebar-logo img {
    margin-top: 40px;
    max-width: 100%;
    max-height: 200px;
}

/*Contact form - get help*/

.select-case-type .wpcf7-list-item:nth-child(1) span {
}

span.wpcf7-form-control-wrap.application-on-behalf {
    margin-bottom: 60px;
}

.select-case-type .wpcf7-list-item-label {
    border-radius: 4px;
    padding: 80px 5px 15px;
    background: rgb(97, 167, 86);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: top 21px center;
    width: 100%;
    min-height: 120px;
    position: relative;
    transition: all .3 ease;
}

.select-case-type .wpcf7-list-item:hover label {
    transition: all .3 ease;
    background-repeat: no-repeat;
    opacity: .8;
}


.wpcf7-form-control-wrap.case-type {
    background-color: white;
}

.select-case-type span.wpcf7-list-item-label {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.select-case-type {
    padding: 0 !important;
}

.select-case-type input[type=checkbox] {
    opacity: 0;
    position: absolute;
}

.select-case-type .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-land.png);
}

.select-case-type .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-water.png);
}

.select-case-type .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-air.png);
}

.select-case-type .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-chemicals.png);
}

.select-case-type .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-energy.png);

}

.select-case-type .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-nuisance.png);

}

.select-case-type .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-transport.png);
}

.select-case-type .wpcf7-list-item:nth-child(8) .wpcf7-list-item-label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-waste.png);
}

.select-case-type .wpcf7-list-item:nth-child(9) .wpcf7-list-item-label {
    background-image: url(https://elflaw.org/wp-content/uploads/2017/10/interactive-map-icon-village-greens.png);
}

.wpcf7-form p {
    margin-bottom: 0 !important;
}


.wpcf7-form-control-wrap {
    background-color: rgba(45, 32, 45, 0.1);
    font-size: 1em;
    float: left;
    min-height: 50px;
    min-width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
}

.wpcf7-form-control {
    background-color: rgba(255, 255, 255, 0);
    min-height: 50px;
    width: 100%;
    display: block;
    padding: 20px;
}


.wpcf7 input[type="submit"] {
    padding: 12px 20px;
    background: #61a855;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    width: 100px;
}

.wpcf7-form label {
    min-width: 100%;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 10px;
}

.wpcf7-list-item-label {
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    height: 50%;
    margin-top: 13px;
}

.areasofexpertise .wpcf7-list-item {
    width: 45%;
    float: left;
}

.areasofexpertise .wpcf7-form-control {
    padding: 8px 4px;
    display: inline-block;
}

/* Donation form*/

form[id*=give-form] .give-donation-amount .give-currency-symbol {
    background-color: #61a855;
    border-top: none;
    border-bottom: none;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    padding: 2px 7px;
    display: none;
}

form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
    border: none;
    font-weight: bold;
    background: #FFF;
    padding: 5px 10px;
    border: 1px solid #60a756;
    border-radius: 5px;
    margin: 0px 5px;
}

form[id*=give-form] select.give-select-level {
    border: none;
    margin: 0 0 40px 10px;
    color: #fff;
    background-color: #61a756;
    font-weight: bold;
    height: 40px;
}

legend {
    text-transform: uppercase;
}

#give-recurring-form h3.give-section-break, #give-recurring-form h4.give-section-break, #give-recurring-form legend, form.give-form h3.give-section-break, form.give-form h4.give-section-break, form.give-form legend, form[id*=give-form] h3.give-section-break, form[id*=give-form] h4.give-section-break, form[id*=give-form] legend {
    margin: 10px 0 15px;
    border-bottom: 2px solid rgb(97, 167, 87);
}


#give_purchase_form_wrap {
    margin-top: 40px;
}

fieldset#give_purchase_submit {
    float: right;
}

.give-submit-button-wrap.give-clearfix {
    float: right;
}

p#give-final-total-wrap {
    margin-top: 45px !important;
    margin-bottom: 15px !important;
}

.give-total-wrap {
    /* width: 50%; */
    margin: 0;
    /* float: left; */
}

form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    background-color: #61a757;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-weight: bold;
    margin-right: 10px;
}

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    border: none;
    font-weight: bold;
    background: #FFF;
}

.give-btn {
    background: #2e212e;
    border: none;
    color: #fff;
    padding: 8px 10px;
    width: 210px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}


#give-recurring-form .give-error, #give-recurring-form .give-required-indicator, form.give-form .give-error, form.give-form .give-required-indicator, form[id*=give-form] .give-error, form[id*=give-form] .give-required-indicator {
    color: #e25341;
}

[id*=give-form] div.give-form-content-wrap {
    margin: 0 0 80px;
}

fieldset#give_offline_payment_info {
    margin-top: 50px;
}

ul#give-gateway-radio-list {
    list-style: none;
    padding: 0;
}

p.form-row {
    margin-bottom: 0;
}

ul#give-gateway-radio-list {
    list-style: none;
    padding: 0;
}

p#give-first-name-wrap {
    margin-bottom: 0px;
}

p.form-row {
    margin-bottom: 0;
    max-width: 50%;
}

.give-input {
    background-color: rgba(47, 34, 47, 0.1);
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
    width: 100%;
}

.give-donation-amount.form-row-wide {
    margin-bottom: 15px;
}

/*Responsiveness*/
@media screen and (max-width: 1199px) {
    .menu li a {
        padding: 10px 26px;
    }

    .individual-case-img {
        height: 155px;
    }

    .case-study-grid .individual-case-info {
        min-height: 265px;
    }
}

@media screen and (max-width: 991px) {
    .container-small {
        width: 100%;
    }

    .telephone span {
        font-size: 16px;
    }

    .navbar-header .logo {
        text-align: center;
    }

    .main-copy.sidebar img {
        padding: 0 15%;
        width: 100%;
    }

    .statistics-inner p {
        text-align: center !important;
        width: 90%;
        margin: 0 auto 25px auto;
    }

    .statistics-inner h2 {
        text-align: center !important;
        width: 100%;
    }

    .img__description {
        visibility: visible !important;
        opacity: 1;
        min-height: 65px !important;
        margin: auto;
        padding: 20px;
    }

    .navbar {
        border-bottom: 3px solid #2e212e;
    }

    .menu li a {
        padding: 8px 16px;
        font-size: 0.8em;
    }

    .menu li {
        font-size: 0.8em;
    }

    #get-help .sidebar {
        padding-top: 0;
    }

    .hero-buttons h1 {
        margin: 0;
        padding: 20px 0px;
        text-align: center;
    }

    .hero-buttons-inner {
        width: 100%;
        margin: 0;
    }

    .hero-buttons-inner .right {
        float: left;
        width: 50%;
    }

    .hero-buttons-inner .left {
        float: left;
        width: 50%;
    }

    .need-help {
        text-align: center;
        background-size: 355px;
        background-position: center 40px;
    }

    .searchandfilter ul li li {
        width: 20%;
    }

    .searchandfilter ul li li:first-child {
        width: 20%;
    }

    .map-search-bar .sf-level-0:nth-child(1) label {
        padding-top: 10% !important;
    }

    .home-twitter-widget {
        display: none;
    }

    .case-study-grid .individual-case-info {
        min-height: 268px;
    }

    .individual-case-img {
        height: 150px !important;
    }
}

@media screen and (max-width: 991px) {

    .case-study-grid .individual-case-info {
        min-height: auto;
    }

    .individual-case-img {
        height: 100%;
    }

    .menu li a:after {
        background: none;
    }

    .menu li {
        text-align: left;
        width: 100%;
        font-size: 1.75em;
        padding: 10px 0px;
        border-bottom: 2px solid #e25341;
    }

    .collapse.in {
    }

    .home-icon a {
        background-color: rgba(255, 255, 255, 0);
        background-image: none;
        text-indent: 0px;
        padding: 10px 15px !important;
    }

    .collapse.in {
        display: block;
        transform: translateX(0%);
        transition: transform .5s;
    }


    .navbar-collapse {
        padding-top: 80px;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 999999;
        width: 100%;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -moz-transition: transform .5s;
        -webkit-transition: transform .5s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        height: 100% !important;
        margin-top: 0px;
    }


    .hero-buttons-inner .left:before, .hero-buttons-inner .right:after {
        display: none;
    }

    .green-ribbon h1 {
    }

    .ribbon h1 {
    }

    .header-main-right .telephone {
        text-align: left;
        width: 70%;
        font-size: 1.1em;
        float: left;
        padding-top: 17px;
    }

    .home-main-links .statistics-inner {
        width: 100%;
    }

    .statistics-inner {
        width: 50%;
        float: left;
        /* margin-bottom: 30px; */
    }

    .hero-buttons h1:after {
        float: none;
        margin-left: 20px;
    }

    .navbar-header .donate {
        display: none;
    }

    .home-intro .header-image {
        background-size: contain !important;
    }

    .latest-news .home-widget-left {
        max-width: 100%;
    }

    .need-help {
        text-transform: uppercase;
        padding: 0px 45px;
    }

    footer h3 {
        padding-top: 40px;
    }

    .donate-footer img {
        padding: 0 10%;
        max-width: 100%;
    }

    iframe#twitter-widget-1 {
        min-height: 400px !important;
    }

    .home-sponsor-widget {
        margin-bottom: 40px;
    }

    .sponsors {
        text-align: center;
    }

    #recent-projects-inner {
        padding: 0 0 30px 0;
    }

    #footer-top-inner {
        height: auto;
    }

    .need-help .bubble {
        top: 0px;
        left: 0;
    }

    .need-help h4 {
        margin-top: 15px;
    }

    .statistics-inner h2 {
        margin: 0;
    }

    .statistics {
        padding: 20px 0px;
    }

    .home-top {
        text-align: center;
    }

    .sidebar.nav-tabs {
        padding: 0;
        left: 0;
    }

    .sidebar .nav-tab {
        margin-bottom: 0;
        border-radius: 0px;
    }

    .sidebar .nav-tab:after {
        border-style: none;
    }

    .main-copy {
        padding: 40px;
    }

    .sidebar.nav-tabs {
        margin-top: 0px;
    }

    .call-to-action-inner {
        padding: 20px 40px;
    }

    .footer-top {
        text-align: center;
        padding: 0;
    }

    .header-top .link-left {
        float: left;
        width: 50%;
    }

    .header-top .link-right {
        width: 50%;
        float: left;
    }

    .header-main-right {
        padding-bottom: 10px;
    }

    .green-ribbon h1 {
    }

    .purple-ribbon h1 {
        padding-top: 5px;
    }

    .navbar-header {
        text-align: left;
    }

    .header-top {
        margin-bottom: 15px;
    }

    .hero-buttons {
        position: unset;
    }

    .hero-buttons .container-small {
        width: 100%;
    }

    .hero-buttons-inner .right:after, .hero-buttons-inner .right:before {
        display: none;
    }

    .ribbon {
        background-color: #e25341;
    }

    .green-ribbon {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-bottom: 0;
    }

    .slider-main-caption {
        position: unset;
    }

    .ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
        display: none;
    }

    .purple-ribbon {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .ribbon h1 {
        margin: 0;
        font-size: 0.5em;
    }

    .footer-logo-slider .slick-arrow, .home-widget-left .slick-arrow, .main-image .slick-arrow {
    }

    .main-image .slick-next {
        right: 25px;
    }

    .main-image .slick-prev {
        left: 25px;
    }

    .slider-main-caption {
        transform: translateY(0%);
        background: #e35341;
        padding: 20px 0px;
    }
}


.glyphicon-plus:after {
    content: "";
    width: 13px;
    height: 2px;
    background: white;
    display: inline-block;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.glyphicon-plus:before {
    content: "";
    width: 13px;
    height: 2px;
    background: white;
    display: inline-block;
    position: absolute;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%) rotate(90deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}


.sf-field-taxonomy-case_study_cat > ul > li {
    display: inline-block;
    width: 10%;
    text-align: center;
    min-height: 70px !Important;
    vertical-align: top;
}

.sf-field-taxonomy-case_study_cat > ul > li label {
    text-align: center !important;
    width: 100% !important;
    font-size: 10px;
    background-size: 37px !important;
    padding: 0px !Important;
    padding-top: 45px !Important;
    background-position: top center !Important;
}


.sf-field-taxonomy-case_study_cat > ul > li span.sf-count {
    display: none;
}

.sf-field-taxonomy-case_study_cat > ul > li.sf-option-active {
    background: #bd3a2a;
}

.searchandfilter ul li li {
    padding: 15px 0;
}

.searchandfilter ul li {
    padding: 0;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden;
    max-width: 340px;
}

.home-twitter-widget {
    float: right;
    border: 1px solid #eae9ea;
    border-radius: 5px;
    padding: 0px;
    margin-bottom: 50px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gm-style-iw:parent {

}


div#sidebar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 22%;
    z-index: 99999;
    transform: translateX(-100%);
    min-width: 380px;
    transition: all ease 1s;
    overflow: hidden;
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, .2);
}

.map-wrapper {
    position: relative;
}

#sidebar > div {
    position: absolute;
    background: #ffffff;
    top: 0;
    bottom: 0;
}

div#item5 {
}

#sidebar img {
    opacity: 1;
}

#sidebar .individual-case-info h2 {
    line-height: 1.1;
}

#sidebar .individual-case-img {
    margin: 22px 22px 0px 22px;
}


#sidebar.slideIn {
    transform: translateX(0%);
    transition: all ease 1s;
}

.close {
    position: absolute;
    bottom: 0;
    z-index: 99999;
    opacity: 1;
    top: auto !Important;
    right: 0;
    padding: 20px;
    font-size: 1em;
    text-transform: uppercase;
}

.sidebar .feature-text {
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 2em;
    font-weight: bold;
    color: rgba(46, 33, 46, 0.85);
}

.sidebar .feature-text span {
    color: #61a756;
    font-size: 4em;
    clear: both;
    font-weight: 100;
    line-height: 1em;
}

.preferred-method-contact .wpcf7-form-control.wpcf7-radio {
    padding: 0;
}

.preferred-method-contact .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
    padding-top: 12px;
}

.uni-recent-cases-section {
    clear: both;
}

.testimonial.text-testimonail p {
    color: #61a756;
    font-size: 1em;
    font-family: 'Varela Round', sans-serif;
    font-style: italic;
    line-height: 1.4em;
    font-weight: bold;
    margin: 20px;
}

.home-top .panel-heading {
    background-color: #60a755;
    border-radius: 5px 5px 0px 0px;
    border: none;
}

.panel-title a {
    margin-bottom: 5 !important;
}

h4.panel-title {
    margin: 0 !important;
}

.panel-body {
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    border: 2px solid #e3533f;
    border-radius: 0px 0px 5px 5px;
}

.home-main-links.statistics img {
    max-width: 100%;
}

.home-main-links.statistics h2 {
    color: #2e212e;
    font-weight: bold;
    text-align: left;
    margin: 20px 0px 0px 0px;
}

.home-main-links.statistics {
    margin-bottom: 0px !important;
    background-color: #60a755;
    border-bottom: none;
}

.home-main-links.statistics p {
    text-align: left;
    margin-top: 16px;
    font-weight: bold;
}

a.small-arrow-link img {
    width: 24px;
    margin-left: 15px;
}

.home-sponsor-widget img {
    width: 100%;
}

.home-sponsor-widget .image-caption {
    background-color: #44753e;
    color: white;
    padding: 20px;
}

.image-caption h3 {
    margin-top: 0;
}

.statistics-inner a.small-arrow-link {
    color: #2e212e;
}

a.small-arrow-link {
    color: white;
}


.home-main-slide-list .slick-arrow {
    position: absolute;
}

.footer-logos-inner .slick-arrow {
    float: left;
}

.footer-logo-slider .slick-prev {
    left: 0 !important;
}

.footer-logo-slider .slick-next {
    right: 0 !important;
}

.footer-logo-slider .slick-list {
    width: 90% !important;
}

.footer-logo-slider .partner-logo img {
    max-width: 100%;
    height: auto;
}

.tel, .tel:visited { /*for small screens */
    color: #60a955;
}

.tel:hover, .tel:focus {
    color: #000;
}


.statistics-inner > img {
    width: 100% !Important;
    margin: 0px !Important;
}

.map-search-bar.affix {
    position: static;
}

@media (min-width: 992px) {
    .map-search-bar.affix {
        z-index: 99999;
        right: 0;
        left: 0;
        top: 0;
        position: fixed;
    }

    .map-search-bar-wrapper {
        min-height: 91px;
    }

    a.small-arrow-link .statistics-inner h2 {
        transition: all ease 500ms;
        -moz-transition: all ease 500ms;
        -webkit-transition: all ease 500ms;
    }

    a.small-arrow-link .statistics-inner:hover h2 {
        margin-bottom: -10px;
        transition: all ease 500ms;
        -moz-transition: all ease 500ms;
        -webkit-transition: all ease 500ms;
    }
}


.sprite {
    background-image: url(https://elflaw.org/img/graphic-sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-160-67-sponsor-1-crown-office {
    width: 160px;
    height: 67px;
    background-position: -5px -5px;
}

.sprite-160-67-sponsor-burges-salmon {
    width: 160px;
    height: 67px;
    background-position: -175px -5px;
}

.sprite-160-67-sponsor-dutty-gregory {
    width: 160px;
    height: 67px;
    background-position: -5px -82px;
}

.sprite-160-67-sponsor-essex-chambers {
    width: 160px;
    height: 67px;
    background-position: -175px -82px;
}

.sprite-160-67-sponsor-francis-taylor {
    width: 160px;
    height: 67px;
    background-position: -5px -159px;
}

.sprite-160-67-sponsor-kings-chambers {
    width: 160px;
    height: 67px;
    background-position: -175px -159px;
}

.sprite-160-67-sponsor-no5-barrister-chambers {
    width: 160px;
    height: 67px;
    background-position: -5px -236px;
}

.sprite-160-67-sponsor-richard-buxton {
    width: 160px;
    height: 67px;
    background-position: -175px -236px;
}

.sprite-interactive-map-icon-air {
    width: 47px;
    height: 47px;
    background-position: -5px -313px;
}

.sprite-interactive-map-icon-chemicals {
    width: 47px;
    height: 47px;
    background-position: -62px -313px;
}

.sprite-interactive-map-icon-energy {
    width: 47px;
    height: 47px;
    background-position: -119px -313px;
}

.sprite-interactive-map-icon-land {
    width: 47px;
    height: 47px;
    background-position: -176px -313px;
}

.sprite-interactive-map-icon-nuisance {
    width: 47px;
    height: 47px;
    background-position: -233px -313px;
}

.sprite-interactive-map-icon-transport {
    width: 47px;
    height: 47px;
    background-position: -290px -313px;
}

.sprite-interactive-map-icon-village-greens {
    width: 47px;
    height: 47px;
    background-position: -345px -5px;
}

.sprite-interactive-map-icon-waste {
    width: 47px;
    height: 47px;
    background-position: -345px -62px;
}

.sprite-interactive-map-icon-water {
    width: 47px;
    height: 47px;
    background-position: -345px -119px;
}

footer ul {
    font-weight: bold !important;
}

/* Go back to the top button styles */
#go-to-top-panel-btn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 0; /* Place the button at the bottom of the page */
    right: 0; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    /* Remove borders */
    /* Remove outline */
    background-color: #2d1f2d; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    /* Rounded corners */
    font-size: 18px; /* Increase font size */
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#go-to-top-panel-btn:hover {
    background-color: #47843f; /* Add a dark-grey background on hover */
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.go-to-top-panel p {
    margin: 5px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

#go-to-top-panel-btn img {
    max-width: 30px;
    transform: rotate(-90deg);
}

/* Go back to the top button styles end*/

/* --------------------------------

Primary style

-------------------------------- */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    background: rgb(46, 33, 46) url(https://elflaw.org/wp-content/uploads/2018/03/arrow-top.png) no-repeat;
    background-size: 26px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    color: white;
    background-position: center 10px;
    text-align: center;
    padding-top: 38px;
    font-size: 14px;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    color: white;
    text-decoration: none;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 68px;
        width: 60px;
        right: 0;
        bottom: 0;
    }
}

.select-case-type input[type=checkbox]:checked + .wpcf7-list-item-label {
    background-color: #2e212e;
}

.select-case-type .wpcf7-list-item {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: calc(100% / 9);
}

.select-case-type {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
}

.select-case-type label {
    margin: 0;
}

.menu-main-menu-container .current-menu-item a {
    color: #61a955;
}

#mc_embed_signup {
    background: transparent;
    width: 100%;
}

#mc_embed_signup .brandingLogo {
    display: none;
}

img.elf-privacy-badge {
    max-width: 130px;
    margin-top: 2rem;
}

/** Stripe payments */
.payment-links .nav-tabs {
    background-color: transparent;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.payment-links .nav-tabs li {
    cursor: pointer;
    padding: 0.75rem 4rem;
    background-color: transparent;
    margin-right: 1rem;
    border-radius: 1rem;
    border: 1px solid #62a756;
}

.payment-links .nav-tabs li.active {
    background-color: #62a756;
    color: white;
}

.stripe-payment-buttons-grid {
    display: flex;
    flex-wrap: wrap;
}

.payment-links {
    margin: 4rem 0;
}
