.ctct-popup-form {
    display: none !important;
}

#banner {
    display: flex;
    margin-top: -10px;
    background-color: #353535;
}

    .banner-images {
        min-height: 100%;
        position: relative;
    }
        .banner-images .textwidget {
            position: inherit !important;
        }
    .main-slider {
        min-height: 100%;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
        .main-slider ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            min-height: 100%;
        }
            .main-slider ul li {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center;
                min-height: 100%;
            }
#banner .banner-copy {
    padding: 30px;
}
    #banner .banner-copy .entry-content {
        color: white !important;
    }
    #banner .banner-copy h1 {
        color: white !important;
        font-weight: 600;
        margin: 0 0 20px 0;
        font-size: 36px;
    }
    #banner .banner-copy p {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 38px;
        text-align: left;
    }
        #banner .banner-copy hr {
            margin-top: 25px;
            margin-bottom: 35px;
        }
    #banner .banner-copy .btn {
        text-transform: uppercase;
        font-size: 18px;
        border-radius: 0;
        width: 48%;
    }
        #banner .banner-copy .btn.white {
            color: #339999;
            background-color: #fff;
        }
        #banner .banner-copy .btn.teal {
            background-color: #339999;
            color: #fff;
            float: right;
        }

/* Megamenu */

#header {
    position: relative;
    z-index: 100;
}
    #header.sticky {
        position: fixed;
    }
    #header .navbar {
        min-height: inherit;
    }
.megamenu {
    padding-bottom: 15px;
    list-style-type: none;
    padding: 0 0 5px 0;
    margin: 5px 0 0 0;
}
    .megamenu a {
        -webkit-font-smoothing: antialiased;
    }
    .megamenu ul {
        list-style-type: none;
    }
    .megamenu > li {
        display: inline-block;
    }
        /* Top level links */
        .megamenu > li > a {
            color: #777777;
            font-size: 14px;
            margin-right: 20px;
            padding: 5px 10px;
            font-weight: 400;
        }
                .megamenu > li.menu-item-has-children.active > a {
                    padding-bottom: 10px;
                }
                .megamenu > li.active > a {
                    background-color: #339999;
                    color: #fff;
                    border-radius: 5px;
                }
            .megamenu > li.menu-item-has-children > a:after {
                content: '\25bc';
                font-size: 7.5px;
                vertical-align: middle;
                margin-left: 5px;
            }
        /* Megamenu container */
        .megamenu > li > ul {
            position: absolute;
            left: 15px;
            top: 50px;
            width: calc(100% - 30px);
            background-color: #339999;
            padding: 0;
            margin: 0;
            max-height: 0;
            overflow: hidden;
            transition: all .22s linear;
            display: flex;
            -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
        }
            .megamenu > li > ul.open {
                opacity: 1;
                max-height: 800px;
            }
            .megamenu > li > ul li a {
                color: #fff;
                font-size: 17px;
                line-height: 23px;
                font-weight: 400;
            }
                /* .menu-item-initiatives > .sub-menu {
                    display: flex !important;
                    align-items: stretch;
                } */
            /* Megemenu columns */
            .megamenu > li > ul > li {
                width: 24%;
                display: inline-block;
                padding: 0 30px;
                margin: 30px 0;
                vertical-align: top;
                min-height: 100%;
            }
                .megamenu > li > ul > li > a {
                    font-weight: 600;
                    text-transform: uppercase;
                    margin-bottom: 15px;
                    display: block;
                }
                    .megamenu > li > ul > li > ul {
                        list-style-type: none;
                        padding: 0;
                        margin: 0;
                    }
                        .megamenu > li > ul > li > ul a {
                            margin-bottom: 10px;
                            display: block;
                        }
/* Individual Menu items */

.megamenu .menu-item-contact-2 {
    border-left: 1px solid #fff;
    width: 30%;
}
.megamenu .menu-item-6942 > a {
    visibility: hidden;
}
/* .megamenu .menu-item-successes-wins > .sub-menu {
    flex-wrap: wrap;
    justify-content: center;
}
    .megamenu .menu-item-successes-wins > .sub-menu > li  {
        margin: 30px 0 0 0;
        padding:  0 15px;
    }
        .megamenu .menu-item-successes-wins > .sub-menu > li a {
            background-color: rgba(255, 255, 255, .4);
            min-height: 70px;
            text-align: center;
            padding: 10px;
            margin-bottom: 0;
            text-transform: inherit;
        }
        .megamenu .menu-item-successes-wins > .sub-menu > li:last-of-type {
        }
        .megamenu .menu-item-successes-wins > .sub-menu > li:last-of-type {
            margin-bottom: 30px;
        } */
.megamenu .menu-item-news > .sub-menu {
    display: block;
}
    .megamenu .menu-item-news > .sub-menu > li:first-of-type {
        width: 25%;
        height: 100%;
        float: left;
    }
    .megamenu .menu-item-news > .sub-menu > li {
        width: inherit;
        display: block;
    }
    .megamenu-news-column {
        width: 24%;
        float: left;
        color: #fff;
    }
        .megamenu-news-column > li > a {
            font-weight: 600 !important;
            text-transform: uppercase;
            margin-bottom: 40px;
            display: block;
            list-style-type: none;
        }
            .megamenu-news-column h2 {
                font-weight: 600 !important;
                text-transform: uppercase;
                display: block;
                font-size: 17px;
                list-style-type: none;
                color: #fff;
                margin: 0 0 10px 0;
            }
            .megamenu-news-column > li:first-of-type {
                margin-top: 30px;
            }
            .megamenu-news-column .thumb {
                min-height: 150px;
                background-size: cover;
                background-position: center;
                display: block;
            }
            .megamenu-news-column h3 {
                color: #fff;
                font-size: 14px;
                font-weight: 600;
                margin: 10px 0 5px 0;
            }
                .megamenu-news-column h3 a {
                    color: #fff !important;
                    font-weight: 600 !important;
                    -webkit-font-smoothing: initial;
                }
            .megamenu-news-column .excerpt {
                font-weight: 400;
                line-height: 1.4;
            }
            .megamenu-news-column.news-item {
                border-left: 1px solid #fff;
                padding: 0 15px;
                margin: 30px 0;
            }
            .megamenu-news-column > li > a {
                margin-bottom: 15px;
            }
            .megamenu-news-column .sub-menu {
                padding-left: 0;
                margin-top: 0;
                margin-bottom: 30px;
            }
                .megamenu-news-column .sub-menu li a {
                    margin-bottom: 10px;
                    display: block;
                }

#footer-newsletter {
    background-color: #e6e6e6;
    padding: 40px 0;
    clear: both;
    text-align: center;
}
    #footer-newsletter .ctct-button {
        display: none;
    }
    #footer-newsletter h2 {
        color: #f17e40;
        font-weight: 600;
        font-size: 18px;
        margin: 0;
    }
    #footer-newsletter p {
        color: #339999
    }
    #footer-newsletter label {
        visibility: hidden;
        overflow: hidden;
        width: 0;
        height: 0;
    }
    #footer-newsletter input {
        width: 100%;
        min-height: 30px;
        padding: 10px 15px;
        border-radius: 0;
    }
    #footer-newsletter .ctct-submit {
        border-radius: 0;
        border: 0;
        background-color: #339999;
    }
    #footer-newsletter .ctct-disclosure {
        text-align: left;
        line-height: 1.4;
    }
    #footer-newsletter hr {
        display: none;
    }

/* New Post Widgets */

.new-home-widgets .widget ul li {
    min-height: auto;
    height: inherit;
    margin-bottom: 15px;
}
.new-home-widgets .textwidget li .excerpt {
    width: inherit;
    float: none;
}
.home .new-home-widgets.home-widget-area .widget ul {
    min-height: auto;
}
a.socialIcons {
    background-image: url(new-social-icons_v2.png) !important;
    background-size: 289px !important;
    width: 48px !important;
}
a.twitter {
    background-position: 241px 0px !important;
}
a.youtube {
    background-position: 192px 0px !important;
}
.socialIcons.instagram {
    background-position: 96px 0px !important;
}

a.twitter:hover {
    background-position: 241px -50px !important;
}
a.youtube:hover {
    background-position: 192px -50px !important;
}
.socialIcons.instagram:hover {
    background-position: 96px -50px !important;
}
.socialIcons.linkedin {
    background-position: -530px -98px !important;
}
.socialIcons.linkedin:hover {
    background-position: -530px -50px !important;
}
#text-12 h3.widgettitle {
    background-color: #f17e40 !important;
}
.home-widget-area h3.widgettitle {
    background-color: #339999 !important;
}
a.joinus {
    line-height: 31px !important;
}
.home-widget.twitter {
    margin-top: 15px;
}
    .home-widget.twitter h3 {
        display: none;
    }
    .home-widget.twitter .textwidget {
        margin-bottom: 0;
    }
a.btn-ptf-i {
    font-size: 12px !important;
}
.widget a.btn, .home-widget a.btn {
    font-size: 16px !important;
}

.category-video .entry-header img {
    display: none;
}

.footer-widget .widget {
    display: inline-block;
    width: 24%;
    margin-right: 10px;
}
    .footer-widget .widget:last-of-type {
        margin-right: 0;
    }
    .footer-widget .widget a {
        font-size: 16px;
    }
        .footer-widget .widget .widgetPromo  {
            padding: 10px;
        }
            .footer-widget .widget .widgetPromo .images {
                margin-top: -5px;
            }
            .footer-widget .widget .widgetPromo .excerpt {
                padding-top: 0;
            }

.home .home-widget-area #text-6.widget ul.catpost_homepage {
    min-height: 415px;
}
.charity-number {
    color: white;
}
#main .entry-content {
    text-align: left;
}
/* Media Query */
@media(max-width: 1200px) {
    .megamenu > li > a {
        margin-right: 0px;
    }
    .footer-widget .widget .widgetPromo .excerpt {
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    .navbar-toggle {
        display: none !important;
    }
    .catpost_homepage .images {
        margin-bottom: 10px;
    }
    .navbar-header {
        margin-top: -60px;
        margin-bottom: 20px;
    }
        .navbar-header .mob_donate {
            background-color: #339999;
            padding: 6px 5px;
            color: white;
        }
        .navbar-header .mob_joinus {
            background-color: rgb(226, 127, 51);
            padding: 6px 5px;
            color: white;
        }
    .new-home-widgets {
        margin-top: 15px;
    }
    #ctf.ctf-styles {
        height: inherit !important;
    }
    .footer-widget .widget {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .footer-widget .widget {
        width: 100%;
        margin-right: 0;
    }
    .navbar-header {
        margin: inherit;
    }
    .navbar-header .mob_donate {
        padding: 6px 5px;;
    }
    .navbar-header .mob_joinus {
        padding: 6px 5px;;
    }
    .navbar-toggle {
        display: block !important;
    }

    .megamenu .menu-item-6942 > a {
        display: none;
    }

    #columnc {
        padding-top: 30px;
        clear: both;
    }
    #banner {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
    }
    .banner-images {
        height: 30vh;
    }
    #banner .banner-copy h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #banner .banner-copy p {
        font-size: 16px;
        line-height: 22px;
    }
    #header {
        z-index: 1000;
    }
    .megamenu {
        max-height: 0;
        overflow-y: scroll;
        padding-bottom: 15px;
        list-style-type: none;
        padding: 0 0 0 0;
        margin: 5px 0 0 0;
        position: absolute;
        z-index: 800;
        background-color: white;
        width: 100%;
        margin: 0 -15px;
        width: 100%;
        transition: max-height .5s ease-in-out;
        border-bottom: 1px solid #777777;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    }
        .megamenu.open {
            max-height: 90vh;
        }
        .megamenu .menu-item-6946 > a {
            display: none;
        }
    .megamenu > li {
        display: block;
        width: 100%;
    }
        .megamenu > li > a {
            border-bottom: 1px solid #777777;
            padding: 15px;
            display: block;
            margin-right: 0;
            position: relative;
        }
            .megamenu > li:last-of-type a {
                border-bottom: 0;
            }
                .megamenu > li.menu-item-has-children > a:after {
                    right: 0;
                    top: 0;
                    border-left: 1px solid #777777;
                    padding: 15px;
                    height: 100%;
                    position: absolute;
                    font-size: 12px;
                }
        .megamenu > li > ul {
            position: relative;
            top: inherit;
            left: inherit;
            display: block;
            overflow-y: scroll;
            transition: max-height .22s linear;
            margin-right: 0;
            width: 100%;
        }
        .megamenu > li > ul.open {
            opacity: 1;
            /* max-height: 320px; */
            overflow-y: visible;
            -webkit-box-shadow:none;
            -moz-box-shadow:none;
            box-shadow:none;
        }
            .megamenu > li > ul > li {
                width: 100% !important;
                display: block;
                margin: 15px 0;
            }
            .megamenu > li.menu-item-has-children.active > a {
                border-radius: 0;
            }
    .megamenu .menu-item-contact {
        border-left: 0;
    }
    .megamenu-news-column {
        padding: 0 30px;
        width: 100%;
        float: none;
    }
        .megamenu-news-column.news-item {
            display: none;
        }
    #cookie-law-info-again {
        z-index: 600;
    }
}
